@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
/* font-family: "Plus Jakarta Sans", sans-serif; */

/* --------------------------
Default Code 
-----------------------------*/
* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    scroll-behavior: smooth;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    height: 100%;
}

.col_sm1 {
    width: 100%;
    display: block;
}

.col_sm2 {
    width: 48%;
    float: left;
    margin: 1%;
}

.col_sm2_1 {
    width: 50%;
    float: left;
    margin: 0%;
}


.col_sm2_2 {
    width: 48%;
    float: left;
    margin: 0%;
}

.col_sm3 {
    width: 31.3%;
    float: left;
    margin: 1%;
}

.col_sm4 {
    width: 23%;
    margin: 1%;
    float: left;
}

.col_sm4_1 {
    width: 23%;
    margin: 1%;
    float: left;
}

.col_sm5 {
    width: 18%;
    margin: 1%;
    float: left;
}

.col_sm6 {
    width: 14.6%;
    margin: 1%;
    float: left;
}

.col_sm7 {
    width: 12.2%;
    margin: 1%;
    float: left;
}

.col_sm8 {
    width: 58%;
    float: left;
    margin: 1%;
}

.col_sm88 {
    width: 38%;
    float: left;
    margin: 1%;
}

.col_sm9 {
    width: 7%;
    float: left;
    margin: 1% 0%;
}

.col_sm99 {
    width: 83%;
    float: left;
    margin: 1%;
}

.col_sm10 {
    width: 57%;
    float: left;
    margin: 1%;
    z-index: 9;
}

.col_sm100 {
    width: fit-content;
    float: left;
    margin: 1%;
}

.col_sm22 {
    width: 50%;
    float: left;
    margin: 0%;
}

.col_sm222 {
    width: 50%;
    float: left;
    margin: 0%;
}

.clear {
    clear: both;
}

.top {
    width: 95%;
    margin: 0 auto;
    max-width: 1600px;
}

.top2 {
    width: 95%;
    margin: 0 auto;
    max-width: 1600px;
}

.top3 {
    width: 90%;
    margin: 0 auto;
    max-width: 1600px;
}

.top4 {
    width: 100%;
    margin: 0 auto;
    max-width: 1920px;
}

.logo {
    width: 200px;
    float: left;
    margin: 0% 1%;
    display: flex;
    align-items: center;
}

.logo a {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 34px;
    font-weight: 500;
    color: #000;
    line-height: 140%;
    margin: 0;
}

.ftr-logo {
    width: 100%;
    margin-bottom: 15px;
}

.ftr-logo a {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 30px !important;
    font-weight: 500 !important;
    color: #000 !important;
    line-height: 140% !important;
    margin: 0 !important;
}

.navbarrr {
    width: fit-content;
    float: right;
    margin: 0% 0%;
}

.top_main {
    width: 100%;
    /* position: absolute; */
    z-index: 9999;
    backdrop-filter: blur(8px);
    background-color: #ffffff4a;
}

.fix_nav {
    position: absolute;
    z-index: 9999;
}

.fix_nav2 {
    position: relative;
    z-index: 9999;
}

.img {
    width: 100%;
    display: block;
}

.bg_clr1 {
    background-color: #f6f6f6;
}

.bg_clr2 {
    background-color: #f6f6f6;
}

.bg_clr3 {
    background-color: #097174;
}

/*-----------------------------
Whatsapp up
-----------------------------*/

.whatsapp_float {
    text-decoration: none;
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 100px;
    right: 10px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.whatsapp-icon {
    margin-top: 16px;
}

/*--------------------------------------------------------------
top_arrow
--------------------------------------------------------------*/
.top_arrow {
    width: 45px;
    height: 45px;
    position: fixed;
    display: flex;
    right: 1%;
    bottom: 2.5%;
    transition-duration: 1s;
    font-size: 20px;
    cursor: pointer;
    color: #d2e0d9;
    z-index: 9999;
    background-color: #097174;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.top_arrow:hover {
    color: #ffffff;
    background-color: #097174;
}

.con {
    color: #097174;
    font-size: 18px;
}

/*------------------------------------------
footer
------------------------------------------*/

.ftr_txt h3 {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 24px;
    margin-bottom: 15px !important;
    font-weight: 900;
    color: #097174;
    line-height: 140%;
}

.ftr_txt p {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 15px;
    line-height: 140%;
    color: #000;
    font-weight: 400;
    margin: 0px;
    text-align: justify;
    word-spacing: 5px;
}

.ftr_txt p strong {
    text-transform: uppercase;
    font-weight: 700;
    color: #097174;
    font-size: 16px;
}

.ftr_txt ul {
    margin-left: 0px;
    padding: 0;
}

.ftr_txt ul li {
    list-style: none;
}

.ftr_txt a {
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #000;
    text-decoration: none;
    line-height: 180%;
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 7px;
    display: inline-block;
    transition: all 0.3s linear;
}

.ftr_txt_flex {
    display: flex;
    gap: 26px;
    justify-content: center;
}

.ftr_txt a {
    color: #000;
}

.ftr_txt_right {
    text-align: right;
}

.ftr_txt_pad {
    padding-right: 60px;
}

.ftr_txt_pad2 {
    padding-left: 45px;
}

.link2 {
    text-decoration: none;
    color: #097174;
}

.link {
    text-decoration: none;
    color: #000;
}

/*------------------------------------------
swiper Code 
------------------------------------------*/
.swiper-slide {
    font-size: 18px;
    background: #fff;
    display: block;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-pagination-progressbar.swiper-pagination-horizontal {
    top: unset !important;
    bottom: -43px !important;
    width: 100% !important;
    position: relative;
    inset: 0 !important;
}

.slider-control {
    display: flex;
    width: 100%;
    margin-top: 32px;
}

.slider-control>div:nth-child(1) {
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.slider-control>div:nth-child(2) {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 12%;
    gap: 45px;
}

.swiper-button-next,
.swiper-button-prev {
    position: relative !important;
    color: #253b2f !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 28px !important;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #253b2f !important;
}

/*------------------------------------------
Main Code 
------------------------------------------*/

.accordion {
    background: white;
    overflow: hidden;
    width: 98%;
    margin: 0 auto 10px;
    border: 1px solid #097174;
}

.accordion-header {
    padding: 15px;
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    color: #333;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.accordion-header.active {
    color: #ffffff;
    background-color: #097174;
}

.accordion-content {
    max-height: 0;
    font-family: 'Plus Jakarta Sans', sans-serif;
    overflow: hidden;
    padding: 0 15px;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    opacity: 0;
    transition: max-height 0.6s ease, opacity 0.6s ease, padding 0.3s ease;
}

.accordion-content.open {
    padding: 15px;
    opacity: 1;
    max-height: max-content;
}

.serv_gap22 {
    display: flex;
    align-items: start;
    flex-wrap: wrap;
    margin-bottom: 15px;
    justify-content: flex-end;
    gap: 15px;
}

.training_flex {
    display: flex;
    flex-wrap: wrap;
}

.traini_txt h2 {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 24px;
    margin: 10px 0 5px;
    font-weight: 900;
    color: #097174;
    line-height: 140%;
}

.traini_txt p {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 15px;
    line-height: 140%;
    color: #000;
    font-weight: 400;
    margin: 0px;
    word-spacing: 5px;
}

.ftr_txt ul ul {
    margin-left: 0px;
    padding: 0;
}

.ftr_txt ul li ul li {
    list-style: initial;
    margin-left: 20px;
}

.mi_vi_flex {
    display: flex;
    flex-wrap: wrap;
}

.client_brd {
    border: 1px solid #ccc;
}

.security-services {
    background: url(../images/security-services.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 350px;
}

.housekeeping-services {
    background: url(../images/housekeeping-services.jpg);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 300px;
}

.labour-contracting {
    background: url('../images/labour-contracting.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 400px;
}

.payroll-management-services {
    background: url('../images/payroll-management-services.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 400px;
}

.banner_txt h2 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 44px;
    font-weight: 600;
    line-height: 140%;
    color: #000;
    text-align: center;
    z-index: 9;
    position: relative;
}

.banner_txt p a {
    color: #097174;
}

.banner_txt p {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 140%;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    z-index: 9;
    position: relative;
}

.ser_content ul {
    list-style: none;
    margin-bottom: 15px;
}

.ser_content ul li {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #000;
    line-height: 122%;
    text-align: left;
    text-transform: capitalize;
}

.ser_content ul li i {
    color: #097174;
}

.ser_content {
    margin: 0 5%
}

.abt_ser_flex {
    display: flex;
    flex-wrap: wrap;
}

.abt_ser_pad {
    padding: 40px;
}

.serv_txt2 h2 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 24px;
    font-weight: 800;
    color: #000;
    line-height: 122%;
    text-align: left;
    text-transform: capitalize;
    margin: 0% 0% 1% !important;
}

.serv_txt2 p {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #000;
    line-height: 160%;
    text-align: justify;
    word-spacing: 4px;
    text-transform: capitalize;
    margin: 0% 0% 0% !important;
}

.abt_ser_txt h2 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 24px;
    font-weight: 800;
    color: #fff;
    line-height: 122%;
    text-align: left;
    text-transform: capitalize;
    margin: 0% 0% 1% !important;
}

.abt_ser_txt p {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    line-height: 160%;
    text-align: justify;
    word-spacing: 4px;
    text-transform: capitalize;
    margin: 0% 0% 0% !important;
}

.wel_head2_btn_form {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff !important;
    padding: 14px 35px;
    position: relative;
    text-transform: capitalize;
    line-height: 140%;
    cursor: pointer;
    /* outline: none; */
    background-color: #808285 !important;
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 99;
    width: 200px;
    outline: none;
    border: 1px solid transparent;
}

.wel_head2_btn_form::before {
    content: "";
    position: absolute;
    top: 0;
    left: -136%;
    width: 223px;
    height: 100%;
    background-color: #ffffff;
    transition: all .3s linear;
    z-index: 0;
}

.wel_head2_btn_form span {
    z-index: 9;
    position: relative;
}

.wel_head2_btn_form:hover {
    border: 1px solid #64748b;
    color: #097174 !important;
}

.wel_head2_btn_form:hover::before {
    left: 0%;
}

.contact-info:last-child {
    border-bottom: transparent;
    margin: 0;
    padding: 0;
}

.contact_txt h3 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #e21515;
    line-height: 140%;
    text-transform: uppercase;
    margin: 0% 0% 0% !important;
}

.contact_txt h2 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 34px;
    font-weight: 200;
    color: #000;
    text-align: left;
    margin: 0% !important;
    line-height: 140%;
    text-transform: uppercase;
    letter-spacing: -1px;
    word-spacing: 3px;
    z-index: 9;
    position: relative;
}

.contact-details {
    margin-top: 20px;
}

.contact-info {
    margin-bottom: 25px;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 25px;
}

.contact-info h2 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    text-transform: capitalize;
    margin: 0% 0% 1%;
}

.contact-info p {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #000000;
    line-height: 140%;
    margin: 0%;
}

.contact-info p a {
    color: #000;
    transition: all 0.3s linear;
    transform: translateX(0px);
    display: inline-block;
}

.ftr_flex {
    display: flex;
    gap: 10px;
    justify-content: center;
    width: fit-content;
    margin-top: 15px;
}



.ftr_flex a i {
    font-size: 16px;
    background-color: #d9d9d9;
    color: #000;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    transition: all 0.2s linear;
}

.col_sm100_3 {
    width: 63%;
    float: left;
    margin: 1%;
}

.col_sm10_3 {
    width: 33%;
    float: left;
    margin: 1%;
}

.ftr_flex a {
    font-size: 18px;
    color: #838896;
    transition: all 0.3s linear;
}

.col_sm9_3 {
    width: 8%;
    float: left;
    margin: 0%;
}

.col_sm99_3 {
    width: 88%;
    float: right;
    margin: 0%;
}

.form-container {
    background: #fff;
    padding: 30px;
    /* max-width: 800px; */
    margin: auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.form-container h2 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 28px;
    margin-bottom: 30px;
    color: #000;
    text-align: left;
    border-bottom: 1px solid #444444;
    padding-bottom: 10px;
    line-height: 140%;
    font-weight: 600;
    position: relative;
}

/* .form-container h2::after {
    content: "";
    position: absolute;
    bottom: -2.2px;
    left: 0;
    width: 55px;
    height: 3px;
    background-color: #e21515;
    z-index: 999;
    animation: moveleft 2s ease-in-out 0.5s infinite alternate;
} */

@keyframes moveleft {
    0% {
        left: 0%;
    }

    100% {
        left: calc(100% - 55px);
    }
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.form-group {
    position: relative;
    width: 100%;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 18px 10px 10px 10px;
    border: 1px solid #ddd;
    font-size: 16px;
    background: none;
    outline: none;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.form-group textarea {
    resize: none;
    height: 120px;
}

.form-group label {
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    background: #fff;
    padding: 0 5px;
    color: #999;
    pointer-events: none;
    transition: all 0.3s ease;
}

.form-group:nth-child(5) label {
    top: 10%;
    left: 12px;
    transform: translateY(-0%);
    background: #fff;
    padding: 0 5px;
    color: #999;
    pointer-events: none;
    transition: all 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
    border-color: #097174;
    /* box-shadow: 0 0 8px rgba(255, 124, 0, 0.4); */
}

.form-group input:focus+label,
.form-group input:not(:placeholder-shown)+label,
.form-group textarea:focus+label,
.form-group textarea:not(:placeholder-shown)+label {
    top: 0;
    transform: translateY(-50%);
    background: #fff;
    color: #434343;
    font-size: 12px;
}

.submit-btn {
    background: #434343;
    color: #fff;
    padding: 14px 20px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s ease;
    width: 100%;
}

.submit-btn:hover {
    background: #e56b00;
}

@media (max-width: 768px) {}

@media (max-width: 480px) {
    .form-container {
        padding: 20px;
    }

    .form-container h2 {
        font-size: 20px;
    }

    .submit-btn {
        font-size: 14px;
        padding: 12px 16px;
    }

    .form-group input,
    .form-group textarea {
        font-size: 14px;
        padding: 16px 8px 8px 8px;
    }

    .form-group label {
        font-size: 14px;
    }

    .form-group input:focus+label,
    .form-group input:not(:placeholder-shown)+label,
    .form-group textarea:focus+label,
    .form-group textarea:not(:placeholder-shown)+label {
        font-size: 10px;
    }
}


.why_choose_txt2:hover {
    box-shadow: 7px 7px 0 0 #097174;
}

.why_choose_txt2 {
    transition: all .2s ease-in-out !important;
    box-shadow: 0px 12px 11px -2px #00000024;
    height: initial !important;
}

.ser_flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.ser_flex2 {
    display: flex;
    flex-wrap: wrap;
}

.vi_mi_flex {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.img_con_why2 {
    width: 17%;
}

.vi_mi_width {
    width: 81%;
}

.img_con_why {
    width: 100%;
}

.over_hide {
    overflow: hidden;
}

.wel_marg_l {
    margin-right: 0;
    margin-left: 2%;
}

.wel_marg_r {
    margin-right: 2%;
    margin-left: 0;
}

.wel_head3_btn {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 16px;
    font-weight: 700;
    color: #fff !important;
    padding: 0;
    position: relative;
    text-transform: capitalize;
    line-height: 140%;
    cursor: pointer;
    /* outline: none; */
    background-color: transparent !important;
    margin: 2px 5% 25px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 99;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    transition: all .3s ease;
}

.wel_head3_btn::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    background-color: #fff;
    bottom: 0;
    left: 0;
    transition: all .4s ease;
}

.wel_head3_btn span {
    z-index: 9;
    position: relative;
}

.wel_head3_btn:hover {
    border-bottom: 1px solid transparent !important;
}

.wel_head3_btn:hover::before {
    width: 100%;
}

.common_footer_tags {
    margin: 0;
    display: flex;
    justify-content: space-between;
    padding: 0;
    list-style: none;
}

.common_footer_tags li a {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #097174;
    padding: 15px 30px;
    text-decoration: none;
    border: 1px solid #000;
    position: relative;
    width: 300px;
    display: inline-block;
    text-align: center;
    scale: .8;
    transition: all .3s linear;
}

.common_footer_tags li a::before {
    content: "";
    position: absolute;
    top: -14%;
    left: -2.3%;
    width: 55%;
    height: 59%;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    transition: all .3s linear;
}

.common_footer_tags li a::after {
    content: "";
    position: absolute;
    bottom: -14%;
    right: -2.3%;
    width: 55%;
    height: 59%;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    transition: all .3s linear;
}

.common_footer_tags li a {
    scale: 1;
    background-color: #097174;
    color: #fff;
}

.common_footer_tags li a::after {
    bottom: 9%;
    right: 1.4%;
    border-color: #fff;
    width: 25%;
    height: 80%;
}

.common_footer_tags li a::before {
    top: 9%;
    left: 1.4%;
    border-color: #fff;
    width: 25%;
    height: 80%;
}

.why_choose2 {
    position: relative;
    margin-bottom: -50px !important;
    margin-top: 40px !important;
}

.package_txt h2 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 50px;
    font-weight: 900;
    color: #ffffff;
    line-height: 90%;
    text-align: left;
    text-transform: capitalize;
    margin: 0% 0% 0% !important;
}

.package_txt h2 span {
    font-size: 14px;
    display: block;
    font-weight: 600;
    line-height: 170%;
    color: #097174;
}

.package_txt p {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    line-height: 122%;
    text-align: left;
    text-transform: capitalize;
    padding: 2% 0% 1% !important;
}

.top_flex {
    display: flex;
    justify-content: space-between;
}

.top_social {
    width: fit-content;
    float: right;
    margin: 0%;
    display: flex;
    align-items: center;
    gap: 9px;
    position: relative;
}

.top_social p {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    line-height: 140%;
    margin: 0% 10px 0 0px !important;
    border-right: 1px solid #fff;
    padding-right: 15px;
}

.fa-linkedin-in,
.fa-instagram,
.fa-facebook,
.fa-x-twitter,
.fa-facebook-f,
.fa-youtube {
    font-size: 14px;
    color: #000;
    width: 27px;
    height: 30px;
    display: inline-flex !important;
    position: relative;
    justify-content: center;
    align-items: center;
    transition: all .3s linear;
    /* background-color: #097174; */
    /* padding: 7px; */
    overflow: hidden;

    &:hover {
        color: #097174;
    }

}

.fa-linkedin-in::before,
.fa-instagram::before,
.fa-facebook::before,
.fa-facebook-f::before,
.fa-youtube::before,
.fa-x-twitter::before {
    z-index: 9;
}

.hero1 {
    background: url(../images/feedback-image.jpg);
    background-position: center;
    background-size: cover;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.hero2 {
    background: url(../images/service-img.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 550px;
}

.hero3 {
    background: url(../images/about-banner.jpg);
    background-position: center;
    background-size: cover;
    height: 395px;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.hero3::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #ffffff91;
}

.hero4 {
    background: url(../images/services-banner.jpg);
    background-position: center;
    background-size: cover;
    height: 395px;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.hero4::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #ffffff91;
}

.hero5 {
    background: url(../images/contact-banner.jpg);
    background-position: center;
    background-size: cover;
    height: 395px;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.hero5::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #ffffff91;
}

.hero6 {
    background: url(../images/clientele-banner.jpg);
    background-position: center;
    background-size: cover;
    height: 395px;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.hero6::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #ffffff91;
}

.hero7 {
    background: url(../images/payroll-management-services2.jpg);
    background-position: center;
    background-size: cover;
    height: 395px;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.hero7::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #ffffff91;
}

.hero8 {
    background: url(../images/labour-contracting2.jpg);
    background-position: center;
    background-size: cover;
    height: 395px;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.hero8::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #ffffff91;
}

.hero9 {
    background: url(../images/housekeeping-service2.jpg);
    background-position: center;
    background-size: cover;
    height: 395px;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.hero9::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #ffffff91;
}

.hero10 {
    background: url(../images/security-services2.jpg);
    background-position: center;
    background-size: cover;
    height: 395px;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.hero10::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #ffffff91;
}

.hero11 {
    background: url(../images/training-banner.jpg);
    background-position: center;
    background-size: cover;
    height: 395px;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.hero11::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #ffffff91;
}

.hero12 {
    background: url(../images/gallery-banner.jpg);
    background-position: center;
    background-size: cover;
    height: 395px;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.hero12::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #ffffff91;
}

.hero132 {
    background: url(../images/privacy-policy-banner.jpg);
    background-position: center;
    background-size: cover;
    height: 395px;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.hero132::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #ffffff91;
}

.hero1::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #0000005c;
}

.hero13 {
    background: url(../images/security-services-wel2.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.hero14 {
    background: url(../images/housekeeping-services-wel2.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.hero15 {
    background: url(../images/labour\ -contracting-wel2.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.hero16 {
    background: url(../images/payroll-management-services-wel2.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.ftr2_txt p {
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #000;
    text-decoration: none;
    line-height: 180%;
    font-weight: 400;
    font-size: 15px;
}

.ftr3_txt p {
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #000;
    text-decoration: none;
    line-height: 180%;
    text-align: right;
    font-weight: 400;
    font-size: 15px;
}

.footer2_top_brd {
    border-top: 1px solid #097174;
}

.serv_bg {
    width: 99%;
    background: linear-gradient(transparent 13%, rgb(37, 59, 47) 11%, rgb(37, 59, 47) 89%, transparent 17%);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 1%;
}

.col_sm8 {
    width: 29%;
    float: right;
    margin: 1%;
    /* padding: 5%; */
}

.col_sm88 {
    width: 52%;
    float: left;
    margin: 1%;
    margin-left: 5%;
}


.acrd p {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    line-height: 140%;
    text-align: justify;
    margin: 0% 0%;
    padding: 3%;
}

.acrd ul li {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    line-height: 140%;
    text-align: justify;
    margin: 0% 0%;
    padding: 3%;
}

.col_sm8_1 {
    width: 29%;
    float: left;
    margin: 1%;
    margin-left: 5%;
}

.col_sm88_1 {
    width: 52%;
    float: right;
    margin: 1%;
    margin-right: 5%;
}


.serv_gap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 15px;
    justify-content: flex-end;
    gap: 15px;
}

.serv_txt h3 {
    color: transparent;
    -webkit-text-stroke-color: #fff;
    -webkit-text-stroke-width: 0.8px;
    display: inline-block;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 42px;
    line-height: 100%;
}

.serv_txt h2 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
    margin: 0;
    line-height: 140%;
}

.serv_txt p {
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    line-height: 1.7;
    letter-spacing: 0;
    color: #FFFFFF;
    font-family: "Poppins", sans-serif;
}

.rel {
    position: relative;
}

.train_txt h2 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    text-transform: capitalize;
    margin: 0;
    line-height: 140%;
}

.train_txt p {
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    line-height: 1.7;
    letter-spacing: 0;
    color: #000;
    font-family: "Poppins", sans-serif;
}

.quality {
    background: url(../images/service-img.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 667px;
}

.commitment {
    background: url(../images/commitment.jpg);
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 667px;
}

.swiper-horizontal {
    width: 98% !important;
    margin: 0 auto !important;
    /* overflow: visible !important; */
    padding: 0px 1px 20px !important;
}

.swiper-wrapper {
    transition-timing-function: linear !important;
    height: initial;
}

.link-hover-animation-1 {
    --bs-link-hover-animation-color: #097174;
    background: linear-gradient(to right, #097174 0%, #097174 100%);
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-size: 0px 2px;
    background-repeat: no-repeat;
    background-position: left 100%;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    --bs-btn-border-radius: 0 !important;
}

.link-hover-animation-1:hover {
    background-size: 100% 2px;
}

.ser_content {
    padding: 0 0px 20px;
}

.why_choose_txt2 h2 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 24px;
    font-weight: 800;
    color: #097174;
    line-height: 122%;
    text-align: left;
    text-transform: capitalize;
    margin: 5% 0% 0% !important;
}

.why_choose_txt2 p {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #000;
    line-height: 122%;
    text-align: justify;
    margin: 10px 0 20px;
}

.why_choose_he p {
    min-height: 103px;
}

.why_choose_txt {
    border: 1px solid #ccc;
    padding: 30px 35px;
    border-bottom: 5px solid #097174;
}

.why_choose_txt h2 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 24px;
    font-weight: 800;
    color: #097174;
    line-height: 122%;
    text-align: left;
    text-transform: capitalize;
    margin: 2% 0% 2% !important;
}

.why_choose_txt a,
.why_choose_txt2 a {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    line-height: 160%;
    text-align: left;
    text-transform: capitalize;
    margin: 3% 0% 0% !important;
    /* position: relative; */
    width: fit-content;
}

.why_choose2::before {
    content: "Service";
    position: absolute;
    top: 48%;
    left: 15%;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 228px;
    font-weight: 900;
    color: transparent;
    -webkit-text-stroke-color: #00000030;
    -webkit-text-stroke-width: 1.1px;
    display: inline-block;
}

.why_choose {
    position: relative;
    border-left: 1px solid #000;
    padding-left: 30px;
    margin: 0 1% 30px;
}

.why_choose6 {
    position: relative;
    border-left: 1px solid #000;
    padding-left: 30px;
    margin: 0 1% 30px;
}

.why_choose6 h3 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 40px;
    font-weight: 900;
    color: #000;
    line-height: 90%;
    text-align: left;
    text-transform: capitalize;
    margin: 0% 0% 0% !important;
    position: relative;
    padding: 10px 0px;
}

.why_choose6 h2 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    line-height: 90%;
    text-align: left;
    text-transform: uppercase;
    margin: 1% 0% 0% !important;
}

.why_choose h3 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 40px;
    font-weight: 900;
    color: #000;
    line-height: 90%;
    text-align: left;
    text-transform: capitalize;
    margin: 0% 0% 0% !important;
    position: relative;
}

/* .why_choose h3::before {
    content: "";
    position: absolute;
    bottom: -23px;
    left: 0px;
    width: 13%;
    height: 1px;
    background-color: #000;
} */

.why_choose p {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    line-height: 140%;
    text-align: left;
    padding: 1.9% 0% 1% !important;
}

.wel_head2_btn {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff !important;
    padding: 14px 35px;
    position: relative;
    text-transform: capitalize;
    line-height: 140%;
    cursor: pointer;
    /* outline: none; */
    background-color: #808285 !important;
    margin-top: 25px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 99;
}

.wel_head2_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -136%;
    width: 223px;
    height: 100%;
    background-color: #ffffff;
    transition: all .3s linear;
    z-index: 0;
}

.wel_head2_btn span {
    z-index: 9;
    position: relative;
}

.wel_head2_btn:hover {
    color: #097174 !important;
}

.wel_head2_btn:hover::before {
    left: 0%;
}

.wel_flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.wel_head3 {
    border-left: 1px solid #fff;
    padding-left: 30px;
}

.wel_head3 h3 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 40px;
    font-weight: 900;
    color: #fff;
    line-height: 90%;
    text-align: left;
    text-transform: capitalize;
    margin: 0% 0% 0% !important;
    position: relative;
}

.wel_head3 h2 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    line-height: 90%;
    text-align: left;
    text-transform: uppercase;
    margin: 4% 0% 0% !important;
}



.wel_head4 {
    border-left: 1px solid #000;
    padding-left: 30px;
}

.wel_head4 h3 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 40px;
    font-weight: 900;
    color: #000;
    line-height: 90%;
    text-align: left;
    text-transform: capitalize;
    margin: 0% 0% 0% !important;
    position: relative;
}

.wel_head4 h2 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    line-height: 90%;
    text-align: left;
    text-transform: uppercase;
    margin: 4% 0% 0% !important;
}

.wel_head {
    border-left: 1px solid #fff;
    padding-left: 30px;
}



.wel_head h3 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 40px;
    font-weight: 900;
    color: #fff;
    line-height: 120%;
    text-align: left;
    text-transform: capitalize;
    margin: 0% 0% 0% !important;
    position: relative;
}

.wel_head h2 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    line-height: 90%;
    text-align: left;
    text-transform: uppercase;
    margin: 4% 0% 0% !important;
}

.wel_head2 p {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    line-height: 160%;
    text-align: justify;
    word-spacing: 4px;
    text-transform: capitalize;
    margin: 6% 0% 0% !important;
}


/**/
.wel_head_pck {
    border-left: 1px solid #084736;
    padding-left: 30px;
}

.wel_head_pck h3 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 40px;
    font-weight: 900;
    color: #256050;
    line-height: 90%;
    text-align: left;
    text-transform: capitalize;
    margin: 0% 0% 0% !important;
    position: relative;
}

.wel_head_pck h2 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #256050;
    line-height: 90%;
    text-align: left;
    text-transform: uppercase;
    margin: 4% 0% 0% !important;
}


/*bullet*/


.bullet ul {
    list-style-image: url(../images/bullet-green.png);
    margin-left: 0%;
}

.bullet ul li {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 16px;
    line-height: 140%;
    color: #256050;
    margin: 0% 2% 0.1% 33px;
    text-decoration: none;
    font-weight: 500;
}

/*gallery*/

/* Tab Navigation Styles */
.tab-container {
    max-width: 1600px;
    margin: 0 auto;
}

.tab-nav {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.tab-button {
    background: none;
    border: none;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 600;
    color: #666;
    cursor: pointer;
    transition: all 0.3s ease;
    border-bottom: 3px solid transparent;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.tab-button:hover {
    color: #333;
    background-color: #f8f8f8;
}

.tab-button.active {
    color: #007bff;
    border-bottom-color: #007bff;
    background-color: #fff;
}

/* Tab Content Styles */
.tab-content {
    display: none;
    animation: fadeIn 0.5s ease-in-out;
}

.tab-content.active {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/*packages*/

.container-pck {
    max-width: 800px;
    margin: 0 auto;
    background: white;
    /* border-radius: 15px; */
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.header-pck {
    background: linear-gradient(135deg, #097174 0%, #097174 100%);
    color: white;
    text-align: center;
    padding: 10px;
}

.header-pck h1 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 5px !important;
}

.header-pck p {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 28px;
    opacity: 0.9;
    font-weight: 700;
    color: #fff;
}

.accordion-pck {
    background: white;
}

.accordion-item-pck {
    border-bottom: 1px solid #e5e7eb;
    transition: all 0.3s ease;
}

.accordion-item-pck:last-child {
    border-bottom: none;
}

.accordion-item-pck:hover {
    background: #f8fafc;
}

.accordion-header-pck {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    background: white;
}

.accordion-header-pck:hover {
    background: #f1f5f9;
}

.accordion-title-pck {
    font-family: 'Plus Jakarta Sans', sans-serif;
    flex: 1;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    text-align: justify;
}

.accordion-subtitle-pck {
    color: #64748b;
    font-size: 0.9rem;
    margin-top: 5px;
}

.accordion-arrow-pck {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: linear-gradient(135deg, #097174 0%, #094a38 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 0.8rem;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.accordion-arrow-pck:hover {
    transform: scale(1.1);
    box-shadow: 0 5px 15px rgba(102, 126, 234, 0.3);
}

/* Modal Styles */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
    animation: fadeIn 0.3s ease;
}

.modal.show {
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-content {
    background: white;
    margin: 20px;
    padding: 0;
    width: 90%;
    max-width: 600px;
    max-height: 80vh;
    overflow-y: auto;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
    transform: scale(0.7);
    transition: all 0.3s ease;
}

.modal.show .modal-content {
    transform: scale(1);
}

.modal-header {
    background: linear-gradient(135deg, #094a38 0%, #094a38 100%);
    color: white;
    padding: 25px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-title {
    font-size: 1.5rem;
    font-weight: 600;
}

.close {
    background: none;
    border: none;
    color: white;
    font-size: 2rem;
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.close:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: rotate(90deg);
}

.modal-body {
    padding: 30px;
    line-height: 1.6;
    color: #374151;
}

.modal-body h3 {
    color: #1e293b;
    margin-bottom: 15px;
    font-size: 1.2rem;
}

.modal-body p {
    margin-bottom: 15px;
}

.modal-body ul {
    margin-left: 20px;
    margin-bottom: 15px;
}

.modal-body li {
    margin-bottom: 8px;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@media (max-width: 768px) {
    .container {
        margin: 10px;
        border-radius: 10px;
    }

    .header h1 {
        font-size: 2rem;
    }

    .accordion-header {
        padding: 20px;
    }

    .accordion-title {
        font-size: 1.1rem;
    }

    .modal-content {
        margin: 10px;
        width: calc(100% - 20px);
    }
}

/*packages end*/




/* Gallery Styles */

.img_box {
    overflow: hidden;
    padding: 0;
    /* float: left; */
    position: relative;
    margin-bottom: 4%;
}

.img_box img {
    transition-duration: 1s;
    margin: 0 auto;
    display: block;
    transform: scale(1.1);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
}

.img_box:hover img {
    transform: scale(1);
    z-index: 0;

}

.img_box::before {
    content: '';
    display: block;
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #fdfdfd5c, transparent);
    transform: skewY(0deg);
    z-index: 1;
}

.img_box .background-overlay {
    background: rgba(0, 0, 0, 0);
    /* Initial transparent background */
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: all 0.4s ease-in-out;
    /* Smooth transition */
    opacity: 0;
}

.img_box:hover .background-overlay {
    background: rgba(0, 0, 0, 0.596);
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px;
    opacity: 1;
}

.background-overlay h2 {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-weight: 600;
    font-family: "Josefin Sans", sans-serif;
    font-size: 25px;
    line-height: 140%;
    text-transform: capitalize;
}


/**/


.wel_bg {
    background: linear-gradient(90deg, #097174 61%, transparent 50%);
}

.wel_bg2 {
    background: linear-gradient(270deg, #097174 68%, transparent 50%);
}

.info_brd_btm {
    border-bottom: 1px solid #0000001a;
}

.info_con {
    display: flex;
    width: fit-content;
    gap: 20px;
    padding: 0px 1%;
}

.email {
    border-right: 1px solid #0000001a;
    padding: 10px 20px 10px 0px;
}

.phone {
    padding: 10px 0px;
}

.email i,
.phone i {
    color: #000;
    font-size: 14px;
}

.email a,
.phone a {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    line-height: 140%;
    margin: 0% !important;
}

.get_quote {
    width: 155px;
    background-color: #b88768;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    font-family: "Plus Jakarta Sans", sans-serif;
    margin: 10px 0px;
}

.nav_flex {
    display: flex;
    justify-content: space-between;
}

.banner {
    position: relative;
}



/*------------------------------------------
Responsive Code 
------------------------------------------*/

@media only screen and (max-width : 1600px) {}

@media only screen and (max-width : 1500px) {}

@media only screen and (max-width : 1400px) {}

@media only screen and (max-width : 1300px) {
    .common_footer_tags {
        justify-content: center;
        flex-wrap: wrap;
        gap: 19px;
    }

    .serv_txt h3 {
        font-size: 40px;
    }
}

@media only screen and (max-width : 1200px) {
    .serv_txt h2 {
        font-size: 17px;
    }

    .serv_txt h3 {
        font-size: 30px;
    }

    .wel_head3_btn {
        margin: 0px 2% 0px;
    }
}

@media only screen and (max-width : 1100px) {
    #cssmenu>ul>li>a {
        padding: 45px 17px !important;
    }

    .col_sm3 {
        width: 48%;
    }

    .ftr_txt_pad {
        padding-right: 0px !important;
    }
}

@media only screen and (max-width : 1000px) {
    .why_choose2 {
        margin-bottom: -20px !important;
    }
}

@media only screen and (max-width : 960px) {

    .hero16,
    .hero15,
    .hero14,
    .hero13,
    .hero12 {
        background-position: 0px 28%;
        height: 400px;
    }

    .col_sm5 {
        width: 23%;
    }

    .security-services,
    .housekeeping-services,
    .labour-contracting,
    .payroll-management-services {
        height: 500px;
    }

    .col_sm22,
    .col_sm222 {
        width: 100%;
    }

    .wel_bg2 {
        background: linear-gradient(270deg, #097174 68%, #097174 50%);
    }

    .col_sm10_3,
    .col_sm100_3 {
        width: 98%;
    }

    .ftr_txt_right {
        text-align: left !important;
    }

    .ftr_txt_pad2 {
        padding-left: 0px;
    }

    .ser_flex {
        padding-bottom: 30px;
    }

    .hero2 {
        margin-bottom: 20px;
    }

    .col_sm2_1 {
        width: 100%;
    }

    .col_sm4 {
        width: 48%;
    }

    .col_sm4_1 {
        width: 98%;
    }

    .wel_bg {
        background: linear-gradient(90deg, #097174 61%, #097174 50%);
    }


    .col_sm2 {
        width: 98%;
    }

    .wel_marg_l {
        margin-left: 1%;
        margin-right: 1%;
    }

    #slider {
        min-height: 360px !important;
    }

    .fix_nav {
        position: relative !important;
    }

    .logo {
        margin: 1% auto;
    }

    .nav_flex {
        flex-direction: column;
    }

    .top {
        width: 100%;
    }

    .navbarrr {
        width: 100%;
        border-top: 1px solid #0000001a;
    }

    #menu-button {
        color: #000 !important;
    }

    .why_choose2 {
        margin-bottom: 20px !important;
    }

    .serv_bg {
        background: linear-gradient(transparent 0%, rgb(37, 59, 47) 0%, rgb(37, 59, 47) 100%, transparent 0%);
        padding: 4% 0%;
    }

    .why_choose p {
        padding: 4.9% 0% 1% !important;
    }
}

@media only screen and (max-width : 800px) {

    .btn::before {
        left: -173% !important;
    }

    button.btn,
    .btn:not(.close):not(.mfp-close),
    a.btn:not([href]):not([tabindex]) {
        font-size: 11px !important;
        padding: 12px 30px !important;
    }

    .inspiro-slider .slide .slide-captions h2 {
        font-size: 40px !important;
    }

    .inspiro-slider .slide .slide-captions p {
        font-size: 16px !important;
    }

    .inspiro-slider .slide .slide-captions p {
        margin-bottom: 15px !important;
    }
}

@media only screen and (max-width : 700px) {
    .common_footer_tags li a {
        font-size: 14px;
        width: 400px;
    }

    .commitment {
        height: 400px;
    }
}

@media only screen and (max-width : 600px) {

    .form-grid {
        display: block;
    }

    .form-group {
        margin-bottom: 20px;
    }

    .col_sm9 {
        width: 10%;
        float: left;
        margin: 1% 0%;
    }

    .col_sm4 {
        width: 98%;
    }

    .package_txt h2 {
        font-size: 28px;
    }

    .package_txt h2 span {
        font-size: 11px;
    }

    .package_txt p {
        font-size: 14px;
    }

    .hero1 {
        justify-content: center;
        flex-wrap: wrap;
    }

    .col_sm10,
    .col_sm100 {
        width: 82%;
    }

    .wel_head2_btn {
        margin-top: 0px;
    }

    .inspiro-slider .slide .slide-captions h2 {
        font-size: 24px !important;
    }

    .info_brd_btm {
        display: none;
    }

    .inspiro-slider .slide .slide-captions p {
        font-size: 14px !important;
    }

    button.btn,
    .btn:not(.close):not(.mfp-close),
    a.btn:not([href]):not([tabindex]) {
        font-size: 11px !important;
        padding: 9px 20px !important;
    }

    .inspiro-slider .slide .slide-captions p {
        margin-bottom: 2px !important;
    }

    .inspiro-slider .slide .slide-captions h2 span {
        margin-top: 3px;
    }

    .inspiro-slider .slide .slide-captions h2 {
        font-size: 18px !important;
    }

    .btn::before {
        left: -217% !important;
    }

    .col_sm88 {
        width: 98%;
        margin-left: 1%;
    }

    .col_sm8 {
        width: 98%;
    }

    .serv_bg {
        width: 98%;
        flex-direction: column-reverse;
    }

    .why_choose h3 {
        font-size: 28px;
        line-height: 140%;
    }

    .why_choose p {
        font-size: 13px;
        padding: 6.9% 0% 1% !important;
    }

    .col_sm3 {
        width: 98%;
    }

    .col_sm5 {
        width: 31.3%;
    }
}

@media only screen and (max-width : 500px) {

    .serv_gap22 {
        justify-content: start;
    }

    .security-services,
    .housekeeping-services,
    .labour-contracting,
    .payroll-management-services {
        height: 300px;
    }

    .abt_ser_pad {
        padding: 16px;
    }

    .hero2 {
        height: 250px;
    }

    .serv_gap {
        margin-left: 10px;
        justify-content: flex-start;
        gap: 0px;
    }

    .col_sm99 {
        width: 98%;
    }
}

@media only screen and (max-width : 400px) {
    .commitment {
        height: 300px;
    }

    .common_footer_tags li a {
        width: 260px;
    }

    .why_choose_txt h2 {
        font-size: 18px;
    }

    .why_choose_txt a {
        font-size: 14px;
    }

    .why_choose p {
        padding: 11.9% 0% 1% !important;
    }

    .wel_head h3 {
        font-size: 28px;
    }

    .wel_head h2 {
        font-size: 13px;
    }

    .col_sm88 {
        width: 92%;
        margin-left: 5%;
    }

    .wel_head {
        padding-left: 18px;
    }

    .col_sm9 {
        width: 20%;
    }
}

@media only screen and (max-width : 360px) {}

@media only screen and (max-width : 320px) {
    .col_sm5 {
        width: 48%;
    }
}