/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #164d9eff;
  height: 40px;
  font-size: 14px;
  transition: all 0.5s;
  color: #fff;
  padding: 0;
}

#topbar .contact-info i {
  font-style: normal;
  color: #fff;
}

#topbar .contact-info i a,
#topbar .contact-info i span {
  padding-left: 5px;
  color: #fff;
}

#topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
  transition: 0.3s;
}

#topbar .contact-info i a:hover {
  color: #fff;
  text-decoration: none;
}

#topbar .social-links a {
  color: #fff;
  line-height: 0;
  transition: 0.3s;
  margin-left: 25px;
}

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

.carousel-inner img {
  width: 100%;
  height: 100%;
}

body {
  font-family: "Poppins", sans-serif;
  color: #000000;
  background-color: white;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

.konten-statis {
  text-align: justify;
  color: black !important;
}

a:hover {
  text-decoration: none;
}

a.link-luar {
  color: #000000 !important;
  text-decoration: none;
}

a.link-luar:hover {
  color: #02027a !important;
  text-decoration: none;
}

.tabel-informasi-publik {
  width: 100%;
}
.tabel-informasi-publik > tbody > tr > * {
  vertical-align: middle;
}

/*--------------------------------------------------------------
# INSTANSI
--------------------------------------------------------------*/

.instansi {
  font-family: "Poppins", sans-serif;
  font-size: 12pt !important;
  font-weight: 450;
}
a.instansi {
  color: #000000 !important;
  text-decoration: none;
}

a.instansi:hover {
  color: #02027a !important;
  text-decoration: none;
}
/*--------------------------------------------------------------
# WRAPER GAMBAR
--------------------------------------------------------------*/
.wraper-img-berita-beranda {
  width: 100%;
  height: 200px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}
.wraper-img-berita {
  width: 100%;
  height: 80px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}
@media (min-width: 992px) {
  .wraper-img-berita-beranda {
    height: 190px;
  }
  .wraper-img-berita {
    height: 180px;
  }
}

.wraper-img-pengumuman-beranda {
  width: 100%;
  height: 70px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}
.wraper-img-pengumuman {
  width: 100%;
  height: 80px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}

@media (min-width: 992px) {
  .wraper-img-pengumuman-beranda {
    height: 70px;
  }
  .wraper-img-pengumuman {
    height: 180px;
  }
}

/*--------------------------------------------------------------
# JUDUL KONTEN
--------------------------------------------------------------*/
.judul-berita {
  font-family: "Poppins", sans-serif;
  font-size: 11pt !important;
  font-weight: 450;
  line-height: 20px;
}

@media (min-width: 992px) {
  .wraper-img-berita {
    height: 180px;
  }

  .judul-berita {
    font-size: 14pt;
    line-height: 20px;
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #006fbe;
  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: #0087e7;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.3s;
  z-index: 997;
  height: 86px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.4);
  border-top: 3px solid orange;
}

#header.fixed-top {
  height: 70px;
}

#header .logo {
  margin-bottom: 4px;
  padding: 0;
  line-height: 1;
}

#header .logo a span {
  color: #164d9eff;
}

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

.scrolled-offset {
  margin-top: 70px;
}

/*--------------------------------------------------------------
# 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 {
  white-space: nowrap;
  padding: 10px 0 12px 15px;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3px;
  font-weight: 600;
  color: #2a0055;
  white-space: nowrap;
  transition: 0.2s;
  position: relative;
}

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

.navbar > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -6px;
  left: 1;
  background-color: #164d9eff;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.navbar a:hover:before,
.navbar li:hover > a:before,
.navbar .active:before {
  visibility: visible;
  width: 95%;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
  color: #164d9eff;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 5px 5px rgb(85, 83, 83);
  transition: 0.3s;
}

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

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-weight: 400;
}
.navbar .dropdown ul li a:hover {
  color: orange !important;
}

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

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

.navbar .dropdown .dropdown ul {
  top: 0;
  right: calc(100% - 10px);
  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: #222222;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
  margin-right: 10px;
}

.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(9, 9, 9, 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 a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #222222;
}

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

.navbar-mobile a:hover:before,
.navbar-mobile li:hover > a:before,
.navbar-mobile .active:before {
  visibility: hidden;
}

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

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

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}
/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
@media (max-width: 768px) {
  .hideOverflowOnMobile {
    overflow: hidden;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 40px 0;
}

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

.section-title {
  text-align: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .section-title h2 {
    font-size: 20pt;
    position: relative;
    font-weight: bold;
    text-transform: uppercase;
  }
}
.section-title-2 {
  text-align: center;
  justify-content: center;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  font-family: "Raleway", sans-serif;
}

@media (min-width: 992px) {
  .section-title h2::before,
  .section-title h2::after {
    content: "";
    width: 50px;
    height: 2px;
    background: #164d9eff;
    display: inline-block;
  }
  .section-title h2::after {
    margin: 0 0 10px 15px;
  }
  .section-title h2::before {
    margin: 0 15px 10px 0;
  }
}

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

.section-title-2 {
  text-align: left;
  padding-bottom: 30px;
}
.section-title-2 h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
.section-title-2 h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(6.7% - 60px);
}
.section-title-2 h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #164d9eff;
  bottom: 0;
  left: calc(0%);
}
.section-title-2 p {
  margin-bottom: 0;
}
.section-title-2 img {
  width: 200px;
  height: 200px;
}
.section-title-2 h4 {
  text-align: justify;
}
.section-title-2 h6 {
  text-align: justify;
  margin-bottom: 5px;
}
.section-title-2 {
  text-align: left;
  padding-bottom: 30px;
}

.section-title-3 h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
.section-title-3 h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
.section-title-3 h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(15% - 60px);
}
.section-title-3 p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# berita
--------------------------------------------------------------*/
#main-berita {
  padding: 60px 0 60px 0;
  overflow: hidden;
}

#main-berita .box {
  padding: 20px;
  margin-bottom: 5px;
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  background: #fff;
  transition: 0.4s;
  height: 100%;
}

#main-berita .icon {
  float: left;
}

#main-berita .icon i {
  color: #666666;
  font-size: 80px;
  transition: 0.5s;
  line-height: 0;
}

#main-berita .icon i:before {
  background: #1dc8cd;
  background: linear-gradient(
    45deg,
    rgba(255, 165, 0, 0.35),
    rgba(16, 110, 234, 0.5)
  );
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#main-berita h4 {
  margin-left: 100px;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 5px;
  font-size: 18px;
}

#main-berita h4 a {
  color: #111;
}

#main-berita p {
  font-size: 14px;
  margin-left: 100px;
  margin-bottom: 0;
  line-height: 24px;
  text-align: justify;
}

@media (max-width: 767px) {
  #main-berita .box {
    margin-bottom: 20px;
  }

  #main-berita .icon {
    float: none;
    text-align: center;
    padding-bottom: 15px;
  }

  #main-berita h4,
  #main-berita p {
    margin-left: 0;
    text-align: center;
  }
}

/*--------------------------------------------------------------
# Portal-Judul
--------------------------------------------------------------*/
.portal-judul {
  overflow: hidden;
  text-align: center;
  background-color: #f4f4f4;
}
.portal-judul .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.portal-judul .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #006fbe;
}
.portal-judul .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #006fbe;
}
.portal-judul .owl-nav,
.portal-judul .owl-dots {
  margin-top: 25px;
  text-align: center;
}
.portal-judul .owl-item {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}

.portal-judul .gallery-carousel .owl-stage-outer {
  overflow: visible;
}
.portal-judul .gallery-carousel .center {
  border: 6px solid #006fbe;
  margin: -10px;
  box-sizing: content-box;
  padding: 4px;
  background: #fff;
  z-index: 1;
}

.column {
  float: left;
  width: 20%;
  padding: 0px;
  font-size: 15px;
  font-weight: bold;
}

.portal-judul-2 {
  overflow: hidden;
  text-align: center;
  background-color: #f4f4f4;
  padding-top: 15px;
  padding-bottom: 0px;
}

.portal-judul-2 .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.portal-judul-2 .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #006fbe;
}
.portal-judul-2 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #006fbe;
}
.portal-judul-2 .owl-nav,
.portal-judul-2 .owl-dots {
  margin-top: 25px;
  text-align: center;
}
.portal-judul-2 .owl-item {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}

.portal-judul-2 .gallery-carousel .owl-stage-outer {
  overflow: visible;
}
.portal-judul-2 .gallery-carousel .center {
  border: 6px solid #006fbe;
  margin: -10px;
  box-sizing: content-box;
  padding: 4px;
  background: #fff;
  z-index: 1;
}
/* Clear floats after image containers */
.row::after {
  content: "";
  clear: both;
  display: table;
}
/*--------------------------------------------------------------
# Link Terkait
--------------------------------------------------------------*/
.link-terkait {
  overflow: hidden;
  text-align: center;
}
.link-terkait .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.link-terkait .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #0f66d8;
}
.link-terkait .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0f66d8;
}
.link-terkait .owl-nav,
.link-terkait .owl-dots {
  margin-top: 25px;
  text-align: center;
}
.link-terkait .owl-item {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}
.link-terkait .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #95d3ff !important;
}
.link-terkait .owl-dot.active {
  background-color: #006fbe !important;
}
.link-terkait .gallery-carousel .owl-stage-outer {
  overflow: visible;
}
.link-terkait .gallery-carousel .center {
  border: 6px solid #006fbe;
  margin: -10px;
  box-sizing: content-box;
  padding: 4px;
  background: #fff;
  z-index: 1;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background-color: #164d9eff;
  font-size: 14px;
  text-align: center;
  color: white;
  border-top: 3px solid orange;
  box-shadow: 15px 2px 1px rgba(0, 0, 0, 0.4);
}
#footer h3 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  position: relative;
  font-family: "Poppins", sans-serif;
  padding: 0;
  margin: 0 0 15px 0;
}
#footer p {
  font-size: 15;
  font-style: italic;
  padding: 0;
  margin: 0 0 40px 0;
}
#footer .social-links {
  margin: 0 0 50px 0;
}
#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #006fbe;
  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: #007ed8;
  color: #fff;
  text-decoration: none;
}

#hubungi-kami {
  overflow: hidden;
  background: linear-gradient(rgba(240, 211, 179, 0.25), rgba(2, 30, 66, 0.75)),
    url(/img/bpsdm.jpeg) fixed center center;
  background-size: cover;
  padding: 80px 0;
}

#hubungi-kami .hub-title {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
}

#hubungi-kami .hub-text {
  color: #fff;
  font-size: 17px;
}

@media (min-width: 769px) {
  #hubungi-kami .hub-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
#hubungi-kami .hub-btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 25px;
  transition: background 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#hubungi-kami .hub-btn:hover {
  background: white;
  border: 2px solid #1dc8cd;
}

/* More Features Section
--------------------------------*/
#more-features {
  padding: 60px 0 60px 0;
  overflow: hidden;
}

#more-features .box {
  padding: 20px;
  margin-bottom: 5px;
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  background: #fff;
  transition: 0.4s;
  height: 100%;
}

#more-features .icon {
  float: left;
}

#more-features .icon i {
  color: #666666;
  font-size: 80px;
  transition: 0.5s;
  line-height: 0;
}

#more-features .icon i:before {
  background: #1dc8cd;
  background: linear-gradient(
    45deg,
    rgba(255, 165, 0, 0.35),
    rgba(16, 110, 234, 0.5)
  );
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#more-features h4 {
  margin-left: 100px;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 5px;
  font-size: 18px;
}

#more-features h4 a {
  color: #111;
}

#more-features p {
  font-size: 14px;
  margin-left: 100px;
  margin-bottom: 0;
  line-height: 24px;
  text-align: justify;
}

@media (max-width: 767px) {
  #more-features .box {
    margin-bottom: 20px;
  }

  #more-features .icon {
    float: none;
    text-align: center;
    padding-bottom: 15px;
  }

  #more-features h4,
  #more-features p {
    margin-left: 0;
    text-align: center;
  }
}
/*--------------------------------------------------------------
# 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 #164d9eff;
  border-top-color: #e2eefd;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

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

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

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

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

.btn {
  padding: 12px 16px;
  cursor: pointer;
  border-width: 1px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  -webkit-box-shadow: 0px 5px 0px 0px #ebebeb;
  -moz-box-shadow: 0px 5px 0px 0px #ebebeb;
  box-shadow: 0px 5px 0px 0px #ebebeb;
  overflow: hidden;
  position: relative;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn:hover,
.btn:active,
.btn:focus {
  outline: none !important;
}
.btn small {
  background: #e6e6e6;
  padding: 2px 8px;
  color: rgba(0, 0, 0, 0.3);
}
.btn .icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
}
.btn .icon i {
  font-size: 20px;
}
.btn.btn-primary {
  background: #4f81c7;
  border-color: #4f81c7;
  color: #fff;
  -webkit-box-shadow: 3px 5px 0px 0px #3d73c0;
  -moz-box-shadow: 3px 5px 0px 0px #3d73c0;
  box-shadow: 3px 5px 0px 0px #3d73c0;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
  border-color: #3768ac !important;
  background: #3768ac !important;
}
.btn.btn-primary.btn-link {
  background: transparent;
  color: #fff;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn.btn-outline-primary {
  background: #fff;
  color: #034eb1;
  border-color: #164d9eff;
  -webkit-box-shadow: 3px 5px 0px 0px #034eb1;
  -moz-box-shadow: 3px 5px 0px 0px #034eb1;
  box-shadow: 3px 5px 0px 0px #034eb1;
}
.btn.btn-outline-primary:hover,
.btn.btn-outline-primary:focus {
  color: #fff;
  background: #164d9eff;
}

@media (max-width: 600px) {
  #maintenis .mtenis .imgmt {
    display: none;
  }
}

#maintenis {
  background-image: url(/public/assets/image/wave.png);
  background-position: center right;
}

.responsive-iframe {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 500px;
  align-items: center;
}

.ftco-section {
  padding: 7em 0;
}

.ftco-no-pt {
  padding-top: 0;
}

.ftco-no-pb {
  padding-bottom: 0;
}

.heading-section {
  font-size: 28px;
}

.img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.owl-carousel {
  position: relative;
}
.owl-carousel .owl-item {
  opacity: 1;
}
.owl-carousel .owl-item.active {
  opacity: 1;
}
.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -60px;
  color: rgba(0, 0, 0, 0.1) !important;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
  opacity: 0;
}
@media (prefers-reduced-motion: reduce) {
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.owl-carousel .owl-nav .owl-prev span:before,
.owl-carousel .owl-nav .owl-next span:before {
  font-size: 30px;
}
.owl-carousel .owl-nav .owl-prev {
  left: 0;
}
.owl-carousel .owl-nav .owl-next {
  right: 0;
}
.owl-carousel .owl-dots {
  text-align: center;
  margin-top: 20px;
}
.owl-carousel .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  margin: 5px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
  position: relative;
}
.owl-carousel .owl-dots .owl-dot:hover,
.owl-carousel .owl-dots .owl-dot:focus {
  outline: none !important;
}
.owl-carousel .owl-dots .owl-dot.active {
  background: #1089ff;
}
.owl-carousel:hover .owl-nav .owl-prev,
.owl-carousel:hover .owl-nav .owl-next {
  opacity: 1;
}
.owl-carousel:hover .owl-nav .owl-prev {
  left: -25px;
}
.owl-carousel:hover .owl-nav .owl-next {
  right: -25px;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.work {
  width: 100%;
}
.work .img {
  width: 100%;
  height: 300px;
  position: relative;
  -webkit-box-shadow: 0px 20px 35px -30px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0px 20px 35px -30px rgba(0, 0, 0, 0.26);
  box-shadow: 0px 20px 35px -30px rgba(0, 0, 0, 0.26);
}
.work .img .icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #fff;
  display: block;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (prefers-reduced-motion: reduce) {
  .work .img .icon {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.work .text h3 {
  font-size: 18px;
  font-weight: 500;
}
.work .text h3 a {
  color: #000;
}
.work .text span {
  font-size: 12px;
  letter-spacing: 1px;
  color: rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  font-weight: 500;
}
.work:hover .img .icon {
  opacity: 1;
}
