html,
body {
    overflow-x: hidden;
    font: 400 12px/1.6 "Poppins", sans-serif;
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: 400;
    font-stretch: normal;
    font-size: 12px;
    line-height: 1.6;
    font-family: Poppins, sans-serif;
    padding: 0 !important;
    position: relative;
}

/* 
::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #000000;
	border-radius: 10px;
}

::-webkit-scrollbar
{
	width: 10px;
	background-color: #000000;
}

::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-image: -webkit-gradient(linear,
									   left bottom,
									   left top,
									   color-stop(0.44, rgb(122,153,217)),
									   color-stop(0.72, rgb(73,125,189)),
									   color-stop(0.86, rgb(28,58,148)));
} */

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.6);
    background-color: #000000;
    border-radius: 10px;
}

::-webkit-scrollbar {
    width: 10px;
    background-color: #000000;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #747474;
    background-image: -webkit-linear-gradient(90deg,
            rgba(0, 0, 0, 1) 0%,
            rgba(0, 0, 0, 1) 25%,
            transparent 100%,
            rgba(0, 0, 0, 1) 75%,
            transparent)
}


.mdi {
    text-rendering: optimizeLegibility;
}

@media(max-width: 400px) {
    .h5-txt-seo {
        font: 800 22px/1.65 "Muli" !important;
    }

    #mobile .body-1 h3 {
        font-size: 16px !important;
        text-align: left;
        padding: 0 20px 25px;
    }

    #mobile .body-4 h2 {
        text-align: left;
        font-size: 17px;
    }

    #mobile .body-6 h2 {
        font-size: 17px !important;
    }

    #mobile .body-1 h1,
    #mobile .body-3 h1,
    #mobile .body-5 h1 {
        font-size: 20px !important;
    }

    .h5-txt-head-web {
        font: 800 26px/1 'Muli' !important;
        letter-spacing: 0.6px !important;
        text-align: center !important;
        padding: 40px 30px 0 !important;
        z-index: 9999 !important;
        position: relative !important;
        color: white !important;
    }

    .h5-txt-web {
        font: 400 18px/1.55 'Muli', sans-serif !important;
        letter-spacing: 0.2px !important;
        text-align: left !important;
        padding: 0 23px !important;
        z-index: 9999 !important;
        line-height: 30px !important;
        position: relative !important;
        color: white;
    }

    #web-1 .part-1 {
        margin: 50px 0 0 !important;
    }

    #web-2 h1 {
        font-size: 26px !important;
    }

    #web-2 .part-2 p {
        font-size: 15px !important;
    }

    #web-3 h2 {
        font-size: 24px !important;
    }

    #web-3 h1 {
        font-size: 23px !important;
    }

    #web-3 .part-1,
    #web-3 .part-2 {
        margin: 0px 0 5px !important;
    }

    #web-5 h1 {
        font-size: 24px !important;
    }

    .badge {
        font-size: 9px;
    }

    .jq {
        margin-left: -31px;
    }

    #desktop-1 .jumbotron-desktop .col-12 {
        top: 50% !important;
        left: 0;
    }

    #desktop-1 .jumbotron-desktop h1 {
        padding: 0 !important;
        font-size: 20px !important;
    }

    #network-1 .part-1 .col-12 {
        top: 50% !important;
        font-size: 22px !important;
    }
}

@media(max-width: 767px) {
    #network-2 .jumbotron-network {
        background-image: url(../img/network-art-1.png);
        background-size: contain;
        background-repeat: no-repeat;
        width: 200px !important;
        height: 200px !important;
        position: absolute;
        right: 50% !important;
        transform: translateX(50%) !important;
        bottom: 105px;
        z-index: 9999;
        /* filter: brightness(1); */
        /* background-color: white; */
        filter: brightness(0) invert(1);
    }

    #network-2 .box-img-container {
        width: 100% !important;
        background-image: url(../img/art-data.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        height: 395px !important;
        overflow: hidden;
        border-radius: 0 !important;
        /* margin-left: -269px; */
        /* margin-top: -100px; */
        z-index: 0;
        position: relative;
        margin: auto !important;
    }

    #network-5 .long-box-network-5 h2 {
        color: white;
        position: relative;
        z-index: 9;
        line-height: 1.2 !important;
        text-align: left;
        letter-spacing: 0px;
        font-size: 18px !important;
        font-weight: 500;
        font-family: 'Muli', sans-serif;
    }
    #iot .txt-body-2 h5 {
        font-size: 18px !important;
        font-family: 'Muli', sans-serif;
        font-weight: 400 !important;
    }

}

@media (min-width: 300px) {
    #web-1 button {
        position: absolute;
        left: 114px;
        bottom: -225px;
        border-radius: 21px;
        width: 100px;
        height: 33px;
    }

    #web-2 .part-2 p {
        font-size: 18px;
        text-align: left;
        word-spacing: 0px;
        padding-top: 30px;
        color: #777777;
    }
}

@media (min-width: 400px) {
    #web-1 button {
        position: absolute;
        left: 35%;
        bottom: -251px;
        border-radius: 21px;
        width: 100px;
        height: 33px;
    }
}

@media (max-width: 575px) {
    #web-4 .col-md-2 img {
        width: 100px;
        height: 100px;
    }

    #web-4 .master-chair-box p {
        text-align: left !important;
    }
}

@media (min-width: 650px) {
    .header-about {
        position: relative;
        min-height: 400px;
    }

    .header-about::after {
        content: '';
        bottom: -100px;
        position: absolute;
        width: 100%;
        background-image: url(../img/wave-bottom-rkd.svg);
        height: 275px;
        fill: black
    }

    .header-seo,
    .header-mobile,
    .header-iot {
        position: relative;
        min-height: 400px;
        margin-top: -77px;
    }

    .body-seo {
        margin: 60px 50px;
    }

    .body-seo .col-xs-12 p {
        font-size: 17px;
        font-family: 'Muli', sans-serif;
        font-weight: 600;
    }

    .dsp-1 {
        margin-bottom: 50px;
    }

    #mobile .body-4 {
        min-height: 300px;
        background-color: white;
        padding: 90px;
        padding-right: 180px;
    }

    #img-3c {
        padding: 33px 90px;
    }

    .body-6 h2 {
        text-align: center;
    }

    #img-3c h1 {
        font-size: 55px;
        font-weight: 400;
    }
}

@media (max-width: 767px) {
    #iot .body-1 {
        text-align: center;
        padding: 100px 0 0 0;
    }

    #iot .body-2 {
        margin-top: -100px;
        margin-bottom: -100px;
    }

    #iot-2 .sec-1 {
        padding: 50px 45px;
        padding-top: 55px;
    }

    #iot-2 .body-1 .col-md-5 {
        padding: 0 50px;
        padding-bottom: 40px;
    }

    #iot-2 {
        margin-bottom: 50px;
    }

    #iot .txt-body-2 .col-12 {
        padding: 0 50px;
    }

    #iot-2 .sec-1 p {
        text-align: justify;
        font-size: 16px;
        font-weight: 300;
    }

    #iot-3 .body-1 .row-1 {
        padding: 50px 30px;
    }

    #iot-4 .body-1 img {
        width: 100%;
        height: 200px;
    }

    #iot-5 .row {
        padding: 50px 20px;
    }

    #web-4 .chair-box {
        width: 100%;
        position: relative;
        min-height: 420px;
        display: flex;
    }

    #web-4 .chair-box::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 54%;
        background-image: url(../img/man-chair.jpg);
        border-radius: 0 0 50% 50%/0 0 100% 100%;
        top: 0;
        transform: scale(1.2);
        left: 0;
    }

    #web-4 .chair-box::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 54%;
        background-image: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
        border-radius: 0 0 50% 50%/0 0 100% 100%;
        top: 0;
        transform: scale(1.5);
        left: 0;
        z-index: 99;
    }

    #web-4 .master-chair-box {
        position: relative;
        width: 100%;
        min-height: 200px;
        background-image: linear-gradient(to top, #2631CB, #09B3CE);
        z-index: 999;
        bottom: 23px;
        border-radius: 50px;
        box-shadow: 1px 1px 37px 0px rgba(0, 0, 0, 0.24);
        padding: 45px;
    }

    #web-4 .master-chair-box p {
        color: white;
        font-size: 22px;
        text-align: right;
    }

    #web-4 .head-chair-box {
        position: relative;
        width: 100%;
        min-height: 400px;
    }

    #web-4 .container.f-cstm {
        position: absolute;
        width: 100%;
        transform: translateX(-50%);
        left: 50%;
        top: 180px;
        z-index: 99;
    }

    #web-4 img {
        width: 100%;
        height: 100%;
    }
}

@media (min-width: 995px) {
    .header-web {
        min-height: 100vh;
        margin-top: -77px;
    }

    .jumbotron-web {
        border-radius: 0 0 40%;
    }

    #web-1 .part-2 {
        padding-top: 30px;
    }

    #web-1 button {
        position: absolute;
        left: 40px;
        bottom: -70px;
        border-radius: 21px;
        width: 100px;
        height: 33px;
    }
}

@media (min-width: 1200px) {
    #web-4 .master-chair-box p {
        margin-bottom: 0px;
        padding: 20px;
    }
}

@media (min-width: 1280px) {
    #iot-2 .sec-1 p {
        text-align: justify;
        font-size: 16px;
        font-weight: 300;
        position: relative;
        z-index: 3;
    }
}

@media (min-width: 768px) {
    .img-3c h1 {
        float: left;
    }

    #mobile .body-6 h2 {
        text-align: center;
    }

    #iot .body-1 {
        padding: 100px;
        text-align: right;
    }

    #iot .body-1 {
        text-align: right;
        padding: 100px;
    }

    #iot .cstm-hr-short-center {
        float: right;
        margin-right: 125px;
    }

    #iot .cstm-hr-short-center {
        margin-top: 0;
    }

    #iot-2 .sec-1 {
        padding: 50px 65px;
        padding-top: 110px;
    }

    #iot .img .col-12 {
        padding-bottom: 100px;
    }

    #iot-2 .body-1 .col-md-5 {
        padding-top: 100px;
    }

    #iot-2 {
        margin-bottom: 100px;
    }

    #iot-3 .body-1 .row-1 {
        padding: 50px;
        padding-left: 100px;
    }

    #iot-4 .body-1 img {
        width: 85%;
        height: 400px;
    }

    #iot-5 .row {
        padding: 100px;
    }

    .jumbotron-web .row {
        min-height: 100vh;
    }

    #web-1 button {
        position: absolute;
        left: 40px;
        bottom: -70px;
        border-radius: 21px;
        width: 100px;
        height: 33px;
    }

    #web-2 .part-2 p {
        font-size: 18px;
        text-align: left;
        color: #777777;
    }

    #web-4 .chair-box {
        width: 100%;
        position: relative;
        min-height: 420px;
        display: flex;
    }

    #web-4 .chair-box::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 54%;
        background-image: url(../img/man-chair.jpg);
        border-radius: 0 0 110% 110%/0 0 100% 100%;
        top: 0;
        transform: scale(1.2);
        left: 0;
    }

    #web-4 .chair-box::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 54%;
        background-image: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
        border-radius: 0 0 50% 50%/0 0 100% 100%;
        top: 0;
        transform: scale(1.5);
        left: 0;
        z-index: 99;
    }

    #web-4 .master-chair-box {
        position: relative;
        width: 100%;
        min-height: 200px;
        background-image: linear-gradient(to top, #2631CB, #09B3CE);
        z-index: 100;
        bottom: 23px;
        border-radius: 50px;
        box-shadow: 1px 1px 37px 0px rgba(0, 0, 0, 0.24);
        padding: 45px;
    }

    #web-4 .master-chair-box p {
        color: white;
        font-size: 18px;
        text-align: right;
    }

    #web-4 .head-chair-box {
        position: relative;
        width: 100%;
        min-height: 400px;
    }

    #web-4 .container.f-cstm {
        position: absolute;
        width: 100%;
        transform: translateX(-50%);
        left: 50%;
        top: 180px;
        z-index: 100;
    }

    #web-4 img {
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 844px) {

    #web-3 .part-1,
    #web-3 .part-2 {
        margin: 50px 0;
    }

    #web-3 h2 {
        font-family: 'Tahoma', sans-serif;
        font-weight: 900;
        font-size: 36px;
        color: #4D4B4B;
    }

    #web-3 h1 {
        font-family: 'Tahoma', sans-serif;
        font-weight: 900;
        font-size: 26px;
        color: #4D4B4B;
    }

    #web-3 .part-2 img {
        width: 150px;
        height: 150px;
    }

    #web-3 .col-md-4.x {
        margin-top: 50px;
    }

    #web-3 .col-md-4 {
        margin: 50px 0;
    }
}

@media (min-width: 845px) {

    #web-3 .part-1,
    #web-3 .part-2 {
        margin: 50px 0;
    }

    #web-3 h2 {
        /* font-family: 'Tahoma', sans-serif;
        font-weight: 900;
        font-size: 36px;
        color: #4D4B4B; */
        font-family: 'Muli', sans-serif;
        font-weight: 900;
        font-size: 36px;
        color: #4D4B4B;
    }

    #web-3 h1 {
        font-family: 'Tahoma', sans-serif;
        font-weight: 900;
        font-size: 23px;
        color: #4D4B4B;
    }

    #web-3 .part-2 img {
        width: 150px;
        height: 150px;
    }

    #web-3 .col-md-4.x {
        margin: 50px 0;
    }
}

@media (max-width: 991px) {
    #web-4 .master-chair-box p {
        font-size: 15px;
    }
}

@media (min-width: 1440px) {
    #iot-2 .sec-1 p {
        text-align: justify;
        font-size: 25px;
        font-weight: 300;
    }
}

.container-fluid {
    padding: 0;
}

.jumbotron-about-us {
    text-align: center;
    color: white;
    min-height: 400px;
    background-image: url(../img/about.png);
    background-size: cover;
    align-items: center;
}

.jumbotron-seo {
    text-align: center;
    color: white;
    min-height: 500px;
    background-image: url(../img/seo-header-img.jpg);
    background-attachment: fixed;
    background-size: cover;
    align-items: center;
    z-index: 3;
}

.jumbotron-seo::after {
    content: '';
    display: block;
    position: absolute;
    height: 90%;
    width: 100%;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    bottom: 0;
    z-index: 1;
}

.jumbotron-mobile {
    text-align: center;
    color: white;
    min-height: 500px;
    background-image: url(../img/mobile-splash.jpg);
    background-attachment: fixed;
    background-size: cover;
    align-items: center;
    z-index: 3;
}

.jumbotron-mobile::after {
    content: '';
    display: block;
    position: absolute;
    height: 90%;
    width: 100%;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    bottom: 0;
    z-index: 1;
}

.jumbotron-iot {
    text-align: center;
    color: white;
    min-height: 500px;
    background-image: url(../img/iot.jpg);
    background-attachment: fixed;
    background-size: cover;
    align-items: center;
    z-index: 3;
}

.jumbotron-iot::after {
    content: '';
    display: block;
    position: absolute;
    height: 90%;
    width: 100%;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    bottom: 0;
    z-index: 1;
}

.jumbotron-web {
    text-align: left;
    color: white;
    min-height: 700px;
    background-image: linear-gradient(#0DA4BC, #4C42D4);
    background-attachment: fixed;
    background-size: cover;
    align-items: center;
    z-index: 3;
}

/* .img-jumbotron{
    width: 100%;
    background-image: url('img/about.png');
} */

.vertical-align {
    position: relative;
    top: 50%;
    /* transform: translateY(-50%); */
    z-index: 4
}

.web-center {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
}

.jumbotron-txt-box {
    position: relative;
    float: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.jumbotron-txt {
    position: relative;
    float: left;
    width: 520px;
    font: 300 16px/1.65 "Poppins";
    letter-spacing: 0.6px;
    text-align: left;
}

.h5-txt {
    font: 300 17px/1.65 "Poppins";
    letter-spacing: 0.6px;
    text-align: justify;
    padding: 0 30px;
    z-index: 9999;
    position: relative;
    color: white;
}

.body-about-us {
    min-height: 400px;
    background-color: black;
    color: white;
}

.head-txt {
    font: 600 26px/1 "Poppins";
    letter-spacing: 1px;
    padding-bottom: 25px;
}

.head-txt.happy-clients {
    font: 600 20px/1 "Poppins";
    letter-spacing: 1px;
    padding-bottom: 25px;
}

.content-txt {
    font: 400 14px/1.6 "Poppins";
    letter-spacing: 0.6px;
    padding-top: 25px;
    float: left;
}

.content-txt-3 {
    font: 300 14px/1.4 "Poppins";
    letter-spacing: 0.8px;
    text-align: left;
    float: left;
    padding-top: 15px;
}

.content-txt-2 {
    font: 900 14px/1.4 "Poppins";
    letter-spacing: 0.8px;
    text-align: left;
    float: left;
    padding-top: 25px;
}

.happy-clients img {
    position: relative;
    float: left;
    margin-bottom: 10px;
    width: 160px;
    padding: 14px;
    height: 80px;
    object-fit: scale-down;
    object-position: 50% 50%;
    filter: brightness(0) invert(1);
    /* filter: grayscale(100%); */
    opacity: 0.6;
    transition: all 0.15s ease-in-out;
}

.happy-clients img:hover {
    filter: grayscale(0%);
    opacity: 1;
    border: 0;
}

button {
    background-color: transparent;
    border: 0;
}

button:focus {
    outline: none;
    border: none;
}

.txt-header {
    height: 300px;
}

.header-about {
    position: relative;
    min-height: 400px;
}

/* #nav.about {
    background-color: #B81D44;
} */

.header-about::after {
    content: '';
    bottom: -100px;
    position: absolute;
    width: 100%;
    height: 275px;
    /* background-image: url('img/wave-bottom-rkd-mobile.svg'); */
    fill: black
}

.header-seo,
.header-mobile,
.header-iot {
    position: relative;
    min-height: 400px;
    z-index: -1;
}

.header-iot::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100px;
    bottom: -61px;
    background-color: #ffffff;
    transform: skew(0deg, -3deg);
    z-index: 2;
}

.seo-container {
    min-height: 500px;
    width: 100%;
    position: relative;
}

.body-seo {
    padding: 50px;
}

.body-seo hr {
    width: 20%;
    text-align: left;
}

.cstm-hr-long-left {
    width: 250px;
    border-top: 3spx solid black;
    margin: 10px 0;
}

.cstm-hr-short-center {
    width: 50px;
    border-top: 3px solid black;
    margin-top: 20px;
}

.cstm-hr-long-center {
    width: 200px;
    border-top: 3px solid;
    border-color: #707070;
    padding-top: 20px;
    margin-top: 20px;
}

.cstm-hr-medium-center {
    width: 100px;
    border-top: 5px solid;
    border-color: #343A40;
    padding-top: 20px;
    margin-top: 20px;
}

.body-seo .text-desc {
    font: 500 18px/1.4 "Muli";
    margin-bottom: 100px;
}

.ico-img img {
    width: 50px;
    height: 50px;
}

.txt-ico h4 {
    padding: 10px 0 20px 0;
    font: 500 22px/1.4 "Muli";
}

.txt-ico-desc p {
    font: 400 15px/1.4 "Muli";
    padding: 20px 0;
}

.h5-txt-seo {
    font: 800 27px/1.65 "Muli";
    letter-spacing: 0.6px;
    text-align: center;
    padding: 0 30px;
    z-index: 9999;
    position: relative;
    color: white;
}

.h5-txt-web {
    font: 400 22px/1.65 'Muli', sans-serif;
    letter-spacing: 0.2px;
    text-align: left;
    padding: 0 30px;
    z-index: 9999;
    line-height: 30px;
    position: relative;
    color: white;
}

.h5-txt-head-web {
    font: 800 45px/1.65 'Muli';
    letter-spacing: 0.6px;
    text-align: left;
    padding: 0 30px;
    z-index: 9999;
    position: relative;
    color: white;
}

@media (max-width: 665px) {
    .vertical-align {
        position: relative;
        top: calc(50% + 1px);
        transform: translateY(-50%);
        z-index: 4;
    }
}

.f-header .jumbotron-about-us .vertical-align {
    transform: translateY(-50%);
}

#mobile .body-1 h1,
#mobile .body-3 h1,
#mobile .body-5 h1 {
    font-family: 'Muli', sans-serif;
    font-size: 28px;
    font-weight: 700;
}

#mobile .body-5 h5 {
    font-family: 'Muli', sans-serif;
    font-size: 27px;
    font-weight: 700;
}

#mobile .body-1 h3 {
    font-size: 18px;
    font-family: 'Muli', sans-serif;
    font-weight: 600;
}

#mobile .body-1 {
    min-height: 300px;
    background-color: #eeeeee;
    padding: 20px;
    padding-top: 70px;
}

#mobile .body-2 {
    min-height: 300px;
    background-color: white;
    padding: 20px;
    padding-top: 70px;
}

#mobile .body-2 img {
    height: 250px;
    width: 300px;
}

#mobile .body-3 {
    min-height: 450px;
    background-image: url(../img/interlaced.png);
    padding: 50px;
    background-attachment: fixed;
    padding-top: 100px;
}

#mobile .body-3 h3 {
    margin: 30px;
    font-weight: 600;
    font-size: 1.9em;
    margin: 30px;
}

#mobile .body-3 img {
    height: 150px;
    width: 150px;
}

#mobile .body-4 {
    min-height: 200px;
    background-image: url(../img/artboard-23.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: 0px 12px;
    padding: 70px 20px;
    position: relative;
}

#mobile .body-4::before {
    content: '';
    width: 267%;
    height: 100%;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
    bottom: 0;
    position: absolute;
    left: 0;
}

#mobile .body-4 .text {
    text-align: right !important;
}

#mobile .body-4 h2 {
    font-size: 20px;
    font-family: 'Muli', sans-serif;
    color: white;
}

#mobile .body-5 {
    min-height: 450px;
    position: relative;
    background-size: 1000px;
    background-repeat: no-repeat;
    padding: 50px;
    padding-top: 100px;
}

#mobile .body-5 img {
    height: 149px;
    width: 150px;
}

#mobile .body-6 {
    min-height: 300px;
    padding: 40px;
    padding-top: 40px;
}

#mobile .body-6 h2 {
    font-size: 21px;
    font-family: 'Muli', sans-serif;
    font-weight: 400;
}

#mobile .body-6 button {
    font-family: 'Muli', sans-serif;
}

#img-3c {
    padding: 20px;
}

#img-3c h1 {
    display: block;
    position: relative;
    transform: translateY(-50%);
    top: 50%;
}

.vertical-hr {
    height: 100%;
    width: 20px;
    background-color: white;
    text-align: right;
    float: right;
}

.cstm-font-style-1 {
    font-size: 42px;
    font-weight: 800;
    color: #2381C4;
    font-family: 'Tahoma';
}

#iot .body-1 {
    min-height: 400px;
    display: block;
}

#iot .body-1 h1 {
    font-weight: 800;
}

#iot .txt-body-2 h5 {
    font-size: 18px;
    font-family: 'Muli', sans-serif;
    font-weight: 500;
}

#iot .img-banner {
    width: 100%;
    height: 400px;
    background-image: url(../img/iot-banner.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

#iot-2 .body-1 {
    min-height: 300px;
    background-color: #eeeeee;
}

#iot-2 .sec-1 h1 {
    text-align: center;
    font-size: 40px;
    font-weight: 800;
}

#iot-2 .sec-1 img {
    width: 100%;
    height: 91%;
    position: relative;
    z-index: 100;
}

#iot-3 .body-1 p.header-txt-p {
    font-size: 1.6em;
    font-family: 'Muli', sans-serif;
    font-weight: 400;
}

#iot-3 .body-1 li p {
    font-size: 1.3em;
}

#iot-3 .body-1 p {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Muli', sans-serif;
}

#iot-3 h1 {
    font-weight: 600;
    font-size: 3em;
}

#iot-5 {
    width: 100%;
    background-color: #eeeeee;
}

#iot-5 h3 {
    font-family: 'Muli', sans-serif;
    font-weight: 400;
    font-size: 18px;

}

#iot-2 {
    position: relative;
}

#iot-2::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 200px;
    background-color: #eeeeee;
    bottom: -80px;
    transform: skew(0deg, 7deg);
    z-index: 2;
}

#iot-2 .sec-1 p {
    position: relative;
    z-index: 100;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Muli', sans-serif;
}

#iot-4 {
    position: relative;
    margin-top: 130px;
}



#iot-4::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 200px;
    background-color: #eeeeee;
    top: -119px;
    transform: skew(0deg, -6deg);
}

#iot-4 .col-12 {
    position: relative;
    z-index: 99;
    background-color: white;
}

.f-cstm-btn-1 {
    background-image: linear-gradient(to bottom, #39CCB3, #089D97);
    border: 0;
    outline: 0;
    color: white;
}

.f-cstm-btn-1:hover {
    background-image: linear-gradient(to top, #39CCB3, #089D97);
    border: 0;
    outline: 0;
    color: white;
}

#web-1 img {
    width: 100%;
}

#web-1 .part-1 {
    margin: 50px 0;
}

#web-2 .body-web {
    margin: 50px 0;
}

#web-2 h1 {
    font-family: 'Muli', sans-serif;
    font-weight: 900;
    font-size: 36px;
    color: #4D4B4B;
    margin-top: 20px;
}

#web-2 .part-2 img {
    width: 80%;
    margin-left: -20px;
}

#web-2 .mini-b-web-2 {
    margin: 50px 0;
    background-color: #3D3F42;
    width: 100%;
    min-height: 300px;
    padding: 50px 0;
}

.mini-b-web-2 .part-1 {
    padding: 20px;
    height: 100%;
}

.mini-b-web-2 h3 {
    color: #46484B;
    font-size: 50px;
    font-weight: 400px;
}

.mini-b-web-2 h2 {
    color: white;
    font-size: 29px;
}

.mini-b-web-2 p {
    color: #B6B7B8;
    font-size: 13px;
}

.mini-b-web-1 {
    margin: 85px 0;
}

#web-3 .container-fluid {
    margin: 85px 0;
}

#web-5 .box-child {
    width: 100%;
    height: 500px;
    background-color: #eeeeee;
    ;
    border-radius: 20px;
    -webkit-box-shadow: 4px 2px 27px -14px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 4px 2px 27px -14px rgba(0, 0, 0, 0.75);
    box-shadow: 4px 2px 27px -14px rgba(0, 0, 0, 0.75);
    padding: 50px;
}

#web-5 .box-child h1 {
    text-align: left;
    margin-bottom: 30px;
    font-size: 28px;
    font-weight: 600;
}

#web-5 .box-child p {
    font-size: 16px;
    font-weight: 400;
}

#web-5 .logo {
    width: 100px;
    height: 100px;
    background-color: salmon;
}

#web-4,
#web-5,
#web-6 {
    background-color: #f9f8f8;
}

#web-5 h1 {
    margin: 50px;
    font-family: 'Tahoma', sans-serif;
    font-weight: 900;
    font-size: 36px;
    color: #4D4B4B;
}

#web-5 h1 {
    font-family: 'Muli', sans-serif;
    font-weight: 900;
    font-size: 36px;
    color: #4D4B4B;
}

#web-5 .container {
    padding: 50px;
    padding-left: 30px;
}

.badge {
    padding: 8px 19px 6px;
    font-weight: 700 !important;
    color: #5a8ae4;
    background: rgba(81, 40, 193, .1);
    text-transform: uppercase;
    letter-spacing: .075em;
    padding: 8px 20px;
    border-radius: 40px;
    margin: 20px 0;
    font-family: 'Open Sans', sans-serif;
}

#web-5 .box-cstm {
    width: 100%;
    min-height: 317px;
    background: #fff;
    box-shadow: -1px 9px 18px 0 rgba(75, 81, 91, .1);
    border-radius: 7px;
    text-align: center;
    padding: 25px;
    margin: 10px;
}

.box-modern-media {
    position: relative;
    padding: 20px 0;
    font-size: 60px;
    line-height: 1;
    min-height: 1.3em;
    width: 1.9em;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
}

@media (max-width: 991px) {
    .box-modern-media {
        left: -16%;
    }
}

@media (max-width: 768px) {
    .box-modern-media {
        left: -7%;
    }
}

@media (max-width: 575px) {
    .box-modern-media {
        left: 0;
    }

    #web-5 .container {
        padding-top: 100px;
    }

    #web-5 h1 {
        margin-left: 0;
        margin-right: 0;
    }
}

.box-modern-icon {
    position: relative;
    z-index: 2;
    font-size: inherit;
    color: #0036ff;
    opacity: .7;
}

.mdi {
    display: inline-block;
    font: normal normal normal 24px/1 "Material Design Icons";
    font-size: inherit;
    /* text-rendering: auto; */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

.box-modern-title {
    font-family: Muli, sans-serif;
    font-size: 24px;
    line-height: 1.3;
    letter-spacing: 0;
    color: #262f3c;
}

.box-modern-text {
    color: #8491a5;
    font-size: 16px;
    font-weight: 400;
    font-family: 'open sans', sans-serif;
}

/* NETWORK SECTION */

#network-1 .jumbotron-network {
    background-image: url(../img/network-jumbotron.jpg);
    min-height: 500px;
    margin-top: -77px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    z-index: 99;
    background-attachment: fixed;
}

#network-1 .jumbotron-network::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 130%;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}

#network-1 .jumbotron-network .part-1 h1 {
    display: inline-block;
    left: 20px;
    position: relative;
}

/* #network-1 .part-1 {
    height: 100%;
} */

#network-1 .part-1 .col-12 {
    position: absolute;
    content: '';
    top: 60%;
    transform: translateY(-40%);
    color: white;
    z-index: 5;
}

@media (min-width: 992px) {

    /* #network-1 .jumbotron-network::before {
        content: '';
        position: absolute;
        bottom: -163px;
        left: -26px;
        width: 250px;
        height: 336px;
        background-image: url(img/network-art-1.png);
        z-index: 4;
        filter: brightness(0) invert(1);
        background-size: contain;
        background-repeat: no-repeat;
        overflow: hidden;
    } */
    #network-1 .part-1 .col-12 {
        position: absolute;
        content: '';
        top: 60%;
        /* transform: translateY(-50%); */
        color: white;
        z-index: 5;
    }
}

#network-1 .mouse {
    width: 150px;
    height: 150px;
    background-image: url(../img/mouse.png);
    background-repeat: no-repeat;
    text-align: center;
    justify-content: center;
}

#network-1 .part-2 img {
    position: absolute;
    z-index: 12;
    top: 450px;
    width: 20px;
    /* bottom: 0; */
    left: 50%;
    /* right: 5px; */
    transform: translateX(-50%);
}

#network-2 .network-box {
    min-height: 400px;
    background-color: #ffffff;
    width: 100%;
}

#network-2 .box-img-container {
    width: 915px;
    background-image: url(../img/art-data.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 665px;
    overflow: hidden;
    border-radius: 316px;
    margin-left: -269px;
    margin-top: -100px;
    z-index: 0;
    position: relative;
}

#network-2 .box-img-container::after {
    content: '';
    width: 100%;
    position: absolute;
    height: 100%;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}

#network-2 .jumbotron-network {
    background-image: url(../img/network-art-1.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 345px;
    height: 350px;
    position: absolute;
    right: 206px;
    bottom: 105px;
    z-index: 9999;
    /* filter: brightness(1); */
    /* background-color: white; */
    filter: brightness(0) invert(1);
}

#network-2 .row.part-2 {
    padding: 100px 10px;
    margin: 50px 0;
}

#network-2 .part-2 h1 {
    font-family: 'Muli', sans-serif;
    font-weight: 600;
    font-size: 1.8em;
}

@media (max-width: 1264px) {
    #network-2 .box-img-container {
        width: 150%;
        background-image: url(../img/art-data.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        height: 665px;
        overflow: hidden;
        border-radius: 316px;
        margin-left: -269px;
        margin-top: -100px;
        z-index: 0;
        position: relative;
    }
}

#network-3 {
    /* min-height: 500px; */
    background-image: url(../img/networ-art-2.jpg);
    margin-top: -30px;
    position: relative;
    z-index: 100;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

#network-3 .container.part-1 {
    padding: 100px 0 110px 0;
}

#network-3 .part-1 h1 {
    font-family: 'Muli', sans-serif;
    font-size: 28px;
    color: #dedede;
    z-index: 9999;
    position: relative;
}

#network-3 .badge,
#network-5 .badge {
    position: relative;
    z-index: 9;
    background: ghostwhite;
}

#network-3::after {
    content: '';
    width: 100%;
    position: absolute;
    height: 90%;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    bottom: 0;
}

#network-4 {
    width: 100%;
    min-height: 400px;
    background-color: #eeeeee;
}

#network-4 .container {
    padding: 100px 25px;
}

.box-cstm-network {
    /* width: 100%; */
    min-height: 255px;
    background: #fff;
    box-shadow: -1px 9px 18px 0 rgba(75, 81, 91, .1);
    border-radius: 7px;
    text-align: center;
    padding: 25px;
    margin: 10px;
}

#network-4 .mdi {
    font-size: 60px;
    margin-bottom: 20px;
    color: #2440a9;
}

#network-4 p {
    font-family: 'Muli', sans-serif;
    font-size: 17px;
    font-weight: 600;
}

#network-5 .long-box-network-5 {
    width: 100%;
    min-height: 300px;
    background-image: url(../img/network-sat.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

#network-5 .long-box-network-5::after {
    content: '';
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    position: absolute;
    bottom: 0;
}

#network-5 .long-box-network-5 h2 {
    color: white;
    position: relative;
    z-index: 9;
    line-height: 33px;
    text-align: left;
    letter-spacing: 0px;
    font-size: 1.8em;
    font-weight: 500;
    font-family: 'Muli', sans-serif;
}

#network-5 .part-1 {
    padding: 70px 25px;
    padding-top: 20px;
}

#network-5 .mdi {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -20px;
    font-size: 180px;
    color: white;
    position: relative;
    z-index: 99;
}

#desktop-1 .jumbotron-desktop {
    min-height: 500px;
    margin-top: -77px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    z-index: 99;
    background-attachment: fixed;
    /* background-color: #2440a9; */
}

.bg-desktop {
    background-image: url(../img/art-bg-12.jpg);
    min-height: 1195px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

/* #desktop-1 .jumbotron-desktop::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
} */

#desktop-1 .jumbotron-desktop .col-12 {
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    color: white;
    z-index: 9999
}

#desktop-1 .jumbotron-desktop h1 {
    position: relative;
    z-index: 999;
    display: inline-block;
    padding: 0 200px;
}

#desktop-2 .part-1 {
    min-height: 200px;
    /* background-color: #089D97; */
    background-color: #eeeeee;
    width: 100%;
    margin: 0;
    position: relative;
    z-index: 100;
}

#desktop-2 .col-md-8,
#desktop-2 .col-md-4 {
    padding: 50px 50px 50px 0;
    color: rgb(38, 47, 60);
}

#desktop-2 {
    -webkit-box-shadow: 1px 2px 13px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 2px 13px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 1px 2px 13px 0px rgba(0, 0, 0, 0.75);
}

#desktop-2 .mdi {
    font-size: 120px;
}

#desktop-2 img {
    width: 250px;
    height: 250px;
}

#desktop-2 h2 {
    margin: 0;
    position: relative;
    line-height: 1.6;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    font-weight: 400;
}

@media (min-width: 1200px) {
    .bg-desktop::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 60%;
        bottom: 850px;
        background-image: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    }

    #desktop-3 .col-md-4 {
        border-right: 1px solid white;
    }
}

@media (max-width: 600px) {
    .bg-desktop::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        bottom: 70%;
        background-image: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    }

    #desktop-2 .col-md-8,
    #desktop-2 .col-md-4 {
        padding: 50px;
        color: rgb(38, 47, 60);
        padding-top: 0;
    }

    #desktop-3 .container {
        padding-right: 30px;
        padding-left: 30px;
    }

    #desktop-3 .col-md-4 {
        border: none;
    }

    #desktop-3,
    #desktop-4 {
        padding: 0 30px;
    }

    #desktop-5 p {
        padding-right: 30px;
    }

    #desktop-2 .part-1 {
        padding-top: 30px;
    }
}

.bg-desktop::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 60%;
    bottom: 0;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}

#desktop-3 {
    min-height: 400px;
    /* background-color: salmon; */
}

#desktop-3 h1 {
    font-size: 37px;
    font-weight: 800;
}

#desktop-3 .container {
    padding: 100px 0 80px;
}

#desktop-3 .part-1 {
    padding: 50px 0;
}

#desktop-3 p {
    text-align: left !important;
    font-size: 14px;
}

#desktop-3 .mdi {
    font-size: 60px;
    margin-bottom: 20px;
}

#desktop-3 .part-1 hr {
    background-color: white;
}

#desktop-3 hr {
    width: 4em;
}

#desktop-3 img {
    width: 120px;
    height: 120px;
    margin-bottom: 20px;
}

#desktop-3 h2 {
    font-weight: 600;
}

#desktop-4 {
    width: 100%;
    /* height: 600px; */
    background-image: url(../img/interlaced.png);
    background-attachment: fixed;
}

#desktop-4 .col-md-12 {
    width: 100%;
    background-color: salmon;
}

.block-image-stage {
    width: 170px;
    height: 170px;
    background: #fff;
    border-radius: 50%;
    box-shadow: -1px 3px 6px #838181;
    padding: 40px;
    position: relative;
    cursor: pointer;
    transition: all .45s;
}

.size-block-image {
    width: 150px;
    height: 150px;
}

.size-block-image svg {
    max-width: 70px;
    height: 74px;
}

.block-circle {
    width: 150px;
    height: 150px;
    background-color: #fff;
    display: inline-block;
    border-radius: 75px;
    box-shadow: -1px 3px 6px #838181 !important;
    cursor: pointer;
    transition: all .45s;
}

.block-circle svg {
    width: 50%;
    height: 50%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    left: 1%;
}

@media (max-width: 767px) {
    .block-circle {
        margin-bottom: 25px;
    }
}

#desktop-4 .container {
    padding: 100px 0;
}

#desktop-4 p {
    font-size: 15px;
    font-family: "Muli", sans-serif;
    margin-bottom: 30px;
    font-weight: 600;
}

#desktop-4 h1,
#desktop-5 h1 {
    margin-bottom: 30px;
    font-size: 28px;
    font-weight: 800;
    font-family: "Muli", sans-serif;
}

#desktop-4 h5 {
    font-weight: 800;
    font-size: 31px;
}

#desktop-5 .container-fluid {
    width: 100%;
    background-color: #eeeeee;
    color: white;
}

#desktop-5 .container {
    padding: 100px 0;
}

#desktop-5 p {
    text-align: left;
    font-size: 17px;
    display: inline-block;
    font-family: "Muli", sans-serif;
    border-left: 17px solid white;
    padding-left: 30px;
}

@media (max-width: 600px) {
    #desktop-5 p {
        border-left: none;
    }
}

#desktop-5 .outer {
    position: relative;
    z-index: 9;
}

#desktop-5 .outer::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #004067;
    bottom: 0%;
    transform: skewY(3deg);
    z-index: -1;
}

#desktop-5 .outer::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #006495;
    bottom: 0%;
    transform: skewY(-3deg);
    z-index: -1;
}

@media (max-width: 764px) {
    .col-cstm {
        DISPLAY: INLINE-BLOCK;
        WIDTH: 50%;
    }
}

#portfolio.jumbotron {
    min-height: 100vh;
    background-color: #343A40;
    position: relative;
    z-index: 10;
}

#portfolio.jumbotron::after {
    content: '';
    width: 100%;
    background-image: url(../img/Polygon2.svg);
    bottom: 0;
    left: 0;
}

#portfolio.jumbotron .part-1 {
    padding: 50px;
}

#portfolio.jumbotron .part-2 img {
    width: 80px;
    height: 75px;
}

#portfolio.jumbotron .part-2 .block {
    cursor: pointer;
}

#portfolio.jumbotron .part-2 .col-md-3 {
    padding: 25px;
}

#portfolio.jumbotron h1 {
    color: white;
    padding: 100px 0 50px;
    font-weight: 700;
    font-size: 30px;
    font-family: 'Muli', sans-serif;
    letter-spacing: 2px;
}

#portfolio.jumbotron h2 {
    color: white;
    padding: 30px;
    font-family: 'Muli', sans-serif;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 25px;
}

#portfolio-2 {
    margin-top: 50px;
}

#portfolio-2 img {
    display: inline-block;
}

#portfolio-2 h1 {
    padding: 35px 0;
    font-family: 'Muli', sans-serif;
    font-weight: 800;
    font-size: 30px;
}

#portfolio-2 p {
    font-family: 'Muli', sans-serif;
    font-weight: 600;
    font-size: 16px;
}

#portfolio-2 .col-10 img,
#portfolio-6 .col-10 img {
    width: 100px;
    float: right;
    /* height: 50px; */
    bottom: 10px;
    position: relative;
}

#portfolio-2 .part-2 {
    margin: 75px 0;
    position: relative;
    min-height: 250px;
}

#portfolio-3 {
    min-height: 400px;
    background-color: #eeeeee;
    margin: 50px 0;
    padding: 50px;
}

#portfolio-4 {
    margin: 50px 0;
}

@media (min-width: 768px) {
    #portfolio-4 .col-6 {
        padding: 0 50px;
    }
}

#portfolio-4 .col-6.part-1 {
    text-align: right;
}

.kotak {
    width: 200px;
    height: 200px;
    box-shadow: 5px 7px 20px -6px rgba(0, 0, 0, 0.75);
    display: inline-block;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    transition: all 0.6s;
}

.kotak:hover {
    width: 210px;
    height: 210px;
    box-shadow: 5px 7px 20px 2px rgba(0, 0, 0, 0.75);
}

#portfolio-4 img {
    width: 80%;
    top: 50%;
    position: relative;
    transform: translateY(-50%);
}

#portfolio-5 {
    min-height: 400px;
    background-color: #eeeeee;
    margin: 80px 0;
    padding: 50px 0 0;
}

.f-row {
    display: inline-block;
    min-height: 200px;
    position: relative;
}

#portfolio-3 img {
    width: 100%;
    transition: all 0.10s;
}

#portfolio-3 img:hover {
    bottom: 20px;
}

#portfolio-3 .part-2 {
    min-height: 200px;
}

#portfolio-3 .col-md-3,
#portfolio-3 .col-md-2 {
    position: relative;
}

#portfolio-2 .row.part-2::before {
    content: '';
    width: 300%;
    left: -100%;
    border: 1px solid black;
    position: absolute;
    top: 50%;
}

#portfolio-7 {
    min-height: 400px;
    background-color: #eeeeee;
    padding: 50px 0;
}

#portfolio-7 .part-col-1 {
    text-align: center;
}

#portfolio-7 .col-md-6 {
    position: relative;
}

#portfolio-7 img {
    margin: 0 auto;
    padding: 25px 0;
}

#portfolio-2 .part-2 img:hover {
    width: 250px;
    transition: all 0.4s;
}

#portfolio-8 .part-col-2 {
    text-align: center;
    vertical-align: middle;
}

#portfolio-7 p {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'Muli', sans-serif;
    font-size: 17px;
    padding-left: 25px;
    padding-right: 30px;
}

#asian-paragames {
    min-height: 400px;
}

#asian-paragames .container {
    padding: 0 100px;
    margin-top: 100px;
}

#asian-paragames .f-heading h1 {
    position: relative;
    top: 58%;
    transform: translateY(-50%);
    font-family: 'Muli', sans-serif;
    font-weight: 800;
    font-size: 30px;
}

#asian-paragames .f-heading .col-md-10 {
    position: relative;
}

#asian-paragames .f-heading .col-md-10::after {
    content: '';
    position: absolute;
    background-image: url(../img/lines-asian.svg);
    right: 0;
    bottom: 0;
    width: 100px;
    height: 7px;
    background-repeat: no-repeat;
}

#asian-paragames .part-3 {
    margin: 50px 0;
}

#asian-paragames .part-3 h5 {
    font-family: 'Muli', sans-serif;
    font-size: 17px;
    font-weight: 600;
}

#asian-paragames .part-5 {
    margin: 100px 0;
}

#asian-paragames .part-5 h2 {
    font-family: 'Muli', sans-serif;
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 25px;
}

#asian-paragames .part-5 p {
    font-family: 'Muli', sans-serif;
    font-size: 17px;
    font-weight: 600;
}

#nav.portfolio {
    background-color: black;
}

#f-portfolio {
    margin-top: 77px;
}

/* .balok {
    position: relative;
    top: 50%;
    transform: translateY(50%);
}

.block {
    border: 5px solid white;
    border-radius: 10px;
    min-height: 250px;
} */

/* .content-box {
    display: inline-block;
    padding-right: 92px;
    border-right: 1px solid;
    width: 80%;
} */

/* Template Ku */

/* #network-2 .network-box {
    min-height: 400px;
    background-color: #ffffff;
    width: 100%;
}

#network-2 .box-img-container {
    width: 1052px;
    background-image: url(img/art-data.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 1000px;
    overflow: hidden;
    border-radius: 613px;
    margin-left: -349px;
    margin-top: -519px;
    z-index: 99;
    position: relative;
}

#network-2 .box-img-container::after {
    content: '';
    width: 100%;
    position: absolute;
    height: 100%;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
} */