* {
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
}


:root {
    --textColor: #1d1f28;
    --transition: all .5s ease;
    --darkColor: #198329;
    --orangeColor: #feaf1e;
    --lightColor: #7ac935;
    --para: #1d1f28cc;
    --black: #000;
    --bgDark: #0e2211;
}

/* *************************************************************************************** */

.container {
    max-width: 1300px !important;

}

.container-big {
    max-width: 1400px !important;
    margin-left: auto;
    margin-right: auto;
}


@media(max-width:1450px) {
    .container-big {
        max-width: 1300px !important;
    }
}

@media(max-width:1350px) {

    .container,
    .container-big {
        max-width: 90% !important;
    }
}

p {
    font-size: 16px;
    line-height: 25px;
    color: var(--textColor);
}

.sec_pad_b {
    padding-bottom: 80px;
}

.sec_pad {
    padding: 80px 0;
}

.sec_pad_top {
    padding-top: 80px;
}

.bg {
    background-color: var(--bgDark);
}

.bg * {
    color: #fff;
}

.comon_text_box h6 {
    font-size: 16px;
    margin-bottom: 25px;
    position: relative;
}

.comon_text_box h6::before {
    content: "";
    position: absolute;
    width: 100px;
    left: -113px;
    height: 1px;
    background-color: #fff;
    top: 9px;
}

.seasonal_work h2, .seasonal_work p{
    text-align: center;
}

.comon_text_box h2 {
    font-size: 35px;
    line-height: 53px;
    font-weight: 600;
    margin-bottom: 30px;
}

.comon_text_box p {
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 20px;
}

.comon_btn {
    margin-top: 25px;
    border-radius: 100px;
    padding: 13px 48px;
    font-size: 18px;
    border: 1px solid transparent;
    color: #fff;
    background-color: var(--lightColor);
    transition: var(--transition);
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
}

.comon_btn:hover {
    background-color: var(--darkColor);
}

/* *************************************************************************************** */


.header .navbar {
    padding: 25px 0;
}

.header .logo {
    max-width: 200px;
}

.header .navbar-nav {
    gap: 25px;
}

.header .nav-link {
    font-size: 14px;
    color: var(--textColor);
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    opacity: .8;
    transition: var(--transition);
    position: relative;
}

.header .nav-link.active,
.header .nav-link:hover {
    opacity: 1;
}

.header .nav-link::before {
    background-color: var(--lightColor);
    width: 7px;
    height: 7px;
    border-width: 0px;
    border-radius: 50px;
    left: calc(50% - 1px);
    content: "";
    position: absolute;
    bottom: -3px;
    width: 0;
    transition: var(--transition);
}

.header .nav-link:hover::before,
.header .nav-link.active::before {
    width: 7px;
}

.header .nav-link.active::before {
    background-color: var(--darkColor);
}

.header .heder_flex {
    gap: 20px;
}

.header .navbar-toggler:focus {
    box-shadow: none;
    color: var(--textColor);
}

.header .nav_can .nav-item {
    display: inline-flex;
    padding-left: 32px;
}

.header .nav_can .nav-item .nav-link::before {
    top: 16px;
    left: -21px;
}

.header .nav_can .navbar-nav {
    gap: 9px;
}

.header .about_pic {
    border: 1px solid #00000029;
    padding: 25px 15px;
    text-align: center;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 21px;
    align-items: center;
    justify-content: center;
}

.header .about_pic img {
    max-width: 185px;
}

.social_icon {
    gap: 11px;
    flex-wrap: wrap;
}

.social_icon a {
    height: 46px;
    width: 46px;
    border: 3px solid var(--darkColor);
    border-radius: 100px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 21px;
    color: var(--darkColor);
    transition: var(--transition);
}

.social_icon a:hover {
    border-color: var(--lightColor);
    color: var(--lightColor);
}


/*  banner style  */
.banner::after {
    content: "";
    position: absolute;
    background-color: var(--bgDark);
    bottom: 0;
    height: 28%;
    left: 0;
    right: 0;
    z-index: -1;
}

.banner .image_box .slider_image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
}

.banner .image_box {
    height: 500px;
    border-radius: 5px;
    overflow: hidden;
}



.banner .call_banner {
    position: absolute;
    top: 50%;
    z-index: 1;
    padding: 41px;
    background-color: var(--lightColor);
    transform: translate(0%, -50%);
    right: 50px;
    max-width: 370px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
    gap: 12px;
    text-align: center;
    transition: var(--transition);
    border-radius: 9px;
}

.banner .call_banner i {
    color: var(--darkColor);
}

.banner .call_banner h3 {
    font-size: 23px;
    line-height: 38px;
    font-weight: 600;
}

.banner .call_banner:hover {
    /* border-radius: 86px 15px; */
    /* box-shadow: var(--darkColor) 0px 9px 29px 0px; */
}

.banner .call_banner:hover i {
    columns: var(--bgDark);
}

.banner .image_box:hover .slider_image {
    transform: scale(1.05);
}

.banner .call_banner a {
    text-decoration: none;
    font-size: 26px;
    font-weight: 700;
    color: #fff;
}

.svg_1 {
    position: absolute;
    transform: scaleX(-1);
    width: 100%;
    top: 0;
    z-index: -1;
    opacity: .1;
}



/*  banner style */

/*  what we do */
.whatWeDo .cu_card {
    padding: 35px 20px;
    background-color: var(--darkColor);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
    /* height: 100%; */
    transition: var(--transition);
    border-radius: 4px;
}

.whatWeDo .cu_card h6 {
    font-size: 26px;
    font-weight: 600;
    line-height: 31px;
    margin-bottom: 0;
}

.whatWeDo .cu_card p {
    margin-bottom: 0;
    font-size: 16px;
}

.whatWeDo .all_card .col-sm-6 {
    margin-bottom: 25px;
}

.whatWeDo .cu_card:hover {
    background-color: var(--lightColor);
}

@media(min-width:576px) {
    .whatWeDo .all_card .col-sm-6 {
        margin-bottom: 0px;
        height: fit-content;
    }

    .whatWeDo .all_card .col-sm-6:nth-child(2n) {
        margin-top: 30px;
    }
}

/*  what we do */

/*  seasonal work */
.seasonla_work .comon_text_box h2 {
    margin-bottom: 13px;
}

.seasonla_work .s-heading {
    margin-bottom: 44px;
    font-size: 21px;
}

.comon_text_box p a {
    text-decoration: none;
    color: var(--darkColor);
    font-weight: 600;
}

.comon_text_box p a:hover {
    text-decoration: underline;
}

/* seasonal work */
/*  feature work */
.feature_work .image_box img {
    max-height: 550px;
    object-fit: cover;
    border-radius: 16px;
}

.feature_work .comon_text_box p {
    margin-bottom: 0;
}

/*  feature work  */

/*  job demand */
.job_demand .map_box iframe {
    width: 100%;
    border-radius: 0;
    margin-top: 50px;
}

/*  job demand */

/*  footer */
.footer {
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

.footer::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: #0e2211c4;
    backdrop-filter: blur(3px);
}

.footer * {
    color: #FFf;
}

.footer .container {
    position: relative;
    z-index: 4;
}

.footer .footer_text h6 {
    font-size: 39px;
    font-weight: 800;
}

.footer .footer_text a {
    font-size: 21px;
    display: inline-block;
    margin: 21px 0;
    text-decoration: none;
    transition: var(--transition);
}

.footer .footer_text a:hover {
    text-decoration: underline;
}

.footerMenu h6 {
    font-size: 24px;
    margin-bottom: 32px;
    font-weight: 600;
}

.footerMenu ul {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
}

.footerMenu a {
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    opacity: 0.8;
    transition: var(--transition);
}

.footerMenu a:hover {
    opacity: 1;
}

.footerMenu .social_icon a {
    border-color: #fff;
}

.footerMenu .social_icon a:hover {
    border-color: var(--lightColor);
}

.footerMenu .social_icon a i {
    transition: all .5s ease;
}

.footerMenu .social_icon a:hover i {
    color: var(--lightColor) !important;

}

.footer .social_icon {
    /* flex-direction: column; */
    justify-content: flex-start !important;
    align-items: flex-start !important;
}


/*  footer */


/*  job page */
.otherPageBanner h1 {
    font-size: 77px;
    font-weight: 600;
    margin-bottom: 28px;
}

.otherPageBanner .text_box {
    font-size: 18px;
}

.otherPageBanner {
    padding: 110px 0;
}


/*  job page  */


/*  data table */
.datatable_wraper_n *:not(i) {
    font-family: "Montserrat", sans-serif;

}

.datatable_wraper_n {
    padding: 30px 36px;
    border: 1px solid var(--darkColor);
    border-radius: 20px;
    background-color: #7ac93508;
}

.datatable_wraper_n .dt-length {
    gap: 11px;
    display: flex;
    flex-direction: row-reverse;
    text-transform: capitalize;
    align-items: center;
}

.datatable_wraper_n div.dt-container select.dt-input,
.datatable_wraper_n .dt-search input {
    padding: 4px;
    border-radius: 7px !important;
    padding: 8px 11px;
    height: 40px;
}

.datatable_wraper_n .table_company_logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.datatable_wraper_n .table_company_logo img {
    max-height: 35px;
    max-width: 70px;
    object-fit: cover;
    border-radius: 5px;
}

.datatable_wraper_n .position_box h6 {
    font-size: 17px;
    font-weight: 600;
    color: var(--bgDark);
    margin-bottom: 5px;
}

.datatable_wraper_n .position_box h6 i {

    color: var(--darkColor);
}

.datatable_wraper_n .position_box {
    padding: 10px 0;
    position: relative;
}

.datatable_wraper_n .position_box .badge {
    background: var(--darkColor);
    border-radius: 100px;
    padding: 7px 13px;
    font-size: 12px;
    margin-top: 5px;
    display: inline-block;
}

.datatable_wraper_n .table_company_logo img.no.imageFound {
    width: 100px;
    border: 1px solid var(--darkColor);
}

@media(max-width:500px) {
    div.dt-container div.dt-layout-row div.dt-layout-cell {
        overflow-x: scroll;
    }

    .dataTable thead th {
        font-size: 15px;
    }

    .datatable_wraper_n .position_box h6 {
        font-size: 12px;
    }
}

/*  data table */


/*  contact us  */
.conatct_us .contact_card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    margin-left: auto;
    margin-right: auto;
    max-width: 230px;
    padding: 25px;
    border: 1px solid var(--darkColor);
    border-radius: 10px;
    height: 100%;
    transform: translateY(0px);
    transition: var(--transition);
}

.conatct_us .contact_card i {
    font-size: 59px;
    margin-top: -85px;
    height: 100px;
    width: 100px;
    border-radius: 100px;
    background-color: var(--darkColor);
    color: #fff;
    display: flex;
    justify-content: center;
    margin-bottom: 17px;
    align-items: center;
}

.conatct_us .contact_card h6 {
    font-size: 22px;
    font-weight: 600;
    color: var(--darkColor);
}

.conatct_us .contact_card span {
    font-size: 16px;
    color: var(--darkColor);
}

.conatct_us .contact_card * {
    transition: var(--transition);
}

.conatct_us .contact_card:hover i {
    background-color: var(--lightColor);
}

.conatct_us .contact_card:hover {
    background-color: #0e22110a;
    transform: translateY(-22px);
}

.conatct_us .map_box {
    margin-top: 64px;
}

.conatct_us .contact_form {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -239px;
    background-color: #fff;
    padding: 64px 37px;
    border: 4px solid var(--darkColor);
    border-radius: 56px;
}

.conatct_us .contact_form .form-control {
    min-height: 48px;
    margin-bottom: 13px;
    border-radius: 16px;
    font-size: 15px;
    padding: 15px;
    color: var(--textColor);
}

.conatct_us .contact_form textarea.form-control {
    min-height: 161px;
}

/*  contact us  */
/* ************************************************** */
/*  media  */
.conatct_us .map_box iframe {
    width: 100%;
}

@media(max-width:992px) {
    .offcanvas .offcanvas-body {
        flex-direction: column-reverse;
        display: flex;
        justify-content: flex-end;
        align-items: flex-start;
    }

    .header .nav_can .navbar-nav {
        margin-bottom: 60px !important;
        margin-top: 25px;

    }
}


@media(max-width:767px) {
    .otherPageBanner h1 {
        font-size: 41px;
        font-weight: 600;
        margin-bottom: 23px;
    }

    .otherPageBanner {
        padding: 75px 0;
    }

    .conatct_us .col-md-4 {
        margin-bottom: 45px;
        margin-top: 53px;
    }

    .conatct_us .contact_card i {
        font-size: 38px;
        margin-top: -85px;
        height: 80px;
        width: 80px;
        margin-bottom: 6px;
    }

    .conatct_us .contact_card {
        padding: 16px;
    }

    .conatct_us .map_box {
        margin-top: 0;
    }

    .conatct_us .map_box {
        display: none;
    }

    .conatct_us .contact_form {
        padding: 37px 18px;
        border-radius: 34px;
        margin: 0;
    }

    .footer .row {
        gap: 29px;
    }

    .footer .footer_text h6 {
        font-size: 32px;
    }

    .footer .footer_text a {
        font-size: 16px;
        margin: 11px 0;
    }

    .footerMenu ul {
        gap: 13px;
    }

    .footerMenu a {
        font-size: 16px;
    }

    .footer .social_icon {
        flex-direction: row;

    }

    .comon_text_box h2 {
        font-size: 27px;
        line-height: 43px;
    }

    .comon_text_box p {
        font-size: 15px;
        line-height: 26px;
    }

    .sec_pad {
        padding: 60px 0;
    }

    .sec_pad_top {
        padding-top: 60px;
    }

    .seasonla_work .s-heading {
        margin-bottom: 33px;
        font-size: 19px;
    }

    .whatWeDo .comon_btn {
        margin-bottom: 50px;
    }

    .ABOUT_SEC.feature_work .image_box img {
        margin-bottom: 60px;
    }
}


@media(max-width:550px) {
    .banner .call_banner {
        padding: 26px;
        left: 10px;
        width: auto;
        right: 10px;
    }
}

@media(max-width:1400px) {
    .comon_text_box h6::before {

        display: none
    }
}

.refund_policy h1 {
    font-size: 25px;
}

.refund_policy h2 {
    font-size: 20px;
}