@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap");

body {
    font-family: "Inter", sans-serif;
    overflow-x: hidden;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.navbar-nav .nav-item .nav-link:focus {
    text-decoration: underline;
    background-color: white;
}
.clear {
    clear: both;
}
p {
    margin-bottom: 0px;
    font-size: 14px;
    color: #666666;
    line-height: 30px;
}

a {
    text-decoration: none !important;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
}

.clear {
    clear: both;
}

img {
    max-width: 100%;
}

.container {
    max-width: 1250px;
    margin: 0 auto;
    padding:2px;
}
/* Sub Header Style */
.top-header {
    background: #00b3e6;
    padding: 4px 0;
}

.top-header-in {
    float: right;
}

.headerIcons {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

    .headerIcons li.number {
        display: flex;
        align-items: center;
    }

        .headerIcons li.number img {
            margin-right: 10px;
        }

    .headerIcons li a.phone {
        width: 100% !important;
        height: 100% !important;
        background: transparent !important;
        color: #fff;
        font-size: 15px;
        line-height: 28px;
    }

    .headerIcons li a {
        width: 24px;
        height: 24px;
        background: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 14px;
        border-radius: 50%;
        transition: 0.5s;
    }

        .headerIcons li a img.facebook {
            width: 7px;
        }

        .headerIcons li a img {
            width: 12px;
        }

/* Header Style */
.navbar-brand img {
    width: 80%;
}

header {
    position: sticky;
    top: 0px;
    z-index: 2;
    width: 100%;
    background-color: transparent !important;
    height: auto;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

    header .navbar {
        padding: 5px 0px;
        background: #fff;
    }

.background-header .navbar {
    padding: 10px 0px;
}

.background-header {
    top: 0;
    position: fixed;
    background-color: #fff !important;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
}

.nav-sticky {
    top: 0px;
    width: 100%;
    z-index: 999;
    position: sticky;
    background-color: #fff !important;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.background-header .navbar-brand h2 {
    color: #f27f2a !important;
}

.background-header .navbar-nav a.nav-link {
    color: #1e1e1e !important;
}

.navbar .navbar-brand {
    float: left;
    /* margin-top: 12px; */
    outline: none;
}

    .navbar .navbar-brand h2 {
        color: #fff;
        text-transform: uppercase;
        font-size: 24px;
        font-weight: 700;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

        .navbar .navbar-brand h2 em {
            font-style: normal;
            font-size: 16px;
        }

#navbarResponsive {
    z-index: 999;
}

.navbar-collapse {
    text-align: center;
}

.navbar .navbar-nav .nav-item {
    margin: 0px 6px;
}

    .navbar .navbar-nav .nav-item:nth-last-child() {
        margin: 0;
    }

.navbar .navbar-nav a.nav-link span {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.1px;
    color: #666666;
    transition: all 0.2s;
    margin-top: 5px;
}

.navbar-nav .nav-item a.nav-link:hover span {
    border-bottom: 3px solid #011b30;
    padding-bottom: 8px;
}

.navbar-nav .nav-item a.nav-active span {
    border-bottom: 3px solid #011b30;
    padding-bottom: 8px;
}

.navbar .navbar-toggler-icon {
    background-image: none;
}

.navbar .navbar-toggler {
    border-color: transparent;
    background-color: transparent;
    height: 36px;
    outline: none;
    border-radius: 0px;
    position: absolute;
    right: 30px;
    top: 20px;
}

.navbar .navbar-toggler-icon:after {
    content: "\f0c9";
    color: #f27f2a;
    font-size: 18px;
    line-height: 26px;
    font-family: "FontAwesome";
}

.menu_icon {
    display: none;
    cursor: pointer;
}

    .menu_icon div {
        width: 16px;
        height: 2px;
        background: #fff;
        transition: 0.3s;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
    }

    .menu_icon div {
        margin-top: 3px;
    }

.active_menu div:nth-child(2) {
    opacity: 0;
}

.active_menu div:nth-child(1) {
    transform: translateY(4px) rotate(45deg);
}

.active_menu div:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
}

.active_menu div {
    /* margin: 0px !important; */
}

/*  */
.borderShadow {
    box-shadow: 0 0px 0px 0 rgb(0 0 0 / 14%), 0 0px 0px 0 rgb(0 0 0 / 12%), 0 3px 1px -2px rgb(0 0 0 / 20%);
}

.nav-tabs {
    position: relative;
    border: none !important;
    background-color: inherit;
    border-radius: 6px;
    width: 100%;
    margin: 0 auto;
}

    .nav-tabs .nav-item .active {
        background-color: #00b3e6 !important;
        border: none !important;
        color: #fff !important;
        padding: 10px;
    }

.tab-pane {
    height: auto;
}

.Javasupport {
    background: #011b30;
    padding: 60px 0;
    margin-top: 0;
}

    .Javasupport h2 {
        font-size: 40px;
        line-height: 50px;
        color: #ffffff;
        text-align: center;
        font-weight: 600;
    }

    .Javasupport h6 {
        font-size: 15px;
        line-height: 28px;
        color: #ffffff;
        text-align: center;
        padding: 15px 0 44px;
        font-weight: 400;
    }

    .Javasupport h2 span {
        color: #00b3e6;
    }

.nav-justified .nav-item a {
    color: #ffffff;
}

.startegySub {
    width: 90%;
    margin: 0 auto;
}

.tab-card {
    background-color: #ffffff;
    border-radius: 0 0 5px 5px;
}

    .tab-card h3 {
        font-size: 20px;
        line-height: 28px;
        margin: 0;
        color: #00b3e6;
        padding: 24px 24px 0px 24px;
        font-weight: 500;
    }

    .tab-card p {
        font-size: 16px;
        line-height: 28px;
        margin: 0;
        color: #333333;
        padding: 24px;
        font-weight: 400;
    }

.nav-tabs .nav-item a {
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 500;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: transparent;
}

.softwareAccordion {
    padding: 60px 0 0;
}

    .softwareAccordion h1 {
        font-size: 35px;
        line-height: 45px;
        color: #011b30;
        text-align: center;
        font-weight: 600;
        padding-bottom: 40px;
    }

        .softwareAccordion h1 span {
            color: #00b3e6;
        }

/*  */
/* banner start */
.support-banner {
    background: url(../images/support-banner.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 90px 0 110px;
}

.support-banner-in h1 {
    font-size: 40px;
    line-height: 60px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    width: 40%;
    padding-bottom: 68px;
}

.support-banner-in a {
    font-size: 13px;
    line-height: 25px;
    text-transform: uppercase;
    padding: 10px 30px;
    border: none;
    background: #fff;
    color: #333333;
    font-weight: 500;
    outline: none;
    border-radius: 40px;
    position: relative;
    letter-spacing: 1px;
    transition: 0.5s;
}

    .support-banner-in a i {
        font-size: 15px;
        position: absolute;
        right: 13px;
        top: 11px;
        font-weight: 500;
    }

    .support-banner-in a.support-btn {
        background: #00b3e6 !important;
        margin-right: 20px;
        color: #fff !important;
        transition: 0.5s;
    }

        .support-banner-in a.support-btn:hover {
            background: #007fa3 !important;
            transition: 0.5s;
            box-shadow: 0px 8px 12px 0 rgb(0 127 163 / 30%);
        }

    .support-banner-in a:hover {
        background: #f0eded;
        transition: 0.5s;
        box-shadow: 0px 8px 12px 0 rgb(255 255 255 / 20%);
    }
/* banner end */
/* Our Mission start */
.our-mission {
    padding: 30px 0;
    background: #ffffff;
}

.our-mission-left {
}

    .our-mission-left h2 {
        font-size: 35px;
        line-height: 45px;
        color: #011b30;
        font-weight: 600;
        padding-bottom: 20px;
    }

        .our-mission-left h2 span {
            color: #00b3e6;
        }

    .our-mission-left p {
        font-size: 15px;
        line-height: 28px;
        color: #666666;
    }

.our-mission-right {
    width: 100%;
    background: #00b3e6;
    padding: 20px;
    float: right;
    border-radius: 10px;
}

    .our-mission-right h4 {
        font-size: 24px;
        line-height: 30px;
        color: #ffffff;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 1px;
        padding-bottom: 18px;
    }

    .our-mission-right form input {
        width: 100%;
        background: #ffffff;
        border: none;
        outline: none;
        padding: 8px 10px;
        margin-bottom: 14px;
        border-radius: 5px;
        font-size: 14px;
    }

    .our-mission-right form textarea {
        width: 100%;
        background: #ffffff;
        border: none;
        outline: none;
        padding: 8px 10px;
        margin-bottom: 14px;
        border-radius: 5px;
        font-size: 14px;
        outline: none;
    }

    .our-mission-right form button {
        width: 100%;
        font-size: 15px;
        line-height: 28px;
        color: #fff;
        background: #011b30;
        border: none;
        outline: none;
        padding: 8px 0;
        border-radius: 5px;
        cursor: pointer;
    }
/* Our Mission end */
/* job-support start */
.job-support {
    padding: 30px 0;
    background: rgba(0, 179, 230, 0.07);
}

    .job-support h2 {
        font-size: 30px;
        line-height: 38px;
        color: #011b30;
        font-weight: 600;
        padding-bottom: 6px;
        text-align: center;
    }

        .job-support h2 span {
            color: #00b3e6;
        }

    .job-support p {
        font-size: 15px;
        line-height: 28px;
        color: #666666;
        text-align: center;
        padding-bottom: 30px;
    }

.job-support-left {
    background: #ffffff;
    /* width: 92%; */
    border-radius: 0 0 10px 10px;
    /* height: 400px !important; */
    position: relative;
    margin: 0 auto 20px;
    height: auto;
    border: 1.5px solid #ebebf2;
    box-sizing: border-box;
    border-radius: 8px;
    /*transition: 0.5s all;*/
}

    .job-support-left h4 {
        font-size: 16px;
        line-height: 30px;
        color: #ffffff;
        background: #011b30;
        padding: 8px 15px;
        font-weight: 400;
        border-radius: 10px 10px 0 0;
    }

        .job-support-left h4 i {
            float: right;
            margin-top: 2px;
            display: none;
        }

.content3 {
    background: #ffffff;
    display: block;
}

.job-support-left ul {
    list-style: none;
    padding: 23px 31px;
}

    .job-support-left ul li {
        /* display: flex; */
        /* align-items: center; */
        margin-bottom: 14px;
        position: relative;
    }

        .job-support-left ul li img {
            width: 18px;
            position: absolute;
            left: -6px;
            top: 7px;
        }

        .job-support-left ul li h5 {
            font-size: 15px;
            line-height: 26px;
            color: #666666;
            padding-left: 22px;
        }

.card {
    border: none;
}

.article {
    background: #fff;
    border-radius: 0 0 10px 10px;
}

    .article h4 {
        font-size: 18px;
        line-height: 30px;
        color: #ffffff;
        background: #011b30;
        padding: 14px 15px;
        font-weight: 400;
        border-radius: 10px 10px 0 0;
    }

.job-support-right-card {
}

    .job-support-right-card ul {
        list-style: none;
        padding: 23px 31px;
    }

        .job-support-right-card ul li {
            margin-bottom: 14px;
            position: relative;
        }

            .job-support-right-card ul li img {
                width: 18px;
                position: absolute;
                left: 0;
                top: 6px;
            }

            .job-support-right-card ul li h5 {
                font-size: 16px;
                line-height: 28px;
                color: #666666;
                padding-left: 30px;
            }
/* job-support end */
/* support-works */
.support-works {
    padding: 30px 0;
}

.support-works-left {
    width: 90%;
}

    .support-works-left h2 {
        font-size: 35px;
        line-height: 45px;
        color: #011b30;
        font-weight: 600;
        padding-bottom: 40px;
    }

        .support-works-left h2 span {
            color: #00b3e6;
        }

    .support-works-left ul {
        list-style: none;
    }

        .support-works-left ul li {
            margin-bottom: 18px;
            position: relative;
        }

            .support-works-left ul li img {
                width: 15px;
                position: absolute;
                left: 0;
                top: 6px;
            }

            .support-works-left ul li h5 {
                font-size: 15px;
                line-height: 28px;
                color: #666666;
                padding-left: 34px;
            }

.java-support-works-left {
    padding-left: 65px;
}

    .java-support-works-left h2 {
        font-size: 35px;
        line-height: 45px;
        color: #011b30;
        font-weight: 600;
        padding-bottom: 40px;
    }

        .java-support-works-left h2 span {
            color: #00b3e6;
        }

    .java-support-works-left ul {
        list-style: none;
    }

        .java-support-works-left ul li {
            margin-bottom: 30px;
            position: relative;
        }

            .java-support-works-left ul li img {
                width: 12px;
                position: absolute;
                left: 0;
                top: 6px;
            }

            .java-support-works-left ul li h5 {
                font-size: 16px;
                line-height: 28px;
                color: #666666;
                padding-left: 30px;
            }

.our-customer {
    padding: 60px 0;
}

    .our-customer h2 {
        font-size: 35px;
        line-height: 45px;
        color: #011b30;
        font-weight: 600;
        padding-bottom: 40px;
        text-align: center;
    }

        .our-customer h2 span {
            color: #00b3e6;
        }

.our-customer-card {
    width: 100%;
    padding: 34px;
    background: #fdeed1;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    margin: 0 auto;
}

    .our-customer-card ul {
        display: flex;
        list-style: none;
        align-items: center;
    }

        .our-customer-card ul li {
        }

            .our-customer-card ul li img {
                display: block;
                width: 100px;
                height: 100px;
                border-radius: 50%;
                border: 2px solid #fff;
            }

            .our-customer-card ul li h4 {
                font-size: 18px;
                line-height: 20px;
                color: #011b30;
                font-weight: 500;
                padding-left: 20px;
            }

            .our-customer-card ul li h5 {
                font-size: 14px;
                line-height: 28px;
                color: #666666;
                font-weight: 400;
                padding-left: 20px;
            }

    .our-customer-card p {
        font-size: 15px;
        line-height: 28px;
        color: #666666;
        font-weight: 400;
        padding-top: 30px;
    }

.card-bg2 {
    background: #f4f4f4 !important;
}

.card-bg3 {
    background: #fde7ea !important;
}

.marquee-tag {
    background: #edfafd;
    padding: 70px 0;
}

    .marquee-tag h2 {
        font-size: 35px;
        line-height: 45px;
        color: #011b30;
        font-weight: 600;
        padding-bottom: 40px;
        text-align: center;
    }

        .marquee-tag h2 span {
            color: #00b3e6;
        }

    .marquee-tag marquee ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
        list-style: none;
    }

.content {
    height: 100%;
}

.marquee-tag marquee ul li {
}

    .marquee-tag marquee ul li img {
        width: 66%;
    }
/*  */
/* accordion start */
.accordion-container {
    position: relative;
    height: auto;
    margin: 0px auto;
}

.set {
    position: relative;
    max-width: 1300px;
    margin: 0 auto 20px;
    height: auto;
    border: 1.5px solid #ebebf2;
    box-sizing: border-box;
    border-radius: 8px;
    transition: 0.5s all;
}

    .set:last-child {
        margin-bottom: 0px !important;
    }

    .set > h4 {
        padding: 20px 19px;
        color: #414141;
        cursor: pointer;
        font-size: 16px;
        font-weight: 500;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        transition: all 0.2s linear;
        margin: 0;
    }

.content2 {
    background: #ffffff;
    display: none;
}

    .content2 p {
        padding: 20px 19px;
        margin: 0;
        color: #666666;
    }

.set > h4 i {
    float: right;
    margin-top: 2px;
}

.set:hover > h4 {
    background: #f4f4f4;
    transition: 0.5s all;
}

.fa-minus:before {
    content: "\f106";
}

.fa-plus:before {
    content: "\f107";
}
/* accordion end */
/* footer start */
footer {
    background: #011b30;
    padding: 70px 0;
}

.footer-copyright {
    background: #00111f;
    padding: 0px 0;
}

.footer-left > img {
    width: 38px;
}

.footer-left p {
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    width: 70%;
    padding: 26px 0 14px;
}

.footerIcons {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

    .footerIcons li {
    }

        .footerIcons li a {
            width: 40px;
            height: 40px;
            background: #ffffff;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 14px;
            border-radius: 50%;
            transition: 0.5s;
        }

            .footerIcons li a img.facebook {
                width: 14px;
            }

.footer-center h4 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    color: #ffffff;
}

.footer-center ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

    .footer-center ul li {
        padding-top: 10px;
    }

        .footer-center ul li p {
            font-size: 16px;
            line-height: 28px;
            color: #ffffff;
            width: 70%;
            padding: 10px 0 0px 30px;
            position: relative;
        }

            .footer-center ul li p img {
                position: absolute;
                left: 0;
                top: 14px;
                width: 20px;
            }

.footer-right h4 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    color: #ffffff;
    padding-bottom: 20px;
    margin: 0;
}

.footer-right ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

    .footer-right ul li a {
        font-size: 16px;
        line-height: 42px;
        color: #ffffff;
        text-decoration: none;
        transition: 0.5s;
    }

.footer-copyright h5 {
    font-size: 12px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    margin: 0;
}
.footer-center ul li a.location {
    position: relative;
}

.footer-center ul li a {
    font-size: 14px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 200;
    text-decoration: none;
    transition: 0.5s;
}

.location img {
    margin-right: 10px;
}

.footer-logo {
    background: #ffffff;
    font-size: 30px;
    line-height: 34px;
    color: #011b30;
    padding: 2px 10px;
    font-weight: 400;
}

    .footer-logo:hover {
        color: #011b30;
    }
/* footer end */
.order-first {
    -ms-flex-order: 0 !important;
    order: 0 !important;
}

.owl-carousel .owl-nav.disabled {
    display: block;
}

#customers-testimonials {
    position: relative;
}

.owl-carousel .owl-nav button.owl-prev {
    background: #00b3e6;
    color: white;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 10px;
    padding: 0 !important;
    font: inherit;
    position: absolute;
    left: -11px;
    top: 50%;
}

.owl-carousel .owl-nav button.owl-next {
    background: #00b3e6;
    color: white;
    width: 40px;
    height: 40px;
    border: none;
    padding: 0 !important;
    font: inherit;
    position: absolute;
    right: -11px;
    top: 50%;
    border-radius: 10px;
}

button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}

.owl-prev {
}

.responsive-tab {
    display: none;
}

.footer-left {
    margin-top: -10px;
}

.whatsup-img {
    position: fixed;
    right: 20px;
    bottom: 10px;
}

.navbar .navbar-nav a.login-in span {
    color: #fff;
    border: 1px solid #3e4095;
    border-radius: 20px;
    padding: 7px 20px 8px;
    height: 35px;
    font-size: 12px;
    background: #011b30;
    letter-spacing: 0.3px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
}

.navbar .navbar-nav a.login-in:hover span {
    border-bottom: 1px solid #011b30;
    padding-bottom: 8px;
}

.left-content {
    background: rgba(0, 179, 230, 0.07);
    padding-top: 18px;
}

.grid-layout {
    padding: 60px 0;
}
/* job support starts here */
.job-support-place {
    background: url(../images/jobsupport-ban.png) no-repeat;
    background-size: cover;
    padding: 60px 0;
}

.job-support-place-left {
    display: flex;
    align-items: center;
}

    .job-support-place-left h2 {
        font-size: 40px;
        line-height: 56px;
        color: #fff;
        font-weight: 700;
        padding-bottom: 40px;
    }

    .job-support-place-left h6 {
        font-size: 25px;
        line-height: 35px;
        color: #011b30;
        padding: 20px 0;
        font-weight: 600;
    }

    .job-support-place-left p {
        font-size: 16px;
        line-height: 30px;
        color: #fff;
        padding-bottom: 40px;
    }

    .job-support-place-left a {
        display: block;
        width: 190px;
        background-color: #00b3e6;
        color: #fff;
        text-align: center;
        padding: 10px 0;
        border-radius: 40px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        font-size: 15px;
        /*transition: 0.5s;*/
    }

        .job-support-place-left a:hover {
            background: #007fa3 !important;
            /*transition: 0.5s;*/
            box-shadow: 0px 8px 12px 0 rgb(0 127 163 / 30%);
        }

.support-services-in h2 {
    font-size: 35px;
    line-height: 45px;
    color: #011b30;
    font-weight: 600;
    padding-bottom: 40px;
    text-align: center;
}

    .support-services-in h2 span {
        color: #00b3e6;
    }

.support-services-in p {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    padding-bottom: 40px;
}

.support-services {
    padding: 60px 0;
}

.support-services-card {
    background-color: #fde7ea;
    padding: 25px;
    text-align: center;
    border-radius: 10px;
    margin-top: 35px;
    cursor: pointer;
    margin-left: 10px;
    margin-right: 10px;
    /*transform: scale(1);*/
    /*transition: all 0.5s;*/
}

    .support-services-card:hover {
        /*transform: scale(1.1);*/
        /* transition: all 0.5s;*/
    }

.support-services-card2 {
    background-color: #dcfff6;
}

.support-services-card3 {
    background-color: #ffe9bd;
}

.support-services-card4 {
    background-color: #e7ffc8;
}

.support-services-card figure {
    margin: 0;
    padding-top: 10px;
}

.support-services-card h3 {
    font-size: 40px;
    line-height: 50px;
    color: #00b3e6;
    font-weight: 700;
    padding: 40px 0;
}

.support-services-card p {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    font-weight: 400;
}

.choose-sup {
    padding: 60px 0;
}

.job-support-sub {
    background-color: rgba(0, 179, 230, 0.07);
    padding: 60px 0;
}

    .job-support-sub h2 {
        font-size: 35px;
        line-height: 45px;
        color: #011b30;
        font-weight: 600;
        padding-bottom: 6px;
        text-align: center;
    }

        .job-support-sub h2 span {
            color: #00b3e6;
        }

    .job-support-sub p {
        font-size: 15px;
        line-height: 28px;
        color: #666666;
        text-align: center;
        padding-bottom: 30px;
    }
/* job support ends here */
        /* contact us starts here */
        .get-in-touch {
    padding: 60px 0;
    background: url(../images/contact-us-ban.png) no-repeat;
    background-position: center center;
    background-size: cover;
    background-size: cover;
}
.get-in-touch1 {
    padding: 60px 0;
    background: url(../images/contactus.png) no-repeat;
  
   
}
.get-in-touch1 h6 {
    color: #000;
  
    font-size: 40px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    line-height: 118.281%;
}
    .get-in-touch1 p {
        color: #000;
        font-size: 20px;
        font-family: Poppins;
        font-style: normal;
        font-weight: 300;
        line-height: 120%;
    }
    .get-in-touch1-left h2 {
        font-size: 35px;
        line-height: 45px;
        color: #fff;
        font-weight: 700;
        padding-top: 1000px;
    }

.mt16 {
    margin-top: 1.6rem;
}

.w96{
    width:96% !important;
}


.get-in-touch1 {
    padding: 60px 0;
    background: url(../images/contactus.png) no-repeat;
}

    .get-in-touch1 h6 {
        color: #000;
        font-size: 40px;
        font-family: Poppins;
        font-style: normal;
        font-weight: 500;
        line-height: 118.281%;
    }

    .get-in-touch1 p {
        color: #000;
        font-size: 20px;
        font-family: Poppins;
        font-style: normal;
        font-weight: 300;
        line-height: 120%;
    }

.get-in-touch1-left h2 {
    font-size: 35px;
    line-height: 45px;
    color: #fff;
    font-weight: 700;
    padding-top: 1000px;
}


.get-in-touch-left h2 {
    font-size: 35px;
    line-height: 45px;
    color: #fff;
    font-weight: 700;
    padding-bottom: 10px;
}

.get-in-touch-left p {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    padding-bottom: 30px;
}

.get-in-touch-left form input {
    width: 48%;
    padding: 14px 10px;
    border: none;
    border-radius: 4px;
    outline: none;
    margin-top:20px;
}

    .get-in-touch-left form input + input {
        margin-left: 15px;
    }

.get-in-touch-left form textarea {
    padding: 14px 10px;
    width: 100%;
    height: 119px;
    display: block;
    border: none;
    margin-top: 30px;
    margin-bottom: 30px;
    border-radius: 4px;
    outline: none;
}

.get-in-touch-left form button {
    display: block;
    width: 190px;
    background-color: #00b3e6;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    border-radius: 40px;
    letter-spacing: 0.5px;
    font-size: 15px;
    border: none;
    cursor: pointer;
}

.get-in-touch-right {
    display: flex;
    align-items: center;
    justify-content: center;
}

.para {
    margin-left: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 118.281%;
    font-family: Poppins;
    margin-bottom: 10px;
    font-weight: bold;
}

.contactus-para {
    margin-bottom: 35px;
}

/*.post-job-card {
    background: url(../images/img.png) no-repeat;
    background-position: right;
    opacity: 1;
}*/

.contact-us {
    padding: 40px 0;
}

.contact-card {
    display: flex;
    padding: 0;
    width: 100%;
}

    .contact-card li:nth-child(1) {
        width: 30%;
        background: #00b3e6;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 5px 0px 0 5px;
    }

    .contact-card li:nth-child(2) {
        width: 70%;
        border: 2px solid #00b3e6;
        padding: 12px;
        border-radius: 0 5px 5px 0;
    }

    .contact-card li h4 {
        font-size: 18px;
        line-height: 30px;
        color: #333333;
        font-weight: 600;
    }

    .contact-card li p,
    .contact-card li a {
        font-size: 15px;
        line-height: 24px;
        color: #333333;
        font-weight: 400;
        padding-top: 10px;
    }

    .contact-card li img {
        width: 30px;
    }
/* contact us ends here */
    /*Resource Details*/
    .head{
    text-align:center
    
}
table, th, td {
    border: 1px solid white;
 
}

th, td {
    background-color: #96D4D4;
}
body {
    font-family: Arial, Helvetica, sans-serif;
}

/* Full-width input fields */
input[type=text], input[type=password] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

/* Set a style for all buttons */
button {
    background-color: #011b30;
    border-radius: 50px 50px;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
    font-size: 14px;
    text-align: center
}

    button:hover {
        opacity: 0.8;
    }

/* Extra styles for the cancel button */
.cancelbtn {
    background-color: red;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
}

/* Center the image and position the close button */
.imgcontainer {
    text-align: center;
    margin: 24px 0 12px 0;
    position: relative;
}

img.avatar {
    width: 40%;
    border-radius: 50%;
}

.container {
    padding: 16px;
}

span.psw {
    float: right;
    padding-top: 16px;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    padding-top: 60px;
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button (x) */
.close {
    position: absolute;
    right: 25px;
    top: 0;
    color: #000;
    font-size: 35px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: red;
        cursor: pointer;
    }

/* Add Zoom Animation */
.animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
}

.marleft-10 {
    padding-left: 0px !important;
    margin-left: -15px !important;
}

.mob {
    margin: 8px;
}

.mob-left-10 {
    margin: 8px 0px !important;
}

.pl5 {
    padding-left: 10px !important;
}

.ml8 {
    margin: 8px 0px !important;
    padding-left: 0px !important;
}

.mtt8 {
    margin-top: 8px;
}
.styled-table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 400px;
    margin-left: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

    .styled-table thead tr {
        background-color: #009879;
        color: #ffffff;
        text-align: left;
        font-size: larger;
    }


    .styled-table th,
    .styled-table td {
        padding: 12px 15px;
    }

    .styled-table tbody tr {
        border-bottom: 1px solid #dddddd;
    }

        .styled-table tbody tr:nth-of-type(even) {
            background-color: #f3f3f3;
        }

        .styled-table tbody tr:last-of-type {
            border-bottom: 2px solid #009879;
        }

.head h1 {
    background: radial-gradient( circle, rgba(13, 8, 96, 1) 0%, rgba(9, 9, 121, 1) 21%, rgba(6, 84, 170, 1) 51%, rgba(0, 255, 113, 1) 100% );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    

}
.para {
    margin-left:10px;
    font-style: normal;
    font-weight: 500;
    line-height: 118.281%;
    font-family: Poppins;
    margin-bottom:10px;
    font-weight:bold;
   

}   
.contactus-para{
    margin-bottom:35px;
}
.post-job-card {
    background: url(../images/img.png) no-repeat;
    background-position: right;
    opacity:1;
}
.get-in-touch2 {
    padding: 60px 0;
    background: url(../images/contactusimage.jpeg) no-repeat;
    background-position: center center;
    background-size: cover;
    background-size: cover;
}

.searchbutton {
    top: 7px;
    height: 39px;
}

.w-98 {
    width: 98% !important;
    margin: auto;
}

.ml-46 {
    margin-left:30px;
    margin-left:30px;
}