@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap");

.temp {
    position: fixed;
    width: 100%;
    height: 4rem;
    background: black;
}

body {
    font-family: "Open Sans", sans-serif;
}
body.landing {
    background-image: url(..//images/office-management/office-bg.png);
    background-color: #fff;
    /* background-size: cover; */
    background-repeat: no-repeat;
    background-position: center;
    box-sizing: border-box;
    background-size: 100% 100%;
    background-attachment: fixed;
    max-width: 100%;
    overflow-x: scroll !important;
}
/* Header */
.white-head {
    margin-top: 10px;
}
.white-head .side-nav a.nav-link {
    background: #fff;
    padding: 5px 17px;
    border-radius: 12px;
    font-size: 16px;
}
.inner-sect {
    background-image: url("../images/box-mask.png");
    background-repeat: no-repeat;
}
/*-----------------------------Landing_page------------------------------------*/
.landing {
    opacity: 0;
}
a.back {
    position: fixed;
    top: 10%;
    left: 3%;
}
/* .main_landing_sec_container {
    display: none;
    height: 100%;
    display: flex;
    align-items: center;
} */
/* .landing_sec_container {
    display: flex;
    width: 100%;
    float: left;
    align-items: center;
    height: 100vh;
    overflow: hidden;
} */
.right_part {
    flex-basis: 50%;
    height: 100%;
    display: flex;
    align-items: center;
}
/* .left_part {
    flex-basis: 100%;
    height: 70%;
    height: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
} */
/* .left_con_part {
    display: flex;
    position: relative;
    overflow: hidden;
    min-height: 70%;
    width: 90%;
} */
.contact-us-btn {
    color: #cc1521;
    text-align: center;
    font-family: Inter;
    font-size: 19px;
    font-weight: 600;
    border: 1px solid #cc1521;
    padding: 7px 30px;
    position: relative;
    transition: all ease-in-out 0.3s;
    z-index: 99;
    margin-top: 3%;
}
.contact-us-btn::after {
    content: "";
    position: absolute;
    width: 7px;
    height: 100%;
    background-color: #cc1521;
    left: 0;
    top: 0;
    transition: all ease-in-out 0.3s;
    z-index: -1;
}
.contact-us-btn:hover a {
    color: #fff;
}
.contact-us-btn:hover::after {
    width: 100%;
}
.two_img {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    height: 100%;
    /*overflow: unset;*/
}
.p_two_img_sub {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    position: absolute;
}
.two_img_sub {
    height: 65%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: relative;
    /* width: 80%; */
    width: 100%;
    margin: auto;
    height: fit-content;
    padding-bottom: 33%;
}
.right_part_img_1,
.right_part_img_2,
.right_part_menu_img {
    display: flex;
}
.right_part_img_1 > img,
.right_part_img_2 > img,
.right_part_img_3 > img,
.right_part_menu_img > img {
    /*  height: 100%;*/
    margin: auto;
    max-width: 75%;
    max-height: 76%;
}
.right_part_img_3 > img {
    /* height: 100%; */
    margin: auto;
    max-width: 75%;
    max-height: 90%;
}
.right_part_img_1 {
    height: 100%;
    padding: 3em;
    position: absolute;
    top: 100%;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    transition: 1s;
}
.right_part_img_2 {
    height: 100%;
    padding: 3em;
    position: absolute;
    top: 100%;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    transition: 1s;
}

.right_part_img_3 {
    height: 100%;
    padding: 3em;
    position: absolute;
    top: 100%;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    transition: 1s;
    display: flex;
}
.p_right_part_img_3 {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.right_part_img_3 .right_part_img_Inner {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -50px;
}
.right_part_img_3 .right_part_img_Last {
    margin-top: -50px;
}
.right_part_menu_contact {
    height: 100%;
    padding: 3em;
    position: absolute;
    top: 100%;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    transition: 1s;
    text-align: right;
}
.right_part_menu_img {
    height: 100%;
    padding: 3em;
    position: absolute;
    top: 100%;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    transition: 1s;
}
img.first_half {
    /* height: 100%; */
    /* transform: translate(0%, 0%); */
    transform: scale(7.5);
    position: relative;
    left: 68em;
    z-index: 1;
    transition: 3s ease-in-out;
    /* transition: 5s ease-in-out; */
    margin: auto;
    max-width: 40vw;
    max-height: 53vh;
}
img.second_half {
    /* height: 100%; */
    transform: translate(0%, -63%);
    transition: 1s ease-in-out;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    margin: auto;
}
h1.landing-office-title {
    width: 100%;
    float: left;
    font-weight: 400;
    font-size: 55px;
    font-family: "Open Sans", sans-serif;
    color: #383838;
}
h1.landing_con_title {
    width: 100%;
    float: left;
    font-weight: 400;
    font-size: 50px;
    font-family: "Open Sans", sans-serif;
    color: #383838;
}

.landing_con_dec_main {
    float: left;
    width: 100%;
    padding-top: 2em;
}
.landing_con_dec_main p {
    font-size: 24px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}
.landing_con_dec_main .landing_con_dec_sub p {
    font-size: 21px;
}
.landing_con_dec_main ul {
    list-style: disc;
    padding-left: 27px;
}
.landing_con_dec_main ul li {
    font-size: 21px;
}
.landing_con_dec_strong {
    font-weight: bold;
}
.menu_three_button {
    position: relative;
    opacity: 0;
    transition: 2s;
    display: none;
    z-index: 100;
    margin-top: -30px;
}
.menu_three_button button {
    font-size: 20px;
    font-weight: 400;
    padding: 17px;
}

.menu_three_button button:focus {
    box-shadow: none;
}
.landing_con_1 {

    position: absolute;
    width: 100%;
    transition: 1s;

    /* bottom: 0;
    right: 0;
    height: fit-content;
    margin: auto; */

}
.landing_con_2 {
    position: absolute;
    width: 100%;
    top: 0%;
    left: 100%;
    bottom: 0;
    right: 0;
    transition: 1s;
    height: fit-content;
    margin: auto;
}
.landing_con_3 {
    position: absolute;
    width: 100%;
    top: 0%;
    left: 100%;
    bottom: 0;
    right: 0;
    transition: 1s;
    margin: auto;
    height: fit-content;
}
.landing_con_4 {
    position: absolute;
    width: 100%;
    top: 0%;
    left: 100%;
    bottom: 0;
    right: 0;
    transition: 1s;
    height: fit-content;
    margin: auto;
}
.menu_sec_container_ul {
    position: absolute;
    width: 100%;
    top: 0;
    left: 100%;
    bottom: 0;
    right: 0;
    transition: 1s;
    margin: auto;
    height: fit-content;
}
.menu_sec_container_ul p {
    font-size: 28px;
    margin: 15px 0px 20px 0px;
    display: inline-block;
    font-weight: 400;
}
.menu_sec_container_ul ul {
    list-style: disc;
    padding-left: 27px;
}
.menu_sec_container_ul ul li {
    margin-bottom: 10px;
}
.menu_sec_container_ul ul li a {
    font-size: 20px;
    color: #484848;
    cursor: unset;
    font-weight: 400;
}
.menu_sec_container_ul li:hover {
    /*  padding-left: 10px;*/
    font-weight: bold;
}
.menu_sec_container_ul li a:hover {
    text-decoration: none;
    color: black;
}
.right_part_img_3_1 {
    position: relative;
    top: -25%;
    opacity: 0;
    transition: 2s;
}
.right_part_img_3_2 {
    position: relative;
    left: -50%;
    opacity: 0;
    transition: 2s;
}
.right_part_img_3_3 {
    position: relative;
    right: -50%;
    opacity: 0;
    transition: 2s;
}
.right_part_img_3_4 {
    position: relative;
    bottom: -25%;
    opacity: 0;
    transition: 2s;
}
.parking_content {
    position: absolute;
    top: 50%;
    text-align: center;
    width: 100%;
    color: white;
    opacity: 0;
    transition: 1s;
}
.conference_contant {
    position: absolute;
    left: 23%;
    color: black;
    opacity: 0;
    transition: 1s;
    font-size: 2em;
    width: 60%;
}
.conference_contant h3 {
    font-weight: 500;
    font-size: 40px;
    color: #303030;
    margin-top: 50px;
    margin-bottom: 15px;
}
.conference_contant p {
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.05em;

    color: #292929;
}
.conference_contant h4 {
    font-weight: 500;
    font-size: 40px;
    color: #303030;
    margin-top: 100px;
    margin-bottom: 15px;
}
/*-----------------------------Three_Menu_Hover------------------------------------*/
.main_landing_sec_container_01 {
    display: none;
}
.landing_sec_container_01 {
    display: flex;
    width: 100%;
    float: left;
    align-items: center;
    height: 800px;
}

.image_1 {
    flex-basis: 50%;
    position: relative;
}
img.first_image {
    width: 70%;
    margin: auto;
}

.landing_con_dec_main {
    float: left;
    width: 100%;
    padding-top: 2em;
}
.three_button > button:hover {
    font-weight: bold;
}

/*-----------------------------Seven_Menu_Hover------------------------------------*/
.inner-page .back {
    position: fixed;
    text-transform: uppercase;
    top: 110px;
    left: 3%;
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    z-index: 99;
}
/*-----------------------------Business Address------------------------------------*/
.business_main_container {
    width: 100%;
    height: 100%;
    background-image: url("..//images/office-management/business-bg-1.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    -webkit-transition: background-image 1s ease-in-out;
    position: relative;
    overflow: hidden;
}
.business_container {
    padding: 17% 20% 0% 25%;
    /*background-image: url(..//images/office-management/business-bg-2.png);*/
    background-size: cover;
    height: 100vh;
}
.business_title {
    font-size: 2em;
    opacity: 0;
    /* display: none; */
    font-weight: 500;
    color: #5b5b5b;
    z-index: 99;
}
.business_content {
    opacity: 0;
    font-size: 30px;
    padding-top: 1em;
    color: #5b5b5b;
    /* display: none; */
}
.business_click {
    cursor: pointer;
    position: absolute;
    top: 110px;
    left: 200px;
    color: #fff;
    font-size: 28px;
    font-weight: 600;
}
.book-button .btn-apply::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 100%;
    background-color: #cc1521;
    left: 0;
    top: 0;
    transition: all ease-in-out 0.3s;
    z-index: -1;
}

.book-button .btn-apply {
    color: #cc1521;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 21px;
    font-weight: 600;
    border: 1px solid #cc1521;
    padding: 14px 40px;
    position: relative;
    transition: all ease-in-out 0.3s;
    z-index: 99;
    display: inline-block;
}
.btn-apply:hover::after {
    width: 100% !important;
}
.book-button .btn-apply:hover {
    color: #fff;
}

/*-----------------------------Oprations & IT------------------------------------*/
.oprations_main_container {
    width: 40%;
    height: 100%;
    background-image: url("..//images/office-management/LAPTOP\ 1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}
.oprations_container {
    height: 100vh;
    position: relative;
    width: 70%;
    margin-left: auto;
    overflow: hidden;
}
.oprations_container p {
    font-weight: 500;
    font-size: 30px;
    line-height: 123.7%;
    color: #494949;
    transform: rotate(2.47deg);
    padding-top: 40px;
    padding-right: 40px;
    margin-bottom: 0px;
}
.oprations_container .oprations_title {
    position: absolute;
    bottom: 1.3em;
    right: 1em;
    color: #464646;
    transform: rotate(4.2deg);
    font-weight: 100;
}
/*-----------------------------Training Rooms------------------------------------*/
.training_main_container {
    width: 100%;
    height: 100vh;
    background-image: url("..//images/office-management/Training-bg-1.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;

    opacity: 0;
}
.training_container {
    /* padding: 17em 44em 17em 0em; */
    top: 35%;
    color: white;
    position: relative;
}
.training_sub_container {
    width: 60%;
    background: #252525;
    padding: 50px;
    position: absolute;
    left: -60%;
    transition: 0.3s linear;
}
.training_title {
    font-size: 65px;
    opacity: 0;
    text-transform: uppercase;
}
.training_contant {
    padding-top: 20px;
    font-size: 28px;
    opacity: 0;
    font-weight: 300;
}

/*-----------------------------Meeting Rooms------------------------------------*/
.meeting_main_container {
    width: 100%;
    height: 100vh;
    background-image: url("..//images/office-management/Meeting-ROOM\ 1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;

    opacity: 0;
    transition: 1.5s;
}
.meeting_main_container .back {
    color: #000;
}
.meeting_title_main {
    float: left;
    width: 100%;
}
.meeting_contant_1 {
    transform: translateX(-50%);
    transition: 1s linear;
}
.meeting_contant_2 {
    transform: translateX(50%);
    transition: 1s linear;
}
.meeting_contant_main_1 {
    float: left;
    width: 100%;
    transition: 0.3s linear;
}
.meeting_contant_main_2 {
    float: left;
    width: 100%;
    transition: 0.3s linear;
}

.meeting_container {
    position: relative;
}
.meeting_title {
    text-align: center;
    font-size: 57px;
    font-weight: 300;
    color: #4f4f4f;
    margin-bottom: 60px;
    margin-top: 30px;
}
.meeting_contant_1 {
    transition: 0.3s linear;
    font-size: 25px;
    color: #4f4f4f;
    font-weight: 400;
    margin-bottom: 8px;
}
.meeting_contant_2 {
    transition: 0.3s linear;
    font-size: 25px;
    color: #4f4f4f;
    font-weight: 400;
}
.meeting_sub_container {
    position: relative;
    width: 35%;
    opacity: 0;
    left: 33%;
}

/*-----------------------------Conference Rooms------------------------------------*/
.conference_main_container {
    width: 100%;
    height: 100vh;
    background-image: url("..//images/office-management/Conference-room.png");
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    background-position: 35%, 0%;
    opacity: 0;
    -webkit-transition: background-image 1s ease-in-out;
}
.conference_click {
    cursor: pointer;
    position: absolute;
    bottom: 5%;
    left: 50%;
    color: #fff;
    font-size: 28px;
    font-weight: 600;
}

/*-----------------------------Storage & Logistics------------------------------------*/
.storage_main_container .back {
    position: fixed;
    text-transform: uppercase;
    top: 15%;
    left: 3%;
    color: #000;
    font-size: 28px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    z-index: 99;
}
.storage_main_container {
    width: 100%;
    height: 100vh;
    background-image: url("..//images/office-management/Storage-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;

    transform: scale(1);
    transition: background-size 2s;
    background-size: 120em;
    background-repeat: no-repeat;
    background-position: center;
}
.storage_sub_container {
    opacity: 0;
    width: 100%;
    background: linear-gradient(180deg, rgba(236, 236, 236, 0) 0%, #f5f5f5 0.01%, #ffffff 28.02%, rgba(255, 255, 255, 0.82) 56.4%, rgba(217, 217, 217, 0) 100%);
    height: 430px;
}
.storage_contant {
    width: 80%;
    margin: auto;
    font-weight: 300;
    font-size: 55px;
    padding-top: 40px;
    color: rgba(68, 68, 68, 0.88);
    transform: rotate(0.07deg);
}

/*-----------------------------Parking------------------------------------*/
.parking_main_container {
    width: 100%;
    height: 100vh;
    background-image: url("..//images/office-management/PARKING2.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;

    opacity: 0;
    -webkit-transition: background-image 1s ease-in-out;
    position: relative;
}
.parking_main_container .pointer_wrap {
    position: absolute;
    width: 100%;
    top: 33%;
}
.parking_main_container .pointer_wrap ul {
    display: flex;
    align-items: center;
    list-style: none;
    justify-content: space-between;
    width: 100%;
    padding: 0px 25px;
}
.parking_main_container .pointer_wrap ul li {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    cursor: pointer;
}
.parking_content {
    background: linear-gradient(180deg, rgba(236, 236, 236, 0) 0%, rgba(245, 245, 245, 0.86) 22.55%, #ffffff 49.33%, rgba(255, 255, 255, 0.82) 82.5%, rgba(217, 217, 217, 0) 100%);
    padding: 100px 50px;
    top: 40%;
}
.parking_content p {
    font-size: 30px;
    line-height: 48px;
    text-align: center;
    color: #313e4f !important;
}
/*Responsive-Files  */
@media only screen and (max-width: 1260px) {
    h1.landing_con_title {
        font-size: 40px;
    }
    .landing_con_dec_main p {
        font-size: 24px;
    }
    .menu_sec_container_ul p {
        font-size: 24px;
    }
    .landing_con_dec_main ul li {
        font-size: 21px;
    }
    /* Meeting */
    .meeting_sub_container {
        width: 40%;
    }
    .meeting_title {
        font-size: 45px;
        margin-bottom: 40px;
    }
    .meeting_contant_1 {
        font-size: 22px;
    }
    .meeting_contant_2 {
        font-size: 22px;
    }
    /* Storage */
    .storage_contant {
        font-size: 40px;
        text-align: center;
        padding-top: 160px;
    }
}
@media only screen and (max-width: 1100px) {
    .menu_three_button button {
        font-size: 18px;
    }
    /*  .right_part_img_3 img {
    width: 44%;
  }*/

    /*  .two_img_sub {
    height: 100%;
    top: 5%;
  }*/
    /*  .two_img_sub {
    top: 20%;
    width: 90%;
    left: 5%;
    padding: 0;
  }*/
    .right_part_img_1,
    .right_part_img_2,
    .right_part_menu_img {
        /*    padding-top: 40%;*/
        padding-left: 0px;
        padding-right: 0px;
        display: flex;
    }
    .right_part_img_3 {
        /*    padding-top: 30%;*/
        padding-left: 0px;
        padding-right: 0px;
    }
    img.first_half,
    img.second_half,
    .right_part_img_1,
    .right_part_img_2,
    .right_part_menu_img {
        /*    height: auto;*/
        /* width: 100%; */
        /*    max-width: 100%;
    max-height: 100%;*/
    }
    .right_part_img_1 > img,
    .right_part_img_2 > img,
    .right_part_img_3 > img,
    .right_part_menu_img > img {
        height: auto;
        margin: auto;
    }
    /* training */
    .training_sub_container {
        width: 80%;
        left: -80%;
    }
}
@media only screen and (max-width: 1024px) {
    /* conference */
    .conference_contant h3 {
        font-size: 35px;
    }
    .conference_contant h4 {
        margin-top: 30px;
        font-size: 35px;
    }
    /*    .right_part_img_3 img {
    width: 47%;
  }*/
    /* Parking */
    .parking_main_container .pointer_wrap ul li {
        font-size: 18px;
    }
    .parking_main_container .pointer_wrap {
        top: 225px;
    }
}
@media only screen and (max-width: 991px) {
    .right_part {
        flex-basis: 50%;
    }
    .left_part {
        padding-right: 5%;
    }
    .left_con_part {
        width: 100%;
    }
    h1.landing-office-title {
        font-size: 45px;
    }
    .landing_con_dec_main .landing_con_dec_sub p {
        font-size: 18px;
    }
    .menu_three_button button {
        padding: 10px;
    }
    .right_part_img_3 .right_part_img_Inner,
    .right_part_img_3 .right_part_img_Last {
        margin-top: -25px;
    }
    /*  .right_part_img_3 img {
    width: 47%;
  }*/
    .menu_sec_container_ul {
        top: 0%;
    }
    /* business */
    .business_container {
        padding: 20% 10% 0% 10%;
    }
    .business_click {
        left: 180px;
    }
    /* Operations */
    .oprations_container {
        width: 63%;
    }
    .oprations_container .oprations_title {
        font-size: 60px !important;
    }
    .oprations_container p {
        font-size: 24px;
    }
    /* training */
    .training_sub_container {
        width: 90%;
        left: -90%;
    }
    .training_title {
        font-size: 50px;
    }
    .training_contant {
        font-size: 22px;
    }
    /* Meeting */
    .meeting_sub_container {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 70px;
        left: 0;
    }
}
@media only screen and (max-width: 768px) {
    .pDiv {
        height: auto;
    }
    .landing_con_1 {
        width: 90%;
    }
    .leftImg {
        width: 300px;
        float: inline-start;
    }
    .two_img_sub {
        width: 100%;
    }
    .landing_sec_container {
        display: block;
    }
    .left_con_part {
        min-height: 70%;
    }
    .left_part {
        flex-basis: 50%;
        height: auto;
        display: inline-block;
        width: 100%;
        height: 100vh;
        padding: 0px 15px 0px;
    }
    .right_part {
        height: 40vh;
        justify-content: center;
    }
    .two_img {
        display: block;
    }
    /*  .two_img_sub {
    width: 60%;
    padding-top: 70px;
    -webkit-padding-top: 70px;
    position: unset;
    margin: auto;
  }*/
    .right_part_img_1,
    .right_part_img_2,
    .right_part_menu_img {
        padding-top: 40px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        width: 60%;
        left: 20%;
        display: flex;
    }
    .right_part_img_3 {
        padding: 0;
        padding-top: 0px;
    }
    h1.landing_con_title {
        font-size: 60px;
    }
    .landing_con_dec_main p {
        font-size: 26px;
    }
    .menu_three_button button {
        font-size: 22px;
    }
    /*  .right_part_img_3 img {
    width: 20%;
  }*/
    .landing_con_2,
    .landing_con_3,
    .landing_con_4 {
        top: 0;
    }
    /* business */
    .business_container {
        padding: 30% 15px 0% 15px;
    }
    /* Operations */
    .oprations_main_container {
        background-position: right;
    }
    .oprations_container .back {
        color: #000;
    }
    .oprations_container {
        width: 80%;
        padding-top: 60px;
    }
    /* Meeting */
    .meeting_sub_container {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 160px;
        padding-bottom: 30px;
        left: 0;
        display: inline-block;
        background: linear-gradient(180deg, rgba(236, 236, 236, 0) 0%, rgba(245, 245, 245, 0.86) 22.55%, #ffffff 49.33%, rgba(255, 255, 255, 0.82) 82.5%, rgba(217, 217, 217, 0) 100%);
    }
    /* conference */
    .conference_main_container {
        background-position: bottom;
    }
    .conference_main_container .back {
        color: #000;
        top: 80px;
    }
    .conference_contant {
        left: 0%;
        width: 100%;
        padding: 0px 15px;
        top: 170px;
    }
    .conference_contant h3 {
        font-size: 28px;
        margin-top: 0px;
        margin-bottom: 5px;
    }
    .conference_contant h4 {
        font-size: 28px;
        margin-top: 20px;
        margin-bottom: 5px;
    }
    .conference_contant p {
        font-size: 18px;
    }
    /* Parking */
    .parking_main_container .pointer_wrap ul {
        padding: 0px 25px;
        flex-direction: column;
    }
    .parking_main_container .pointer_wrap ul li {
        font-size: 16px;
        margin: 10px 0px;
    }
    .parking_main_container .pointer_wrap {
        top: 170px;
    }
    .parking_content p {
        font-size: 24px;
        line-height: 48px;
    }
    .left_con_part {
        height: 70%;
        overflow: hidden;
    }
    .menu_three_button {
        height: 20%;
    }
    button.btn1,
    button.btn2,
    button.btn3 {
        width: 32%;
    }
    .two_img {
        display: flex;
    }
    .menu_sec_container_ul {
        bottom: auto;
    }
    h1.landing_con_title {
        font-size: 30px;
    }
    .menu_sec_container_ul p {
        font-size: 18px;
    }
    .menu_three_button button {
        font-size: 18px;
    }
    .two_img_sub {
        height: 50%;
    }
    img.first_half {
        max-width: 40vw;
        max-height: 20vh;
    }
    .menu_sec_container_ul ul {
        height: 125px;
        overflow: scroll;
    }
    h1.landing-office-title {
        font-size: 32px;
    }
}

@media only screen and (max-width: 650px) {
    /*  .right_part_img_3 img {
      width: 22%;
  }*/
}
@media only screen and (max-width: 525px) {
    img.first_half {
        transform: scale(7.5);
        left: 40em;
        transition: 3s ease-in-out;
    }
    .two_img_sub {
        width: 100%;
        /*    margin-top: 40px;*/
        padding-top: 0px;
    }
    .two_img {
        width: 90%;
        /*    margin-top: 0px;*/
    }
    .right_part {
        height: 40vh;
    }
    .left_part {
        height: 100vh;
    }
    h1.landing-office-title {
        font-size: 30px;
    }
    .landing_con_dec_main {
        margin-top: 15px;
        padding-top: 0px;
    }
    .landing_con_dec_main p {
        font-size: 18px;
    }
    .left_con_part {
        min-height: 52%;
    }
    .iQgrg {
        font-size: 20px;
    }
    .landing_con_dec_main ul li {
        font-size: 18px;
    }
    .right_part_img_1,
    .right_part_img_2,
    .right_part_menu_img {
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        margin-top: 0px;
        width: 80%;
        left: 12%;
        display: flex;
    }
    .right_part_img_1 img,
    .right_part_img_2 img,
    .right_part_menu_img img {
        margin-bottom: auto;
    }
    /*  .right_part_img_3 img {
    width: 32%;
  }*/
    .menu_sec_container_ul p {
        font-size: 18px;
    }
    .right_part_img_3 {
        /*    padding-top: 60px;*/
        padding-bottom: 0px;
    }
    /* business */
    .inner-page .back {
        font-size: 20px;
    }
    .business_click {
        font-size: 20px;
    }
    .business_container {
        padding: 50% 15px 0% 15px;
    }
    .business_title {
        font-size: 40px !important;
    }
    .business_content {
        font-size: 24px;
    }
    /* Operations */
    .oprations_main_container {
        background-position: right;
    }
    .oprations_container {
        width: 100%;
        padding-top: 160px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .oprations_container .oprations_title {
        font-size: 42px !important;
    }
    .oprations_container p {
        font-size: 18px;
        padding-top: 20px;
        padding-right: 0px;
    }
    /* training */
    .training_container {
        top: 30%;
    }
    .training_sub_container {
        width: 95%;
        left: -95%;
        padding: 20px;
    }
    .training_title {
        font-size: 35px;
    }
    .training_contant {
        font-size: 18px;
    }
    /* Meeting */
    .meeting_title {
        font-size: 33px;
        margin-bottom: 20px;
    }
    .meeting_contant_1,
    .meeting_contant_2 {
        font-size: 20px;
    }
    /* conference */
    .conference_contant {
        top: 130px;
    }
    .conference_contant h3,
    .conference_contant h4 {
        font-size: 25px;
    }
    .conference_contant p {
        font-size: 16px;
    }
    .conference_click {
        left: 40%;
    }
    /* Storage */
    .storage_contant {
        width: 95%;
        font-size: 30px;
        text-align: center;
        padding-top: 160px;
    }
    /* Parking */
    .parking_content {
        padding: 40px 20px;
        top: 40%;
    }
    .parking_content p {
        font-size: 20px;
        line-height: 32px;
    }
}
@media only screen and (max-width: 450px) {
    /*  .right_part_img_3 img {
      width: 39%;
  }*/
}
@media only screen and (max-width: 366px) {
    /*  .right_part_img_3 img {
      width: 43%;
  } */
    .left_con_part {
        min-height: 64%;
    }
    .menu_three_button button {
        font-size: 16px;
        padding: 5px 5px;
    }
    .landing_con_dec_main p {
        font-size: 16px;
    }
}
@media only screen and (max-height: 900px) {
    /*  .menu_sec_container_ul {
      height: fit-content;
      margin-top: -15%;
  }*/
}
@media only screen and (min-width: 1500px) {
    .right_part_img_3 {
        max-height: 100%;
        max-width: 100%;
    }
}
@media only screen and (min-width: 1800px) {
    .right_part_img_3 {
        max-height: 100%;
        max-width: 80%;
    }
}
@media only screen and (max-width: 900px) {
    /*  .menu_sec_container_ul {
      height: fit-content;
      margin-top: -15%;
  }*/
}
