/**
* Template Name: Arsha
* Updated: Mar 10 2023 with Bootstrap v5.2.3
* 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;
}

a {
  color: #47b2e4;
  text-decoration: none;
}

a:hover {
  color: #73c5eb;
  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: #37517e;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #37517e;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@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: 15px;
  z-index: 996;
  background: #47b2e4;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

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

.back-to-top:hover {
  background: #6bc1e9;
  color: #fff;
}

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

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

#header.header-scrolled,
#header.header-inner-pages {
  background: rgba(40, 58, 90, 0.9);
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 60px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
}

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

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #47b2e4;
}

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

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

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 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: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  font-weight: 500;
  color: #0c3c53;
}

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

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #47b2e4;
}

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

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

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(40, 58, 90, 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: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #37517e;
}

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

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
  color: #37517e;
}

.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: 10px 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: #47b2e4;
}

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

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  height: 80vh;
  background: #37517e;
}

.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: #47b2e4;
}

.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: #47b2e4;
}

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

@media (max-width: 991px) {
  .hero {
    height: 100vh;
    text-align: center;
  }

  .hero .animated {
    animation: none;
  }

  .hero .hero-img {
    text-align: center;
  }

  .hero .hero-img img {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .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%;
  }
}

@media (max-width: 575px) {
  .hero .hero-img img {
    width: 80%;
  }

  .hero .btn-get-started {
    font-size: 16px;
    padding: 10px 24px 11px 24px;
  }
}

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

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

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

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

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #37517e;
}

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

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #47b2e4;
  bottom: 0;
  left: calc(50% - 20px);
}

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

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

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

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

@media (max-width: 768px) {
  .clients img {
    max-width: 40%;
  }
}

/*--------------------------------------------------------------
# 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: #47b2e4;
  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: #47b2e4;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #47b2e4;
}

.about .content .btn-learn-more:hover {
  background: #47b2e4;
  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: #37517e;
}

.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: #47b2e4;
  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: #47b2e4;
}

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

/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/
.skills .content h3 {
  font-weight: 700;
  font-size: 32px;
  color: #37517e;
  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: #47b2e4;
}

.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: #37517e;
}

.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: 0.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: #47b2e4;
  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: #37517e;
  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: #47b2e4;
}

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

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

.cta p {
  color: #fff;
}

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

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

@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: #47b2e4;
  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: #47b2e4;
}

.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 #47b2e4;
}

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

.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;
  height: 100%;
}

.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: #37517e;
}

.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: #37517e;
  font-size: 16px;
  margin: 0 2px;
}

.team .member .social a:hover {
  background: #47b2e4;
}

.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: #37517e;
}

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

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

.pricing h4 span {
  color: #47b2e4;
  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: #47b2e4;
  transition: none;
  font-size: 16px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  transition: 0.3s;
  border: 1px solid #47b2e4;
}

.pricing .buy-btn:hover {
  background: #47b2e4;
  color: #fff;
}

.pricing .featured {
  border-top-color: #47b2e4;
}

.pricing .featured .buy-btn {
  background: #47b2e4;
  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;
  }
}

/*--------------------------------------------------------------
# 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: #47b2e4;
}

.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: #37517e;
  transition: 0.3s;
}

.faq .faq-list a.collapsed:hover {
  color: #47b2e4;
}

.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 #47b2e4;
  border-bottom: 3px solid #47b2e4;
  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: #47b2e4;
  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: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #37517e;
}

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

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

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

.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: #47b2e4;
  color: #fff;
}

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

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

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

.contact .php-email-form .validate {
  display: none;
  color: red;
  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;
  animation: animate-loading 1s linear infinite;
}

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

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

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

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #47b2e4;
}

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

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

.contact .php-email-form button[type=submit] {
  background: #47b2e4;
  border: 0;
  padding: 12px 34px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #209dd8;
}

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

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f3f5fa;
  min-height: 40px;
  margin-top: 72px;
}

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

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

.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: #37517e;
}

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

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

#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: #47b2e4;
  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: 60px 0 30px 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: #37517e;
}

#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: #37517e;
  position: relative;
  padding-bottom: 12px;
}

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

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

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

#footer .footer-top .footer-links ul li {
  padding: 10px 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;
}

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

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #47b2e4;
  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: #209dd8;
  color: #fff;
  text-decoration: none;
}

#footer .footer-bottom {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
}

#footer .copyright {
  float: left;
}

#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;
  }
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Black.ttf');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Italic.ttf');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.ttf');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Light.ttf');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Flat-UI-Pro-Icons';
  src: url("../fonts/flat-ui-pro-icons-regular.eot");
  src: url("../fonts/flat-ui-pro-icons-regular.eot?#iefix") format("embedded-opentype"), 
  url("../fonts/flat-ui-pro-icons-regular.woff") format("woff"), 
  url("../fonts/flat-ui-pro-icons-regular.ttf") format("truetype"), 
  url("../fonts/flat-ui-pro-icons-regular.svg#flat-ui-pro-icons-regular") format("svg");
}

/*Body*/
body {
    padding-top: 0;
    background-color: #ffffff;
    /* font-family: "Roboto","Lato",Helvetica,Arial; */
    font-family:"Lato", Helvetica,Arial; 
    font-size: 1.5em;
    color: #595959;
}
td, th {
    border: solid 1px;
    padding-left: 4px;
}
p{
  font-family: "Roboto","Lato",Helvetica,Arial;javascript:;
  font-size: 14px;
  text-align: justify;
}
h2, .h2 {
    font-size: 48px;
    font-weight: lighter;
}
h4{
  font-size: 18px;
}
h5,h6{
  font-size: 16px;
}

h6, .h6{
  display: inline-block;
}

.pl-1{
    padding-left:1em;
    }
.pr-1{
    padding-right:1em;
    }

.pb-1{
    padding-bottom:1em;
    }

    
.h-blue-ca{
    font-size:large;
    color:#fff;
    background-color: #09275b;
    padding : 0.5em 1em;
    
    }
.h-red-ca{
    font-size:large;
    color:#fff;
    background-color: #C0392B;
    padding : 0.5em 1em;
    }

.btn-materi{
  border-radius: 10px;
  background-color: #09275b;
  color: #ffffff;
  margin: 10px;
}
.btn-materi:active,
.btn-materi:hover,
.btn-materi:focus
{
 color: #ffffff;
 background-color: #E74C3C;
}

.btn-primary:active,
.btn-primary:hover,
.btn-primary:focus
{
color: #ffffff;
 background-color: #E74C3C;
 border: 2px solid #ffffff;
}

.btn-primary{
  color: #393887;
  border: 2px solid #393887;
  background-color: #ffffff;
  -webkit-border-radius: 10em;
  -moz-border-radius: 10em;
  border-radius: 10em;
}

.btn-primary.btn-red{
  background-color: #C0392B;
  color: #ffffff;
  border-color: #C0392B;
}
.btn-primary.btn-red:hover{
  background-color: #ffffff;
  color: #C0392B;
}
.blue-text, .blue-text a{
  color: #393887 !important;
}
.red-text, .red-text a{
  color: #C0392B !important;
}

.oc-text-uppercase,.text-uppercase{
  text-transform: uppercase;
}
.opacity img
{
  opacity:0.3;
}

.opacity img:hover
{
  opacity:1;
}

.grayscale img
{
  filter: grayscale(90%);
  -webkit-filter: grayscale(90%);
  -moz-filter: grayscale(90%);
  -o-filter: grayscale(90%);
  -ms-filter: grayscale(90%);
}

.grayscale img:hover
{
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -o-filter: grayscale(0);
  -ms-filter: grayscale(0);
}

.signin-container{
  background: rgba(31,20,99,1);
background: -moz-linear-gradient(top, rgba(31,20,99,1) 0%, rgba(255,84,84,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(31,20,99,1)), color-stop(100%, rgba(255,84,84,1)));
background: -webkit-linear-gradient(top, rgba(31,20,99,1) 0%, rgba(255,84,84,1) 100%);
background: -o-linear-gradient(top, rgba(31,20,99,1) 0%, rgba(255,84,84,1) 100%);
background: -ms-linear-gradient(top, rgba(31,20,99,1) 0%, rgba(255,84,84,1) 100%);
background: linear-gradient(to bottom, rgba(31,20,99,1) 0%, rgba(255,84,84,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f1463', endColorstr='#ff5454', GradientType=0 );
}

.center-image{
  display: block;
    margin: auto;
    width: 40%;
}
.vcenter {
    display: flex;
    align-items: center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}

.grey{
    background-color: #f1f2f7;
}

.imageDiv{
  display:none;
}

hr{
        border-top: 1px solid #cecece;
}



select.form-control :focus,select.form-control ,select {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
   calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat; 
  outline: 0;
}

.vSeparator {
    /*border-left: thick solid #ff0000;*/
    height: 42px;
    width: 3px;
    background: url(../images/divider.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: left top;

}

.vSeparator:first-child , .dropdown-menu .vSeparator{
    width: 0;
    display: none;
}



.navbar-nav > li > a {
    font-size: 12px;
    font-weight: normal;
     padding: 10px 5px;
    margin: auto;
    line-height: 23px;
    color: #ffffff;
}

.search-icon{
  background-image: url(../images/search-icon.png);

}

.section-padding{
  padding-top: 20px;
  padding-bottom: 20px;
}
/*End Body Style*/

@media(min-width: 1200px) { 
    .container {
    padding-left: 60px;
    padding-right: 60px;
    }

   div.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-nav > li > a {
    padding: 10px 15px;
  }
    
}

@media (min-width: 1400px) {
    .container {
        width: 1320px;
    }
}

/*Header*/
.header-navbar{
  background: rgba(220,227,235,1);
background: -moz-linear-gradient(top, rgba(220,227,235,1) 0%, rgba(255,255,255,1) 28%, rgba(255,255,255,1) 99%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(220,227,235,1)), color-stop(28%, rgba(255,255,255,1)), color-stop(99%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(top, rgba(220,227,235,1) 0%, rgba(255,255,255,1) 28%, rgba(255,255,255,1) 99%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(top, rgba(220,227,235,1) 0%, rgba(255,255,255,1) 28%, rgba(255,255,255,1) 99%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(top, rgba(220,227,235,1) 0%, rgba(255,255,255,1) 28%, rgba(255,255,255,1) 99%, rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(220,227,235,1) 0%, rgba(255,255,255,1) 28%, rgba(255,255,255,1) 99%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dce3eb', endColorstr='#ffffff', GradientType=0 );
}

.topDivLogo{
    position: absolute;
    top: 25px;
    left: 50%;
    margin-left: -80px;
    z-index: 100;
}

.topDivLogo img{
width: 120px;
}

.secondTopDiv{
    padding-top: 50px;
}
@media(max-width:990px) {
  .topDivLogo{
    position: static;
    top: 2px;
    margin-left: 2%;
  }
  .secondTopDiv{
    padding-top: 2px;
  }
  .vSeparator{
    height:0; 
  }

  .navbar-nav li > a{
    padding:4px 15px; 
    margin-left: 10px;
  }
  .#layout-news-carousel .carousel-inner .carousel-caption {

  }
}

@media(max-width:770px) {
  
  .secondTopDiv{
    position: absolute;
    z-index: 2;
    margin-top: 5px;
    margin-right: 30px;
  }
}


.navbar-btn.btn-sm {
    padding: 8px 20px;
}

.navbar {
    min-height: 20px;
    margin-bottom: 12px;
    border-radius: 0;
  }
  
 #buttonLogin {
    padding-top: 8px;
    padding-bottom: 8px;
 }
 
 #headerSearch{
     margin-top:15px;
     }
#row-search-result{
  padding-top: 30px;
}
.head-search h4,.head-search hr{
  color: #C0392B;
  border-color: #C0392B;
}

.ss-result__title,.ss-result__title a {
  color:#393887;
}


 .input-group .form-control{
    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    border-radius: 10em;
    height: 32px;
    border: 2px solid #393887;
 } 

 
 .input-group-btn > .btn{
    padding-bottom: 4px;
    padding-top: 4px;
    border: 2px solid #393887;
    height: 32px;
 }   


#layout-nav {
    margin-bottom: 0;
    color: #ffffff;
    background: rgb(9, 39, 91);
    /* background: rgba(7,65,126,1);
    background: rgba(7,65,126,1);
    background: -moz-linear-gradient(top, rgba(7,65,126,1) 0%, rgba(10,19,64,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(7,65,126,1)), color-stop(100%, rgba(10,19,64,1)));
    background: -webkit-linear-gradient(top, rgba(7,65,126,1) 0%, rgba(10,19,64,1) 100%);
    background: -o-linear-gradient(top, rgba(7,65,126,1) 0%, rgba(10,19,64,1) 100%);
    background: -ms-linear-gradient(top, rgba(7,65,126,1) 0%, rgba(10,19,64,1) 100%);
    background: linear-gradient(to bottom, rgba(7,65,126,1) 0%, rgba(10,19,64,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#07417e', endColorstr='#0a1340', GradientType=0 ); */
  }


.open > .dropdown-menu{
  margin-top: 16px !important;
}

.dropdown-sidemenu .dropdown-toggle .caret{
      margin-top: 6px;
}

.navbar-nav .dropdown-toggle .caret{
      margin-left: 4px;
      margin-bottom: 6px;
      border-top-color: #ffffff;
}
.navbar-nav > li > .dropdown-menu{
    background-color: #842639;
    color: white;
}
.navbar-nav .dropdown-arrow {
  border-color: transparent transparent #842639 transparent;
}

.navbar-nav > li > .dropdown-menu li a:hover{
  background-color: #c0392b;
}

.navbar-nav > li > .dropdown-menu li a{
  font-size: smaller;
  color:#ffffff;
}



#top-search input[type=search] {
  background: rgba(255, 255, 255, 0) 
  url('../images/search-icon.png') no-repeat 9px center;
  outline: none;
    width: 35px;
    color: transparent;
  cursor: pointer;
  padding: 0 10px;
  border: 2px solid rgba(255, 255, 255, 0);

  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  font-family: inherit;
  font-size: 100%;
  
  -webkit-border-radius: 10em;
  -moz-border-radius: 10em;
  border-radius: 10em;

  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}

#top-search input[type=search]:hover {
  background-color: #C0392B;
}
#top-search input[type=search]:focus {
  width: 130px;
  padding-left: 32px;
  color: #595959;
  font-weight: lighter;
  background-color: #fff;
  cursor: auto;
  border:2px solid #C0392B;
}
#top-search input:-moz-placeholder {
  color: transparent;
}
#top-search input::-webkit-input-placeholder {
  color: transparent;
}


.search-form{
display: inline-block;
margin: 6px 10px;
}


@media(max-width: 990px) {
    .search-form{
      display: none;
    }
}


#layout-footer{
  background-color: #333333;
  background:url(../images/footer.jpg);
  background-size: cover;
  padding-bottom: 10px;
  margin-top: 100px;
}

#layout-footer hr{
  margin-bottom: 5px;
  border-width: 3px 0px 0px;
  border-color: #b1b3b9;
}

#layout-footer .additional-text{
  font-size: 13px;
  color: #6c6c6c;
  text-align: center;
  margin-top: 23px;
}

#layout-footer .social-btns > * {
    width: 40px;
    height: 45px;
    font-size: 30px;
    color: white;
    margin-bottom: 10px;
}

#layout-footer  dt,#layout-footer  dt > a{
  color: white; 
  padding-top: 20px;
  padding-bottom: 5px;
  font-weight: 400;
  font-size: 18px;
 
}

#layout-footer  dt
{
  /*border-bottom:1px solid #686868;*/
}

#layout-footer a {
    color: #BDC3C7;
    text-decoration: none;

}

#layout-footer  dd > a{
  font-weight: 300;
  font-size: 14px;
  color: #BDC3C7;
  padding-top: 2px;
}
#layout-footer  dd {
  font-size: 14px;
  color:#ffffff;
  font-weight: 300;
}

/*end footer style*/

@media(max-width:768px) {
  #layout-news-carousel{
    
  }
  #layout-news-carousel .carousel-inner .carousel-caption{
    display: none;
  }
}

@media(max-width: 768px) {
    #layout-news-carousel p { 
      display: none; 
    }
}

/* New Style for fade carousel */
#layout-news-carousel .carousel-fade .carousel-inner .item{
     transition-property: opacity;
}

#layout-news-carousel .carousel-fade .item, 
#layout-news-carousel .carousel-fade .active.left,
#layout-news-carousel .carousel-fade .active.right {
        opacity: 0;
}

#layout-news-carousel .carousel-fade .active, 
#layout-news-carousel .carousel-fade .next.left,
#layout-news-carousel .carousel-fade .prev.right {
        opacity: 1;
}

#layout-news-carousel .carousel-fade .next,
#layout-news-carousel .carousel-fade .prev,
#layout-news-carousel .carousel-fade .active.left,
#layout-news-carousel .carousel-fade .active.right {
        left: 0;
        transform: translate3d(0, 0, 0);
}


#layout-news-carousel #carousel-1 > *,#layout-news-carousel .carousel-inner > .item {
  max-height:320px; 
}


#layout-news-carousel .carousel-inner .carousel-caption {
    /* text-align: center;
    left: 60%;
    padding-bottom: 10px;
    
    old style
     */
    text-align: right;
    padding-bottom: 10px;
    right: 5%;
    left: auto;
    width: 300px;
}

#layout-news-carousel .carousel-inner .carousel-caption h4{
    font-size: 24px;
}

#layout-news-carousel .carousel-mask{
    background:url(../images/tile/mask.png);
    background-size: 100%;
    position: absolute;
    z-index: 1;
    width: 40%;
    height: 100%;
    right: 0;
    background-repeat: no-repeat;
}




#layout-news-carousel .carousel-indicators li{
  /*background-color: #ffffff;
  width: 50px;
  height: 5px;*/
  display:none;
}

#layout-news-carousel .carousel-indicators .active{
  /*background-color: #c0392b;
  border-color: #c0392b;*/
  display:none;
}

.news-item img{
max-width: 100%;
}

.hr-glow{
margin-top: 0px;
height: 4px;
border: none;
width: 200px;
background: -moz-linear-gradient(left, rgba(192,57,43,0) 0%, rgba(192,57,43,1) 19%, rgba(192,57,43,1) 20%, rgba(192,57,43,1) 80%, rgba(192,57,43,1) 81%, rgba(192,57,43,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(192,57,43,0) 0%,rgba(192,57,43,1) 19%,rgba(192,57,43,1) 20%,rgba(192,57,43,1) 80%,rgba(192,57,43,1) 81%,rgba(192,57,43,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(192,57,43,0) 0%,rgba(192,57,43,1) 19%,rgba(192,57,43,1) 20%,rgba(192,57,43,1) 80%,rgba(192,57,43,1) 81%,rgba(192,57,43,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c0392b', endColorstr='#00c0392b',GradientType=1 );
}

#layout-title {
    background-color: #edeff1;
    padding-top: 10px;
    padding-bottom: 15px;
    margin-bottom: 0px;

   -moz-box-shadow:    inset 0 -6px 12px -7px #666666;
   -webkit-box-shadow: inset 0 -6px 12px -7px #666666;
   box-shadow:         inset 0 -6px 12px -7px #666666;

}

#layout-title h3 {
    font-size: 20px;
    font-weight: normal;
    color: #09275b;
    text-transform:uppercase;
}

.layout-title h6{
    text-transform: uppercase;
    font-size: 14px;
    color: #C0392B;
    font-weight: normal;
}

.layout-title hr{
  margin-top: 0px; 
}

#top-breadcrumb{
padding : 2em 5em;
}

#top-breadcrumb a{
font-size:14px;
color: #09275b;
}
#top-breadcrumb a:hover{
    text-decoration: underline; 
}

#top-breadcrumb span{
padding : 0 0.4em;
}

.magz-container {
  position: relative;
  overflow: hidden;
  height: 0;
}
 
/* 16x9 Aspect Ratio */
.magz-container-16x9 {
  padding-bottom: 56.25%;
}
 
/* 4x3 Aspect Ratio */
.magz-container-4x3 {
  padding-bottom: 75%;
}
 
.magz-container iframe {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}

.logos {
    background: none;
    padding-top: 20px;
    padding-bottom: 20px;
}
.logos .title-partner{
    vertical-align: middle;
    color: #ffffff;
    font-size: medium;
    font-weight: lighter;
}

#layout-find-course h6{
    display: block;
    color: #ffffff;
    font-weight: lighter;
    font-size: large;
    text-transform: uppercase;
}

.find-course{
    padding: 2px 15% 10px;
}
.find-course .field{
    display: inline;
    font-family: inherit;
    font-size: small;
}

@media(max-width:770px) {
  .find-course .field{
    margin-bottom: 15px;
    text-align: center;
  }
  #layout-find-course h6{
    font-size: 15px ;
    margin-bottom: 0;
  }
}

.find-course .field input{
    padding: 6px 25px;
    width: 100%;
    border-width: 0px;
    height: 28px;
    /* background: none;
    border-bottom: 2px solid #fff; */
    border-radius: 25px;
    color: #393887;
  }

.find-course .field input:focus{
  outline: none !important;


  }
.find-course .field select{
    width: 100%;
    height: 28px; 
    border: 1px solid;
    border-radius: 20px;
    padding: 0px 10px;
    outline: none;
    background-image: none; 
  }

.find-course .field.button-course-search{
  z-index: 10;
}
.find-course .field.button-course-search button{
    padding: 2px 25px;
    border-radius: 25px;
    border-width: 0px;
    width: 100px;
    background-color:#09275b;
    border-color:#09275b;
    color:#ffffff;
}

.find-course .field.button-course-search button:hover{
    background-color:#ffffff;
    border-color:#E74C3C;
    color:#E74C3C;
}
/*End Home Page Style*/


.container-blog img{
  max-width: 100%;
}
/*End Blog News Style*/


#layout-reguler{
    background-color: #edeff1;
    padding-top: 40px;
    padding-bottom: 20px;
    background-size: cover;*/
    background-repeat: no-repeat;
}

#layout-reguler h2,#layout-reguler h1,#layout-reguler h3,#layout-reguler h4{
    color: #ffffff;
    text-transform: uppercase;
    padding: 15px;
    padding-bottom: 0;
}

#layout-reguler h2{
    font-size: xx-large;
}

#layout-reguler h6{
    padding: 15px;
    padding-top: 0;
    color: #ffffff;
    font-weight: lighter;
    padding-top: 10px;
    padding-bottom: 10px;
}

.btn-category-course{
      margin-bottom: 30px;
    margin-top: 40px;
}

.layout-course .portfolio-course {
  background-color: #ffffff;
  padding: 0 !important;
  margin-bottom:20px; 
-webkit-box-shadow: 0px 3px 4px 1px rgba(158,158,158,1);
-moz-box-shadow: 0px 3px 4px 1px rgba(158,158,158,1);
box-shadow: 0px 3px 4px 1px rgba(158,158,158,1);
}

.layout-course .portfolio-course  img{
  width: 100%;
}

/*.layout-course #filters{
  background-color: #ffffff;
  border-radius: 20px;
}*/

.row-galery-course{
  margin-left: 15px;
  margin-right: 15px;
  padding-bottom: 15px;
}

.row-course-items .col-md-4{
  padding: 10px !important;
}
/*End Pelatihan Style*/

.layout-course-detail,.layout-course{
  padding: 0;
}

.course-detail-title{
  padding-bottom: 20px;
}

.border-right-menu{
    border-left: 2px solid #09275b;
    padding: 0;
    margin-bottom: 20px;
}
@media(min-width:990px) {
  .border-right-menu{ 
    min-height: 600px; 
  }

}

.border-right-menu a{
    background-color: #f2f2f2;
    color: #595959;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    -webkit-box-shadow: 2px 3px 4px 1px rgba(158,158,158,1);
    -moz-box-shadow: 2px 3px 4px 1px rgba(158,158,158,1);
    box-shadow: 2px 3px 4px 1px rgba(158,158,158,1);
    margin-bottom: 5px;
}
.border-right-menu li.active a, .border-right-menu li a:hover{
    background-color: #09275b;
    color: #ffffff;
}

/*Landing Page Parent Style*/
.page-parent-thumb{
  padding: 0;
  padding-bottom: 10px;
  margin:0 10px 22px 10px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 3px 4px 1px rgba(158,158,158,1);
-moz-box-shadow: 0px 3px 4px 1px rgba(158,158,158,1);
box-shadow: 0px 3px 4px 1px rgba(158,158,158,1);

}

.page-parent-thumb > .col-md-12,.page-parent-thumb >.col-md-6{
  padding: 0;
}

.page-parent-thumb .page-parent-caption{
  padding: 0 15px;
}


/*Profil Style*/
.profile1{
    background-color: #edeff1;
    padding-top: 25%;
    padding-bottom: 15%;
    background: url('../images/pages/1sekilas IAI.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    color: #ffffff;
}

.profile2{
    background-color: #000000;
    /*padding-top: 20%;*/
    padding-bottom: 0;
    color: #ffffff;
    background-repeat: no-repeat;
}

.profile3{
    color: #5d5d5d;
}

.profile4{
    background-color: #ffffff;
    color: #5d5d5d;
}

.profile5{
    background-color: #edeff1;
    padding-top: 15%;
    padding-bottom: 15%;
    background: url('../images/pages/5sekilas.jpg');
    background-size: cover;
    color: #ffffff;
    background-repeat: no-repeat;
}


  .profile2 img{
      width: 200%;
      margin-top: 0;
      margin-right: -50%;
  }
  .profile2 video{
    margin-top: 0;
    margin-right: -50%;
    width: 200%;
  }

.profile2 .content-profile2{
  padding-top :20%;
}

  .profile3 img{
      width: 120%;
  }
  .profile4 img{
      width: 120%;
      padding-right: 40px;
  }


@media(max-width:990px) {
  .profile2 img,.profile3 img,.profile4 img, .profile2 video{
      width: 100%;
      margin:0;
  }

}
@media(min-width:1368px) {
  .profile2 img,.profile3 img,.profile4 img{
      width: 140%;
      height: 140%;
  }

}

/*End Profil Style*/

/*Start Struktur pengurus style*/


.wrap-slideshow-structure h3{
  text-transform: uppercase;
  font-size: 21px;
  font-weight: normal;
}

.wrap-slideshow-structure .carousel-caption{
  padding-bottom: 6%;
}

@media(max-width:770px) {
  .wrap-slideshow-structure .carousel-inner {
    height: 350px;
    background: #072049;
}

.wrap-slideshow-structure .carousel-caption {
    top: 0px;
}

}

.wrap-slideshow-structure .carousel-control{
  background: none;
}

 .wrap-slideshow-structure .carousel-control .icon-prev, 
 .wrap-slideshow-structure .carousel-control .icon-next{
  
  font-size: 100px;
    color: #144da1;
    top: 33%;
}
.wrap-structure{
  padding: 5px;
}

.blue-fill{
  color: #ffffff;
  border-radius: 10px;
  background-color: #09275b;
  padding: 10px;
  font-size: 12px;
}

.blue-fill a{
        color: #ffffff !important;
}
.structure-title{
    position: relative;
    margin-top: -50px;
    margin-bottom: 10px;
}
.structure-member{
     padding-top: 25px;
    padding-bottom: 30px;}
.structure-member-right{
    margin-top: 5px;
    height: 255px;
    padding: 15px;
}

/*End Struktur pengurus style*/

/*Start Kompartemen Style*/

#kompartemen main:after {
  content: '';
    display: block;
    position: absolute;
    width: 200px;
    height: 200px;
    -webkit-box-shadow: inset 0px 0px 5px 3px rgba(120,120,120,1);
    -moz-box-shadow: inset 0px 0px 5px 3px rgba(120,120,120,1);
    box-shadow: inset 0px 0px 5px 3px rgba(120,120,120,1);
    border-radius: 50%;
    z-index: 2;
    top: 0;
    left: 0;
}

#kompartemen main img {
    width: 200px;
    height: 200px;
    position: absolute;
    top: 0;
    left: 0;
}

#kompartemen main {
    padding: 75px;
    width: 200px;
    height: 200px;
    position: relative;
}

.team-member {
  margin-top: 25px;
  margin-bottom: 25px;
  
}
.team-member .nama{
  padding-top:  15px;
  color: #C0392B;
  font-weight: bold;
}
.team-member .info {
  padding-bottom:  30px;
  font-size: large;
}
.team-member p.text-muted{
    border-top: 1px solid #7f8c9a;
    font-weight: normal;
    color: #666666;
    text-align: center; 
    margin-left: auto;
    margin-right: auto;
}
.team-member .info a{
  color: #999999;
 }

.tabPenguruKAPd .row{
margin-bottom: 20px;
}

.tabPenguruKAPd .nav-tabs.nav-justified h5{
  margin: 0;
}
.tabPenguruKAPd .nav-tabs.nav-justified > .active > a, 
.tabPenguruKAPd .nav-tabs.nav-justified > .active > a:hover,
.tabPenguruKAPd .nav-tabs.nav-justified > .active > a:focus{
    border: 0;
    color: #c03945;
    border-bottom: solid 3px #c03945;
    margin-bottom: -1%;
    background: none;
}

#kompartemen .tex-center.red-text{
  margin-bottom: 20px;
}

.btn-komisariat{
  margin-bottom: 10px;
}

.btn-komisariat > a , a > .btn-komisariat{
  color: #ffffff;
}

/*End Kompartemen Styles*/
.layout-vision{
    opacity: 0.8;
    filter: alpha(opacity=80);
}
#row-vision{
  text-align: right;
}
#row-vision h1,#row-vision h2,#row-vision h3,#row-vision h6{
  color: #000000;
}
#row-vision h1,#row-vision h2,#row-vision h3{
  padding-bottom: 10px;
}

#row-vision h5,#row-vision h6 {
    font-weight: 400;
    padding-bottom: 20px;
    text-shadow: 0 0 0.2em #FFF;
}

.layout-misi .col-xs-4{ 
  text-align: right;
  padding-right: 40px;
}

.layout-misi .col-xs-8, .layout-misi .col-xs-7,.layout-misi h6{ 
     /* font-size: 20px;
  font-weight: lighter;
  padding-left: 5%;
  padding-right: 5%;*/
}

.layout-misi, .layout-misi row {
padding-top: 20px;
padding-bottom: 20px;
}

@media(min-width:1200px) {
  .layout-misi, .layout-misi row {
    padding-top: 50px;
    padding-bottom: 40px;
    }
    .hr-glow{
      margin-bottom: 30px;
    }
  }




/*End Visi-Misi Style*/

#layout-profil-tujuan .row{
  padding:0;
}
#layout-profil-tujuan .row img{
  padding-top: 10px;
  padding-bottom: 20px;
}
/*End Profil Style*/

.contact-banner ul li {
    border-top:1px solid rgb(179, 57, 44)
}
/*End Kontak Style*/

.container-blog{
  /*padding: 10px 0;*/
}
.container-blog .social-btns a{
  font-size: larger;
    padding: 5px;
}
.container-blog .social-btns{
  margin-top: 10px;
  margin-bottom: 10px;
}
.post-date{
  margin-top: -10px;
}
.post-date h1{
    font-size: 81px;
    font-style: italic;
    font-weight: bolder;
    margin: 0;
    color: #C0392B;

  }

/*End Post News Style*/

.img-news-category{
  margin-top: -15px;
  margin-bottom: 35px;
}

@media(max-width:768px) {
  .container-blog > .row > .col-xs-3 {
    display: none;
  }

}
/*End Category News Style*/

/*Sidemenu Style*/
#left-menu a{
  color: #666666;
}

#left-menu a.initialism{
  font-size: 80%;
}
#left-menu a:hover, #left-menu a.initialism.active{
  color: #C0392B;
}

#left-menu hr{
  margin: 10px 0;
}
#left-menu > .active > hr{
  border-top: 2px solid #C0392B;
}

#left-menu .active > a{
  color: #C0392B;
}

#left-menu .subsubmenu{
  padding-left: 10px;
}



#modalVideo {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: none;
}

.timeline-sejarah{
  padding-left: calc(50% - 72px);
  height: 6000px;
}
.timeline-right{
  left: 35px;
}
.timeline-left{
  right: 35px;
}
.sejarah-post{
  position: absolute;
}
.sejarah-post img{
  max-width: 200px;
}
.sejarah-post .col-xs-10 p{
    font-size: 13px;
}
.sejarah-post .col-xs-2 h5{
  color:#ffffff;
  border-bottom: solid 2px #ffffff;
}

.sejarah-post:nth-of-type(0){top: 0px;}
.sejarah-post:nth-of-type(1){top: 320px;}
.sejarah-post:nth-of-type(2){top: 440px;}
.sejarah-post:nth-of-type(3){top: 460px;}
.sejarah-post:nth-of-type(4){top: 720px;}
.sejarah-post:nth-of-type(5){top: 740px;}
.sejarah-post:nth-of-type(6){top: 1080px;}
.sejarah-post:nth-of-type(7){top: 1100px;}
.sejarah-post:nth-of-type(8){top: 1580px;}
.sejarah-post:nth-of-type(9){top: 1680px;}
.sejarah-post:nth-of-type(10){top:  1700px;}
.sejarah-post:nth-of-type(11){top:  2000px;}
.sejarah-post:nth-of-type(12){top: 2100px;}
.sejarah-post:nth-of-type(13){top: 2350px;}
.sejarah-post:nth-of-type(14){top: 2400px;}
.sejarah-post:nth-of-type(15){top: 2630px;}
.sejarah-post:nth-of-type(16){top: 2850px;}
.sejarah-post:nth-of-type(17){top:  2960px;}
.sejarah-post:nth-of-type(18){top:  3350px;}
.sejarah-post:nth-of-type(19){top:  3460px;}
.sejarah-post:nth-of-type(20){top:  3820px;}
.sejarah-post:nth-of-type(21){top:  3750px;}

.sejarah-post:nth-of-type(22){top: 3950px;}
.sejarah-post:nth-of-type(23){top: 4300px;}
.sejarah-post:nth-of-type(24){top: 4400px;}
.sejarah-post:nth-of-type(25){top: 4520px;}
.sejarah-post:nth-of-type(26){top: 4750px;}
.sejarah-post:nth-of-type(27){top: 4950px;}
.sejarah-post:nth-of-type(28){top: 5270px;}
.sejarah-post:nth-of-type(29){top: 5400px;}
.sejarah-post:nth-of-type(30){top: 5500px;}
.sejarah-post:nth-of-type(31){top: 5600px;}

@media(max-width: 990px) { 
  .sejarah-post{
    position: initial;
  }
  .timeline-sejarah{
    display: none;
  }
  .sejarah-post .col-xs-2 h5{
  color:#000;
  border-bottom: solid 2px #000;
  }
  
}

/*For General Table Generator Style*/

.tg  {border-collapse:collapse;border-spacing:0;border-color:#aaa;}
.tg td{font-family:Arial, sans-serif;font-size:12px;padding:10px 20px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:#aaa;color:#333;background-color:#fff;}
.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 20px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:#aaa;color:#fff;background-color:#f38630;}
.tg .tg-j2zy{background-color:#FCFBE3;vertical-align:top}
.tg .tg-1s1l{background-color:#c12025;vertical-align:top}
.tg .tg-6bwy{background-color:#c12025}
.tg .tg-z2zr{background-color:#FCFBE3}
.tg .tg-yw4l{vertical-align:top}


#carouselKRA .carousel-caption{
  padding-bottom: 0;
    margin-bottom: -20px;
}

@media(min-width: 990px) { 
  .class-quote{
    position: relative;
    top: -300px;
    color: white;
    width: 50%;
    margin-right: 30px;
  }

.class-list{
    position: relative;
    top: -150px;
  }

}

@media(max-width: 990px) { 
  #tableExample_wrapper {
      margin-top: -160px;
  }
}

@media (max-width: 660px){
#tableExample_wrapper {
    margin-top: 0;
}
}

#tableExample thead .sorting{
  background-image: none;
}

.thumbnail{
    border: 1px solid #bdc3c7;
    border-radius: 0px; 
}

.nav-jenis-anggota li{
  background: #dddddd;
  border-radius: 0;
}
.tab-jenis-anggota .tab-pane.active{
  background: #34495e;
  color: #ffffff;
  padding: 10px;
  /*padding: 5px;
  border: 2px solid #dddddd;
*/
}
.nav-jenis-anggota a{
  color: #000;
  border-radius: 0;
}

.nav-pills.nav-jenis-anggota > li > a{
  border-radius: 0;
}

@media(max-width: 990px) { 
  .nav-jenis-anggota li{
  max-width: 70px;
  }
  .nav-pills.nav-jenis-anggota > li > a{
    padding: 6px;
  }
}


.panel > .list-group .list-group-item.active a{
  color: #C0392B;
}

.panel > .list-group .list-group-item.active{
  background: none;
}

@media(min-width: 1410px) { 
.kra-force-width{
    width:90%;
    }

.kra-force-float{
    position:absolute;
    left:90%;
    
    }
}

#agrementModal input[type="checkbox"] {

	margin-top:12px;
}

#form-pendaftaran-ppl-web-iai .control-multi-file-uploader .content p.placeholder {
	color:red;
	font-weight:600;
}

#tableProfil th{
    background:#9f1a1f;
    }
    
#NewsCard .title{

    }
#NewsCard .card{
    background: white;
    border-radius: 1em;
    }
#NewsCard .card-image img{
       border-top-left-radius: 1em;
    border-top-right-radius: 1em;
   
    }
#NewsCard .card-body{
    padding:1em;
    }
#myModalPopupHome .carousel-inner img{
    width: 100%;
    }
#myModalPopupHome .carousel-caption {
    display:none
    }
    
.home-featured-image {
        max-width:100%
    }
    
@media(max-width:770px) {

    #myModalPopupHome .carousel-inner img {
        max-height: 100%;
        width: 375px;
    }

} 
body{
        font-size: 1em;
}

.btn-primary{
    padding: 0.5em 1.5em;
}

#header .logo img{
    max-height: 65px;
}

.img-responsive{
    max-width: 100%;
}

#preloader, .bg-blue{
background: #13459b;
}

.navbar a, .navbar a:focus{
    font-size: 14px;
}

.navbar-mobile .dropdown .show{
    display: block !important;
}

#header,  #footer,  #header.header-scrolled, #header.header-inner-pages {
    background: rgb(19 69 155 / 88%);
}

.hero {
    height: 70vh;
    background: url("https://iaijawatimur.or.id/storage/app/media/AssetWeb/home-model3.jpg");
    background-size: cover;
}



.card-image{
    background-position: center;
    background-size: cover;
}

#PortfolioCard .card-image{
    height: 200px;
    border-radius: 1em;
}

#PortfolioCard .card-body{
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
}

@media (max-width: 768px) {
    .hero {
      height: 40vh;
      background-size: cover;
      background-position: center;
    }

    #PortfolioCard .card-image{
        height: 100px;
    }
}

@media (min-width: 992px) {
  .modal-lg, .modal-xl {
    --bs-modal-width: 900px;
  }
}

#closeHomePopup{
    top: -1em;
    right: -1em;
    position: absolute;
}

#buttonLogin {
  font-size: 12px;
}

.hero .btn-get-started, .btn-red{
    background: #e44747;
    border: none;
    padding: 0.5em 1.5em;
    border-radius: 2em;
}

.section-title h2::before {
    width: 220px;
    background: #dc3545;
    left: calc(50% - 110px);
}

.section-title h2::after{
    width: 180px;
    height: 5px;
    background: #dc3545;
    left: calc(50% - 90px);
}

#waWidget {
  position: fixed;
  right: 0px;
  bottom: 30px;
}

#layout-client .container {
  overflow: hidden;
}
#layout-client .container .slider {
  animation: slidein 30s linear infinite;
  white-space: nowrap;
}

#layout-client .container .slider-reverse {
  animation: slidein 30s linear infinite;
  white-space: nowrap;
  animation-direction: reverse;
}

#layout-client .container .slider .logos {
  width: 100%;
  display: inline-block;
  margin: 0px 0;
}
#layout-client  .logos{
    padding-top: 5px;
    padding-bottom: 5px;
}

#layout-client .container .slider .logos .fab {
  animation: fade-in 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
  
}

#layout-client .slider-reverse .logos .fab , #layout-client .slider .logos .fab {
  background: none;
  padding:0.5em;
  margin-right: 0.5em;
}

@keyframes slidein {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}



#nav-tab .nav-item.show .nav-link, #nav-tab .nav-link.active {
    color: #c0392b ;
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 4px solid !important;
    font-size: 20px;
    font-weight: bold;
}
#nav-tab .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #37517e;
    font-size: 20px;
}

.blue-section-bg {
    background: linear-gradient(180deg, rgb(197, 220, 255) 0%, rgba(0, 120, 249, 0) 100%);
}

.gradient-section-bg{
    background-color: #e4ecfb;
    /* background: url('https://iaijawatimur.or.id/storage/app/media/AssetWeb/home-service1.jpg');
    background-size: cover; */
}

.section-bg{
    background: linear-gradient(19deg, #47b2e4 0%, #ef99e0 100%);
}

#footer .footer-top{
    background-color: #cde1ff;
}

#footer .footer-top .social-links a{
    background-color: #c0392b;
}

@media (max-width: 768px) {
.footer-contact, .footer-bottom {
    text-align: center;
}

#HomeServices #nav-tab .nav-link {
max-width: 33%;
}
#HomeServices #nav-tab .nav-link h4 {
font-size: 1em;
}

#btnGroupMobile .btn-group > .btn{
    padding:10px;
}

}


#homeJurnalSection .thumbnail{
    border: none;
    background: #fff;
    margin-bottom: 1em;
}

#homeJurnalSection .thumbnail img{
    width: 100%;
}

#homeJurnalSection .caption{
    font-size: 0.7em;
    color: #37517e;
    padding: 1em;
}

#homeJurnalSection .carousel-control-next {
    right: -7em;
    color:#37517e;
}


#homeJurnalSection .carousel-control-prev {
    left: -7em;
    color:#37517e;
}


#ServicesCard .card-body{
    min-height: 14em;
}
@media (max-width: 768px) {
    #ServicesCard .card-body{
        min-height: 5em;
    }
}

.services .icon-box{
    color: #37517e;
    background-color: #fff;
}

.services .icon-box:hover{
    background-color: #37517e;
    color: #fff;
    transition-delay: 0.1s;
}

#navSubmitSearch{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 2px 20px;
}

.table > thead{
  background: #2f5ba7;
  color: #fff;
}

.table-bordered td{
    border: none;
}

.border-right-menu li.active a, .border-right-menu li a{
    padding: 0.5em 1em;
}

.course-detail-info ul li i {
  color: #2f5ba7;
  margin-right: 8px;
}

.course-detail-info ul li span {
  float: right;
  font-weight: bold;
}

.course-detail-info
{
    font-size: 0.9em;
}

.dt-paging .pagination {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin-top: 10px;
}
.dt-paging .pagination li {
  display: inline;
  text-align: center;
}
.dt-paging .pagination a {
  float: left;
  display: block;
  font-size: 14px;
  text-decoration: none;
  padding: 5px 12px;
  color: #fff;
  margin-left: -1px;
  border: 1px solid transparent;
  line-height: 1.5;
}
.dt-paging .pagination a.active {
  cursor: default;
}
.dt-paging .pagination a:active {
  outline: none;
}

.fa-2x {
    font-size: 1.5em;
}

#left-menu a,#left-menu i{
    text-wrap: auto;
    color: #305ca7;
}

#left-menu {
    border: 1px solid rgba(158, 158, 158, 1);
    border-radius: 1em;
    padding: 1em;
    background: #dfdfdf42;
}


#faqAccordion .accordion-item {
    border: none;
    border-bottom: 1px solid #e0e0e0;
}

#faqAccordion .accordion-button {
    padding: 20px 0;
    font-weight: 600;
    color: #333;
    background-color: transparent;
}

#faqAccordion .accordion-button:not(.collapsed) {
    color: #333;
    background-color: transparent;
    box-shadow: none;
}

#faqAccordion .accordion-button:focus {
    box-shadow: none;
    border-color: transparent;
}

#faqAccordion .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23333'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

#faqAccordion .accordion-body {
    padding: 0 0 20px 0;
}

#FormRegKRA .form-group{
    margin-bottom: 1em;
}