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

* {
    margin: 0;
    padding: 0;
}

html,
body {
    font-size: 16px !important;
    /* color: #646464 !important; */
    color: #60524e !important;
    padding: 0;
    margin: 0;
    font-family: "Open Sans", sans-serif !important;
    background-color: #fdf0d5 !important;
    /* position: relative;
    height: 100%; */
    overflow-x: hidden;
}

a,
a:hover {
    color: #60524e;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

b,
sup,
sub,
u,
del {
    color: #000 !important;
}

.fa-ul {
    margin-left: 0px !important;
}

.fa-ul > li {
    position: relative;
}

ul.footer {
    list-style: none;
}

ul.footer li::before {
    content: "\2022";
    color: #fff;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -10px;
    padding-left: 2px;
}

ul.a {
    list-style-type: circle;
    margin: 0;
    padding: 0;
}

ul.bullets {
    list-style: none;
}

ul.bullets li::before {
    content: "\2022";
    color: #fe4c02;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    line-height: 0.1rem;
}

ul.bullets li {
    font-size: 15px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif !important;
}

.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

/* .container {
    border: 1px solid red;
} */

p {
    color: #60524e !important;
    margin-bottom: 0 !important;
    font-family: "Poppins", "Open Sans", sans-serif !important;
    /* font-weight: 400 !important; */
    line-height: 1.6 !important;
    font-size: 16px !important;
}

h1.custom_title_red {
    font-size: 60px;
    color: #fe4c02;
    text-transform: uppercase;
    font-weight: 800;
    text-shadow: 0px 3px 6px #00000050;
}

h1.custom_title_white {
    font-size: 60px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    text-shadow: 0px 3px 6px #00000050;
}

h2.custom_white {
    color: #fff;
    font-weight: 700;
}

p.section_3 {
    color: #60524e;
    font-size: 18px;
    font-weight: 700;
    font-family: "Poppins", "Open Sans", sans-serif !important;
}

p.section_3_20px {
    color: #60524e;
    font-size: 20px !important;
    font-weight: 700;
    font-family: "Poppins", "Open Sans", sans-serif !important;
}

p.section_map {
    color: #60524e;
    padding-bottom: 10px;
    font-size: 22px;
    font-weight: 700;
    font-family: "Poppins", "Open Sans", sans-serif !important;
}

p.list_section_3 {
    width: 100%;
    border: 1px solid #fff;
    background-color: #fff;
    box-shadow: 0px 3px 6px #00000029;
    padding: 4px 8px;
    border-radius: 5px;
    font-size: 15px !important;
    font-family: "Open Sans", sans-serif !important;
    font-weight: 400;
    line-height: 2 !important;
}

.bg_primary {
    color: #fe4c02;
}

.bg_white {
    color: #fff !important;
}

.bg_map {
    border: 20px solid #fff;
}

.bg_transparent {
    background-color: transparent !important;
    box-shadow: none !important;
}

.fz-14 {
    font-size: 14px !important;
}

.btn_2 {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 10px;
    background-color: #fe4c02;
    font-size: 14px;
    /* font-family: "Poppins", sans-serif; */
    font-weight: 700;
    /* -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out; */
    /* background-size: 200% auto; */
    box-shadow: 0px 3px 6px #00000029;
}

.d-grid {
    display: grid;
}

.sticky.is-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    background: #ffffff;
}

.navbar {
    padding: 0.5rem 1rem 0rem 1rem !important;
    background-color: #fff;
}

a.navbar-toggler {
    border: 0;
}

.navbar-toggler i {
    color: #fe4c02;
    font-size: 30px;
}

.navbar .navbar-brand {
    max-width: 200px;
    margin: 0 0 0 auto;
}

.navbar-expand-lg .navbar-nav .nav-item {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-link {
    color: #60524e !important;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #fe4c02 !important;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
    color: #fe4c02 !important;
    border-bottom: 4px solid #fe4c02;
}

.nav-info {
    color: #60524e !important;
    margin: 0.5rem;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
}

.nav-info:hover {
    color: #fe4c02 !important;
    margin: 0.5rem;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
}

.navbar-info-mobile {
    display: none;
    text-align: right;
    width: 100%;
    padding-bottom: 0.5rem;
}

.navbar-info-mobile a {
    font-size: 12px !important;
    text-align: right;
}

.navbar-nav .nav-link {
    padding: 0 3rem;
}

.navbar-light .navbar-nav .nav-link {
    padding: 8px 20px;
}

.preloader {
    background-color: #ffb331;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
}

.spinner {
    width: 60px;
    height: 60px;
    background-color: #ffffff;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1s infinite ease-in-out;
    animation: sk-scaleout 1s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

#trapezoid_left {
    border-bottom: 30px solid #850c0c;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    height: 0;
    width: 150px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    margin-left: 30px;
    float: left;
    margin-bottom: -15px;
}

#trapezoid_right {
    border-bottom: 30px solid #850c0c;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    height: 0;
    width: 150px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    float: right;
    margin-right: 35px;
    margin-bottom: -5px;
}

#trapezoid {
    border-bottom: 30px solid #850c0c;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    height: 0;
    max-width: 27%;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    margin-left: 30px;
    margin-bottom: -10px;
}

#talkbubble {
    max-width: 70%;
    height: 106px;
    background: #fff;
    position: relative;
    /* -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px; */
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align: center;
}

#talkbubble img {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.center_vertical {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.canter_vertical_pricing {
    position: absolute;
    top: 45%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.mt-5 {
    margin-top: 5px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-25 {
    margin-top: 25px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-35 {
    margin-top: 35px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-45 {
    margin-top: 45px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-55 {
    margin-top: 55px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mt-80 {
    margin-top: 80px !important;
}

.mt-90 {
    margin-top: 90px !important;
}

.mr-2 {
    margin-right: 2px !important;
}

.mr-5 {
    margin-right: 5px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.mr-25 {
    margin-right: 25px !important;
}

mr-30 {
    margin-right: 30px !important;
}

.mr-35 {
    margin-right: 35px !important;
}

.mr-40 {
    margin-right: 40px !important;
}

.mr-45 {
    margin-right: 45px !important;
}

mr-50 {
    margin-right: 50px !important;
}

.mr-55 {
    margin-right: 55px !important;
}

.mr-60 {
    margin-right: 60px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

mb-30 {
    margin-bottom: 30px !important;
}

.mb-35 {
    margin-bottom: 35px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-45 {
    margin-bottom: 45px !important;
}

mb-50 {
    margin-bottom: 50px !important;
}

.mb-55 {
    margin-bottom: 55px !important;
}

.mb-60 {
    margin-right: 60px !important;
}

.ml-5 {
    margin-left: 5px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.ml-15 {
    margin-left: 15px !important;
}

.ml-20 {
    margin-left: 20px !important;
}

.ml-25 {
    margin-left: 25px !important;
}

ml-30 {
    margin-left: 30px !important;
}

.ml-35 {
    margin-left: 35px !important;
}

.ml-40 {
    margin-left: 40px !important;
}

.ml-45 {
    margin-left: 45px !important;
}

ml-50 {
    margin-left: 50px !important;
}

.ml-55 {
    margin-left: 55px !important;
}

.ml-60 {
    margin-left: 60px !important;
}

.my-8 {
    margin-top: 128px !important;
    /* margin-bottom: 10px !important; */
}

.pl-0 {
    padding-left: 0px !important;
}

.pl-2 {
    padding-left: 2px !important;
}

.pt-100 {
    padding-top: 0px;
}

.h-114 {
    height: 114px;
}

.h-500 {
    height: 500px;
}

.mw-100 {
    max-width: 100%;
}

/* CONTENT HOME*/

.banner_part {
    position: relative;
    overflow: hidden;
    background-color: #F09928;
    /* background-image: url(../img/banner_bg_top.png); */
    background-repeat: repeat-y;
    background-size: contain;
    background-position: center;
}

.banner_part .carousel-item {
    width: 100%;
    /* height: 835px; */
}

.banner_part .carousel-indicators {
    margin-left: 65px;
    align-items: start;
    justify-content: start;
    top: 95%;
    /* margin-bottom: 0; */
}

.carousel-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
}

.banner_part_top {
    position: relative;
    overflow: hidden;
    background-image: url(../img/banner_bg_bottom.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
}

/* line 9, ../../01 cl html template/03_jun 2019/184_SAAS_template/sass/_banner.scss */
.banner_part .banner_text {
    display: table;
    width: 100%;
    height: 100%;
}

.banner_part h3 {
    color: #60542e;
    font-weight: 700;
}

/* line 13, ../../01 cl html template/03_jun 2019/184_SAAS_template/sass/_banner.scss */
.banner_part .banner_text .banner_text_iner {
    display: table-cell;
    vertical-align: middle;
}

/* line 23, ../../01 cl html template/03_jun 2019/184_SAAS_template/sass/_banner.scss */
.banner_part .banner_text h5 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: #556172;
    margin-bottom: 14px;
}

.banner_part .banner_text p {
    font-size: 20px;
    line-height: 1.8;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    color: #60524e;
    padding-right: 140px;
}

.banner_part .banner_text h1 {
    font-size: 40px;
    text-transform: capitalize;
    font-weight: 800;
    /* line-height: 1; */
    line-height: 1.18;
    color: #fff;
    text-shadow: 0px 3px 6px #00000050;
}

img.blog-img {
    width: 100%;
    border-radius: 30px;
}

img.blog-img-thumb {
    width: 100%;
    border-radius: 30px;
    max-height: 200px;
}

.share-sosial {
    display: flex;
    margin-top: 50px;
}

.share-sosial ul {
    display: flex;
    font-size: 2rem;
}

.share-sosial ul li {
    margin-left: 10px;
    margin-top: -15px;
}

.share-sosial i:hover {
    transform: scale(1.1);
}

/* IPAD PRO */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .h-114 {
        height: 70px;
    }

    .banner_part .banner_text {
        height: 650px;
    }

    .banner_part .banner_text h1 {
        font-size: 36px;
    }

    .banner_part .banner_text p {
        padding-right: 0;
    }

    .banner_part .carousel-indicators {
        margin-left: 53px;
        top: 94%;
    }

    .feature_part .single_feature {
        margin: 0;
    }

    .feature_part .single_feature:nth-child(2) {
        margin-top: 30px;
    }

    .feature_part .single_feature_part {
        margin-top: 25px;
    }

    .feature_part_pad {
        padding-top: 128px !important;
        padding-bottom: 64px !important;
    }
}

/* IPAD */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    #talkbubble {
        max-width: 100%;
    }

    .h-114 {
        height: 60px;
    }

    h2.custom_white {
        font-size: 25px;
    }

    .use_sasu .border_box .box-info {
        left: 35px !important;
        justify-content: start;
    }

    ul.bullets li {
        padding: 0 23px;
        text-indent: -1em;
    }

    .banner_img {
        /* margin-bottom: 30px; */
    }

    .banner_part .banner_text h1 {
        font-size: 36px !important;
    }

    .banner_part .carousel-indicators {
        /* left: 30px;
        top: 92%; */
    }

    .blog_part .mobile {
        display: flex !important;
    }

    .blog-tags p {
        display: inline-block !important;
    }

    .blog-tags span {
        font-size: 12px !important;
    }

    .feature_part_pad {
        padding-top: 100px !important;
        padding-bottom: 100px !important;
    }

    .pricing_part {
        margin-bottom: 0px !important;
    }

    .pricing_part .testimoni-item {
        height: 400px !important;
    }

    .tab .border_box:nth-child(1) {
        border-top: 0;
        border-right: 0 !important;
        border-bottom: 0;
        border-left: 0;
    }

    .tab .border_box:nth-child(2) {
        border-top: 0;
        border-bottom: 0;
        border-right: 1px solid #00000010 !important;
        border-left: 1px solid #00000010 !important;
    }

    .tab .border_box:nth-child(3) {
        border-top: 0 !important;
        border-right: 0 !important;
        border-bottom: 0 !important;
        border-left: 0 !important;
    }

    .tab .border_box:nth-child(4) {
        border-left: 0 !important;
        border-right: 0 !important;
        border-top: 1px solid #00000010 !important;
        border-bottom: 1px solid #00000010 !important;
    }

    .tab .border_box:nth-child(5) {
        border: 1px solid #00000010 !important;
    }

    .tab .border_box:nth-child(6) {
        border-left: 0 !important;
        border-right: 0 !important;
        border-top: 1px solid #00000010 !important;
        border-bottom: 1px solid #00000010 !important;
    }

    .tab .border_box:nth-child(7) {
        border-top: 0 !important;
        border-right: 0 !important;
        border-bottom: 0 !important;
        border-left: 0 !important;
    }

    .tab .border_box:nth-child(8) {
        border-right: 1px solid #00000010 !important;
        border-left: 1px solid #00000010 !important;
        border-top: 0 !important;
        border-bottom: 0 !important;
    }

    .tab .border_box:nth-child(9) {
        border-top: 0 !important;
        border-right: 0 !important;
        border-bottom: 0 !important;
        border-left: 0 !important;
    }
}

@media screen and (min-width: 1920px) {
    .banner_part,
    .pricing_part,
    .our_rooms,
    .virtual_office,
    .co_space,
    .meet_room,
    .event_space,
    .contact_us,
    .fgd,
    .prvt_office,
    .our_service,
    .contact_us_top,
    .about_us {
        background-size: auto !important;
    }
}

@media screen and (min-width: 3840px) {
    .banner_part,
    .pricing_part,
    .our_rooms,
    .virtual_office,
    .co_space,
    .meet_room,
    .event_space,
    .contact_us,
    .fgd,
    .prvt_office,
    .our_service,
    .contact_us_top,
    .about_us {
        background-size: auto !important;
    }
}

/* iMac 4K & iMac 5K */
@media only screen and (min-width: 4095px) and (max-width: 5120px) {
    .banner_part,
    .pricing_part,
    .our_rooms,
    .virtual_office,
    .co_space,
    .meet_room,
    .event_space,
    .contact_us,
    .fgd,
    .prvt_office,
    .our_service,
    .contact_us_top,
    .about_us {
        background-size: auto !important;
    }
}

/* IPHONE X */
@media only screen and (device-width: 375px) and (device-height: 812px) {
    .banner_part .carousel-indicators {
        margin-left: 4%;
        top: 92% !important;
    }

    .about_us .bg_vo {
        padding: 1rem 0 !important;
    }
}

.banner_part .banner_text h1 span {
    color: #0ab6ff;
}

.banner_part .banner_text .banner_btn_1 {
    color: #fff;
    border: 0px solid transparent;
    margin-right: 28px;
}

.banner_part .banner_text .banner_btn_1:hover {
    background-color: #d14004 !important;
    color: #fff;
    text-decoration: none;
}

.banner_part .banner_text .banner_btn_2 {
    color: #fff;
    border: 1px solid #fff;
    background-color: transparent;
}

.banner_part .banner_text .banner_btn_2:hover {
    background-color: #d14004 !important;
    color: #fff;
    border: 1px solid transparent;
}

/* .btn_1,
.btn_2:hover,
.form-contact .form-group .btn_1 i {
    background-image: linear-gradient(to left, #c43c04 0%, #d14004 51%, #c43c04 100%);
} */

.cta_part {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 70px;
}

.banner_part .banner_text .banner_btn_1:hover,
.banner_part .banner_text .banner_btn_2:hover,
.cta_part .banner_btn_1:hover,
.cta_part .banner_btn_2:hover {
    background-image: linear-gradient(
        to left,
        #d14004 0%,
        #d14004 51%,
        #d14004 100%
    );
}

.form-contact .form-group .btn_1 {
    background-image: linear-gradient(to left, #fff 0%, #fff 51%, #fff 100%);
}

hr.red_line {
    border: 2px solid red;
    max-width: 145px;
}

hr.red_line_center {
    border: 2px solid red;
    max-width: 145px;
    overflow: hidden;
    margin: auto;
}

hr.red_line_full {
    border: 2px solid red;
    max-width: 100%;
}

hr.banner_line {
    border: 2px solid red;
    max-width: 40%;
    display: block;
}

hr.content_line {
    border: 2px solid red;
    max-width: 25%;
}

hr.section_3_line {
    border: 2px solid red;
    width: 153px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
}

hr.full_line {
    border: 2px solid red;
    max-width: 100%;
}

hr.white_line_50 {
    border: 1px solid #fff;
    max-width: 50%;
    margin-top: 0;
}

hr.white_line_100 {
    margin-top: 30px;
    border: 1px solid #fff;
    max-width: 100%;
}

hr.service_line {
    border: 2px solid red;
    width: 82px;
    margin: 0;
}

p.content_top {
    font-size: 24px !important;
    color: #fe4c02 !important;
    font-weight: 700;
    line-height: normal;
}

hr.blog_line {
    width: auto;
    margin: 2rem 0;
}

p.content_bottom {
    /* padding-right: 100px; */
    font-family: "Open Sans", sans-serif !important;
    font-weight: 400;
}

.about_us {
    position: relative;
    z-index: 99;
    overflow: hidden;
    background-image: url(../img/banner_bg_top.png);
    background-repeat: repeat-y;
    background-size: contain;
    background-position: center;
}

.about_us .bg_vo {
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0px 3px 6px #00000029;
    background-color: white;
    margin-left: 15px !important;
    margin-right: 15px !important;
}

.about_us .about_us_text p.title {
    line-height: 20px;
    margin-bottom: 57px;
}

.about_us .card {
    background-color: transparent;
    border: 0;
    height: 100%;
}

.about_us .card-body {
    background-color: #ffffff;
    margin: 1rem 0 0 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.about_us .card-header {
    background-color: #ffffff;
    border: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.about_us .carousel-indicators {
    margin-left: 1%;
    align-items: start;
    justify-content: start;
    left: 25px;
}

.about_us .carousel-indicators li {
    border: 1px solid #00000029;
}

.icon_img {
    width: 30px;
    height: auto !important;
    margin-bottom: 0 !important;
}

.section_3_button {
    color: #fff;
    border: 0px solid transparent !important;
}

.section_3_button:hover {
    background-color: #c43c04 !important;
    color: #fff;
    text-decoration: none;
}

.section_3_button_more {
    color: #fff;
    border: 0px solid transparent !important;
    width: 100%;
    text-align: center;
}

.section_3_button_more:hover {
    background-color: #c43c04 !important;
    color: #fff;
    text-decoration: none;
}

.section_tittle p {
    text-transform: none !important;
}

.feature_part_pad {
    padding-top: 128px;
    padding-bottom: 128px;
}

.feature_part_top {
    z-index: 1;
    position: relative;
    overflow: hidden;
    background-image: url(../img/banner_bg_bottom.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    transform: rotate(180deg) scaleX(-1);
    -ms-transform: rotate(180deg) scaleX(-1);
    -moz-transform: rotate(180deg) scaleX(-1);
    -webkit-transform: rotate(180deg) scaleX(-1);
    -o-transform: rotate(180deg) scaleX(-1);
}

/* line 115, ../../01 cl html template/03_jun 2019/184_SAAS_template/sass/_feature_part.scss */
.feature_part .single_feature {
    margin: 0 0px;
}

@media (max-width: 991px) {
    /* line 115, ../../01 cl html template/03_jun 2019/184_SAAS_template/sass/_feature_part.scss */
    .feature_part .single_feature {
        margin: 0;
    }
}

/* line 124, ../../01 cl html template/03_jun 2019/184_SAAS_template/sass/_feature_part.scss */
.feature_part .single_feature:nth-child(2) {
    margin-top: 20px !important;
}

@media (max-width: 991px) {
    /* line 124, ../../01 cl html template/03_jun 2019/184_SAAS_template/sass/_feature_part.scss */
    .feature_part .single_feature:nth-child(2) {
        margin-top: 30px;
    }
}

.feature_part .single_feature_part {
    padding: 20px 20px 31px;
    /* text-align: center; */
    border-radius: 5px;
    box-shadow: 0px 3px 81px 0px rgba(216, 216, 216, 0.45);
    background-color: #fff;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

@media (max-width: 991px) {
    /* line 135, ../../01 cl html template/03_jun 2019/184_SAAS_template/sass/_feature_part.scss */
    .feature_part .single_feature_part {
        padding: 25px 15px;
        margin-top: 25px;
    }
}

.feature_part .card-body h3 {
    font-size: 25px;
    color: #fe4c02;
    padding-top: 15px;
    margin-bottom: 15px;
    font-weight: 700;
}

/* line 189, ../../01 cl html template/03_jun 2019/184_SAAS_template/sass/_feature_part.scss */
.feature_part .single_feature_part p {
    color: #707070;
    line-height: 1.8;
    font-size: 15px !important;
    padding-bottom: 1em;
    text-align: left;
    font-family: "Open Sans", sans-serif !important;
    font-weight: 400;
}

.feature_part .single_feature_part img.list_service {
    width: 20px;
    height: 20px;
    vertical-align: top;
    margin-right: 4px;
}

/* line 152, ../../01 cl html template/03_jun 2019/184_SAAS_template/sass/_feature_part.scss */
.feature_part .single_feature_part img {
    margin-bottom: 14px;
    /* width: 100%; */
    height: auto !important;
}

p.list_package {
    font-size: 14px !important;
    font-weight: 400;
    font-family: "Open Sans", sans-serif !important;
}

.blog-tags span {
    padding: 5px 10px;
    margin-top: 20px;
    margin-right: 1rem;
    font-weight: 400;
    color: #222;
    background-color: #fbc76d;
    font-size: 12px;
}

.pricing_part {
    /* height: 710px; */
    position: relative;
    overflow: hidden;
    background-image: url(../img/test.jpg);
    /* background: linear-gradient(90deg, rgba(242,150,3,1) 0%, rgba(251,199,109,1) 50%, rgba(242,150,3,1) 100%); */
    background-repeat: repeat-y;
    background-size: contain;
    background-position: center center;
    /* padding: 5rem 0; */
}

.pricing_part_quote {
    overflow: hidden;
    background-image: url(../img/icon-quote.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.pricing_part .testimoni-item {
    width: 100%;
    height: 400px;
    padding: 0 1rem;
}

.pricing_part .card {
    height: 100%;
    border-radius: 20px;
    border: 0;
}

.pricing_part .card .bg_card {
    background-color: #fe4c02;
    color: #fff;
    border-radius: 10px;
    padding: 30px 8px;
    height: 150px;
    box-shadow: 0 3px 6px #00000030;
}

.pricing_part .card .img-quote {
    width: 100px;
    height: auto;
}

.testimoni-carousel .owl-nav,
.testimoni-carousel .owl-dots {
    margin-top: 1rem;
    text-align: center;
}

.testimoni-carousel .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ffffff !important;
}

.testimoni-carousel .owl-dot.active {
    background-color: #fe4c02 !important;
}

.box {
    display: grid;
    justify-items: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 45px;
}

.use_sasu .border_box:hover {
    background-color: #fbc76d;
}

.use_sasu .border_box:hover img,
.use_sasu .border_box:hover h4 {
    opacity: 0;
}

.use_sasu .border_box:nth-child(7):hover,
.use_sasu .border_box:nth-child(9):hover {
    background-color: transparent;
}

.use_sasu .border_box.border_box:nth-child(7):hover img,
.use_sasu .border_box.border_box:nth-child(9):hover img {
    opacity: 1;
}

.use_sasu .border_box .box-info {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 75px;
    display: flex;
    justify-content: start;
    align-items: center;
    text-align: left;
    opacity: 0;
    transition: 0.2s linear;
}

.use_sasu .border_box:hover .box-info {
    opacity: 1;
}

.box h4 {
    font-size: 16px;
    margin-top: 14px;
}

.border_box {
    border: 1px solid #cec0ac;
}

.border_box_white {
    border: 1px solid #fff;
}

.line_border_box_row1 .border_box:nth-child(1) {
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}

.line_border_box_row1 .border_box:nth-child(2) {
    border-top: 0;
    border-bottom: 0;
}

.line_border_box_row1 .border_box:nth-child(3) {
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}

.line_border_box_row1 .border_box:nth-child(4) {
    border-left: 0;
    border-right: 0;
}

.line_border_box_row1 .border_box:nth-child(5) {
    border: 1;
}

.line_border_box_row1 .border_box:nth-child(6) {
    border-left: 0;
    border-right: 0;
}

.line_border_box_row1 .border_box:nth-child(7) {
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}

.line_border_box_row1 .border_box:nth-child(8) {
    border-top: 0;
    border-bottom: 0;
}

.line_border_box_row1 .border_box:nth-child(9) {
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}

.line_contact_us .border_box_white:nth-child(1) {
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
}

.line_contact_us .border_box_white:nth-child(2) {
    border-top: 0;
    border-bottom: 0;
}

.line_contact_us .border_box_white:nth-child(3) {
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
}

.line_service_box .border_box:nth-child(1) {
    border-top: 0;
    border-right: 0;
    border-left: 0;
}

.line_service_box .border_box:nth-child(2) {
    border-top: 0;
    border-right: 0;
}

.line_service_box .border_box:nth-child(3) {
    border-top: 0;
    border-right: 0;
    /* border-left: 0; */
}

.line_service_box .border_box:nth-child(4) {
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}

.line_service_box .border_box:nth-child(5) {
    border-top: 0;
    border-bottom: 0;
    border-right: 0;
}

.line_service_box .border_box:nth-child(6) {
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    /* border-left: 0; */
}

.line_3box .border_box:nth-child(1) {
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}

.line_3box .border_box:nth-child(2) {
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
}

.line_3box .border_box:nth-child(3) {
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}

.line_2box .border_box:nth-child(1) {
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}

.line_2box .border_box:nth-child(2) {
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
}

.line_contact_us .border_box_white:nth-child(1) {
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
}

.line_contact_us .border_box_white:nth-child(2) {
    border-top: 0;
    border-bottom: 0;
}

.line_contact_us .border_box_white:nth-child(3) {
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
}

.custom_title_form {
    color: #fe4c02;
    font-weight: 700;
    font-size: 15px;
}

.home_maps {
    border: 20px solid #fff;
    width: 100%;
    height: 720px;
    box-shadow: 0px 3px 6px #00000029;
}

.form-control {
    box-shadow: 0px 3px 6px #00000029;
}

/* END OF CONTENT HOME */

.our_rooms,
.virtual_office,
.co_space,
.meet_room,
.event_space,
.contact_us {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-image: url(../img/content_service_bg.png);
    background-repeat: repeat-y;
    background-size: contain;
    background-position: center;
}

.co_space .co_space_text .card,
.prvt_office .prvt_office_text .card,
.meet_room .meet_room_text .card,
.our_service .our_service_text .card {
    border: none;
    margin: 0 auto;
    float: none;
    /* margin-bottom: 10px; */
}

/* SERVICE  */
.service_part .service_text h1 {
    font-size: 60px;
    color: #fe4c02;
    text-transform: uppercase;
    font-weight: 800;
    margin-top: 130px;
    font-size: 40px;
}

.service_part .service_text h4 {
    color: #60524e;
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
    font-family: "Open-Sans", sans-serif !important;
}

.service_part .service_text p {
    margin-top: 10px;
    font-family: "Open-Sans", sans-serif !important;
}

.service_part_top {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-image: url(../img/content_service_bg_top.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    height: 141px;
}

.service_part_bottom {
    z-index: 1;
    position: relative;
    overflow: hidden;
    background-image: url(../img/content_service_bg_top.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    transform: rotate(180deg) scaleX(-1);
    -ms-transform: rotate(180deg) scaleX(-1);
    -moz-transform: rotate(180deg) scaleX(-1);
    -webkit-transform: rotate(180deg) scaleX(-1);
    -o-transform: rotate(180deg) scaleX(-1);
    height: 141px;
}

.service_part {
    position: relative;
    z-index: 1;
}

.service_part_bottom {
    z-index: 1;
    position: relative;
    overflow: hidden;
    background-image: url(../img/content_service_bg_top.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    transform: rotate(180deg) scaleX(-1);
    -ms-transform: rotate(180deg) scaleX(-1);
    -moz-transform: rotate(180deg) scaleX(-1);
    -webkit-transform: rotate(180deg) scaleX(-1);
    -o-transform: rotate(180deg) scaleX(-1);
    height: 141px;
}

.our_rooms .carousel-indicators {
    margin-left: 1%;
    align-items: start;
    justify-content: start;
}

.our_rooms .our_rooms_text p.vo_top,
.virtual_office .virtual_office_text p.vo_top,
.fgd .fgd_text p.vo_top,
.co_space .co_space_text p.vo_top,
.prvt_office .prvt_office_text p.vo_top,
.meet_room .meet_room_text p.vo_top,
.our_service .our_service_text p.vo_top {
    font-size: 20px !important;
    color: #fe4c02 !important;
    font-weight: 700;
    padding-top: 0px;
}

.our_rooms .our_rooms_text i,
.virtual_office .virtual_office_text i,
.fgd .fgd_text i,
.co_space .co_space_text i,
.prvt_office .prvt_office_text i,
.meet_room .meet_room_text i,
.blog_part .blog_part_text i,
.detail_blog .detail_blog_text i {
    font-size: 14px;
    font-weight: lighter;
    color: #fe4c02 !important;
}

.our_rooms .our_rooms_text p.vo_service_list,
.virtual_office .virtual_office_text p.vo_service_list,
.fgd .fgd_text p.vo_service_list,
.co_space .co_space_text p.vo_service_list,
.prvt_office .prvt_office_text p.vo_service_list,
.meet_room .meet_room_text p.vo_service_list,
.our_service .our_service_text p.vo_service_list {
    padding: 10px;
    height: auto;
}

.fgd .row_item {
    display: flex;
    justify-content: space-between;
}

.fgd .fgd_text span {
    font-size: 15px;
}

.fgd .fgd_text span.additional {
    color: #fe4c02;
    margin-left: 8px;
    font-weight: 700;
}

.fgd .fgd_text span.additional_price {
    font-weight: 300;
    color: #60524e;
}

.fgd .fgd_text span.list_service,
.co_space .co_space_text span.list_service,
.prvt_office .prvt_office_text span.list_service,
.meet_room .meet_room_text span.list_service {
    padding-left: 10px;
    font-size: 14px;
}

.fgd,
.prvt_office {
    background-image: url(../img/content_service_bg_top_flip.png),
        url(../img/content_service_bg_top.png);
    background-repeat: no-repeat;
    background-position: top, bottom;
    background-size: contain;
    overflow: hidden;
    position: relative;
}

.our_service {
    background-image: url(../img/content_service_bg_top_flip.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
    overflow: hidden;
    position: relative;
    margin-bottom: 80px;
}

.learning_img img {
    width: 100%;
}

.blog_part .card {
    background-color: transparent;
}

.blog_part .card img {
    margin: 0 !important;
}

.blog_part .owl-nav,
.blog_part .owl-dots {
    margin-top: 5px;
    text-align: center;
}

.blog_part .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ffffff !important;
}

.blog_part .owl-dot.active {
    background-color: #fe4c02 !important;
}

/* END OF SERVICE */
.blog_part .blog_part_text p {
    text-align: justify;
}

.our_rooms .our_rooms_text h3,
.virtual_office .virtual_office_text h3,
.fgd .fgd_text h3,
.co_space .co_space_text h3,
.prvt_office .prvt_office_text h3,
.meet_room .meet_room_text h3,
.event_space .event_space_text h3,
.blog_part .blog_part_text h3,
.blog_part .blog_part_text h4,
.detail_blog .detail_blog_text h3 {
    font-size: 25px;
    color: #fe4c02;
    padding-top: 10px;
    margin-bottom: 10px;
    font-weight: 700;
}

.blog_part .blog_part_text h5 {
    color: #fe4c02;
    /* padding-top: 10px; */
    margin-bottom: 10px;
    font-weight: bold;
}

.contact_us_top {
    background-image: url(../img/content_service_bg_top.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    overflow: hidden;
    position: relative;
}

.contact_us .contact_us_text p {
    font-size: 20px !important;
    font-weight: 700;
    font-family: "Open-Sans", sans-serif !important;
}

.contact_us .contact_us_text p.contact_detail {
    font-size: 15px !important;
    font-weight: 400;
    font-family: "Open-Sans", sans-serif !important;
    color: #fff !important;
}

.contact_maps {
    border: 20px solid #fff;
    width: 100%;
    height: 540px;
    box-shadow: 0px 3px 6px #00000029;
}

.cta_part .form-success img {
    width: 150px;
    height: 150px;
}

.cta_part .form-success h1 {
    font-size: 55px;
}

.form-success img {
    width: 321px;
    height: 321px;
}

.form-success {
    background-color: #ffffff;
    padding: 5rem 0;
    display: flex;
}

.form-success h1 {
    color: #fc9f00;
    font-size: 60px;
}

.form-success .alert-message {
    margin-left: 3rem;
    text-align: left;
}

/* END OF CONTACT US */
footer {
    font-size: 13px;
    background-color: #fe4c02;
    color: #fff;
}

/* footer p,
h6 {
    margin-bottom: .5rem;
    color: #fff;
} */

.footer-top a,
.footer-top a:hover {
    text-decoration: none;
    color: #ffffff;
}

.footer-top p {
    font-size: 13px !important;
    font-weight: 400;
    color: #fff !important;
    font-family: "Open Sans", sans-serif !important;
}

.footer-top h6 {
    /* margin-bottom: .5rem; */
    color: #fff;
    font-size: 15px !important;
    font-weight: 700;
    font-family: "Open Sans", sans-serif !important;
}

.footer-top h6.heading-margin {
    margin-left: -6px;
}

.foot-logo img {
    width: 200px;
}

.foot-contact i,
.foot-social_media i {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    color: #646464;
    border: 1px solid #666666;
    line-height: 40px;
}

.footer-bottom {
    padding: 0px 0px 20px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.d-foot-bottom {
    display: flex;
    justify-content: start;
    align-items: center;
}

.d-foot-bottom .copyright,
.d-foot-bottom .sitemap {
    margin-right: auto;
}

.footer-bottom a,
.footer-bottom a:hover {
    text-decoration: none;
    color: #fff;
}

.footer-bottom li {
    padding: 0 1rem;
}

.footer-bottom li a,
.footer-bottom li a:hover {
    text-decoration: none;
    color: #fff;
}

.footer-bottom li:nth-child(1) {
    border-right: 1px solid #fff;
}

.footer-bottom li:nth-child(2) {
    border-right: 1px solid #fff;
}

.footer-bottom li:nth-child(3) {
    border-right: 1px solid #fff;
}

.use_sasu .desktop,
.blog_part .desktop {
    display: block;
}

.use_sasu .mobile,
.blog_part .mobile,
.mobile-sosmed {
    display: none;
}

.disp_dekstop {
    display: block;
}

.disp_mobile {
    display: none;
}

@media screen and (max-width: 961px) {
    .banner_part .carousel-indicators {
        margin-left: 4%;
        top: 92%;
    }

    h1 {
        font-size: 30px !important;
    }

    .navbar-info-mobile {
        display: block;
    }

    .navbar-info {
        display: none !important;
    }

    .navbar-collapse.act {
        opacity: 1;
        left: 0;
        transform: scaleX(1);
    }

    /* .navbar-collapse {
        background-color: #ffffff;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 100;
        height: 100vh;
        width: 334px;
        display: grid;
        text-align: center;
        opacity: 0;
        transition: 1s;
        transform: scale(0);
        padding: 0 15%;
        text-align: right;
    } */
    .navbar-collapse {
        background-color: #ffffff;
        position: absolute;
        left: -334px;
        top: 90px;
        z-index: 100;
        height: 100vh;
        width: 90%;
        display: block !important;
        text-align: left;
        opacity: 0;
        transition: all 500ms;
        transform: scaleX(0);
        padding: 1rem;
    }

    .navbar-light .navbar-nav .nav-link {
        padding: 10px 20px;
        margin: 0 !important;
    }

    .navbar-light .navbar-nav .nav-link:nth-child(1) {
        border-top: 0;
        border-left: 0;
        border-right: 0;
        border-bottom: 1px solid #00000020;
    }

    .navbar-light .navbar-nav .nav-link:nth-child(2) {
        border-top: 0;
        border-left: 0;
        border-right: 0;
        border-bottom: 1px solid #00000020;
    }

    .navbar-light .navbar-nav .nav-link:nth-child(3) {
        border-top: 0;
        border-left: 0;
        border-right: 0;
        border-bottom: 1px solid #00000020;
    }

    .navbar-light .navbar-nav .nav-link:nth-child(4) {
        border-top: 0;
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
    }

    .banner_part .carousel-item {
        /* height: 680px; */
    }

    .dropdown .dropdown-menu {
        margin: 0 20px;
    }

    .dropdown .dropdown-item:hover {
        color: #707070 !important;
    }

    .banner_part .banner_text .banner_text_iner {
        display: block;
        vertical-align: auto;
    }

    #banner-order-1 {
        order: 2;
        -webkit-order: 2;
    }

    #banner-order-2 {
        order: 1;
        -webkit-order: 1;
    }

    #banner-order-3 {
        order: 3;
        -webkit-order: 3;
    }

    .service_part .service_text h1 {
        margin-top: 30px;
    }

    .service_part .service_text .banner_img {
        /* margin-top: 2rem; */
    }

    .line_service_box .border_box:nth-child(3) {
        border-left: 0;
    }

    .line_service_box .border_box:nth-child(4) {
        border-left: 1px solid #cec0ac;
        border-bottom: 1px solid #cec0ac;
    }

    .line_service_box .border_box:nth-child(5) {
        border-left: 0;
    }

    footer {
        /* text-align: center; */
    }

    .d-foot-bottom {
        display: grid;
        justify-content: center;
        align-items: center;
    }

    .d-foot-bottom .copyright,
    .d-foot-bottom .sitemap {
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 768px) {
    .about_us .carousel-indicators {
        right: -25px;
        align-items: end;
        justify-content: flex-end;
    }

    .banner_part .carousel-indicators {
        margin-left: 40px;
        top: 92%;
    }

    .use_sasu .desktop,
    .blog_part .desktop {
        display: none;
    }

    .use_sasu .mobile,
    .blog_part .mobile {
        display: block;
    }

    .mobile .border_box:nth-child(1) {
        border-top: 0;
        border-left: 0;
        border-right: 1px solid #00000010;
        border-bottom: 0;
    }

    .mobile .border_box:nth-child(2) {
        border-top: 0;
        border-left: 1px solid #00000010;
        border-right: 0;
        border-bottom: 0;
    }

    .mobile .border_box:nth-child(3) {
        border-top: 1px solid #00000010;
        border-left: 0;
        border-right: 1px solid #00000010;
        border-bottom: 1px solid #00000010;
    }

    .mobile .border_box:nth-child(4) {
        border-top: 1px solid #00000010;
        border-left: 1px solid #00000010;
        border-right: 0;
        border-bottom: 1px solid #00000010;
    }

    .mobile .border_box:nth-child(5) {
        border-top: 1px solid #00000010;
        border-left: 0;
        border-right: 1px solid #00000010;
        border-bottom: 1px solid #00000010;
    }

    .mobile .border_box:nth-child(6) {
        border-top: 1px solid #00000010;
        border-left: 1px solid #00000010;
        border-right: 0;
        border-bottom: 1px solid #00000010;
    }

    .mobile .border_box:nth-child(7) {
        border-top: 1px solid #00000010;
        border-left: 0;
        border-right: 1px solid #00000010;
        border-bottom: 1px solid #00000010;
    }

    .mobile .border_box:nth-child(8) {
        border-top: 1px solid #00000010;
        border-left: 1px solid #00000010;
        border-right: 0;
        border-bottom: 1px solid #00000010;
    }

    .mobile .border_box:nth-child(9) {
        border-top: 0;
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
    }

    #talkbubble {
        margin: 0 auto;
    }

    .form-success img {
        width: 224px;
        height: 224px;
    }

    .cta_part .form-success img {
        width: 200px;
        height: 200px;
    }

    .form-success {
        display: grid;
        justify-items: center;
    }

    .form-success .alert-message {
        text-align: center;
        margin: 2rem auto;
    }

    .pricing_part .card {
        height: 400px;
    }
}

@media screen and (max-width: 481px) {
    .banner_part .carousel-indicators {
        margin-left: 16px;
        top: 83%;
    }

    .card-pad-left {
        padding-left: 0px !important;
    }

    .float {
        right: 10px !important;
        bottom: 60px !important;
    }

    .iconwa,
    .iconig,
    .iconfb {
        width: auto;
        height: 48px !important;
    }

    .disp_dekstop {
        display: none;
    }

    .disp_mobile {
        display: block;
    }

    .wa_mobile:hover {
        transform: translateX(-100px);
        transition: transform 2s;
    }

    .navbar-info-mobile a {
        font-size: 11px !important;
    }

    #talkbubble {
        max-width: 100%;
    }

    #trapezoid {
        border-bottom: 30px solid #850c0c;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        height: 0;
        max-width: 60%;
        text-align: center;
        color: #fff;
        text-transform: uppercase;
        margin-left: 10px;
        margin-bottom: -10px;
        font-size: 15px !important;
    }

    #trapezoid_right {
        border-bottom: 30px solid #850c0c;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        height: 0;
        width: 150px;
        text-align: center;
        color: #fff;
        text-transform: uppercase;
        float: right;
        margin-right: 5px;
        margin-bottom: -5px;
        font-size: 15px !important;
    }

    p {
        font-size: 14px !important;
    }

    p.content_top {
        font-size: 20px !important;
    }

    p.list_package {
        font-size: 13px !important;
    }

    p.list_section_3 {
        font-size: 14px !important;
    }

    .about_us .bg_vo {
        padding: 1rem 10px !important;
    }

    .use_sasu .border_box .box-info {
        left: 15px;
        justify-content: start;
    }

    ul.bullets li::before {
        content: "\2022";
        color: #fe4c02;
        font-weight: bold;
        display: inline-block;
        width: 0.5em;
        padding: 0;
    }

    ul.bullets li {
        font-size: 13px;
        padding: 0 20px;
        text-indent: -0.5em;
    }

    h2.custom_white {
        font-size: 25px;
    }

    .fz-14 {
        font-size: 13px !important;
    }

    .h-114 {
        height: 60px;
    }

    .my-60 {
        margin: 1.8rem 0 !important;
    }

    .my-8 {
        margin-top: 70px !important;
    }

    .scroll {
        display: none !important;
    }

    .box h4 {
        font-size: 14px !important;
    }

    .banner_img {
        /* margin-bottom: 30px; */
    }

    .feature_part .single_feature_part p {
        font-size: 14px !important;
    }

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

    .use_sasu .desktop,
    .blog_part .desktop {
        display: none;
    }

    .use_sasu .mobile,
    .blog_part .mobile,
    .mobile-sosmed {
        display: block;
    }

    .pricing_part .testimoni-item {
        height: 100%;
    }

    .line_contact_us .border_box_white:nth-child(1) {
        border-top: 0;
        border-right: 0;
        border-bottom: 0;
        border-left: 0;
    }

    .line_contact_us .border_box_white:nth-child(2) {
        border-left: 0;
        border-right: 0;
        border-top: 1px solid #ffffff50 !important;
        border-bottom: 1px solid #ffffff50 !important;
    }

    .line_contact_us .border_box_white:nth-child(3) {
        border-top: 0;
        border-bottom: 0;
        border-left: 0;
        border-right: 0;
    }

    .line_service_box .border_box:nth-child(2) {
        border-left: 0;
    }

    .line_service_box .border_box:nth-child(4) {
        border-left: 0 !important;
    }

    .line_service_box .border_box:nth-child(6) {
        border-top: 1px solid #cec0ac;
        border-left: 0;
    }

    .line_3box .border_box:nth-child(2) {
        border-right: 0;
        border-bottom: 1px solid #cec0ac;
    }

    .line_2box .border_box:nth-child(1) {
        border-bottom: 1px solid #cec0ac;
    }

    .line_2box .border_box:nth-child(2) {
        border-left: 0;
    }

    .service_part_top {
        height: 70px;
    }

    .our_rooms .our_rooms_text i,
    .virtual_office .virtual_office_text i,
    .fgd .fgd_text i,
    .co_space .co_space_text i,
    .prvt_office .prvt_office_text i,
    .meet_room .meet_room_text i,
    .blog_part .blog_part_text i,
    .detail_blog .detail_blog_text i {
        font-size: 12px;
    }

    .fgd .fgd_text span {
        font-size: 14px;
    }

    .fgd .fgd_text span.list_service,
    .co_space .co_space_text span.list_service,
    .prvt_office .prvt_office_text span.list_service,
    .meet_room .meet_room_text span.list_service {
        font-size: 13px;
    }

    .our_service .our_service_text p.list_section_3 {
        font-size: 13px !important;
    }

    .build_package {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .home_maps {
        border: 20px solid #fff;
        width: 100%;
        height: 400px;
        box-shadow: 0px 3px 6px #00000029;
    }

    .contact_maps {
        border: 20px solid #fff;
        width: 100%;
        height: 400px;
        box-shadow: 0px 3px 6px #00000029;
    }

    .service_part_bottom {
        height: 70px;
    }

    .footer-bottom li {
        text-align: center;
        align-self: center;
    }
}

/* NEXUS 6P */
@media only screen and (min-width: 411px) and (max-width: 435px) {
    .banner_part .carousel-indicators {
        margin-left: 20px;
        top: 87% !important;
    }
}

/* IPHONE 6 7 8 */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
    .banner_part .carousel-indicators {
        top: 87%;
    }
}

/* @media screen and (max-width: 320px){
    .use_sasu .desktop{
        display: none;
    }
    .use_sasu .mobile{
        display: block;
    }

    .banner_part .carousel-indicators {
        margin-left: 4%;
        top: 77%;
    }
} */
/* .mobile-sosmed{
    position: absolute;
    bottom: 15%;
} */

/* CAROUSEL */
.swiper-container {
    margin-top: 50px !important;
    /* box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2);
    width: 800px;
    height: 450px;
    border-radius: 20px; */
    /* background-color: red; */
}

/* .swiper-slide-active {
    width: 100% !important;
} */

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.item {
    width: 80%;
    height: 50%;
    /* background: white; */
    /* box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2); */
    /* border-radius: 8px; */
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
}

.item img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.swiper-pagination-bullet {
    width: 18px !important;
    height: 18px !important;
    border-radius: 5px;
    background: #fff !important;
    transition: all 0.3s;
    margin-right: 10px;
    opacity: 1 !important;
}

.swiper-pagination-bullet-active {
    width: 18px !important;
    height: 18px !important;
    border-radius: 5px;
    background: #fd3838 !important;
    transition: all 0.3s;
    margin-right: 10px;
}

.home-slide {
    width: 100%;
    height: 95vh;
    background: linear-gradient(110deg, #f9a826 60%, #000000 60%);
    z-index: 1;
    overflow: hidden;
    position: relative;
}

.home-slide .carousel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

.home-slide h2 {
    color: #fff;
    margin-bottom: 30px;
    font-size: 48px;
    font-weight: 700;
}

.home-slide p {
    width: 80%;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    margin: 0 auto 30px auto;
    color: #fff;
}

.home-slide .btn-get-started {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 50px;
    transition: 0.5s;
    line-height: 1;
    margin: 10px;
    color: #fff;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    border: 2px solid #ffffff;
}

.home-slide .btn-get-started:hover {
    background: #ffffff;
    color: #f9a826;
    text-decoration: none;
}

.home-slide .carousel-control-prev,
.home-slide .carousel-control-next {
    width: 10%;
}

/* asd */

#carousel-example-generic {
    height: 480px;
    width: 848px;
}

.carouselTitle {
    font-size: 64px;
    font-weight: 100;
    color: white;
    text-shadow: 0 1px 2px #000;
    position: absolute;
    bottom: 60px;
    left: 80px;
}

.carousel-indicators li {
    width: 12px!important;
    height: 12px !important;
    border-radius: 50%;
    opacity: 1 !important;
}

.carousel-indicators li.active {
    background-color: #fe4c02 !important;
}

.page-item.disabled .page-link {
    color: #60524e !important;
    background-color: transparent !important;
    border-color: transparent !important;
}

.page-item.active .page-link {
    color: #fe4c02 !important;
    background-color: transparent !important;
    border-color: transparent !important;
}

.page-link {
    color: #60524e !important;
    background-color: transparent !important;
    border: 1px solid transparent !important;
}

.pagination .page-item {
    font-weight: 700;
}

ul.pagination {
    font-size: 14px !important;
}
