@font-face {
    font-family: "Calibre";
    src: url("fonts/Calibre-Light.woff2") format("woff2"),
        url("fonts/Calibre-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Calibre";
    src: url("fonts/Calibre-Regular.woff2") format("woff2"),
        url("fonts/Calibre-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Calibre";
    src: url("fonts/Calibre-Medium.woff2") format("woff2"),
        url("fonts/Calibre-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Museo";
    src: url("fonts/MuseoSans-500.woff2") format("woff2"),
        url("fonts/MuseoSans-500.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Gotham";
    src: url("fonts/GothamThin.woff2") format("woff2"),
        url("fonts/GothamThin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: "Gotham";
    src: url("fonts/GothamBook.woff2") format("woff2"),
        url("fonts/GothamBook.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Gotham";
    src: url("fonts/GothamBold.woff2") format("woff2"),
        url("fonts/GothamBold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Gotham";
    src: url("fonts/Gotham-Medium.woff2") format("woff2"),
        url("fonts/Gotham-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Gotham";
    src: url("fonts/GothamLight.woff2") format("woff2"),
        url("fonts/GothamLight.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Bebas Neue Book";
    src: url("fonts/BebasNeueBook.woff2") format("woff2"),
        url("fonts/BebasNeueBook.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Bebas Neue";
    src: url("fonts/BebasNeueBold.woff2") format("woff2"),
        url("fonts/BebasNeueBold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Bebas Neue";
    src: url("fonts/BebasNeueRegular.woff2") format("woff2"),
        url("BebasNeueRegular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Bebas Neue";
    src: url("fonts/BebasNeueLight.woff2") format("woff2"),
        url("fonts/BebasNeueLight.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Bebas Neue";
    src: url("fonts/BebasNeue-Thin.woff2") format("woff2"),
        url("fonts/BebasNeue-Thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: "ETmodules";
    font-display: block;
    /* src:  url("etmodules/all/modules.woff") format("woff"); */
    src: url("etmodules/all/modules.eot?#iefix") format("embedded-opentype"),
        url("etmodules/all/modules.ttf") format("truetype"),
        url("etmodules/all/modules.woff") format("woff"),
        url("etmodules/all/modules.svg#ETmodules") format("svg");
    font-weight: 400;
    font-style: normal;
}

.bg-trilliun {
    background-color: #f37321;
}

.bg-trilliunware {
    background-color: #6ca3cf;
}

.text-trilliun {
    color: #f37321;
}

.text-blackx {
    color: #2d2d2d;
}

* {
    font-family: "Calibre", sans-serif;
}
a {
    text-decoration: none;
}

.trilliun_navbar {
    padding: 10px 0;
}
.menu-header-lg.active {
    opacity: 1;
    visibility: visible;
    transition: 0.3s;
    z-index: 9999;
}
.menu-header-lg {
    position: fixed;
    top: 60px;
    width: 100%;
    z-index: -9999;
    background-image: url("../img/pattern2.png");
    background-color: white;
    background-size: auto;
    padding: 0;
    min-height: 100vh;
    visibility: hidden;
    transition: 0.3s;
    font-size: 16px !important;
    opacity: 0;
    padding-left: 50px;
}

.menu-header-lg-mobile.active {
    opacity: 1;
    visibility: visible;
    transition: 0.3s;
    z-index: 9999;
    height: calc(100vh - 60px);
    max-height: 9999px;
}

.menu-header-lg-mobile {
    position: fixed;
    top: 60px;
    width: 100%;
    z-index: -9999;
    background-color: white;
    background-size: auto;
    visibility: hidden;
    transition: 0.3s;
    max-height: 0;
    height: 0;
    font-size: 16px !important;
    opacity: 0;
    padding: 20px 20px 0px 20px;
    overflow: auto;
    display: block !important;
}

.trilliun_navbar .navbar-container {
    max-height: 40px;
    padding: 0 38px !important;
}

.navbar-menu ul {
    list-style-type: none;
    padding: 0;
    flex-flow: row wrap !important;
    border-bottom: 2px dotted #f37321;
    line-height: 26px;
}

.navbar-menu ul li {
    width: auto;
    padding: 0 10px 0 0;
    margin: auto;
    margin-bottom: 20px;
    transition: 0.3s;
    text-align: center;
    padding-right: 0;
}

.navbar-menu ul li a {
    margin: 24px;
    color: #333 !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    font-size: 14px !important;
    letter-spacing: 1px;
}

.navbar-left {
    border-right: 2px dotted #f37321;
    padding: 70px 40px 0 40px;
}
.navbar-right {
    max-width: 450px;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    padding: 30px 30px 70px 50px;
}
.navbar-right .contactus {
    font-size: 22px;
    margin-bottom: 20px;
}
.navbar-right .contactus-detail {
    font-weight: 300;
}
.navbar-right p {
    font-weight: 300;
    line-height: 1.7em;
}
.navbar-right p strong {
    font-weight: 700;
}

.navbar-submenu ul {
    list-style-type: none;
    padding: 0;
    padding-left: 10px;
}
.navbar-submenu ul li {
    line-height: 1.7em;
}

.navbar-submenu ul li a {
    font-weight: 400;
    color: #333;
}

.navbar-submenu ul li a:not(.logo-custom) img {
    left: -30px;
    position: relative;
    height: 100px;
    object-fit: contain;
}

.navbar-submenu ul li a.logo-lg img {
    width: 185px;
    left: 0;
}
.navbar-submenu ul li a.logo-md img {
    height: 40px;
}
.navbar-submenu ul li a.logo-md-2 img {
    width: 145px !important;
}

.navbar-submenu ul li a.submenu-heading {
    font-weight: 600;
}
.navbar-submenu ul li a.submenu-heading:not(.logo-custom) span {
    margin-left: -10px;
}

.navbar-submenu ul:has(li a.logo-lg) li:not(.mt-3) {
    margin-left: 10px;
}

.navbar-menu-btn {
    padding-left: 14px;
    border-left: 1px solid black;
    height: 40px;
}

.navbar-menu-btn a {
    color: black;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 1px;
}

body {
    line-height: 1em !important;
    background: url("../img/pattern2.png");
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(1, 1);
    }
    to {
        -webkit-transform: scale(1.2, 1.2);
    }
}

@keyframes zoom {
    from {
        transform: scale(1, 1);
    }
    to {
        transform: scale(1.2, 1.2);
    }
}

#homeCarousel .carousel-item > img {
    filter: brightness(0.9);
    object-fit: cover;
    min-height: calc(100vh - 140px) !important;
}
#homeCarousel .carousel-inner .carousel-item > img {
    -webkit-animation: zoom 20s;
    animation: zoom 20s;
}

#homeCarousel .carousel-caption div {
    -webkit-animation: fadeInBottom 1.8s cubic-bezier(0.77, 0, 0.175, 1) 1;
    animation: fadeInBottom 1.8s cubic-bezier(0.77, 0, 0.175, 1) 1;
}
#homeCarousel {
    margin-top: -40px !important;
}
.fadeInBottom {
    animation-name: fadeInBottom;
}
@keyframes fadeInBottom {
    from {
        opacity: 0;
        /* transform: translateY(20%); */
    }
    to {
        opacity: 1;
    }
}

.learnmore-btn {
    position: absolute;
    bottom: 0;
    left: 60px;
    border-left: 1px solid white !important;
    width: 300px;
    height: 10vh;
    z-index: 999;
    transition: 0.3s;
}

.learnmore-btn a {
    position: absolute !important;
    top: -80px;
    left: -38px;
    transform: rotate(-90deg);
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 300;
}

#homeCarousel .carousel-caption {
    font-size: 45px;
    visibility: visible;
    text-align: left;
    line-height: 1.2em;
    letter-spacing: 0px;
    font-weight: 500;
    position: absolute;
    text-align: left !important;
    width: 80%;
}
#homeCarousel .carousel-caption {
    left: 5%;
    top: 44%;
}
#homeCarousel .carousel-caption p {
    line-height: 0.8em;
    font-size: 19px;
    margin-bottom: 0.5em;
}

@media (max-width: 992px) {
    #homeCarousel {
        margin-top: -20px !important;
    }
    #homeCarousel .carousel-caption {
        font-size: 38px;
    }
    #homeCarousel .carousel-caption p {
        font-size: 14px;
    }
    .navbar-menu-btn a {
        font-size: 16px !important;
    }
}
@media (max-width: 576px) {
    #homeCarousel {
        margin-top: -20px !important;
    }
    #homeCarousel .carousel-caption {
        font-size: 22px;
    }
    #homeCarousel .carousel-caption p {
        font-size: 12px;
    }
    .navbar-menu-btn a {
        font-size: 16px !important;
    }
}
.content {
    margin-top: 60px;
}

.subsubmenu {
    padding-top: 14px !important;
}

.menu-header-lg-mobile .navmenu-header {
    border-bottom: 1px solid #e6e6e6;
}
.menu-header-lg-mobile .nav-link-mobile {
    color: black;
    font-size: 24px;
    font-weight: 500;
    display: block;
    padding-bottom: 20px;
    padding-top: 20px;
}
.nav-arrow::before {
    content: "▲";
}

.nav-link-collapse:is(.collapsed) > .nav-arrow::before {
    content: "▼";
}

.nav-link-collapse {
    vertical-align: middle;
    cursor: pointer;
}
.navmenu-header:has(.nav-link-collapse) ul li:first-child a {
    margin-top: 0 !important;
}
.navmenu-header-submenu {
    border-bottom: 1px solid transparent;
    display: block;
    font-size: 20px;
    font-weight: 500;
    margin: 20px 0;
}

.nav-arrow-submenu::before {
    content: "▲";
}
.nav-arrow-submenu:is(.collapsed)::before {
    content: "▼";
}

.homeCarousel2 .carousel-inner .carousel-item img {
    max-height: 630px;
    object-fit: cover;
}

.homeCarouselabout .carousel-inner .carousel-item img {
    height: 450px;
    object-fit: cover;
}

.trl-recognition {
    font-size: 36px;
    color: #333;
    padding-bottom: 10px;
    line-height: 1em;
    font-weight: 500;
}

.container-fluid-x {
    margin: 15px !important;
}
/* Home Content */
.homeSection .sc-img img {
    max-height: 630px;
    object-fit: cover;
}
@media (max-width: 992px) {
    .homeSection .sc-img img {
        max-height: 288px !important;
        object-fit: cover;
    }
    .homeSection.pageSection .sc-img img {
        max-height: 288px !important;
        object-fit: cover;
    }
}
@media (max-width: 576px) {
    .homeSection .sc-img img {
        max-height: 288px !important;
        object-fit: cover;
    }
    .homeSection.pageSection .sc-img img {
        max-height: 288px !important;
        object-fit: cover;
    }
}

.homeSection.pageSection .sc-img img {
    height: 500px;
    max-height: 500px;
    object-fit: cover;
}
.homeSection.pageSection .desc {
    background-color: transparent !important;
}

.btn-pages::before {
    content: attr(data-icon);
    font-weight: 400 !important;
    font-family: ETmodules !important;
    border: 1px solid;
    padding: 10px 12px;
    border-radius: 50%;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    transition: all 0.2s;
}

.btn-pages {
    color: #f37321;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    font-family: "Calibre", sans-serif;
    letter-spacing: 1px;
    left: 10px;
}

.btn-pages span {
    border: 1px solid #f37321;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: all 300ms ease 0ms;
}

.btn-pages:hover::before {
    background-color: #f37321;
    color: white;
    border-color: white !important;
}

.homeSection .desc {
    background-color: #f9f9f9;
    padding: 60px;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
}

.homeSection .desc.no-bg {
    background-color: transparent;
}

.homeSection .desc .text-header {
    font-size: 26px;
    line-height: 1.3em;
    color: #333;
    padding-bottom: 10px;
    font-weight: 500;
}

.homeSection .desc img {
    max-width: 350px;
}

.affiliationSection .col-lg-9 img {
    max-height: 450px;
    object-fit: cover;
}
.affiliationSection .desc {
    background-color: #f9f9f9;
    padding: 30px;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
}
.affiliationSection .desc img {
    max-width: 18vw;
}

.homeSection .desc p {
    font-weight: 300;
    line-height: 1.8em;
}

img.lazy-fade:is(:not(.lazy)) {
    -webkit-animation: fadeIn 0.5s cubic-bezier(0.77, 0, 0.175, 1) 1;
    animation: fadeIn 0.5s cubic-bezier(0.77, 0, 0.175, 1) 1;
}

.homeSection .desc img:is(:not(.lazy)),
.affiliationSection .desc img:is(:not(.lazy)) {
    -webkit-animation: fadeTop 1s cubic-bezier(0.77, 0, 0.175, 1) 1;
    animation: fadeTop 1s cubic-bezier(0.77, 0, 0.175, 1) 1;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeTop {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

/* Pages Link Card */
.pages-card {
    flex: 1;
    height: 142px !important;
    width: 100%;
    background-size: 110%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-blend-mode: overlay;
    background-color: #6b6b6b;
    transition: background-size 0.3s;
    -moz-transition: background-size 0.3s;
    -ms-transition: background-size 0.3s;
    -o-transition: background-size 0.3s;
    -webkit-transition: background-size 0.3s;
}
.pages-card:hover {
    background-size: 150%;
    transition: background-size 0.3s;
    -moz-transition: background-size 0.3s;
    -ms-transition: background-size 0.3s;
    -o-transition: background-size 0.3s;
    -webkit-transition: background-size 0.3s;
}

.pages-card h4 {
    color: white;
    font-size: 24px !important;
}

.pages-card-body {
    color: white;
    margin-left: 60px;
    font-weight: 300;
}

@media (max-width: 992px) {
    .pages-card-body {
        margin-left: 20px;
    }
    .pages-card {
        padding: 50px 30px 40px;
    }
}

@media (max-width: 576px) {
    .pages-card-body {
        margin-left: 10px;
    }
}

.pages-header {
    height: 520px;
    background-position-x: 50%;
    background-position-y: 20%;
    background-size: cover;
}

.pages-header-custom {
    height: 240px;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: 15px;
    margin-left: 15px;
    background-color: #0b0b0f !important;
    background-position: 100%;
    background-size: 50%;
    background-repeat: no-repeat;
    max-height: 240px;
    padding-top: 0;
}

.pages-header-custom .pages-header-custom-bg2 {
    background-size: contain !important;
    background-position: 100% !important;
    box-shadow: inset 65vw 20px 100px #0b0b0f;
    object-fit: cover;
}
.pages-header-custom img {
    width: 250px;
    filter: brightness(0) invert(1);
    margin-left: 10vw;
    max-height: 100px;
}

@media (max-width: 992px) {
    .pages-header {
        height: 340px;
    }
}
@media (max-width: 576px) {
    .pages-header {
        height: 300px;
    }
    .pages-header-content {
        margin-left: 4vw !important;
    }
}

.pages-header h5 {
    font-size: 36px;
    font-weight: 500;
    margin: 0;
}
.pages-header p {
    font-weight: 300;
    letter-spacing: 1px;
}

.pages-header-content {
    z-index: 99;
    margin-left: 11vw;
}
.pages-header-content p {
    font-size: 14px;
}
.pages-header-content p strong {
    font-weight: 600;
}
.pages-header::before {
    content: "\a";
    margin-top: 60px;
    position: absolute;
    height: inherit;
    width: 100%;
    background: rgba(0, 0, 0, 0.1);
    box-shadow: inset 50px 30px 100px rgba(0, 0, 0, 0.4),
        inset -30px -30px 100px rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    z-index: 1;
}

.contact-section {
    padding: 56px 10vw;
}

h5.text-header {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.8em;
    font-size: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 10px;
}

.catalog-img img,
.project-img img {
    object-fit: cover;
}
.project-img img {
    width: 28vw;
    height: 240px;
    opacity: 0;
}

.project-title-section h2 {
    font-size: 36px;
}
.certificates-title-section h2 {
    font-size: 26px;
}
.certificates-title-section p {
    line-height: 1.8em;
}

.certificates-img img {
    width: 28vw;
    min-width: 28vw;
    height: 480px;
    opacity: 0;
}
.certificates-img img:is(:not(.lazy)) {
    opacity: 1;
    animation: fadeTop 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}

.project-img img:is(:not(.lazy)) {
    opacity: 1;
    animation: fadeTop 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}
.project-img {
    border-bottom: 1px solid white;
}
.card-project {
    background-color: #f07322;
}
.project-title {
    color: white;
}
.project-title h4 {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    padding-top: 5px;
    margin: 0;
}
.project-title p {
    margin: 0;
    font-weight: 300;
    font-size: 16px;
    padding-bottom: 10px;
}
/* Footer */
.footer {
    background-size: initial;
    background-repeat: repeat;
    background-image: url("../img/pattern2.png");
    background-color: #fcfcfc !important;
    padding-top: 40px;
    padding-right: 10px;
    padding-bottom: 60px;
    padding-left: 10px;
    margin-top: 15px;
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 15px;
}
.footer-navigation {
    padding: 84px 40px;
}
.footer .company-name {
    font-size: 16px;
}
.footer .contactus-detail {
    font-weight: 300;
}
.alamat-footer {
    line-height: 1.7em;
    font-weight: 300;
}
.logo-footer {
    width: 160px;
}

.socialmedia-section {
    max-width: 15%;
}
@media (max-width: 992px) {
    .logo-section {
        max-width: 80%;
    }
    .footer-navigation {
        padding: 84px 50px;
    }
    .socialmedia-section {
        max-width: 80%;
    }
}

.footer-heading {
    font-size: 15px;
}
.footer-menu {
    margin: 0;
    padding: 0;
}
.footer-menu li {
    list-style-type: none;
    margin-bottom: 12px;
}
.footer-menu li a {
    color: black;
    font-weight: 400;
    line-height: normal !important;
}
.nav-footer {
    border-bottom: 1px solid white;
}

.sc-icon {
    min-width: 32px;
    min-height: 32px;
}
/* Scroll to top button */
.scroll-to-top {
    text-align: center;
    background: rgba(0, 0, 0, 0.4);
    text-decoration: none;
    position: fixed;
    z-index: 99999;
    bottom: 125px;
    right: 0;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    padding: 12px;
    color: #fff;
    display: none;
}

.scroll-to-top.et-visible {
    -webkit-animation: fadeInRight 1s cubic-bezier(0.77, 0, 0.175, 1) 1;
    animation: fadeInRight 1s cubic-bezier(0.77, 0, 0.175, 1) 1;
}

/* About Pages */
.about-section p.p-bold {
    font-size: 27px;
    font-size: 27px;
    color: #333333 !important;
    line-height: 1.3em;
    font-weight: 500 !important;
}
.about-section p {
    font-weight: 300;
    font-size: 16px;
}
h2.about-title {
    font-size: 27px;
    font-weight: 700;
    color: #333;
}
.whoweare-title {
    font-weight: 500;
    font-size: 26px !important;
    line-height: 1.3em;
}

.flex-1 {
    flex: 1;
}
.flex-1x {
    flex: 1.5;
}
.flex-2 {
    flex: 2;
}
.flex-3 {
    flex: 3;
}
.whoweare-desc {
    margin: 120px 15%;
}
.whoweare-desc p {
    line-height: 2em;
    font-size: 16px !important;
}

.card-customer-satisfaction {
    background-position-y: 50%;
    background-position-x: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 550px;
}
.card-customer-satisfaction h5 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.8em;
}
.card-customer-satisfaction p {
    font-size: 16px;
    line-height: 2em;
    width: 650px;
}

@media (max-width: 576px) {
    .card-customer-satisfaction p {
        padding: 0 20px;
        width: 100%;
    }
}

.btn-trilliun {
    font-size: 13px !important;
    color: #f26618;
    border-color: #f26618 !important;
    transition: all 300ms ease 0ms;
    padding: 12px 60px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.btn-trilliun:hover {
    background-color: #f26618;
    color: white;
}
.iso-section {
    padding-left: 8%;
    padding-right: 140px;
}
.iso-section p {
    line-height: 2em;
    font-size: 16px !important;
}
.iso-img {
    background-position: 50%;
    background-size: cover;
    height: 768px;
}
@media (max-width: 992px) {
    .iso-img {
        height: 520px;
        flex: auto;
        background-size: cover !important;
    }
    .iso-section {
        padding-left: 8%;
        padding-right: 20px;
    }
}
@media (max-width: 576px) {
    .iso-img {
        height: 320px;
        flex: auto;
        background-size: cover !important;
    }
}

.career-desc {
    width: 50vw;
}

.career-desc p {
    line-height: 2em;
    font-weight: 300;
}

.form-career {
    width: 50vw;
}

@media (max-width: 992px) {
    .career-desc {
        width: 90vw;
    }
    .form-career {
        width: 90vw;
    }
}

.container-form {
    margin-bottom: 100px;
    padding-left: 100px;
    padding-right: 100px;
}
@media (max-width: 576px) {
    .container-form {
        padding-left: 10px;
        padding-right: 10px;
    }
}
.form-control {
    background-color: #eee !important;
    border-bottom: 2px solid #f37321;
    border-radius: 0;
}
.form-floating > label::after {
    background-color: #eee !important;
}
