/**
* Template Name: Arsha - v4.1.0
* Template URL: https://bootstrapmade.com/arsha-free-bootstrap-html-template-corporate/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #333;
  font-size:13px;
  min-height:560px;
}

/*
#main{
  min-height:560px;
}
  */

a {
  color: #2e3192;
  text-decoration: none;
}

a:hover {
  color: #e50000;
  text-decoration: none;
}

h1, h3, h4, h6 {
  font-family: "Jost", sans-serif;
}

h2
{
  color: #2e3192;
  font-weight:bold;
  font-size: 26px;
}

h5
{
  color: #2e3192;
  font-weight:bold;
  font-size: 18px;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/

.water{
  width:400px;
  height: 400px;
  background-color: skyblue;
  border-radius: 50%;
  position: relative;
  box-shadow: inset 0 0 30px 0 rgba(0,0,0,.5), 0 4px 10px 0 rgba(0,0,0,.5);
  overflow: hidden;
}
.water:before, .water:after{
  content:'';
  position: absolute;
  width:400px;
  height: 400px;
  top:-150px;
  background-color: #fff;
}
.water:before{
  border-radius: 45%;
  background:rgba(255,255,255,.7);
  animation:wave 5s linear infinite;
}
.water:after{
  border-radius: 35%;
  background:rgba(255,255,255,.3);
  animation:wave 5s linear infinite;
}
@keyframes wave{
  0%{
      transform: rotate(0);
  }
  100%{
      transform: rotate(360deg);
  }
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: rgba(255,255,255, 0.4);
}

#preloader:before {
  content: '';
  position: fixed;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
  border: 10px solid #2e3192;
  border-top-color: rgba(255,255,255, 0.01);
  border-bottom-color: rgba(255,255,255, 0.01);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 25px;
  z-index: 996;
  background: #f3f3f3;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #2e3192;
  line-height: 0;
}

.back-to-top:hover {
  border: 0px solid #2e3192;
  background: #e50000;
  color: #fff;
}

.back-to-top i:hover {
  border: 0px solid #2e3192;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
  background: #fff;
}

.breadcrumb {
  padding: 10px 10px;
  background: #f3f3f3;
  min-height: 30px;
margin-bottom: 0px;
color: #2e3192;
font-weight: 500;
}

.breadcrumb a:hover {
color: #e50000;
font-weight: 500;
}

/*
background: rgba(255,255,255, 0.9);
background: rgba(40, 58, 90, 0.9);
*/

#header.header-scrolled, #header.header-inner-pages {
  background: #fff;
  box-shadow: 2px 3px 3px 2px #f3f3f3;
}

#header .logo {
  margin: 0;
  margin-top:-7px;
  margin-left:1%;
  padding-right: 15px;
  text-decoration:none;
}

#header .logo a {
  color: #fff;
  text-decoration:none;
}

#header .logo img {
  max-height: 40px;
  text-decoration:none;
}

.carousel-caption h3
{
  color: #2e3192;
  font-weight:bold;
  font-size: 20px;
}

.carousel-caption h3:hover
{
  color: #e50000;
  font-weight:bold;
  font-size: 20px;
}

.image_slide
{
  width:100%;
  height:520px;
  margin: auto;
  display: block;
}

.image_flag
{
  width:64%;
  margin-left: auto;
  margin-right: auto;
}

/*margin-right: 20px;*/

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/

{box-sizing: border-box}
body {font-family: Verdana, sans-serif; margin:0}
.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: black;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/*
.active, .dot:hover {
  background-color: #fff;
}
*/

/*
.active, .dot:hover {
  background-color: #ff0000;
}
*/

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

#captcha {
  margin-bottom: 8px;
}

#captcha .title {
  text-align: center;
  border-bottom: 2px solid #eee;
  margin-bottom: 30px;
  padding: 30px 0;
}

#captcha .captcha-from {
  max-width: 70%;
  margin: 0 auto;
}

#captcha .captcha-from label{
  font-weight: normal;
}

#captcha .form-control{
  border-radius: 0;
}
#captcha .input-group-addon {
  border-top-left-radius: 0 ;
  border-bottom-left-radius: 0;
}

#captcha .captcha-group div{
 
}

#captcha .captcha-code .code{
  border-radius: 10px;
  width: 120px;
  height: 44px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  border: 1px solid #CCC;
}

#captcha .captcha-code .code .dynamic-code{
  text-shadow: 7px 7px 5px rgba(150, 150, 150, 1);
  color: #2e3192;
  text-align: center;
  font-size: 18px;
  font-weight: 900;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;           /* Non-prefixed version, currently */
  cursor: help;
}

#captcha .captcha-code .code .dynamic-code:first-letter{
  font-size: 28px;
}

#captcha .captcha-code .captcha-reload{
  cursor: pointer;
  font-size: 26px;
  font-weight: bold;
  margin-top: 0;
  max-width: 36px;
  color: #2e3192;
}

#captcha .captcha-code .captcha-reload:hover{
  color: #00B16A;
}

#captcha #captcha-input{
  max-width: 200px;
  margin-top: 0px;
  border-radius: 10px;
}

#captcha .btn{
  border-radius:0;
}

#captcha .table_captcha {min-width:100%;border:0px solid #f3f3f3; margin-bottom:50px;}
#captcha .table_captcha th {padding:0px;border:0px solid #000; background-color:#fff; color:#555;
text-align:center;font-size:12px;}
#captcha .table_captcha td {padding:7px;border:0px solid #000; color:#0b486b; font-weight:700; font-size:12px;}
#captcha .table_captcha th{
  cursor: pointer;
  font-size: 30px;
  font-weight: bold;
  margin-top: 0;
  max-width: 36px;
  color: #2e3192;
}

#errCaptcha {
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  margin-top: -25px;
  margin-bottom: 10px;
  max-width: 360px;
  color: #2e3192;
}

#captcha .table_captcha th :hover{
  cursor: pointer;
  color: #e50000;
}

#errCaptcha .table_captcha  th{
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  margin-top: 0;
  max-width: 36px;
  color: #2e3192;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}
.navbar {
  padding: 0;
  color: #fff;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
  color: #303030;
  margin-right:45px;
  margin-left:45px;
}
/*
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
  background: #0069e0;
  color:#fff;
  border-radius:15px;
}

.navbar li {
  position: relative;
  color:#fff;
}
*/

.navbar ul {
  padding: 0;
  margin: 0;
  display: flex;
  list-style: none;
  align-items: center;
  background: #2e3192;
  border-radius: 15px;
}
/*
background: linear-gradient(#4d6091,#2e3192);
*/

.navbar li {
  position: relative;
  border :0px solid #fff;
}

.navbar a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  font-weight: 800;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
  padding: 8px 10px;
  outline: none;
}

.navbar a i {
  font-size: 13px;
  line-height: 0;
  margin-left: 5px;
}

.nav-login a i {
  font-size: 20px;
  line-height: 0;
}
/*
.navbar .nav-login a i:hover {
  background-color: #fff;
  color: #e50000;
padding:0;
  transition: .5s linear;
}
*/

.navbar a:hover, .navbar .active, .navbar li:hover > a {
  color: #fff;
  background: linear-gradient(-40deg, #0b486b, #e50000, #e50000, #e50000);
	background-size: 400% 400%;
	animation: gradient 3s ease infinite;
  border-radius:15px;
  transition: .5s linear;
  text-decoration: none;
}

.navbar .getstarted {
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 50px;
  color: #fff;
  font-size: 14px;
  border: 2px solid #2e3192;
  font-weight: 600;
}

.navbar .getstarted:hover {
  color: #fff;
  background: #31a9e1;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 0px;
  top: calc(100% + 30px);
  padding: 7px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  transition: 0.5s;
  border-radius: 5px;
}

.navbar .dropdown ul li {
  min-width: 50px;
  text-align: center;
}

.navbar .dropdown ul a {
  padding: 5px 8px;
  font-size: 13px;
  text-transform: none;
  font-weight: 600;
  color: #2e3192;
  text-align: center;
}

.navbar .dropdown ul a i {
  font-size: 12px;
  padding: 5px 8px;
}

.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #fff;
  background: linear-gradient(#4d6091,#2e3192);
  border-radius: 0px;
  transition: .5s linear;
  text-decoration: none;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
  text-decoration: none;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

/*
input[type=text], input[type=password] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
*/

/* Set a style for all buttons */
.button_modal {
  margin-left:30px;
  background-color: #fff;
  color: #2e3192;
  padding: 0px 0px;
  font-size:20px;
  border: none;
  cursor: pointer;
  width: 100%;
}

.button_modal :hover {
  color: #e50000;
}

.button_flag {
  margin-right: -20px;
  background: #fff;
  border: none;
  cursor: pointer;
}

.button_flag_1 {
  background: #fff;
  border: none;
  cursor: pointer;
}

.container_flag {
  margin-top:-15px;
  margin-bottom:2px;
  margin-right:20px;
  background: #fff;
  text-align:right;
}

.button_flag :hover {
  color: #e50000;
}

/* Extra styles for the cancel button */
.cancelbtn {
  width: auto;
  padding: 10px 18px;
  background-color: #f44336;
}

/* Center the image and position the close button */
.imgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
  position: relative;
}

.image_instruksi {
	vertical-align: text-top;
	margin-top:-4px;	
}

.image_disc {
	vertical-align: text-top;
	margin-top:-4px;	
	width:60%;
}

.image_epps {
	vertical-align: text-top;
	margin-top:0px;	
}

img.avatar {
  width: 92%;
}

.container-modal {
  padding: 5px;
}

span.psw {
  float: right;
  padding-top: 16px;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
  padding-top: 60px;
}

/* Modal Content/Box */
.modal-content {
  background-color: #ffff;
  margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
  border-top: 3px solid #2e3192;
  border-right: 8px solid #2e3192;
  border-bottom: 8px solid #2e3192;
  border-left: 3px solid #2e3192;
  width: 30%; /* Could be more or less, depending on screen size */
  border-radius: 20px;

}

.modal_media {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 7%; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  }
  
  /* Modal Content */
  .modal-content_media {
  position: relative;
  background-color: #fff;
  font-size: 13px;
  margin: auto;
  padding: 25px;
  width: 33%;
  border-radius:15px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }

  .close_notif {
    position: absolute;
    right: -30px;
    top: -30px;
  background-color: #e41c1c;
  border:none;
  border-radius: 50%;
  /*
    border-top-right-radius: 15px;
  */
    color: white;
    padding: 5px 5px;
    letter-spacing:0px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    cursor: pointer; 
    font-weight:bold;	
  }

  .close_notif:hover,
  .close_notif:focus {
  box-shadow: 0px 10px 20px rgba(0,0,0,0.4);
  transform: scale(1.05,1.05);
  border-radius:0px;
  color: #000;
  text-decoration: none;
  cursor: pointer;
  background-color: #e41c1c;
  transform: scale(1.05,1.05);
  border-radius: 50%;
  /*
    border-top-right-radius: 15px;
  */
  }

  .modal_media a:hover
{
  background: #fff;
}

.modal_media .button_notif
{
  display: block;
}

.button_notif a {
	outline: none;
  }

.button_notif .badge {
	position: absolute;
	top: -10px;
	right: -10px;
	padding: 4px 7px;
	border-radius: 50%;
	background-color: #ff3232;
	font-size:13px;
	font-weight:bold;	
	color: white;
  }

.button_notif {
	background-color: #f3f3f3;
    border: none;
	color: #333;
	border-radius: 15px;
    padding: 12px 17px;
    letter-spacing:0px;
	text-align: center;
    text-decoration: none;
    font-size: 12px;
    cursor: pointer; 
	font-weight:bold;	
	position: relative;
	margin-right: 15px;
	border:1px solid #d8d8d8;
box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;



    display: block;


/*
float: left;
box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
*/
}

.button_status a {
	outline: none;
  }

.button_status .badge {
	position: absolute;
	top: -10px;
	left: -10px;
	padding: 7px 10px;
	border-radius: 50%;
	background-color: #2e3192;
	font-size:13px;
	font-weight:bold;	
	color: white;
  }

.button_status {
	background-color: #f3f3f3;
    border: none;
	color: #333;
	border-radius: 15px;
    padding: 5px 8px;
    letter-spacing:0px;
	text-align: center;
    text-decoration: none;
    font-size: 12px;
    cursor: pointer; 
	font-weight:bold;	
	position: relative;
	margin-right: 5px;
	border:1px solid #d8d8d8;
box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
   width: 140px;
   height: 105px;
   margin: 5px auto;
}

.button_status:hover {
	outline: none;
	background-color: #f3f3f3;
	animation: gradient 3s ease infinite; color:#333;
	border-radius: 5px;
	transition: .5s linear;	
	outline: none;
	box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;		
	
}



/* The Close Button (x) */
.close {
  position: absolute;
  right: 15px;
  top: -38px;
  color: #fff;
  background: #e50000;
  font-size: 20px;
  font-weight: bold;
  padding:0px 5px;
  border-radius: 0px;
}

.close:hover,
.close:focus {
  background: #cc0000;
  cursor: pointer;
}

.modal_1 {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	padding-top: 30px; /* Location of the box */
	margin-top:-15%;
 
	width: 100%; /* Full width */
	height: 83%; /* Full height */
	overflow: auto; /* Enable scroll if needed */

  border-radius:15px;
  }
  
  /* Modal Content */
  .modal-content_1 {
	  position: relative;
	background-color: #fff;
	margin: auto;
	padding: 0px;
	width: 35%;

	border-radius:15px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;

  border:1px solid #d8d8d8;

  }

  /*min-height: 40%;*/

  .modal-content_1 h3{
	 
	margin-bottom:-3%;
  margin-left:7%;
  margin-top:-2%;
	
  }


/* Add Zoom Animation */
.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}

.login {
  padding:15px;
  max-width: 300px;
  margin: 10px auto;
  background-color: #fff;
  font-size: 14px;
  font-weight: bold;
  }

  .login-1--header {
    background-color: #2e3192; }
  .login-1 .arrow-down {
    border-top: 20px solid #2e3192; }
  .login-1 .input-group-addon {
    background-color: #2e3192; }
  .login-1 .btn-default {
    background-color: #2e3192; }

  .login-2--header {
    background-color: #6d008f; }
  .login-2 .arrow-down {
    border-top: 20px solid #6d008f; }
  .login-2 .btn-default {
    background-color: #6d008f; }
  .login-2 .input-group-addon {
    background-color: #6d008f; }
  .login-3--header {
    background-color: #b33000; }
  .login-3 .arrow-down {
    border-top: 20px solid #b33000; }
  .login-3 .btn-default {
    background-color: #b33000; }
  .login-3 .input-group-addon {
    background-color: #b33000; }
  .login--header {
    padding: .7em 0;
    color: #fff;
    position: relative; }
    .login--header h3 {
      text-transform: UPPERCASE; }
  .login--form {
    padding: 10px 200px; }

    .login h3 {
      margin-top:-30px;
      padding: 10px 20px; 
    font-size:20px;}

    .login h4 {
      margin-top:0px;
    font-size:16px;
    margin-bottom:20px;}

    .login--form__input-area {
      border-radius:0px;
      width: 100%; }
  .login--footer {
    padding: 0 20px 20px 20px; }
    .login--footer__text:first-of-type {
      padding-top: 10px; }
  .login .btn {
    margin-left:25%;
    border: none;
    border-radius: 0;
    display: block;
    width: 50%;
    color: #fff; 
  height:50px;
}
    

/***********utility************/
.arrow-down {
  z-index: 999;
  border: 20px solid transparent;
  position: absolute;
  margin: 0 auto;
  top: 100%;
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }

span.input-group-addon {
  color: #fff;
  font-size: 16px;
  width: 17%; 
padding:10px 18px;
border-radius:10px;}

span.icon {
  display: inline-block !important; }
  span.icon-small {
    font-size: 1.8em;
    line-height: 1.9em;
    width: 2em;
    text-align: center; }
  span.icon-medium {
    font-size: 2.5em;
    line-height: 1.9em;
    width: 2em;
    text-align: center; }

.login--header .icon {
  border: 2px solid #fff;
  border-radius: 50%; }

.login--form__input-area,
.login--footer__text,
.login--footer__social-buttons {
  margin-bottom: 20px; }

.btn-default {
  padding: 1em; }

span.icon {
  color: #fff; }
  .icon-fb {
    background-color: #0069e0; }
  .icon-tw {
    background-color: #8accff; }
  .icon-gp {
    background-color: #c22a00; }

a {
  color: inherit; }
  a:hover, a:focus {
    color: inherit;
    text-decoration: none;
     }

.checkbox-label {
  position: relative;
  padding-left: 30px;
  vertical-align: middle; }

  @supports (-webkit-appearance: none) or (-moz-appearance: none) {
    .checkbox-wrapper-13 input[type=checkbox] {
      
      --active: #25d366;
      --active-inner: #fff;
      --focus: 2px #25d366;
      --border: #BBC1E1;
      --border-hover: #25d366;
      --background: #fff;
      --disabled: #F6F8FF;
      --disabled-inner: #E1E6F9;
      -webkit-appearance: none;
      -moz-appearance: none;
      
      height: 17px;
      outline: none;
      display: inline-block;
      vertical-align: top;
      position: relative;
      margin: 0;
      cursor: pointer;
      border: 1px solid var(--bc, var(--border));
      background: var(--b, var(--background));
      transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
    }
    .checkbox-wrapper-13 input[type=checkbox]:after {
    
      content: '';
      display: block;
      left: 0;
      top: 0;
      position: absolute;
      transition: .5s linear;
    }
    .checkbox-wrapper-13 input[type=checkbox]:checked {
      margin-top:0px;
      --b: var(--active);
      --bc: var(--active);
      --d-o: .3s;
      --d-t: .6s;
      --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
    }
    .checkbox-wrapper-13 input[type=checkbox]:disabled {
      
      --b: var(--disabled);
      cursor: not-allowed;
      opacity: 0.9;
    }
    .checkbox-wrapper-13 input[type=checkbox]:disabled:checked {
      
      --b: var(--disabled-inner);
      --bc: var(--border);
    }
    .checkbox-wrapper-13 input[type=checkbox]:disabled + label {
      
      cursor: not-allowed;
    }
    .checkbox-wrapper-13 input[type=checkbox]:hover:not(:checked):not(:disabled) {
      
      --bc: var(--border-hover);
    }
    .checkbox-wrapper-13 input[type=checkbox]:focus {
      
      box-shadow: 0 0 0 var(--focus);
    }
    .checkbox-wrapper-13 input[type=checkbox]:not(.switch) {
      margin-top:2px;
      width: 17px;
    }
    .checkbox-wrapper-13 input[type=checkbox]:not(.switch):after {
      opacity: var(--o, 0);
    }
    .checkbox-wrapper-13 input[type=checkbox]:not(.switch):checked {
      --o: 1;
    }
    .checkbox-wrapper-13 input[type=checkbox] + label {
      display: inline-block;
      vertical-align: middle;
      cursor: pointer;
      margin-left: 4px;
    }
    
    .checkbox-wrapper-13 input[type=checkbox]:not(.switch) {
      border-radius: 7px;
    }
    .checkbox-wrapper-13 input[type=checkbox]:not(.switch):after {
      width: 5px;
      height: 9px;
      border: 2px solid var(--active-inner);
      border-top: 0;
      border-left: 0;
      left: 5px;
      top: 1px;
      transform: rotate(var(--r, 20deg));
    }
    .checkbox-wrapper-13 input[type=checkbox]:not(.switch):checked {
      --r: 43deg;
    }
    }
    
    .checkbox-wrapper-13 * {
    box-sizing: inherit;
    }
    .checkbox-wrapper-13 *:before,
    .checkbox-wrapper-13 *:after {
    box-sizing: inherit;
    }
  
    .radio-wrapper-14 input[type=radio] {
		
       --active: #25d366;
      --active-inner: #fff;
      --focus: 2px #25d366;
      --border: #BBC1E1;
      --border-hover: #25d366;
      --background: #fff;
      --disabled: #F6F8FF;
      --disabled-inner: #E1E6F9;
      -webkit-appearance: none;
      -moz-appearance: none;
      margin-right:3px;
      height: 17px;
      outline: none;
      display: inline-block;
      vertical-align: top;
      position: relative;
      margin-top:-1px;
      
      cursor: pointer;
      border: 2px solid var(--bc, var(--border));
      background: var(--b, var(--background));
      transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
      }
      .radio-wrapper-14 input[type=radio]:after {
      content: '';
      display: block;
      left: 0;
      top: 0;
      position: absolute;
      transition: .5s linear;
      }
      .radio-wrapper-14 input[type=radio]:checked {
      
      --b: var(--active);
      --bc: var(--active);
      --d-o: .3s;
      --d-t: .6s;
      --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
      }
      .radio-wrapper-14 input[type=radio]:disabled {
        
      --b: var(--disabled);
      cursor: not-allowed;
      opacity: 0.9;
      }
      .radio-wrapper-14 input[type=radio]:disabled:checked {
        
      --b: var(--active);
      --bc: var(--active);
      --d-o: .3s;
      --d-t: .6s;
      --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
      }
      .radio-wrapper-14 input[type=radio]:disabled + label {
        
      cursor: not-allowed;
      }
      .radio-wrapper-14 input[type=radio]:hover:not(:checked):not(:disabled) {
        
      --bc: var(--border-hover);
      }
      .radio-wrapper-14 input[type=radio]:focus {
        
      box-shadow: 0 0 0 var(--focus);
      }
      .radio-wrapper-14 input[type=radio]:not(.switch) {
        
      width: 17px;
      }
      .radio-wrapper-14 input[type=radio]:not(.switch):after {
      opacity: var(--o, 0);
      }
      .radio-wrapper-14 input[type=radio]:not(.switch):checked {
      --o: 1;
      }
      .radio-wrapper-14 input[type=radio] + label {
      display: inline-block;
      vertical-align: middle;
      cursor: pointer;
      margin-left: 1px;
      margin-top: 8px;
      }
    
      .radio-wrapper-14 input[type=radio]:not(.switch) {
      border-radius: 15px;
      }
      .radio-wrapper-14 input[type=radio]:not(.switch):after {
      width: 5px;
      height: 9px;
      border: 0px solid var(--active-inner);
      border-top: 0;
      border-left: 0;
      left: 5px;
      top: 1px;
      transform: rotate(var(--r, 20deg));
      }
      .radio-wrapper-14 input[type=radio]:not(.switch):checked {
      --r: 43deg;
      }
    }
    
    .radio-wrapper-14 * {
      box-sizing: inherit;
    }
    .radio-wrapper-14 *:before,
    .radio-wrapper-14 *:after {
      box-sizing: inherit;
    }
    

  /*
input[type="checkbox"] {
  visibility: hidden; }
  */

  .radio-wrapper-15 input[type=radio] {
		
    --active: #25d366;
   --active-inner: #fff;
   --focus: 2px #25d366;
   --border: #BBC1E1;
   --border-hover: #25d366;
   --background: #fff;
   --disabled: #F6F8FF;
   --disabled-inner: #E1E6F9;
   -webkit-appearance: none;
   -moz-appearance: none;
   margin-right:3px;
   height: 17px;
   outline: none;
   display: inline-block;

   position: relative;
   margin-top:0px;
   
   cursor: pointer;
   border: 2px solid var(--bc, var(--border));
   background: var(--b, var(--background));
   transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
   }
   .radio-wrapper-15 input[type=radio]:after {
   content: '';
   display: block;
   left: 0;
   top: 0;
   position: absolute;
   transition: .5s linear;
   }
   .radio-wrapper-15 input[type=radio]:checked {
   
   --b: var(--active);
   --bc: var(--active);
   --d-o: .3s;
   --d-t: .6s;
   --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
   }
   .radio-wrapper-15 input[type=radio]:disabled {
     
   --b: var(--disabled);
   cursor: not-allowed;
   opacity: 0.9;
   }
   .radio-wrapper-15 input[type=radio]:disabled:checked {
     
   --b: var(--active);
   --bc: var(--active);
   --d-o: .3s;
   --d-t: .6s;
   --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
   }
   .radio-wrapper-15 input[type=radio]:disabled + label {
     
   cursor: not-allowed;
   }
   .radio-wrapper-15 input[type=radio]:hover:not(:checked):not(:disabled) {
     
   --bc: var(--border-hover);
   }
   .radio-wrapper-15 input[type=radio]:focus {
     
   box-shadow: 0 0 0 var(--focus);
   }
   .radio-wrapper-15 input[type=radio]:not(.switch) {
     
   width: 17px;
   }
   .radio-wrapper-15 input[type=radio]:not(.switch):after {
   opacity: var(--o, 0);
   }
   .radio-wrapper-15 input[type=radio]:not(.switch):checked {
   --o: 1;
   }
   .radio-wrapper-15 input[type=radio] + label {
   display: inline-block;
   vertical-align: middle;
   cursor: pointer;
   margin-left: 1px;
   margin-top: 0px;
   }
 
   .radio-wrapper-15 input[type=radio]:not(.switch) {
   border-radius: 15px;
   }
   .radio-wrapper-15 input[type=radio]:not(.switch):after {
   width: 5px;
   height: 9px;
   border: 0px solid var(--active-inner);
   border-top: 0;
   border-left: 0;
   left: 5px;
   top: 0px;
   transform: rotate(var(--r, 20deg));
   }
   .radio-wrapper-15 input[type=radio]:not(.switch):checked {
   --r: 43deg;
   }
 }
 
 .radio-wrapper-15 * {
   box-sizing: inherit;
 }
 .radio-wrapper-15 *:before,
 .radio-wrapper-15 *:after {
   box-sizing: inherit;
 }

 .radio-wrapper-16 input[type=radio] {
		
	--active: #e50000;
	--active-inner: #fff;
	--focus: 0px rgba(39, 94, 254, .3);
	--border: #BBC1E1;
	--border-hover: #25d366;
	--background: #fff;
	--disabled: #F6F8FF;
	--disabled-inner: #E1E6F9;
	-webkit-appearance: none;
	-moz-appearance: none;
	
	height: 17px;
	outline: none;
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin-top: 0px;
	cursor: pointer;
	border: 2px solid var(--bc, var(--border));
	background: var(--b, var(--background));
	transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
  }
  .radio-wrapper-16 input[type=radio]:after {
	content: '';
	display: block;
	left: 0;
	top: 0;
	position: absolute;
	transition: .5s linear;
  }
  .radio-wrapper-16 input[type=radio]:checked {
  
	--b: var(--active);
	--bc: var(--active);
	--d-o: .3s;
	--d-t: .6s;
	--d-t-e: cubic-bezier(.2, .85, .32, 1.2);
  }
  .radio-wrapper-16 input[type=radio]:disabled {
	  
	--b: var(--disabled);
	cursor: not-allowed;
	opacity: 0.9;
  }
  .radio-wrapper-16 input[type=radio]:disabled:checked {
	  
	--b: var(--disabled-inner);
	--bc: var(--border);
  }
  .radio-wrapper-16 input[type=radio]:disabled + label {
	  
	cursor: not-allowed;
  }
  .radio-wrapper-16 input[type=radio]:hover:not(:checked):not(:disabled) {
	  
	--bc: var(--border-hover);
  }
  .radio-wrapper-16 input[type=radio]:focus {
	  
	box-shadow: 0 0 0 var(--focus);
  }
  .radio-wrapper-16 input[type=radio]:not(.switch) {
	  
	width: 17px;
  }
  .radio-wrapper-16 input[type=radio]:not(.switch):after {
	opacity: var(--o, 0);
  }
  .radio-wrapper-16 input[type=radio]:not(.switch):checked {
	--o: 1;
  }
  .radio-wrapper-16 input[type=radio] + label {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	margin-left: 1px;
	margin-top: 0px;
  }

  .radio-wrapper-16 input[type=radio]:not(.switch) {
	border-radius: 15px;
  }
  .radio-wrapper-16 input[type=radio]:not(.switch):after {
	width: 5px;
	height: 9px;
	border: 0px solid var(--active-inner);
	border-top: 0;
	border-left: 0;
	left: 5px;
	top: 1px;
	transform: rotate(var(--r, 20deg));
  }
  .radio-wrapper-16 input[type=radio]:not(.switch):checked {
	--r: 43deg;
  }
}

.radio-wrapper-16 * {
  box-sizing: inherit;
}
.radio-wrapper-16 *:before,
.radio-wrapper-16 *:after {
  box-sizing: inherit;
}

.table_soal_disc {font-weight:bold;border:0px solid #0b486b;width:100%;box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;}
/*box-shadow: #333 1.95px 1.95px 2.6px;*/
.table_soal_disc th {font-size:13px;font-weight:bold;padding:8px;border:0px solid #fff; background-color:#2e3192; color:#fff;
text-align:center;}
.table_soal_disc td {font-size:13px;font-weight:500;padding:8px;border:0px solid #0b486b; color:#333; }
.table_soal_disc tr:nth-child(odd) {background: #fff}
.table_soal_disc tr:nth-child(even) {background: #f3f3f3}
 

.checkgraph {
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #ccc;
  left: 0; }

.checkgraph:before {
  max-width: 0px;
  display: block;
  overflow: hidden;
  line-height: 30px;
  text-align: center;
  font-size: 1.7em; }

input:checked ~ .checkgraph:before {
  max-width: 30px;
  -webkit-animation-name: check;
          animation-name: check;
  -webkit-animation-duration: .3s;
          animation-duration: .3s; }

@-webkit-keyframes check {
  0% {
    max-width: 0; }
  100% {
    max-width: 30px; } }

@keyframes check {
  0% {
    max-width: 0; }
  100% {
    max-width: 30px; } }

/*# sourceMappingURL=style.css.map */

@-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0)} 
  to {-webkit-transform: scale(1)}
}
  
@keyframes animatezoom {
  from {transform: scale(0)} 
  to {transform: scale(1)}
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
  span.psw {
     display: block;
     float: none;
  }
  .cancelbtn {
     width: 100%;
  }
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
    color: #fff;
    background: #2e3192;
  }
  .breadcrumb {
    padding: 10px 120px;
    background: #f3f3f3;
    min-height: 30px;
  margin-bottom: 0px;
  color: #2e3192;
  font-weight: 500;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #2e3192;
  font-size: 25px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
  right: 0;
  top: 0;
  border:2px solid #2e3192;
  border-radius:8px;
  margin-top: -7px;
}

.mobile-nav-toggle.bi-x {
  color: #2e3192;
  margin-top: 0px;
}

@media (max-width: 991px) {
  .breadcrumb {
    padding: 10px 120px;
    background: #f3f3f3;
    min-height: 30px;
  margin-bottom: 0px;
  color: #2e3192;
  font-weight: 500;
  }
  .image_slide
{
  height:350px;
}

  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
  #header .logo img {
    max-height: 30px;
   
  margin-left: 30%;
  }

  .carousel-caption
  {
    font-size: 12px; 
  }

  .modal-content {
    width: 80%; /* Could be more or less, depending on screen size */
  }
  .button_modal {
    margin-left:0px;
    background-color: #2e3192;
    color: #fff;
    text-align: left;
    padding-left:20px;
    font-size:20px;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #2e3192;
  overflow-y: auto;
  transition: 0.3s;
  min-height: fit-content;
}

.navbar-mobile a {
  padding: 10px 20px;
  font-size: 14px;
  color: #fff;
}



.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  

  color: #fff;
  background: linear-gradient(-40deg, #0b486b, #e50000, #e50000, #e50000);
	background-size: 400% 400%;
	animation: gradient 3s ease infinite;
  border-radius:15px;
  transition: .5s linear;
  text-decoration: none;
}


.navbar-mobile .getstarted {
  margin: 15px;
  color: #2e3192;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 7px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #fff;
  background: #2e3192;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

a:hover {
  color: #e50000;
  }

.website {
    padding: 0px;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 80vh;
  background: #2e3192;
}

#hero .container {
  padding-top: 72px;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}

#hero h2 {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 50px;
  font-size: 24px;
}

#hero .btn-get-started {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px 11px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px 0 0 0;
  color: #fff;
  background: #2e3192;
}

#hero .btn-get-started:hover {
  background: #209dd8;
}

#hero .btn-watch-video {
  font-size: 16px;
  display: flex;
  align-items: center;
  transition: 0.5s;
  margin: 10px 0 0 25px;
  color: #fff;
  line-height: 1;
}

#hero .btn-watch-video i {
  line-height: 0;
  color: #fff;
  font-size: 32px;
  transition: 0.3s;
  margin-right: 8px;
}

#hero .btn-watch-video:hover i {
  color: #2e3192;
}

#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (max-width: 991px) {
  .breadcrumb {
    padding: 10px 120px;
    background: #f3f3f3;
    min-height: 30px;
    margin-bottom: 0px;
    color: #2e3192;
    font-weight: 500;
  }
  .image_slide
  {
    height:350px;
  }

  #hero {
    height: 100vh;
    text-align: center;
  }
  #hero .animated {
    -webkit-animation: none;
    animation: none;
  }
  #hero .hero-img {
    text-align: center;
  }
  #hero .hero-img img {
    width: 50%;
  }
  #header .logo img {
    max-height: 25px; 
  }
 
  .modal-content {
    width: 80%; /* Could be more or less, depending on screen size */
  }
  
  a:hover {
    color: #e50000;
    }
    .website {
      padding: 0px;
  }
}

@media (max-width: 768px) {
  
  .breadcrumb {
    padding: 10px 120px;
    background: #f3f3f3;
    min-height: 30px;
  margin-bottom: 0px;
  color: #2e3192;
  font-weight: 500;
  }

  .image_slide
  {
    height:350px;
  }

  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #hero .hero-img img {
    width: 70%;
  }
  #header .logo img {
    max-height: 30px;
    margin-left: 30%;
  }
 
  .modal-content {
    width: 80%; /* Could be more or less, depending on screen size */
  }
  
  a:hover {
    color: #e50000;
    }
    .website {
      padding: 0px;
  }
}

@media (max-width: 575px) {
  .breadcrumb {
    padding: 10px 10px;
    background: #f3f3f3;
    min-height: 30px;
  margin-bottom: 0px;
  color: #2e3192;
  font-weight: 500;
  }
  .image_slide
  {
    height:200px;
  }
  #hero .hero-img img {
    width: 80%;
  }
  #hero .btn-get-started {
    font-size: 16px;
    padding: 10px 24px 11px 24px;
  }
  #header .logo img {
    max-height: 28px;
    margin-left: 17%;
  }
  .carousel-caption h3
  {
    font-size: 14px; 
  }
  .modal-content {
    width: 80%; /* Could be more or less, depending on screen size */
  }
  
  a:hover {
    color: #e50000;
    }
    .website {
      padding: 0px;
  }
}

@media (max-width: 430px) {
  .breadcrumb {
    padding: 10px 10px;
    background: #f3f3f3;
    min-height: 30px;
  margin-bottom: 0px;
  color: #2e3192;
  font-weight: 500;
  }
  .image_slide
  {
    height:200px;
  }
  #hero .hero-img img {
    width: 80%;
  }
  #hero .btn-get-started {
    font-size: 16px;
    padding: 10px 24px 11px 24px;
  }
  #header .logo img {
    max-height: 28px;
    margin-left: 17%;
  }
  .carousel-caption h3
  {
    font-size: 14px; 
  }
  .modal-content {
    width: 80%; /* Could be more or less, depending on screen size */
  }
  
  a:hover {
    color: #e50000;
    }
    .website {
      padding: 0px;
  }
}

@media (max-width: 415px) {
  .breadcrumb {
    padding: 10px 10px;
    background: #f3f3f3;
    min-height: 30px;
  margin-bottom: 0px;
  color: #2e3192;
  font-weight: 500;
  }
  .image_slide
  {
    height:200px;
  }
  #hero .hero-img img {
    width: 80%;
  }
  #hero .btn-get-started {
    font-size: 16px;
    padding: 10px 24px 11px 24px;
  }
  #header .logo img {
    max-height: 28px;
    margin-left: 13%;
  }
  .carousel-caption h3
  {
    font-size: 14px; 
  }
  .modal-content {
    width: 80%; /* Could be more or less, depending on screen size */
  }
  
  a:hover {
    color: #e50000;
    }
    .website {
      padding: 0px;
  }
}

@media (max-width: 400px) {
  .breadcrumb {
    padding: 10px 10px;
    background: #f3f3f3;
    min-height: 30px;
  margin-bottom: 0px;
  color: #2e3192;
  font-weight: 500;
  }
  .image_slide
  {
    height:200px;
  }
  #hero .hero-img img {
    width: 80%;
  }
  #hero .btn-get-started {
    font-size: 16px;
    padding: 10px 24px 11px 24px;
  }
  #header .logo img {
    max-height: 28px;
    margin-left: 3%;
  }
  .carousel-caption h3
  {
    font-size: 14px; 
  }
  .modal-content {
    width: 80%; /* Could be more or less, depending on screen size */
  }
  
  a:hover {
    color: #e50000;
    }
    .website {
      padding: 0px;
  }
}



@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

.gambar {
  background-color: #f3f3f3;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 20px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f3f3f3;
}

.section-title {
  text-align: center;
  padding-bottom: 10px;
}
/*text-transform: uppercase;*/
.section-title h2 {
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
  position: relative;
  color: #2e3192;
}

.section-title h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 140px;
  height: 2px;
  background: #ddd;
  bottom: 1px;
  left: calc(5% - 60px);
}

.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 5px;
  background: #e50000;
  bottom: 0;
  left: calc(5% - 18px);
}

.section-title p {
  margin-bottom: 0;
}

.title h2 {
  padding-left:100px;
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
  position: relative;
  color: #2e3192;
}

.text-title h2 {
  font-size: 20px;
    font-weight: 700;
    color: #2e3192;
    border-bottom: 0px solid #e50000;
    display: inline-block;
    padding-bottom: 5px;
    font-family: sans-serif;
}

.judul h2 {
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
  position: relative;
  color: #2e3192;
}

/*--------------------------------------------------------------
# Cliens
--------------------------------------------------------------*/
.cliens {
  padding: 12px 0;
  text-align: center;
}

.cliens img {
  max-width: 45%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
  filter: grayscale(100);
}

.cliens img:hover {
  filter: none;
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .cliens img {
    max-width: 40%;
  }
  
  a:hover {
    color: #e50000;
    }
    .website {
      padding: 0px;
  }
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-left: 28px;
  position: relative;
}

.about .content ul li + li {
  margin-top: 10px;
}

.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #2e3192;
  line-height: 1;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .content .btn-learn-more {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 4px;
  transition: 0.3s;
  line-height: 1;
  color: #2e3192;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #2e3192;
}

.about .content .btn-learn-more:hover {
  background: #2e3192;
  color: #fff;
  text-decoration: none;
}

.berita .content h3 {
  font-weight: 600;
  font-size: 18px;
}

.berita .content ul {
  list-style: none;
  padding: 0;
}

.berita .content ul li {
  padding-left: 28px;
  position: relative;
}

.berita li {
  font-size:15px;
  
}

.berita .content ul li + li {
  margin-top: 10px;
}

.berita .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #2e3192;
  line-height: 1;
}

/*
.berita i {
  font-size: 25px;
  color: #2e3192;
}
*/

.grid-container_1 {
	display: grid;
	column-gap: 0px;
	grid-template-columns: auto auto auto auto auto auto;

	padding: 0px;
  }
  
  .grid-item_1 {

	padding: 0px;
	font-size: 12px;
	text-align: center;
  }

.table_detail_papi {width:10%;border:1px solid #d8d8d8;}
.table_detail_papi th {padding:5px;border:1px solid #fff; background-color:#44749d; color:#fff;
text-align:center;font-size:13px;}
.table_detail_papi td {padding:5px;border:1px solid #d8d8d8; vertical-align: middle; color:#333; font-weight:500; font-size:13px;}
/*
box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
.table_detail_papi tr:nth-child(odd) {background: #f3f3f3}
.table_detail_papi tr:nth-child(even) {background: #FFF}
*/

.table {width:60%;border:2px solid #f3f3f3;}
.table th {padding:8px;border:2px solid #f3f3f3; background-color:#2e3192; color:#fff;
text-align:center;font-size:14px;vertical-align: middle;}
.table td {padding:8px;border:2px solid #f3f3f3; color:#444; font-weight:500; font-size:14px;}
.table tr.bg td {background-color:#e8f6ff;}




.table_history {width: 100%;font-weight:bold;box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;}
.table_history th {font-size:13px;font-weight:bold;padding:8px;border:0px solid #f3f3f3; 
  
  background: linear-gradient(#4d6091,#2e3192);
  color:#fff;
text-align:center;}
.table_history td {font-size:13px;font-weight:400;padding:8px; color:#333; border:1px solid #d8d8d8; vertical-align: middle;}
.table_history tr.bg td {font-weight:bold;background-color:#e8f6ff;}
/*
.table_history tr:nth-child(odd) {background: #fff}
.table_history tr:nth-child(even) {background: #fff}
*/

.table_persen {width:100%;border:0px solid #f3f3f3;}
.table_persen th {padding:5px;border:0px solid #f3f3f3; background-color:#21bd5b; color:#fff;
text-align:center;font-size:13px;}
.table_persen td {padding:5px;border:0px solid #f3f3f3; text-align: justify; color:#21bd5b; font-weight:bold; font-size:13px;}

.image_disc {
	vertical-align: text-top;
	margin-top:-4px;	
	width:97%;
}

.table_status {width: 100%;font-weight:bold;}
.table_status th {font-size:13px;font-weight:bold;padding:10px;border:0px solid #333; 
  
  background: #fff;
  color:#333;
text-align:center;}
.table_status td {font-size:13px;font-weight:400;padding:6px; color:#333; border:0px solid #d8d8d8; vertical-align: middle; background-color:#128c7e}


.table_instruksi_disc {font-weight:bold;border:0px solid #0b486b;width:100%;}
.table_instruksi_disc th {font-size:13px;font-weight:bold;padding:8px;border:1px solid #0b486b; background-color:#44749d; color:#fff;
text-align:center;}
.table_instruksi_disc td {font-size:13px;font-weight:500;padding:5px;border:0px solid #0b486b; color:#333; }

.table_kraepelin {width:20%; border-border:0px solid #d8d8d8; 
  border-radius: 15px; }
.table_kraepelin th {padding-bottom:0px;border:0px solid red; background-color:#fff; color:#2e3192;
  text-align:center;font-size:28px;}
.table_kraepelin td {padding:0px; vertical-align: top; color:#333; font-weight:500; font-size:13px;
   border:0px solid #333;
}

.table_kraepelin_1 {width:30%; border-border:0px solid #d8d8d8; 
  border-radius: 15px; margin-bottom:-8px;}
.table_kraepelin_1 th {padding-bottom:0px;border:0px solid red; background-color:#fff; color:#888;
  text-align:center;font-size:14px;}
.table_kraepelin_1 td {padding:0px; vertical-align: top; color:#333; font-weight:500; font-size:13px;
   border:0px solid #333;
}

.table_kraepelin_2 {width:30%; border-border:0px solid #d8d8d8; 
  border-radius: 15px; margin-top:-8px;}
.table_kraepelin_2 th {padding-bottom:10px;border:0px solid red; background-color:#fff; color:#888;
  text-align:center;font-size:14px;}
.table_kraepelin_2 td {padding:0px; vertical-align: top; color:#333; font-weight:500; font-size:13px;
   border:0px solid #333;
}


.table_hasil {border:1px solid #d8d8d8;width:50%;box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;}
.table_hasil th {padding:7px;border:0px solid #f3f3f3; background-color:#2e3192; color:#fff;
text-align:center;font-size:13px;}
.table_hasil td {padding:7px;border:1px solid #d8d8d8; vertical-align: middle; color:#333; font-weight:500; font-size:13px;}
.table_hasil tr:nth-child(even) {background: #f3f3f3}
.table_hasil tr:nth-child(odd) {background: #FFF}

.table_form {border:1px solid #d8d8d8;width:80%;box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;}
.table_form th {padding:7px;border:0px solid #f3f3f3; background-color:#2e3192; color:#fff;
text-align:center;font-size:13px;}
.table_form td {padding:7px;border:1px solid #d8d8d8; vertical-align: middle; color:#333; font-weight:500; font-size:13px;}
.table_form tr:nth-child(even) {background: #f3f3f3}
.table_form tr:nth-child(odd) {background: #FFF}

.table_job {border:0px solid #d8d8d8;width:80%;}
.table_job th {padding:7px;border:0px solid #f3f3f3; background-color:#2e3192; color:#fff;
text-align:center;font-size:13px;}
.table_job td {padding:4px;border:0px solid #d8d8d8; vertical-align: middle; color:#333; font-weight:500; font-size:13px;}

.table_produk {width:100%; border-spacing: 20px; border-border:0px solid #d8d8d8;border-collapse: separate;}
.table_produk th {padding:7px;border:0px solid #f3f3f3; background-color:#fff; color:#333;
text-align:right;font-size:13px; border-radius: 15px; font-weight: 400;}
.table_produk td {padding:7px; vertical-align: bottom; color:#333; font-weight:400; font-size:13px;
  


box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  border-radius: 15px; 
}
.table_produk td:hover {border-border:10px solid #d8d8d8;}

.table_foto td:hover {border-border:10px solid #d8d8d8;}

.table_foto {width:100%; border-spacing: 2px; border-border:1px solid #d8d8d8;border-collapse: separate;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;}
.table_foto th {padding:7px;border:0px solid #f3f3f3; background-color:#fff; color:#333;
text-align:right;font-size:13px; border-radius: 15px; font-weight: 400;}
.table_foto td {padding:0px; vertical-align: bottom; color:#333; font-weight:400; font-size:13px;
}
.table_foto td:hover {border-border:0px solid #d8d8d8;}



.table_angka {width:20%; border-border:0px solid #d8d8d8; 
  border-radius: 15px; }
.table_angka th {padding-bottom:10px;border:0px solid red; background-color:#fff; color:#2e3192;
text-align:center;font-size:15px;}
.table_angka td {padding:0px; vertical-align: top; color:#333; font-weight:500; font-size:13px;
   border:0px solid #333;
}

.table_tes {width:90%; border-border:0px solid #d8d8d8; 
  border-radius: 15px; }
.table_tes th {padding-bottom:20px;border:0px solid red; background-color:#fff; color:#2e3192;
text-align:center;font-size:15px;}
.table_tes td {padding:0px; vertical-align: top; color:#333; font-weight:500; font-size:13px;
   border:0px solid #333;
}

.table_tim {width:90%; border-border:0px solid #d8d8d8; 
  border-radius: 15px; }
.table_tim th {padding-bottom:20px;border:0px solid red; background-color:#fff; color:#2e3192;
text-align:center;font-size:15px;}
.table_tim td {padding:3px; color:#333; font-weight:500; font-size:14px;
   border:0px solid #333;
}

h2 {
      text-align: center;
      margin-bottom: 30px;
      color: #2e3192;
    }

   .progress-container {
      width: 100%;
      max-width: 900px;
      margin: auto;
      position: relative;
    }

    .progress-bar {
      display: flex;                 /* sejajarkan horizontal */
      justify-content: space-between;
      align-items: flex-start;       /* pastikan item tidak turun */
      position: relative;
      margin: 50px 0;
    }

    /* garis dasar */
    .progress-bar::before {
      content: "";
      position: absolute;
      top: 25px;
      left: 0;
      right: 0;
      height: 6px;
      background: #ddd;
      z-index: 1;
      border-radius: 3px;
    }

    /* progress terisi */
    .progress-fill {
      position: absolute;
      top: 25px;
      left: 0;
      height: 6px;
      background: linear-gradient(90deg, #2e3192, #4a90e2);
      z-index: 2;
      border-radius: 3px;
      transition: width 0.5s ease;
    }

    .step {
      position: relative;
      text-align: center;
      width: 20%;    /* biar rata */
      z-index: 3;
    }

    .circle {
      width: 50px;
      height: 50px;
      background: #ddd;
      border-radius: 50%;
      margin: 0 auto;
      font-size: 20px;
      color: white;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: background 0.3s;
    }

    .step.done .circle { background: #4caf50; }  /* hijau */
    .step.active .circle { 
      background: #2e3192; 
      box-shadow: 0 0 10px rgba(46,49,146,0.5);
    }

    .label {
      margin-top: 10px;
      font-size: 14px;
      color: #333;
    }

.page-item li.page-link > a {
  background-color: red;
  color: red;
}

.page-item ul li a {
  padding-left: 0px;
  position: relative;
}

.form-style-psikotes{
	width: 100%;	
	margin-bottom:10px;
	margin-top:5px;
}

.form-style-psikotes label{
	display:block;
	color:#0b486b;
}

.form-style-psikotes label > span{
	float: left;
	width: 25%;
	color: #0b486b;
	font-weight: bold;
	font-size: 13px;
	text-shadow: 1px 1px 1px #fff;
}

.form-style-kpi-cabang label1{
	display:block;
	font-weight: bold;
	color:#0b486b;
}

.form-style-psikotes label1 > span{
	float: left;
	width: 20px;
	color: #0b486b;
	font-weight: bold;
	font-size: 13px;
	text-shadow: 1px 1px 1px #fff;
}

.form-style-psikotes label2 > span{
	float: left;
	width: 68%;
	color: #0b486b;
	font-weight: bold;
	font-size: 13px;
	text-shadow: 1px 1px 1px #fff;
}

.form-style-kpi-cabang label3{
	display:block;
	color:#0b486b;
}

.form-style-psikotes label3 > span{
	float: left;
	width: 350px;
	color: #0b486b;
	font-weight: bold;
	font-size: 13px;
	text-shadow: 1px 1px 1px #fff;
}

.form-style-psikotes label4 > span{
	float: left;
	width: 110px;
	color: #0b486b;
	font-weight: bold;
	font-size: 12px;
	text-shadow: 1px 1px 1px #fff;
}

.form-style-psikotes fieldset{
	
	border-radius: 15px;
	border:0px solid #d8d8d8;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.form-style-psikotes fieldset legend{
	color: #0b486b;
	background: #fff;
	padding: 0px 8px 3px 8px;
	font-weight: bold;
	font-size: 22px;
}

.button_daftar {
  font-size: 13px;
  font-weight: 400;
  background: #2e3192;
  border: 0;
  padding: 8px 15px;
  color: #fff;
  transition: 0.4s;
  border-radius: 10px;
  margin-bottom:-15px;
  margin-left:2%;
  
}

.button_daftar:hover {
  color: #fff;
  background: linear-gradient(-40deg, #2e3192, #e50000, #e50000, #e50000);
	background-size: 400% 400%;
	animation: gradient 3s ease infinite;
  border-radius:15px;
  transition: 0.4s;
}

.image_list_berita {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 450px;   /* lebar */
  height: 260px;  /* tinggi */
  object-fit: cover; /* supaya proporsinya rapi */
  /*width: 90%;*/
  margin-bottom: 20px;
  margin-top: 20px;
  border-radius: 15px;
}

.image_list_berita:hover {
  transform: scale(1.25,1.25);
	cursor: pointer;
  transition: .5s linear;
  border-radius: 25px;
  
}

.image_gallery {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 265px;   /* lebar */
  height: 180px;  /* tinggi */
  object-fit: cover; /* supaya proporsinya rapi */
  margin-bottom: 10px;
  margin-top: 10px;
  border-radius: 15px;
}

.image_gallery:hover {
  transform: scale(1.8,1.8);
	cursor: pointer;
  transition: .6s linear;
  border-radius: 20px;
  
}



.image_lowongan {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  margin-bottom: 20px;
  margin-top: 20px;
  border-radius: 15px;
}

.image_lowongan:hover {
  transform: scale(1.05,1.05);
	cursor: pointer;
  transition: .4s linear;
  border-radius: 25px;
  
}

.image_foto{
	width: 135px;
	border-radius: 15px;
	border:1px solid #d8d8d8;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
	}

.image_iso
{
  
  width:150px;
  padding:10px;
 
  margin-left:0%;
  display: block;
}

.image_detail_berita {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  margin-bottom: 20px;
  margin-top: 20px;
}

.image_detail_berita:hover {
  transform: scale(1.65,1.65);
	cursor: pointer;
  transition: .4s linear;
}

.form-style-menu{
	width: 70%;
	margin-bottom:20px;
	margin-top:-17px;
}

.form-style-menu label{
	display:block;
	color:#d8d8d8;
	margin-top:-5px;
}

.form-style-menu label > span{
	float: left;
	width: 15%;
	color: #333;
	font-weight: bold;
	margin-right:1%;
	font-size: 13px;
}

.form-style-menu label1{
	display:block;
	font-weight: bold;
	color:#333;
	font-size: 13px;
}

.form-style-menu label1 > span{
	float: left;
	width: 20px;
	color: #333;
	font-weight: bold;
	font-size: 13px;
}

.form-style-menu label3{
	font-weight: bold;
	font-size: 13px;
}

.form-style-menu fieldset{
	border-radius: 15px;
	border:1px solid #d8d8d8;
	margin: 0px 0px 10px 0px;
	padding: 20px;	
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px
}

.form-style-menu fieldset legend{
	color: #333;
	background: #fff;
	padding: 0px 8px 3px 8px;
	font-weight: bold;
	font-size: 20px;
}

.indent {
  text-indent: 2.5em;
    font-size:13px;
}

.table_update {border:1px solid #d8d8d8;width:100%;box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;}
.table_update th {padding:7px;border:0px solid #f3f3f3; background-color:#2e3192; color:#fff;
text-align:center;font-size:12px;}
.table_update td {padding:7px;border:1px solid #d8d8d8; vertical-align: middle; color:#333; font-weight:500; font-size:13px;}
.table_update tr:nth-child(even) {background: #f3f3f3}
.table_update tr:nth-child(odd) {background: #FFF}

.button_ya_1{

	background-color: #fff;
	font-weight:bold;
    border: none;
    color: #333;
    padding: 8px 15px;
    letter-spacing:0px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
  border :2px solid #2AC782;
    cursor: pointer;
    border-radius:12px;	   
}

.button_ya_1:hover {
	color:#fff;
	background-color:#2AC782;
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);	
	border-radius:15px;
	transition: .5s linear;	
}
.button_ya_1:active,.button_kpi:focus{
	color:#fff;
	background-color:#2AC782;	
}

.image_link {
  vertical-align: text-top; /* Value: baseline | sub | super | top | text-top | middle | bottom | text-bottom | <percentage> | <length> | inherit */
  margin-right:5px;   
margin-top:-2px;
}

.image_link_2 {
  vertical-align: text-top; /* Value: baseline | sub | super | top | text-top | middle | bottom | text-bottom | <percentage> | <length> | inherit */
  margin-right:10px;   
margin-top:3px;
}

.berita .content p:last-child {
  margin-bottom: 0;
}

.berita .content .btn-learn-more {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 4px;
  transition: 0.3s;
  line-height: 1;
  color: #2e3192;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #2e3192;
  
}

.berita .content .btn-learn-more:hover {
  background: #2e3192;
  color: #fff;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us .content {
  padding: 60px 100px 0 100px;
}

.why-us .content h3 {
  font-weight: 400;
  font-size: 34px;
  color: #2e3192;
}

.why-us .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.why-us .content p {
  font-size: 15px;
  color: #848484;
}

.why-us .img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.why-us .accordion-list {
  padding: 0 100px 60px 100px;
}

.why-us .accordion-list ul {
  padding: 0;
  list-style: none;
}

.why-us .accordion-list li + li {
  margin-top: 15px;
}

.why-us .accordion-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
}

.why-us .accordion-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding-right: 30px;
  outline: none;
  cursor: pointer;
}

.why-us .accordion-list span {
  color: #2e3192;
  font-weight: 600;
  font-size: 18px;
  padding-right: 10px;
}

.why-us .accordion-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.why-us .accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.why-us .accordion-list .icon-show {
  display: none;
}

.why-us .accordion-list a.collapsed {
  color: #343a40;
}

.why-us .accordion-list a.collapsed:hover {
  color: #2e3192;
}

.why-us .accordion-list a.collapsed .icon-show {
  display: inline-block;
}

.why-us .accordion-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1024px) {
  .why-us .content, .why-us .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .why-us .img {
    min-height: 400px;
  }
  .why-us .content {
    padding-top: 30px;
  }
  .why-us .accordion-list {
    padding-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .why-us .img {
    min-height: 200px;
  }
  .website {
    padding: 0px;
}
}

/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/
.skills .content h3 {
  font-weight: 700;
  font-size: 32px;
  color: #2e3192;
  font-family: "Poppins", sans-serif;
}

.skills .content ul {
  list-style: none;
  padding: 0;
}

.skills .content ul li {
  padding-bottom: 10px;
}

.skills .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #2e3192;
}

.skills .content p:last-child {
  margin-bottom: 0;
}

.skills .progress {
  height: 60px;
  display: block;
  background: none;
  border-radius: 0;
}

.skills .progress .skill {
  padding: 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #2e3192;
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: #e8edf5;
  height: 10px;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: .9s;
  background-color: #4668a2;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  padding: 50px 30px;
  transition: all ease-in-out 0.4s;
  background: #fff;
}

.services .icon-box .icon {
  margin-bottom: 10px;
}

.services .icon-box .icon i {
  color: #2e3192;
  font-size: 36px;
  transition: 0.3s;
}

.services .icon-box h4 {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: #2e3192;
  transition: ease-in-out 0.3s;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  transform: translateY(-10px);
}

.services .icon-box:hover h4 a {
  color: #2e3192;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: linear-gradient(rgba(40, 58, 90, 0.9), rgba(40, 58, 90, 0.9)), url("../img/TMC IC.png") fixed center center;
  background-size: cover;
  padding: 70px 0;
}

.cta h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}

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

.cta .cta-btn {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 7px 15px;
  border-radius: 15px;
  transition: 0.5s;
  
  border: 2px solid #fff;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #e50000;
  border: 2px solid #e50000;
}

.lihat-btn {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0px;
  display: inline-block;
  padding: 7px 12px;
  border-radius: 10px;

  background: #2e3192;
  border: 0px solid #2e3192;
  color: #fff;
  margin-bottom:10px;
}

.lihat-btn:hover {
  background: #e50000;

  color: #fff;
  border-radius: 15px;
  transition: 0.7s;
}

.menu-btn {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 10px;
  width:95%;
  display: inline-block;
  padding: 10px 10px;
  border-radius: 10px;
  background: linear-gradient(#4d6091,#2e3192);

	animation: gradient 8s ease infinite;
  transition: .5s linear;
  color: #fff;
}

.menu-btn-active {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 10px;
  width:95%;
  display: inline-block;
  padding: 10px 10px;
  border-radius: 10px;
  background: linear-gradient(#e50000,#e50000);

	animation: gradient 8s ease infinite;
  transition: .5s linear;
  color: #fff;
}

.menu-btn-active a{
  color: #fff;
}

.menu-btn-approve {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 10px;
  width:95%;
  display: inline-block;
  padding: 10px 10px;
  border-radius: 10px;
  background: linear-gradient(#21bd5b,#21bd5b);

	animation: gradient 8s ease infinite;
  transition: .5s linear;
  color: #fff;
}

.menu-btn-approve a{
  color: #fff;
}

.menu-btn-approve:hover {
  background: linear-gradient(-40deg, #17843f, #17843f, #17843f, #17843f);
	background-size: 400% 400%;
	animation: gradient 3s ease infinite;
  border-radius:15px;
  transition: .4s linear;
  color: #fff;
 
}

.menu-btn-reject {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 10px;
  width:95%;
  display: inline-block;
  padding: 10px 10px;
  border-radius: 10px;
  background: linear-gradient(#4c4c4c,#4c4c4c);

	animation: gradient 8s ease infinite;
  transition: .5s linear;
  color: #fff;
}

.menu-btn-reject a{
  color: #fff;
}

.menu-btn-reject:hover {
  background: linear-gradient(-40deg, #191919, #191919, #191919, #191919);
	background-size: 400% 400%;
	animation: gradient 3s ease infinite;
  border-radius:15px;
  transition: .4s linear;
  color: #fff;
 
}

.menu-btn a{
  
  color: #fff;
}

.menu-btn:hover {
  background: linear-gradient(-40deg, #2e3192, #e50000, #e50000, #e50000);
	background-size: 400% 400%;
	animation: gradient 3s ease infinite;
  border-radius:15px;
  transition: .4s linear;
  color: #fff;
 
}

@media (max-width: 1024px) {
  .cta {
    background-attachment: scroll;
  }
}

@media (min-width: 769px) {
  .cta .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  list-style: none;
  margin-bottom: 20px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  margin: 10px 5px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  color: #444444;
  transition: all 0.3s;
  padding: 8px 20px;
  border-radius: 50px;
  font-family: "Poppins", sans-serif;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  background: #2e3192;
  color: #fff;
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio .portfolio-item .portfolio-img {
  overflow: hidden;
}

.portfolio .portfolio-item .portfolio-img img {
  transition: all 0.6s;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 15px;
  bottom: 0;
  z-index: 3;
  right: 15px;
  transition: all 0.3s;
  background: rgba(55, 81, 126, 0.8);
  padding: 10px 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0px;
}

.portfolio .portfolio-item .portfolio-info p {
  color: #f9fcfe;
  font-size: 14px;
  margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link, .portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #fff;
  transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover, .portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #2e3192;
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}

.portfolio .portfolio-item:hover .portfolio-img img {
  transform: scale(1.15);
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #2e3192;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #2e3192;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(55, 81, 126, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 5px;
  background: #fff;
  transition: 0.5s;
}

.team .member .pic {
  overflow: hidden;
  width: 180px;
  border-radius: 50%;
}

.team .member .pic img {
  transition: ease-in-out 0.3s;
}

.team .member:hover {
  transform: translateY(-10px);
}

.team .member .member-info {
  padding-left: 30px;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #2e3192;
}

.team .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}

.team .member span::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #cbd6e9;
  bottom: 0;
  left: 0;
}

.team .member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}

.team .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.team .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #eff2f8;
}

.team .member .social a i {
  color: #2e3192;
  font-size: 16px;
  margin: 0 2px;
}

.team .member .social a:hover {
  background: #2e3192;
}

.team .member .social a:hover i {
  color: #fff;
}

.team .member .social a + a {
  margin-left: 8px;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .row {
  padding-top: 40px;
}

.pricing .box {
  padding: 60px 40px;
  box-shadow: 0 3px 20px -2px rgba(20, 45, 100, 0.1);
  background: #fff;
  height: 100%;
  border-top: 4px solid #fff;
  border-radius: 5px;
}

.pricing h3 {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 20px;
  color: #2e3192;
}

.pricing h4 {
  font-size: 48px;
  color: #2e3192;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  margin-bottom: 25px;
}

.pricing h4 sup {
  font-size: 28px;
}

.pricing h4 span {
  color: #2e3192;
  font-size: 18px;
  display: block;
}

.pricing ul {
  padding: 20px 0;
  list-style: none;
  color: #999;
  text-align: left;
  line-height: 20px;
}

.pricing ul li {
  padding: 10px 0 10px 30px;
  position: relative;
}

.pricing ul i {
  color: #28a745;
  font-size: 24px;
  position: absolute;
  left: 0;
  top: 6px;
}

.pricing ul .na {
  color: #ccc;
}

.pricing ul .na i {
  color: #ccc;
}

.pricing ul .na span {
  text-decoration: line-through;
}

.pricing .buy-btn {
  display: inline-block;
  padding: 12px 35px;
  border-radius: 50px;
  color: #2e3192;
  transition: none;
  font-size: 16px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  transition: 0.3s;
  border: 1px solid #2e3192;
}

.pricing .buy-btn:hover {
  background: #2e3192;
  color: #fff;
}

.pricing .featured {
  border-top-color: #2e3192;
}

.pricing .featured .buy-btn {
  background: #2e3192;
  color: #fff;
}

.pricing .featured .buy-btn:hover {
  background: #23a3df;
}

@media (max-width: 992px) {
  .pricing .box {
    max-width: 60%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 767px) {
  .pricing .box {
    max-width: 80%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 420px) {
  .pricing .box {
    max-width: 100%;
    margin: 0 auto 30px auto;
  }

 
  
  a:hover {
    color: #e50000;
    }
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-list {
  padding: 0 100px;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li + li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
  cursor: pointer;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #2e3192;
}

.faq .faq-list .icon-show, .faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #2e3192;
  transition: 0.3s;
}

.faq .faq-list a.collapsed:hover {
  color: #2e3192;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  border-top: 3px solid #2e3192;
  border-bottom: 3px solid #2e3192;
  padding: 30px;
  background: #fff;
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
}

.produk .info {
  border-top: 3px solid #2e3192;
  border-bottom: 3px solid #2e3192;
  padding: 30px;
  background: #fff;
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
}

.produk .info h4 {
 
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
  color: #2e3192;
}

#produk
{
  font-size:13px;
}

/*
.gif{
  width:20px;
}
  */

  #modal_home {
    left: 40%;
    opacity: 1;
    position: absolute;
    top: 20%;
    visibility: visible;
    width: auto;
    
    border-radius: 15px;
    /*
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    */
  }
  
  #modal_home h2 {
      letter-spacing: 0px;
      margin: 0;
      color: #fff;
    }
  
    #modal_home .close_asesmen {
   
      position: absolute;
      right: -35px;
      top: -35px;

    background-color: #e41c1c;
      border: none;
      color: white;
      padding: 5px 11px;
      letter-spacing:0px;
      text-align: center;
      text-decoration: none;
      display: inline-block;
      font-size: 15px;
      cursor: pointer; 
      font-weight:bold;	
    border-radius: 50%;
    }
  
    #modal_home .close_asesmen:hover,
    #modal_home .close_asesmen:focus {
    box-shadow: 0px 10px 20px rgba(0,0,0,0.4);
    transform: scale(1.05,1.05);
      padding: 5px 11px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    background-color: #e41c1c;
    transform: scale(1.05,1.05);
    }
  
    #modal_home .copy, #modal_home .header, #modal_home .footer {
      padding: 0px;
      border-radius: 15px;
    }
  
    #modal_home .copy {
      background: #fff;
      color: #333;
    }
    
    #modal_home .overlay {
      background-color: rgb(0,0,0); /* Fallback color */
      background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
      /*box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);*/
      height: 100%;
      left: 0;
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 10;
    }
  
  .modal-content-home {
    background: #ffff;
    position: relative;
    z-index: 20;
    font-size: 13px;
    border-radius: 15px;
    
    padding: 30px;
    
  }

  #modal_home a {
    color: #ffff;
   font-size: 14px;
  }


  
  #modal_home:target{
    opacity: 0;
    top: -50%;
    visibility: hidden;
  }

  #modal_index {
    left: 17%;
    opacity: 1;
    position: absolute;
    top: 20%;
    visibility: visible;
    width: auto;
    
    border-radius: 15px;
    /*
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    */
  }
  
  #modal_index h2 {
      letter-spacing: 0px;
      margin: 0;
      color: #fff;
    }
  
    #modal_index .close_asesmen {
   
      position: absolute;
      right: -35px;
      top: -35px;

    background-color: #e41c1c;
      border: none;
      color: white;
      padding: 5px 11px;
      letter-spacing:0px;
      text-align: center;
      text-decoration: none;
      display: inline-block;
      font-size: 15px;
      cursor: pointer; 
      font-weight:bold;	
    border-radius: 50%;
    }
  
    #modal_index .close_asesmen:hover,
    #modal_index .close_asesmen:focus {
    box-shadow: 0px 10px 20px rgba(0,0,0,0.4);
    transform: scale(1.05,1.05);
      padding: 5px 11px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    background-color: #e41c1c;
    transform: scale(1.05,1.05);
    }
  
    #modal_index .copy, #modal_index .header, #modal_index .footer {
      padding: 0px;
      border-radius: 15px;
    }
  
    #modal_index .copy {
      background: #fff;
      color: #333;
    }
    
    #modal_index .overlay {
      background-color: rgb(0,0,0); /* Fallback color */
      background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
      /*box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);*/
      height: 100%;
      left: 0;
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 10;
    }
  
  .modal-content-index {
    background: #ffff;
    position: relative;
    z-index: 20;
    font-size: 13px;
    border-radius: 15px;
    width:80%;
    padding: 20px;
    
  }

  #modal_index a {
    color: #ffff;
   font-size: 14px;
  }


  
  #modal_index:target{
    opacity: 0;
    top: -50%;
    visibility: hidden;
  }

.produk .apply {
  margin-top:3%;
  margin-left:40%;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0px;
  display: inline-block;
  padding: 7px 15px;
  border-radius: 10px;
  transition: 0.5s;
  background: #2e3192;
  color: #fff;
}

.produk .apply:hover {
  background: #e50000;
  border-radius: 15px;
  transition: 0.5s;
}

 .apply_lamaran {
  margin-top:3%;
 
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0px;
  display: inline-block;
  padding: 7px 15px;
  border-radius: 10px;
  transition: 0.5s;
  background: #2e3192;
  color: #fff;
}

.apply_lamaran:hover {
  color: #fff;
  background: linear-gradient(-40deg, #0b486b, #e50000, #e50000, #e50000);
	background-size: 100% 100%;
	animation: gradient 5s ease infinite;
  border-radius:15px;
  transition: .5s linear;
  text-decoration: none;
  padding: 7px 15px;
}

.produk .cta-btn {
  margin-left:83%;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0px;
  display: inline-block;
  padding: 7px 15px;
  border-radius: 15px;
  transition: 0.5s;
  background: #2e3192;
  color: #fff;
}

.produk .cta-btn:hover {
  background: #e50000;
  border-radius: 10px;
}

.contact .info i {
  font-size: 20px;
  color: #2e3192;
  float: left;
  width: 44px;
  height: 44px;
  background: #e7f5fb;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #2e3192;
}

.contact .info p {
  padding: 0 0 10px 60px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #5e5e5e;
}

.contact .info .email p {
  padding-top: 0px;
}

.contact .info .social-links {
  padding-left: 60px;
}

p{
  font-size: 15px;
  text-align: justify;
}

li
{
  font-size: 14px;
  text-align: justify;
}
h4
{
  color: #2e3192;
  font-weight:bold;
  font-size: 18px;
}
h3
{
  color: #2e3192;
  font-weight:bold;
  font-size: 26px;
}
h2
{
  color: #2e3192;
  font-weight:bold;
  font-size: 26px;
}





.contact .info .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
}

.contact .info .social-links a:hover {
  background: #2e3192;
  color: #fff;
  text-decoration: none;
}

.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
  background: #2e3192;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  border-top: 3px solid #2e3192;
  border-bottom: 3px solid #2e3192;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .php-email-form .form-group {
  padding-bottom: 10px;
}

.contact .php-email-form .validate {
  display: none;
  color: #e50000;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form .form-group {
  margin-bottom: 8px;
}

.contact .php-email-form .form-group select {
  margin-bottom: 15px;
}

.contact .php-email-form label {
  padding-bottom: 8px;
}

.contact .php-email-form input, .contact .php-email-form textarea, .contact .php-email-form select {
  box-shadow: none;
  font-size: 14px;
  border-radius: 10px;
}

.contact .php-email-form input:focus, .contact .php-email-form textarea:focus, .contact .php-email-form select:focus {
  border: #2e3192 solid 0px;
  background-color: #f3f3f3;
}

.contact .php-email-form input, .contact .php-email-form select{
  height: 44px;
}

.form-control {
  border-radius: 10px;
  font-size: 13px;
 
}

.image4 {
  margin-bottom:5px;
}

.button_tes{
  background-color: #f3f3f3;

    border: none;
    color: #333;
    padding: 9px 14px;
  
    letter-spacing:0px;
    font-weight:bold;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
    border:1px solid #d8d8d8;
	
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    cursor: pointer;
    border-radius:10px;
    position: relative;
}

.button_tes:hover {
	outline: none;
	background: linear-gradient(-45deg, #2e3192, #2e3192, #0b486b, #2e3192);
	background-size: 400% 400%;
	animation: gradient 3s ease infinite; color:#fff;
	border-radius: 22px;
	transition: .5s linear;	
	outline: none;		
}

.button_tes .badge {
	position: absolute;
	top: -17px;
	right: -17px;
	
	border-radius: 50%;
	
	font-size:13px;
	font-weight:bold;	
	color: white;
  }
  
  .button_tes_ok{
    background-color: #2e3192;
  
      border: none;
      color: #fff;
      padding: 9px 14px;
    
      letter-spacing:0px;
      font-weight:bold;
      text-align: center;
      text-decoration: none;
      display: inline-block;
      font-size: 13px;
      border:1px solid #d8d8d8;
    
      box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
      cursor: pointer;
      border-radius:20px;
      position: relative;
  }
  
  .button_tes_ok:hover {
    outline: none;
    background: linear-gradient(-45deg, #2e3192, #2e3192, #2e3192, #2e3192);
    background-size: 400% 400%;
    animation: gradient 3s ease infinite; color:#fff;
    border-radius: 22px;
    transition: .5s linear;	
    outline: none;		
  }
  
  .button_tes_ok .badge {
    position: absolute;
    top: -17px;
    right: -17px;
    
    border-radius: 50%;
    
    font-size:13px;
    font-weight:bold;	
    color: white;
    }

    .button_mulai{
      background-color: #2e3192;
    
        border: none;
        color: #fff;
        padding: 10px 15px;
      
        letter-spacing:0px;
        font-weight:bold;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 13px;
        border:0px solid #d8d8d8;
      
        box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
        cursor: pointer;
        border-radius:15px;
        position: relative;
    }
    
    .button_mulai:hover {
      outline: none;
      background: linear-gradient(-45deg, #e50000, #e50000, #e50000, #e50000);
      background-size: 400% 400%;
      animation: gradient 3s ease infinite; color:#fff;
      border-radius: 22px;
      transition: .5s linear;	
      outline: none;		
    }

    
    .nav-link .badge {
      position: absolute;
      top: -10%;
  
      right: -10px;
      padding: 3px 7px;
      border-radius: 50%;
      background-color: #ff3232;
      font-size:13px;
      font-weight:bold;	
      color: white;
      }

.button{
  margin-top: 20px;
	background-color: #2e3192;
    border: none;
    color: white;
    padding: 9px 14px;
  
    letter-spacing:0px;
    font-weight:bold;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin-left:40%;

    cursor: pointer;
    border-radius:10px;
	
}

.button:hover {
	color:#fff;
	background-color:#e50000;
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);	
	border-radius:15px;
	transition: .5s linear;		
}

.button_1{
  margin-top: 20px;
	background-color: #2e3192;
    border: none;
    color: white;
    padding: 9px 14px;
  margin-left: 10%;
    letter-spacing:0px;
    font-weight:bold;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin-left:25%;

    cursor: pointer;
    border-radius:10px;
	
}

.button_1:hover {
	color:#fff;
	background-color:#e50000;
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);	
	border-radius:15px;
	transition: .5s linear;		
}

.button_kpi{
	background-color: #2e3192;
	font-weight:bold;
    border: none;
    color: white;
    padding: 7px 12px;
    letter-spacing:0px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
  
    cursor: pointer;
    border-radius:12px;	   
}

.button_kpi:hover {
	color:#fff;
	background-color:#e50000;
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);	
	border-radius:15px;
	transition: .5s linear;	
}
.button_kpi:active,.button_kpi:focus{
	color:#fff;
	background-color:#0b486b;	
}

.button_ya{
	background-color: #2e3192;
    border: none;
    color: white;
    padding: 7px 15px;
    font-size:13px;
    letter-spacing:0px;
    font-weight:400;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin-left:2%;
    margin-right:2%;
    cursor: pointer;
    border-radius:15px;
}

.button_ya:hover {
	color:#fff;
	background-color:#e50000;
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);		
}


.form-group label {
font-size: 14px;
}

.form-group input[type=radio] {
  margin-top: 13px;
  text-align: center;
  box-shadow: none;
  font-size: 14px;
  border-radius: 10px;
}

.form-group input[type=date] {
  
  text-align: center;
  box-shadow: none;
  font-size: 14px;
  border-radius: 10px;
}

.form-check-label{
  margin-top: 9px;
  text-align: center;
  box-shadow: none;
  font-size: 14px;
  border-radius: 10px;
}

.form-group select {
  text-align: center;
  box-shadow: none;
  font-size: 14px;
  border-radius: 10px;
}

.form-group select:focus {
  border: #2e3192 solid 0px;
  background-color: #f3f3f3;
}

.form-group input[type=text]:focus,
input[type=date]:focus {
  border: #2e3192 solid 0px;
  background-color: #f3f3f3;
  font-size: 14px;
}

.form-group  textarea:focus  {
  border: #2e3192 solid 0px;
  background-color: #f3f3f3;
  font-size: 14px;
}

.login input {
  box-shadow: none;
  font-size: 14px;
  border-radius: 0px;
  color: #2e3192;
}

.login input:focus  {
  border: #2e3192 solid 0px;
  background-color: #f3f3f3;
  color: #2e3192;
 font-weight:bold;
}

.radio-wrapper-14 input[type=radio] {

  --active: #25d366;
  --active-inner: #fff;
  --focus: 2px rgba(39, 94, 254, .3);
  --border: #BBC1E1;
  --border-hover: #25d366;
  --background: #fff;
  --disabled: #F6F8FF;
  --disabled-inner: #E1E6F9;
	-webkit-appearance: none;
	-moz-appearance: none;
	margin-right:3px;
	height: 17px;
	outline: none;
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin-top:10px;
	
	cursor: pointer;
	border: 2px solid var(--bc, var(--border));
	background: var(--b, var(--background));
	transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
  }
  .radio-wrapper-14 input[type=radio]:after {
	content: '';
	display: block;
	left: 0;
	top: 0;
	position: absolute;
	transition: .5s linear;
  }
  .radio-wrapper-14 input[type=radio]:checked {
  
	--b: var(--active);
	--bc: var(--active);
	--d-o: .3s;
	--d-t: .6s;
	--d-t-e: cubic-bezier(.2, .85, .32, 1.2);
  }
  .radio-wrapper-14 input[type=radio]:disabled {
	  
	--b: var(--disabled);
	cursor: not-allowed;
	opacity: 0.9;
  }
  .radio-wrapper-14 input[type=radio]:disabled:checked {
	  
	--b: var(--active);
	--bc: var(--active);
	--d-o: .3s;
	--d-t: .6s;
	--d-t-e: cubic-bezier(.2, .85, .32, 1.2);
  }
  .radio-wrapper-14 input[type=radio]:disabled + label {
	  
	cursor: not-allowed;
  }
  .radio-wrapper-14 input[type=radio]:hover:not(:checked):not(:disabled) {
	  
	--bc: var(--border-hover);
  }
  .radio-wrapper-14 input[type=radio]:focus {
	  
	box-shadow: 0 0 0 var(--focus);
  }
  .radio-wrapper-14 input[type=radio]:not(.switch) {
	  
	width: 17px;
  }
  .radio-wrapper-14 input[type=radio]:not(.switch):after {
	opacity: var(--o, 0);
  }
  .radio-wrapper-14 input[type=radio]:not(.switch):checked {
	--o: 1;
  }
  .radio-wrapper-14 input[type=radio]  label {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	margin-left: 1px;
	margin-top: 10px;
  }

  .radio-wrapper-14 input[type=radio]:not(.switch) {
	border-radius: 15px;
  }
  .radio-wrapper-14 input[type=radio]:not(.switch):after {
	width: 5px;
	height: 9px;
	border: 0px solid var(--active-inner);
	border-top: 0;
	border-left: 0;
	left: 5px;
	top: 1px;
	transform: rotate(var(--r, 20deg));
  }
  .radio-wrapper-14 input[type=radio]:not(.switch):checked {
	--r: 43deg;
  }
}

.radio-wrapper-14 * {
  box-sizing: inherit;
}
.radio-wrapper-14 *:before,
.radio-wrapper-14 *:after {
  box-sizing: inherit;
}



 .contact .php-email-form select{
  padding-bottom: 8px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type="submit"], button[type="reset"] {
  font-size: 13px;
  font-weight: bold;
  background: #2e3192;
  border: 0;
  padding: 8px 12px;
  color: #fff;
  transition: 0.4s;
  border-radius: 15px;
  margin-right: 20px;
}

.button_login {
  font-size: 14px;
  font-weight: bold;
  background: #2e3192;
  border: 0;
  padding: 7px 20px;
  color: #fff;
  transition: 0.4s;
  border-radius: 12px;
  margin-bottom:-15px;
}

.button_login:hover {
  color: #fff;
  background: linear-gradient(-40deg, #2e3192, #e50000, #e50000, #e50000);
	background-size: 400% 400%;
	animation: gradient 3s ease infinite;
  border-radius:10px;
  transition: 0.4s;
}

.contact .php-email-form button[type="submit"]:hover, button[type="reset"]:hover {
  color: #fff;
  background: linear-gradient(-40deg, #2e3192, #e50000, #e50000, #e50000);
	background-size: 400% 400%;
	animation: gradient 3s ease infinite;
  border-radius:20px;
  
  transition: .7s linear;
}

#content .table_admin {min-width:100%;border:0px solid #f3f3f3;}
#content .table_admin th {padding:7px;border:0px solid #f3f3f3; background-color:#44749d; color:#fff;
text-align:center;font-size:13px;}
#content .table_admin td {padding:7px;border:0px solid #333; vertical-align: middle; color:#333; font-weight:500; font-size:13px;}

.form-style-admin{
	width: 100%;
	margin-bottom:20px;
	margin-top:-17px;
}

.form-style-admin label{
	display:block;
	color:#0b486b;
	margin-top:-5px;
}

.form-style-admin label > span{
	float: left;
	width: 15%;
	color: #0b486b;
	font-weight: bold;
	margin-right:1%;
	font-size: 13px;
}

.form-style-admin label1{
	display:block;
	font-weight: bold;
	color:#0b486b;
	font-size: 13px;
}

.form-style-admin label1 > span{
	float: left;
	width: 20px;
	color: #0b486b;
	font-weight: bold;
	font-size: 13px;
}

.form-style-admin label3{
	font-weight: bold;
	font-size: 13px;
}

.form-style-admin fieldset{
	border-radius: 15px;
	border:1px solid #0b486b;
	margin: 0px 0px 10px 0px;
	padding: 20px;	
	box-shadow: inset 0px 0px 10px #f3f3f3;
}

.form-style-admin fieldset legend{
	color: #333;
	background: #fff;
	padding: 0px 8px 3px 8px;
	font-weight: bold;
	font-size: 20px;
}

.form-style-admin input[type=text],
.form-style-admin input[type=date],
.form-style-admin input[type=datetime],
.form-style-admin input[type=number],
.form-style-admin input[type=search],
.form-style-admin input[type=time],
.form-style-admin input[type=url],
.form-style-admin input[type=email],
.form-style-admin input[checkbox]
{
	margin-top:-8px;
	margin-right:15px;
	height:30px;
	width :90%;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 10px;
	border: 1px solid #d8d8d8;
	outline: none;
	letter-spacing: 0px;
	font-size: 13px;
	font-weight: 500;
	color: #333;
	padding: 5px 8px 5px 8px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, 
          transition: border-color ease-in-out .15s, 	
}

.form-style-admin input[type=text_tgl]{
	margin-top:0px;
	height:30px;
	width :32%;
	text-align:center;
	border-radius: 8px;

	border: 1px solid #d8d8d8;
	outline: none;
	letter-spacing: 0px;
	font-size: 13px;
	font-weight: 400;
	color: #333;
	padding: 5px 8px 5px 8px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, 
          transition: border-color ease-in-out .15s, 	
}

.form-style-admin input[type=text_jam]{
	margin-top:0px;
	height:30px;
	width :30%;
	text-align:center;
	border-radius: 8px;

	border: 1px solid #d8d8d8;
	outline: none;
	letter-spacing: 0px;
	font-size: 12px;
	font-weight: 400;
	color: #333;
	padding: 5px 8px 5px 8px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, 
          transition: border-color ease-in-out .15s, 	
}

.form-style-admin input[type=text_tanggal]{
	margin-top:0px;
	height:30px;
	width :25%;
	text-align:center;
	border-radius: 0px;

	border: 1px solid #f3f3f3;
	outline: none;
	letter-spacing: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #0b486b;
	padding: 5px 8px 5px 8px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, 
          transition: border-color ease-in-out .15s, 	
}

.form-style-admin input[type=text_jabatan]
{
	margin-top:-8px;
	margin-right:15px;
	height:30px;
	width :50%;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 10px;
	border: 1px solid #d8d8d8;
	outline: none;
	letter-spacing: 0px;
	font-size: 13px;
	font-weight: 500;
	color: #333;
	padding: 5px 8px 5px 8px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, 
          transition: border-color ease-in-out .15s, 	
}

.form-style-admin input[radio]
{
	margin-top:-10px;
	margin-right:15px;
	height:30px;
	width :220px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 10px;
	border: 1px solid #f3f3f3;
	outline: none;
	letter-spacing: 1px;
	font-size: 13px;
	font-weight: bold;
	color: #0b486b;
	padding: 5px 8px 5px 8px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, 
          transition: border-color ease-in-out .15s, 	
}

.form-style-admin input[type=text_mpp]{
	margin-top:-8px;
	height:27px;
	width :40px;
	text-align:center;
	border-radius: 5px;
	border: 2px solid #0b486b;
	outline: none;
	letter-spacing: 1px;
	font-size: 13px;
	font-weight: bold;
	color: #0b486b;
	padding: 5px 8px 5px 8px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, 
          transition: border-color ease-in-out .15s, 	
}

.form-style-admin input[type=text_input_mpp]{
	margin-top:-3px;
	height:27px;
	width :50px;
	text-align:center;
	border-radius: 5px;
	border: 1px solid #f3f3f3;
	outline: none;
	letter-spacing: 1px;
	font-size: 13px;
	font-weight: bold;
	color: #0b486b;
	padding: 5px 8px 5px 8px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, 
          transition: border-color ease-in-out .15s, 	
}

.form-style-admin select{
	margin-top:-4px;
	margin-right:15px;
	height:30px;
	width :70%;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border: 1px solid #d8d8d8;
	outline: none;
	letter-spacing: 0px;
	font-size: 13px;
	font-weight: 500;
	color: #333;
	text-align: center;
	padding: 5px 8px 5px 8px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, 
          transition: border-color ease-in-out .15s, 	
}

.form-style-admin textarea{
	font-family:"arial", Times, serif;  
	margin-top:0px;
	height:45px;
	width :100%;
	line-height:15px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border: 1px solid #d8d8d8;
	outline: none;
	-webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, .075);
    box-shadow: inset 0 2px 2px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, 
    transition: border-color ease-in-out .15s, 
	letter-spacing: 0px;
	font-weight: 400;
	color: #333;
	padding: 5px 8px 5px 8px;
	font-size: 13px;
}
.form-style-admin textarea:hover {
	background: #f3f3f3;	
   }
   
   .form-style-admin textarea:focus {
	font-weight: 400;
	color: #333;
	 -webkit-box-shadow: inset 0 3px 3px #888;
	 box-shadow: inset 0 3px 3px #888;
	 -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	 -o-transition: border-color ease-in-out .15s, 
	 transition: border-color ease-in-out .15s, 	
   }


@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/

.breadcrumbs {
  padding: 15px 0;
  background: #f3f3f3;
  min-height: 40px;
  margin-top: 72px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 68px;
  }
}



.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 600;
  color: #2e3192;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #4668a2;
  content: "/";
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  font-size: 14px;
  background: #2e3192;
}

#footer .footer-newsletter {
  padding: 50px 0;
  background: #f3f3f3;
  text-align: center;
  font-size: 15px;
  color: #444444;
}

.batas_atas {
  padding: 50px 0;
  background: #f3f3f3;
  text-align: center;
  font-size: 15px;
  color: #444444;
}

.batas_bawah {
  padding: 10px 0;
  background: #f3f3f3;
  text-align: center;
  font-size: 15px;
  color: #444444;
}

.batas_produk {
  margin-top:30px;
  margin-bottom:30px;
  padding: 3px 0;
  background: #f3f3f3;
  text-align: center;
  font-size: 15px;
  color: #444444;
}
.direktori {
  padding-top:5px;
  padding-bottom:1px;
  background: #f3f3f3;
  padding-left:9%;
  font-size: 14px;
  color: #2e3192;
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  color: #2e3192;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  text-align: left;
}

#footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #2e3192;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  
}

#footer .footer-newsletter form input[type="submit"]:hover {
  background: #209dd8;
}

#footer .footer-top {
  padding: 15px 0 0px 0;
  background: #fff;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 28px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  color: #2e3192;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Jost", sans-serif;
  color: #5e5e5e;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #2e3192;
  position: relative;
  padding-bottom: 5px;
}
/*
#2e3192
*/
#footer .footer-top .footer-links {
  margin-bottom: 10px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #2e3192;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 7px 0;
  display: flex;
  align-items: center;

}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  font-weight: 500;
  
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #ff0000;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #2e3192;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #ff0000;
  color: #fff;
  text-decoration: none;
}

h4 a:hover {
  
  color: #ff0000;
  text-decoration: none;
}

#footer .footer-bottom {
  padding-top: 12px;
  padding-bottom: 12px;
  color: #fff;
  background: #2e3192;
  text-align:center;
}

#footer .copyright {
  text-align:center;
}

#footer .credits {
  float: right;
  font-size: 13px;
}

#footer .credits a {
  transition: 0.3s;
}

@media (max-width: 768px) {
  #footer .footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #footer .copyright, #footer .credits {
    text-align: center;
    float: none;
  }
  #footer .credits {
    padding-top: 4px;
  }
  
}
