/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,400,600,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Baloo+Chettan&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,600i,700,700i,800&display=swap');

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
/*@import url(swiper.min.css);*/
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
     box-sizing: border-box !important;
}

.container {
     max-width: 1170px;
}

html {
     scroll-behavior: smooth;
}

body {
     color: #666666;
     font-size: 14px;
     font-family: 'Poppins', sans-serif;
     line-height: 1.80857;
     font-weight: normal;
     
}

a {
     color: #1f1f1f;
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
     letter-spacing: 0;
     font-weight: normal;
     position: relative;
     padding: 0 0 10px 0;
     font-weight: normal;
     line-height: normal;
     color: #111111;
     margin: 0
}

h1 {
     font-size: 24px;
}

/*h2 {
     font-family: 'Raleway', sans-serif;
     font-size: 22px;
}*/

h3 {
     font-size: 18px;
}

h4 {
     font-size: 16px
}

h5 {
     font-size: 14px
}

h6 {
     font-size: 13px
}

*,
*::after,
*::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
     color: #212121;
     text-decoration: none !important;
     opacity: 1
}

button:focus {
     outline: none;
}

ul,
li,
ol {
     margin: 0px;
     padding: 0px;

}

p {
     margin: 0px;
     font-weight: 500;
     font-size: 15px;
     line-height: 24px;
}

a {
     color: #222222;
     text-decoration: none;
     outline: none !important;
}

a,
.btn {
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

/*img {
     max-width: 100%;
     height: auto;
}*/

:focus {
     outline: 0;
}

.btn-custom {
     margin-top: 20px;
     background-color: transparent !important;
     border: 2px solid #ddd;
     padding: 12px 40px;
     font-size: 16px;
}

.lead {
     font-size: 18px;
     line-height: 30px;
     color: #767676;
     margin: 0;
     padding: 0;
}

.form-control:focus {
     border-color: #ffffff !important;
     box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
     border: none !important;
}

.badge {
     font-weight: 500;
}

blockquote {
     margin: 20px 0 20px;
     padding: 30px;
}

button {
     border: 0;
     margin: 0;
     padding: 0;
     cursor: pointer;
}

.full {
     float: left;
     width: 100%;
}

.full {
     width: 100%;
     float: left;
     margin: 0;
     padding: 0;
}

.text_align_center {
     text-align: center;
}

.text_align_left {
     text-align: left;
}

.text_align_right {
     text-align: right;
}

.registrasi .img-captcha {
     width: 80%;
     padding-left: 70px;
}

label {
     color: #012B91;
}

.modal-content .img-captcha {
     width: 100%;

}

/**-- heading section --**/


/*---------------------------- preloader area ----------------------------*/

.loader_bg {
     position: fixed;
     z-index: 9999999;
     background: #fff;
     width: 100%;
     height: 100%;
}

.loader {
     height: 100%;
     width: 100%;
     position: absolute;
     left: 0;
     top: 0;
     display: flex;
     justify-content: center;
     align-items: center;
}

.loader img {
     width: 280px;
}


/*-- header section --*/

.header {
     width: 100%;
     height: auto;
     background-color: #012B91;

}

.header .container {
     max-width: 1500px;
}

.header-img img {
     max-width: 100%;
     height: auto;
     position: absolute;
}

.header_top {
     background-color: #012B91;
     padding: 12px 0;
     padding: 13px 0;
}

.header_bottom {
     background-color: #012B91;
     height: 100px;
     padding: 15px 0px;
     background-position: center;
}

.logo {
     padding-top: 0px;
     padding-left: 15px;
}

.menu {
     padding-top: 0px;
     padding-right: 70px;
     text-align: center;
}

.logo img {
     width: 100;
     height: auto;
}

.header_bottom .logo a {
     font-size: 22px;
     line-height: 20px;
     color: #ffffff;
     font-weight: bold;
     /*font-family: 'Century Gothic Bold';*/

}

.arrow {
     width: 0.5em;
     height: 0.5em;
     display: inline-block;
     vertical-align: middle;
     border-left: 0.15em solid currentColor;
     border-bottom: 0.15em solid currentColor;
     transform: rotate(-45deg);
     margin-left: 0.38em;
     margin-top: -0.25em;
     transition: transform 100ms ease-in-out;
}

.dropdown {
     /*position: absolute;*/
     display: none;
     left: auto;
     box-shadow: 0 10px 15px -3px rgba(46, 41, 51, 0.08),
          0 4px 6px -2px rgba(71, 63, 79, 0.16);
     z-index: 99;
     min-width: 10px;
     padding: 0;
     background-color: #0068DE;
     border-radius: 10px;
     transition: height ease 0.2s;

}

li a {
     color: black;

}

li a:hover {
     color: #fff;
}

li:hover {
     cursor: pointer;
}

ul li:hover>ul,
ul li ul:hover {
     visibility: visible;
     opacity: ;
     display: inline-block;
     min-width: 50px;
     text-align: center;
     padding-top: 0px;
     /*box-shadow: 0px 0px 10px -1px #1f0ff6;*/

}

ul li ul li {
     clear: both;
     width: 100%;
     text-align: center;
     margin-bottom: 10px;
     font-size: 15px;
     /*border-style: none;*/
     padding-left: 15px;
     padding-right: 15px;
     margin-top: 5px;
     border-bottom: solid 3px #0053BF;
     list-style-type: none;

}

/*.banner_main .carousel-item {
     height: auto;
     width: 100%;
     background-position: center;
     background-size: cover;
}*/

/*-- navigation--*/

.navigation.navbar {
     float: right;
     padding: 0;
}

.navigation.navbar-dark .navbar-nav .nav-link {
     padding: 25px 25px;
     color: #ffffff;
     font-size: 20px;
     line-height: 20px;
     font-weight: bold;
     /*font-family: 'Century Gothic';
     border-left: 3px solid #fff;*/

}

.navigation.navbar-dark .navbar-nav .nav-link:focus,
.navigation.navbar-dark .navbar-nav .nav-link:hover {
     background: #012B91;
     color: #066516;

}

.navigation.navbar-dark .navbar-nav .active>.nav-link,
.navigation.navbar-dark .navbar-nav .nav-link.active,
.navigation.navbar-dark .navbar-nav .nav-link.show,
.navigation.navbar-dark .navbar-nav .show>.nav-link {
     background: #066516;
     color: #ffffff;
}

.navbar-expand-md .navbar-nav {
     padding-right: 10px;
}

/** banner section **/

.full_bg {
     background: url(../images/registrasi.png);
     /*background-color: #E5EDFF;*/
     background-size: 100% 100%;
     background-position: center;
     background-repeat: no-repeat;
}

.banner_main {
     position: relative;
     width: 100%;
     height: auto;
}

.banner_main img {
     position: relative;
     width: 100%;
     height: auto;
}

.build_box {
     text-align: left;
}

.banner_po {
     position: absolute;
     top: 40%;
     transform: translateY(-24%);
     padding: 0;
     bottom: auto;
     left: 3%;
}

/*.first_slide img {
     max-width: 120%;
     height: auto;
}*/

.build_box p {
     color: #fff;
     font-size: 17px;
     line-height: 30px;
     font-weight: normal;
     margin-bottom: 55px;
}

.build_box h1 {
     font-size: 50px;
     font-weight: bold;
     color: #fff;
     line-height: 25px;
     padding-bottom: 20px;
     display: block;
}

.build_box .contact_btn {
     font-size: 15px;
     /*padding: 15px 0;*/
     font-weight: bold;
     max-width: 250px;
     background: #012B91;
     border-radius: 30px;
}

.build_box .contact_btn:hover {
     background: #066516;
}

#myCarousel .carousel-control-prev,
#myCarousel .carousel-control-next {
     width: 65px;
     height: 65px;
     background: #012B91;
     opacity: 1;
     font-size: 42px;
     color: #fff;
     top: 90%;
     border-radius: 40px;
}

#myCarousel .carousel-control-prev:hover,
#myCarousel .carousel-control-next:hover,
#myCarousel .carousel-control-prev:focus,
#myCarousel .carousel-control-next:focus {
     background: #066516;
     color: #fff;
}

#myCarousel .carousel-control-prev {
     right: 15%;
     left: inherit;
}

#myCarousel .carousel-control-next {
     right: 10%;
}

.banner .carousel-indicators {
     display: none;
}


/** end banner section **/

.titlepage {
     text-align: center;
     padding-bottom: 40px;
}

/*.titlepage h2 {
     font-size: 40px;
     color: #1c1c1c;
     line-height: 40px;
     font-weight: 700;
     padding: 0;
}*/

/*.titlepage span {
     font-size: 17px;
     line-height: 25px;
     color: #0a0a0a;
     padding-top: 30px;
     display: block;
}*/

.d_flex {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
}

.read_more {
     font-size: 17px;
     background-color: #1b1b1a;
     color: #fff;
     padding: 17px 0px;
     width: 100%;
     max-width: 186px;
     text-align: center;
     display: inline-block;
     transition: ease-in all 0.5s;
     font-weight: 500;
     border-radius: 5px;
     height: 60px;
     text-transform: uppercase;
}

.read_more:hover {
     background: #f4a111;
     color: #fff;
     transition: ease-in all 0.5s;
}


/* three_box */

.three_box {
     margin-top: -90px;
}

.const {
     padding: 40px 0 25px 0;
     background: #fff;
     box-shadow: 0 0 250px rgba(3, 3, 3, 0.16);
     transition: ease-in all 0.5s;
}

.const span {
     transition: ease-in all 0.5s;
     display: block;
     font-size: 16px;
     font-weight: 700;
     text-transform: uppercase;
     font-family: 'Raleway', sans-serif;
     color: #090a0b;
     padding-top: 35px;
     line-height: 20px;
}

#text_hover:hover.const {
     background-color: #f89501;
     transition: ease-in all 0.5s;
     cursor: pointer;
}

#text_hover:hover.const span {
     color: #fff;
     transition: ease-in all 0.5s;
}


/* end three_box */

/** start about section **/

.about {
     background-color: #edf3ff;
     padding-top: 50px;
     padding-bottom: 50px;

}

.about .titlepage-about h2 {
     font-size: 30px;
     /*font-family: 'Century Gothic' ;*/
     padding-top: 20px;
     padding-left: 50px;
     padding-right: 50px;
     color: #012B91;
     font-weight: bold;
}

.about .titlepage {

     float: right;
     width: 100%;
     text-align: left;
     padding-bottom: 0;
}

.about .titlepage-about p {
     /*font-family: 'Century Gothic';*/
     padding-top: 20px;
     padding-left: 50px;
     padding-right: 50px;
     text-align: justify;
     font-size: 20px;
     color: #012B91;
     font-weight: normal;
     line-height: 30px;
}

.about .titlepage-about2 p {
     /*font-family: 'Century Gothic';*/
     padding-top: 20px;
     padding-left: 50px;
     padding-right: 50px;
     text-align: justify;
     font-size: 20px;
     color: #012B91;
     font-weight: normal;
     line-height: 10px;
}

.titlepage-about2 li {

     padding-right: 50px;
     text-align: justify;
     font-size: 20px;
     color: #012B91;
     font-weight: normal;
     margin-left: 100px;
     cursor: default;
}

.about img {
     padding-right: 0px;
     width: 100%;
     height: auto;
}

.about_img figure {
     margin: 0;
}

.about_img figure img {
     width: 100%;
}


/** end about section **/

/*** visimisi section ***/

.visimisi {
     background-color: #E5EDFF;
     padding-top: 50px;
     padding-bottom: 50px;
     padding-left: 50px;
     padding-right: 50px;
}

.visimisi .titlepage-vimi {
     text-align: center;
     margin: 0 67px 5px 0;
}


.visimisi .titlepage-vimi h2 {
     font-size: 30px;
     text-align: left;
     padding-bottom: 0;
     /*font-family: 'Century Gothic';*/
     color: #012B91;
     line-height: 10px;
     font-weight: bold;

}

.visimisi .titlepage-vimi span {
     /*font-family: 'Century Gothic';*/
     font-size: 20px;
     line-height: 30px;
     color: #012B91;
     padding-top: 10px;
     display: block;
     text-align: justify;

}

.visimisi .d_flex {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
}

.visimisi img {
     padding-right: 40px;
     padding-left: 55px;
     width: 100%;
     height: auto;
}

.visimisi .container_staff {
     display: flex;
     align-items: stretch;
     /* Ensures both columns are the same height */
}

.visimisi .row {
     display: flex;
     width: auto;
}

.visimisi .col-md-5,
.visimisi .col-md-7 {
     display: flex;
     align-items: stretch;
     /* Make sure the height of these columns is the same */
}

.visimisi .video-item {
     display: flex;
     justify-content: center;
     align-items: center;
     width: 100%;
     height: 100%;
}

.visimisi .video-item>video {
     width: 100%;
     height: 100%;
     /* Ensure the video takes up the full height of its container */
     object-fit: cover;
     /* Optional: to preserve the aspect ratio while covering the container */
}


/** visimisi section **/


/** choose section **/

.wilayah {
     background-color: #E5EDFF;
     background-size: 100% 100%;
     background-position: center;
     background-repeat: no-repeat;
     padding-bottom: 50px;
     padding-top: 50px;
}

.unhidden {
     display: none;
}

.wilayah .titlepage {
     text-align: left;
}

.wilayah .titlepage-wil h2 {
     /*font-family: 'Century Gothic' ;*/
     padding-bottom: 10px;
     font-size: 30px;
     text-align: center;
     font-weight: bold;
     color: #012B91;
}

.wilayah .titlepage-wil p {
     color: #012B91;
     font-weight: normal;
     /*font-family: 'Century Gothic';*/
     font-size: 20px;
     line-height: 32px;
     padding-bottom: 30px;
     text-align: center;
}

.wilayah img {
     padding-right: 0px;
     width: 100%;
     height: auto;
}

.overlays {
     width: 0;
     height: 0;
     position: absolute;
     top: 0;
     left: 0;
     background: rgba(0, 0, 0, 0);
     z-index: 999;
     transition: .8s;
     padding: 150px 0;
     display: none;
     overflow: hidden;

}

.overlays:target {
     width: 40%;
     height: auto;
     position: fixed;
     top: 20%;
     left: 30%;
     right: 30%;
     background: rgba(0, 0, 0, 0.7);
     border-radius: 30px;
     display: block;

}


.overlays .close {
     position: absolute;
     top: 2%;
     right: 2%;
     margin-left: -20px;
     text-decoration: none;
     line-height: 14px;
     padding: 5px;
     opacity: 0.5;
     color: #E5EDFF;

}

/*.overlays:target .close {
     animation: slideDownFade .5s .5s forwards;
}*/

.contents .mg {
     width: 100%;
     height: 100%;
     top: 10%;
     margin: 0px 20px 20px 0px;

}

.contents {
     position: absolute;
     width: auto;
     max-width: auto;
     margin: auto;
     overflow: hidden;
     top: 10%;
     left: 5%;
     right: 5%;
     bottom: 15%;
     text-align: justify;

}

.contents h4 {
     padding-top: 15px;
     font-size: 15px;
     color: #fff;
     font-weight: bold;
     padding-bottom: 1px;

}

.contents p {
     font-size: 12px;
     text-align: justify;
     color: #ffffff;
     font-weight: normal;
     
}

.contentsx .mg {
     width: 100%;
     height: 100%;
     top: 10%;
     margin: 0px 20px 20px 0px;

}

.contentsx {
     position: absolute;
     width: auto;
     max-width: auto;
     margin: auto;
     overflow: hidden;
     top: 10%;
     left: 5%;
     right: 5%;
     bottom: 15%;
     text-align: justify;
}

.contentsx h4 {
     font-size: 15px;
     color: #fff;
     font-weight: bold;
     padding-bottom: 1px;

}

.contentsx p {
     font-size: 12px;
     text-align: justify;
     color: #ffffff;
     font-weight: normal;
     line-height: 1rem;

}

/** end wilayah section **/


/** layanan section **/
.layanan {
     background-color: #EDF3FF;
     padding-top: 50px;
     padding-bottom: 90px;
}

.relative3 {
     position: inherit;
     padding-bottom: 130px;
}

.projects_ban {
     padding: 0 20px;
}

.project_img figure {
     margin: 0;
}

.project_img figure img {
     width: 100%;
     height: auto;
}

.project_text {
     position: absolute;
     bottom: 0;
     height: 90px;
     overflow: hidden;
     padding: 20px 20px 20px 20px;
     margin-right: 15px;
     transition: ease-in all 0.5s;
}


/*
.project_text::before {
     position: absolute;
     content: "";
     background: url(../images/link.png);
     width: 77px;
     height: 77px;
     top: 0;
     background-repeat: no-repeat;
     right: 10px;
}
*/

.project_text:hover {
     cursor: pointer;
     background: rgba(0, 0, 0, 0.5);
     height: 100%;
     transition: ease-in all 0.5s;
}

#pro_ho:hover.project_text h3 {
     color: #ffffff;
     transition: ease-in all 0.5s;
     padding-top: 20px;
}

.layanan .titlepage-lay h2 {
     /*font-family: 'Century Gothic' ;*/
     padding-bottom: 30px;
     font-size: 30px;
     text-align: center;
     font-weight: bold;
     color: #012B91;
}

.project_text h3 {
     transition: ease-in all 0.5s;
     color: #ffffff;
     text-align: right;
     display: block;
     font-size: 25px;
     font-weight: bold;
     padding-bottom: 15px;
     font-family: 'Century Gothic';
}

.project_text p {
     color: #ffffff;
     font-size: 15px;
     text-align: left;
     line-height: 25px;
     /*font-family: 'Century Gothic';*/
     font-weight: normal;
}

#proj .carousel-control-prev,
#proj .carousel-control-next {
     width: 47px;
     height: 47px;
     background: #012B91;
     opacity: 1;
     font-size: 19px;
     color: #fff;
     top: 105%;
     border-radius: 40px;
}

#proj .carousel-control-prev:hover,
#proj .carousel-control-next:hover,
#proj .carousel-control-prev:focus,
#proj .carousel-control-next:focus {
     background: #066516;
     color: #fff;
}

#proj .carousel-control-prev {
     left: 45%;
     /* 20230530 */
}

#proj .carousel-control-next {
     right: 45%;
     /* 20230530 */
}

.multi-carousel {
     /* 20230530 */
     opacity: 0;
     padding: 0 25px;
}

#proj .carousel-indicators li {
     /* 20230530 */
     position: fixed;
     -ms-flex: 0 1 auto;
     flex: 0 1 auto;
     width: 30px;
     height: 3px;
     margin-right: 3px;
     margin-left: 3px;
     text-indent: -999px;
     cursor: pointer;
     background-color: rgba(255, 255, 255, .5);
}

/*.carousel-indicators {
     display: none;
}*/

/** end layanan section **/


/** clients section **/
.clients {
     background-color: #E5EDFF;
     padding-top: 50px;
     padding-bottom: 50px;
     padding-right: 70px;
     padding-left: 70px;
}

.relative3 {
     position: inherit;
     padding-bottom: 130px;
}

.projects_ban {
     padding: 0 20px;
}

/*.project_img figure {
     margin: 0;
}

.project_img figure img {
     width: 100%;
}*/

/*.project_text {
     position: absolute;
     bottom: 0;
     height: 90px;
     overflow: hidden;
     padding: 20px 20px 20px 20px;
     margin-right: 15px;
     transition: ease-in all 0.5s;
}*/


/*
.project_text::before {
     position: absolute;
     content: "";
     background: url(../images/link.png);
     width: 77px;
     height: 77px;
     top: 0;
     background-repeat: no-repeat;
     right: 10px;
}
*/

/*.project_text:hover {
     cursor: pointer;
     background: rgba(0, 0, 0, 0.5);
     height: 100%;
     transition: ease-in all 0.5s;
}

#pro_ho:hover.project_text h3 {
     color: #ffffff;
     transition: ease-in all 0.5s;
     padding-top: 10px;
}
*/

.clients .titlepage-cli h2 {
     /*font-family: 'Century Gothic' ;*/
     padding-bottom: 30px;
     font-size: 30px;
     text-align: center;
     font-weight: bold;
     color: #012B91;
}

.clients .titlepage-clie h2 {
     padding-bottom: 0px;
     font-size: 25px;
     text-align: center;
     font-weight: bold;
     color: #012B91;
}

/*.project_text h3 {
     transition: ease-in all 0.5s;
     color: #ffffff;
     text-align: right;
     display: block;
     font-size: 25px;
     font-weight: bold;
     padding-bottom: 15px;
     font-family: 'Century Gothic', sans-serif;
}

.project_text p {
     color: #ffffff;
     font-size: 15px;
     text-align: left;
     line-height: 20px;
     font-family: 'Century Gothic';
     font-weight: normal;
}*/

#client .carousel-control-prev,
#client .carousel-control-next {
     width: 47px;
     height: 47px;
     background: #012B91;
     opacity: 1;
     font-size: 19px;
     color: #fff;
     top: 88%;
     border-radius: 40px;
}

#client .carousel-control-prev:hover,
#client .carousel-control-next:hover,
#client .carousel-control-prev:focus,
#client .carousel-control-next:focus {
     background: #066516;
     color: #fff;
}

#client .carousel-control-prev {
     left: 46%;
}

#client .carousel-control-next {
     right: 46%;
}

.carousel-indicators {
     display: none;
}

.clients .content {
     box-sizing: content-box;
     padding: 40px 40px 40px 40px;
     margin: 30px 30px;
     text-align: center;
     min-height: 100px;
     /*box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);*/
     background-color: #ffffff;

}

.clients .content .cl-image {
     /*width : 120px;
     height: 90px;*/
     width: 100%;
     height: auto;
}

/** end clients section **/



/** komisaris section **/

.container_staff {
     max-width: 1340px;
     width: 100%;
     padding-right: 15px;
     padding-left: 15px;
     margin-right: auto;
     margin-left: auto;
}

.komisaris {
     background-color: #edf3ff;
     padding-top: 50px;
     padding-bottom: 50px;
}

.komisaris .titlepage-kom h2 {
     /*font-family: 'Century Gothic';*/
     padding-bottom: 30px;
     font-size: 30px;
     text-align: center;
     font-weight: bold;
     color: #012B91;
}

.komisaris .titlepage-kom1 h2 {
     font-size: 28px;
     text-align: left;
     font-weight: normal;
     color: #012B91;
     border-bottom: #012B91 solid 3px;
}

.komisaris .titlepage-kom2 h2 {
     font-size: 28px;
     text-align: right;
     font-weight: normal;
     color: #012B91;
     border-bottom: #012B91 solid 3px;
}

.komisaris .titlepage span {
     font-family: 'Raleway', sans-serif;
}

.staff {
     text-align: center;
}

.man {
     background-color: #fff;
     /*box-shadow: 0 0 250px rgba(3, 3, 3, 0.15);*/
     padding-top: 0px !important;
}

.man2 {
     padding-top: 70px;
}

.man3 {
     padding-top: 70px;
}

.man img {
     padding-right: 0px;
     width: 100%;
     height: auto;
}

.man2 img {
     padding-right: 0px;
     width: 100%;
     height: auto;
}

.man3 img {
     padding-right: 0px;
     width: 100%;
     height: auto;
}

.staff img {
     transition: .5s;
     /*width: 1500px;
     height: auto;*/
}

.staff:hover img {
     transform: scale(1.1);
     /*filter: blur(5px)*/
}

.staff .team-overlay {
     transition: .5s;
     opacity: 0;
}

.staff:hover .team-overlay {
     opacity: 1;
}

/** end staff section **/


/** start karir **/

.karir {
     background-color: #edf3ff;
     padding-bottom: 50px;

}

.karir .container {
     max-width: 1500px;
}

.karir .banner_ka {
     position: absolute;
     top: 40%;
     transform: translateY(-24%);
     padding: 0;
     bottom: auto;
}

.karir .read_more {
     font-size: 17px;
     background-color: #1b1b1a;
     color: #fff;
     padding: 17px 0px;
     width: 100%;
     max-width: 186px;
     text-align: center;
     display: inline-block;
     transition: ease-in all 0.5s;
     font-weight: 500;
     border-radius: 5px;
     height: 60px;
     text-transform: uppercase;

}

.kategori img {
     width: 25%;
     height: auto;
}

.karir img {
     width: 100%;
     height: auto;
}

.karir .read_more:hover {
     background: #066516;
     color: #fff;
     transition: ease-in all 0.5s;
}

.karir .contact_btn {
     font-size: 15px;
     /*padding: 15px 0;*/
     font-weight: bold;
     max-width: 250px;
     background: #012B91;
     border-radius: 30px;
}

.karir .titlepage-ka h2 {
     padding-bottom: 30px;
     font-size: 30px;
     text-align: center;
     font-weight: bold;
     color: #012B91;
}

/** end karir **/

/** start registrasi **/

.registrasi {
     background-color: #edf3ff;
     padding-bottom: 50px;

}

.registrasi .container {
     max-width: 1500px;
}

.registrasi .titlepage-reg h2 {
     padding-top: 30px;
     padding-bottom: 30px;
     font-size: 30px;
     text-align: center;
     font-weight: bold;
     color: #012B91;
}

.registrasi h4 {
     font-size: 18px;
     color: #012B91;

}

.reg-form {
     padding: 20px 40px;
     background: #edf3ff;

}

.reg-form .contactus {
     border: #fff solid 1px;
     padding: 0px 20px;
     margin-bottom: 25px;
     width: 100%;
     height: 44px;
     background: #fff;
     color: #dadada;
     font-size: 17px;
     font-weight: normal;
     box-shadow: 0px 0px 18px rgba(22, 22, 23, 0.11);
}

.reg-form .textarea {
     border: #fff solid 1px;
     margin-bottom: 25px;
     width: 100%;
     background: #fff;
     color: #dadada;
     font-size: 17px;
     font-weight: normal;
     padding: 25px 20px 0 20px;
     box-shadow: 0px 0px 18px rgba(22, 22, 23, 0.11);
     height: 86px;
}

.reg-form .send_btn {
     font-size: 15px;
     transition: ease-in all 0.5s;
     background-color: #012B91;
     text-transform: uppercase;
     color: #fff;
     padding: 8px 0px;
     max-width: 144px;
     width: 100%;
     display: block;
     margin-top: 10px !important;
     border-radius: 20px;
}

.reg-form .send_btn:hover {
     background-color: #066516;
     transition: ease-in all 0.5s;
     color: #fff;
}

.reg-form .form-control {
     display: block;
     width: 100%;
     padding: 0.375rem 0.75rem;
     font-size: 1rem;
     line-height: 1.5;
     color: #495057;
     background-color: #edf3ff;
     background-clip: padding-box;
     border: 0.5px solid #012B91;
     border-radius: 0.75rem;
     transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

/** end registrasi **/

/** start anti fraud **/
.afraud {
     background-color: #E5EDFF;
     padding-top: 50px;
     padding-bottom: 50px;
     padding-left: 50px;
     padding-right: 50px;

}

.afraud .titlepage-fraud h2 {
     font-size: 30px;
     /*font-family: 'Century Gothic' ;*/
     padding-top: 20px;
     padding-left: 50px;
     padding-right: 50px;
     color: #012B91;
     font-weight: bold;
     text-align: center;
}

.afraud .titlepage {
     float: right;
     width: 75%;
     text-align: left;
     padding-bottom: 0;
}

.afraud .titlepage-fraud p {
     color: #012B91;
     font-weight: normal;
     /*font-family: 'Century Gothic';*/
     font-size: 20px;
     line-height: 32px;
     padding-bottom: 30px;
     text-align: justify;
     margin-left: 100px;
     margin-right: 100px;

}

/** start whistleblowing **/
.wblowing {
     background-color: #E5EDFF;
     padding-top: 50px;
     padding-bottom: 50px;


}

.wblowing .titlepage-whi h2 {
     font-size: 30px;
     /*font-family: 'Century Gothic' ;*/
     padding-top: 20px;
     /*padding-left: 20px;*/
     color: #012B91;
     font-weight: bold;
     text-align: left;
}

.wblowing .titlepage {
     float: right;
     width: 100%;
     text-align: left;
     padding-bottom: 0;
     line-break: 10px;
}

.wblowing .titlepage-whi p {
     color: #012B91;
     font-weight: normal;
     /*font-family: 'Century Gothic';*/
     font-size: 18px;
     line-height: 32px;
     text-align: justify;
}

.titlepage-whi li {
     text-align: justify;
     font-size: 18px;
     color: #012B91;
     font-weight: normal;
     cursor: default;
     padding-left: 5px;

}

.titlepage-whi ul {
     padding-top: 5px;
     text-align: justify;
     font-size: 18px;
     color: #012B91;
     font-weight: normal;
     cursor: default;
     padding-left: 20px;
}


/** end whistleblowing section **/


/** Start Download **/

.download {
     background-color: #edf3ff;
     /*padding-bottom: 50px;*/

}

.download .container {
     max-width: 1500px;
}

.download .banner_ka {
     position: absolute;
     top: 40%;
     transform: translateY(-24%);
     padding: 0;
     bottom: auto;
}

.download .read_more {
     font-size: 17px;
     background-color: #1b1b1a;
     color: #fff;
     padding: 17px 0px;
     width: 100%;
     max-width: 186px;
     text-align: center;
     display: inline-block;
     transition: ease-in all 0.5s;
     font-weight: 500;
     border-radius: 5px;
     height: 60px;
     text-transform: uppercase;

}

.download img {
     width: 100%;
     height: auto;
}

.download .read_more:hover {
     background: #066516;
     color: #fff;
     transition: ease-in all 0.5s;
}

.download .contact_btn {
     font-size: 15px;
     /*padding: 15px 0;*/
     font-weight: bold;
     max-width: 250px;
     background: #012B91;
     border-radius: 30px;
}

/** End Download **/

/** start anti fraud main **/
.afrauds {
     background-color: #E5EDFF;
 
}

.afrauds .contact_btn {
     font-size: 15px;
     font-weight: bold;
     max-width: 250px;
     background: #fff;
     border-radius: 5px;
     color: #000;
}

.afrauds img {
     width: 100%;
     height: auto;
}

.afrauds .contact_btn:hover {
     background: #012B91;
     color: #fff;
}

.afrauds .titlepage-afrauds h2 {
     font-size: 30px;
     padding-right: 50px;
     padding-left: 50px;
     padding-bottom: 30px;
     color: #012B91;
     font-weight: bold;
     text-align: left;

}

.afrauds .titlepage {
     float: right;
     width: 75%;
     text-align: left;
     padding-bottom: 0;
}

.afrauds p {
     color: #012B91;
     font-size: 16px;
     /*font-weight: normal;
     /*font-family: 'Century Gothic';*/
     line-height: 20px;
     text-align: left;
     padding-left: 50px;
     /*margin-right: 50px;*/

}
/** End Fraud **/

/*--------------------------------------------------------------
# Modal pop up
--------------------------------------------------------------*/

.mpopup {
     display: none;
     position: fixed;
     z-index: 1;
     padding-top: 100px;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     overflow: auto;
     background-color: rgb(0, 0, 0);
     background-color: rgba(0, 0, 0, 0.4);

}

.modal-content {
     position: relative;
     background-color: #012B91;
     margin: auto;
     padding: 0;
     width: 700px;
     box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
     -webkit-animation-name: animatetop;
     -webkit-animation-duration: 0.4s;
     animation-name: animatetop;
     animation-duration: 0.4s;
     border-radius: -20px;
     transform: translate(0%, 40%);
     max-width: 50%;
     /* 20230530 */
}

.modal-content p {
     font-size: 16px;
     color: #fff;
}

.modal-content h4 {
     font-size: 18px;
     color: #fff;
}

.modal-content .form-control {
     border-radius: 10px;
     padding-left: 10px;
     background-color: #E5EDFF;
}

.modal-header {
     padding: 2px 12px;
     background-color: #012B91;
     color: #333;
     border-bottom: 0px solid #e9ecef;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
     border-radius: 10px;
}

.modal-header h2 {
     font-size: 1.25rem;
     margin-top: 14px;
     margin-bottom: 14px;
     color: #ffffff;
}

.modal-body {
     /* 20230530 */
     /*padding: 2px 12px;
    color: #ffffff;*/
     position: relative;
     -ms-flex: 1 1 auto;
     flex: 1 1 auto;
     padding: 1rem;
     background-color: #012B91;
}

.modal-body i {
     /* 20230530 */
     color: #ffffff;
}

.modal-body .send_btn {
     /* 20230530 */
     font-size: 15px;
     transition: ease-in all 0.5s;
     background-color: #E5EDFF;
     font-weight: bold;
     border: #012B91 solid 3px;
     color: #012B91;
     padding: 8px 0px;
     margin: 0 auto;
     max-width: 100px;
     width: 150%;
     display: block;
     border-radius: 10px;

}

.modal-footer {
     padding: 1rem;
     background-color: #012B91;
     color: #012B91;
     border-top: 0px solid #e9ecef;
     border-bottom-left-radius: 1rem;
     border-bottom-right-radius: 1rem;
     text-align: right;
}

/*.modal-footer .send_btn {
     font-size: 15px;
     transition: ease-in all 0.5s;
     background-color: #E5EDFF;
     font-weight: bold;
     border: #012B91 solid 3px;
     color: #012B91;
     padding: 8px 0px;
     margin: 0 auto;
     max-width: 100px;
     width: 150%;
     display: block;
     border-radius: 10px;
}*/

.modal-header .close {
     color: #ffffff;
     float: right;
     font-size: 28px;
     font-weight: bold;
}

/*.close:hover, .close:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}*/


/* add animation effects */
@-webkit-keyframes animatetop {
     from {
          top: -300px;
          opacity: 0
     }

     to {
          top: 0;
          opacity: 1
     }
}

@keyframes animatetop {
     from {
          top: -300px;
          opacity: 0
     }

     to {
          top: 0;
          opacity: 1
     }
}



/** contact section **/

.contact {
     background: #fff;
     margin-top: 90px;
}

.contact .titlepage {
     text-align: left;
}



#request *::placeholder {
     color: #dadada;
     opacity: 1;
}

.padding_right0 {
     padding-right: 0;
}

.padding_left0 {
     padding-left: 0;
}


/** end contact section **/


/** clients section **/

/*.clients {
     padding-top: 90px;
     background: #161825;
     position: relative;
}

.clients .titlepage h2 {
     color: #fff;
}

.clients .titlepage span {
     color: #fff;
}

.parile0 {
     padding-left: 0;
     padding-right: 0;
}

.relative2 {
     position: inherit;
     padding: 0px 50px 80px 50px;
     text-align: left;
     border-top: #fe9901 solid 111px;
     border-radius: 10px;
}

.relative2 i {
     margin-top: -54px;
     position: relative;
     display: block;
}

.relative2 span {
     color: #151515;
     display: block;
     font-size: 30px;
     font-weight: 500;
     font-family: 'Open Sans', sans-serif;
}

.relative2 p {
     color: #151515;
     font-size: 17px;
     line-height: 28px;
     font-family: 'Open Sans', sans-serif;
     font-weight: normal;
}

.testimo_ban_bg {
     background: #fff;
     box-shadow: 0 0px 237px rgba(22, 22, 23, 0.11);
     border-radius: 10px;
}

.qusright {
     padding-right: 10px
}

.qusleft {
     padding-left: 10px
}

.consect {
     padding: 0px 0px 0px 40px;
}

#testimo .carousel-control-prev,
#testimo .carousel-control-next {
     width: 47px;
     height: 47px;
     background: #252525;
     opacity: 1;
     font-size: 20px;
     color: #fff;
     top: 88%;
     border-radius: 40px;
}

#testimo .carousel-control-prev:hover,
#testimo .carousel-control-next:hover,
#testimo .carousel-control-prev:focus,
#testimo .carousel-control-next:focus {
     background: #fe9901;
     color: #fff;
}

#testimo .carousel-control-prev {
     left: 0px;
}

#testimo .carousel-control-next {
     right: inherit;
     left: 7%;
}

.banner .carousel-indicators li {
     width: 20px;
     height: 20px;
     border-radius: 30px;
     background: #000;
}

.carousel-indicators {
     display: none;
}

*/
/** end clients section **/


/** footer **/

.footer {
     background: #000C24;
     padding-top: 50px;
     text-align: center;
}

ul.foot li {
     color: #fff;
     font-size: 15px;
     line-height: 32px;
     text-align: left;
     list-style: none;
     /* 24052023 */

}

ul.foot p {
     color: #fff;
     font-size: 14px;
     line-height: 25px;
     text-align: left;
     font-weight: normal;
}

ul.foot img {
     color: #fff;
     text-align: left;
     position: relative;
}

.footer .foot a {
     color: #fff;
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

.border_top1 {
     border-top: #fff solid 3px;
     padding-bottom: 60px;
}

.newslatter {
     padding-bottom: 120px;
}

.newslatter h4 {
     font-weight: 600;
     font-size: 35px;
     line-height: 25px;
     text-align: center;
     color: #fff;
}

.newslatter h4::before {
     position: relative;
     content: "";
     background-color: #fff;
     width: 213px;
     height: 4px;
     top: 44px;
     border-radius: 7px;
     display: flex;
     margin: 0 auto;
}

.footer h3 {
     font-family: 'Open Sans', sans-serif;
     font-weight: bold;
     font-size: 17px;
     line-height: 24px;
     border-bottom: #fff solid 1px;
     text-align: left;
     color: #fff;
     margin-bottom: 15px;
     display: table;
}

.logo_bottom {
     float: left;
     padding-bottom: 24px;
}

ul.link_menu li {
     display: block;
     text-align: left;
}

ul.link_menu li.active a {
     color: #ff0909;
}

ul.link_menu li a {
     color: #fff;
     font-size: 17px;
     line-height: 32px;
     display: block;
     width: -moz-max-content;
}

ul.link_menu li a:hover {
     color: #f4a111;
}

ul.insta {
     margin-top: 24px;
}

ul.insta li {
     display: inline-block;
     padding: 0 9px 9px 0px;
}

.bottom_form {
     margin-top: 23px;
}

.bottom_form .enter {
     border: inherit;
     padding: 0px 19px;
     width: 100%;
     height: 40px;
     background-color: transparent;
     color: #fff;
     font-size: 15px;
     font-weight: 300;
     float: left;
     margin-bottom: 20px;
     border: #fff solid 1px;
}

.sub_btn {
     font-size: 16px;
     transition: ease-in all 0.5s;
     background-color: transparent;
     color: #fff;
     padding: 5px 0px;
     max-width: 270px;
     width: 100%;
     height: 40px;
     border: #fff solid 1px;
}

.sub_btn:hover {
     background-color: #f4a111;
     transition: ease-in all 0.5s;
     color: #fff;
}

.copyright {
     margin-top: 60px;
}

.many {
     display: inline-block;
     color: #fff;
     font-size: 17px;
     line-height: 32px;
     font-weight: normal;
     text-align: left;
}

.copyright p {
     color: #fff;
     font-size: 15px;
     line-height: 22px;
     text-align: left;
     padding-top: 10px;
     font-weight: normal;
     padding-bottom: 20px;
     border-top: #fff solid 1px;
}

.copyright a {
     color: #fff;
}

.copyright a:hover {
     color: #ffffff;
     font-weight: bold;
}


/** end footer **/


/** endinner page css **/

.inner_page .full_bg {
     background-color: #fff !important;
     background: transparent;
}

.back_re {
     background-color: #c97a05;
}

.back_re .title {
     text-align: center;
}

.back_re .title h2 {
     color: #fff;
     font-size: 40px;
     padding: 40px 0;
     font-weight: 600;
     text-transform: uppercase;
     line-height: 35px;
     padding-top: 69px;
}

.margin_0 {
     margin: 0 !important;
}

.inner_page .footer {
     margin-top: 90px;
}


/*truck*/

.truck {
     padding-top: 0px;
     background-color: #E5EDFF;
}

.truck_img1 {
     width: 244px;
     height: 147px;
     position: relative;
     position: relative;
     -webkit-animation: myfirst 15s linear 0s infinite alternate;
     /* Safari 4.0 - 8.0 */
     animation: myfirst 15s linear 0s infinite alternate;
}

/* back to top */

.back-to-top {
     position: fixed;
     right: 30px;
     bottom: 30px;
     z-index: 11;
     animation: action 1s infinite alternate;
}

@keyframes action {
     0% {
          transform: translateY(0);
     }

     100% {
          transform: translateY(-15px);
     }
}

.btn-primary {
     color: #ffffff;
     background-color: #012B91;
     border-color: #012B91;

}

.btn-primary:hover {
     color: #fff;
     background-color: #066516;
     border-color: #066516;
}


/* Safari 4.0 - 8.0 */

@-webkit-keyframes myfirst {
     0% {
          left: 0px;
          top: 0;
     }

     20% {
          left: 10%;
          top: 0;
     }

     40% {
          left: 20%;
          top: 0;
     }

     60% {
          left: 30%;
          top: 0;
     }

     80% {
          left: 40%;
          top: 0;
     }

     100% {
          left: 50%;
          top: 0;
          ;
     }

     /* Standard syntax */
     @keyframes myfirst {
          0% {
               left: 0px;
               top: 0;
          }

          20% {
               left: 10%;
               top: 0;
          }

          40% {
               left: 20%;
               top: 0;
          }

          60% {
               left: 30%;
               top: 0;
          }

          80% {
               left: 40%;
               top: 0;
          }

          100% {
               left: 50%;
               top: 0;
               transform: rotateY(180deg)
          }
     }

     /* end truck*/