/*--------------------------------------------------------------
# Scrollbar Section Custom
--------------------------------------------------------------*/
/* width */
::-webkit-scrollbar {
  width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  background: linear-gradient(0deg, rgba(36, 135, 206, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #2487ce;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #acd1ec;
}

/*--------------------------------------------------------------
# Header Section Custom
--------------------------------------------------------------*/
@media (max-width: 992px) {
  #header .logo {
    font-size: 20px;
  }
}

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

.fixed-top {
  position: sticky;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

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


#header.header-scrolled {
  border-color: #fff;
  box-shadow: 0px 3px 20px 5px rgb(18 66 101 / 21%);
}

/*--------------------------------------------------------------
# Hero Section Custom
--------------------------------------------------------------*/
#hero:before {
  background: rgba(255, 255, 255, 0);
}

#hero h1 {
  color: #ffffff;
  text-shadow: 2px 2px 4px #000000;
}

#hero h2 {
  color: #ffffff;
  text-shadow: 2px 2px 4px #000000;
}

/*--------------------------------------------------------------
# Register Section Custom
--------------------------------------------------------------*/
#register:before {
  background: rgba(255, 255, 255, 0);
}

#register h1 {
  margin: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 72px;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  text-shadow: 2px 2px 4px #000000;
}

#register h2 {
  color: #ffffff;
  margin: 10px 0 0 0;
  font-size: 22px;
  text-shadow: 2px 2px 4px #000000;
}

/*--------------------------------------------------------------
# Schedule Section Custom
--------------------------------------------------------------*/

.schedule .schedule-list {
  padding: 0 100px;
}

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

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

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

.schedule .schedule-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #87c1ea;
}

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

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

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

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

.schedule .schedule-list a.collapsed {
  color: #343a40;
}

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

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

/*--------------------------------------------------------------
# Services Custom
--------------------------------------------------------------*/
.services .icon-box {
  padding: 0px 0px 20px 0px;
  text-align: left;
  box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);
}

.services .icon-box .contain {
  position: relative;
}

.services .icon-box .contain .middle {
  transition: .6s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.services .icon-box .contain:hover img {
  opacity: 0.7;
}

.services .icon-box .contain:hover .middle {
  opacity: 1;
}

.services .icon-box img {
  opacity: 1;
  display: block;
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: .6s ease;
}

.services .icon-box video {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.services .icon-box iframe {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.services .icon-box .text-box {
  text-align: left;
  padding: 0px 20px 0px 20px;
}

.services .icon-box .text-box h4 {
  font-weight: 600;
  margin: 10px 0 15px 0;
  font-size: 22px;
  color: #124265;
}

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

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

.contact .info {
  padding: 20px;
  border-radius: 0.5rem;
  box-shadow: 0px 0px 20px 3px rgb(18 66 101 / 21%);
}

.contact .map {
  border: 0;
  width: 100%;
  height: 270px;
  box-shadow: 0px 0px 20px 5px rgb(18 66 101 / 21%);
}

/*--------------------------------------------------------------
# Mechanism Custom
--------------------------------------------------------------*/

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

/*--------------------------------------------------------------
# Button Custom
--------------------------------------------------------------*/
.btn-grad-00d2ff {
  background-image: linear-gradient(to right, #00d2ff 0%, #3a7bd5 51%, #00d2ff 100%);
  transition: 0.5s;
  background-size: 200% auto;
}

.btn-grad-00d2ff:hover {
  background-position: right center;
  /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}

.btn-grad-00d2ff {
  background-image: linear-gradient(to right, #00d2ff 0%, #3a7bd5 51%, #00d2ff 100%);
  transition: 0.5s;
  background-size: 200% auto;
}

.btn-grad-00d2ff:hover {
  background-position: right center;
  /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}

.btn-get-started-grad-314755 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 14px 50px;
  border-radius: 5px;
  margin-top: 30px;
  color: #fff;
  background-image: linear-gradient(to right, #00d2ff 0%, #3a7bd5 51%, #00d2ff 100%);
  transition: 0.5s;
  background-size: 200% auto;
}

.btn-get-started-grad-314755:hover {
  background-position: right center;
  /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Swal2 Button Custom
--------------------------------------------------------------*/
.btn-confirm-swal {
  background-image: linear-gradient(to right, #00d2ff 0%, #3a7bd5 51%, #00d2ff 100%);
  transition: 0.5s;
  background-size: 200% auto;
}

.btn-confirm-swal:hover {
  background-position: right center;
  /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}

.btn-cancel-swal {
  background-image: linear-gradient(to right, #f99090 0%, #eb231d 51%, #f99090 100%);
  transition: 0.5s;
  background-size: 200% auto;
}

.btn-cancel-swal:hover {
  background-position: right center;
  /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}


.btn-styled-swal {
  color: #fff;
  margin: .3125em;
  padding: .625em 1.1em;
  box-shadow: 0 0 0 3px transparent;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.5px;
}

/*--------------------------------------------------------------
# Link Active Custom
--------------------------------------------------------------*/
.link-active-decoration {
  padding: .5rem 1rem;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Scroll Top Button Custom
--------------------------------------------------------------*/
.to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #2487ce;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

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

.to-top:hover {
  background: #3e9bdd;
  color: #fff;
}

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

/*--------------------------------------------------------------
# Image Modal
--------------------------------------------------------------*/
/* Style the Image Used to Trigger the Modal */
.myImg {
  cursor: pointer;
  transition: 0.3s;
}

.myImg:hover {
  opacity: 0.7;
}

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

/* Modal Content (Image) */
.modal-image-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#modal-caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-image-content,
#modal-caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {
    transform: scale(0)
  }

  to {
    transform: scale(1)
  }
}

/* Add Animation - Zoom out the Modal */
.modal-image-content.zoom-out,
#modal-caption.zoom-out {
  animation-name: zoom-out;
  animation-duration: 0.6s;
}

@keyframes zoom-out {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(0);
  }
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #444444;
  font-size: 14px;
  background: #f8fbfe;
  box-shadow: 0px 2px 15px 5px rgb(18 66 101 / 21%);
}

.footer-mid {
  padding-left: 80px;
  padding-right: 80px;
}

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


/*--------------------------------------------------------------
# Custom
--------------------------------------------------------------*/
.img-staff {
  width: 100%;
  height: 306px;
  object-fit: cover;
}

.img-about {
  width: 100%;
  height: 357.75px;
  object-fit: cover;
}

@media (min-width: 992px) {
  .text-lg-left {
      text-align: left !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
      text-align: left !important;
  }
}