* {
    font-family:Barlow;
}
body {
    margin:0;
    font-family:Barlow;
}
.centered-background {
    background-image: url('./images/career_banner.jpg'); /* Replace 'your-image.jpg' with the path to your background image */
    background-size: cover; /* Cover the entire section with the background image */
    background-position: center; /* Center the background image */
    height: 80vh; /* Set the height of the section to the full viewport height */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
/* Style the background image */
.centered-background::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /*background: linear-gradient(rgba(229, 117, 35, 0.1), rgba(19, 122, 7, 0.1));*/
    background: linear-gradient(rgba(19, 122, 7, 0.3), rgba(229, 117, 35, 0.5));
    z-index: 1;
    height:80vh;
}

/* Style the heading text */
.centered-background h1 {
    color: #fff; /* Set the text color to white or any color of your choice */
    font-size: 2.5rem; /* Adjust the font size as needed */
    font-weight: bold; /* Adjust the font weight as needed */
    z-index:3;
}
@media (min-width: 1920px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1950px;
    }
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        width: 1140px;
    }
}
@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        width: 960px;
    }
}
@media (min-width: 768px) {
    .container, .container-md, .container-sm {
        width: 720px;
    }
}
@media (min-width: 576px) {
    .container, .container-sm {
        width: 540px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1140px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 960px;
    }
}
@media (min-width: 768px) {
    .container {
        width: 720px;
    }
}
@media (min-width: 576px) {
    .container {
        width: 540px;
    }
}

.container {
    width: 98%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    height: auto;
    background-image:url('http://www.iconicinfotech.com/css/Registrationcss/Content/FinalGA1.png')
}
.section-title {
    text-align: center;
    margin-top: 50px;
}
*, ::after, ::before {
    box-sizing: border-box;
}
.page-title-area h2 {
    font-size: 28px;
    font-weight: 700;
    margin: 0;
}
.section-title h2, .section-title1 h2 {
    margin-bottom: 0;
    font-size: 30px;
    font-weight: 600;
}
.section-title .bar, .section-title1 .bar {
    height: 5px;
    width: 90px;
    background: #c3eef3;
    margin: 20px auto;
    position: relative;
    border-radius: 30px;
}
.section-title .bar::before,.section-title1 .bar::before {
    content: "";
    position: absolute;
    left: 0;
    top: -2.7px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #00bcd4;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-name: MOVE-BG;
    animation-name: MOVE-BG
}
@-webkit-keyframes MOVE-BG {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(88px);
        transform: translateX(88px)
    }
}

@keyframes MOVE-BG {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(88px);
        transform: translateX(88px)
    }
}
.section-title p {
    margin: 0 auto;
}
.cart-table table, .contact-cta-box p, .features-details-desc .features-details-accordion .accordion .accordion__item:last-child, .features-details-desc .features-details-list li:last-child, .hosting-main-banner .hosting-banner-content ul li:last-child, .main-banner .banner-form form .form-check, .pricing-box .pricing-features li:last-child, .pricing-table .pricing-features ul li:last-child, .products-details-tabs .react-tabs__tab-panel .products-reviews .review-form p, .products-details-tabs .react-tabs__tab-panel .products-reviews p, .services-details-desc .services-details-accordion .accordion .accordion__item:last-child, .single-pricing-table .pricing-features ul li:last-child, p:last-child {
    margin-bottom: 0;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
p {
    color: #2E475D;
    line-height: 1.8;
    font-weight: 500;
    /*margin-bottom: 0.5em!important;*/
}

.btn, p {
    /*font-size: 14px!important;*/
}
.order-details .payment-method p, body, p {
    font-size: 16px;
}
.single-features-career:hover, .single-features:hover, .single-hosting-features:hover, .single-services-box:hover, .single-solutions-box:hover, .single-solutions-boxs:hover, .single-solutions-demo:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 2px 48px 0 rgba(0,0,0,.08);
    box-shadow: 0 2px 48px 0 rgba(0,0,0,.08);
}
.single-features-career {
    transition: .5s;
}
.single-features-career, .single-hosting-features {
    padding: 30px 20px;
    border-radius: 5px;
    -webkit-transition: .5s;
    background: #fff;
    margin-bottom: 30px;
    position: relative;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width: 992px) {
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (min-width: 768px) {
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
#productsModalCenter .modal-content .products-image, .comments-area .comment-respond .comment-form, .features-area-two, .project-details-desc .project-details-information, .services-area {
    overflow: hidden;
}

.bg-f7fafd {
    background-color: #f7fafd;
}
.crr-80 {
    padding-bottom: 20px!important;
}
.section-titles {
    text-align: center;
    margin-top: 10px;
}
.single-features h3, .single-features-career h3, .single-products .products-content h3 {
    font-size: 18px;
    margin-bottom: 10px;
}
.services-content .row {
    margin-left: -8px;
    margin-right: -8px;
}
.services-content .row .col-lg-6 {
    padding-left: 8px;
    padding-right: 8px;
}
.services-content .box {
    position: relative;
    z-index: 1;
    display: block;
    padding: 15px 12px 15px 45px;
    color: #6084a4;
    font-weight: 500;
    background-color: #fff;
    transition: .5s;
    -webkit-box-shadow: 0 2px 48px 0 rgba(0,0,0,.08);
    box-shadow: 0 2px 48px 0 rgba(0,0,0,.08);
    margin-top: 20px;
}

.services-content .box, .services-content .box::before {
    border-radius: 3px;
    -webkit-transition: .5s;
    font-size: 14px!important;
}
.repair-about-content ul li span:focus, .repair-about-content ul li span:hover, .services-content .box:hover {
    color: #fff;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.services-content .box, .services-content .box::before {
    border-radius: 3px;
    -webkit-transition: .5s;
    font-size: 14px!important;
}
.services-content .box svg {
    margin-right: 5px;
    display: inline-block;
    color: #6084a4;
    -webkit-transition: .5s;
    transition: .5s;
    width: 18px;
    position: absolute;
    left: 15px;
    top: 12px;
}
svg {
    overflow: hidden;
    vertical-align: middle;
}
.client-thumbnails .next-arrow:hover::before, .client-thumbnails .prev-arrow:hover::before, .next-link-wrapper a:hover .image-next .post-nav-title, .next-link-wrapper a:hover .image-next::after, .prev-link-wrapper a:hover .image-prev .post-nav-title, .prev-link-wrapper a:hover .image-prev::after, .pricing-table.active-plan .pricing-header::before, .pricing-table:hover .pricing-header::before, .repair-about-content ul li span:focus::before, .repair-about-content ul li span:hover::before, .services-content .box:hover::before, .single-banner-boxes:hover::before, .single-blog-post-item:hover .post-content .read-more-btn, .single-box:hover::before, .single-iot-services:focus::after, .single-iot-services:hover::after, .single-ml-services-box:hover::before, .single-products:focus .products-image ul, .single-products:hover .products-image ul, .single-why-choose-us:hover::before {
    opacity: 1;
    visibility: visible;
}
.services-content .box::before {
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(135deg,#00bcd4 0,#97f0f3 100%);
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: -1;
    transition: .5s;
}
#productsModalCenter .modal-content button.close:focus span, #productsModalCenter .modal-content button.close:hover span, .btn.btn-secondary:focus, .cart-buttons .btn-light:focus, .cart-buttons .btn-light:focus .show>.btn-light.dropdown-toggle, .cart-buttons .btn-light:focus:not(:disabled):not(.disabled).active, .cart-buttons .btn-light:focus:not(:disabled):not(.disabled):active, .cart-buttons .btn-light:hover, .cart-buttons .btn-light:hover .show>.btn-light.dropdown-toggle, .cart-buttons .btn-light:hover:not(:disabled):not(.disabled).active, .cart-buttons .btn-light:hover:not(:disabled):not(.disabled):active, .discover-content .btn-primary:hover, .discover-content p, .funfacts-area.bg-image .contact-cta-box h3, .funfacts-area.bg-image .contact-cta-box p, .funfacts-area.bg-image .section-title h2, .funfacts-area.bg-image .section-title p, .iot-why-choose-us .section-title h2, .navbar-color-white .startp-nav nav .navbar-nav .nav-item a, .navbar-color-white .startp-nav nav .others-option .cart-wrapper-btn, .pricing-table.active-plan .pricing-header h3, .pricing-table:hover .pricing-header h3, .repair-about-content ul li span:focus svg, .repair-about-content ul li span:hover svg, .repair-why-choose-us .section-title h2, .services-content .box:hover svg, .single-banner-boxes:hover p, .single-box:hover a, .single-box:hover h3, .single-box:hover p, .single-funfact p, .single-industries-serve-box:hover, .single-industries-serve-box:hover .icon, .single-iot-services:focus h3, .single-iot-services:focus p, .single-iot-services:hover h3, .single-iot-services:hover p, .single-repair-services:focus h3, .single-repair-services:focus p, .single-repair-services:hover h3, .single-repair-services:hover p, .single-why-choose-us:hover .icon, .single-why-choose-us:hover h3, .single-why-choose-us:hover p, .single-works .works-content h3 a, .single-works .works-content p {
    color: #fff;
}

.services-content .box svg {
    margin-right: 5px;
    display: inline-block;
    color: #6084a4;
    -webkit-transition: .5s;
    transition: .5s;
    width: 18px;
    position: absolute;
    left: 15px;
    top: 12px;
}
/* Flexbox utility classes */
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col-12,
.col-lg-12,
.col-md-12,
.col-sm-12,
.col-xl-12 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

/* Form styling */
.form-page {
    margin: 50px 0;
}

.form-inline {
    display: flex;
    /*flex-wrap: wrap;*/
    /*margin-bottom: 20px;*/
}

.color-21 {
    background-color: white;
    padding: 0px 5px;
    display: inline-block;
    white-space: nowrap;
    position: absolute;
    top: -22px;
    left: 10px;
}

.color-red {
    font-size: 22px;
    color: red;
}

/* Input styling */
.form-control {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    /*border-color: rgb(255, 179, 179);*/
}
    .form-control:focus {
        border-color: #3498db !important;
        box-shadow: 0 0 10px #3498db !important;
    }
.with-label {
    /*border-color: rgb(255, 179, 179);*/
}
    .with-label:focus {
        border-color: #3498db !important;
        box-shadow: 0 0 10px #3498db !important;
    }

/* Button styling */
.ant-btn {
    background-color: #007BFF;
    color: #fff;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    border-radius: 4px;
}

.ant-btn:hover {
    background-color: #0056b3;
}

/* Error message styling */
.text-danger {
    color: red;
    font-weight: bold;
}

/* Add the rest of your existing styles here */
img {
    vertical-align: middle;
    border-style: none;
}
.ml-main-section .ml-banner-content p, img {
    max-width: 100%;
}
@media (min-width: 1200px) and (max-width: 1499.98px)
.px-column {
    padding-right: 0!important;
    padding-left: 0!important;
}
.my-form-wrapper-column {
    margin-bottom: 0.2rem!important;
    margin-top: 0.5rem!important;
}
/* Style the vacancy cards section */
.vacancy-cards {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px;
}

/* Style individual vacancy cards */
.card {
    max-width: 300px;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    margin: 10px;
    text-align: center;
    transition: transform 0.3s ease-in-out;
}

.card:hover {
    transform: scale(1.05);
}

.card h2 {
    color: #333;
}

.card p {
    color: #666;
    margin-bottom: 15px;
}

.card a {
    display: block;
    background-color: #007BFF;
    color: #fff;
    text-decoration: none;
    padding: 10px;
    border-radius: 4px;
}

/* Add more styles as per your design requirements */