@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap');

body {
    color: #272833;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

a:hover{
    text-decoration: none;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    float: left;
}

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

.btn {
    border-radius: 24px;
    padding: 14px 32px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 0.5px;
    text-align: center;
    color: #fafafa;
    /*white-space: normal;*/
    /*height: 48px;*/
    transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -webkit-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
}
.btn:hover{
    color:#fafafa;
    opacity: 0.8;
}

.button-primary {
    background-color: #f37251;
    color: #fafafa;
    box-shadow: 0 24px 48px 0 rgba(243, 114, 81, 0.16);
    background-image: linear-gradient(to right, #f37251, #ff3444);
    border: none;
}

.button-secondary {
    background-color: #6f7174;
    color: #fafafa;
}
.button-secondary-outline {
    background-color: transparent;
    border: solid 2px #6f7174;
    color: #6f7174;
}
.button-secondary-outline:hover{
    color: #6f7174;
}

.button-sosmed {
    border: solid 1px #e2e2e2;
    background-color: #fff;
    border-radius: 4px;
    padding: 4px;
    text-align: center;
}
.button-sosmed img{
    width: 24px;
}

a.link {
    line-height: 1.11;
    letter-spacing: 0.5px;
    font-size: 18px;
    font-weight: 500;
    color: #272833;
}
a.link:hover{
    text-decoration: underline;
}

a.link > i{
    margin-left: 8px;
}

.link-primary{
    color: #f37251 !important;
}

.mobile-inline, .mobile-block {
    display: none;
}

.caption-big {
    font-size: 48px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: -0.2px;
    margin-bottom: 32px;
}

.caption-normal {
    font-size: 38px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.26;
    letter-spacing: -0.1px;
    margin-bottom: 32px;
}

.caption-small {
    font-size: 26px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.26;
    letter-spacing: -0.1px;
    margin-bottom: 20px;
}

.caption-smaller {
    font-size: 22px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.27;
    letter-spacing: normal;
}

.caption-verysmall {
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.26;
    letter-spacing: -0.1px;
}

.text-description {
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0.3px;
    font-size: 18px;
    color: #3b3c4e;
}

.text-description-big {
    font-size: 22px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.27;
    color: #3b3c4e;
}

.text-description-small{
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.25px;
    color: #3b3c4e;
}

.text-description-smaller{
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.25px;
    font-weight: 300;
    color: #3b3c4e;
}

.fixed-info {
    display: none;
    position: fixed;
    z-index: 99;
    padding: 20px;
    box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.24);
    background-color: #ffffff;
}
.fixed-info > * {
    vertical-align: middle;
}


.mainpage .content .content-img {
    position: relative;
}

.mainpage .content-no-padding {
    padding-left: 0px;
    padding-right: 0px;
}

.mainpage .content .content-padding {
    padding-left: 200px;
    padding-right: 200px;
}

.mainpage .content .content-img{
    overflow: hidden;
    position: relative;
    margin-bottom: 8px;
}
.mainpage .content .content-img>.area-img {
    margin-top: -20px;
    bottom: -20px;
    padding-bottom: 20px;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    position: relative;
    text-align: left;
}
.mainpage .content .content-img>.area-img .list-item{
    display: inline-flex;
    flex-direction: column;
    width: 244px;
    height: 244px;
    margin-bottom: 0px;
    padding-top: 10px;
    margin-right: 12px;
    margin-left: 12px;
}
.mainpage .content .content-img>.area-img .list-item:first-child{
    margin-left: 24px;
}
.mainpage .content .content-img>.area-img .list-item:last-child{
    margin-right: 24px;
}
.mainpage .content .content-img>.area-img .list-item img{
    height: 244px;
    width: 244px;
}

.choose-service .information-img{
    filter: grayscale(100%);
    transition: all .2s ease-out;
}
.choose-service .information-img:hover{
    filter: unset;
}
.mainpage .information .information-img img {
    padding-bottom: 30px;
}

.mainpage .project .project-list {
    overflow: hidden;
    position: relative;
    margin-top: -40px;
    margin-bottom: -60px;
}

.mainpage .project .project-list>.area-project {
    padding:40px 0 60px 0 ;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    position: relative;
    text-align: left;
    vertical-align: top;
}

.mainpage .project .project-list>.area-project .box-project{
    position: relative;
    display: inline-flex;
    flex-direction: column;
    margin-bottom: 0px;
    margin-right: 12px;
    margin-left: 12px;
    width: 280px;
    height: 518px;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 10px 40px -5px rgba(0, 0, 0, 0.24);
    border: solid 1px #f1f1f1;
    background-color: #ffffff;
}
.mainpage .project .project-list>.area-project .box-project:first-child{
    margin-left: 24px;
}
.mainpage .project .project-list>.area-project .box-project:last-child{
    margin-right: 24px;
}

.mainpage .project .project-list>.area-project .box-project>*,
.mainpage .project .project-list>.area-project .box-start-project>* {
    margin-bottom: 16px;
    white-space: normal;
}

.mainpage .project .project-list>.area-project .box-project>.logo{
    text-align: center;
    background-color: #fafafa;
    width: 240px;
    height: 240px;
    overflow: hidden;
}
.mainpage .project .project-list>.area-project .box-project>.logo img {
    width: 100%;
}
.mainpage .project .project-list>.area-project .box-start-project>.logo img {
    width: 96px !important;
    height: 230px;
}

.mainpage .project .project-list>.area-project .box-project>.title {
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0.25px;
    color: #272833;
}
.mainpage .project .project-list>.area-project .box-start-project>.title {
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0.25px;
}

.mainpage .project .project-list>.area-project .box-project>.desc {
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0.25px;
    color: #3b3c4e;
}

.mainpage .project .project-list>.area-project .box-project>.author {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0.3px;
    color: #3b3c4e;
    position: absolute;
    bottom: 20px;
    margin-bottom: 0px;
}

.mainpage .project .project-list>.area-project .box-start-project {
    border: dashed 2px #d7d7d7;
    box-shadow: none;
}

.mainpage .project .project-list>.area-project .box-start-project>.logo {
    border: dashed 2px #d7d7d7;
    padding: 2px;
    border-radius: 5px;
    margin-bottom: 52px;
}

.mainpage .service {
    padding-bottom: 0px;
}

.mainpage > div{
    padding-top: 96px;
    padding-bottom: 96px;
}


hr{
    border-top: 1px solid #e2e2e2;
}
hr.divider-section {
    margin:0 16px;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.portal{
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.98);
    z-index: 9999;
    overflow-x: hidden;
    overflow-y: auto;
}
.portal-box{
    width: 476px;
    margin:auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100vh;
    padding: 40px 0;
}
.portal .close-button{
    cursor: pointer;
    font-size: 18px;
    width: 40px;
    height: 40px;
    border: solid 1px #e2e2e2;
    border-radius: 50%;
    text-align: center;
    display: table;
    position: absolute;
    right: 10%;
    top: 5%;
}
.portal .close-button i{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.carousel-control-next-icon, .carousel-control-prev-icon{
    background-color: rgba(0,0,0,0.2);
    background-size: 50%;
    border-radius: 50%;
    width: 24px;
    height: 24px;
}

.modal-stock-price{
    display: flex;
    align-items: center;
    min-height: 0;
    text-align: left;
    color: #555;
    padding: 0px 16px 0px 0;
    position: relative;
    font-size: 16px;
    width: 100%;
}
.modal-stock-price .modal-stock-price__value{
    padding: 6px 8px;
    background-color: #272833;
    border-radius: 8px;
    color: #fafafa;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 0.3px;
    text-align: right;
    margin-left: 8px;
}

.choosen-license{
    padding-bottom: 24px;
}
.choosen-license .btn{
    width: 300px;
    background: #fff;
    border-radius: 32px;
    border: solid 2px #3b3c4e;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.27;
    text-align: center;
    color: #272833;
}
.choosen-license .btn i{
    display: none;
}
.choosen-license .explanation{
    font-weight: 500;
    margin-top: 16px;
}
.choosen-license .btn.active{
    border-color: #f37251;
    background-color: #fdded6;
    color: #f37251;
}
.choosen-license .btn.active i{
    display: inline;
}



@media (min-width: 576px){
    hr.divider-section {
        max-width: 540px;
        margin:0 auto;
    }
}
@media (min-width: 768px){
    hr.divider-section {
        max-width: 720px;
        margin:0 auto;
    }
}
@media (min-width: 992px){
    hr.divider-section {
        max-width: 960px;
        margin:0 auto;
    }
}
@media (min-width: 1200px){
    hr.divider-section {
        max-width: 1140px;
        margin:0 auto;
    }
}

@media(max-width: 768px) {
    .mobile-inline {
        display: inline;
    }
    .mobile-block {
        display: block;
    }
    .desktop {
        display: none !important;
    }
    .btn {
        width: 100%;
    }
    .just-regular-button .btn{
        width: auto;
    }
    .mainpage>.row>*,
    .footer {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .mainpage > div {
        padding-top: 48px;
        padding-bottom: 48px;
    }
    .mainpage > .banner{
        padding-top:32px;
    }
    .caption-big {
        font-size: 36px !important;
        margin-bottom: 24px;
    }
    .caption-normal {
        font-size: 30px !important;
    }
    .navbar-brand {
        margin-right: 0px !important;
    }
    .navbar-nav{
        border-top: 1px solid rgba(0,0,0,.05);
        margin-top: 16px;
        padding: 16px 0px 0px;
    }
    .navbar-nav a.nav-link {
        padding: 8px 0px !important;       
        font-size: 18px !important;
    }
    .fixed-info {
        display: none !important;
    }
    .navbar {
        padding-left: 0% !important;
        padding-right: 0% !important;
        border-bottom: 1px solid rgba(0,0,0,.05);
    }
    
    .mainpage .content .content-img>.area-img{
        padding-bottom: 12px;
    }
    .mainpage .content .content-img>.area-img .list-item{
        width: 164px;
        height: 164px;
        margin-right: 8px;
        margin-left: 8px;
    }
    .mainpage .content .content-img>.area-img .list-item:first-child{
        margin-left: 16px;
    }
    .mainpage .content .content-img>.area-img .list-item:last-child{
        margin-right: 16px;
    }

    .mainpage .content .content-img>.area-img .list-item img{
        height: 164px;
        width: 164px;
    }

    .mainpage .information .information-img {
        padding-bottom: 30px;
    }
    .choose-service .information-img{
        filter: unset;
    }

    .action-btn-link {
        text-align: center;
    }
    .action-btn-link .link {
        margin-top: 24px;
        margin-left: 0px;
        display: block;
    }
    

    .team-member{
        margin-top: 0px;
    }
    .team-member .row{
        border-top: none;
    }
    .team-member .row > div{
        border-top: solid 1px #e2e2e2;
        border-right: none;
        padding: 24px 0;
        margin: 0 16px;
    }
    .team-member .row:first-child div:first-child{
        border-top: none;
    }

    .fun-fact{
        text-align: left;
        margin-top: 40px;
        margin-bottom: -48px;
    }

    .img-about{
        padding: 0px;
        margin-bottom: -48px;
    }

    .list-case .row > div{
        margin: 0px;
        padding: 0px;
    }
    .list-case .box{
        height: 100%;
        padding-top: 80%;
        position: relative;
    }
    .list-case .box .shadow-title{
        position: absolute;
        top: 0px;
        height: 100%;
        width: 100%;
    }
    .list-case .box .title{
        padding-left: 24px;
        padding-right: 24px;
    }

    .stock-logo .row{
        padding-right: 8px;
        padding-left: 8px;
    }
    .stock-logo .row > div{
        padding-right: 8px;
        padding-left: 8px;
        margin-bottom: 16px;
    }

    .article-content{
        width: 100%;
        padding-left: 8px;
        padding-right: 8px;
    }
    .article-img{
        margin-left: -15px;
        margin-right: -15px;
        width: calc(100% + 30px)
    }
    .article-nav,.article-share,.article-cta{
        padding:48px 0;
    }

    .service .banner{
        height: auto;
    }

    .client-trust .client-logo{
        position: relative;
        height: auto;
    }

    .testi-img{
        width: 100%;
        margin-bottom: 16px;
    }
    #carousel-testimonial .carousel-control-prev, 
    #carousel-testimonial .carousel-control-next{
        position: relative;
        display: inline-block;
        background-color: #ddd;
        border-radius: 8px;
        margin:0 4px;
    }
    #carousel-testimonial .control-wrap{
        text-align: center;
    }

    .pricelist{
        margin-bottom: 56px;
    }
    .pricelist .pricelist_img-icon{
        height: 200px;
    }

    .portal-box{
        width: 100%;
        padding: 40px 16px;
    }
    .portal .close-button{
        right:16px;
        top: 16px;
    }
    .choosen-license .btn{
        width: 100%;
        margin-bottom: 12px;
    }
}

.text-color-primary{
    color: #f37251 !important;
}
