body {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    overflow-x: hidden;
}

a,
a:hover {
    color: inherit;
    text-decoration: none;
}

.bg_home {
    background-color: transparent;
    transition-duration: 500ms;
}

.navbar {
    padding: 0rem;
    z-index: 2000;
}

.nav_bg {
    background-color: #333333;
    height: 75px;
    margin-top: -75px;
}

.navbar-brand {
    padding-top: 0rem;
    padding-bottom: 0rem;
}

.navbar-light .navbar-brand img {
    margin-top: 5px;
    margin-bottom: 5px;
    width: 190px;
    transition-duration: 500ms;
    /* background-color: #e31836;
    color: #ffffff;
    font-size: 1.5rem;
    padding: 1rem 1.5rem;
    font-weight: 600; */

}

.navbar-light .navbar-nav .nav-link {
    color: #ffffff;
    font-size: 0.85rem;
    font-weight: 500;
    text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    /*background-color: #ffffff;*/
    color: #e31836;
}


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

.navbar-light .navbar-nav .nav_business_active {
    background-color: #ffffff;
    color: #e31836;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 1rem;
}

/* .dropdown:hover>.dropdown-menu {
    display: block;
} */

.button-custom {
    font-size: 0.9rem;
    padding: .8rem 2rem;
    border-radius: 0px;
}

.dropdown-menu {
    font-size: 0.85rem;
    color: #212529;
    border-radius: 0;
    border: none;
    background-color: rgba(255, 255, 255, .9);
}

#loader_screen.open {
    transform: scale(1, 0);
    opacity: 0;
    z-index: -1;
}

#loader_screen {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #f3f3f3;
    background-image: radial-gradient(circle, #ffffff, #ffffff, #f3f3f3);
    position: fixed;
    transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
    transform: scale(1, 1);
    z-index: 10000;
}

.loading {
    font-size: 5rem;
    font-weight: 600;
    text-align: center;
    margin-top: 15%;
    color: #e31836;
}

.loading span {
    display: inline-block;
    margin: 0 -0.05em;
}


/* code #5 */
.loading05 {
    perspective: 1000px;
}

.loading05 span {
    transform-origin: 50% 50% -25px;
    transform-style: preserve-3d;
    animation: loading05 1.6s infinite;
}

.loading05 span:nth-child(2) {
    animation-delay: 0.1s;
}

.loading05 span:nth-child(3) {
    animation-delay: 0.2s;
}

.loading05 span:nth-child(4) {
    animation-delay: 0.3s;
}

.loading05 span:nth-child(5) {
    animation-delay: 0.4s;
}

.loading05 span:nth-child(6) {
    animation-delay: 0.5s;
}

.loading05 span:nth-child(7) {
    animation-delay: 0.6s;
}

@keyframes loading05 {
    0% {
        transform: rotateX(-360deg);
    }

    70% {
        transform: rotateX(0);
    }
}

.architecture h3 {
    font-size: 1rem;
    color: #c3ecff;
    text-transform: uppercase;
    font-weight: 500;
}

.architecture p {
    padding-left: 4rem;
    font-size: 0.85rem;
    color: #ffffff;
    line-height: 1.8rem;
}

.architecture_title {
    width: 100%;
    font-weight: 600;
    transform: rotate(-90deg);
    top: 10px;
    left: -40%;
    position: absolute;
    font-size: 2rem;
    color: #ffffff;
    text-transform: uppercase;
}

.year {
    float: left;
    width: 13%;
    font-weight: 600;
    font-size: 1rem;
    color: #000000;
}

.company_name {
    float: left;
    width: 80%;
    color: #e31836;
    font-weight: 400;
    font-size: 1rem;
    text-transform: uppercase;
}

.timeline {
    float: left;
    width: 7%;
}

.company_icon {
    float: left;
    width: 20px;
    height: 20px;
    background-color: #f0f0f0;
    border: 1px solid #666666;
    border-radius: 50%;
}

.company_icon_line {
    float: left;
    width: 1px;
    margin-left: 10px;
    margin-bottom: 5px;
    height: 15px;
    background-color: #a5a5a5;
}

ul.core_businesses,
ul.about_business {
    margin: 0;
    padding: 0;
    list-style: none;
}

.core_businesses li,
.about_business li {
    font-size: 1rem;
    font-weight: 400;
    color: #ffffff;
    padding: .5rem 0rem;
}

.core_businesses i {
    width: 33px;
    height: 33px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .1);
    padding-left: 13px;
    margin-right: 10px;
    line-height: 33px;
}

.about_business i {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .1);
    padding-left: 8px;
    margin-right: 10px;
    line-height: 25px;
}

.about_business li {
    color: #666666;
}

.about_business i {
    background-color: #e31836;
    color: #ffffff;
}

.company_tab_container {
    float: left;
    width: 100%;
    padding: 20px;
    background-color: #f7f7f7;
    border-radius: 8px;
    min-height: 500px;
    position: relative;
    z-index: 2;
    transition-duration: 500ms;
}

.company_tab_name {
    padding: .5rem 1rem;
    background-color: #cccccc;
    color: #666666;
    margin-bottom: 10px;
    cursor: pointer;
    transition-duration: 500ms;
}

.company_tab_name:hover,
.company_tab_act {
    color: #ffffff;
    background-color: #15222b;
    transition-duration: 500ms;
}

.company_tab_name:nth-child(1) {
    border-radius: 1rem 0px 0px 1rem;
}

.company_tab_name:nth-child(4) {
    border-radius: 0rem 1rem 1rem 0rem;
}

.company_next_btn {
    top: calc(50% - 40px);
    right: -40px;
    width: 80px;
    height: 80px;
    padding-top: 25px;
    font-size: 1.1rem;
    font-weight: 600;
    text-transform: uppercase;
    border: 3px solid #f1f1f1;
    background-color: #ffffff;
    box-shadow: -10px 0px 20px -10px #999999;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    z-index: 10;
    cursor: pointer;
}

.simms_group_hotel {
    background-image: url('../img/malaysia.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: top center;
}

.simms_group_hotel_title {
    transform: rotate(-90deg);
    position: absolute;
    top: 45%;
    left: -10%;
    font-size: 3rem;
    font-weight: 600;
}

.box-6 {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 1rem;
    box-shadow: 0px 15px 40px -10px #999999;
    background-color: #ffffff;
    color: #666666;
    transition-duration: 500ms;
}

.box-6 img {
    border-radius: 1rem 1rem 0 0;
    transition-duration: 500ms;
}

.box-6 .fa {
    font-size: 2rem;
    color: #ff4a17;
}

.box_readmore {
    color: #ff4a17;
    text-transform: uppercase;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 1px;
    transition-duration: 500ms;
    position: relative;
}

.box-6 h1 {
    font-weight: 500;
    font-size: 1.5rem;
    padding: 10px 15px 0px 15px;
    padding-bottom: 0px;
    color: #222222;
    margin: 0;
}

.box-6 p {
    padding-top: 0px;
    padding: 5px 15px 5px 15px;
    font-size: 0.85rem;
    line-height: 1.5rem;
    margin-bottom: 5px;
}

.box-6:hover {
    color: rgba(255, 255, 255, .8);
    background-color: #15222b;
    transition-duration: 500ms;
}

.box-6:hover h1 {
    color: rgba(255, 255, 255, 1);
}

.box-6:hover .box_readmore {
    padding-left: 50px;
    transition-duration: 500ms;
}

.box-6:hover .box_readmore::after {
    width: 45px;
    height: 2px;
    background-color: #ff4a17;
    position: absolute;
    top: 9px;
    left: 0;
    content: '';
    transition-duration: 500ms;
}

.box-6:hover img {
    opacity: .5;
    transition-duration: 500ms;
}

.medi_simms h1 {
    color: #ff4a17;
    font-weight: 500;
    font-size: 2rem;
    text-transform: uppercase;
}

.medi_simms h2 {
    color: #222222;
    font-weight: 500;
    font-size: 1.5rem;
}

.medi_simms p {
    color: #666666;
    line-height: 1.5rem;
    font-size: 0.85rem;
}

.medi_simms ul,
.nonwovens ul {
    list-style: none;
    padding: 0;
    padding-left: 10px;
    margin: 0;
}

.medi_simms .fa,
.nonwovens .fa {
    margin-right: 10px;
    color: #505050;
}

.medi_simms li,
.nonwovens li {
    font-size: 0.85rem;
    padding: 0.5rem 0rem;
    color: #666666;
}

.btn-medisimms {
    width: 200px;
    padding: 1rem;
    font-size: .85rem;
    font-weight: 600;
    background-color: #ff4a17;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 0;
}

.import_export h1 {
    color: #ff4a17;
    font-weight: 500;
    font-size: 2rem;
    text-transform: uppercase;
}

.bus_img_title {
    background-color: #ffffff;
    position: relative;
    z-index: 2;
}

.bus_img_title h3 {
    padding-top: 20px;
    font-size: 1.2rem;
    color: #222222;
    font-weight: 600;
}

.nonwovens h1 {
    color: #ff4a17;
    font-weight: 500;
    font-size: 2rem;
    text-transform: uppercase;
}

.nonwovens h3 {
    margin-top: 20px;
    font-size: 1.2rem;
    color: #222222;
    font-weight: 600;
}

.nonwovens h4 {
    font-size: 0.9rem;
    color: #666666;
    font-weight: 400;
}

.nonwovens p {
    font-size: 1rem;
    color: #666666;
    line-height: 1.5rem;
}

.modal-content {
    border-radius: 0;
    border: none;
    background-color: rgba(255, 255, 255, .3);
}


.modal_container {
    margin: 7px;
    position: relative;
    z-index: 1;
}

.modal_container_img {
    overflow: hidden;
    box-shadow: 0px 5px 20px -10px rgba(0, 0, 0, .3);
}

.modal-backdrop {

    background-image: url('../img/bg_blur.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    opacity: 1 !important;
}


.modal_container_title {
    bottom: 10px;
    left: 10px;
    font-size: 1.2rem;
    position: absolute;
    z-index: 2;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
}

.modal_img_shadow {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    /*background-color: rgba(0, 0, 0, 0.8);*/
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
    transition: ease 500ms;
}

.modal_container:hover img {
    transform: scale(1.2, 1.2);
    transition: ease 700ms;
}

.modal_container:hover .modal_container_title {
    color: #15222b;
}

.modal_container:hover .modal_img_shadow {
    background-image: linear-gradient(rgba(255, 255, 255, .1), rgba(255, 255, 255, .4), rgba(255, 255, 255, .7));
    color: #15222b;
    transition: ease 700ms;
}

.award {
    background-color: #15222b;
}

.award h1 {
    font-size: 2rem;
    color: #ffffff;
}

.award h2 {
    font-size: 1rem;
    color: #cccccc;
    font-weight: 400;
}

.simms_hotel {
    float: left;
    width: 100%;
    padding: 10px;
    background-color: #ffffff;
    box-shadow: 0px 15px 40px -10px #999999;
    border-radius: 0.5rem;
}

.simms_hotel img {
    border-radius: 0.5rem;
}

.simms_hotel h3 {
    margin-top: 20px;
    font-size: 1.2rem;
    color: #222222;
    font-weight: 600;
    text-transform: uppercase;
}

.simms_hotel p {
    margin-top: 10px;
    font-size: 0.9rem;
    color: #666666;
}

.banner_container {
    position: relative;
    margin-top: -70px;
    overflow-x: hidden;
}

.banner_container img {
    width: 100%;
}

.banner_container h2 {
    font-size: 3.5rem;
    color: rgba(0, 0, 0, .6);
}

.banner_container p {
    font-size: 1rem;
    color: rgba(0, 0, 0, .7);
}

.banner_txt_container {
    top: 22%;
    left: 9%;
    position: absolute;
    z-index: 2;
}

.banner_overlayer {
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: radial-gradient(circle, rgba(255, 255, 255, .3), rgba(0, 0, 0, .1));
    position: absolute;
    z-index: 1;
}

/***************************/
#drop_nav_menu {
    position: absolute;
    top: 0px;
    left: 0%;
    width: 100%;
    z-index: 10;
    display: none;
}

.drop_top_menu_bg {
    float: left;
    width: 100%;
    height: 60px;
    background-color: #000000;
}

.drop_dark_bg {
    float: left;
    width: 100%;
    background-color: #15222b;
}

.our_bus_overlayer {
    top: 0;
    left: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 7;
    padding: 2rem;
}

.model_buis_img {
    float: left;
    width: calc(25% - 10px);
    margin: 5px;
    position: relative;
    background-color: #15222b;
}

.model_buis_img img {
    opacity: 1;
    transition-duration: 500ms;
}

.model_buis_img_overlayer {
    background-image: linear-gradient(to bottom right, rgba(243, 49, 49, 0.5), rgba(131, 131, 131, 0.5));
    top: 0;
    left: 0;
    position: absolute;
    z-index: 6;
    width: 100%;
    padding: 2rem;
    padding-top: 4.6rem;
    text-align: center;
    display: none;
    height: 100%;
}

.model_buis_img_overlayer h5 {
    font-size: 1.2rem;
    font-weight: 500;
    color: #dfdfdf;
    text-transform: uppercase;
}

.model_buis_img_overlayer h6 {
    font-size: 2.5rem;
    font-weight: 500;
    color: #ffffff;
}

.model_buis_img_overlayer .fa {
    width: 60px;
    height: 60px;
    background-color: #ffffff;
    color: #e31836;
    font-size: 1.5rem;
    border-radius: 50%;
    text-align: center;
    padding-top: 20px;
}

.model_buis_img:hover img {
    opacity: 0.1;
    transform: scale(1.1, 1.1);
    position: relative;
    z-index: 5;
    border-radius: 1rem;
    transition-duration: 500ms;
}

.model_buis_img:hover .model_buis_img_overlayer {
    display: block;
    transform: scale(1.1, 1.1);
    z-index: 6;
    border-radius: 1rem;
    transition-duration: 500ms;
}

.model_buis_img_subtitle {
    float: left;
    width: 100%;
    color: rgba(255, 255, 255, .7);
    font-size: 1rem;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 45px;
}

.model_buis_img_maintitle {
    float: left;
    width: 100%;
    color: #ffffff;
    font-size: 2.5rem;
    font-weight: 400;
    position: relative;
}

.model_buis_img_maintitle::before {
    width: 40%;
    height: 3px;
    background-color: #ff4a17;
    bottom: -20px;
    left: 30%;
    position: absolute;
    content: '';
}

.btn_m_img {
    float: left;
    margin-top: 50px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 2rem;
    width: 70%;
    margin-left: 15%;
    height: 50px;
    color: #ffffff;
    border: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.9rem;
}

/***************************/
.bottom_button_left {
    bottom: 0;
    left: 0;
    padding: 1rem 1.5rem;
    background-color: #ffffff;
    color: #e31836;
    position: fixed;
    z-index: 2;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
}

.bottom_button_left .fa {
    color: #444444;
    font-size: 1rem;
}

.btn_call_us {
    border-radius: 0;
    padding: .5rem 1rem;
    background-color: #ffffff;
    color: #e31836;
    font-size: 0.85rem;
    font-weight: 500;
    text-transform: uppercase;
}

.btn_call_us .fa {
    color: #e31836;
    font-size: 1rem;
}

.bottom_button_right {
    bottom: 0;
    right: 0;
    padding: 1rem 1.5rem;
    background-color: #ffffff;
    color: #e31836;
    position: fixed;
    z-index: 2;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
}

.bottom_button_right .fa {
    color: #444444;
    font-size: 1rem;
    margin: 0px 0.5rem;
}

.bottom_button_right span {
    color: #444444;
    margin-right: 1rem;
}

.banner_title {
    width: 45%;
    top: 35%;
    left: 5%;
    position: absolute;
    z-index: 2;
}

.banner_title h1 {
    font-size: 2.5rem;
    color: #ffffff;
    font-weight: 600;
}

.banner_title h2 {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, .8);
    font-weight: 300;
    line-height: 1.5rem;
    padding-right: 10px;
}

.banner_info {
    width: 30%;
    padding: 20px;
    background-color: #e31836;
    top: 35%;
    right: 0%;
    position: absolute;
}

.banner_info h5 {
    float: left;
    width: 100%;
    font-size: 1.5rem;
    color: #ffffff;
    font-weight: 300;
    text-transform: uppercase;
}

.banner_info ul {
    float: left;
    width: 50%;
    list-style: none;
    padding: 0;
    margin: 0;
}

.banner_info li {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, .8);
    font-weight: 400;
    padding: 5px 0px;
}

#who_we_are {
    position: relative;
}

#who_we_are::before {
    width: 95%;
    overflow-x: hidden;
    /* content: "About us";*/
    font-size: 13rem;
    font-weight: 600;
    top: 5%;
    left: -5%;
    position: absolute;
    color: #f0f0f0;
}

#who_we_are h1,
#our_business h1 {
    color: #444444;
    text-transform: uppercase;

    font-size: 3rem;
    font-weight: 600;
}

#who_we_are h1 span,
#our_business h1 span {
    color: #a0a0a0;
}

#who_we_are h2 {
    color: #222222;
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: 400;
    position: relative;
}

#who_we_are h4 {
    color: #000000;
    text-transform: none;
    font-weight: 500;
    font-size: 3rem;
}

/* #who_we_are h2::after {
    width: 60px;
    height: 2px;
    background-color: #cccccc;
    bottom: -5px;
    left: 0;
    position: absolute;
    content: '';
} */

#who_we_are p {
    color: #666666;
    font-size: 0.85rem;
    line-height: 1.5rem;
    font-weight: 400;
}

#who_we_are h3 {
    color: #e31836;
    font-size: 0.9rem;
    font-weight: 600;
    margin-top: 15px;
    text-transform: uppercase;
}

.bus_img {
    float: left;
    width: 100%;
    position: relative;
    transition-duration: 500ms;
    overflow: hidden;
}

.bus_inner_img {
    width: 100%;
    position: relative;
    transition-duration: 500ms;
}



.bus_img:hover .bus_inner_img {
    transform: scale(1.2, 1.2);
    transition-duration: 500ms;
}



.bus_year {
    font-size: 20rem;
    line-height: 20rem;
    color: #e31836;
}

#our_business ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 20px;
}

#our_business li {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    color: #e31836;
    font-weight: 400;
    font-size: .9rem;
    line-height: 2rem;
    text-transform: uppercase;
}

.footer h5 {
    font-size: 0.9rem;
    font-weight: 500;
    color: #e31836;
    text-transform: uppercase;
}

.footer p {
    font-size: 0.85rem;
    line-height: 1.5rem;
    font-weight: 400;
    color: #dfdfdf;
    transition-duration: 500ms;
}

.footer a:hover {
    color: #e31836;
    transition-duration: 500ms;
    padding-left: 5px;
}

.our_bis_title {
    display: none;
}

.get_in_touch h4 {
    font-size: 2rem;
    text-transform: uppercase;
}

.get_in_touch p {
    color: #13152d;
    font-size: 1.5rem;
    line-height: 1.5rem;
    font-weight: 400;
}

.page_title {
    color: #000000;
    text-transform: none;
    font-weight: 500;
    font-size: 3rem;
}

.map_bg_color img {
    width: 40px;
}

.ifram_map {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, .2);
}

.ifram_map iframe {
    width: 100%;
    height: 350px;
}

.simms_history_bg {
    float: left;
    width: 100%;
    padding: 50px;
    background-color: #e8eff5;
    background-image: url('./asset/img/history/world_map.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50%;
    background-attachment: fixed;
    position: relative;
}

.simms_history_bg::before {
    top: 20px;
    left: 50%;
    width: 4px;
    height: 96%;
    background-color: #d8e5ee;
    position: absolute;
    content: '';
}

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

/****************************************/
.time_line_left,
.time_line_right {
    float: left;
    width: 105%;
    margin-right: -5%;
    border-radius: 3px;
    background-color: #ffffff;
    box-shadow: 0 3px 0 #cccccc;
    padding: 20px;
    position: relative;
}

.time_line_right {
    margin-right: 0%;
    margin-left: -5%;
}

.time_line_left::before {
    top: 35px;
    right: auto;
    left: 100%;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-left-color: #ffffff;
    content: '';
    position: absolute;
}

.time_line_right::before {
    top: 35px;
    right: 100%;
    left: auto;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-right-color: #ffffff;
    content: '';
    position: absolute;
}

.time_line_left h2,
.time_line_right h2 {
    font-size: 1.8rem;
    color: #222222;
}

.time_line_left p,
.time_line_right p {
    font-size: 0.85rem;
    color: #666666;
    line-height: 1.5rem;
}

.time_line_mid {
    margin: 0px auto;
    width: 75px;
    height: 75px;
    padding-top: 18px;
    background-color: #75cd65;
    border-radius: 50%;
    border: 5px solid #ffffff;
    box-shadow: inset 0px 3px 0px 0px rgba(0, 0, 0, .1);
}

.time_line_mid img {
    width: 45%;
}

.timline_year {
    float: left;
    width: 15%;
    font-size: 1.2rem;
    color: rgba(0, 0, 0, .5);
    padding-top: 25px;
    margin-left: -5%;
    font-weight: 500;
}

.timline_year_right {
    margin-left: 0%;
    margin-right: -5%;
}

.timline_image,
.timline_image_right {
    float: left;
    width: 85%;
    margin-left: 5%;
}

.timline_image_right {
    margin-left: 0%;
    margin-right: 5%;
}

.timline_image img {
    border-radius: 3px;
}

@media (max-width: 992px) {
    #navbarSupportedContent {
        background-color: #15222b;
        position: absolute;
        top: 60px;
        width: 75%;
        border-radius: 5px;
    }

    #drop_nav_menu {
        z-index: 10000;
        top: 60px;
    }

    .drop_top_menu_bg {
        display: none;
    }

    .our_bus_overlayer {
        padding: 0rem;
    }

    .model_buis_img_subtitle {
        font-size: 0.85rem;
        margin-top: 10px;
    }

    .model_buis_img_maintitle {
        font-size: 1.8rem;
        text-transform: uppercase;
    }
}


@media (max-width: 667px) {
    #navbarSupportedContent {
        background-color: #15222b;
        top: 0;
        left: 0;
        border-radius: 0px;
        position: fixed;
        z-index: 100;
        width: 100%;
        height: 100%;
        text-align: center;
    }

    .navbar-light .navbar-nav .nav-link {
        font-size: 0.9rem;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        margin: 0px 5%;
    }

    .get_in_touch h4 {
        font-size: 1.5rem;
    }

    .get_in_touch p {
        font-size: 1rem;
    }

    .page_title {
        font-size: 1.5rem;
        text-transform: uppercase;
    }

    .map_bg_color img {
        width: 25px;
    }

    .map_bg_color {
        font-size: 0.85rem;
    }

    .ifram_map {
        border-radius: 3px;
        padding: 5px;
    }

    .ifram_map iframe {
        width: 100%;
        height: 200px;
    }

    .loading {
        font-size: 4rem;
        margin-top: 35%;
    }

    .banner_container img {
        width: 240%;
        margin-left: -70%;
    }

    .banner_container h2 {
        font-size: 1.8rem;
    }

    .banner_container p {
        font-size: .9rem;
    }

    .banner_txt_container {
        left: 7.5%;
        top: 20%;
    }

    #who_we_are h1,
    #our_business h1 {
        font-size: 2.5rem;
    }

    #who_we_are h4 {
        font-size: 2rem;
    }

    #core_businesses p,
    .simms_malaysia p {
        font-size: 0.85rem;
        line-height: 1.5rem;
    }

    .core_bus_img {
        height: 400px;
    }

    .company_tab_name {
        float: left;
        width: 48%;
        margin: 5px 1%;
        border-radius: 3px;
    }

    .company_tab_name:nth-child(1),
    .company_tab_name:nth-child(6) {
        border-radius: 3px;
    }

    .box-6 h1 {
        font-size: 1rem;
    }

    .box-6 p {
        min-height: 120px;
    }

    .simms_group_hotel_title {
        transform: rotate(0deg);
        position: relative;
        top: unset;
        left: unset;
        font-size: 1.5rem;
        font-weight: 600;
        width: 100%;
    }

    .our_bis_title {
        display: block;
        float: left;
        width: 100%;
        margin: 10px 0px;
        font-size: 1rem;
        color: #ffffff;
        text-align: center;
    }

    .year {
        float: left;
        width: 15%;
        font-weight: 600;
        font-size: 1rem;
        color: #000000;
    }

    .company_name {
        width: 75%;
        font-size: .85rem;
        font-weight: 500;
    }

    .timeline {
        float: left;
        width: 10%;
    }

    .navbar-light .navbar-brand img {
        margin-top: 0px;
        width: 120px;
    }

    .navbar {
        padding: .3rem .8rem;
    }

    #drop_nav_menu {
        top: 0;
        z-index: 10000;
    }

    .drop_top_menu_bg {
        display: none;
    }

    .model_buis_img {
        width: calc(50% - 10px);
    }

    .our_bus_overlayer {
        top: 0;
        left: 0;
        height: 100%;
        position: absolute;
        width: 100%;
        z-index: 7;
        padding: 1rem;
    }

    .model_buis_img_subtitle {
        display: none;
    }

    .model_buis_img_maintitle {
        font-size: 2rem;
        text-transform: capitalize;
    }

    .btn_m_img {
        margin-top: 15px;
        border-radius: 2rem;
        width: 90%;
        margin-left: 5%;
        height: 40px;
        font-size: 0.85rem;
    }

    .model_buis_img_overlayer {
        padding: 1rem;
        padding-top: 1.5rem;
    }

    .model_buis_img_overlayer h5 {
        font-size: 0.85rem;
    }

    .model_buis_img_overlayer h6 {
        font-size: 1.5rem;
    }

    .model_buis_img_overlayer .fa {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
        padding-top: 12px;
    }

    .bus_year {
        font-size: 15rem;
        line-height: 15rem;
    }

    .simms_history_bg {

        padding: 20px;
    }

    .time_line_left,
    .time_line_right {
        float: left;
        width: 100%;
        margin-right: 0%;
        padding: 20px 10px;
    }

    .time_line_right {
        margin-right: 0%;
        margin-left: 0%;
    }

    .time_line_left h2,
    .time_line_right h2 {
        font-size: 1rem;
    }


    .timline_year {
        float: left;
        width: 100%;
        padding-top: 15px;
        padding-bottom: 0px;
        font-size: 1.5rem;
        text-align: center;
        margin-left: 0%;
    }

    .timline_year_right {
        margin-left: 0%;
        margin-right: 0%;
    }

    .timline_image,
    .timline_image_right {
        width: 100%;
        margin-left: 0%;
    }

    .timline_image_right {
        margin-left: 0%;
        margin-right: 0%;
    }

    .time_line_left::before {
        display: none;
    }

    .time_line_right::before {
        display: none;
    }
}