@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
section {
    padding: 60px 0;
   /* min-height: 100vh;*/
}

.contact-area {
border-bottom: 1px solid #353C46;
}

.contact-content p {
font-size: 15px;
margin: 30px 0 60px;
position: relative;
}

.contact-content p::after {
background: #353C46;
bottom: -30px;
content: "";
height: 1px;
left: 50%;
position: absolute;
transform: translate(-50%);
width: 80%;
}

.contact-content h6 {
color: #8b9199;
font-size: 15px;
font-weight: 400;
margin-bottom: 10px;
}

.contact-content span {
color: #353c47;
margin: 0 10px;
}

.contact-social {
margin-top: 30px;
}

.contact-social > ul {
display: inline-flex;
}

.contact-social ul li a {
border: 1px solid #8b9199;
color: #8b9199;
display: inline-block;
height: 40px;
margin: 0 10px;
padding-top: 7px;
transition: all 0.4s ease 0s;
width: 40px;
}

.contact-social ul li a:hover {
border: 1px solid #FAB702;
color: #FAB702;
}

.contact-content img {
max-width: 210px;
}

section, footer {
background: #1A1E25;
color: #868c96;
}

footer p {
padding: 40px 0;
text-align: center;
}

footer img {
width: 44px;
}
body{
    font-family: 'Poppins', sans-serif;
    color: #000;
}
a:hover, a:focus{
    color: #fff;
    font-weight: bold;
}
table {
    margin: auto;
}
.box-domisili{
    margin-top: 13px !important;
}
.color-black{
    color: #000;
    font-weight: 500;
}
#back-top-login-moobile {
    position: fixed;
    bottom: 70px;
    right: 19px;
    display: none;
    padding: 0;
    margin: 0;
    z-index: 20;
}
.icon.icon-arrows-up{
    font-size: 35px !important;
}
.img-informasi-unit{
    width: 50%;
}
h3 span{
    font-size: 28px;
    line-height: 1.9;
}
span{
    font-size: 16px;
}
.navbar-nav{
 flex-direction: inherit !important;   
float: inherit !important;
}

.bg-unduh{
    background:transparent;
    padding: 10px;
    border:1px solid #ddd;
}
.font-label{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}
.controled{
    width: 100%;
    height: 46px;
    padding: 1rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    box-shadow: inset 0 0 0 transparent;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.slider, 
.slider > div {
    /* Images default to Center Center. Maybe try 'center top'? */
    background-position: center center;
    display: block;
    width: 100%;
    height: 427px;
    padding-top: 80px;
    /* height: 100vh; *//* If you want fullscreen */
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    -moz-transition: transform .4s;
    -o-transition: transform .4s;
    -webkit-transition: transform .4s;
    transition: transform .4s;
}

.slider > div {
    position: absolute;
}

.slider > i {
    color: #5bbd72;
    position: absolute;
    font-size: 60px;
    margin: 20px;
    top: 60%;
    text-shadow: 0 10px 2px #223422;
    transition: .3s;
    width: 30px;
    padding: 10px 13px;
    background: #fff;
    background: rgba(255, 255, 255, .3);
    cursor: pointer;
    line-height: 0;
    box-sizing: content-box;
    border-radius: 3px;
    z-index: 4;
}

.slider > i svg {
    margin-top: 3px;
}

.slider > .left {
    left: -100px;
}
.slider > .right {
    right: -100px;
}
.slider:hover > .left {
    left: 0;
}
.slider:hover > .right {
    right: 0;
}

.slider > i:hover {
    background:#fff;
    background: rgba(255, 255, 255, .8);
    transform: translateX(-2px);
}

.slider > i.right:hover {
    transform: translateX(2px);
}

.slider > i.right:active,
.slider > i.left:active {
    transform: translateY(1px);
}

.slider:hover > div {
    transform: scale(1.01);
}

.hoverZoomOff:hover > div {
    transform: scale(1);
}

.slider > ul {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 4;
    padding: 0;
    margin: 0;
    transform: translateX(-50%);
}

.slider > ul > li {
    padding: 0;
    width: 0px;
    height: 0px;
    border-radius: 50%;
    list-style: none;
    float: left;
    margin: 10px 10px 0;
    cursor: pointer;
    border: 1px solid #fff;
    -moz-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

.slider > ul > .showli {
    background-color: #7EC03D;
    -moz-animation: boing .5s forwards;
    -o-animation: boing .5s forwards;
    -webkit-animation: boing .5s forwards;
    animation: boing .5s forwards;
}

.slider > ul > li:hover {
    background-color: #7EC03D;
}

.slider > .show {
    z-index: 1;
}

.hideDots > ul {
    display: none;
}

.showArrows > .left {
    left: 0;
}

.showArrows > .right {
    right: 0;
}

.titleBar {
    z-index: 2;
    display: inline-block;
    background: rgba(0,0,0,.5);
    position: absolute;
    width: 100%;
    bottom: 0;
    transform: translateY(100%);
    padding: 20px 30px;
    transition: .3s;
    color: #fff;
}

.titleBar * {
    transform: translate(-20px, 30px);
    transition: all 700ms cubic-bezier(0.37, 0.31, 0.2, 0.85) 200ms;
    opacity: 0;
}

.titleBarTop .titleBar * {
    transform: translate(-20px, -30px);
}

.slider:hover .titleBar,
.slider:hover .titleBar * {
    transform: translate(0);
    opacity: 1;
}

.titleBarTop .titleBar {
    top: 0;
    bottom: initial;
    transform: translateY(-100%);
}

.slider > div span {
    display: block;
    background: rgba(0,0,0,.5);
    position: absolute;
    bottom: 0;
    color: #fff;
    text-align: center;
    padding: 0;
    width: 100%;
}


@keyframes boing {
    0% {
        transform: scale(1.2);
    }
    40% {
        transform: scale(.6);
    }
    60% {
        transform: scale(1.2);
    }
    80% {
        transform: scale(.8);
    }
    100% {
        transform: scale(1);
    }
}

/* -------------------------------------- */

.mt-100{
    margin-top: 100px;
}
.button.teal{
    background-color: #fff;
    color: #04AA6D;
}
.footer-copy{
    margin-top: 32px;
}
.error {
    color: red;
}
#myform {
    margin: 10px;
}
#myform > div {
    margin-top: 10px;
}
.img-responsive{
    width: 100%;
    display: none !important;
}
.about-us{
    padding: 50px;
}
@media only screen and (max-width: 600px) {
    .table>thead>tr>th{
        font-size: 12px !important;
    }
    #back-top-login-moobile {
        position: fixed;
        bottom: 70px;
        right: 19px;
        display: block;
        padding: 0;
        margin: 0;
        z-index: 20;
    }
    .card-unit-form{
        width: 100% !important;
    }
    .kirim-data{
        width: 100% !important;
    }
    .page-title-big{
        border-radius: 0px !important;
        padding-bottom: 20px !important;
    }
    h4 .font-white{
        font-size: 12px;
    }
    h4{
        margin: 0px 0 10px 0;
    }
    .img-about{
        padding: 100px 0px 0px 70px !important;
    }
    .about-us{
        padding: 0px;
    }
    .slider > i{
        top: 10%;
    }
    .pt-110-cont, .pt-100-cont{
        padding-top: 26px;
    }
    .slider, .slider > div{
        padding-top: 0px !important;
        height: 448 !important;
    }
    .btn{
        font-size: 12px !important;
        margin-top: 10px;
    }
    .img-responsive{
        width: 100%;
        display: block !important;
    }
    .img-size{
        min-height: 486px !important;
        max-height: 560px !important;
        object-fit: cover;
        border-radius: 8px;
    }
    .flexslider .slides>li{
        margin-top: 0px !important;
        width: 100% !important;
        max-width: 400px !important;
        height: auto !important;
        display: block !important;
    }
    .card-unit{
        margin: 0px !important;
        padding: 5px !important;
        min-height: 185px !important;
    }
    .card-unit img{
        padding: 10px;
    }
    .border-card{
        margin: 0px !important;
    }
    .button.blue{
        width: 100% !important;
        padding: 5px 10px 5px 10px !important;
        font-size: 10px !important;
        margin-top: 5px;
    }
}
.ts-icon-container-bg{
    height: 100%;
}
.ts-img-container img{
    height: 225px !important;
    object-fit: cover;
}
.quote-author-description{
    padding-bottom: 20px;
}
.field-icon {
    float: right;
    margin-left: -25px;
    margin-right: 10px;
    margin-top: -30px;
    position: relative;
    z-index: 2;
}
.modal-header{
    background-color: transparent;
    background-image: linear-gradient(260deg, #1abc9c 0%, #18a0fb 180%);
    border: none !important;
}
.text-animation{
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
}
.mb-form{
    margin-bottom: 10px;
}
.line-tabs{
    padding: 8px 10px 8px 10px;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    outline: none;
    position: relative;
    color: #fff;
    display: inline-block;
    background: #1abc9c;
    border-radius: 5px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 16px;
    margin:2px;
}
/* Tabel */
#customers {
    border-collapse: collapse;
    width: 100%;
  }
  
  #customers td, #customers th {
    border: 1px solid #ddd;
    padding: 8px;
    font-size: 16px;
  }
  
  #customers tr:nth-child(even){background-color: #fff;}
  
  #customers tr:hover {background-color: #ddd;}
  
  #customers th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #04AA6D;
    color: white;
  }
  .button.small{
      font-size: 14px ;
  }
.font-24-title{
    font-size: 24px !important;
    font-weight: 700;
}

.btn .btn-danger{

}
.table-responsive{
    border: 2px solid #ddd;
}
.table>thead>tr>th{
    font-size: 16px;
    font-weight: bold;
}
.card-send .text-center{
    color: #fff !important;
}
.card-send{
    background-image: linear-gradient(260deg, #1abc9c 0%, #18a0fb 180%);
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}
.modal-header .close{
    margin-top: -160px !important;
    font-size: 44px !important;
    color: #c0392b;
    opacity: 1 !important;
}
.modal-footer{
    text-align: left;
}
.modal-backdrop{
    height: auto !important;
}
.btn-primary{
    width: 100%;
}
/* Sosial media */
.btn-share-twitter{
    background:#5DA9DD;
    font-size: 22px;
}
.btn-share-youtube{
    background:#EC432D;
    font-size: 22px;
}
.btn-share-facebook{
    background: #3861c5;
    font-size: 22px;
}
.btn-share-instagram{
    background: #f09433; 
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
    font-size: 22px;
}
.btn-sosmed{
    width: 5.125rem;
    height: 5.125rem;
    border-radius: 50%;
    overflow: hidden;
    margin-right: .5rem;
    color: #fff;
    border: none;
    display: inline-block;
    text-align: center;
    position: relative;
}
.author-testimonial{
    font-size: 20px;
}
.ts-text-container{
    padding-top: 30px;
    font-weight: 600;
    text-align: justify;
}
.button.thin.blue{
    font-size: 18px;
}
/* input, textarea, select, .login-select, .controled{
    width: 100% !important;
    padding: 0.875rem 1.375rem;
    color: #495057;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 2px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
} */
.tabs-3 .nav-tabs>li>a{
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
}
.font-white{
    color: #fff !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;

}
.kirim-data{
    width: 50%;
    margin: 0px auto;
}
.font-red{
    color: #c0392b !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 12px;
}
.page-title-big{
    border-radius: 0px 0px 150px 150px;
    padding-bottom: 50px;
}
.label-primary{
    background-image:linear-gradient(260deg, #1abc9c 0%, #18a0fb 180%);
    font-weight: bold;
    border-radius: 4px;
    font-size: 13px;
}
#main-menu .sub{
    background: #fff;
    font-weight: bold;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
#main-menu .sub a{
    color: #495057;
    font-weight: 600;
}
#main-menu .sub a:hover{
    color: #495057;
    font-weight: 600;
}
.ts-icon-container{
    background-color: #fff;
}
.grey-unit{
    background-image:linear-gradient(260deg, #1abc9c 0%, #18a0fb 180%);
}
.grey-light-bg{
    background-image:linear-gradient(260deg, #1abc9c 0%, #18a0fb 180%);
}
.page-title-small{
    padding-top: 75px;
    padding-bottom: 20px;
}
.breadcrumbs a{
    text-align: left;
    color: #fff !important;
}
.breadcrumbs{
    text-align: left;
    font-size: 12px;
    color: #fff;
}
.breadcrumbs a:hover, .bread-current{
    color: #fff;
    font-weight: bold;
}
#back-top a{
    background-image:linear-gradient(260deg, #1abc9c 0%, #18a0fb 180%);
    color: #fff;
    border-radius: 4px;
}
.fes6-box .icon{
    background-image:linear-gradient(260deg, #1abc9c 0%, #18a0fb 180%);
    padding: 20px 0px 0px 3px;
    width: 100px;
    height: 100px;
    border-radius: 8px;
    color: #fff;
}
.owl-carousel{
    display: block;
}
.owl-carousel .owl-wrapper-outer{
    border-radius: 8px;
}
.ts-icon-container-bg{
    background-image:linear-gradient(260deg, #1abc9c 0%, #18a0fb 180%);
}
.text-500{
    font-weight: 500;
    letter-spacing: 1px;
}
.card-why{
    background-color: rgb(255 255 255 / 80%);
	border-radius: 10px;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
	display: flex;
	margin: 20px;
    max-width: 350px;
	overflow: hidden;
}
.logo-footer{
    width:200px;
    height: 50px;
}
.img-about img{
    border-radius: 12px;
    box-shadow: -8px -23px 0px 0px #25668E,
    23px 0px 0px 8px #648b5e,
    5px 5px 22px 20px rgba(36,34,60,0.45);
}
.bold{
    font-weight: bold !important;
}
.card-misi{
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 10px 10px 0px 10px;
    padding: 20px 20px 20px 20px;
    border-radius: 8px;
    min-height: 165px;
}
.equal-height{

}
.text-left{
    text-align: left !important;
}
.width-full{
    max-width: 100% !important;
    padding: 0px 50px 140px 50px;
}
.img-about{
    width: 75%;
    padding: 100px 0px 0px 0px;
}
.fes2-text-cont{
    text-align: justify;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 16px;
    overflow-y: scroll;
    height: 400px;
}
#scroll-1::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#scroll-1::-webkit-scrollbar
{
	width: 4px;
	background-color: #F5F5F5;
}

#scroll-1::-webkit-scrollbar-thumb
{
	background-color: #000000;
	border: 1px solid #555555;
}
.img-testi{
    width: 200px;
    height: 190px;
    object-fit: cover;
}
.card-top{
    padding: 0px 50px 140px 50px !important; 
}

.fes2-main-text-cont{
    max-width: 550px;
    font-family: 'Poppins', sans-serif;
    padding: 54px 50px 140px 50px;
}
.bg-title{
    background-color: transparent;
    background-image: linear-gradient(260deg, #1abc9c 0%, #18a0fb 180%);
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size: 28px;
    color: #fff;
    padding: 20px 0px 20px 0px;
}
.img-size{
    min-height: 400px;
    max-height: 400px;
    object-fit: cover;
    border-radius: 8px;
}
.bg-pattern-right-top{
    background-image: url('../images/pattern/pattern.png');
    background-position: right top;
    background-repeat: no-repeat;
}
.bg-pattern-right{
    background-image: url('../images/pattern/pattern.png');
    background-position: right bottom;
    background-repeat: no-repeat;
}
.bg-pattern-left{
    background-image: url('../images/pattern/pattern.png');
    background-position: left;
    background-repeat: no-repeat;
}
.bg-footer{
    background-image: url('../images/pattern/pattern-footer.png');
    background-repeat: round;
    padding-top: 0px;
    padding-bottom: 0px;
}
.bg-footer .container{
    padding:20px 0px 20px 0px;
}
.color-open{
    color: #424d6d;
}
.color-close{
    color: #e74c3c;
}
.border-card{
    margin: 5px 0 20px 0;
    border: 1px solid #eee;
}
.button.blue{
    background: #1abc9c;
    font-size: 12px;
    font-weight: 600;
    border-radius: 6px;
}
.no-margin{
    margin: 0px !important;
}
.card-unit{
    border-style: solid;
    border-width: 10px 0px 0px 0px;
    border-color: #424d6d;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 10px;
    padding: 5px 30px 5px 30px;
    border-radius: 8px;
    min-height: 218px;
}
.card-unit-form{
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;    padding: 20px;
    border: 1px solid #eee;
    border-radius: 8px;
    min-height: 218px;
    margin: 0px auto;
    width: 82%;
}
.tabs-3 .nav-tabs>li>a:hover{
    text-decoration: none;
    background-color: none;
    background-image: linear-gradient(260deg, #1abc9c 0%, #18a0fb 180%);
    color: #fff;
    border-radius: 4px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a{
    text-decoration: none;
    background-color: none;
    background-image: linear-gradient(260deg, #1abc9c 0%, #18a0fb 180%);
    color: #fff !important;
    border-radius: 4px;
}
.nav-tabs{
    border-bottom:none;
}
.arrow-unit{
    border:1px solid #2d3436;
}
#main-menu .navbar .nav > li > a{
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
}
.affix.header-1 #main-menu .navbar .nav > li > a{
    padding: 30px 3px 5px 3px;
}
.affix.header-1 #main-menu .navbar .nav > li.current > a{
    padding: 30px 3px 5px 3px;
}
.button.medium{
    border-radius: 8px;
}
.login-css{
    padding: 8px 10px 8px 10px;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    outline: none;
    position: relative;
    color: #fff;
    margin: -7px 0 0 0;
    display: inline-block;
    background: #1abc9c;
    border-radius: 5px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 14px;
}
@media (min-width: 992px){
.modal-lg {
    width: 100%;
}
#login-css{
    padding: 8px 10px 8px 10px;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    outline: none;
    position: relative;
    color: #fff;
    margin: -7px 0 0 0;
    display: inline-block;
    background: #1abc9c;
    border-radius: 5px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 14px;
}
.header.no-transparent .logo-2{
    padding: 20px 0px 10px 0px;
}
.header-1 #main-menu .navbar .nav > li.current > a{
    border-bottom: none;
    color: #648b5e;
    font-weight: 700;
}
.logo-img{
    height: 60px !important;
  }
.logo-row{
    width: 430px !important;
}

@media (min-width: 1025px){
    .header-1 #main-menu .nav.navbar-nav {
        margin-right: 0px;
    }
}
