/**
* 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: #444444;
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("../img/TMC Cover Baru.jpg") fixed center center;
  background-size: cover;
 
}

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

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

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

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

#preloader:before {
  content: '';
  position: fixed;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
  border: 10px solid #2e3192;
  border-top-color: #fff;
  border-bottom-color: #fff;
  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: 3px solid #2e3192;
  background: #fff;
  color: #2e3192;
}

.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 {
  font-size: 30px;
  margin: 0;
  margin-left:-52px;
  padding-right: 15px;

  text-decoration:none;
}

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

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

.image_slide
{

  width:100%;
  max-height:550px;
 
  margin-left: auto;
  margin-right: auto;
  box-shadow: 2px 3px 3px 2px #f3f3f3;
  
}

.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: 15px;
}

.form-control{
  border-radius: 15px;
}

#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;
}

@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: linear-gradient(#4d6091,#2e3192);
  border-radius: 10px;
}

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

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

.navbar a i {
  font-size: 14px;
  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, #2e3192, #e50000, #e50000, #e50000);
	background-size: 400% 400%;
	animation: gradient 3s ease infinite;
  border-radius:10px;
  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: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 160px;
  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: .3s 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:48px;
  
  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;
}

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: 0px solid #2e3192;
  border-right: 0px solid #2e3192;
  border-bottom: 0px solid #2e3192;
  border-left: 0px solid #2e3192;
  width: 30%; /* Could be more or less, depending on screen size */
  border-radius: 15px;
  /*
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  */
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;

}

/* 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;
}

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

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

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

.form-control1 {
    border-radius: 15px; }

  .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-1 .login--footer__text:first-of-type {
    border-top: 1px dotted #444; }
  .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:18px;}

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

    .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: 14px;
  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;
    border-bottom: 0px dotted #444; }

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

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

.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;
  }

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

  .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;
}

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

.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #ff0000;
}

.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;
  }
  #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;
    
  }
  .carousel-caption h3
  {
    font-size: 11px; 
  }
  .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;
  }
  #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: 23px;
    
  }
  .carousel-caption h3
  {
    font-size: 13px; 
  }
  .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;
  }
  #hero .hero-img img {
    width: 80%;
  }
  #hero .btn-get-started {
    font-size: 16px;
    padding: 10px 24px 11px 24px;
  }
  #header .logo img {
    max-height: 23px;
   
  }
  .carousel-caption h3
  {
    font-size: 13px; 
  }
  .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: 155px;
  height: 2px;
  background: #ddd;
  bottom: 1px;
  left: calc(5% - 60px);
}

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

.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;
}

/*--------------------------------------------------------------
# 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 .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 .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: 1px;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 15px;
  transition: 0.5s;
  background: #2e3192;
  border: 2px solid #2e3192;
  color: #fff;
}

.lihat-btn:hover {
  background: #e50000;
  border: 2px solid #e50000;
  color: #fff;
  border-radius: 10px;
}

.menu-btn {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 17px;
  width:85%;
  display: inline-block;
  padding: 7px 10px;
  border-radius: 12px;

 
  background: linear-gradient(-40deg, #2e3192, #0b486b, #2e3192, #2e3192);
	background-size: 400% 400%;
	animation: gradient 8s ease infinite;
  transition: .5s 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);
}

.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: 14px;
  text-align: justify;
}

li
{
  font-size: 14px;
  text-align: justify;
}
h4
{
  /*
  color: #0000ff;
  */
  color:#2e3192;
  font-weight:bold;
  font-size: 16px;
  padding:3px;
}
h3
{
  color: #2e3192;
  font-weight:bold;
  font-size: 26px;
}
h2
{
  color: #2e3192;
  font-weight:bold;
  font-size: 26px;
}

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

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

.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;
}

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

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

.form_register input {
  box-shadow: none;
  font-size: 13px;
  border-radius: 10px;
  color: #2e3192;
  font-weight:bold;
}

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



 .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: 14px;
  font-weight: bold;
  background: #2e3192;
  border: 0;
  padding: 10px 15px;
  color: #fff;
  transition: 0.4s;
  border-radius: 15px;
  margin-right: 20px;
}

.button_login {
  font-size: 13px;
  font-weight: bold;
  background: #2e3192;
  border: 0;
  padding: 7px 15px;
  color: #fff;

  border-radius: 10px;
  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:15px;
  transition: 0.6s;
}

.button_register {
  font-size: 13px;
  font-weight: bold;
  background: #2e3192;
  border: 0;
  padding: 7px 15px;
  color: #fff;
margin-top:5%;
  border-radius: 10px;
  margin-bottom:-15px;
}

.button_register: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.6s;
}

.register {
  font-size: 12px;
  font-weight: 400;
  
  border: 0;

}

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

.button_reset: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;
}

.sub-main-w3 input[type="submit"],input[type="reset"] {
  margin-left:27%;
  margin-right:-20%;
  margin-bottom:-13%;
  color: #fff;
  background: #44749d;
  border: none;
  padding: 10px 0;
  margin-top: 5px;
  outline: none !important;
  width: 20%;
  font-size: 12px;
  cursor: pointer;
  letter-spacing: 1px;
  font-weight: bold;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  transition: 0.5s all;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.32);
  border-radius:10px;
}

 input[type="submit"]:hover {
  background: #0b486b;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  transition: 0.5s all;
  border-radius:15px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

 input[type="reset"]:hover {
  background: #0b486b;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  transition: 0.5s all;
  border-radius:15px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.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:10px;
  transition: 0.4s;
}

@-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: linear-gradient(#4d6091,#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: 15px 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;
  }
  
}
