/**
* Template Name: Medilab
* Template URL: https://bootstrapmade.com/medilab-free-medical-bootstrap-theme/
* Updated: Mar 17 2024 with Bootstrap v5.3.3
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900");
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html, body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  background-color: #fff;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #444444;
}

a {
  color: #3CF;
  text-decoration: none;
}

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

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

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #a12c2f;
  border-top-color: #e7bcbd;
  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: #a12c2f;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

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

.back-to-top:hover {
  background: #7e2023;
  color: #fff;
}

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

.datepicker-dropdown {
  padding: 20px !important;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background-color: #1f272b;
  height: 40px;
  font-size: 14px;
  transition: all 0.5s;
  z-index: 996;
}
#topbar.topbar-scrolled {
  top: -40px;
}

#topbar .contact-info a {
  line-height: 1;
  color: #fff;
  transition: 0.3s;
}
#topbar .contact-info a em {
  font-style: normal;
  color: #f5a425;
}

#topbar .contact-info i {
  color: #a12c2f;
  padding-right: 4px;
  margin-left: 15px;
  line-height: 0;
}

#topbar .contact-info i:first-child {
  margin-left: 0;
}

#topbar .social-links a {
  color: #fff;
  padding-left: 15px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}

#topbar .social-links a:hover {
  color: #f5a425;
}

#topbar .social-links a:first-child {
  border-left: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background-color: rgba(250,250,250,0.15);
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
  top: 40px;
  box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1);
}

#header.header-scrolled {
  top: 0;
  color:#2c4964;
  background-color: #fff;
}

#header .logo {
  font-size: 25px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.5px;
  font-family: "Poppins", sans-serif;
}

#header .logo a {
  color: #fff;
}
#header.header-scrolled .navbar a,
#header.header-scrolled .navbar a:focus,
#header.header-scrolled .logo a {
  color:#2c4964;
}
.navbar-mobile a.appointment-btn,
#header.header-scrolled .navbar a.appointment-btn{
  color: #fff;
  margin-left: 15px;
}
#header.header-scrolled .navbar a:focus,
#header.header-scrolled .navbar a:hover,
#header.header-scrolled .navbar a.active,
#header .navbar li.dropdown a.active{
  color: #f5a425;
}
#header .logo img {
  max-height: 40px;
}

/**
* Appointment Button *
*/
.appointment-btn {
  margin-left: 25px;
  background: #a12c2f;
  color: #fff;
  border-radius: 50px;
  padding: 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
}

.appointment-btn:hover {
  background: #7e2023;
  color: #fff;
}

@media (max-width: 768px) {
  .appointment-btn {
    margin: 0 15px 0 0;
    padding: 6px 18px;
  }
  #header .logo {
    font-size: 15px;
  }
}

/*--------------------------------------------------------------
# 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>ul>li {
  position: relative;
  white-space: nowrap;
  padding: 8px 0 8px 20px;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
  padding: 5px 2px;
}
/* .navbar a:hover, .navbar a:focus{
  border-bottom: 2px solid #fff;
} */
.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: #f5a425;
  /* border-color: #f5a425; */
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 20px;
  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;
}

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

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

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

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

#header.header-scrolled .mobile-nav-toggle{
  color: #2c4964;
}
.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(28, 47, 65, 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;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile>ul>li {
  padding: 0;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #2c4964;
  border: none;
}

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

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

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

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

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#hero {
  position: relative;
  max-height: 100%;
  overflow: hidden;
  margin-bottom: -7px;
}

#bg-video {
  min-width: 100%;
  min-height: 100vh;
  max-width: 100%;
  max-height: 100vh;
  object-fit: cover;
  z-index: -1;
  margin-top: -20px;
}

#bg-video::-webkit-media-controls {
  display: none !important;
}

.video-overlay {
  position: absolute;
  background-color: rgba(31,39,43,0.75);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 94%;
}

#hero .caption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#hero .caption h6 {
  margin-top: 0px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
}

#hero .caption h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  letter-spacing: 1px;
}

#hero .caption h2 em {
  font-style: normal;
  color: #f5a425;
  font-weight: 900;
}

#hero .caption p {
  color: #fff;
  font-size: 14px;
  max-width: 570px;
  line-height: 25px;
}

#hero .caption .main-button-red {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {

  #hero .caption h6 {
    font-weight: 500;
  }
  #hero .caption h2 {
    font-size: 25px;
  }
  .video-overlay{
    height:100%;
  }

}

@media (max-width: 992px) {
  #hero {
    margin-bottom: 0;
    height: 100vh;
  }

  #hero .container {
    padding-bottom: 63px;
  }

  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

@media (max-height: 600px) {
  #hero {
    height: 110vh;
  }
}

/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/
@media (max-width: 1300px) {
  .services .owl-nav .owl-next{
    right: -30px;
  }
  .services .owl-nav .owl-prev{
    left: -25px;
  }
  .our-courses .owl-nav .owl-next{
    right: -30px;
  }
  .our-courses .owl-nav .owl-prev{
    left: -25px;
  }
}

@media (max-width: 1200px) {
  .services .owl-nav .owl-next{
    right: -70px;
  }
  .services .owl-nav .owl-prev{
    left: -65px;
  }
  .our-courses .owl-nav .owl-next{
    right: -70px;
  }
  .our-courses .owl-nav .owl-prev{
    left: -65px;
  }
}

@media (max-width: 1085px) {
  .services .owl-nav .owl-next{
    right: -30px;
  }
  .services .owl-nav .owl-prev{
    left: -25px;
  }
  .our-courses .owl-nav .owl-next{
    right: -30px;
  }
  .our-courses .owl-nav .owl-prev{
    left: -25px;
  }
}

@media (max-width: 1005px) {
  .services .owl-nav .owl-next{
    display: none;
  }
  .services .owl-nav .owl-prev{
    display: none;
  }
  .our-courses .owl-nav .owl-next{
    display: none;
  }
  .our-courses .owl-nav .owl-prev{
    display: none;
  }
}
/*
---------------------------------------------
services
---------------------------------------------
*/

.services {
  margin-top: -300px;
  position: absolute;
  width: 100%;
}

.services .item {
  background-image: url(../images/service-item-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 20px;
  text-align: center;
  color: #fff;
  padding: 40px;
}

.services .item .icon {
  max-width: 60px;
  margin: 0 auto;
}

.services .item h4 {
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
}

.services .item p {
  color: #fff;
  font-size: 13px;
}

.services .owl-nav {
  display: inline-block !important;
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-25px);
}
    
.services .owl-nav .owl-prev{
  margin-right: 10px;
  outline: none;
  position: absolute;
  left: -80px;
}

.services .owl-nav .owl-prev span,
.services .owl-nav .owl-next span {
  opacity: 0;
}

.services .owl-nav .owl-prev:before {
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  color: #1e1e1e;
  font-size: 25px;
  font-weight: 700;
  content: '\f053';
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
}

.services .owl-nav .owl-prev {
  opacity: 1;
  transition: all .5s;
}

.services .owl-nav .owl-prev:hover {
  opacity: 0.9;
}

.services .owl-nav .owl-next {
  opacity: 1;
  transition: all .5s;
}

.services .owl-nav .owl-next:hover {
  opacity: 0.9;
}

.services .owl-nav .owl-next{
  margin-left: 10px;
  outline: none;
  position: absolute;
  right: -85px;
}

.services .owl-nav .owl-next:before {
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  color: #1e1e1e;
  font-size: 25px;
  font-weight: 700;
  content: '\f054';
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

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

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

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #2c4964;
}

.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: #a12c2f;
  bottom: 0;
  left: calc(50% - 20px);
}

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

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #f1f7fd;
  min-height: 40px;
  margin-top: 120px;
}

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

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 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: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# main
--------------------------------------------------------------*/
#main{
  margin-top: -70px;
}
#footer,
section.news,
section.our-courses,
section.contact,
.news-detail,
.sambutan-detail,
.profile-detail {
  background-image: url(../images/meetings-bg.jpg);
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-heading h2 {
  line-height: 40px;
  margin-top: 0px;
  margin-bottom: 50px; 
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(250,250,250,0.15);
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
.main-button-red a, button.main-button-red {
  font-size: 13px;
  color: #fff;
  background-color: #a12c2f;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 22px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all .3s;
  border:0px;
}
.main-button-red a:hover, button.main-button-red:hover {
  opacity: 0.9;
}
/*--------------------------------------------------------------
# News
--------------------------------------------------------------*/
section.news {
  padding-top: 230px;
  padding-bottom: 110px;
}
section.news .section-heading {
  text-align: center;
}
section.news .categories {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px;
  /*margin-right: 45px;*/
}
section.news .categories h4 {
  font-size: 18px;
  font-weight: 600;
  color: #1f272b;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
section.news .categories ul {
  padding-left: 0rem;
}
section.news .categories ul li {
  display: inline-block;
  margin-bottom: 15px;
}
section.news .categories ul li a {
  font-size: 15px;
  color: #1f272b;
  font-weight: 500;
  transition: all .3s;
}
section.news .categories ul li a:hover {
  color: #a12c2f;
}
section.news .categories .main-button-red {
  border-top: 1px solid #eee;
  padding-top: 30px;
  margin-top: 15px;
}
section.news .categories .main-button-red a {
  width: 100%;
  text-align: center;
}
.news-item {
  margin-bottom: 30px;
}
.news-item .thumb {
  position: relative;
}
.news-item .thumb img {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  width: 100%;
  object-fit: cover;
  object-position: top;
}
.news-item .thumb .news-category {
  position: absolute;
  left: 20px;
  top: 20px;
}
.news-item .thumb .news-category span {
  font-size: 16px;
  color: #1f272b;
  font-weight: 600;
  background-color: rgba(250,250,250,0.9);
  padding: 7px 12px;
  border-radius: 10px;
}
.news-item .down-content {
  background-color: #fff;
  padding: 30px;
}
.news-item .footer-content{
  --bs-text-opacity: 1;
  color: #6c757d!important;
  text-align: right;
  font-size: 12px;
  padding-bottom: 15px;
  background-color: #fff;
  padding: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.news-item .down-content .date {
  float: left;
  text-align: center;
  display: inline-block;
  margin-right: 20px;
}
.news-item .down-content .date h6 {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  color: #a12c2f;
}
.news-item .down-content .date span {
  display: block;
  color: #1f272b;
  font-size: 22px;
  margin-top: 7px;
}
.news-item .down-content h4 {
  font-size: 18px;
  color: #1f272b;
  font-weight: 600;
  /* display: inline-block; */
  margin-bottom: 15px;
}
.news-item .down-content p {
  margin-left: 50px;
  color: #1f272b;
  font-size: 14px;
}

@media (max-width:600px) {
  .col-lg-8.row, 
  .col-lg-8.row .col-lg-6{
    padding-right:0px
  }
}
/*--------------------------------------------------------------
# News Detail 
--------------------------------------------------------------*/
.news-heading-detail {
  background-image: url(../../../../media-library/upload/theme/heading-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 230px;
  padding-bottom: 110px;
  text-align: center;
}
.news-heading-detail h6 {
  margin-top: 0px;
  font-size: 15px;
  text-transform: uppercase;
  /* font-weight: 600 */;
  color: #fff;
  letter-spacing: 1px;
}
.news-heading-detail h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 36px;
  text-transform: uppercase;
  /* font-weight: 800 */;
  color: #fff;
  letter-spacing: 1px;
}

.news-detail {
  padding-top: 140px;
  padding-bottom: 140px;
}
.news-detail .filters {
  text-align: center;
  margin-bottom: 60px;
}
.news-detail .filters li {
  font-size: 13px;
  color: #a12c2f;
  background-color: #fff;
  padding: 11px 30px;
  display: inline-block;
  border-radius: 22px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all .3s;
  cursor: pointer;
  margin: 0px 3px;
}

.news-detail .filters ul li.active,
.news-detail .filters ul li:hover {
  background-color: #a12c2f;
  color: #fff;
}
.news-detail .main-button-red {
  text-align: center;
}
.news-detail .main-button-red a {
  padding: 12px 60px;
  text-align: center;
  margin-top: 30px;
}
/*
.news-detail table tr th {
  border: 0px;
  padding-bottom: 30px;
}
*/
.news-detail .table-berita tr td, .news-detail .table-berita tr th {
  padding-top: 30px;
  border-bottom: 1px solid #eee;
}
.news-detail table img {
  width: 100%;
  object-fit: cover;
  object-position: top;
}
.news-detail .blog-list {
  position: relative;
  margin-bottom: 40px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  margin-right: 20px;
}
.news-detail .blog-list a h4{
  font-size: 25px;
  font-weight: 400;
  color: #fff;
}
.news-detail .blog-list p{
  color: #fff;
}
.news-detail .blog-list a:hover h4:hover{
  color:#f5a425;
}
.news-detail .blog-list .section-title{
  font-size: 12px;
  color: #ffffffcc;
  text-align: left;
}
.dataTables_paginate{
  text-align: center;
}
.news-detail .page-data ul.pagination {
  text-align: center;
  /*width: 100%;*/
  display: flex;
  position: relative;
  padding-left:40%
}
@media (max-width: 992px) {
  .news-detail .page-data ul.pagination {
		padding-left: 30%;
	}
}
.news-detail .page-data ul.pagination li {
  padding: 5px;
}
.news-detail .page-data ul.pagination li.paginate_button a {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  color: #1f272b;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  font-weight: 600;
  font-size: 15px;
  transition: all .3s;
}
.news-detail .page-data ul.pagination li.paginate_button.active a,
.page-item.active .page-link {
  background-color: #a12c2f;
  border-color: #a12c2f;
  color: #fff;
}
.dataTables_scrollBody {
  overflow-x: hidden!important;
}
.blog-post-categories{
  margin-top:20px;
}
.blog-post-categories img {
  max-width: 100%;
  height: auto;
  margin-bottom:20px;
}
/*--------------------------------------------------------------
# Blog Search
--------------------------------------------------------------*/
.blog-search{
  position: relative;
  display: flex;
}
.blog-search .search-button{
  cursor: pointer;
  position: absolute;
  right: 0.7em;
  top: 0.7em;
}
.blog-search input,
.blog-search textarea {
  border: 0px;
  border-radius: 0;
  box-shadow: none;
  font-size: 12px;
}
.blog-search input {
  width: 100%;
  height: 40px;
  border-radius: 20px;
  background-color: #f7f7f7;
  outline: none;
  border: none;
  box-shadow: none;
  font-size: 13px;
  font-weight: 500;
  color: #7a7a7a;
  padding: 0px 15px;
}
/*--------------------------------------------------------------
# News Single
--------------------------------------------------------------*/
.news-single-item .thumb {
  position: relative;
}

.news-single-item .thumb img {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  width:100%;
}

.news-single-item .thumb .detail {
  position: absolute;
  left: 20px;
  top: 20px;
}
.news-single-item .thumb .detail span {
  font-size: 16px;
  color: #1f272b;
  font-weight: 600;
  background-color: rgba(250,250,250,0.9);
  padding: 7px 12px;
  border-radius: 10px;
}

.news-single-item .down-content {
  background-color: #fff;
  padding: 40px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  margin-bottom: 120px;
}
.news-single-item .thumb .date {
  position: absolute;
  background-color: rgba(250,250,250,0.9);
  width: 80px;
  height: 80px;
  text-align: center;
  padding: 15px 0px;
  border-radius: 10px;
  right: 20px;
  top: 20px;
}

.news-single-item .thumb .date h6 {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  color: #a12c2f;
}

.news-single-item .thumb .date span {
  display: block;
  color: #1f272b;
  font-size: 22px;
  margin-top: 7px;
}

.news-single-item .down-content h4 {
  font-size: 22px;
  color: #1f272b;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 15px;
}

.news-single-item .down-content h5 {
  font-size: 18px;
  color: #1f272b;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 15px;
}

.news-single-item .down-content p {
  color: #1f272b;
  font-size: 14px;
}

.news-single-item .down-content p.description, .news-single-item .down-content div.description {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #eee;
  margin-bottom: 10px;
  padding-bottom: 40px;
  border-bottom: 1px solid #eee;
}

.news-single-item .thumb a img{
  object-fit: cover;
  object-position: top;
}

.news-single-item .down-content .share {
  margin-top: 10px;
  padding-top: 40px;
  /* border-top: 1px solid #eee; */
}

.news-single-item .down-content .share h5 {
  float: left;
  margin-right: 10px;
  margin-bottom: 0px;
}

.news-single-item .down-content .share ul li {
  display: inline;
}

.news-single-item .down-content .share ul li a {
  font-size: 14px;
  color: #1f272b;
  transition: all .3s;
}

.news-single-item .down-content .share ul li a:hover,
.news-single-item .down-content .share ul li a:focus {
  color: #f5a425;
}

/* Meeting item column */
.templatemo-item-col {
	width: 31%;
}

@media (max-width: 992px) {
	.templatemo-item-col {
		width: 45%;
	}
}

@media (max-width: 767px) {
	.templatemo-item-col {
		width: 100%;
	}
}
/*--------------------------------------------------------------
# News POST
--------------------------------------------------------------*/
.blog-post-right {
  border-bottom: 1px solid #eee;
  padding-bottom: 30px
}
.blog-widget-title {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  margin-top: 35px;
}
.blog-widget-title:after {
  content: '';
  display: block;
  width: 65px;
  max-width: 100%;
  height: 2px;
  background: #fbd4d4;
  margin-top: 10px
}
.mt-20 {
  margin-top: 20px;
}
.top-news-info {
  margin: 20px 0;
  padding-left:0em;
}
.top-news img {
  height:60px;
  width: 100%;
  border-radius: 5px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.top-news-info h3 a {
  display: inline-block;
  color: #333;
  font-size: 14px;
  font-weight: 500
}
.top-news-info h3 a:hover {
  color: #fbd4d4
}
.top-news-info h6 {
  color: #999;
  font-size: 14px;
  font-weight: 500;
  margin-top: 5px
}
.recent-post-tags a {
  margin: 3px 2px;
  border-radius: 30px
}
.fb-page{
  border-radius: 30px
}

.blog-post-right ul.category {
  list-style: none;
  padding: 0;
  margin: 0;
}

.blog-post-right ul.category i {
  padding-right: 2px;
  color: #1c84e3;
  font-size: 18px;
  line-height: 1;
}
.blog-post-right ul.category li {
  padding: 5px 0;
  display: flex;
  align-items: center;
}
.blog-post-right ul.category li:first-child {
  padding-top: 0;
}
.blog-post-right ul.category a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  font-size: 14px;
  line-height: 1.5;
}
.blog-post-right ul.category a:hover {
  text-decoration: none;
  color: #f5a425;
}
/* 
---------------------------------------------
sharelink
--------------------------------------------- 
*/
.btn.facebook {
  background-color: #3b5998;
  color: #fff;
}
.btn.facebook:hover {
  background-color: #274a94;
}
.btn.twitter {
  background-color: #55acee;
  color: #fff;
}
.btn.twitter:hover {
  background-color: #3f8eca;
}
.btn.linkedin {
  background-color: #1f88be;
  color: #fff;
}
.btn.linkedin:hover {
  background-color: #147baf;
}
.btn.whatsapp {
  background-color: #21ba45;
  color: #fff;
}
.btn.whatsapp:hover {
  background-color: #1ea03c;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: 20px;
}
/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
section.about {
  background-image: url(../../../../media-library/upload/theme/apply-bg.jpg);
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 140px 0px;
}
section.about .item {
  background-color: rgba(250,250,250,0.15);
  padding: 40px;
  margin-bottom: 30px;
}
section.about .item h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
section.about .item p {
  color: #fff;
  margin-bottom: 20px;
}
/*--------------------------------------------------------------
# Our Courses
--------------------------------------------------------------*/
section.our-courses {
  padding-top: 140px;
  padding-bottom: 130px;
}

.our-courses .item .down-content {
  background-color: #fff;
}

.our-courses .item .down-content h4 {
  padding: 25px;
  font-size: 18px;
  color: #1f272b;
  text-align: center; 
  border-bottom: 1px solid #eee;
}

.our-courses .item .down-content .info {
  padding: 25px;
}

.our-courses .item .down-content .info ul li {
  display: inline-block;
  margin-right: 1px;
}

.our-courses .item .down-content .info ul li i {
  color: #f5a425;
  font-size: 14px;
}

.our-courses .item .down-content .info span {
  color: #a12c2f;
  font-size: 15px;
  font-weight: 600;
  text-align: right;
  display: inline-block;
  width: 100%;
}

.our-courses .owl-nav {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-45px);
}

.our-courses .owl-dots {
  display: inline-block;
  text-align: center;
  width: 100%;
  margin-top: 40px;
}

.our-courses .owl-dots .owl-dot {
  transition: all .5s;
  width: 7px;
  height: 7px;
  background-color: #fff;
  margin: 0px 5px;
  border-radius: 50%;
  outline: none;
}

.our-courses .owl-dots .active {
  width: 24px;
  height: 8px;
  border-radius: 4px;
}
    
.our-courses .owl-nav .owl-prev{
  margin-right: 10px;
  outline: none;
  position: absolute;
  left: -80px;
}

.our-courses .owl-nav .owl-prev span,
.our-courses .owl-nav .owl-next span {
  opacity: 0;
}

.our-courses .owl-nav .owl-prev:before {
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  color: #1e1e1e;
  font-size: 25px;
  font-weight: 700;
  content: '\f053';
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
}

.our-courses .owl-nav .owl-prev {
  opacity: 1;
  transition: all .5s;
}

.our-courses .owl-nav .owl-prev:hover {
  opacity: 0.9;
}

.our-courses .owl-nav .owl-next {
  opacity: 1;
  transition: all .5s;
}

.our-courses .owl-nav .owl-next:hover {
  opacity: 0.9;
}

.our-courses .owl-nav .owl-next{
  margin-left: 10px;
  outline: none;
  position: absolute;
  right: -85px;
}

.our-courses .owl-nav .owl-next:before {
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  color: #1e1e1e;
  font-size: 25px;
  font-weight: 700;
  content: '\f054';
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
}
/*--------------------------------------------------------------
# Our Facts
--------------------------------------------------------------*/

section.our-facts {
  background-image: url(../../../../media-library/upload/theme/facts-bg.jpg);
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 140px 0px 125px 0px;
}

section.our-facts h2 {
  font-size: 38px;
  color: #fff;
  line-height: 50px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 50px;
}

.count-area-content {
  text-align: center;
  background-color: rgba(250,250,250,0.15);
  border-radius: 20px;
  padding: 25px 30px 35px 30px;
  margin: 15px 0px;
}

.percentage .count-digit:after {
  content: '%';
  margin-left: 3px;
}

.count-digit {
    margin: 5px 0px;
    color: #f5a425;
    font-weight: 700;
    font-size: 36px;
}
.count-title {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.5px;
}

.new-students {
  margin-top: 45px;
}

section.our-facts .video {
  text-align: center;
  margin-left: 70px;
  background-image: url(../../../../media-library/upload/theme/video-item-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 20px;
}

section.our-facts .video img {
  padding: 170px 0px;
  max-width: 56px;
}
/* 
---------------------------------------------
video box
--------------------------------------------- 
*/
section.our-facts .video-box {
  background: url('../../../../media-library/upload/theme/video-item-bg.jpg') center center no-repeat;
  background-size: cover;
  min-height: 500px;
  border-radius: 50px;
}

section.our-facts .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#a12c2f 50%, rgba(206, 85, 89, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

section.our-facts .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

section.our-facts .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(161, 44, 47, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

section.our-facts .play-btn:hover::after {
  border-left: 15px solid #a12c2f;
  transform: scale(20);
}

section.our-facts .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0;
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
/*--------------------------------------------------------------
# Appointments
--------------------------------------------------------------*/
.appointment .php-email-form {
  width: 100%;
}

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

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

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

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

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

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

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

.appointment .php-email-form input,
.appointment .php-email-form textarea,
.appointment .php-email-form select {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  padding: 10px !important;
}

.appointment .php-email-form input:focus,
.appointment .php-email-form textarea:focus,
.appointment .php-email-form select:focus {
  border-color: #a12c2f;
}

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

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

.appointment .php-email-form button[type=submit] {
  background: #a12c2f;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.appointment .php-email-form button[type=submit]:hover {
  background: #1c84e3;
}

/*--------------------------------------------------------------
# Sambutan
--------------------------------------------------------------*/
.sambutan {
  background-image: url(../../../../media-library/upload/theme/heading-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 230px;
  padding-bottom: 110px;
  text-align: center;
}
.sambutan h6 {
  margin-top: 0px;
  font-size: 15px;
  text-transform: uppercase;
  /* font-weight: 600 */;
  color: #fff;
  letter-spacing: 1px;
}
.sambutan h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 36px;
  text-transform: uppercase;
  /* font-weight: 800 */;
  color: #fff;
  letter-spacing: 1px;
}

.sambutan-detail {
  padding-top: 140px;
  padding-bottom: 140px;
}
.sambutan-detail .content{
  text-align: justify;
  color: #fff;
}
.sambutan-detail .header-master p{
  text-align: center;
  color: #fff;
  margin-top:10px;
  padding-bottom: 30px;
}
/*--------------------------------------------------------------
# Profile Lembaga
--------------------------------------------------------------*/
.profile{
  background-image: url(../../../../media-library/upload/theme/sekolah-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 230px;
  padding-bottom: 110px;
  text-align: center;
}
.profile-bg {
  position: absolute;
  background-color: rgba(31,39,43,0.75);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 38%;
}
.profile-bg h6 {
  margin-top: 170px;
  font-size: 15px;
  text-transform: uppercase;
  /* font-weight: 600 */;
  color: #fff;
  letter-spacing: 1px;
}
.profile-bg h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 36px;
  text-transform: uppercase;
  /* font-weight: 800 */;
  color: #fff;
  letter-spacing: 1px;
}
.profile-detail {
  padding-top: 140px;
  padding-bottom: 140px;
}
.profile-detail table{
  color: #fff;
}
.profile-detail table.table tr td{
  /* border-top: 1px solid rgba(250,250,250,0.15); */
  border-bottom: 0px;
  font-size: 14px;
}
.profile-detail .visi, .profile-detail .misi, .profile-detail .program{
  color: #fff;
}
.list-group-numbered li {
  padding: 5px;
}
@media (max-width: 1200px) {
  .profile-bg {
    height: 45%;
  }
  .profile-bg h6 {
    margin-top: 140px;
  }
  .profile-detail table.table tr td{
    font-size: 12px;
  }
}
@media (max-width: 768px){
  .profile-bg {
    height: 34%;
  }
  .profile-bg h2 {
    font-size: 28px;
  }
  .profile-bg h6 {
    font-size: 14px;
  }
  .top-news img {
    height: 200px;
  }
}
@media (max-width: 540px){
  .profile-bg {
    height: 48%;
  }
  .profile-bg h2 {
    font-size: 24px;
  }
  .profile-bg h6 {
    font-size: 13px;
  }
}
@media (max-width: 360px){
  .profile-bg {
    height: 46%;
  }
  .profile-bg h2 {
    font-size: 20px;
  }
  .profile-bg h6 {
    font-size: 12px;
  }
}
.profile-detail h6{
  color: #fff;
  padding-top: 5px;
  text-transform: uppercase;
  text-align: center;
}
.profile-detail .logo{
  border-radius:10px;
  background-color: #a12c2f;
  border:1px solid #882125;
  align-items: center;
  text-align: center;
}
.profile-detail .logo img{
  max-width: 100%;
  height: 80px;
  margin: 20px;
  -webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .1s ease-in-out;
	transition: .1s ease-in-out;
  filter: brightness(0) invert(1);
}
.profile-detail .logo:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
  background-color: #fff;
}
.profile-detail .logo:hover img {
  filter: none
}
.profile-detail table.table-bordered tr th, .profile-detail table.table-bordered tr td{
  border: 1px solid #fff;
}
table.table-striped tr th, table.table-striped tr td{
  background-color: #fff;
  color: #444444;
}
/*--------------------------------------------------------------
# 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: #76b5ee;
}

.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: #343a40;
}

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

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

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-wrap {
  padding-left: 50px;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 30px 30px 60px;
  margin: 30px 15px;
  min-height: 200px;
  box-shadow: 0px 2px 12px rgba(44, 73, 100, 0.08);
  position: relative;
  background: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 10px;
  border: 6px solid #fff;
  position: absolute;
  left: -45px;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #badaf7;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px auto 15px auto;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #a12c2f;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #a12c2f;
}

@media (max-width: 767px) {
  .testimonials .testimonial-wrap {
    padding-left: 0;
  }

  .testimonials .testimonials-carousel,
  .testimonials .testimonials-slider {
    overflow: hidden;
  }

  .testimonials .testimonial-item {
    padding: 30px;
    margin: 15px;
  }

  .testimonials .testimonial-item .testimonial-img {
    position: static;
    left: auto;
  }
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery .gallery-item {
  overflow: hidden;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

.gallery .gallery-item img {
  transition: all ease-in-out 0.4s;
}

.gallery .gallery-item:hover img {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/ 
.contact{
  padding: 100px 0px 140px 0px;
}

.contact .right-info {
  background-color: #a12c2f;
  border-radius: 20px;
  padding: 40px;
}

.contact .right-info ul li {
  display: inline-block;
  border-bottom: 1px solid rgba(250,250,250,0.15);
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.contact .right-info ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.contact .right-info ul li h6 {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
}

.contact .right-info ul li span {
  display: block;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
}
.contact .php-email-form, .form-input-group {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px;
}

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

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

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

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

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

.contact .php-email-form .loading:before, .form-input-group .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 input,
.contact .php-email-form textarea, 
.form-input-group input,
.form-input-group textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input,
.form-input-group input {
  width: 100%;
  height: 40px;
  border-radius: 20px;
  background-color: #f7f7f7;
  outline: none;
  border: none;
  box-shadow: none;
  font-size: 13px;
  font-weight: 500;
  color: #7a7a7a;
  padding: 6px 15px;
  margin-bottom: 30px;
}

.contact .php-email-form textarea,
.form-input-group textarea {
  width: 100%;
  min-height: 140px;
  max-height: 180px;
  border-radius: 20px;
  background-color: #f7f7f7;
  outline: none;
  border: none;
  box-shadow: none;
  font-size: 13px;
  font-weight: 500;
  color: #7a7a7a;
  padding: 15px;
  margin-bottom: 30px;
}
select{
  width: 100%;
  height: 40px;
  border-radius: 20px;
  background-color: #f7f7f7;
  outline: none;
  border: none;
  box-shadow: none;
  font-size: 13px;
  font-weight: 500;
  color: #7a7a7a;
  padding: 0px 15px;
  margin-bottom: 30px;
}

.contact .php-email-form button[type=submit], .contact .php-email-form button[type=button],
.form-input-group button[type=button], .form-input-group button[type=submit] {
  background: #a12c2f;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type=submit]:hover, .contact .php-email-form button[type=button]:hover
.form-input-group button[type=button]:hover, .form-input-group button[type=submit]:hover {
  opacity: 0.9;
}
.daterangepicker td, .daterangepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 1px solid transparent;
    white-space: nowrap;
    cursor: pointer;
    font-size: 12px;
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

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

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #fff;
  font-size: 14px;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  /* box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1); */
  border-top: 1px solid rgba(250,250,250,0.15);
  border-bottom: 1px solid rgba(250,250,250,0.15);
}

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

#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

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

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  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: #1c84e3;
  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: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

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

#footer .footer-newsletter {
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  text-align: left;
  border: 1px solid #bfdcf7;
}

#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: #a12c2f;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #1c84e3;
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #444444;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #a12c2f;
  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 .social-links a:hover {
  background: #1c84e3;
  color: #fff;
  text-decoration: none;
}