:root {
    --base_blue: #3E3D3D;
    --icon_grey: #848487;
    --yellow_base: #234090;
    --text_blue: #000;
    --base_grey: #CECECE;
    --white_text: #ffff;
    --black_text: #000;
    --job_box_bg: #F4A012;
    --marquee_base_bg: #3E3D3D;
    --job_card: #FAF8F8;
}

body {
    margin: 0px !important;
    padding: 0px !important;
    overflow-x: hidden;
    height:100vh;
}
.kaisei-decol-regular {
    font-family: "Kaisei Decol", serif;
    font-weight: 400;
    font-style: normal;
}

.kaisei-decol-medium {
    font-family: "Kaisei Decol", serif;
    font-weight: 500;
    font-style: normal;
}

.kaisei-decol-bold {
    font-family: "Kaisei Decol", serif;
    font-weight: 700;
    font-style: normal;
}

marquee a {
    color: #fff !important;
    
}

.header {
    box-shadow: 0 1px 5px #ababab;
    height: 142px;
    background-color: #fff;
    position: sticky;
    top: 0;
    z-index: 3;
    
}

.menu-active {
    border-bottom: 1px solid var(--job_box_bg);
    padding-bottom: 2px;
}

.logosec {
    background: #3E3D3D url(../img/menucurve.png) no-repeat;
    height: 111px;
    position: relative;
    background-position-x: right;
    background-position-y: bottom;
    text-align: center;
}

    .logosec img {
        height: 70px;
    }

.productsec {
    background-color: var(--base_blue);
    height: 52px;
}

    .productsec .nav-link {
        color: #fff !important;
        font-size: 15px;
    }

#dropdownMenuButton {
    border-radius: 0;
    /* padding: 2px; */
    padding: 0 4px 0 4px;
    margin-top: 8px;
    background: #eae8e8d9;
    border: transparent;
    /* width: 97%; */
}

    #dropdownMenuButton span {
        font-size: 13px;
    }

.searchjobs {
    background: var(--job_box_bg);
    border-left: 2px solid #2340909e;
}
    .searchjobs h3{
        font-weight:700;
    }
    .section2 {
        background-color: #ddd;
        height: 500px;
    }

.section3 h3 {
    text-transform: uppercase;
    color: var(--text_blue);
    font-size: 45px;
    text-shadow: 1px 1px 2px #607D8B;
}

.level2navitem li {
    display: inline;
    margin-top: 20px;
    font-size: 17px;
    font-weight: 700;
    color: #3d3d3d;
    margin-right: 55px;
    /* border-radius: 5px; */
}

    .level2navitem li:hover {
        /* background-color: #ddd; */
        color: #224092;
        cursor: pointer;
    }

.level2navitem {
    position: relative;
    padding-top: 6px;
}

/* .megamenu {
    top: 59px;
    background-color: #8e8e8e;
    height: 320px;
    width: 45em;
    position: absolute;
  } */

/* .megamenu-container {
    position: relative; /* Keeps the pointer element positioned relative to its container */
/* } */
.shadow-dv {
    background-color: #000000d9;
    height: 478vh;
    position: absolute;
    z-index: 9;
    width: 100%;
    display: none;
}

#customMegaMenu2 .box-with-pointer {
    /* background-color: #fff;
        border: 1px solid #ccc;
        padding: 20px; */
    position: relative;
    display: inline-block;
    height: 285px;
    width: 100%;
    z-index: 1;
    border-top: 3px solid var(--base_blue);
}

    #customMegaMenu2 .box-with-pointer table tr td {
        border-right: 1px solid #8080804d;
        /* background-color: #b8b8b8; */
    }

        #customMegaMenu2 .box-with-pointer table tr td:last-child {
            border-right: transparent;
        }

    #customMegaMenu2 .box-with-pointer ul {
        list-style-type: disc;
    }

        #customMegaMenu2 .box-with-pointer ul li {
            padding-top: 5px;
            font-weight: 600;
            font-size: 14px;
        }

            #customMegaMenu2 .box-with-pointer ul li:before {
                content: "\f111";
                /* FontAwesome Unicode */
                font-family: FontAwesome;
                display: inline-block;
                padding-right: 5px;
                font-size: 8px;
                color: var(--text_blue);
            }

    #customMegaMenu2 .box-with-pointer td p {
        color: var(--text_blue);
        font-weight: 700;
        font-size: 14px;
        margin: 0;
        text-align: left;
    }

.product-item:hover .prod-pointer {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 12px solid #3e3d3d;
    margin: -3px auto;
    transform: rotate(0deg);
}
.product-item-one:hover .prod-pointer {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 12px solid #3e3d3d;
    margin: -3px auto;
    transform: rotate(0deg);
}
.product-item-two:hover .prod-pointer {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 12px solid #3e3d3d;
    margin: -3px auto;
    transform: rotate(0deg);
}
.product-item-three:hover .prod-pointer {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 12px solid #3e3d3d;
    margin: -3px auto;
    transform: rotate(0deg);
}
.product-item-four:hover .prod-pointer {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 12px solid #3e3d3d;
    margin: -3px auto;
    transform: rotate(0deg);
}
.product-item-five:hover .prod-pointer {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 12px solid #3e3d3d;
    margin: -3px auto;
    transform: rotate(0deg);
}
.product-item-six:hover .prod-pointer {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 12px solid #3e3d3d;
    margin: -3px auto;
    transform: rotate(0deg);
}
.product-item-seven:hover .prod-pointer {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 12px solid #3e3d3d;
    margin: -3px auto;
    transform: rotate(0deg);
}
.level2navitem ul:first-of-type li:hover .customMegaMenu {
    display: block;
}

#customMegaMenu1 .box-with-pointer {
    margin-left: 11%;
}

#customMegaMenu2 {
    right: calc(100% - 81%);
    top: 141px;
}


#customMegaMenu1 .box-with-pointer {
    /* background-color: #fff;
        border: 1px solid #ccc;
        padding: 20px; */
    position: relative;
    display: inline-block;
    height: 285px;
    width: 100%;
    z-index: 1;
    border-top: 3px solid var(--base_blue);
}

    #customMegaMenu1 .box-with-pointer table tr td {
        border-right: 1px solid #8080804d;
        /* background-color: #b8b8b8; */
    }

        #customMegaMenu1 .box-with-pointer table tr td:last-child {
            border-right: transparent;
        }

    #customMegaMenu1 .box-with-pointer ul {
        list-style-type: disc;
        padding-left: 0px;
    }

        #customMegaMenu1 .box-with-pointer ul li {
            padding-top: 5px;
            font-weight: 600;
            font-size: 14px;
        }

#customMegaMenu1 table {
    border-bottom: transparent;
}

#customMegaMenu1 .box-with-pointer ul li:before {
    content: "\f111";
    /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    padding-right: 5px;
    font-size: 8px;
    color: var(--text_blue);
}

#customMegaMenu1 .box-with-pointer td p {
    color: var(--text_blue);
    font-weight: 700;
    font-size: 14px;
    margin: 0;
    text-align: left;
}

#customMegaMenu1 .box-with-pointer:after {
    content: "";
    position: absolute;
    top: -16px;
    left: 35%;
    border-width: 30px 30px 0 0;
    border-style: solid;
    border-color: #000045 transparent #fff;
    transform: rotate(45deg);
}

.level2navitem ul:first-of-type li:hover .customMegaMenu {
    display: block;
}

#customMegaMenu1 {
    right: calc(100% - 79%);
    top: 143px;
    /* height: 329px;
        background-color: #fff; */
    /* border-top: 3px solid var(--base_blue); */
}

/* #customMegaMenu1 .box-with-pointer{
        margin-left: 36%;
    } */
#customMegaMenu3 {
    right: calc(100% - 818px);
    top: 80px;
}

.box-with-pointer ul:last-of-type li {
    /* margin: 0; */
    text-align: left;
    font-size: 12px;
    list-style-type: disc !important;
    display: block;
}

/* #option1{
        margin-left: -1%;
    }
    .level2navitem img{
        height: 39px;
    } */
/* #option1 label{
        margin-left: -4%;
        text-align: center;
        font-size: 12px;
        color: var(--text_blue);
    }
    #option2 label{
        margin-left: -7%;
        text-align: center;
        font-size: 12px;
        color: var(--text_blue);
    }
    #option2 img{
        margin-top: -10%;
    } */
.productgroup img {
    height: 40px;
}

.productgroup label {
    font-size: 11px;
    color: var(--text_blue);
    font-weight: 500;
    margin-bottom: 5px;
}

/* .productgroup{
    gap: 29px;
   } */
.productgroup ..product-item-detail {
    border-right: 1px solid #c2b0b042;
}

.productgroup .product-item-detail:last-child {
    border: transparent;
    border-right: 0 !important;
}

.login_btn {
    background-color: #F4A012;
    border: transparent;
    border-radius: 0;
    margin-top: 25%;
    /*margin-left: 21%;*/
}

.searchjobs .input-group {
    height: 40px;
    width: 75%;
    margin: auto;
}

.input-group input {
    border-radius: 0;
    font-size: 14px;
}

.input-group span {
    border-radius: 0;
}

.input-group i {
    color: var(--icon_grey);
}

#basic-addon3 i {
    font-size: 26px;
}

.btn-search {
    background-color: #3E3D3D;
    border-radius: 0;
    color: #fff;
    border: transparent;
    font-weight: 600;
    position: relative;
    width: 31%;
    margin-left: 13%;
}
/*.qrimgbox{
    margin-left:10%;
}*/
.btn-search i {
    color: #f4a012;
    font-weight: 600;
    background: #fff;
    height: 45px;
    width: 45px;
    border-radius: 22px;
    left: 88%;
    position: absolute;
    top: -13%;
    padding-top: 11px;
    font-size: 21px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.searchjobs h3 span {
    color: #3e3d3d;
}

/*.searchjobs h3 {
    margin-top: 3%;
    font-size: 26px;
}*/
.searchjobs h3 {
    margin-top: 3%;
    font-size: 18px;
}
/*.searchjobs h3 {
    margin-top: 1%;
    font-size: 18px;
}*/
.section2 {
    background-color: var(--marquee_base_bg);
    height: 33px;
    width: 102%;
}
/* .section1 .carousel-indicators [data-bs-target]{
    background-color: #000045;
} */
.blink {
    color: #fff;
    font-family: sans-serif;
    font-size: 17px;
}

    .blink a {
        color: var(--yellow_base);
        font-style: italic;
    }

.section3 {
    /* background-image: url(../img/map.jpg);
    height: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; */
    padding-top: 2%;
}

    .section3 h3 {
        color: var(--text_blue);
    }

    .section3 .owl-carousel .owl-item img {
        /* filter: grayscale(100%); */
        /*cursor: pointer;*/
        /* height: 105px;
    width: 214px; */
        width: auto;
    }

        .section3 .owl-carousel .owl-item img:hover {
            filter: none;
        }

    .section3 .owl-carousel .owl-item {
        background: #c6c7cae0;
        height: 124px;
        /*padding-top: 10px;*/
      /*  padding-left: 52px;*/
        display:flex;
        justify-content:center;
        align-items:center;
        margin-bottom: 1%;
    }

.section4 {
    background-color: var(--base_blue);
    height: auto;
    padding-top: 2%;
    padding-bottom: 2%;
}

.section3 .owl-carousel {
    z-index: 0;
}

.section4 h3 {
    text-transform: uppercase;
    color: var(--white_text);
    font-size: 45px;
    text-shadow: 1px 1px 2px #607D8B;
}

.section4 .owl-carousel {
    z-index: 0;
}

    .section4 .owl-carousel .owl-item .client_img img {
        height: 75px;
        width: 75px;
        border-radius: 50%;
        margin-bottom: 10px;
    }

    .section4 .owl-carousel .owl-item .rating img {
        height: 20px;
        width: 30px;
    }

.client_identity p {
    margin: 0px;
    padding: 0px;
}

.headline {
    color: var(--white_text);
}

.rating {
    margin-left: -2%;
}

.client_identity p {
    margin: 0px;
    padding: 0px;
    color: var(--white_text);
    font-size: 14px;
}

    .client_identity p span {
        font-style: italic;
        font-weight: 600;
    }

.description {
    color: var(--white_text);
    font-size: 13px;
    text-align: justify;
    padding: 0px;
    margin: 0px;
    height: 74px;
}

    .description span {
        color: var(--yellow_base);
        font-style: italic;
    }
.section3 .owl-dots {
    transform: rotateZ(90deg);
    float: right;
    margin-right: -4%;
    margin-top: -11% !important;
}
.section4 .owl-dots {
    transform: rotateZ(90deg);
    float: right;
    margin-right: -4%;
    margin-top: -11% !important;
}

.section4 .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
 /*   background: var(--yellow_base);*/
}

hr {
    border-top: #fff solid;
}

.section5 {
    height: auto;
}

    .section5 .card {
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        background-color: var(--job_card);
        border: transparent;
        width: 95%;
        margin: auto;
    }

        .section5 .card h3 {
            color: var(--text_blue);
        }

.makeFlex {
    display: flex;
}

.inputFlag {
    display: flex;
    border-right: 0px;
    border-radius: 4px 0 0 4px;
    border: 1px solid #9b9b9b;
    border-right: 0px;
}

.makeRelative {
    position: relative;
}

.makeFlex.hrtlCenter {
    align-items: center;
}

.appendLeft10 {
    margin-left: 10px;
}

.appendRight5 {
    margin-right: 5px;
}

.placeholderNumber {
    font-family: Lato;
    font-size: calc(var(--font-scale, 1)* 16px);
    font-weight: bold;
    line-height: 1.25;
    letter-spacing: normal;
    color: #000;
    font-weight: 700;
}

.inputSection {
    margin-left: 7%;
}

.topbarInputBox {
    width: 52%;
    border-left: transparent !important;
    background: #faf8f8;
    border: 1px solid grey;
}

.getAppLinkBtn {
    border: 1px solid #808080bf;
    color: var(--text_blue);
    font-weight: 700;
}

.appstore_img {
    margin-left: 7%;
}

.section6 {
    background-image: url(../img/why_bg.png);
    height: 500px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

    .section6 h3 {
        color: var(--text_blue);
        margin-top: 6%;
        font-weight: 700;
        font-size: 39px;
        text-transform:uppercase;
    }

.list {
    gap: 64px;
}

    .list ul {
        --icon-space: 1.3em;
        list-style: none;
        padding: 0;
    }

    .list li {
        padding-left: var(--icon-space);
        font-weight: 600;
        padding-top: 18px;
    }

        .list li:before {
            content: "\f101";
            /* FontAwesome Unicode */
            font-family: FontAwesome;
            display: inline-block;
            margin-left: calc(var(--icon-space) * -1);
            width: var(--icon-space);
            color: var(--text_blue);
            font-weight: 600;
        }

.section7 iframe {
    position: relative;
}

.contact-form {
    height: 470px;
    background-color: #002345d4;
    /* position: absolute;
    margin-top: -32%; */
}

    .contact-form input {
        background-color: initial;
        border: 1px solid #ced3d2;
        border-radius: 5px;
        color: #fff !important;
        height: 50px;
        opacity: 1;
        padding: 12px;
        width: 100%;
    }

    .contact-form select {
        background-color: initial;
        border: 1px solid #ced3d2;
        border-radius: 5px;
        box-shadow: none;
        color: #fff;
        height: 50px;
        opacity: 1;
        outline: none;
        width: 100%;
    }

    .contact-form textarea {
        background-color: initial;
        border: 1px solid #ced3d2;
        border-radius: 5px;
        box-shadow: none;
        color: #fff;
        height: 50px;
        opacity: 1;
        outline: none;
        width: 100%;
    }

    .contact-form select option {
        color: #000 !important;
    }

    .contact-form button {
        width: 100%;
        border-radius: 0;
    }

::placeholder {
    color: #fff;
    opacity: 1;
    /* Firefox */
}

::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: #fff;
}

.section8 {
    background-image: url(../img/texture.jpg);
    height: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 2%;
}

    .section8 h3 {
        text-transform: uppercase;
        color: var(--text_blue);
        font-size: 39px;
        text-shadow: 1px 1px 2px #607D8B;
    }

    .section8 .owl-carousel .owl-item img {
        /* filter: grayscale(100%); */
        cursor: pointer;
        /* height: 105px;
    width: 214px; */
        width: auto;
        margin: auto;
    }

        .section8 .owl-carousel .owl-item img:hover {
            filter: none;
        }

    .section8 .owl-carousel .owl-item {
        background: #c6c7cae0;
        height: 146px;
        padding-top: 18px;
        margin-bottom: 1%;
        /* width: 228px !important; */
        text-align: center;
    }

    .section8 .owl-carousel {
        z-index: 0;
    }

footer {
    background-color: var(--base_blue);
    height: 500px;
}

.foot_logo {
    text-align: center;
    width: 97%;
    margin: auto;
}

    /*.foot_logo img {
        height: 91px;
    }*/

    .foot_logo h3 {
        font-size: 40px;
        margin-left: 61px;
    }

    .foot_logo p {
        text-align: justify;
        margin-left: 5%;
    }

.foot_list {
    list-style: none;
    display: flex;
    justify-content: center;
    padding: 0;
}

    .foot_list li a {
        text-decoration: none;
        color: #fff !important;
        margin-right: 14px;
    }
    .foot_list li:first-child{
        padding-left:0;
    }

    .foot_list li {
        padding-left: 13px;
        border-right: 1px solid #ababab94;
    }

        .foot_list li:last-child {
            border: none;
        }

.auth_logo {
    text-align: end;
}

    .auth_logo img {
        padding-left: 23px;
        padding-left: 29px;
        /*height: 75px;*/
    }

.contact_banner {
    background-image: url("../img/contact_bg.png");
    background-size: cover;
    position: relative;
    width: 100%;
    height: 328px;
    background-position: center;
}

    .contact_banner h3 {
        color: #fff;
        font-size: 46px;
        margin-top: 8rem;
    }

.contact-content {
    color: #000;
    margin-top: 15px;
}

    .contact-content h6 {
        font-size: 31px;
        color: #000;
        font-weight: 500;
        line-height: 44px;
    }

    .contact-content h5 {
        font-size: 15px;
        color: #000;
        font-weight: 400;
        line-height: 35px;
        margin-top: 8px;
        font-style: italic;
    }

.contact_body .card {
    padding: 25px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border: transparent;
}

    .contact_body .card input {
        border-radius: 0;
    }

    .contact_body .card:hover {
        background-color: #95b4df30;
    }

.contact-content h4 {
    color: #1c54ab;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: .4px;
    margin-bottom: 5px;
}

.subtitle {
    color: #3e3d3d;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: .4px;
    margin-bottom: 5px;
    margin-left: -1%;
}

.title-brder {
    border-bottom: 3px solid #fe8c03;
    margin: 10px 0;
    width: 5%;
}

.finish-line {
    border-bottom: 1px solid #bfb5b569;
    margin: 38px 0;
}

.contact-box-content {
    padding: 20px 10px;
    position: relative;
    margin-bottom: 0;
    min-height: 219px;
    font-size: 15px;
    text-align: left;
    letter-spacing: .5px;
    font-weight: 400;
    line-height: 24px;
    margin-left: -8%;
}

    .contact-box-content ul {
        list-style: none;
    }

        .contact-box-content ul li {
            margin-left: 13px;
        }

            .contact-box-content ul li i {
                margin-right: 5px;
            }

.form_btn {
    background-color: #3e3d3d;
    border: transparent;
    border-radius: 0;
    width: 22%;
}

#ex1 {
    border: transparent;
}

    #ex1 li .active {
        border: transparent;
        color: #fff !important;
        background-color: #3e3d3d;
        border-radius: 0;
        font-weight: 600;
    }

/* #ex1 li a:hover{
    border: 1px solid #fff;
} */
.nav-tabs .nav-link {
    border: transparent;
}

#ex1 li a {
    color: #000;
    font-size: 16px;
}

#ex1 .nav-link {
    padding: 9px;
}




#ex11 {
    border: transparent;
}

    #ex11 li .active {
        border: transparent;
        color: #fff !important;
        background-color: #3e3d3d;
        border-radius: 0;
        font-weight: 600;
    }

/* #ex1 li a:hover{
    border: 1px solid #fff;
} */
.nav-tabs .nav-link {
    border: transparent;
}

#ex11 li a {
    color: #000;
    font-size: 16px;
}

#ex11 .nav-link {
    padding: 12px;
}
.city-add {
    min-height: 276px;
    padding: 50px 35px;
    background-color: #3e3d3d;
    color: #fff;
    /* margin: 20px 0; */
    margin-left: 0%;
}

    .city-add ul {
        list-style: none;
    }

.gutter {
    padding: 0px;
}

.product_banner {
    background-image: url("../img/product.png");
    background-size: cover;
    position: relative;
    width: 100%;
    height: 328px;
    background-position: center;
}

    .product_banner h3 {
        color: #fff;
        font-size: 46px;
        margin-top: 8rem;
    }

.archives_banner {
    background-image: url("../img/archives.png");
    background-size: cover;
    position: relative;
    width: 100%;
    height: 328px;
    background-position: center;
}

    .archives_banner h3 {
        color: #fff;
        font-size: 46px;
        margin-top: 8rem;
    }

.archives_list {
    list-style: none;
}

    .archives_list li a {
        text-decoration: none;
    }

    .archives_list li {
        padding: 15px;
    }

        .archives_list li a {
            color: #000;
        }

            .archives_list li a i {
                float: right;
            }

#fa-minus {
    display: none;
}

.bulletin {
    display: none;
    background: rgb(221, 221, 221);
    padding-top: 5px;
    padding-left: 12px;
    padding-bottom: 5px;
}

.archives_card {
    height: 250px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border: transparent;
}

.archives_list .active:first-child {
    background-color: #a6d5ff;
}

/* Remove default bullets */
/*ul, #myUL {
    list-style-type: none;
}*/

/* Remove margins and padding from the parent ul */
#myUL {
    margin: 0;
    padding: 0;
}

/* Style the caret/arrow */
.caret {
    cursor: pointer;
    user-select: none; /* Prevent text selection */
}

    /* Create the caret/arrow with a unicode, and style it */
    .caret::before {
        content: "\25B6";
        color: black;
        display: inline-block;
        margin-right: 6px;
    }

/* Rotate the caret/arrow icon when clicked on (using JavaScript) */
.caret-down::before {
    transform: rotate(90deg);
}

/* Hide the nested list */
.nested {
    display: none;
}

/* Show the nested list when the user clicks on the caret/arrow (with JavaScript) */
.active {
    display: block;
}
/* About Page css */
.about_banner {
    background-image: url("../img/about_bg.jpg");
    background-size: cover;
    position: relative;
    width: 100%;
    height: 328px;
    background-position: center;
}

    .about_banner h3 {
        color: #fff;
        font-size: 46px;
        margin-top: 8rem;
    }
/*.breadcrumb {
    display:none;
}*/
.breadcrumb li {
    color: #fff !important;
}

    .breadcrumb li a {
        color: #fff !important;
        font-weight: bold;
    }

.breadcrumb-item + .breadcrumb-item::before {
    color: rgb(198 208 218 / 75%) !important;
}

.about_inner_pg_wrap {
    padding: 50px 0;
    position: relative;
}

    .about_inner_pg_wrap::before {
        position: absolute;
        content: '';
        width: 20px;
        height: 95%;
        background: #fcb215;
        top: 52%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
    }

    .about_inner_pg_wrap h1 {
        font-size: 36px;
        color: var(--text_blue);
        font-weight: 700;
        line-height: 41px;
       /* margin: 0 0 40px;*/
        text-align: center;
    }

        .about_inner_pg_wrap h1 span {
            display: block;
            font-size: 26px;
            font-weight: 500;
        }

    .about_inner_pg_wrap p {
        font-size: 14px;
        line-height: 24px;
        font-weight: 400;
        color: #262525;
        margin: 0;
        text-align: justify;
    }

    .about_inner_pg_wrap h3 {
        color: var(--text_blue);
    }

.about_tags_sec {
    margin: 40px 0 0;
}

    .about_tags_sec ul {
        padding: 0;
        margin: 0;
    }

        .about_tags_sec ul li {
            display: inline-block;
            padding: 15px 30px;
            font-size: 16px;
            font-weight: 500;
            color: #2a2a2a;
            background: #ddd;
            margin: 7px 15px 7px 0;
            border: 1px solid #d0d0d0;
        }

            .about_tags_sec ul li i {
                float: left;
                margin-right: 10px;
                font-size: 20px;
                font-weight: 700;
                padding-top: 2px;
            }

            .about_tags_sec ul li:hover {
                background: #fcb215;
                border-color: #fcb215;
                color: #000;
            }

.visionlist li {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #262525;
    margin: 0;
    text-align: justify;
}

.cd-horizontal-timeline ol, .cd-horizontal-timeline ul {
    list-style: none;
}

.cd-timeline-navigation a:hover, .cd-timeline-navigation a:focus {
    border-color: #313740;
}

.cd-horizontal-timeline a, .cd-horizontal-timeline a:hover, .cd-horizontal-timeline a:focus {
    color: #313740;
}

.cd-horizontal-timeline blockquote, .cd-horizontal-timeline q {
    quotes: none;
}

    .cd-horizontal-timeline blockquote:before, .cd-horizontal-timeline blockquote:after,
    .cd-horizontal-timeline q:before, .cd-horizontal-timeline q:after {
        content: '';
        content: none;
    }

.cd-horizontal-timeline table {
    border-collapse: collapse;
    border-spacing: 0;
}

.cd-horizontal-timeline {
    opacity: 0;
    /* margin: 2em auto; */
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

    .cd-horizontal-timeline::before {
        /* never visible - this is used in jQuery to check the current MQ */
        content: 'mobile';
        display: none;
    }

    .cd-horizontal-timeline.loaded {
        /* show the timeline after events position has been set (using JavaScript) */
        opacity: 1;
    }

    .cd-horizontal-timeline .timeline {
        position: relative;
        height: 100px;
        width: 100%;
        /* max-width: 800px; */
        margin: 0 auto;
    }

    .cd-horizontal-timeline .events-wrapper {
        position: relative;
        height: 100%;
        margin: 0 40px;
        overflow: hidden;
    }

        .cd-horizontal-timeline .events-wrapper::after, .cd-horizontal-timeline .events-wrapper::before {
            /* these are used to create a shadow effect at the sides of the timeline */
            content: '';
            position: absolute;
            z-index: 2;
            top: 0;
            height: 100%;
            width: 20px;
        }

        .cd-horizontal-timeline .events-wrapper::before {
            left: 0;
        }

        .cd-horizontal-timeline .events-wrapper::after {
            right: 0;
        }

    .cd-horizontal-timeline .events {
        /* this is the grey line/timeline */
        position: absolute;
        z-index: 1;
        left: 0;
        top: 50px;
        height: 2px;
        /* width will be set using JavaScript */
        background: #dfdfdf;
        -webkit-transition: -webkit-transform 0.4s;
        -moz-transition: -moz-transform 0.4s;
        transition: transform 0.4s;
    }

    .cd-horizontal-timeline .filling-line {
        /* this is used to create the green line filling the timeline */
        position: absolute;
        z-index: 1;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background-color: #313740;
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -o-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -ms-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
        -webkit-transition: -webkit-transform 0.3s;
        -moz-transition: -moz-transform 0.3s;
        transition: transform 0.3s;
    }

    .cd-horizontal-timeline .events a {
        position: absolute;
        bottom: 0;
        z-index: 2;
        text-align: center;
        font-size: 1rem;
        padding-bottom: 15px;
        /* fix bug on Safari - text flickering while timeline translates */
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
    }

        .cd-horizontal-timeline .events a::after {
            /* this is used to create the event spot */
            content: '';
            position: absolute;
            left: 50%;
            right: auto;
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            transform: translateX(-50%);
            bottom: -5px;
            height: 12px;
            width: 12px;
            border-radius: 50%;
            border: 2px solid #dfdfdf;
            background-color: #f8f8f8;
            -webkit-transition: background-color 0.3s, border-color 0.3s;
            -moz-transition: background-color 0.3s, border-color 0.3s;
            transition: background-color 0.3s, border-color 0.3s;
        }

.no-touch .cd-horizontal-timeline .events a:hover::after {
    background-color: #313740;
    border-color: #313740;
}

.cd-horizontal-timeline .events a.selected {
    pointer-events: none;
}

    .cd-horizontal-timeline .events a.selected::after {
        background-color: #313740;
        border-color: #313740;
    }

.cd-horizontal-timeline .events a.older-event::after {
    border-color: #313740;
}

@media only screen and (min-width: 1100px) {
    .cd-horizontal-timeline::before {
        /* never visible - this is used in jQuery to check the current MQ */
        content: 'desktop';
    }
}

.cd-timeline-navigation a {
    /* these are the left/right arrows to navigate the timeline */
    position: absolute;
    z-index: 1;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 34px;
    width: 34px;
    border-radius: 50%;
    border: 2px solid #dfdfdf;
    /* replace text with an icon */
    overflow: hidden;
    color: transparent;
    text-indent: 100%;
    white-space: nowrap;
    -webkit-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    transition: border-color 0.3s;
}

    .cd-timeline-navigation a::after {
        /* arrow icon */
        content: '';
        position: absolute;
        height: 16px;
        width: 16px;
        left: 50%;
        top: 50%;
        bottom: auto;
        right: auto;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }

    .cd-timeline-navigation a.prev {
        left: 0;
        -webkit-transform: translateY(-50%) rotate(180deg);
        -moz-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
        -o-transform: translateY(-50%) rotate(180deg);
        transform: translateY(-50%) rotate(180deg);
    }

    .cd-timeline-navigation a.next {
        right: 0;
    }

.no-touch .cd-timeline-navigation a:hover {
    border-color: #7b9d6f;
}

.cd-timeline-navigation a.inactive {
    cursor: not-allowed;
}

    .cd-timeline-navigation a.inactive::after {
        background-position: 0 -16px;
    }

.no-touch .cd-timeline-navigation a.inactive:hover {
    border-color: #dfdfdf;
}

.cd-horizontal-timeline .events-content {
    position: relative;
    width: 100%;
    margin: 2em 0;
    overflow: hidden;
    -webkit-transition: height 0.4s;
    -moz-transition: height 0.4s;
    transition: height 0.4s;
}

    .cd-horizontal-timeline .events-content li {
        position: absolute;
        z-index: 1;
        width: 100%;
        left: 0;
        top: 0;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
        padding: 0 5%;
        opacity: 0;
        -webkit-animation-duration: 0.4s;
        -moz-animation-duration: 0.4s;
        animation-duration: 0.4s;
        -webkit-animation-timing-function: ease-in-out;
        -moz-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

        .cd-horizontal-timeline .events-content li.selected {
            /* visible event content */
            position: relative;
            z-index: 2;
            opacity: 1;
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
            -o-transform: translateX(0);
            transform: translateX(0);
        }

        .cd-horizontal-timeline .events-content li.enter-right, .cd-horizontal-timeline .events-content li.leave-right {
            -webkit-animation-name: cd-enter-right;
            -moz-animation-name: cd-enter-right;
            animation-name: cd-enter-right;
        }

        .cd-horizontal-timeline .events-content li.enter-left, .cd-horizontal-timeline .events-content li.leave-left {
            -webkit-animation-name: cd-enter-left;
            -moz-animation-name: cd-enter-left;
            animation-name: cd-enter-left;
        }

        .cd-horizontal-timeline .events-content li.leave-right, .cd-horizontal-timeline .events-content li.leave-left {
            -webkit-animation-direction: reverse;
            -moz-animation-direction: reverse;
            animation-direction: reverse;
        }
    /* .cd-horizontal-timeline .events-content li > * {
    max-width: 800px;
    margin: 0 auto;
  } */
    .cd-horizontal-timeline .events-content h4 {
        font-weight: 700;
        margin-bottom: 0px;
        line-height: 20px;
        margin-bottom: 15px;
    }

        .cd-horizontal-timeline .events-content h4 small {
            font-weight: 400;
            line-height: normal;
            font-size: 15px;
        }

    .cd-horizontal-timeline .events-content em {
        display: block;
        font-style: italic;
        margin: 10px auto;
    }

        .cd-horizontal-timeline .events-content em::before {
            content: '- ';
        }

    .cd-horizontal-timeline .events-content p {
        font-size: 16px;
        margin-top: 15px;
    }

@media only screen and (min-width: 768px) {

    .cd-horizontal-timeline .events-content em {
        font-size: 1rem;
    }
}

@media only screen and (max-width: 767px) {

    .cd-horizontal-timeline.loaded {
        margin: 0;
    }

    .cd-horizontal-timeline .timeline {
        width: 100%;
    }

    .cd-horizontal-timeline ol, .cd-horizontal-timeline ul {
        padding: 0;
        margin: 0;
    }

    .cd-horizontal-timeline .events-content h4 {
        font-size: 16px;
    }

    .cd-horizontal-timeline .events-content {
        margin: 0;
    }

    .navbar-collapse {
        background: #1a347d;
        padding: 20px;
        margin-top: 6px;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    }

    .productgroup {
        display: none !important;
    }
}

@-webkit-keyframes cd-enter-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
    }
}

@-moz-keyframes cd-enter-right {
    0% {
        opacity: 0;
        -moz-transform: translateX(100%);
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0%);
    }
}

@keyframes cd-enter-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@-webkit-keyframes cd-enter-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
    }
}

@-moz-keyframes cd-enter-left {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0%);
    }
}

@keyframes cd-enter-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}

.timeline:before {
    content: " ";
    display: none;
    bottom: 0;
    left: 0%;
    width: 0px;
    margin-left: -1.5px;
    background-color: #eeeeee;
}

.horizontal-timeline .items {
    border-top: 1px solid #e9ecef;
}

    .horizontal-timeline .items .items-list {
        display: block;
        position: relative;
        text-align: center;
        padding-top: 70px;
        margin-right: 0;
    }

        .horizontal-timeline .items .items-list:before {
            content: "";
            position: absolute;
            height: 36px;
            border-right: 2px dashed #dee2e6;
            top: 0;
        }

        .horizontal-timeline .items .items-list .event-date {
            position: absolute;
            top: 36px;
            left: 0;
            right: 0;
            width: 75px;
            margin: 0 auto;
            font-size: 0.9rem;
            padding-top: 5px;
            color: #000045;
            border: 2px solid #4099bf;
        }

@media (min-width: 1140px) {
    .horizontal-timeline .items .items-list {
        display: inline-block;
        width: 19%;
        padding-top: 45px;
    }

        .horizontal-timeline .items .items-list .event-date {
            top: -45px;
        }
}

.branchname {
    /* background-color: #f78d27; */
    color: #000;
    border-radius: 22px;
    width: auto;
    padding-top: 2px !important;
    padding-bottom: 5px;
    font-size: 15px;
    font-weight: 600;
}
/* .branchdetails{
    margin-left: 32%;
  } */
/* .branchmap{
    text-align: justify;
  } */
.branchdetails a {
    text-decoration: none;
    font-size: 14px;
    color: #f78d27;
}

.spt_dv {
    border-bottom: 1px solid #80808024;
}

.leftdv {
    background-color: #4152b3;
    height: 36rem;
    width: 50%;
}

    .leftdv h3 {
        font-size: 43px;
        font-weight: 700;
        margin-top: 11%;
    }

    .leftdv form {
        width: 61%;
    }

        .leftdv form button {
            background-color: #f4a012;
            border: none;
            width: 39%;
            font-weight: 600;
        }

.note_link {
    font-size: 16px;
    font-style: italic;
}

.rightdv {
    width: 50%;
}

.dropdown-item i {
    float: right;
    margin-top: 3px;
}
/* .show{
    z-index: 1;
} */
/* .show{
    width:188px;
} */
.productsec .dropdown-item {
    /* font-family: serif; */
    color: var(--text_blue);
    font-size: 12px;
}

.modal-open {
    overflow: auto !important;
    padding: 0;
    overflow-x: hidden !important;
}

/*#exampleModal1 .btn-close {
    --bs-btn-close-bg: none !important;
}*/

#exampleModal1 .modal-header {
    background-color: var(--base_blue);
}

#exampleModal1 .modal-body ul li {
    list-style: none;
    display: inline-block;
    width: 49%;
    padding: 7px 0;
    border-bottom: 1px solid #ececec;
    font-weight: 500;
    font-size: 14px;
}

    #exampleModal1 .modal-body ul li .fa {
        margin: 0 10px 0 0;
        color: var(--text_blue);
    }

    #exampleModal1 .modal-body ul li span {
        color: var(--text_blue);
        margin-left: 20px;
    }

#exampleModal .modal-header {
    background-color: var(--base_blue);
}

#exampleModal .modal-body ul li {
    list-style: none;
    display: inline-block;
    width: 49%;
    padding: 7px 0;
    border-bottom: 1px solid #ececec;
    font-weight: 500;
    font-size: 14px;
}

    #exampleModal .modal-body ul li .fa {
        margin: 0 10px 0 0;
        color: var(--text_blue);
    }

    #exampleModal .modal-body ul li span {
        color: var(--text_blue);
        margin-left: 15px;
    }
/* ============ desktop view ============ */
@media all and (min-width: 992px) {
    .dropdown-menu li {
        position: relative;
    }

    .nav-item .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: -7px;
    }

    .nav-item .submenu-left {
        right: 100%;
        left: auto;
    }

    .dropdown-menu > li:hover {
        background-color: #f1f1f1
    }

        .dropdown-menu > li:hover > .submenu {
            display: block;
        }
}
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {
    .dropdown-menu .dropdown-menu {
        margin-left: 0.7rem;
        margin-right: 0.7rem;
        margin-bottom: .5rem;
    }
}
/* ============ small devices .end// ============ */
.dropdown-item {
    /* font-family: serif; */
    color: var(--text_blue);
    font-size: 15px;
}

.service_card img {
    transition: all .6s;
    /*width: 100%;
    padding: 25px;*/
}

.product_feature {
    position: relative;
    padding-right: 9px;
}
/* .product_feature::before{
    background: #000;
    -webkit-clip-path: polygon(31% 0, 100% 0, 100% 100%, 77% 100%);
    clip-path: polygon(31% 0, 100% 0, 100% 100%, 77% 100%);
    content: "";
    height: 100%;
    left: -30%;
    position: absolute;
    top: 0;
    width: 250px;
} */
.service_card {
    background-color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding-left: 15px;
}

.product_feature h3 {
    color: var(--text_blue);
}

.product_feature p {
    color: #000;
    font-weight: 600;
}

.product_feature ul li {
    color: #000;
}

.social {
    position: fixed;
    top: 43%;
    z-index: 10;
    width:50px;
}

    .social ul {
        padding: 0px;
        -webkit-transform: translate(-270px, 0);
        -moz-transform: translate(-270px, 0);
        -ms-transform: translate(-270px, 0);
        -o-transform: translate(-270px, 0);
        transform: translate(-270px, 0);
    }

        .social ul li {
            display: block;
            /* margin: 5px; */
            background: rgb(229 194 86 / 46%);
            width: 320px;
            text-align: right;
            padding: 7px;
            /* -webkit-border-radius: 0 30px 30px 0;
    -moz-border-radius: 0 30px 30px 0;
    border-radius: 0 30px 30px 0; */
            -webkit-transition: all 1s;
            -moz-transition: all 1s;
            -ms-transition: all 1s;
            -o-transition: all 1s;
            transition: all 1s;
            color: #000000;
        }

            .social ul li a {
                color: #000000;
                font-weight: 700;
            }
            /* li.covid_special {
    background: #7bd47b !important;
} */

            /* .social ul li:hover {
    -webkit-transform: translate(110px, 0);
    -moz-transform: translate(110px, 0);
    -ms-transform: translate(110px, 0);
    -o-transform: translate(110px, 0);
    transform: translate(110px, 0);
    background: rgba(255, 255, 255, 0.4);
} */

            .social ul li:hover a {
                color: #000;
            }

            .social ul li:hover i {
                color: #fff;
                background: #15c9d4;
                -webkit-transform: rotate(360deg);
                -moz-transform: rotate(360deg);
                -ms-transform: rotate(360deg);
                -o-transform: rotate(360deg);
                transform: rotate(360deg);
                /* -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -ms-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s; */
            }

            .social ul li i {
                margin-left: 10px;
                color: #ffffff;
                /* -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; */
                width: 34px;
                height: 34px;
                font-size: 16px;
                background: #000000;
                -webkit-transform: rotate(0deg);
                -moz-transform: rotate(0deg);
                -ms-transform: rotate(0deg);
                -o-transform: rotate(0deg);
                transform: rotate(0deg);
                line-height: 34px;
                text-align: center;
            }

.twitter_special img {
    margin-left: 10px;
    color: #ffffff;
    /* -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; */
    background: #000000;
    padding: 10px;
}

    .twitter_special img:hover {
        background: #15c9d4;
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }





/* HRMS STYLE */
.bg-prod {
    background-image: url(../img/hrms.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 140px !important;
}

.about-bannr span {
    position: absolute;
    top: 27%;
    left: 10%;
    color: white;
}

    .about-bannr span h3 {
        font-size: 46px;
    }

.hrms-Mbox {
    width: 234px;
    padding: 30px 30px 28px;
    margin-bottom: 30px;
    background: #fcfcfc;
    border: 1px solid #dcdced;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all ease .4s;
    -ms-transition: all ease .4s;
    transition: all ease .4s;
    box-shadow: 40px 0px 60px rgba(0, 25, 135, 0.15);
}

.main_cont {
    margin-top: 4rem !important;
    margin-bottom: 3rem !important;
}

.box-title {
    padding: 20px;
    font-size: 18px;
}
/* .box-title{
  text-transform:uppercase;
  text-align: center;
} */
.hrms-Mbox:hover {
    background-color: transparent;
    transition: all .5s;
    transform: translateY(-10px);
}

/* HRMS STYLE */

/* CRS STYLE*/

.Introduction {
    /* font-size: 13px; */
    text-align: justify;
    padding: 10px;
}

    .Introduction h3 {
        font-size: 40px;
        text-align: center;
        padding: 10px;
        color: #3e3d3d !important;
    }

    .Introduction p {
        font-size: 15px;
        line-height: 32px;
        margin-top: 13px;
    }

/* .vis-mis {
  font-size: 13px;
} */

.vis-mis span {
    font-size: 34px;
}

.vis-mis p {
    font-size: 15px;
}

.CSR p {
    font-size: 15px;
    text-align: justify;
    line-height: 32px;
}

.CSR-point {
    padding: 0;
    margin: 0;
    margin-left: 10px;
    font-size: 15px;
    line-height: 30px;
}

    .CSR-point li {
        list-style: none;
        padding-left: 10px;
        padding-top: 6px;
        /* font-size: 14px; */
        text-align: justify;
    }

        .CSR-point li::marker {
            content: "\f192";
            font-family: "FontAwesome";
            color: #273272;
        }


.fa.fa-dot-circle-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
    color: #4e7cdf;
}

.bg-CRS {
    background-image: url("../img/csr.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 188px;
}

.CSR_sec h3 {
    text-align: center;
    color: #868992;
    padding: 20px;
    border-bottom-style: dotted;
    width: 393px;
    margin: 0px auto;
    padding-bottom: 10px;
    border-color: #00004580;
}

    .CSR_sec h3 span {
        color: #3e3d3d;
        font-size: 30px;
        padding-left: 5px;
    }

.banner_heading h2 {
    color: white;
    font-size: 46px;
}
/* CRS  style*/

/* ANNUAL_REPORT */
.bg-annual {
    background-image: url("../img/ANNUAL_RETURN.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 262px;
}

.anuual_banner span {
    position: absolute;
    top: 44%;
    left: 10%;
    color: white;
}

    .anuual_banner span h2 {
        font-size: 40px;
    }

.report-content {
    padding: 24px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px;
    margin-bottom: 75px;
    margin-top: 4%;
}

    .report-content ul li {
        font-size: 14px;
         border-bottom: 1px solid #e8e8e8; 
        padding: 17px 0;
    }

    .report-content ul {
        list-style: none;
    }

        .report-content ul li i {
            color: red;
            font-size: 25px;
            font-weight: 700;
            padding-right: 14px;
        }

        .report-content ul li a {
            text-decoration: none;
        }
/* ANNUAL_REPORT */
.rightdv {
    background-image: url(../img/jobseeker.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.submenu-product {
    /*display: none;*/
    color: #272727;
    /*padding: 0 60px;*/
    background-color: #00000000 !important;
    z-index: 9999999;
    position: absolute;
    /* background-color: #0e0e0e70; */
    height: auto;
    width: auto;
    margin-top: 4px;
    text-align: left;
    margin-left: -13%;
}
.submenu-product-one {
    /*display: none;*/
    color: #272727;
    /*padding: 0 60px;*/
    background-color: #00000000 !important;
    z-index: 9999999;
    position: absolute;
    /* background-color: #0e0e0e70; */
    height: auto;
    width: auto;
    margin-top: 4px;
    text-align: left;
    margin-left: -13%;
}
.submenu-product-two {
    /*display: none;*/
    color: #272727;
    /*padding: 0 60px;*/
    background-color: #00000000 !important;
    z-index: 9999999;
    position: absolute;
    /* background-color: #0e0e0e70; */
    height: auto;
    width: auto;
    margin-top: 4px;
    text-align: left;
    margin-left: -22%;
}
.submenu-product-three {
    /*display: none;*/
    color: #272727;
    /*padding: 0 60px;*/
    background-color: #00000000 !important;
    z-index: 9999999;
    position: absolute;
    /* background-color: #0e0e0e70; */
    height: auto;
    width: auto;
    margin-top: 4px;
    text-align: left;
    margin-left: -22%;
}
.submenu-product-four {
    /*display: none;*/
    color: #272727;
    /*padding: 0 60px;*/
    background-color: #00000000 !important;
    z-index: 9999999;
    position: absolute;
    /* background-color: #0e0e0e70; */
    height: auto;
    width: auto;
    margin-top: 4px;
    text-align: left;
    margin-left: -22%;
}
.submenu-product-five {
    /*display: none;*/
    color: #272727;
    /*padding: 0 60px;*/
    background-color: #00000000 !important;
    z-index: 9999999;
    position: absolute;
    /* background-color: #0e0e0e70; */
    height: auto;
    width: auto;
    margin-top: 4px;
    text-align: left;
    margin-left: -22%;
}
.submenu-product-six {
    /*display: none;*/
    color: #272727;
    /*padding: 0 60px;*/
    background-color: #00000000 !important;
    z-index: 9999999;
    position: absolute;
    /* background-color: #0e0e0e70; */
    height: auto;
    width: auto;
    margin-top: 4px;
    text-align: left;
    margin-left: -35%;
}
.submenu-product-seven {
    /*display: none;*/
    color: #272727;
    /*padding: 0 60px;*/
    background-color: #00000000 !important;
    z-index: 9999999;
    position: absolute;
    /* background-color: #0e0e0e70; */
    height: auto;
    width: auto;
    margin-top: 4px;
    text-align: left;
    margin-left: -50%;
}
.product-item:hover + .submenu-product {
    display: block;
}
.product-item-one:hover + .submenu-product-one {
    display: block;
}
.product-item-two:hover + .submenu-product-two {
    display: block;
}
.product-item-three:hover + .submenu-product-three {
    display: block;
}
.product-item-four:hover + .submenu-product-four {
    display: block;
}
.product-item-five:hover + .submenu-product-five {
    display: block;
}
.product-item-six:hover + .submenu-product-six {
    display: block;
}
.product-item-seven:hover + .submenu-product-seven {
    display: block;
}
.product-features {
    background-color: #fff;
    padding: 10px 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    display: flex;
    flex-wrap:wrap;
}
.product-features-one {
    background-color: #fff;
    padding: 10px 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    display: flex;
    flex-wrap:wrap;
}
.product-features-two {
    background-color: #fff;
    padding: 10px 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    display: flex;
    flex-wrap: wrap;
}
.product-features-three {
    background-color: #fff;
    padding: 10px 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    display: flex;
    flex-wrap: wrap;
}
.product-features-four {
    background-color: #fff;
    padding: 10px 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    display: flex;
    flex-wrap: wrap;
}
.product-features-five {
    background-color: #fff;
    padding: 10px 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    display: flex;
    flex-wrap: wrap;
}
.product-features-six {
    background-color: #fff;
    padding: 10px 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    display: flex;
    flex-wrap: wrap;
}
.product-features-seven {
    background-color: #fff;
    padding: 10px 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    display: flex;
    flex-wrap: wrap;
}
.result_hover {
    background-color: #fff;
    padding: 10px 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.product-features div {
    /* background-color: #183968; */
   
    padding: 15px;
}

        .product-features div:not(:last-of-type) {
            /*border-right: 1px solid #ddd;*/
        }


.product-features-one div {
    /* background-color: #183968; */

    /*width: 33.3%;*/
    padding: 15px;

    /*width: 33.3%;*/
    padding: 15px;
=======
 /*   width: 33.3%;
   */ padding: 15px;

}

    .product-features-one div:not(:last-of-type) {
        border-right: 1px solid #ddd;
    }

.product-features-two div {
    /* background-color: #183968; */
<<<<<<< .mine
    /*width: 33.3%;*/

    width: 33.3%;
=======
   /* width: 33.3%;*/
>>>>>>> .r50
    padding: 15px;
}
.product-features-three div {
    /* background-color: #183968; */
<<<<<<< .mine
    /*width: 33.3%;*/
    padding: 15px;
||||||| .r49
    width: 33.3%;
    padding: 15px;
=======
    /*width: 33.3%;*/
    padding: 15px;.
>>>>>>> .r50
}
.product-features-four div {
    /* background-color: #183968; */
    width: auto;
    padding: 15px;
}
.product-features-five div {
    /* background-color: #183968; */
<<<<<<< .mine
    /*width: 33.3%;*/
||||||| .r49
    width: 33.3%;
=======
   /* width: 33.3%;*/
>>>>>>> .r50
    padding: 15px;
}
.product-features-six div {
    /* background-color: #183968; */
<<<<<<< .mine
    /*width: 33.3%;*/
||||||| .r49
    width: 33.3%;
=======
   /* width: 33.3%;*/
>>>>>>> .r50
    padding: 15px;
}
.product-features-seven div {
    /* background-color: #183968; */
<<<<<<< .mine
    /*width: 33.3%;*/
||||||| .r49
    width: 33.3%;
=======
   /* width: 33.3%;*/
>>>>>>> .r50
    padding: 15px;
}
    .product-features-two div:not(:last-of-type) {
        border-right: 1px solid #ddd;
    }
.product-features-three div:not(:last-of-type) {
    border-right: 1px solid #ddd;
}
.product-features-four div:not(:last-of-type) {
    border-right: 1px solid #ddd;
}
.product-features-five div:not(:last-of-type) {
    border-right: 1px solid #ddd;
}
.product-features-six div:not(:last-of-type) {
    border-right: 1px solid #ddd;
}
.product-features-seven div:not(:last-of-type) {
    border-right: 1px solid #ddd;
}
.product-item-detail h4 {
    font-size: 18px;
    color: #3e3d3d;
}

.product-item-detail h6 {
    font-size: 14px;
}

.product-item-detail ul {
    list-style: disc;
}


    .product-item-detail ul li {
        margin-bottom: 3px;
        font-size: 13px;
        font-family: Arial, Helvetica, sans-serif;
    }
.policy_desc h2{
    font-size:22px;
}
.pressrelease_desc .yearTag{
    color:var(--black_text);
}
.yearTag{
    position:relative;
}
.yearTag:after {
        content: '';
        position: absolute;
        bottom: -15px;
        height: 4px;
        width: 40px;
        background: var(--base_blue);
        left: 0;
        right: 0;
        margin: 0 auto;
 }
.sliderDoc li {
    background: rgba(229, 194, 86, 0.4196078431372549);
    padding: 24px 12px 0px;
    margin: 15px;
    box-sizing: border-box;
    width: 22%;
    box-shadow: 0 0 15px #d6b657 inset;
    border: 1px solid #e5c256;
}
.sliderDoc li a {
    position: relative;
    display: inline-block;
    width: 100%;
}
.sliderDoc li img{
    width:100%;
 }
 .overlayHover {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(229, 194, 86, 0.95);
        padding: 25px 6px;
        color: #ffffff;
        -ms-transform: scale(0.0, 0.0);
        -webkit-transform: scale(0.0, 0.0);
        transform: scale(0.0, 0.0);
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
    }
.sliderDoc li span {
    display: block;
    width: 50px;
    height: 50px;
    color: #ffffff;
    margin: 25px auto;
    box-shadow: 3px 3px 0px #15c9d4;
    background: #000000;
    vertical-align: middle;
    display: table;
}
.sliderDoc address {
    color: #ce9c07;
}
.sliderDoc li a:hover .overlayHover {
    -ms-transform: scale(1, 1); /* IE 9 */
    -webkit-transform: scale(1, 1); /* Safari */
    transform: scale(1, 1);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.sliderDoc{
    display:inline-flex;
    width:100%;
    flex-wrap:wrap;
}
.sliderDoc li span .fa {
    font-size: 18px;
    color: #e7c868;
    line-height: 50px;
}
/*.qrimgbox img {
    height: 171px;
}*/
.qrimgbox img {
    height: 206px;
}
.hrms_banner {
    background-image: url("../img/hrms_page_one.png");
    background-size: cover;
    position: relative;
    width: 100%;
    height: 328px;
    background-position: center;
}

    .hrms_banner h3 {
        color: #fff;
        font-size: 46px;
        margin-top: 8rem;
    }
.policy_desc ul.b {
    list-style-type: square;
}
.mobmenu {
    background-color: var(--base_blue);
    width: 102%;
}

#myDropdown1:hover .dropdown-menu {
    display: block;
}
#myDropdown2:hover .dropdown-menu {
    display: block;
}
.product_content .service_card h3 {
    font-family: "Kaisei Decol", serif;
    color: #3e3d3d;
    font-weight: 600;
    text-align: center;
    position: relative;
    font-size: 31px;
}
    .product_content .service_card h3:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: -19px;
        width: 70px;
        height: 5px;
        background: #ffc107;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        z-index: 1;
    }
    .product_content .service_card h3:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: -18px;
        width: 200px;
        height: 3px;
        background: #3e3d3d;
    }
.prod_subject {
    font-weight: 600;
    font-size: 23px;
    background: var(--base_blue);
    width: 32%;
    color: #fff;
    padding-left: 8px;
    padding-bottom: 5px;
}
.prod_subject_ii {
    font-weight: 600;
    font-size: 23px;
    background: var(--base_blue);
    width: max-content;
    color: #fff;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 5px;
}
.prod_subject_iii {
    font-weight: 600;
    font-size: 23px;
    background: var(--base_blue);
    width: max-content;
    color: #fff;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 5px;
}
.prod_subject_iv {
    font-weight: 600;
    font-size: 23px;
    background: var(--base_blue);
    width: 42%;
    color: #fff;
    padding-left: 8px;
    padding-bottom: 5px;
}
.prod_subject_v {
    font-weight: 600;
    font-size: 23px;
    background: var(--base_blue);
    width: 55%;
    color: #fff;
    padding-left: 8px;
    padding-bottom: 5px;
}
.prod_subject_vi {
    font-weight: 600;
    font-size: 23px;
    background: var(--base_blue);
    width: 26%;
    color: #fff;
    padding-left: 8px;
    padding-bottom: 5px;
}
.prod_subject_vii {
    font-weight: 600;
    font-size: 23px;
    background: var(--base_blue);
    width: 22%;
    color: #fff;
    padding-left: 8px;
    padding-bottom: 5px;
}
.service_card ul li{
    color:#000;
}
/*.ppsimg{
    height:444px;
}*/
.prod_points {
    /*background: var(--base_blue);*/
    color:#000;
    padding-left:8px;
    width:62%;
}
.ams {
    width: 77%;
    margin-left: 11%;
}

.client-speak .description a {
    color: #f4a012 !important;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
}
.test-modal .modal-header {
    /*    border: 0;*/
    background: #3E3D3D;
}
.test-modal .btn-close {
    /* filter: brightness(0) saturate(100%) invert(16%) sepia(34%) saturate(4945%) hue-rotate(217deg) brightness(99%) contrast(87%);*/
    filter: brightness(0) saturate(100%) invert(96%) sepia(3%) saturate(1%) hue-rotate(118deg) brightness(107%) contrast(98%) !important;
}
.test-modal {
    top: 105px;
    --bs-modal-width: 800px;
}
.prod_subject_12 {
    font-weight: 600;
    font-size: 23px;
    background: var(--base_blue);
    width: 31%;
    color: #fff;
    padding-left: 8px;
    padding-bottom: 5px;
}

/*new css*/
.input-group input::placeholder {
    font-size: 12px;
}
.client-speak .description{
    height:110px;
}
.product_content .service_card img.ppsimg {
    width: 100%;
}
.test-modal .client_identity {
    padding-bottom: 11px;
    margin-bottom: 0;
    padding-top: 15px;
}
    .test-modal .client_identity span {
        color: #3774cd;
        font-weight: 700;
        font-size: 23px;
        font-style: italic;
        padding-bottom: 6px;
        display: block;
    }

.test-modal .client_identity p {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 21px;
}
    
.test-modal .modal-content {
    /*padding-bottom: 15px;*/
}
.test-modal .client_identity p span {
    font-style: normal;
    font-weight: 600;
    color: #ebdf38;
    padding-right: 10px;
    width: 100px;
    display: inline-block;
    font-weight: 700;
}
.test-modal .modal-body {
    font-size: 15px;
    line-height: 26px;
    color: #444547;
}
.modal-body-head {
    display: flex;
    align-items:center;
}
.graphic-img {
    width: 30%;
    flex: 0 0 auto;
    text-align:center;
}
    .graphic-img img {
        width: 97px;
    }
.client-feed {
    width: 70%;
    font-size: 15px;
    line-height: 24px;
    text-align: justify;
    padding-top:6px;
    padding-right: 21px;

}
#exampleModal1 .modal-header .btn-close, #exampleModal .modal-header .btn-close {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(98deg) brightness(103%) contrast(103%);
}
.awardslider.owl-carousel .owl-nav.disabled {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 46px;
    right: -58px;
    left: -58px;
}
.awardslider.owl-theme .owl-nav [class*=owl-] {
    text-indent: -999px;
    background: #3e3d3d;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
    .awardslider.owl-theme .owl-nav [class*=owl-]:before {
        position: absolute;
        content: "";
        width: 23px;
        background-size: 44px;
        height: 45px;
        background-image: url(../img/arrow.png);
        filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(2%) hue-rotate(209deg) brightness(108%) contrast(101%);
    }
.awardslider.owl-carousel .owl-prev:before {
        left: 5px;
}
.awardslider.owl-carousel .owl-next:before {
    right: 5px;
    transform: rotate(180deg);
}
.awardslider.owl-theme .owl-nav [class*=owl-]:hover {
    background: #F4A012;
}
.service_card .table th {
    vertical-align: top;
    align-items: center;
    padding-top: 8px !important;
    padding-right: 10px !important;
    padding-left: 9px !important;
    padding-bottom: 8px !important;
    background: #238e90;
    color: #fff;
}
.service_card .table td {
    vertical-align: top;
}
    .service_card .table > :not(caption) > * > * {
        /* padding: .5rem .0px 6px;*/
    }
ul.visionlist{
    padding-left:23px;
}
/*new css*/
.product-features .product-item-detail {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
    width: 50%;
    border-right: 1px solid #c2b0b042;
}
.product-features .product-item-detail:nth-child(2){
    border-right: 0;
}
.product-item-detail{
    padding:15px;
    width:50%;
}
button.learnmore {
    width: 14% !important;
    display: flex;
    justify-content: center;
    margin: 15px auto;
    background: #3e3d3d;
    color: #fff;
    border: 0;
    height: 34px;
    align-items: center;
    font-size: 14px;
}
button.learnmore_mob {
    width: 34% !important;
    display: flex;
    justify-content: center;
    margin: 15px auto;
    background: #3e3d3d;
    color: #fff;
    border: 0;
    height: 34px;
    align-items: center;
    font-size: 14px;
}
.login_btn:hover {
    background: #3e3d3d;
    border:transparent;
}
.bg_headline {
    /*font-family: Oswald;*/
    margin-top: 3%;
    text-align: center;
    font-size: 19px;
    font-weight: 600;
    text-transform: uppercase;
}
.bg_desc {
    font-size: 19px;
    font-style: italic;
    text-align:center;
}
.bg h5 {
    color: #58595B;
    text-align:center;
    font-size:23px;
}
.differentiator_item {
    text-align: center;
    padding: 25px;
    height:169px;
}
.differentiator_item h5 {
    font-size: 16px;
    line-height: 26px;
    margin-top: 15px;
}
.content {
    padding-left: 5rem;
    padding-right: 5rem;
}
.differentiator_item:nth-child(2), .differentiator_item:nth-child(4), .differentiator_item:nth-child(5), .differentiator_item:nth-child(7), .differentiator_item:nth-child(10), .differentiator_item:nth-child(12), .differentiator_item:nth-child(13), .differentiator_item:nth-child(15) {
    background-color: #f0f0f0;
}
.apart_img img{
    width:100%;
}
.apart_dv p {
    font-size: 15px;
}
@media screen and (min-width:1300px) and (max-width:1500px) {
    .input-group input::placeholder {
        font-size: 12px;
    }
}

@media screen and (min-width:800px) and (max-width:980px) {
    .input-group input::placeholder {
        font-size: 8px;
    }
    .prod_subject {
        width: 52%;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {

    .prod_subject {
        width: 40%;
    }
    .prod_subject_iv {
        width: 48%;
    }
    .prod_subject_v {
        width: 66%;
    }
    .prod_subject_vi {
        width: 29%;
    }
    .prod_subject_vii {
        width: 27%;
    }
    .prod_subject_12{
        width:43%;
    }
}
/*.it_seg {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border: transparent;
}*/
.it_seg p {
    font-size: 24px;
    color: #070708;
    font-style: italic;
}
.img_card {
    /*box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;*/
    padding-top: 5px;
    height: 420px;
}
    .img_card h4 {
        color: #485fb6;
        font-size: 28px;
    }
.carousel-indicators button {
    background-color: #3e3d3d !important;
}


/*mobilemenu*/
.mobmenu .content-left {
    display: flex;
    align-items: center;
}

.mobmenu .login_btn {
    margin-top: 0;
    margin-left: 0;
    /*background-color: transparent;*/
}

.mobmenu .login-sec .dropdown-menu.first-drop {
    min-width: 100px;
    transform: translate3d(-45px, 38px, 0px) !important;
}

.login-sec i {
    border-radius: 50%;
    padding: 7px 9px;
    margin-right: 13px;
    border: 1px solid #fff;
    margin-top: 0px;
    font-size: 14px;
    float: left;
}
/*mbob-nav*/
.offcanvas-header {
    box-shadow: 0 0px 1px rgba(0, 0, 0, 0.16), 0 3px 4px rgb(0 0 0 / 15%);
}

.mobmenu .offcanvas {
    max-width: 87%;
}

.mobmenu .offcanvas-body {
    padding: 0px 12px;
}

.offcanvas .dropdown-toggle.show + .dropdown-menu {
    max-height: 100%;
    display: flex;
    flex-direction: column;
    opacity: 1;
    transform: translate(0, 0) !important;
    transform: scaleZ(1) !important;
    / padding-left: 0;
    / list-style-type: disc !important;
    / padding: 0;
    / padding-top: 0;
    padding-bottom: 0;
}

.mobmenu .offcanvas .dropdown-menu {
    position: static !important;
    opacity: 0;
    top: 4rem;
    visibility: visible;
    margin-left: -18px;
    width: auto;
    max-height: 0;
    transform: scaleX(0);
    /* overflow: hidden;*/
    transform: translate(10px, 10px) !important;
    transition: transform 0.2s ease, opacity 0.2s ease;
    border: 0;
    border-radius: 0;
    padding-left: 10px;
}

.mobmenu .login-sec .dropdown-toggle::after {
    font-size: unset;
}

.mobmenu .offcanvas .dropdown-toggle::after {
    border: 0;
    content: "+";
    font-size: 23px;
    vertical-align: middle;
    color: #234090;
    font-weight: 600;
    right: 0;
    padding-right: 12px;
    margin-top: -4px;
}

.mobmenu .offcanvas a.nav-link.dropdown-toggle.show {
    color: #234090;
    font-weight: 500;
    /*border-bottom: 1px solid #23409042;
    border-top: 1px solid #23409042;*/
    padding-top: 13px;
}

.mobmenu .offcanvas .navbar-collapse {
    background: transparent;
    box-shadow: none;
    padding: 0;
    margin-bottom: 10px;
    padding-bottom: 6px;
    border-radius: 0;
}

.mobmenu .offcanvas .dropdown-item {
    color: #000;
    font-size: 15px;
    padding-left: 0;
}

.mobmenu .accordian {
    padding-top: 20px;
    border: 0;
}

.mobmenu #accordionExample .accordion-button {
    color: #fff;
    background-color: #3e3d3d;
    border: 0;
    border-radius: 0;
    margin-bottom: 8px;
    border-radius: 0;
    padding: 11px;
    font-size: 14px;
}

.mobmenu #accordionExample .accordion-item:first-of-type > .accordion-header .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.mobmenu #accordionExample .accordion-button::after {
    filter: brightness(53.5);
}

.mobmenu #accordionExample .offcanvas li.nav-item {
    color: #212529;
    padding-left: 10px;
    line-height: 13px;
    border-bottom: 1px solid #00004526;
    padding-bottom: 6px;
}

    .mobmenu #accordionExample .offcanvas li.nav-item a.nav-link.dropdown-toggle {
        justify-content: space-between;
        align-items: center;
    }

    .mobmenu #accordionExample .offcanvas li.nav-item a.nav-link.dropdown-toggle {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

.mobmenu #accordionExample .accordion-button img {
    height: 25px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(54%) saturate(1%) hue-rotate(336deg) brightness(109%) contrast(101%);
    margin-right: 8px;
}

.mobmenu #accordionExample .accordion-item h4 {
    font-size: 15PX;
    line-height: 24PX;
    font-weight: 700;
}

.mobmenu #accordionExample .accordion-item ul li {
    padding-bottom: 9PX;
}

.mobmenu #accordionExample .accordion-body {
    padding: 6px 12px;
}
/*.jobseekertag {
    text-align: center;
    margin-top: 3%;
    color: #fff;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 8px;
}*/
.jobseekertag {
    text-align: center;
    margin-top: 3%;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 2px;
}
/*.jobseekertag {
    text-align: center;
    margin-top: 0%;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 30px;
}*/
.bordertagline {
    height: 1px;
    width: 197px;
    background-color: #dddddd8f;
    margin: auto;
    margin-top: 16px;
    text-align: center;
    position: relative;
}
.orWrap {
    color: #fff;
    height: 33px;
    padding: 6px 8px;
    border-radius: 50%;
    background: #f4a012;
    position: absolute;
    top: -18px;
    left: 83px;
    font-weight: 600;
    font-style: italic;
}
.job_dv a {
    text-decoration: none;
    /*color: #000;*/
    font-weight: 700;
}
.JobSearchPnl {
    display: block;
    width: 100%;
    padding: 25px;
    background: #efefef;
}
    .JobSearchPnl .jobSrchInr {
        border: 1px solid #dfe0e0;
        display: block;
        padding: 25px;
        background: #f7f7f7;
        box-shadow: 0 0 10px #a9a9a9;
    }
    .JobSearchPnl .form-control {
        border-radius: 0;
        box-shadow: none;
    }
    .jobsearchtag {
        font-size: 13px;
        font-style: italic;
        color: #9a9898;
    }
.btn-hero {
    color: #ffffff;
    background-color: #3e3d3d;
    border: 0;
    border-radius: 0;
    font-size: 17px;
}
    .btn-hero:hover {
        background-color: #F4A012;
    }

/* Flash class and keyframe animation */
/*.flashit {
    color: #d01261;
    -webkit-animation: flash linear 1s infinite;
    animation: flash linear 1.2s infinite;
}

@-webkit-keyframes flash {
    0% {
        opacity: 1;
    }

    50% {
        opacity: .1;
    }

    100% {
        opacity: 1;
    }
}

@keyframes flash {
    0% {
        opacity: 1;
    }

    50% {
        opacity: .1;
    }

    100% {
        opacity: 1;
    }
}

.pulseit {
    -webkit-animation: pulse linear .5s infinite;
    animation: pulse linear .5s infinite;
}

@-webkit-keyframes pulse {
    0% {
        width: 200px;
    }

    50% {
        width: 340px;
    }

    100% {
        width: 200px;
    }
}

@keyframes pulse {
    0% {
        width: 200px;
    }

    50% {
        width: 340px;
    }

    100% {
        width: 200px;
    }
}*/

.flash {
    animation-name: flash;
    animation-duration: 0.4s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-play-state: running;
}

@keyframes flash {
    from {
        color: #ff0000;
    }

    to {
        color: #0012ff;
    }
}

.flash1 {
    animation-name: flash1;
    animation-duration: .6s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-play-state: running;
    font-size: 17px;
}

@keyframes flash1 {
    from {
        color: red;
    }

    to {
        color: blue;
    }
}
.footsubtag {
    text-align: center !important;
    color: #fff;
    font-size: 15px;
    font-style: italic;
}
.aboutsubtag {
    text-align: center !important;
    color: #000;
    font-size: 15px;
    font-style: italic;
    margin-bottom: 2% !important;
}

/*#popupModal .modal-content {
    background-image: url(../img/popup.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 450px;
}
*/
/* Popup container */
#popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    display: none; /* Hidden by default */
    transition: opacity 1s ease;
}

/* Popup content */
#popupContent {
    position: relative;
    background: white;
    padding: 10px;
    border-radius: 8px;
    max-width: 90%;
    max-height: 90%;
    transform: scale(0.95);
    transition: transform 0.5s ease;
}
#popup.show #popupContent {
    transform: scale(1);
}

/* Close button */
.close-btn {
    position: absolute;
    top: 13px;
    right: 21px;
    font-size: 22px;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
}

.popup-img {
    max-width: 100%;
    height: auto;
    display: block;
}