@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/
.logo a {
    color: #13a25d;
    font-size: 36px;
    font-weight: bold;
}

* {
    box-sizing: border-box !important;
    transition: ease all 0.5s;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden !important;
}

body {
    color: #666666;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden !important;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0
}

nav.navbar.navbar-expand-lg.navbar-light.bg-light.nav-fixed {
    position: fixed;
    z-index: 99999999;
    box-shadow: 1px 2px 5px #858080;
    width: 100%;
    background: #ffffff !important;
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none !important;
    opacity: 1
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    margin: 20px;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

.logo img {
    max-width: 100%;
    max-height: 100%;
    height: 40px;
}

:focus {
    outline: 0;
}

.paddind_bottom_0 {
    padding-bottom: 0 !important;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    float: left;
    width: 100%;
}

.padding_0 {
    padding: 0px;
}

.layout_padding {
    padding-top: 0px;
    padding-bottom: 0px;
}

/* header section start */
.benefits-section {
    max-width: 800px;
    margin: 40px auto;
    background-color: #ffffff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.benefits-section h2 {
    font-size: 2.2em;
    color: #1a5276;
    margin-bottom: 30px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
}

.benefits-section h2::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background-color: #007bff;
    border-radius: 2px;
}

.benefits-list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    /* Space between list items */
}

.benefits-list li {
    background-color: #e6f2ff;
    /* Light blue background for items */
    border: 1px solid #cceeff;
    border-radius: 8px;
    padding: 20px 25px;
    flex: 1 1 calc(50% - 20px);
    /* Two items per row on larger screens */
    max-width: calc(50% - 20px);
    text-align: left;
    /* Align text left within the box */
    font-size: 1.1em;
    font-weight: 600;
    color: #0056b3;
    /* Darker blue text */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    /* Use flex for icon and text alignment */
    align-items: center;
}

.benefits-list li:hover {
    transform: translateY(-5px);
    /* Lift effect on hover */
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.benefits-list li i {
    font-size: 1.5em;
    color: #007bff;
    /* Primary blue for icons */
    margin-right: 15px;
    /* Space between icon and text */
    flex-shrink: 0;
    /* Prevent icon from shrinking */
}
.mobileFooterSection {
    display: none;
}
li.nav-item.menuDiv.has-submenu span {
    color: red;
    font-size: 22px;
    margin-left: 5px;
}
/* Responsive adjustments */
@media (max-width: 768px) {
     .mobileFooterSection {
    display: none !important;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999999999;
}
.footer_section {
    display: none;
}
    .loginDashboard {
        margin-top: 35px !important;
    }

    .loginDashboard .row.justify-content-center.mb-5 {
        margin-bottom: 0 !important;
    }

    .footer_text {
        width: 100% !important;
    }

    .benefits-section h2 {
        font-size: 1.8em;
    }

    .benefits-list li {
        flex: 1 1 100%;
        /* One item per row on small screens */
        max-width: 100%;
        font-size: 1em;
        padding: 15px 20px;
    }

    .benefits-list li i {
        font-size: 1.3em;
        margin-right: 10px;
    }
}

.header_section {
    width: 100%;
    float: left;
    background-image: url(../admin/images/employeeBG.jpg);
    height: auto;
    margin-bottom: 50px;
    background-size: contain;
}

.bg-light {
    /* background-image: url(../images/header-bg.png); */
    background-color: #fff;
    background-size: 100%;
    background-repeat: no-repeat;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #070707;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #ff0000;
}

li.nav-item.menuDiv a {
    font-weight: bold;
    padding: 9px 20px;
    display: block;
}

li.nav-item.menuDiv1 a {
    font-weight: bold;
    padding: 9px 20px;
    display: block;
}

li.nav-item.menuDiv {
    margin-right: 20px;
}

li.nav-item.menuDiv,
li.nav-item.menuDiv1 {
    margin-right: 5px;
    min-width: 120px;
    text-align: center;
}

.mr-auto,
.mx-auto {
    margin-right: initial !important;
}

.search_icon {
    width: 100%;
    float: left;
    padding-left: 40px;
}

/* header section end */

/* banner section start */
.new-slider-section {
    margin-bottom: 0 !important;
}

.banner_section {
    padding-top: 20px;
    border-bottom: 5px solid #ff0000;
}

.banner_main {
    margin: 0 auto;

    padding: 10px;

    text-align: center;
    opacity: 0.9;
    border-radius: 30px;
}

.banner_taital {
    width: 100%;
    float: left;
    font-size: 48px;
    color: #060707;
    font-weight: bold;
}

.banner_text {
    width: 100%;
    float: left;
    color: #000;
    margin: 0px;
}

.btn_main {
    width: 100%;
    display: ruby;
    padding-top: 40px;
}

.contact_bt {
    width: 170px;
    float: left;
}

.contact_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: #060707;
    text-align: center;
    padding: 10px 0px;
    border-radius: 40px;
}

.contact_bt a:hover {
    color: #ffffff;
    background-color: #13a25d;
}

.contact_bt.active a {
    color: #ffffff;
    background-color: #ff0000;
    margin-top: 10px;
}

.readmore_bt {
    width: 170px;
    float: left;
    margin-left: 20px;
}

.readmore_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: #060707;
    text-align: center;
    padding: 10px 0px;
    border-radius: 40px;
}

.readmore_bt a:hover {
    color: #ffffff;
    background-color: #13a25d;
}

.carousel-indicators {
    bottom: -40px;
}

.carousel-indicators li {
    width: 20px;
    height: 20px;
    border-radius: 100px;
    background-color: #ffffff;
}

.carousel-indicators .active {
    background-color: #000;
}

/* banner section end */
.justify-content-center {
    justify-content: center !important;
}

.job-card-two {
    background: #ffffff;
    margin-bottom: 0px;
    padding: 0px 0px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
    margin-top: 1em;
    border: 2px solid red;
}

.job-card-two .company-logo {
    background: #fddcd4;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    border-radius: 100px;
    border: 1px dashed #fd1616;
    position: relative;
    top: 0;
}

.job-card-two .job-info {
    padding-left: 25px;
}

.job-card-two .job-info h3 {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.job-card-two .job-info ul {
    padding-left: 0;
}

.job-card-two .job-info ul li {
    display: inline-block;
    font-size: 15px;
    padding-right: 10px;
}

.job-card-two .job-info ul li i {
    top: 2px;
    position: relative;
    font-size: 18px;
}

.job-card-two .job-info span {
    background: #fdd6cc;
    display: inline-block;
    padding: 0px 10px;
    color: #fd1616;
    margin-bottom: 10px;
    border: 1px dashed #fd1616;
    font-size: 14px;
    font-weight: bold;
}

.theme-btn .default-btn {
    font-size: 16px;
    font-weight: bold;
    font-family: "Catamaran", sans-serif;
    background: #fd1616;
    color: #ffffff;
    margin-right: 15px;
    border: 1px solid transparent;
    padding: 0px 10px;
    display: inline-block;
}

/* about section start */
.about_section {
    width: 100%;
    float: left;
}

.about_section_2 {
    width: 100%;
    float: left;
    padding-top: 70px;
    padding-bottom: 90px;
}

.about_image {
    width: 100%;
    float: left;
    padding-left: 22px;
    padding-top: 37px;
}

.about_image::after {
    content: '';
    position: absolute;
    width: 100px;
    height: 390px;
    background-color: #ff0000;
    left: 0px;
    right: initial;
    top: 0;
    z-index: -1;
}

ul.navbar-nav.mr-auto {
    position: absolute;
    right: 30px;
}

.about_taital {
    width: 35%;
    float: left;
    font-size: 40px;
    color: #0f0f0f;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}

.about_taital::after {
    content: '';
    position: absolute;
    width: 193px;
    height: 2px;
    background-color: #252525;
    left: initial;
    right: 0px;
    top: 44%;
    z-index: -1;
}

.about_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #0f0f0f;
    margin: 0px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

.lorem_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #0f0f0f;
    margin: 0px;
    font-family: 'Roboto', sans-serif;
}

.about_taital_main {
    width: 100%;
    float: left;
    padding-top: 172px;
}

.read_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: #ff0000;
    text-align: center;
    padding: 10px 0px;
    font-family: 'Roboto', sans-serif;
}

.read_bt a:hover {
    color: #ffffff;
    background-color: #13a25d;
}

/* about section end */

/* services section start */

.services_section {
    width: 100%;
    float: left;

}

.services_section_2 .col-lg-4 {
    text-align: center;
}

.services_taital {
    width: 60%;
    float: left;
    font-size: 40px;
    color: #0f0f0f;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}

.services_taital::after {
    content: '';
    position: absolute;
    width: 193px;
    height: 2px;
    background-color: #0f0f0f;
    left: initial;
    right: 0px;
    top: 44%;
}

.services_section_2 {
    width: 100%;
    float: left;
    padding-bottom: 50px;
}

.icon_box {
    width: 70px;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0px 0px 2px 2px #edf0f2;
    border-radius: 3px;
    margin-top: 30px;
    margin: 30px auto 0px;
}

.icon_1 {
    width: 100%;
    text-align: center;
}

.selection_text {
    width: 100%;
    font-size: 20px;
    color: #0f0f0f;
    font-weight: bold;
    padding-top: 20px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}

.ipsum_text {
    font-size: 15px;
    color: #0f0f0f;
    margin: 0px;
    padding: 0 80px;
}

.serviceDiv {
    border: 2px solid #ff0000;
    margin: 30px 0px;
    border-radius: 10px;
    box-shadow: 2px 2px 10px #ff0000;
    padding: 75px 0px;
}

.serviceDiv:hover {
    cursor: pointer;
    background: #13a25d;
    color: #fff;

    h4.selection_text,
    .ipsum_text {
        color: #fff;
    }
}

.read_bt.btnService {
    float: none;
    text-align: center;
    margin: 0 auto;
    width: 250px;
}

.services_section_2 .row:nth-child(4) {

    margin-top: 100px;
}

.location_main.contactDiv {
    display: contents;
}

.btnService a {
    border-radius: 25px;
    font-weight: bold;
    font-size: 18px !important;
    padding: 2px;
    margin-bottom: 5px;
}

/* services section end */

/* blog section start */
.blog_section {
    width: 100%;
    float: left;
}

.blog_img {
    width: 100%;
    float: left;
}

.blog_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #141414;
    font-weight: bold;
    padding-top: 20px;
    font-family: 'Roboto', sans-serif;
}

.blog_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #141414;
    margin: 0px;
    padding-top: 20px;
    font-family: 'Roboto', sans-serif;
}


/* blog section end */

/* events section start */
.events_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
}

.events_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #141414;
    text-align: center;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}

.events_section_2 {
    width: 100%;
    float: left;
    margin-top: 40px;
}

.events_bg {
    width: 100%;
    float: left;
    background-image: url(../admin/images/events-bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 160px 0px;
}

.play_icon {
    width: 200px;
    margin: 0 auto;
    position: relative;
    z-index: 5;
    text-align: center;
}

.play_icon::before {
    content: '';
    position: absolute;
    top: 48px;
    left: 100px;
    width: 110px;
    height: 110px;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    border-radius: 100%;
    z-index: -1;
    animation: fadeEffect 1.3s infinite ease;
    box-shadow: 0px 0px 10px 0px;
    right: 0;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
}

@keyframes fadeEffect {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1
    }

    100% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 0;
    }
}

.seemore_bt {
    width: 170px;
    margin: 0 auto;
    text-align: center;
}

.seemore_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: #ff0000;
    text-align: center;
    padding: 10px 0px;
    margin-top: 50px;
    font-family: 'Roboto', sans-serif;
}

.seemore_bt a:hover {
    color: #ffffff;
    background-color: #13a25d;
}

/* events section end */

/* contact section start */

.contact_section {
    width: 100%;
    float: left;
    background-image: url(../admin/images/contact-bg.png);
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 25px;
    margin-top: 10px;
}

.contact_taital {
    font-size: 40px;
    color: #ffffff;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    padding-top: 10px;
}

.contact_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    margin: 0px;
    font-family: 'Roboto', sans-serif;
}

.contact_section_2 {
    width: 100%;
    float: left;
    padding-top: 0px;
}

.mail_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #727272;
    border: 0px;
    background-color: #ffff;
    padding: 10px;
    margin-top: 5px;
    font-family: 'Roboto', sans-serif;
}

input.mail_text::placeholder {
    color: #727272;
}

.massage-bt {
    color: #727272;
    width: 100%;
    font-size: 18px;
    background-color: #ffff;
    padding: 0px 15px 15px 15px;
    border: 0px;
    height: 80px;
    margin-top: 5px;
    font-family: 'Roboto', sans-serif;
}

textarea#comment::placeholder {
    color: #727272;
}

.map_main {
    width: 100%;
    float: left;
    padding-top: 0px;
}

.aboutDiv {
    text-align: left;
}

.missionTxt strong,
.aboutDiv b,
.contactDivTxt span {
    font-weight: bold;
}

.contact-form input,
.contact-form textarea {
    background: #f1f1f1 none repeat scroll 0 0;
    border: 1px solid #c1c1c1;
    font-size: 12px;
    height: 40px;
    padding: 10px 20px;
    width: 100%;
}

.contact-form textarea {
    height: 150px;
    padding-left: 20px;
}

form.contact-form {
    text-align: left;
}

.contact-form .submit-btn {
    color: #fff;
    font-size: 14px;
    line-height: 50px;
    padding: 0 42px;
    background: #26ae61;
}

.img-icon>span {
    background: #26ae61 none repeat scroll 0 0;
    border-radius: 100%;
    color: #fff;
    font-size: 25px;
    height: 50px;
    right: 0;
    top: 0;
    width: 50px;
}

.woring-area2 .work-item p {
    text-align: left;
}

.send_bt {
    width: 150px;
    float: left;
    margin-top: 0px;
}

.send_bt a {
    width: 100%;
    float: left;
    background-color: #ff0000;
    color: #ffffff;
    text-align: center;
    padding: 5px 0px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}

.send_bt a:hover {
    background-color: #ffffff;
    color: #000;
}

.jobsList {
    padding: 0;
}

/* contact section end */

/* contact section start */

.testimonial_section {
    width: 100%;
    float: left;
    padding-bottom: 60px;
}

.testimonial_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #2c2420;
    text-align: center;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}

.testimonial_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #2c2420;
    text-align: center;
    margin: 0px;
    font-family: 'Roboto', sans-serif;
}

.testimonial_section_2 {
    width: 100%;
    float: left;
    padding-top: 40px;
    padding-bottom: 10px;
}

.testimonial_box {
    width: 100%;
    background-color: #ffffff;
    padding: 55px 30px 100px 30px;
    box-shadow: 0px 2px 12px 10px #f3f2f2;
}

.jonimo_text {
    width: 100%;
    font-size: 20px;
    text-transform: uppercase;
    color: #ff0000;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}

.dummy_text {
    width: 100%;
    font-size: 16px;
    color: #000;
    margin: 0px;
    padding-top: 20px;
    font-family: 'Roboto', sans-serif;
}

.jonimo_taital_main {
    width: 100%;
    display: flex;
    border-bottom: 1px solid #363636;
}

.quick_icon {
    float: right;
}

.quick_icon_1 {
    display: none;
}

.testimonial_box:hover {
    background-color: #ff0000;
}

.testimonial_box:hover .dummy_text {
    color: #ffffff;
}

.testimonial_box:hover .jonimo_text {
    color: #ffffff;
}

.testimonial_box:hover .quick_icon_1 {
    display: block;
}

.testimonial_box:hover .quick_icon {
    display: none;
}

.testimonial_box:hover .jonimo_taital_main {
    border-bottom: 1px solid #ffffff;
}

#my_carousel .carousel-indicators {
    bottom: -40px;
}

#my_carousel .carousel-indicators li {
    width: 20px;
    height: 20px;
    border-radius: 100px;
    background-color: #0a0a0a;
}

#my_carousel .carousel-indicators .active {
    width: 50px;
    background-color: #ff0000;
}

.margin_top90 {
    margin-top: 90px;
}


/* contact section end */

/* footer section start */
.footer_section {
    width: 100%;
    float: left;
    background-color: #1d1d1d;
    height: auto;
    padding: 10px 0px;
}

.location_main {
    width: 100%;
    display: block;
}

.location_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #8e8e8e;
    font-family: 'Roboto', sans-serif;
    margin: 10px 0px;
}

.location_text a {
    color: #fff;
    font-weight: bold;
}

.location_text a:hover {
    color: #ffffff;
}

.padding_left_10 {
    padding-left: 10px;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
    float: right;
}

.footer_section_2 {
    width: 100%;
    float: left;
    padding-top: 0px;
}

.footer_taital {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}

.footer_text {
    width: 80%;
    float: left;
    font-size: 16px;
    color: #8e8e8e;
    margin: 0px;
    padding-top: 20px;
    font-family: 'Roboto', sans-serif;
    text-align: justify;
}

iframe {
    width: 100%;
}

.Enter_text {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #8e8e8e;
    background-color: transparent;
    border-bottom: 1px solid #ffffff !important;
    padding: 8px 10px 4px 0px;
    margin-top: 10px;
    border: 0px;
}

.social_icon {
    width: 100%;
    float: left;
    padding-top: 20px;
}

.social_icon ul {
    margin: 0px;
    padding: 0px;
}

.social_icon li {
    float: left;
    padding-right: 15px;
}

.subscribe_bt {
    width: 170px;
    float: left;
    margin-top: 20px;
}

.subscribe_bt a {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #13a25d;
    background-color: transparent;
    text-transform: uppercase;
}

.subscribe_bt a:hover {
    color: #ffffff;
}

/* footer section end */


/* copyright section start */

.copyright_section {
    width: 100%;
    float: left;
    background-color: #ff0000;
    height: auto;
}

.copyright_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    padding: 5px 0px;
    margin: 0px;
}

.copyright_text a {
    color: #ffffff;
}

.copyright_text a:hover {
    color: #13a25d;
}

.menuDiv2 {
    display: none;
}

@media (max-width: 575px) {

    .readmore_bt a,
    .contact_bt a {
        font-size: 12px;
    }

    nav.navbar.navbar-expand-lg.navbar-light.bg-light.nav-fixed {
        padding: 5px;
    }

    li.nav-item.menuDiv2 {
        position: absolute;
        right: 5px;
        top: 130px;
        background: #000;
        border-radius: 30px;
    }

    .menuDiv2 a.nav-link {
        color: #fff !important;
    }

    li.nav-item.menuDiv2 a {
        animation: blinker 1s linear infinite;
    }

    li.nav-item.menuDiv2 {
        position: absolute;
        right: 10px;
        top: 130px;
    }

    .menuDiv2 {
        display: block;
    }

    ul.navbar-nav.mr-auto {
        position: relative;
    }

    .menuDiv2 img {
        width: 25px;
    }

    li.nav-item.menuDiv,
    li.nav-item.menuDiv1 {
        margin-right: 35px;
        width: 185px;
        text-align: center !important;
        position: absolute;
        right: -25px;
        top: 10px;
    }

    li.nav-item.menuDiv a.nav-link,
    li.nav-item.menuDiv1 a.nav-link {
        text-align: center !important;
    }

    li.nav-item.menuDiv1 {
        top: 70px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        text-align: left !important;
    }

    div#navbarSupportedContent {
        border-top: 1px solid #0bb663;
    }

    .logo img {
        height: 30px;
    }

    .logo {
        width: 100%;
        float: left;
    }

    .logo a {
        float: left;
        margin-right: 10px;
        font-size: small;
    }

    button.navbar-toggler {
        position: absolute;
        top: 5px;
        right: 0;
    }

    .offcanvas-header {
        padding-bottom: 0 !important;
    }

    .offcanvas-body {
        padding-top: 0 !important;
    }

    button.navbar-toggler {
        color: #fff !important;
        border: 0;
    }

    .benefits-section,
    .help-section,
    .job-openings-section,
    .available-services-section,
    .new-slider-section {
        margin: 25px auto !important;
        padding: 0px !important;
    }

    h1.banner_taital.text-center.mb-5 {
        margin-bottom: 0 !important;
        font-size: 18px;
    }

    .banner-list-container h2 {
        font-size: 18px !important;
        margin-bottom: 15px !important;
    }

    #joinUsCarousel .col-md-6.text-center.text-md-left.mt-4.mt-md-0 {
        margin-top: 0 !important;
    }
}

.nice-select.form-control {
    display: block !important;
    width: 100%;
    height: 50px;
    margin-bottom: 20px;
    background: transparent;
}

.animted-button-pulse-round {
    background-color: #ff0000;
    text-align: center;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    border-radius: 50rem;
    animation: pulse 2s infinite 1s cubic-bezier(0.25, 0, 0, 1);
    box-shadow: 0 0 0 0 #ff0000;
    color: white;
    border: 2px solid #ff0000;
    transition: color 0.2s ease 0s, background-color 0.2s ease 0s,
        border 0.2s ease 0s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 999999;
    box-sizing: border-box;
    text-decoration: none;
}

.animted-button-pulse-round:hover {
    background-color: white !important;
    color: #6366f1;
    opacity: 1;
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 18px rgba(255, 255, 255, 0);
    }
}

input#upload {
    width: 150px;
}

.footerMenu li a {
    color: #fff !important;
    margin-top: 0px !important;
    padding-bottom: 10px;
    display: block;
    font-weight: bold;
}

.footerMenu li {
    list-style: disc;
}

.footerMenu li::marker {
    color: #fff;

}

@keyframes translateY {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0);
    }
}

.service-img img {
    -webkit-animation: translateY 5s infinite linear;
    animation: translateY 5s infinite linear;
}

.section-title {
    margin-bottom: 50px;
    margin-top: 50px;
}

.section-title h2 {
    color: #696969;
    line-height: 26px;
    margin-bottom: 15px;
}

.section-title p {
    margin-bottom: 0px;
    font-size: 16px;
}

.category-item2 {
    box-shadow: 0 0 5px 1px #ddd;
    display: flex;
    margin: 5px 5px 30px;
    padding: 20px 30px;
    transition: all 0.3s ease-in-out 0s;
    border-right: 3px solid transparent;
    cursor: pointer;
}

.img-icon {
    align-items: center;
    display: flex;
}

.cat-text {
    padding-left: 25px;
}

.category-item>h5,
.cat-text>h5 {
    color: #696969;

    margin-bottom: 10px;
    margin-top: 20px;
    transition: all 0.3s ease-in-out;
}

.category-item>h6,
.cat-text>h6 {

    transition: all 0.3s ease-in-out;
}

.category-item2:hover {
    border-right: 3px solid #26ae61;
}

.blog_section {
    width: 100%;
    float: left;
    margin-bottom: 50px;
}

.section-title h2 {
    color: #000;
    line-height: 10px;
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 35px;
}

.section-title p {
    margin-bottom: 0px;
    font-size: 16px;
}

.work-shap {
    background: rgba(0, 0, 0, 0) url("../admin/images/work-shap.webp") no-repeat scroll center 13px;
}

.work-item {
    margin-bottom: 30px;
    padding: 0 20px;
    text-align: center;
}

.work-item .img-icon {
    border-radius: 100%;
    box-shadow: 0 0 8px 0 #ddd;
    height: 115px;
    justify-content: center;
    margin: auto;
    width: 115px;
    background: #fff;
    position: relative;
}

.work-item>h5 {
    color: #555555;
    margin-bottom: 0px;
    margin-top: 30px;
    font-size: 1.5em;
    font-weight: bold;
}

.mt-job-serv-box {
    text-align: center;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
    padding: 30px;
    border-radius: 10px;
    transition: 0.3s;
    margin-bottom: 30px;
}

.mt-job-ser-icon img {
    max-height: 250px;
    border-radius: 25px;
    margin-bottom: 20px;
}

.mt-job-search-title {
    font-size: 30px;
    display: block;
    margin-top: 20px;
    font-weight: 600;
    line-height: normal;
    color: #000;
    text-transform: capitalize;
}

.mt-job-serv-box:hover {
    cursor: pointer;
    background-color: #f0f8ff;
    /* Light blue on hover */
}

/* Base styles for the tabs block */
.tabs {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    border: 2px solid #ff0000;
    overflow: hidden;
}

.tabs__labels {
    display: flex;
    width: 100%;
    justify-content: space-between;

}

/* Hide radio inputs */
.tabs__input {
    display: none;
}

/* Style labels (tab buttons) */
.tabs__label {
    display: block;
    flex-grow: 1;
    padding: 1rem;
    font-size: 1.2rem;
    background-color: #f9f9f9;
    border-bottom: 2px solid #ff0000;
    cursor: pointer;
    text-align: center;
    transition: background-color 0.3s ease;
}

.tabs__label span {
    display: block;
    font-size: .65em;
    text-transform: uppercase;
    margin-top: .25rem;
}

.tabs__label:hover {
    background-color: #f1f1f1;
}

/* Highlight active tab */
#tab-1:checked~.tabs__labels label[for="tab-1"],
#tab-2:checked~.tabs__labels label[for="tab-2"],
#tab-3:checked~.tabs__labels label[for="tab-3"] {
    background-color: #fff;
    border-bottom: 2px solid #ff0000;
}

/* Content container */
.tabs__content {
    padding: 0rem 1rem;
    background-color: #fff;
    width: 100%:
}

/* Panels (content for each tab) */
.tabs__panel {
    display: none;
    animation: fadeIn 0.3s ease;
    columns: 1;
    column-width: 300px;
    column-gap: 2rem;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.tabs__panel-image {
    margin-bottom: 2rem;
}

/* Show the active tab's content */
#tab-1:checked~.tabs__content #tab-panel-1,
#tab-2:checked~.tabs__content #tab-panel-2,
#tab-3:checked~.tabs__content #tab-panel-3 {
    display: block;
}

.btnLogin {
    border: 2px solid #28a745;
    border-radius: 30px;
    width: 100px;
    text-align: center;
    /* color: red; */
}

.btnLogin a {


    color: #28a745 !important;
}



.contact-info {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.contact-info-icon {
    margin-bottom: 15px;
}

.contact-info-item {
    background: #071c34;
    padding: 30px 0px;
}

.contact-page-sec .contact-page-form h2 {
    color: #071c34;
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 700;
}

.contact-page-form .col-md-6.col-sm-6.col-xs-12 {
    padding-left: 0;
}

.contact-page-form.contact-form input {
    margin-bottom: 5px;
}

.contact-page-form.contact-form textarea {
    height: 110px;
}

.contact-page-form.contact-form input[type="submit"] {
    background: #071c34;
    width: 150px;
    border-color: #071c34;
}

.contact-info-icon i {
    font-size: 48px;
    color: #fda40b;
}

.contact-info-text p {
    margin-bottom: 0px;
}

.contact-info-text h2 {
    color: #fff;
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 10px;
}

.contact-info-text span {
    color: #999999;
    font-size: 16px;
    font-weight: ;
    display: inline-block;
    width: 100%;
}

.contact-page-form input {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #f9f9f9;
    margin-bottom: 20px;
    padding: 12px 16px;
    width: 100%;
    border-radius: 4px;
}

.contact-page-form .message-input {
    display: inline-block;
    width: 100%;
    padding-left: 0;
}

.single-input-field textarea {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #f9f9f9;
    width: 100%;
    height: 120px;
    padding: 12px 16px;
    border-radius: 4px;
}

.single-input-fieldsbtn input[type="submit"] {
    background: #fda40b none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    padding: 10px 0;
    text-transform: capitalize;
    width: 150px;
    margin-top: 20px;
    font-size: 16px;
}

.single-input-fieldsbtn input[type="submit"]:hover {
    background: #071c34;
    transition: all 0.4s ease-in-out 0s;
    border-color: #071c34
}

.single-input-field h4 {
    color: #464646;
    text-transform: capitalize;
    font-size: 14px;
}

/* Ensure the parent list item is positioned relative for absolute submenu positioning */
.menuDiv.has-submenu {
    position: relative;
}

/* Style for the submenu itself */
.submenu {
    list-style: none;
    /* Remove bullet points */
    padding: 0;
    margin: 0;
    position: absolute;
    background-color: #fff;
    /* Or your preferred background color */
    border: 1px solid #ddd;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    /* Ensure it appears above other content */
    min-width: 120px;
    /* Adjust as needed */
    display: none;
    /* Hidden by default */
    top: 100%;
    /* Position below the parent item */
    left: -30px;
    text-align: left;
}

li.nav-item.menuDiv.has-submenu .fa {
    margin-right: 10px;
}

/* Style for submenu list items */
.submenu li {
    white-space: nowrap;
    /* Prevent "My Profile" from wrapping */
}

/* Style for submenu links */
.submenu a {
    display: block;
    padding: 10px 15px;
    color: #333;
    text-decoration: none;
}

.submenu a:hover {
    background-color: #f0f0f0;
    /* Hover effect for submenu links */
    color: #007bff;
    /* Example hover color */
}

/* Show submenu on hover of the parent list item */
.menuDiv.has-submenu:hover>.submenu {
    display: block;
}




.benefits-section,
.help-section {
    /* Apply common styling to both sections */
    max-width: 800px;
    margin: 40px auto;
    background-color: #ffffff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.benefits-section h2,
.help-section h2 {
    /* Apply common styling to both headings */
    font-size: 2.2em;
    color: #1a5276;
    margin-bottom: 30px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
}

.benefits-section h2::after,
.help-section h2::after {
    /* Apply common styling to heading underlines */
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background-color: #007bff;
    border-radius: 2px;
}

.benefits-list,
.service-query-list {
    /* Apply common styling to both lists */
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    /* Space between list items */
}

#navbarNav a.nav-link {
    color: #000;
}

.benefits-list li,
.service-query-list li {
    background-color: #e6f2ff;
    border: 1px solid #e80203;
    border-radius: 8px;
    padding: 10px 15px;
    flex: 1 1 calc(50% - 20px);
    max-width: calc(70% - 20px);
    text-align: left;
    font-size: 1.1em;
    font-weight: 600;
    color: #ee090a;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    align-items: center;
}

.benefits-list li:hover,
.service-query-list li:hover {
    transform: translateY(-5px);
    /* Lift effect on hover */
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.benefits-list li i,
.service-query-list li i {
    font-size: 1.5em;
    color: #ed0808;
    margin-right: 15px;
    flex-shrink: 0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .mobileFooterSection div span {
        position: absolute;
        bottom: 8px;
        font-size: 12px;
        font-weight: bold;
    }
     .mobileFooterSection a, .mobileFooterSection a .fa {
    color: #fff !important;
}
.submenu a .fa {
    margin-right: 10px !important;
}
    .benefits-section h2,
    .help-section h2 {
        font-size: 1.8em;
    }

    .benefits-list li,
    .service-query-list li {
        flex: 1 1 100%;
        /* One item per row on small screens */
        max-width: 100%;
        font-size: 1em;
        padding: 15px 20px;
    }

    .benefits-list li i,
    .service-query-list li i {
        font-size: 1.3em;
        margin-right: 10px;
    }
}

/* Carousel Specific Styles */


.banner_main {
    text-align: center;
    color: #1a5276;
}

.banner_taital {
    font-size: 2em;
    font-weight: 700;
    margin-bottom: 0px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}



.banner-list-container h2 {
    font-size: 1.8em;
    color: #007bff;
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 2px solid #e0e0e0;
    display: inline-block;
    /* Make border only as wide as text */
}

.banner-list-container .benefits-list li,
.banner-list-container .service-query-list li {
    background-color: #ffffff;
    /* White background for list items in banner */
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
    /* Lighter shadow */
}

.btn_main {
    margin-top: 30px;
}

.contact_bt a {
    background-color: #007bff;
    color: #fff;
    padding: 12px 30px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.contact_bt a:hover {
    background-color: #0056b3;
    transform: translateY(-2px);
}

/* Carousel Controls Customization */
.carousel-control-prev,
.carousel-control-next {
    width: 5%;
    /* Make controls thinner */
    opacity: 0.8;
    /* Slightly less opaque */
    transition: opacity 0.3s ease;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    opacity: 1;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-size: 100%, 100%;
    /* Ensure icons fill space */
    width: 30px;
    /* Adjust icon size */
    height: 30px;
    background-image: none;
    /* Remove default Bootstrap icon */
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Custom Font Awesome Icons for Carousel Controls */
.carousel-control-prev-icon::before {
    font-family: "Font Awesome 6 Free";
    content: "\f053";
    /* fa-chevron-left */
    font-weight: 900;
    color: #007bff;
    /* Blue color for arrows */
    font-size: 2em;
}

.carousel-control-next-icon::before {
    font-family: "Font Awesome 6 Free";
    content: "\f054";
    /* fa-chevron-right */
    font-weight: 900;
    color: #007bff;
    /* Blue color for arrows */
    font-size: 2em;
}

/* Media queries for smaller screens */
@media (max-width: 991px) {
    .banner_taital {
        font-size: 2.5em;
    }

    .banner-list-container {
        padding: 20px;
    }

    .banner-list-container h2 {
        font-size: 1.5em;
    }
}

@media (max-width: 767px) {
    .banner_section {
        padding: 50px 0;
        padding-bottom: 0;
    }

    .banner_taital {
        font-size: 2em;
        margin-bottom: 20px;
    }

    .banner-list-container {
        padding: 0px;
        margin-bottom: 0px;
    }

    .banner-list-container h2 {
        font-size: 1.3em;
    }

    .contact_bt a {
        padding: 10px 20px;
        font-size: 0.9em;
    }

    .carousel-control-prev,
    .carousel-control-next {
        width: 8%;
    }

    .carousel-control-prev-icon::before,
    .carousel-control-next-icon::before {
        font-size: 1.5em;
    }
}

.loginDashboard {
    margin-top: 130px;
    min-height: 450px;
}

.loginDashboard a:hover {
    transform: translateY(-10px) scale(1.01);
    /* Lift effect with subtle scale */
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2) !important;
    /* More pronounced and slightly darker shadow */
    background-color: #fefefe;
    /* Slightly brighter background on hover */
}

.loginDashboard a {
    border-radius: 30px;
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, .175) !important;
    border: 0px solid #ffffff;
    min-height: 250px;
}

#navbarNav a.nav-link:hover {
    background: bisque;
    border-bottom: 3px solid;
}

.loginDashboard button {
    background: -webkit-linear-gradient(right, #003366, #004080, #0059b3, #0073e6);
    width: 50%;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
}

.loginDashboard i {
    font-size: 40px;
    color: #ff0000;
    margin-bottom: 20px;
    background: rgb(252 244 233);
    padding: 25px;
    border-radius: 80px;
}

.loginDashboard h2 {
    font-size: 21px;
}

/* Mobile Animation CSS for job-categroy-area2 section */

@media (max-width: 767.98px) {
	
	


    /* Applies to screens smaller than 768px (Bootstrap's sm breakpoint) */
    .banner-list-container .benefits-list li,
    .banner-list-container .service-query-list li {
        font-size: 12px;
        margin-bottom: 5px !important;
        padding: 5px;
    }

    /* Animation for the service box on tap/active state */
    .mt-job-serv-box {
        transition: transform 0.2s ease-out, box-shadow 0.2s ease-out;
        padding: 15px;
        margin-bottom: 15px;
        /* Ensure transitions are smooth */
    }

    .job-card h3,
    .service-card h3 {
        font-size: 1em;

        margin-bottom: 0px;

    }

    .footer_taital {

        text-align: center;
    }

    ul.submenu {
        display: block !important;
        position: static;
    }

    .mt-job-serv-box:active {
        /* :active pseudo-class for tap feedback on touch devices */
        transform: translateY(2px) scale(0.98);
        /* Slightly press down and scale in */
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
        /* Reduce shadow to simulate press */
    }

    /* Animation for the icon within the service box */
    .mt-job-ser-icon {
        transition: transform 0.3s ease-out;
    }

    .mt-job-serv-box:active .mt-job-ser-icon {
        transform: scale(1.05);
        /* Slightly enlarge icon on tap */
    }

    /* Animation for the title text */
    .mt-job-search-title {
        transition: color 0.2s ease-out, text-shadow 0.2s ease-out;
        font-size: 20px;
    }

    .mt-job-serv-box:active .mt-job-search-title {
        color: #007bff;
        /* Change text color on tap (example blue) */
        text-shadow: 0 0 5px rgba(0, 123, 255, 0.3);
        /* Subtle text shadow */
    }

    /* Optional: Fade in effect for the boxes if they appear dynamically */
    /* This would require JavaScript to add a class like 'is-visible' after load */
    .mt-job-serv-box {
        opacity: 0;
        transform: translateY(20px);
        animation: fadeInSlideUp 0.5s ease-out forwards;
        /* Use animation-delay for staggered effect if desired */
    }

    /* Example of staggered animation (adjust delay as needed for each box) */
    .mt-job-serv-box:nth-child(1) {
        animation-delay: 0.1s;
    }

    .mt-job-serv-box:nth-child(2) {
        animation-delay: 0.2s;
    }

    .mt-job-serv-box:nth-child(3) {
        animation-delay: 0.3s;
    }

    .mt-job-serv-box:nth-child(4) {
        animation-delay: 0.4s;
    }


    @keyframes fadeInSlideUp {
        from {
            opacity: 0;
            transform: translateY(20px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
}

