/*---------------------------------------------

 _____  __  __   _____      __  __ _  __ __  ___   _    _____
|  __| | |/  / /  ___|     | | | || \| ||  \/  |  /_\  / ___|
|  __| |  ' <  |  (_ |     | |_| || .` || |\/| | / _ \ \__  \
|__|   |_|\__\  \____|     \____/ |_|\_||_|  |_|/_/ \_\|____/
             ___    __    ___   _
            |_  )  /   \ |_  ) / |
             / /  | () |  / /  | |
            /___| \___/  /___| |_|


Created By : TuGotra || 2021


===================
CSS INDEX
===================

[01] Typography
[02] Common Style
[03] Preloader Style
[04] Title Style
[05] Header Area Style
[06] Slider Area Style
[07] About Area Style
[08] Call To Action Area Style
[09] Pogress Area Style
[10] Team Area Style
[11] Blog Area Style
[12] Brand Area Style
[13] Shop Area Style
[14] Departments Area Style
[15] Testmonial Area Style
[16] Class Schedule Area Style
[17] Gallery Area Style
[18] Price Table Area Style
[19] Pagination Area Style
[20] Comingsoon Page Style
[21] Appointment Page Style
[22] Contact Page Style
[23] Faq Page Style
[24] Error Page Style
[25] Features Area Style
[26] Banner Area Style
[27] Sidebar Area Style
[28] Footer Top Area Style
[29] Button Style
[30] ScrollUp Style
[31] Service Style
[32] Why Choose Style
[33] Animation Style

/*=======================================================================
[01] Typography
=========================================================================*/
@import url(https://fonts.googleapis.com/css?family=Carter+One:400|Quicksand:300,400,500,600,700|Roboto:300,400,500,700|Dancing+Script:400,500,600,700|Gloria+Hallelujah:400);
@import url('https://fonts.googleapis.com/css2?family=Grand+Hotel&display=swap');
html {
  height: 100%;
  font-size: 62.5%;
}
@media only screen and (max-width: 1199px) {
  html {
    font-size: 60%;
  }
}
@media only screen and (max-width: 991px) {
  html {
    font-size: 55%;
  }
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 50%;
  }
}
@media only screen and (max-width: 479px) {
  html {
    font-size: 45%;
  }
}
@media only screen and (max-width: 320px) {
  html {
    font-size: 40%;
  }
}
body {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  height: 100%;
  line-height: 1.5;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: #444444;
}
p {
  margin: 0 0 20px 0;
  color: #444444;
}
@media screen and (max-width: 991px) {
  p {
    font-size: 15px;
  }
}
@media screen and (max-width: 576px) {
  p {
    font-size: 13px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  font-family: 'Quicksand', sans-serif;
  margin: 0 0 20px 0;
  color: #111111;
}
h1,
h2 {
  line-height: 1.2;
}
h3,
h4 {
  line-height: 1.4;
}
h1 {
  font-size: 48px;
}
@media only screen and (max-width: 1199px) {
  h1 {
    font-size: calc(44px);
  }
}
@media only screen and (max-width: 991px) {
  h1 {
    font-size: calc(42px);
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: calc(38px);
  }
}
@media only screen and (max-width: 575px) {
  h1 {
    font-size: calc(36px);
  }
}
@media only screen and (max-width: 479px) {
  h1 {
    font-size: calc(32px);
  }
}
h2 {
  font-size: 36px;
}
@media only screen and (max-width: 1199px) {
  h2 {
    font-size: calc(32px);
  }
}
@media only screen and (max-width: 991px) {
  h2 {
    font-size: calc(28px);
  }
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: calc(24px);
  }
}
@media only screen and (max-width: 575px) {
  h2 {
    font-size: calc(22px);
  }
}
@media only screen and (max-width: 479px) {
  h2 {
    font-size: calc(22px);
  }
}
h3 {
  font-size: 24px;
}
@media only screen and (max-width: 1199px) {
  h3 {
    font-size: calc(23px);
  }
}
@media only screen and (max-width: 991px) {
  h3 {
    font-size: calc(22px);
  }
}
@media only screen and (max-width: 575px) {
  h3 {
    font-size: calc(21px);
  }
}
h4 {
  font-size: 16px;
  font-weight: bold;
}
@media only screen and (max-width: 991px) {
  h4 {
    font-size: calc(16px);
  }
}
@media only screen and (max-width: 575px) {
  h4 {
    font-size: calc(15px);
  }
}
/*=======================================================================
[02] Common Style
=========================================================================*/
#wrapper {
  position: relative;
  float: right;
  width: 100%;
  min-height: 100vh;
  overflow: auto;
  overflow-x: hidden;
}
.perfect-scrollbar-on #wrapper {
    height: 100%;
    max-height: 100%;
}
@media screen and (min-width: 991px) {
  #wrapper {
    -webkit-transition-property: top, bottom, width;
    transition-property: top, bottom, width;
    -webkit-transition-duration: .2s, .2s, .35s;
    transition-duration: .2s, .2s, .35s;
    -webkit-transition-timing-function: linear, linear, ease;
    transition-timing-function: linear, linear, ease;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 991px) {
  #wrapper {
    width: 100%;
  }
}
a {
  text-decoration: none;
}
a:active,
a:hover,
a:focus {
  text-decoration: none;
}
a:active,
a:hover,
a:focus {
  outline: 0 none;
}
img {
  max-width: 100%;
  height: auto;
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
  .container.direksi-container {
    max-width: 1170px;
  }
}
@media only screen and (min-width: 1690px) {
  .container {
    max-width: unset;
    padding-right: 10%;
    padding-left: 10%;
  }
}
.possition-static {
  position: static !important;
}
.bg-common {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bg-common-top {
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}
.bg-common-bottom {
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
.bg-spec-top {
  background-position: top;
  background-repeat: no-repeat;
}
.bg-spec-bottom {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bg-welcome {
  position: relative;
  background-color: #f9f9f9;
}
.bg-overlay-primary80:after,
.bg-overlay-primary80:before {
  background-color: rgba(0, 0, 0, 0.8);
}
.bg-overlay-secondary80::after,
.bg-overlay-secondary80::before {
  background-color: rgba(255, 190, 40, 0.8);
}
.bg-primary100 {
  background-color: #27477d;
}
.bg-accent100 {
  background-color: #f8f8f8;
}
.bg-accent200 {
  background-color: #f2f8ff;
}
.bg-light-accent100 {
  background-color: #f1f7fa;
}
.bg-light-primary100 {
  background-color: #ffffff;
}
.bg-light-secondary100 {
  background-color: #f3f3f3;
}
.both-side-half-bg {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media only screen and (max-width: 991px) {
  .both-side-half-bg {
    display: block;
  }
}
.both-side-half-bg > div {
  width: 50%;
  padding-top: 9.3rem;
  padding-bottom: 10rem;
}
@media only screen and (max-width: 991px) {
  .both-side-half-bg > div {
    width: 100%;
  }
}
.both-side-half-bg > div:first-child {
  background-color: #f3f3f3;
  padding-right: 10rem;
  padding-left: calc((100% - 1290px) / 2);
}
@media only screen and (max-width: 1399px) {
  .both-side-half-bg > div:first-child {
    padding-left: calc((100% - 1110px) / 2);
  }
}
@media only screen and (max-width: 1199px) {
  .both-side-half-bg > div:first-child {
    padding-left: calc((100% - 930px) / 2);
  }
}
@media only screen and (max-width: 991px) {
  .both-side-half-bg > div:first-child {
    padding-left: calc((100% - 690px) / 2);
    padding-right: calc((100% - 690px) / 2);
  }
}
@media only screen and (max-width: 767px) {
  .both-side-half-bg > div:first-child {
    padding-left: calc((100% - 510px) / 2);
    padding-right: calc((100% - 510px) / 2);
  }
}
@media only screen and (max-width: 575px) {
  .both-side-half-bg > div:first-child {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.both-side-half-bg > div:last-child {
  padding-left: 10rem;
  padding-right: calc((100% - 1290px) / 2);
  background-color: #07ccec;
}
@media only screen and (max-width: 1399px) {
  .both-side-half-bg > div:last-child {
    padding-right: calc((100% - 1110px) / 2);
  }
}
@media only screen and (max-width: 1199px) {
  .both-side-half-bg > div:last-child {
    padding-right: calc((100% - 930px) / 2);
  }
}
@media only screen and (max-width: 991px) {
  .both-side-half-bg > div:last-child {
    padding-left: calc((100% - 690px) / 2);
    padding-right: calc((100% - 690px) / 2);
  }
}
@media only screen and (max-width: 767px) {
  .both-side-half-bg > div:last-child {
    padding-left: calc((100% - 510px) / 2);
    padding-right: calc((100% - 510px) / 2);
  }
}
@media only screen and (max-width: 575px) {
  .both-side-half-bg > div:last-child {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/*=======================================================================
[03] Preloader Style
=========================================================================*/
/* dipindah ke preloader.css untuk kecepatan loader yang maksimal */
/*=======================================================================
[04] Title Style
=========================================================================*/
.subtitle-text {
  font-family: 'Dancing Script', cursive;
}
.section-heading p {
  width: 80%;
}
@media only screen and (max-width: 991px) {
  .section-heading p {
    width: 100%;
  }
}
.section-heading.text-center h1,
.section-heading.text-center h2,
.section-heading.text-center h3,
.section-heading.text-center h4,
.section-heading.text-center p {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.section-heading.text-left p,
.section-heading.text-right p {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
.section-heading.heading-dark h1,
.section-heading.heading-dark h2,
.section-heading.heading-dark h3,
.section-heading.heading-dark h4 {
  color: #111111;
}
.section-heading.heading-light h1,
.section-heading.heading-light h2,
.section-heading.heading-light h3,
.section-heading.heading-light h4 {
  color: #ffffff;
}
.section-heading.heading-light p {
  color: #ffffff;
}
.heading-layout1 {
  margin-bottom: 65px;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .heading-layout1 {
    margin-bottom: 50px;
  }
}


.heading-layout1:after {
  position: absolute;
  content: "";
  height: 4px;
  width: 45px;
  background-color: #07ccec;
  left: 0;
  bottom: -14px;
  right: 0;
  margin: 0 auto;
}
.heading-layout1 h2,
.heading-layout1 h3 {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.heading-layout1 h2 span {
  font-weight: 700;
}
.heading-layout1 p {
  font-family: 'Quicksand', sans-serif;
}
.text-left.heading-layout1:after {
  right: inherit;
  margin: 0;
}
.heading-light.heading-layout1:after,
.heading-light.heading-layout5:after {
  background-color: #ffffff;
}
.heading-layout2 {
  margin-bottom: 75px;
}
.heading-layout2 h2 {
  font-size: 4rem;
  font-weight: 600;
  text-transform: capitalize;
}
.heading-layout2 p {
  font-family: 'Quicksand', sans-serif;
  width: 60%;
}
@media only screen and (max-width: 767px) {
  .heading-layout2 p {
    width: 100%;
  }
}
.heading-layout3 {
  margin-bottom: 50px;
  text-align: center;
}
.heading-layout3 h2,
.heading-layout3 h3 {
  font-weight: 600;
  text-transform: capitalize;
}
.heading-layout3 p {
  font-family: 'Quicksand', sans-serif;
}
.heading-layout4 {
  margin-bottom: 40px;
}
.heading-layout4 h2 {
  font-size: 4rem;
  font-weight: 600;
  text-transform: capitalize;
}
.heading-layout4 p {
  font-family: 'Quicksand', sans-serif;
  width: 60%;
}
@media only screen and (max-width: 767px) {
  .heading-layout4 p {
    width: 100%;
  }
}
.heading-layout5 {
  margin-bottom: 60px;
  text-align: left;
  position: relative;
}
.heading-layout5:after {
  position: absolute;
  content: "";
  height: 4px;
  width: 45px;
  background-color: #07ccec;
  left: 0;
  bottom: -20px;
}
.heading-layout5 h2,
.heading-layout5 h3 {
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.heading-layout5 p {
  font-family: 'Quicksand', sans-serif;
}
/*=======================================================================
[05] Header Area Style
=========================================================================*/
@media only screen and (max-width: 992px) {
  header {
    display: none;
  }
}
.top-bar-border-bottom {
  border-bottom: 1px solid #d7d7d7;
}
.header-menu-area:after {
  clear: both;
  content: "";
  display: block;
}
.template-main-menu nav > ul > li {
  position: relative;
  margin: 0 5px;
}
@media screen and (max-width: 1200px) {
  .template-main-menu nav > ul > li {
    margin: 0 3px;
  }
}
.template-main-menu nav > ul > li:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2.5px;
  left: 0;
  bottom: 0;
  background: #07ccec;
  cursor: pointer;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.template-main-menu nav > ul > li > a {
  font-size: 15px;
  letter-spacing: .3px;
  text-transform: capitalize;
  font-weight: 700;
  line-height: 1;
  display: block;
}
.template-main-menu nav > ul > li ul.dropdown-menu-col-1,
.template-main-menu nav > ul > li ul.dropdown-menu-col-1 li ul.dropdown-menu-col-3 {
  border-top: 1px solid #07ccec;
  background-color: #27477d;
  width: 250px;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -o-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease-out, visibility 0s ease;
  -moz-transition: all 0.3s ease-out, visibility 0s ease;
  -ms-transition: all 0.3s ease-out, visibility 0s ease;
  -o-transition: all 0.3s ease-out, visibility 0s ease;
  transition: all 0.3s ease-out, visibility 0s ease;
}
.template-main-menu nav > ul > li ul.dropdown-menu-col-1 li ul.dropdown-menu-col-3 {
  border-top: unset;
  top: 0;
  -webkit-transform: translateX(80%);
  -moz-transform: translateX(80%);
  -ms-transform: translateX(80%);
  -o-transform: translateX(80%);
  transform: translateX(80%);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.template-main-menu nav > ul > li ul.dropdown-menu-col-1 li a,
.template-main-menu nav > ul > li ul.dropdown-menu-col-1 li ul.dropdown-menu-col-3 li a {
  position: relative;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  padding: 12px 15px 13px;
  display: block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 1200px) {
  .template-main-menu nav > ul > li ul.dropdown-menu-col-1 li a,
  .template-main-menu nav > ul > li ul.dropdown-menu-col-1 li ul.dropdown-menu-col-3 li a {
    font-size: 12px;
  }
}
.template-main-menu nav > ul > li ul.dropdown-menu-col-1 li a span {
  float: right;
  line-height: 20px;
}
.template-main-menu nav > ul > li ul.dropdown-menu-col-1 li a::after,
.template-main-menu nav > ul > li ul.dropdown-menu-col-1 li ul.dropdown-menu-col-3 li a::after {
  content: '';
  position: absolute;
  width: calc(100% - 15px * 2);
  height: 1px;
  background: #07ccec;
  left: 15px;
  bottom: 0px;
}
.template-main-menu nav > ul > li ul.dropdown-menu-col-1 li:last-child a::after,
.template-main-menu nav > ul > li ul.dropdown-menu-col-1 li ul.dropdown-menu-col-3 li:last-child a::after {
  content: unset;
}
.template-main-menu nav > ul > li ul.dropdown-menu-col-1 li a:hover,
.template-main-menu nav > ul > li ul.dropdown-menu-col-1 li.active a,
.template-main-menu nav > ul > li ul.dropdown-menu-col-1 li ul.dropdown-menu-col-3 li a:hover,
.template-main-menu nav > ul > li ul.dropdown-menu-col-1 li ul.dropdown-menu-col-3 li.active a {
  color: #ffffff;
  /* padding-left: 27px; */
  background-color: #07ccec;
}
.template-main-menu nav > ul > li ul.dropdown-menu-col-2 {
  border-top: 1px solid #07ccec;
  background-color: #ffffff;
  width: 480px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -o-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.template-main-menu nav > ul > li ul.dropdown-menu-col-2 li {
  display: inline-block;
  width: 49%;
}
.template-main-menu nav > ul > li ul.dropdown-menu-col-2 li a {
  font-size: 16px;
  font-weight: 500;
  color: #111111;
  padding: 12px 15px;
  display: block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.template-main-menu nav > ul > li ul.dropdown-menu-col-2 li a:hover {
  color: #ffffff;
  background-color: #e8a828;
}
.template-main-menu nav > ul > li .third-level {
  border-top: 1px solid #07ccec;
  background-color: #ffffff;
  width: 250px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 100%;
  -webkit-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.template-main-menu nav > ul > li .third-level li a {
  font-size: 16px;
  font-weight: 500;
  color: #111111;
  padding: 12px 15px;
  display: block;
}
.template-main-menu nav > ul > li .third-level li a:hover {
  color: #ffffff;
  background-color: #e8a828;
}
.template-main-menu nav > ul > li .template-mega-menu {
  background-color: rgba(255, 255, 255, 0.97);
  border-top: 1px solid #07ccec;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  top: 100%;
  padding: 20px 0 0;
  -webkit-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.template-main-menu nav > ul > li .template-mega-menu .menu-ctg-title {
  font-size: 22px;
  font-weight: 700;
  color: #111111;
  margin-bottom: 18px;
}
.template-main-menu nav > ul > li .template-mega-menu ul.sub-menu {
  margin-bottom: 20px;
}
.template-main-menu nav > ul > li .template-mega-menu ul.sub-menu li {
  margin-bottom: 10px;
  padding-bottom: 7px;
  border-bottom: 1px solid #ebebeb;
}
.template-main-menu nav > ul > li .template-mega-menu ul.sub-menu li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.template-main-menu nav > ul > li .template-mega-menu ul.sub-menu li a {
  font-size: 16px;
  font-weight: 500;
  color: #111111;
  padding: 5px 15px 5px 30px;
  display: block;
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -moz-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -ms-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -o-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  position: relative;
}
.template-main-menu nav > ul > li .template-mega-menu ul.sub-menu li a i {
  color: #444444;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.template-main-menu nav > ul > li .template-mega-menu ul.sub-menu li a:hover {
  color: #07ccec;
  padding: 5px 15px 5px 35px;
}
.template-main-menu nav > ul > li .template-mega-menu ul.sub-menu li a:hover i {
  color: #07ccec;
  animation: toRightFromLeft10 0.5s;
}
.template-main-menu nav > ul > li:hover:after,
.template-main-menu nav > ul > li.active:after {
  transform: scale(1, 1);
}
.template-main-menu nav > ul > li:hover ul.dropdown-menu-col-1 {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.template-main-menu nav > ul > li:hover ul.dropdown-menu-col-2 {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.template-main-menu nav > ul > li ul.dropdown-menu-col-1 li:hover ul.dropdown-menu-col-3 {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.template-main-menu nav > ul > li:hover .template-mega-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.template-main-menu nav > ul > li > ul > li {
  position: relative;
}
.template-main-menu nav > ul > li > ul > li a.third-level-arrow:after {
  position: absolute;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  opacity: 0.8;
  font-size: 20px;
  z-index: 8;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #111111;
  -webkit-transition: all 1s cubic-bezier(0, 0, 0.15, 1.88);
  -moz-transition: all 1s cubic-bezier(0, 0, 0.15, 1.88);
  -ms-transition: all 1s cubic-bezier(0, 0, 0.15, 1.88);
  -o-transition: all 1s cubic-bezier(0, 0, 0.15, 1.88);
  transition: all 1s cubic-bezier(0, 0, 0.15, 1.88);
}
.template-main-menu nav > ul > li > ul > li:hover .third-level-arrow:after {
  right: 15px;
}
.template-main-menu nav > ul > li > ul > li:hover ul.third-level {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.header-menu-layout1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 51px 0 auto;
  z-index: 100;
  background-color: #ffffff;
}
.header-menu-layout1 .template-main-menu nav > ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.header-menu-layout1 .template-main-menu nav > ul > li > a {
  padding: 40px 15px 39px;
  color: #111111;
}
@media only screen and (max-width: 1199px) {
  .header-menu-layout1 .template-main-menu nav > ul > li > a {
    padding: 40px 10px 39px;
  }
}
.header-menu-layout1 .template-main-menu nav > ul > li > a:hover {
  animation: toBottomFromTop10 0.3s forwards;
  color: #07ccec;
}
.header-menu-layout2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 101px 0 auto;
  z-index: 100;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(226, 226, 226, 0.75);
  -moz-box-shadow: 0px 4px 4px 0px rgba(226, 226, 226, 0.75);
  box-shadow: 0 4px 4px rgba(226, 226, 226, 0.75);
}
.header-menu-layout2 .template-main-menu nav > ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.header-menu-layout2 .template-main-menu nav > ul > li > a {
  padding: 30px 15px 29px;
  color: #111111;
}
.header-menu-layout2 .template-main-menu nav > ul > li > a:hover {
  animation: toBottomFromTop10 0.3s forwards;
  color: #07ccec;
}
.header-menu-layout2 .template-main-menu nav > ul .logo-on-sticky {
  margin-right: 15px;
  display: none;
  min-width: 200px;
}
.header-menu-layout2 .template-main-menu nav > ul .logo-on-sticky a {
  padding: 0;
}
.header-menu-layout2 .template-main-menu nav > ul .logo-on-sticky a:hover {
  animation: none;
}
.header-menu-layout2 .template-main-menu nav > ul .logo-on-sticky:after {
  display: none;
}
.header-menu-layout3 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 100;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.header-menu-layout3 .template-main-menu nav > ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.header-menu-layout3 .template-main-menu nav > ul > li > a {
  padding: 40px 15px 39px;
  color: #ffffff;
}
@media only screen and (max-width: 1199px) {
  .header-menu-layout3 .template-main-menu nav > ul > li > a {
    padding: 40px 10px 39px;
  }
}
.header-menu-layout3 .template-main-menu nav > ul > li > a:hover {
  animation: toBottomFromTop10 0.3s forwards;
  color: #e3e3e3;
}
.header-menu-layout4 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  /* margin: 45px 0 auto; */
  z-index: 100;
  background-color: #fff;
  box-shadow: 0 1px 15px rgba(0, 0, 0, .1);
}
.template-main-menu {
  position: relative;
  margin-right: -40px;
}
.template-main-menu::before {
  content: '';
  position: absolute;
  width: 3px;
  height: calc(100% - 40px);
  background: #07ccec;
  right: -16px;
  top: 20px;
}
@media screen and (max-width: 1200px) {
  .template-main-menu::before {
    right: -11px;
  }
}
.header-menu-layout4 .template-main-menu nav > ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.header-menu-layout4 .template-main-menu nav > ul > li > a {
  padding: 33px 8px 35px;
  color: #27477d;
  text-align: center;
}
.header-menu-layout4 .template-main-menu nav > ul > li > a.sub-menu-nav {
  cursor: default;
}
@media only screen and (max-width: 1400px) {
  .header-menu-layout4 .template-main-menu nav > ul > li > a {
    padding: 31px 5px 33px;
  }
}
@media only screen and (max-width: 1200px) {
  .header-menu-layout4 .template-main-menu nav > ul > li > a {
    font-size: 11px;
  }
}
.header-menu-layout4 .template-main-menu nav > ul > li > a:hover {
  animation: toBottomFromTop10 0.3s forwards;
  color: #07ccec;
}
.header-menu-layout4 .template-main-menu nav > ul > li.active > a {
  animation: toBottomFromTop10 0.3s forwards;
  color: #07ccec;
}
.menu-sticky .header-menu-area {
  animation-name: headerSlideDown;
  animation-duration: 0.50s;
  -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.menu-sticky .header-menu-layout1,
.menu-sticky .header-menu-layout2,
.menu-sticky .header-menu-layout3,
.menu-sticky .header-menu-layout4 {
  position: fixed;
  margin: 0 0 auto;
}
.menu-sticky .header-menu-layout2 .template-main-menu nav > ul .logo-on-sticky {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.menu-sticky .header-menu-layout2 .template-main-menu nav > ul .logo-on-sticky a {
  padding: 0 !important;
}
@media only screen and (max-width: 1199px) {
  .menu-sticky .header-menu-layout2 .template-main-menu nav > ul > li > a {
    padding: 30px 7px 29px;
  }
}
.menu-sticky .header-menu-layout3 {
  background-color: rgba(57, 108, 240, 0.98);
}
.header-action-items-layout1 ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.header-action-items-layout1 ul li {
  display: inline-block;
  margin-right: 15px;
}
.header-action-items-layout1 ul li:last-child {
  margin-right: 0;
}
.header-action-items-layout1 ul li .header-search-dark {
  line-height: inherit;
}
.header-action-items-layout1 ul .action-items-primary-btn,
.panel-body .action-items-primary-btn {
  font-size: 14px;
  display: inline-block;
  padding: 14px 24px;
  color: #ffffff;
  background-color: #07ccec;
  text-transform: uppercase;
  font-weight: 500;
  border: 1px solid;
  border-color: #07ccec;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@media only screen and (max-width: 767px) {
  .panel-body .action-items-primary-btn {
    font-size: 12px;
    padding: 10px 15px;
  }
}

.panel-body .action-items-primary-btn {
  margin-bottom: 15px;
}

.header-action-items-layout1 ul .action-items-primary-btn i {
  margin-left: 10px;
}
.panel-body .action-items-primary-btn i {
  margin-right: 10px;
}
.header-action-items-layout1 ul .action-items-primary-btn:hover,
.panel-body .action-items-primary-btn:hover {
  background-color: transparent;
  color: #07ccec;
}

.header-action-items-layout1 ul .action-items-light-btn {
  font-size: 14px;
  display: inline-block;
  padding: 9px 15px;
  color: #ffffff;
  background-color: transparent;
  text-transform: uppercase;
  font-weight: 500;
  border: 1px solid;
  border-color: #ffffff;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header-action-items-layout1 ul .action-items-light-btn:hover {
  background-color: #ffffff;
  color: #07ccec;
}
.header-action-items-layout1 .cart-items {
  top: 70px;
}
.header-action-items-layout2 ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.header-action-items-layout2 ul li {
  display: inline-block;
  margin-right: 15px;
  padding-right: 15px;
  position: relative;
}
.header-action-items-layout2 ul li:first-child:after {
  height: 30px;
  width: 1px;
  background-color: #b2b2b2;
  content: "";
  position: absolute;
  right: 0;
  top: -15px;
  z-index: 5;
}
.header-action-items-layout2 ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.header-action-items-layout2 ul li .item-btn {
  height: 75px;
  text-align: center;
  padding: 26px 40px;
  background-color: #07ccec;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  display: block;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header-action-items-layout2 ul li .item-btn:hover {
  background-color: #2055e4;
}
.header-action-items-layout2 .cart-items {
  top: 60px;
}
.header-action-items-layout2 .cart-area-dark:after {
  height: 76px;
  top: -12px;
}
.header-search-dark {
  position: relative;
  line-height: 0;
}
.header-search-dark button {
  position: relative;
  margin-right: -7px;
  border: 0;
  padding: 7px 6px;
  border-radius: 50%;
  cursor: pointer;
  background-color: #fff;
  color: #27477d;
  box-shadow: 0px 5px 10px 0px rgba(39, 71, 125, .3);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/* .icon-btn:hover i {
  background-color: rgba(var(--theme-color), 1);
  box-shadow: none;
  color: var(--white-color)
} */
.header-search-dark button.search-btn-click {
  height: 20px;
  top: 5px;
  bottom: 0;
  right: 0;
  background: transparent;
  border-radius: 4px;
  color: #fff;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease, background 0.3s ease 0.2s;
  transition: all 0.5s ease, background 0.3s ease 0.2s;
  z-index: 11;
}
.header-search-dark button.search-btn-click.active {
  top: 3px;
  background: transparent;
  padding: 0;
  height: 35px;
  width: 35px;
  visibility: visible;
  right: 50px;
  box-shadow: none;
  opacity: 1;
}
.header-search-dark button.search-btn-click.active:hover {
  color: #07ccec;
  text-shadow: 0 0 10px #07ccec;
  transform: scale(1.1);
}
.header-search-dark button.search-btn-click i::before {
  font-size: 18px;
  margin-left: -2px;
  padding: 12px;
  font-weight: 600;
}
.header-search-dark button i.btn-search-icon {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-search-dark button i.btn-search-icon::before {
  font-size: 18px;
  margin-left: 0;
  padding: 5px;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  .menu-mini-1 {
    padding: 0;
  }
  .menu-mini-2 {
    padding: 0 10px;
  }
  .header-search-dark button {
    padding: 5px 4px;
  }
  .header-search-dark button i.btn-search-icon::before {
    font-size: 14px;
  }
}
.header-search-dark button i.close-button {
  position: absolute;
  top: 19px;
  right: 0;
  width: 31px;
  height: 2px;
  background: transparent;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.header-search-dark button i.close-button::before,
.header-search-dark button i.close-button::after {
  content: '';
  width: 22px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.header-search-dark button:hover i.close-button::before,
.header-search-dark button:hover i.close-button::after {
  background: #27477d;
}
.header-search-dark button i.close-button::before {
  top: -10px;
  -webkit-transform: rotateZ(25deg);
  -moz-transform: rotateZ(25deg);
  -ms-transform: rotateZ(25deg);
  -o-transform: rotateZ(25deg);
  transform: rotateZ(25deg);
  -webkit-transition: top 0.5s, all 0.5s ease;
  -o-transition: top 0.5s, all 0.5s ease;
  transition: top 0.5s, all 0.5s ease;
}
.header-search-dark button i.close-button::after {
  bottom: -10px;
  -webkit-transform: rotateZ(-25deg);
  -moz-transform: rotateZ(-25deg);
  -ms-transform: rotateZ(-25deg);
  -o-transform: rotateZ(-25deg);
  transform: rotateZ(-25deg);
  -webkit-transition: bottom 0.5s, all 0.5s ease;
  -o-transition: bottom 0.5s, all 0.5s ease;
  transition: bottom 0.5s, all 0.5s ease;
}
.header-search-dark button.active i.btn-search-icon {
  opacity: 0;
  visibility: hidden;
}
.header-search-dark button.active i.close-button {
  opacity: 1;
  visibility: visible;
}
.header-search-dark button.active i.close-button::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.header-search-dark button.active i.close-button::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}
.header-search-dark button:hover {
  color: #07ccec;
}
.header-search-dark button.active {
  background-color: #07ccec;
}
.header-search-dark button:focus {
  outline: none;
}
.header-search-dark .search-input {
  font-size: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -12px;
  z-index: 0;
  height: 50px;
  width: 550px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  border: none;
  padding: 5px 100px 8px 30px;
  display: none;
  background-color: #27477d;
  color: #fff;
}
@media only screen and (max-width: 1199px) {
  .header-search-dark .search-input {
    width: 740px;
  }
}
@media only screen and (max-width: 991px) {
  .header-search-dark .search-input {
    right: 25px;
    width: 560px;
  }
}
@media only screen and (max-width: 767px) {
  .header-search-dark .search-input {
    right: 25px;
    width: 230px;
  }
}
.header-search-dark input.search-input:focus {
  outline-width: 0;
  outline: none;
}
.header-search-dark input::-webkit-input-placeholder {
  color: #e6e6e6;
}
.header-search-dark input::-moz-placeholder {
  color: #e6e6e6;
}
.header-search-dark input:-moz-placeholder {
  color: #e6e6e6;
}
.header-search-dark input:-ms-input-placeholder {
  color: #e6e6e6;
}
.header-search-light {
  position: relative;
  line-height: 0;
}
.header-search-light button {
  border: 0;
  padding: 0;
  cursor: pointer;
  background-color: transparent;
  color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.header-search-light button i:before {
  font-size: 24px;
  margin-left: 0;
  padding: 5px;
  font-weight: 600;
}
.header-search-light button:focus {
  outline: none;
}
.header-search-light .search-input {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 40px;
  z-index: 10;
  height: 60px;
  width: 800px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: none;
  padding: 5px 30px 8px;
  display: none;
  background-color: rgba(255, 255, 255, 0.99);
  color: #111111;
}
@media only screen and (max-width: 1199px) {
  .header-search-light .search-input {
    right: 25px;
    width: 740px;
  }
}
@media only screen and (max-width: 991px) {
  .header-search-light .search-input {
    right: 25px;
    width: 560px;
  }
}
@media only screen and (max-width: 767px) {
  .header-search-light .search-input {
    right: 25px;
    width: 230px;
  }
}
.header-search-light input.search-input:focus {
  outline-width: 0;
  outline: none;
}
.header-search-light input::-webkit-input-placeholder {
  color: #afafaf;
}
.header-search-light input::-moz-placeholder {
  color: #afafaf;
}
.header-search-light input:-moz-placeholder {
  color: #afafaf;
}
.header-search-light input:-ms-input-placeholder {
  color: #afafaf;
}
.cart-area-dark {
  position: relative;
}
.cart-area-dark:after {
  height: 96px;
  width: 30px;
  background-color: transparent;
  z-index: 99;
  content: "";
  position: absolute;
  top: -23px;
  left: 0;
}
.cart-area-dark .cart-trigger-icon {
  position: relative;
}
.cart-area-dark .cart-trigger-icon i:before {
  margin-left: 0;
  color: #444444;
  font-size: 30px;
}
.cart-area-dark .cart-trigger-icon span {
  position: absolute;
  top: -22px;
  right: -10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #07ccec;
  color: #ffffff;
  height: 25px;
  width: 25px;
  line-height: 25px;
  font-size: 14px;
  text-align: center;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(168, 168, 168, 0.75);
  -moz-box-shadow: 0px 5px 5px 0px rgba(168, 168, 168, 0.75);
  box-shadow: 0 5px 5px rgba(168, 168, 168, 0.75);
}
.cart-area-dark:hover .cart-items {
  opacity: 1;
  visibility: visible;
  -webkit-transform: perspective(400) rotate3d(0, 0, 0, 0);
}
.cart-area-light {
  position: relative;
}
.cart-area-light:after {
  height: 96px;
  width: 30px;
  background-color: transparent;
  z-index: 99;
  content: "";
  position: absolute;
  top: -23px;
  left: 0;
}
.cart-area-light .cart-trigger-icon {
  position: relative;
}
.cart-area-light .cart-trigger-icon i:before {
  margin-left: 0;
  color: #ffffff;
  font-size: 30px;
}
.cart-area-light .cart-trigger-icon span {
  position: absolute;
  top: -22px;
  right: -10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #ffffff;
  color: #07ccec;
  height: 25px;
  width: 25px;
  line-height: 25px;
  font-size: 14px;
  text-align: center;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(80, 80, 80, 0.5);
  -moz-box-shadow: 0px 5px 5px 0px rgba(80, 80, 80, 0.5);
  box-shadow: 0 5px 5px rgba(80, 80, 80, 0.5);
}
.cart-area-light:hover .cart-items {
  opacity: 1;
  visibility: visible;
  -webkit-transform: perspective(400) rotate3d(0, 0, 0, 0);
}
.cart-items {
  border-top: 3px solid #07ccec;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  background-color: rgba(241, 247, 250, 0.98);
  padding: 10px;
  position: absolute;
  right: 0;
  min-width: 385px;
  color: #111111;
  -webkit-transform: perspective(400) rotate3d(1, 0, 0, -15deg);
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.cart-items .cart-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ffffff;
}
.cart-items .cart-item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.cart-items .cart-item > div {
  margin-right: 20px;
}
.cart-items .cart-item > div:last-child {
  margin-right: 0;
}
.cart-items .cart-item .cart-title {
  text-align: left;
}
.cart-items .cart-item .cart-title a {
  color: #111111;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.cart-items .cart-item .cart-title a:hover {
  color: #07ccec;
}
.cart-items .cart-item .cart-title span {
  display: block;
  font-size: 14px;
}
.cart-items .cart-item .cart-trash a {
  color: #111111;
}
.cart-items .cart-item .cart-trash a:hover {
  color: #ff0600;
}
.cart-items .cart-item .cart-btn {
  width: 100%;
  padding: 10px 10px 0 10px;
  justify-content: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.cart-items .cart-item .cart-btn a.item-btn {
  margin: 0 5px;
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid;
  border-color: #07ccec;
  background-color: #07ccec;
  color: #ffffff;
  font-size: 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.cart-items .cart-item .cart-btn a.item-btn:hover {
  background-color: transparent;
  color: #07ccec;
}
.logo-area-layout2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-contact-layout1 {
  min-height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-contact-layout1 ul li {
  font-size: 14px;
  letter-spacing: .5px;
  display: inline-block;
  margin-right: 10px;
  padding-right: 10px;
  color: #fff;
  border-right: 1px solid #d7d7d7;
}
.header-contact-layout1 ul li i {
  margin-right: 10px;
  color: #fff;
}
.header-contact-layout1 ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}
@media only screen and (max-width: 767px) {
  .header-contact-layout1 ul li {
    display: block;
  }
}
.header-contact-layout1 ul li .fa-phone {
  transform: scaleX(-1);
}
.header-contact-layout2 {
  min-height: 100px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media only screen and (max-width: 1199px) {
  .header-contact-layout2 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.header-contact-layout2 ul li {
  font-size: 16px;
  display: inline-block;
  margin-right: 30px;
  padding-right: 30px;
  color: #444444;
  border-right: 1px solid #d7d7d7;
}
.header-contact-layout2 ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}
.header-contact-layout2 ul li .media i {
  margin-top: 7px;
  color: #07ccec;
  font-size: 26px;
}
.header-contact-layout2 ul li .media .media-body {
  color: #111111;
}
.header-contact-layout2 ul li .media .media-body .title {
  font-weight: 700;
  font-size: 16px;
}
.header-contact-layout2 ul li .media .media-body .info {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .header-contact-layout2 ul li {
    display: block;
  }
}
.header-contact-layout2 ul li .fa-phone {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
.header-contact-layout3 {
  min-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  .header-contact-layout3 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.header-contact-layout3 ul li {
  font-size: 16px;
  display: inline-block;
  margin-right: 20px;
  color: #ffffff;
}
.header-contact-layout3 ul li i {
  margin-right: 10px;
}
.header-contact-layout3 ul li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .header-contact-layout3 ul li {
    display: block;
  }
}
.header-contact-layout3 ul li .fa-phone {
  transform: scaleX(-1);
}
.header-social-layout1 {
  min-height: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media only screen and (max-width: 1199px) {
  .header-social-layout1 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.header-social-layout1 li {
  display: inline-block;
  margin-right: 5px;
}
.header-social-layout1 li:last-child {
  margin-right: 0;
}
.header-social-layout1 li a {
  color: #8a8a8a;
  text-align: center;
  font-size: 14px;
  display: block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.header-social-layout1 li a:hover {
  color: #ffffff;
  background-color: #07ccec;
}
.header-social-layout2 {
  min-height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media only screen and (max-width: 1199px) {
  .header-social-layout2 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.header-social-layout2 ul li {
  display: inline-block;
  margin-right: 5px;
}
.header-social-layout2 ul li:last-child {
  margin-right: 0;
}
.header-social-layout2 ul li a {
  padding: 5px 8px;
  color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.header-social-layout2 ul li a:hover {
  color: #07ccec;
}
.mean-container .mean-bar {
  background: transparent !important;
  float: none;
  padding: 0 !important;
  position: fixed !important;
  top: 0;
}
.mean-container .mean-bar:after {
  content: "";
  clear: both;
  display: block;
}
@media only screen and (max-width: 767px) {
  .mean-container .mean-bar a {
    padding: 9px 16px;
    display: inline-block;
  }
  .mean-container .mean-bar .meanmenu-reveal {
    margin-top: 0;
  }
}
@media only screen and (max-width: 360px) {
  .mean-container .mean-bar a {
    padding-right: 14px;
  }
}
.mean-container .mean-bar a.logo-mobile-menu {
  width: 100%;
  background-color: rgba(222, 222, 222, 0.95);
  box-sizing: border-box;
}
.mean-container .mean-bar .mobile-menu-nav-back {
  padding-left: 15px;
  box-shadow: 0 1px 10px #000000d9;
  position: relative;
  text-align: center;
  height: 65px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .mean-container .mean-bar .mobile-menu-nav-back {
    box-shadow: 0 1px 10px #00000059;
  }
}
@media screen and (max-width: 360px) {
  .mean-container .mean-bar .mobile-menu-nav-back {
    padding-left: 10px;
  }
}
.mean-container .mean-bar .mobile-menu-nav-back:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: #fff;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
}
.mean-container .mean-nav {
  float: none !important;
  background: #616161 !important;
}
.mean-container .mean-nav > ul {
  overflow-y: scroll;
}
.mean-container .mean-nav > ul:after {
  content: '';
  display: block;
  clear: both;
}
.mean-container .mean-nav > ul li {
  border-top: 0;
  background: #616161;
}
.mean-container .mean-nav > ul li:nth-child(2) {
  padding-top: 80px;
}
.mean-container .mean-nav > ul li.search-container {
  position: fixed;
  top: 65px;
  padding: 1em 1.3em 0;
  width: calc(100% - 2.6em);
  z-index: 10;
}
.mean-container .mean-nav > ul li.search-container .search-box {
  position: relative;
  width: 100%;
  padding-bottom: 1em;
  border-bottom: 1px solid #979797;
}
.mean-container .mean-nav > ul li.search-container .search-box input {
  width: calc(100% - 1.4em);
  border: none;
  padding: .7em;
  border-radius: 4px;
  outline: 0;
  color: #fff;
  background: #07ccec;
}
.mean-container .mean-nav > ul li.search-container .search-box input::placeholder {
  color: #e9e9e9;
}
.mean-container .mean-nav > ul li.search-container .search-box button.search-button-mobile {
  min-width: 55px;
  padding: 0 6px;
  top: 0;
  bottom: 0;
  right: 0;
  font-size: 20px;
  outline: none;
  color: #fff;
  border: 0;
  position: absolute;
  height: calc(100% - 0.8em);
  font-weight: 700;
  border-radius: 0 5px 5px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: inherit;
}
.mean-container .mean-nav > ul li li:nth-child(2) {
  padding-top: 0;
}
.mean-container .mean-nav > ul li a {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
  background-color: transparent;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.mean-container .mean-nav > ul li:hover > a,
.mean-container .mean-nav > ul li.active > a {
  color: #07ccec;
  background-color: #545454;
  padding-left: 8%;
  padding-right: 2%;
}
.mean-container .mean-nav ul li.mean-last a {
  margin-bottom: 30px;
}
.mean-container .mean-nav > ul li li a {
  border-top: none;
  color: #dfdfdf;
  opacity: 1;
  font-weight: 500;
  padding: 0.5em 10%;
  letter-spacing: .5px;
}
.mean-container .mean-nav > ul li li:hover a,
.mean-container .mean-nav > ul li li.active a {
  padding-left: 12%;
  padding-right: 8%;
}
.mean-container .mean-nav > ul li a.mean-expand {
  background-color: transparent;
  margin-top: 0;
  height: 20px;
  line-height: 22px;
  width: 100%;
  text-align: right;
  font-size: 14px;
  padding: 12px 20px 12px 12px !important;
}
.mean-container .mean-nav > ul li a.mean-expand:hover {
  background-color: transparent;
}
.mean-container a.meanmenu-reveal {
  width: 30px;
  height: 20px;
  color: #07ccec;
  margin-top: -4px;
  float: none !important;
  position: absolute;
  top: 14px;
  transition: unset;
}
.mean-container a.meanmenu-reveal span {
  background: #07ccec;
  margin-top: 5px;
}
.mean-bar + div #wrapper {
  padding-top: 52px;
}
@media only screen and (max-width: 991px) {
  .hide-on-mobile-menu {
    display: none;
  }
}
.hide-on-mobile-menu:after {
  display: none !important;
}
@media only screen and (min-width: 992px) {
  .hide-on-desktop-menu {
    display: none !important;
  }
}
/*=======================================================================
[06] Slider Area Style
=========================================================================*/
.slider-top-margin {
  margin-top: 82px;
}
@media only screen and (max-width: 1200px) {
  .slider-top-margin {
    margin-top: 74px;
  }
}
@media only screen and (max-width: 992px) {
  .slider-top-margin {
    margin-top: 65px;
  }
}
.slider-top-margin2 {
  margin-top: 75px;
}
@media only screen and (max-width: 991px) {
  .slider-top-margin2 {
    margin-top: 71px;
  }
}
.inner-page-top-margin {
  margin-top: 85px;
}
@media only screen and (max-width: 1200px) {
  .inner-page-top-margin {
    margin-top: 75px;
  }
}
@media only screen and (max-width: 991px) {
  .inner-page-top-margin {
    margin-top: 65px;
  }
}
.slider-area {
  position: relative;
  overflow: hidden;
}
.slider-area .nivoSlider img {
  min-height: 500px;
  min-width: 100%;
  -webkit-animation: img_scale 15s linear infinite;
  animation: img_scale 15s linear infinite;
}
@media screen and (max-width: 1024px) {
  .slider-area .nivoSlider img {
    min-width: 1300px;
    transform: scale(1.01);
    transform-origin: 780% 50%;
    -webkit-animation: unset;
    animation: unset;
  }
}
@media screen and (max-width: 890px) {
  .slider-area .nivoSlider img {
    transform: scale(1.02);
  }
}
@media screen and (max-width: 768px) {
  .slider-area .nivoSlider img {
    transform: scale(1.05);
  }
}
@media screen and (max-width: 612px) {
  .slider-area .nivoSlider img {
    transform: scale(1.07);
  }
}
@media screen and (max-width: 581px) {
  .slider-area .nivoSlider img {
    transform: scale(1.095);
    transform-origin: 600% 50%;
  }
}
@media screen and (max-width: 547px) {
  .slider-area .nivoSlider img {
    transform: scale(1.1);
  }
}
@keyframes img_scale {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.slider-area .nivo-controlNav {
  position: absolute;
  right: 30px;
  top: 40%;
  color: #000;
  z-index: 6;
}
@media screen and (max-width: 670px) {
  .slider-area .nivo-controlNav {
    right: 20px;
  }
}
@media screen and (max-width: 576px) {
  .slider-area .nivo-controlNav {
    /* top: 4%; */
    right: 15px;
  }
}
.nivo-controlNav a {
  display: block;
  height: 13px;
  width: 13px;
  margin-bottom: 15px;
  /* border: 3px solid #fff; */
  background-color: #27477d;
  border-radius: 50%;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.nivo-controlNav a:last-child {
  margin-bottom: 0;
}
.nivo-controlNav a.active {
  background-color: #07ccec;
}
.slider-area .nivo-directionNav a {
  text-indent: -9999999px;
  opacity: 0;
  visibility: hidden;
  background-color: #ffffff;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  border: 2px solid rgba(204, 210, 212, 0.2);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media screen and (max-width: 786px) {
  .slider-area .nivo-directionNav a {
    width: 4.5rem;
    height: 4.5rem;
  }
  .slider-area .nivo-directionNav a::before {
    top: 47%;
  }
}
.slider-area .nivo-directionNav a:hover {
  background-color: #07ccec;
}
.slider-area .nivo-directionNav a:hover:before {
  color: #ffffff !important;
  background: transparent !important;
}
.slider-area .nivo-directionNav a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #111111 !important;
  cursor: pointer;
  font-size: 1.6rem;
  margin: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
  left: 0;
  right: 0;
  text-indent: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.slider-area .nivo-directionNav a.nivo-prevNav,
.slider-area .nivo-directionNav a.nivo-nextNav {
  display: none;
  cursor: pointer;
}
.slider-area .nivo-directionNav a.nivo-prevNav {
  left: 15px;
}
.slider-area .nivo-directionNav a.nivo-prevNav:before {
  content: "\f053";
}
.slider-area .nivo-directionNav a.nivo-nextNav {
  right: 15px;
}
.slider-area .nivo-directionNav a.nivo-nextNav:before {
  content: "\f054";
}
.slider-area:hover a {
  opacity: 1;
  visibility: visible;
}
.slider-area .nivo-caption {
  opacity: 1;
}
.slider-area .nivo-caption p {
  padding: 0;
}
.slider-layout1 .nivo-caption {
  top: -50px;
}
@media screen and (max-width: 1200px) {
  .slider-layout1 .nivo-caption {
    top: unset;
  }
}
.slider-layout1 .slide-1 div.slider-big-text,
.slider-layout1 .slide-2 div.slider-big-text,
.slider-layout1 .slide-3 div.slider-big-text {
  font-family: 'Quicksand', sans-serif;
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: 1px;
  color: #000;
  margin-bottom: 0;
  line-height: 1.3;
}
.slider-layout1 .slide-1 div.slider-big-text:last-child,
.slider-layout1 .slide-2 div.slider-big-text:last-child,
.slider-layout1 .slide-3 div.slider-big-text:last-child {
  margin-bottom: 20px;
}
.slider-layout1 .slide-1 div.slider-big-text span,
.slider-layout1 .slide-2 div.slider-big-text span,
.slider-layout1 .slide-3 div.slider-big-text span {
  font-size: 5rem;
  /* text-transform: uppercase; */
  font-weight: 700;
  display: block;
  margin-bottom: 15px;
  padding-right: 40%;
}
.slider-layout1 .slide-1 div.slider-big-text span.span-cl,
.slider-layout1 .slide-2 div.slider-big-text span.span-cl,
.slider-layout1 .slide-3 div.slider-big-text span.span-cl {
  font-size: 3rem;
  font-weight: 600;
}
.slider-layout1 .slide-1 div.slider-big-text span.span-cl {
  font-size: 7rem;
  line-height: 1;
}
@media only screen and (max-width: 1200px) {
  .slider-layout1 .slide-1 div.slider-big-text {
    font-size: 3.8rem;
  }
  .slider-layout1 .slide-1 div.slider-big-text span {
    font-size: 4.2rem;
  }
}
@media only screen and (max-width: 991px) {
  .slider-layout1 .slide-1 div.slider-big-text {
    font-size: 2.8rem;
  }
  .slider-layout1 .slide-1 div.slider-big-text span {
    font-size: 3.8rem;
    padding-right: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .slider-layout1 .slide-1 div.slider-big-text,
  .slider-layout1 .slide-2 div.slider-big-text,
  .slider-layout1 .slide-3 div.slider-big-text {
    font-size: 3rem;
    text-align: center;
    margin-bottom: 8px;
  }
  .slider-layout1 .slide-1 div.slider-big-text span,
  .slider-layout1 .slide-2 div.slider-big-text span,
  .slider-layout1 .slide-3 div.slider-big-text span {
    font-size: 4.7rem;
    padding-right: 0;
  }
  .slider-layout1 .slide-1 div.slider-big-text span.span-cl,
  .slider-layout1 .slide-2 div.slider-big-text span.span-cl,
  .slider-layout1 .slide-3 div.slider-big-text span.span-cl {
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 575px) {
  .slider-layout1 .slide-1 div.slider-big-text,
  .slider-layout1 .slide-2 div.slider-big-text,
  .slider-layout1 .slide-3 div.slider-big-text {
    font-size: 2.8rem;
    text-align: center;
  }
  .slider-layout1 .slide-1 div.slider-big-text span{
    font-size: 3.8rem;
    letter-spacing: 0;
  }
  .slider-layout1 .slide-2 div.slider-big-text span,
  .slider-layout1 .slide-3 div.slider-big-text span {
    font-size: 5rem;
    letter-spacing: 0;
  }
  .slider-layout1 .slide-1 div.slider-big-text span.span-cl,
  .slider-layout1 .slide-2 div.slider-big-text span.span-cl,
  .slider-layout1 .slide-3 div.slider-big-text span.span-cl {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 422px) {
  .slider-layout1 .slide-1 div.slider-big-text,
  .slider-layout1 .slide-2 div.slider-big-text,
  .slider-layout1 .slide-3 div.slider-big-text {
    font-size: 2.5rem;
  }
  .slider-layout1 .slide-1 div.slider-big-text span {
    font-size: 3.4rem;
  }
  .slider-layout1 .slide-2 div.slider-big-text span,
  .slider-layout1 .slide-3 div.slider-big-text span {
    font-size: 4.8rem;
  }
  .slider-layout1 .slide-1 div.slider-big-text span.span-cl,
  .slider-layout1 .slide-2 div.slider-big-text span.span-cl,
  .slider-layout1 .slide-3 div.slider-big-text span.span-cl {
    font-size: 2rem;
  }
}
.slider-layout1 .slide-1 .slider-big-text.padding-right,
.slider-layout1 .slide-2 .slider-big-text.padding-right,
.slider-layout1 .slide-3 .slider-big-text.padding-right,
.slider-layout1 .slide-1 .slider-paragraph.padding-right,
.slider-layout1 .slide-2 .slider-paragraph.padding-right,
.slider-layout1 .slide-3 .slider-paragraph.padding-right {
  padding-right: 40%;
}
@media only screen and (max-width: 1399px) {
  .slider-layout1 .slide-1 .slider-big-text.padding-right,
  .slider-layout1 .slide-2 .slider-big-text.padding-right,
  .slider-layout1 .slide-3 .slider-big-text.padding-right,
  .slider-layout1 .slide-1 .slider-paragraph.padding-right,
  .slider-layout1 .slide-2 .slider-paragraph.padding-right,
  .slider-layout1 .slide-3 .slider-paragraph.padding-right {
    padding-right: 44%;
  }
}
@media only screen and (max-width: 1199px) {
  .slider-layout1 .slide-1 .slider-big-text.padding-right,
  .slider-layout1 .slide-2 .slider-big-text.padding-right,
  .slider-layout1 .slide-3 .slider-big-text.padding-right,
  .slider-layout1 .slide-1 .slider-paragraph.padding-right,
  .slider-layout1 .slide-2 .slider-paragraph.padding-right,
  .slider-layout1 .slide-3 .slider-paragraph.padding-right {
    padding-right: 33%;
  }
}
@media only screen and (max-width: 991px) {
  .slider-layout1 .slide-1 .slider-big-text.padding-right,
  .slider-layout1 .slide-2 .slider-big-text.padding-right,
  .slider-layout1 .slide-3 .slider-big-text.padding-right,
  .slider-layout1 .slide-1 .slider-paragraph.padding-right,
  .slider-layout1 .slide-2 .slider-paragraph.padding-right,
  .slider-layout1 .slide-3 .slider-paragraph.padding-right {
    padding-right: 15%;
  }
}
@media only screen and (max-width: 767px) {
  .slider-layout1 .slide-1 .slider-big-text.padding-right,
  .slider-layout1 .slide-2 .slider-big-text.padding-right,
  .slider-layout1 .slide-3 .slider-big-text.padding-right,
  .slider-layout1 .slide-1 .slider-paragraph.padding-right,
  .slider-layout1 .slide-2 .slider-paragraph.padding-right,
  .slider-layout1 .slide-3 .slider-paragraph.padding-right {
    padding-right: 30%;
  }
}
@media only screen and (max-width: 575px) {
  .slider-layout1 .slide-1 .slider-big-text.padding-right,
  .slider-layout1 .slide-2 .slider-big-text.padding-right,
  .slider-layout1 .slide-3 .slider-big-text.padding-right,
  .slider-layout1 .slide-1 .slider-paragraph.padding-right,
  .slider-layout1 .slide-2 .slider-paragraph.padding-right,
  .slider-layout1 .slide-3 .slider-paragraph.padding-right {
    padding-right: 0%;
  }
}
.slider-layout1 .slide-1 .slider-paragraph,
.slider-layout1 .slide-2 .slider-paragraph,
.slider-layout1 .slide-3 .slider-paragraph {
  margin: 0 0 20px;
}
@media only screen and (max-width: 767px) {
  .slider-layout1 .slide-1 .slider-paragraph,
  .slider-layout1 .slide-2 .slider-paragraph,
  .slider-layout1 .slide-3 .slider-paragraph {
    display: none;
  }
}
.slider-layout1 .slide-1 .slider-btn-area,
.slider-layout1 .slide-2 .slider-btn-area,
.slider-layout1 .slide-3 .slider-btn-area {
  margin-top: 40px;
  margin-bottom: 5px;
}
.slider-layout1 .slide-1 .slider-btn-area {
  margin-top: 37px;
}

@media only screen and (max-width: 767px) {
  .slider-layout1 .slide-1 .slider-btn-area,
  .slider-layout1 .slide-2 .slider-btn-area,
  .slider-layout1 .slide-3 .slider-btn-area {
    text-align: center;
  }
}

.slider-layout1 .slide-1 .slider-btn-area a.item-btn,
.slider-layout1 .slide-2 .slider-btn-area a.item-btn,
.slider-layout1 .slide-3 .slider-btn-area a.item-btn {
  padding: 14px 25px;
  text-transform: uppercase;
  background-color: #07ccec;
  color: #ffffff;
  display: inline-block;
  font-weight: 500;
  border: 1px solid;
  border-color: #07ccec;
  font-size: 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.slider-layout1 .slide-1 .slider-btn-area a.item-btn:last-child,
.slider-layout1 .slide-2 .slider-btn-area a.item-btn:last-child,
.slider-layout1 .slide-3 .slider-btn-area a.item-btn:last-child {
  margin-right: 0;
}
.slider-layout1 .slide-1 .slider-btn-area a.item-btn i,
.slider-layout1 .slide-2 .slider-btn-area a.item-btn i,
.slider-layout1 .slide-3 .slider-btn-area a.item-btn i {
  margin-top: 5px;
  margin-left: 10px;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.slider-layout1 .slide-1 .slider-btn-area a.item-btn:hover,
.slider-layout1 .slide-2 .slider-btn-area a.item-btn:hover,
.slider-layout1 .slide-3 .slider-btn-area a.item-btn:hover {
  background-color: #fff;
  color: #e8a828;
}
.slider-layout1 .slide-1 .slider-btn-area a.item-btn:hover i,
.slider-layout1 .slide-2 .slider-btn-area a.item-btn:hover i,
.slider-layout1 .slide-3 .slider-btn-area a.item-btn:hover i {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}
@media only screen and (max-width: 991px) {
  .slider-layout1 .slide-1 .slider-btn-area a.item-btn,
  .slider-layout1 .slide-2 .slider-btn-area a.item-btn,
  .slider-layout1 .slide-3 .slider-btn-area a.item-btn {
    padding: 10px 16px 8px;
    font-size: 14px;
  }
  .slider-layout1 .slide-1 .slider-btn-area a.item-btn i,
  .slider-layout1 .slide-2 .slider-btn-area a.item-btn i,
  .slider-layout1 .slide-3 .slider-btn-area a.item-btn i {
    font-size: 13px;
    margin-left: 5px;
  }
}
.slider-layout1 .slide-1 .slider-btn-area a.item-light-btn,
.slider-layout1 .slide-2 .slider-btn-area a.item-light-btn,
.slider-layout1 .slide-3 .slider-btn-area a.item-light-btn {
  padding: 14px 25px;
  display: inline-block;
  text-transform: uppercase;
  background-color: #ffffff;
  font-weight: 500;
  border: 1px solid;
  border-color: #ffffff;
  font-size: 15px;
  color: #07ccec;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.slider-layout1 .slide-1 .slider-btn-area a.item-light-btn i,
.slider-layout1 .slide-2 .slider-btn-area a.item-light-btn i,
.slider-layout1 .slide-3 .slider-btn-area a.item-light-btn i {
  color: #07ccec;
  margin-top: 5px;
  margin-left: 10px;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.slider-layout1 .slide-1 .slider-btn-area a.item-light-btn:hover,
.slider-layout1 .slide-2 .slider-btn-area a.item-light-btn:hover,
.slider-layout1 .slide-3 .slider-btn-area a.item-light-btn:hover {
  background-color: transparent;
  color: #ffffff;
}
.slider-layout1 .slide-1 .slider-btn-area a.item-light-btn:hover i,
.slider-layout1 .slide-2 .slider-btn-area a.item-light-btn:hover i,
.slider-layout1 .slide-3 .slider-btn-area a.item-light-btn:hover i {
  color: #ffffff;
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}
@media only screen and (max-width: 991px) {
  .slider-layout1 .slide-1 .slider-btn-area a.item-light-btn,
  .slider-layout1 .slide-2 .slider-btn-area a.item-light-btn,
  .slider-layout1 .slide-3 .slider-btn-area a.item-light-btn {
    padding: 12px 20px 10px;
    font-size: 14px;
  }
  .slider-layout1 .slide-1 .slider-btn-area a.item-light-btn i,
  .slider-layout1 .slide-2 .slider-btn-area a.item-light-btn i,
  .slider-layout1 .slide-3 .slider-btn-area a.item-light-btn i {
    font-size: 13px;
    margin-left: 5px;
  }
}
@media only screen and (max-width: 575px) {
  .slider-layout1 .slide-1 .slider-btn-area,
  .slider-layout1 .slide-2 .slider-btn-area,
  .slider-layout1 .slide-3 .slider-btn-area {
    text-align: center;
    margin-top: 0;
  }
}
.slider-layout2 .nivo-caption {
  top: -35px;
}
@media only screen and (max-width: 1199px) {
  .slider-layout2 .nivo-caption {
    top: 0;
  }
}
.slider-layout2 .nivo-directionNav a {
  top: 40%;
}
@media only screen and (max-width: 1199px) {
  .slider-layout2 .nivo-directionNav a {
    top: 43%;
  }
}
.slider-layout2 .slide-1 .text-box,
.slider-layout2 .slide-2 .text-box,
.slider-layout2 .slide-3 .text-box {
  background-color: #ffffff;
  width: 60rem;
  padding: 4rem 5rem;
}
@media only screen and (max-width: 767px) {
  .slider-layout2 .slide-1 .text-box,
  .slider-layout2 .slide-2 .text-box,
  .slider-layout2 .slide-3 .text-box {
    padding: 3rem;
    width: 100%;
  }
}
.slider-layout2 .slide-1 .text-box div.slider-big-text,
.slider-layout2 .slide-2 .text-box div.slider-big-text,
.slider-layout2 .slide-3 .text-box div.slider-big-text {
  font-size: 4.4rem;
  text-transform: capitalize;
  color: #111111;
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .slider-layout2 .slide-1 .text-box div.slider-big-text,
  .slider-layout2 .slide-2 .text-box div.slider-big-text,
  .slider-layout2 .slide-3 .text-box div.slider-big-text {
    font-size: 4rem;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 575px) {
  .slider-layout2 .slide-1 .text-box div.slider-big-text,
  .slider-layout2 .slide-2 .text-box div.slider-big-text,
  .slider-layout2 .slide-3 .text-box div.slider-big-text {
    font-size: 3rem;
    text-align: center;
  }
}
.slider-layout2 .slide-1 .text-box div.slider-big-text span,
.slider-layout2 .slide-2 .text-box div.slider-big-text span,
.slider-layout2 .slide-3 .text-box div.slider-big-text span {
  font-weight: 400;
  display: block;
}
.slider-layout2 .slide-1 .text-box .slider-big-text.padding-right,
.slider-layout2 .slide-2 .text-box .slider-big-text.padding-right,
.slider-layout2 .slide-3 .text-box .slider-big-text.padding-right,
.slider-layout2 .slide-1 .text-box .slider-paragraph.padding-right,
.slider-layout2 .slide-2 .text-box .slider-paragraph.padding-right,
.slider-layout2 .slide-3 .text-box .slider-paragraph.padding-right {
  padding-right: 60%;
}
.slider-layout2 .slide-1 .text-box .slider-paragraph,
.slider-layout2 .slide-2 .text-box .slider-paragraph,
.slider-layout2 .slide-3 .text-box .slider-paragraph {
  margin: 0 0 20px;
}
@media only screen and (max-width: 1199px) {
  .slider-layout2 .slide-1 .text-box .slider-paragraph,
  .slider-layout2 .slide-2 .text-box .slider-paragraph,
  .slider-layout2 .slide-3 .text-box .slider-paragraph {
    display: none;
  }
}
.slider-layout2 .slide-1 .text-box .slider-btn-area,
.slider-layout2 .slide-2 .text-box .slider-btn-area,
.slider-layout2 .slide-3 .text-box .slider-btn-area {
  margin-top: 40px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .slider-layout2 .slide-1 .text-box .slider-btn-area,
  .slider-layout2 .slide-2 .text-box .slider-btn-area,
  .slider-layout2 .slide-3 .text-box .slider-btn-area {
    display: none;
  }
}
.slider-layout2 .slide-1 .text-box .slider-btn-area a.item-btn,
.slider-layout2 .slide-2 .text-box .slider-btn-area a.item-btn,
.slider-layout2 .slide-3 .text-box .slider-btn-area a.item-btn {
  padding: 14px 25px;
  text-transform: uppercase;
  background-color: #07ccec;
  color: #ffffff;
  display: inline-block;
  font-weight: 500;
  border: 1px solid;
  border-color: #07ccec;
  font-size: 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.slider-layout2 .slide-1 .text-box .slider-btn-area a.item-btn:last-child,
.slider-layout2 .slide-2 .text-box .slider-btn-area a.item-btn:last-child,
.slider-layout2 .slide-3 .text-box .slider-btn-area a.item-btn:last-child {
  margin-right: 0;
}
.slider-layout2 .slide-1 .text-box .slider-btn-area a.item-btn i,
.slider-layout2 .slide-2 .text-box .slider-btn-area a.item-btn i,
.slider-layout2 .slide-3 .text-box .slider-btn-area a.item-btn i {
  margin-top: 5px;
  margin-left: 10px;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.slider-layout2 .slide-1 .text-box .slider-btn-area a.item-btn:hover,
.slider-layout2 .slide-2 .text-box .slider-btn-area a.item-btn:hover,
.slider-layout2 .slide-3 .text-box .slider-btn-area a.item-btn:hover {
  background-color: #2055e4;
  color: #ffffff;
}
.slider-layout2 .slide-1 .text-box .slider-btn-area a.item-btn:hover i,
.slider-layout2 .slide-2 .text-box .slider-btn-area a.item-btn:hover i,
.slider-layout2 .slide-3 .text-box .slider-btn-area a.item-btn:hover i {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}
@media only screen and (max-width: 991px) {
  .slider-layout2 .slide-1 .text-box .slider-btn-area a.item-btn,
  .slider-layout2 .slide-2 .text-box .slider-btn-area a.item-btn,
  .slider-layout2 .slide-3 .text-box .slider-btn-area a.item-btn {
    padding: 12px 20px 10px;
    font-size: 14px;
  }
  .slider-layout2 .slide-1 .text-box .slider-btn-area a.item-btn i,
  .slider-layout2 .slide-2 .text-box .slider-btn-area a.item-btn i,
  .slider-layout2 .slide-3 .text-box .slider-btn-area a.item-btn i {
    font-size: 13px;
    margin-left: 5px;
  }
}
.slider-layout2 .slide-1 .text-box .slider-btn-area a.item-light-btn,
.slider-layout2 .slide-2 .text-box .slider-btn-area a.item-light-btn,
.slider-layout2 .slide-3 .text-box .slider-btn-area a.item-light-btn {
  padding: 14px 25px;
  display: inline-block;
  text-transform: uppercase;
  background-color: #ffffff;
  font-weight: 500;
  border: 1px solid;
  border-color: #ffffff;
  font-size: 15px;
  color: #07ccec;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.slider-layout2 .slide-1 .text-box .slider-btn-area a.item-light-btn i,
.slider-layout2 .slide-2 .text-box .slider-btn-area a.item-light-btn i,
.slider-layout2 .slide-3 .text-box .slider-btn-area a.item-light-btn i {
  color: #07ccec;
  margin-top: 5px;
  margin-left: 10px;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.slider-layout2 .slide-1 .text-box .slider-btn-area a.item-light-btn:hover,
.slider-layout2 .slide-2 .text-box .slider-btn-area a.item-light-btn:hover,
.slider-layout2 .slide-3 .text-box .slider-btn-area a.item-light-btn:hover {
  background-color: transparent;
  color: #ffffff;
}
.slider-layout2 .slide-1 .text-box .slider-btn-area a.item-light-btn:hover i,
.slider-layout2 .slide-2 .text-box .slider-btn-area a.item-light-btn:hover i,
.slider-layout2 .slide-3 .text-box .slider-btn-area a.item-light-btn:hover i {
  color: #ffffff;
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}
@media only screen and (max-width: 991px) {
  .slider-layout2 .slide-1 .text-box .slider-btn-area a.item-light-btn,
  .slider-layout2 .slide-2 .text-box .slider-btn-area a.item-light-btn,
  .slider-layout2 .slide-3 .text-box .slider-btn-area a.item-light-btn {
    padding: 12px 20px 10px;
    font-size: 14px;
  }
  .slider-layout2 .slide-1 .text-box .slider-btn-area a.item-light-btn i,
  .slider-layout2 .slide-2 .text-box .slider-btn-area a.item-light-btn i,
  .slider-layout2 .slide-3 .text-box .slider-btn-area a.item-light-btn i {
    font-size: 13px;
    margin-left: 5px;
  }
}
@media only screen and (max-width: 575px) {
  .slider-layout2 .slide-1 .text-box .slider-btn-area,
  .slider-layout2 .slide-2 .text-box .slider-btn-area,
  .slider-layout2 .slide-3 .text-box .slider-btn-area {
    display: none;
  }
}
.slider-layout3 .nivo-caption {
  top: 0;
}
@media only screen and (max-width: 575px) {
  .slider-layout3 .nivo-caption {
    top: 20px;
  }
}
.slider-layout3 .slide-1 div.slider-big-text,
.slider-layout3 .slide-2 div.slider-big-text,
.slider-layout3 .slide-3 div.slider-big-text {
  font-size: 4.4rem;
  text-transform: capitalize;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 20px;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .slider-layout3 .slide-1 div.slider-big-text,
  .slider-layout3 .slide-2 div.slider-big-text,
  .slider-layout3 .slide-3 div.slider-big-text {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 575px) {
  .slider-layout3 .slide-1 div.slider-big-text,
  .slider-layout3 .slide-2 div.slider-big-text,
  .slider-layout3 .slide-3 div.slider-big-text {
    font-size: 3rem;
    text-align: center;
  }
}
.slider-layout3 .slide-1 div.slider-big-text span,
.slider-layout3 .slide-2 div.slider-big-text span,
.slider-layout3 .slide-3 div.slider-big-text span {
  font-weight: 700;
  display: block;
}
.slider-layout3 .slide-1 .slider-big-text.padding-right,
.slider-layout3 .slide-2 .slider-big-text.padding-right,
.slider-layout3 .slide-3 .slider-big-text.padding-right,
.slider-layout3 .slide-1 .slider-paragraph.padding-right,
.slider-layout3 .slide-2 .slider-paragraph.padding-right,
.slider-layout3 .slide-3 .slider-paragraph.padding-right {
  padding-right: 65%;
}
@media only screen and (max-width: 1399px) {
  .slider-layout3 .slide-1 .slider-big-text.padding-right,
  .slider-layout3 .slide-2 .slider-big-text.padding-right,
  .slider-layout3 .slide-3 .slider-big-text.padding-right,
  .slider-layout3 .slide-1 .slider-paragraph.padding-right,
  .slider-layout3 .slide-2 .slider-paragraph.padding-right,
  .slider-layout3 .slide-3 .slider-paragraph.padding-right {
    padding-right: 60%;
  }
}
@media only screen and (max-width: 1199px) {
  .slider-layout3 .slide-1 .slider-big-text.padding-right,
  .slider-layout3 .slide-2 .slider-big-text.padding-right,
  .slider-layout3 .slide-3 .slider-big-text.padding-right,
  .slider-layout3 .slide-1 .slider-paragraph.padding-right,
  .slider-layout3 .slide-2 .slider-paragraph.padding-right,
  .slider-layout3 .slide-3 .slider-paragraph.padding-right {
    padding-right: 50%;
  }
}
@media only screen and (max-width: 991px) {
  .slider-layout3 .slide-1 .slider-big-text.padding-right,
  .slider-layout3 .slide-2 .slider-big-text.padding-right,
  .slider-layout3 .slide-3 .slider-big-text.padding-right,
  .slider-layout3 .slide-1 .slider-paragraph.padding-right,
  .slider-layout3 .slide-2 .slider-paragraph.padding-right,
  .slider-layout3 .slide-3 .slider-paragraph.padding-right {
    padding-right: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .slider-layout3 .slide-1 .slider-big-text.padding-right,
  .slider-layout3 .slide-2 .slider-big-text.padding-right,
  .slider-layout3 .slide-3 .slider-big-text.padding-right,
  .slider-layout3 .slide-1 .slider-paragraph.padding-right,
  .slider-layout3 .slide-2 .slider-paragraph.padding-right,
  .slider-layout3 .slide-3 .slider-paragraph.padding-right {
    padding-right: 30%;
  }
}
@media only screen and (max-width: 575px) {
  .slider-layout3 .slide-1 .slider-big-text.padding-right,
  .slider-layout3 .slide-2 .slider-big-text.padding-right,
  .slider-layout3 .slide-3 .slider-big-text.padding-right,
  .slider-layout3 .slide-1 .slider-paragraph.padding-right,
  .slider-layout3 .slide-2 .slider-paragraph.padding-right,
  .slider-layout3 .slide-3 .slider-paragraph.padding-right {
    padding-right: 0%;
  }
}
.slider-layout3 .slide-1 .slider-paragraph,
.slider-layout3 .slide-2 .slider-paragraph,
.slider-layout3 .slide-3 .slider-paragraph {
  margin: 0 0 20px;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .slider-layout3 .slide-1 .slider-paragraph,
  .slider-layout3 .slide-2 .slider-paragraph,
  .slider-layout3 .slide-3 .slider-paragraph {
    display: none;
  }
}
.slider-layout3 .slide-1 .slider-btn-area,
.slider-layout3 .slide-2 .slider-btn-area,
.slider-layout3 .slide-3 .slider-btn-area {
  margin-top: 40px;
  margin-bottom: 5px;
}
.slider-layout3 .slide-1 .slider-btn-area a.item-btn,
.slider-layout3 .slide-2 .slider-btn-area a.item-btn,
.slider-layout3 .slide-3 .slider-btn-area a.item-btn {
  padding: 14px 25px;
  text-transform: uppercase;
  background-color: #07ccec;
  color: #ffffff;
  display: inline-block;
  font-weight: 500;
  border: 1px solid;
  border-color: #07ccec;
  font-size: 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.slider-layout3 .slide-1 .slider-btn-area a.item-btn:last-child,
.slider-layout3 .slide-2 .slider-btn-area a.item-btn:last-child,
.slider-layout3 .slide-3 .slider-btn-area a.item-btn:last-child {
  margin-right: 0;
}
.slider-layout3 .slide-1 .slider-btn-area a.item-btn i,
.slider-layout3 .slide-2 .slider-btn-area a.item-btn i,
.slider-layout3 .slide-3 .slider-btn-area a.item-btn i {
  margin-top: 5px;
  margin-left: 10px;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.slider-layout3 .slide-1 .slider-btn-area a.item-btn:hover,
.slider-layout3 .slide-2 .slider-btn-area a.item-btn:hover,
.slider-layout3 .slide-3 .slider-btn-area a.item-btn:hover {
  background-color: #2055e4;
  color: #ffffff;
}
.slider-layout3 .slide-1 .slider-btn-area a.item-btn:hover i,
.slider-layout3 .slide-2 .slider-btn-area a.item-btn:hover i,
.slider-layout3 .slide-3 .slider-btn-area a.item-btn:hover i {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}
@media only screen and (max-width: 991px) {
  .slider-layout3 .slide-1 .slider-btn-area a.item-btn,
  .slider-layout3 .slide-2 .slider-btn-area a.item-btn,
  .slider-layout3 .slide-3 .slider-btn-area a.item-btn {
    padding: 12px 20px 10px;
    font-size: 14px;
  }
  .slider-layout3 .slide-1 .slider-btn-area a.item-btn i,
  .slider-layout3 .slide-2 .slider-btn-area a.item-btn i,
  .slider-layout3 .slide-3 .slider-btn-area a.item-btn i {
    font-size: 13px;
    margin-left: 5px;
  }
}
.slider-layout3 .slide-1 .slider-btn-area a.item-light-btn,
.slider-layout3 .slide-2 .slider-btn-area a.item-light-btn,
.slider-layout3 .slide-3 .slider-btn-area a.item-light-btn {
  padding: 14px 25px;
  display: inline-block;
  text-transform: uppercase;
  background-color: #ffffff;
  font-weight: 500;
  border: 1px solid;
  border-color: #ffffff;
  font-size: 15px;
  color: #07ccec;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.slider-layout3 .slide-1 .slider-btn-area a.item-light-btn i,
.slider-layout3 .slide-2 .slider-btn-area a.item-light-btn i,
.slider-layout3 .slide-3 .slider-btn-area a.item-light-btn i {
  color: #07ccec;
  margin-top: 5px;
  margin-left: 10px;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.slider-layout3 .slide-1 .slider-btn-area a.item-light-btn:hover,
.slider-layout3 .slide-2 .slider-btn-area a.item-light-btn:hover,
.slider-layout3 .slide-3 .slider-btn-area a.item-light-btn:hover {
  background-color: transparent;
  color: #ffffff;
}
.slider-layout3 .slide-1 .slider-btn-area a.item-light-btn:hover i,
.slider-layout3 .slide-2 .slider-btn-area a.item-light-btn:hover i,
.slider-layout3 .slide-3 .slider-btn-area a.item-light-btn:hover i {
  color: #ffffff;
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}
@media only screen and (max-width: 991px) {
  .slider-layout3 .slide-1 .slider-btn-area a.item-light-btn,
  .slider-layout3 .slide-2 .slider-btn-area a.item-light-btn,
  .slider-layout3 .slide-3 .slider-btn-area a.item-light-btn {
    padding: 12px 20px 10px;
    font-size: 14px;
  }
  .slider-layout3 .slide-1 .slider-btn-area a.item-light-btn i,
  .slider-layout3 .slide-2 .slider-btn-area a.item-light-btn i,
  .slider-layout3 .slide-3 .slider-btn-area a.item-light-btn i {
    font-size: 13px;
    margin-left: 5px;
  }
}
@media only screen and (max-width: 575px) {
  .slider-layout3 .slide-1 .slider-btn-area,
  .slider-layout3 .slide-2 .slider-btn-area,
  .slider-layout3 .slide-3 .slider-btn-area {
    display: none;
  }
}
.slider-layout4 .nivo-caption {
  top: -65px;
}
@media only screen and (max-width: 1199px) {
  .slider-layout4 .nivo-caption {
    top: 0;
  }
}
@media only screen and (max-width: 575px) {
  .slider-layout4 .nivo-caption {
    top: 10px;
  }
}
.slider-layout4 .nivo-directionNav a {
  top: 45%;
}
.slider-layout4 .slide-1 div.slider-big-text,
.slider-layout4 .slide-2 div.slider-big-text,
.slider-layout4 .slide-3 div.slider-big-text {
  font-size: 4.4rem;
  text-transform: capitalize;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 20px;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .slider-layout4 .slide-1 div.slider-big-text,
  .slider-layout4 .slide-2 div.slider-big-text,
  .slider-layout4 .slide-3 div.slider-big-text {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 575px) {
  .slider-layout4 .slide-1 div.slider-big-text,
  .slider-layout4 .slide-2 div.slider-big-text,
  .slider-layout4 .slide-3 div.slider-big-text {
    font-size: 3rem;
    text-align: center;
  }
}
.slider-layout4 .slide-1 div.slider-big-text span,
.slider-layout4 .slide-2 div.slider-big-text span,
.slider-layout4 .slide-3 div.slider-big-text span {
  font-weight: 700;
  display: block;
}
.slider-layout4 .slide-1 .slider-big-text.padding-right,
.slider-layout4 .slide-2 .slider-big-text.padding-right,
.slider-layout4 .slide-3 .slider-big-text.padding-right,
.slider-layout4 .slide-1 .slider-paragraph.padding-right,
.slider-layout4 .slide-2 .slider-paragraph.padding-right,
.slider-layout4 .slide-3 .slider-paragraph.padding-right {
  padding-right: 65%;
}
@media only screen and (max-width: 1399px) {
  .slider-layout4 .slide-1 .slider-big-text.padding-right,
  .slider-layout4 .slide-2 .slider-big-text.padding-right,
  .slider-layout4 .slide-3 .slider-big-text.padding-right,
  .slider-layout4 .slide-1 .slider-paragraph.padding-right,
  .slider-layout4 .slide-2 .slider-paragraph.padding-right,
  .slider-layout4 .slide-3 .slider-paragraph.padding-right {
    padding-right: 60%;
  }
}
@media only screen and (max-width: 1199px) {
  .slider-layout4 .slide-1 .slider-big-text.padding-right,
  .slider-layout4 .slide-2 .slider-big-text.padding-right,
  .slider-layout4 .slide-3 .slider-big-text.padding-right,
  .slider-layout4 .slide-1 .slider-paragraph.padding-right,
  .slider-layout4 .slide-2 .slider-paragraph.padding-right,
  .slider-layout4 .slide-3 .slider-paragraph.padding-right {
    padding-right: 50%;
  }
}
@media only screen and (max-width: 991px) {
  .slider-layout4 .slide-1 .slider-big-text.padding-right,
  .slider-layout4 .slide-2 .slider-big-text.padding-right,
  .slider-layout4 .slide-3 .slider-big-text.padding-right,
  .slider-layout4 .slide-1 .slider-paragraph.padding-right,
  .slider-layout4 .slide-2 .slider-paragraph.padding-right,
  .slider-layout4 .slide-3 .slider-paragraph.padding-right {
    padding-right: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .slider-layout4 .slide-1 .slider-big-text.padding-right,
  .slider-layout4 .slide-2 .slider-big-text.padding-right,
  .slider-layout4 .slide-3 .slider-big-text.padding-right,
  .slider-layout4 .slide-1 .slider-paragraph.padding-right,
  .slider-layout4 .slide-2 .slider-paragraph.padding-right,
  .slider-layout4 .slide-3 .slider-paragraph.padding-right {
    padding-right: 30%;
  }
}
@media only screen and (max-width: 575px) {
  .slider-layout4 .slide-1 .slider-big-text.padding-right,
  .slider-layout4 .slide-2 .slider-big-text.padding-right,
  .slider-layout4 .slide-3 .slider-big-text.padding-right,
  .slider-layout4 .slide-1 .slider-paragraph.padding-right,
  .slider-layout4 .slide-2 .slider-paragraph.padding-right,
  .slider-layout4 .slide-3 .slider-paragraph.padding-right {
    padding-right: 0%;
  }
}
.slider-layout4 .slide-1 .slider-paragraph,
.slider-layout4 .slide-2 .slider-paragraph,
.slider-layout4 .slide-3 .slider-paragraph {
  margin: 0 0 20px;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .slider-layout4 .slide-1 .slider-paragraph,
  .slider-layout4 .slide-2 .slider-paragraph,
  .slider-layout4 .slide-3 .slider-paragraph {
    display: none;
  }
}
.slider-layout4 .slide-1 .slider-btn-area,
.slider-layout4 .slide-2 .slider-btn-area,
.slider-layout4 .slide-3 .slider-btn-area {
  margin-top: 40px;
  margin-bottom: 5px;
}
.slider-layout4 .slide-1 .slider-btn-area a.item-btn,
.slider-layout4 .slide-2 .slider-btn-area a.item-btn,
.slider-layout4 .slide-3 .slider-btn-area a.item-btn {
  padding: 14px 25px;
  text-transform: uppercase;
  background-color: #07ccec;
  color: #ffffff;
  display: inline-block;
  font-weight: 500;
  border: 1px solid;
  border-color: #07ccec;
  font-size: 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.slider-layout4 .slide-1 .slider-btn-area a.item-btn:last-child,
.slider-layout4 .slide-2 .slider-btn-area a.item-btn:last-child,
.slider-layout4 .slide-3 .slider-btn-area a.item-btn:last-child {
  margin-right: 0;
}
.slider-layout4 .slide-1 .slider-btn-area a.item-btn i,
.slider-layout4 .slide-2 .slider-btn-area a.item-btn i,
.slider-layout4 .slide-3 .slider-btn-area a.item-btn i {
  margin-top: 5px;
  margin-left: 10px;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.slider-layout4 .slide-1 .slider-btn-area a.item-btn:hover,
.slider-layout4 .slide-2 .slider-btn-area a.item-btn:hover,
.slider-layout4 .slide-3 .slider-btn-area a.item-btn:hover {
  background-color: #fff;
  color: #e8a828;
}
.slider-layout4 .slide-1 .slider-btn-area a.item-btn:hover i,
.slider-layout4 .slide-2 .slider-btn-area a.item-btn:hover i,
.slider-layout4 .slide-3 .slider-btn-area a.item-btn:hover i {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}
@media only screen and (max-width: 991px) {
  .slider-layout4 .slide-1 .slider-btn-area a.item-btn,
  .slider-layout4 .slide-2 .slider-btn-area a.item-btn,
  .slider-layout4 .slide-3 .slider-btn-area a.item-btn {
    padding: 12px 20px 10px;
    font-size: 14px;
  }
  .slider-layout4 .slide-1 .slider-btn-area a.item-btn i,
  .slider-layout4 .slide-2 .slider-btn-area a.item-btn i,
  .slider-layout4 .slide-3 .slider-btn-area a.item-btn i {
    font-size: 13px;
    margin-left: 5px;
  }
}
.slider-layout4 .slide-1 .slider-btn-area a.item-light-btn,
.slider-layout4 .slide-2 .slider-btn-area a.item-light-btn,
.slider-layout4 .slide-3 .slider-btn-area a.item-light-btn {
  padding: 14px 25px;
  display: inline-block;
  text-transform: uppercase;
  background-color: #ffffff;
  font-weight: 500;
  border: 1px solid;
  border-color: #ffffff;
  font-size: 15px;
  color: #07ccec;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.slider-layout4 .slide-1 .slider-btn-area a.item-light-btn i,
.slider-layout4 .slide-2 .slider-btn-area a.item-light-btn i,
.slider-layout4 .slide-3 .slider-btn-area a.item-light-btn i {
  color: #07ccec;
  margin-top: 5px;
  margin-left: 10px;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.slider-layout4 .slide-1 .slider-btn-area a.item-light-btn:hover,
.slider-layout4 .slide-2 .slider-btn-area a.item-light-btn:hover,
.slider-layout4 .slide-3 .slider-btn-area a.item-light-btn:hover {
  background-color: transparent;
  color: #ffffff;
}
.slider-layout4 .slide-1 .slider-btn-area a.item-light-btn:hover i,
.slider-layout4 .slide-2 .slider-btn-area a.item-light-btn:hover i,
.slider-layout4 .slide-3 .slider-btn-area a.item-light-btn:hover i {
  color: #ffffff;
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}
@media only screen and (max-width: 991px) {
  .slider-layout4 .slide-1 .slider-btn-area a.item-light-btn,
  .slider-layout4 .slide-2 .slider-btn-area a.item-light-btn,
  .slider-layout4 .slide-3 .slider-btn-area a.item-light-btn {
    padding: 12px 20px 10px;
    font-size: 14px;
  }
  .slider-layout4 .slide-1 .slider-btn-area a.item-light-btn i,
  .slider-layout4 .slide-2 .slider-btn-area a.item-light-btn i,
  .slider-layout4 .slide-3 .slider-btn-area a.item-light-btn i {
    font-size: 13px;
    margin-left: 5px;
  }
}
@media only screen and (max-width: 575px) {
  .slider-layout4 .slide-1 .slider-btn-area,
  .slider-layout4 .slide-2 .slider-btn-area,
  .slider-layout4 .slide-3 .slider-btn-area {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 830px) {
  .slider-layout1 .slider-big-text,
  .slider-area .nivo-caption p,
  .slider-layout1 .slider-btn-area {
    padding-left: 20px;
  }
}
.slider-layout1 .slide-1 .slider-big-text {
  -webkit-animation: fadeInRight 1300ms ease-in-out;
  -moz-animation: fadeInRight 1300ms ease-in-out;
  -ms-animation: fadeInRight 1300ms ease-in-out;
  animation: fadeInRight 1300ms ease-in-out;
}
.slider-layout1 .slide-1 .slider-big-text.kedua {
  font-family: 'Roboto', sans-serif;
  -webkit-animation: fadeInRight 1700ms ease-in-out;
  -moz-animation: fadeInRight 1700ms ease-in-out;
  -ms-animation: fadeInRight 1700ms ease-in-out;
  animation: fadeInRight 1700ms ease-in-out;
}
.slider-layout1 .slide-1 .slider-paragraph {
  color: rgb(50, 50, 50);
  -webkit-animation: fadeInRight 1500ms ease-in-out;
  -moz-animation: fadeInRight 1500ms ease-in-out;
  -ms-animation: fadeInRight 1500ms ease-in-out;
  animation: fadeInRight 1500ms ease-in-out;
}
.slider-layout1 .slide-1 .slider-btn-area {
  -webkit-animation: fadeInRight 2200ms ease-in-out;
  -moz-animation: fadeInRight 2200ms ease-in-out;
  -ms-animation: fadeInRight 2200ms ease-in-out;
  animation: fadeInRight 2200ms ease-in-out;
}
.slider-layout1 .slide-1 .play-btn {
  -webkit-animation: zoomIn 1000ms ease-in-out;
  -moz-animation: zoomIn 1000ms ease-in-out;
  -ms-animation: zoomIn 1000ms ease-in-out;
  animation: zoomIn 1000ms ease-in-out;
}
.slider-layout1 .slide-2 .slider-big-text {
  -webkit-animation: fadeInLeft 1000ms ease-in-out;
  -moz-animation: fadeInLeft 1000ms ease-in-out;
  -ms-animation: fadeInLeft 1000ms ease-in-out;
  animation: fadeInLeft 1000ms ease-in-out;
}
.slider-layout1 .slide-2 .slider-paragraph {
  color: #000;
  -webkit-animation: fadeInLeft 1500ms ease-in-out;
  -moz-animation: fadeInLeft 1500ms ease-in-out;
  -ms-animation: fadeInLeft 1500ms ease-in-out;
  animation: fadeInLeft 1500ms ease-in-out;
}
.slider-layout1 .slide-2 .slider-btn-area {
  -webkit-animation: fadeInLeft 2000ms ease-in-out;
  -moz-animation: fadeInLeft 2000ms ease-in-out;
  -ms-animation: fadeInLeft 2000ms ease-in-out;
  animation: fadeInLeft 2000ms ease-in-out;
}
.slider-layout1 .slide-3 .slider-big-text {
  -webkit-animation: bounceInDown 1000ms ease-in-out;
  -moz-animation: bounceInDown 1000ms ease-in-out;
  -ms-animation: bounceInDown 1000ms ease-in-out;
  animation: bounceInDown 1000ms ease-in-out;
}
.slider-layout1 .slide-3 .slider-paragraph {
  color: #000;
  -webkit-animation: zoomIn 1500ms ease-in-out;
  -moz-animation: zoomIn 1500ms ease-in-out;
  -ms-animation: zoomIn 1500ms ease-in-out;
  animation: zoomIn 1500ms ease-in-out;
}
.slider-layout1 .slide-3 .slider-btn-area {
  -webkit-animation: bounceInUp 2000ms ease-in-out;
  -moz-animation: bounceInUp 2000ms ease-in-out;
  -ms-animation: bounceInUp 2000ms ease-in-out;
  animation: bounceInUp 2000ms ease-in-out;
}
.slider-layout2 .slide-1 .text-box {
  -webkit-animation: fadeInRight 500ms ease-in-out;
  -moz-animation: fadeInRight 500ms ease-in-out;
  -ms-animation: fadeInRight 500ms ease-in-out;
  animation: fadeInRight 500ms ease-in-out;
}
.slider-layout2 .slide-2 .text-box {
  -webkit-animation: fadeInLeft 1000ms ease-in-out;
  -moz-animation: fadeInLeft 1000ms ease-in-out;
  -ms-animation: fadeInLeft 1000ms ease-in-out;
  animation: fadeInLeft 1000ms ease-in-out;
}
.slider-layout2 .slide-3 .text-box {
  -webkit-animation: bounceInDown 1500ms ease-in-out;
  -moz-animation: bounceInDown 1500ms ease-in-out;
  -ms-animation: bounceInDown 1500ms ease-in-out;
  animation: bounceInDown 1500ms ease-in-out;
}
.slider-layout3 .slide-1 .slider-big-text {
  -webkit-animation: fadeInRight 1000ms ease-in-out;
  -moz-animation: fadeInRight 1000ms ease-in-out;
  -ms-animation: fadeInRight 1000ms ease-in-out;
  animation: fadeInRight 1000ms ease-in-out;
}
.slider-layout3 .slide-1 .slider-paragraph {
  -webkit-animation: fadeInRight 1500ms ease-in-out;
  -moz-animation: fadeInRight 1500ms ease-in-out;
  -ms-animation: fadeInRight 1500ms ease-in-out;
  animation: fadeInRight 1500ms ease-in-out;
}
.slider-layout3 .slide-1 .slider-btn-area {
  -webkit-animation: fadeInRight 2000ms ease-in-out;
  -moz-animation: fadeInRight 2000ms ease-in-out;
  -ms-animation: fadeInRight 2000ms ease-in-out;
  animation: fadeInRight 2000ms ease-in-out;
}
.slider-layout3 .slide-2 .slider-big-text {
  -webkit-animation: fadeInLeft 1000ms ease-in-out;
  -moz-animation: fadeInLeft 1000ms ease-in-out;
  -ms-animation: fadeInLeft 1000ms ease-in-out;
  animation: fadeInLeft 1000ms ease-in-out;
}
.slider-layout3 .slide-2 .slider-paragraph {
  -webkit-animation: fadeInLeft 1500ms ease-in-out;
  -moz-animation: fadeInLeft 1500ms ease-in-out;
  -ms-animation: fadeInLeft 1500ms ease-in-out;
  animation: fadeInLeft 1500ms ease-in-out;
}
.slider-layout3 .slide-2 .slider-btn-area {
  -webkit-animation: fadeInLeft 2000ms ease-in-out;
  -moz-animation: fadeInLeft 2000ms ease-in-out;
  -ms-animation: fadeInLeft 2000ms ease-in-out;
  animation: fadeInLeft 2000ms ease-in-out;
}
.slider-layout3 .slide-3 .slider-big-text {
  -webkit-animation: bounceInDown 1000ms ease-in-out;
  -moz-animation: bounceInDown 1000ms ease-in-out;
  -ms-animation: bounceInDown 1000ms ease-in-out;
  animation: bounceInDown 1000ms ease-in-out;
}
.slider-layout3 .slide-3 .slider-paragraph {
  -webkit-animation: zoomIn 1500ms ease-in-out;
  -moz-animation: zoomIn 1500ms ease-in-out;
  -ms-animation: zoomIn 1500ms ease-in-out;
  animation: zoomIn 1500ms ease-in-out;
}
.slider-layout3 .slide-3 .slider-btn-area {
  -webkit-animation: bounceInUp 2000ms ease-in-out;
  -moz-animation: bounceInUp 2000ms ease-in-out;
  -ms-animation: bounceInUp 2000ms ease-in-out;
  animation: bounceInUp 2000ms ease-in-out;
}
/*=======================================================================
[07] About Area Style
=========================================================================*/
.about-wrap-layout1 {
  padding: 10rem 0 0;
}

.about-wrap-layout2 {
  padding: 9.3rem 0 6.3rem;
}
@media only screen and (max-width: 991px) {
  .about-wrap-layout2 {
    padding-bottom: 0;
  }
}
.about-wrap-layout3 {
  padding: 9.2rem 7rem 6.5rem;
}
@media only screen and (max-width: 1024px) {
  .about-wrap-layout3 {
    padding: 4.5rem 2rem;
  }
}
.about-wrap-layout4 {
  padding: 10rem 0 5rem;
}
.about-wrap-layout4.pelayanan-rsgm {
  padding: 5rem 0 1rem;
}
.about-wrap-layout5 {
  padding: 10rem 0;
}

@media only screen and (max-width: 991px) {
  .about-wrap-layout5 {
    padding: 8rem 0;
  }
}

.about-wrap-layout5.profil-unmas.bag1 {
  padding: 10rem 0 0;
}

@media only screen and (max-width: 991px) {
  .about-wrap-layout5.profil-unmas.bag1 {
    padding: 8rem 0 0;
  }
}


.about-wrap-layout5.pelayanan-rsgm {
  padding: 8rem 0 5rem;
}
.about-wrap-layout5.pelayanan-rsgm.bag1 {
  padding: 10rem 0 4rem;
}
@media only screen and (max-width: 991px) {
  .about-wrap-layout5.pelayanan-rsgm.bag1 {
    padding: 8rem 0 4rem;
  }
}
.about-wrap-layout5.pelayanan-rsgm.bag2 {
  padding-top: 2rem;
}
.about-wrap-layout5.pelayanan-rsgm.bag3 {
  padding-top: 10rem;
  margin-top: -7rem;
}
.about-wrap-layout5.pelayanan-rsgm.bag3 .about-box-layout13 .item-title {
  margin-bottom: 30px;
}
.about-wrap-layout5.pelayanan-rsgm.bag3 .nav-control-layout4 .owl-controls .owl-nav > div {
  top: calc(50% - 10px);
  color: #fff;
  background: #07ccec;
}
.about-wrap-layout5.pelayanan-rsgm.bag3 .nav-control-layout4 .owl-controls .owl-nav > div:hover {
  color: #07ccec;
  background: #fff;
}
.about-wrap-layout5.pelayanan-rsgm.bag3 .nav-control-layout4 .owl-controls .owl-nav > div.owl-prev {
  left: -27px;
}
.about-wrap-layout5.pelayanan-rsgm.bag3 .nav-control-layout4 .owl-controls .owl-nav > div.owl-next {
  right: -27px;
}
.about-wrap-layout5.pelayanan-rsgm.bag4 {
  padding-top: 9rem;
  padding-bottom: 3rem;
  margin-top: -2rem;
}
@media screen and (max-width: 992px) {
  .about-wrap-layout5.pelayanan-rsgm.bag1 {
    padding-bottom: 5rem;
  }
  .about-wrap-layout5.pelayanan-rsgm.bag2 {
    padding-top: 4rem;
  }
  .about-wrap-layout5.pelayanan-rsgm.bag3 {
    margin-top: -5rem;
  }
  .about-wrap-layout5.pelayanan-rsgm.bag2.bag5 {
    padding-bottom: 9rem;
  }
}
@media screen and (max-width: 768px) {
  .about-wrap-layout5.pelayanan-rsgm.bag1 #popup-profile-fkg {
    margin-bottom: 0;
  }
}
.about-wrap-layout5.sarana-unmas.bag1 {
  padding: 10rem 0 6rem;
  margin-top: -3rem;
}
.about-wrap-layout5.sarana-unmas.bag2 {
  padding: 10rem 0 6rem;
  margin-top: -3rem;
}
.about-wrap-layout5.sarana-unmas.bag3 {
  padding: 10rem 0 5rem;
  margin-top: -7rem;
}
@media screen and (max-width: 991px) {
  .about-wrap-layout5.sarana-unmas.bag3 {
    padding-bottom: 9rem;
    margin-top: -3rem;
  }
}
.about-wrap-layout5.sarana-unmas.bag1 .sarana-padding {
  padding:0;
}
.about-wrap-layout5.sarana-unmas.bag1 .sarana-padding1 {
  padding:7.5px 0;
}
.about-wrap-layout5.sarana-unmas.bag1 .sarana-text {
  padding-bottom: 45px;
  z-index: 2;
}
@media screen and (max-width: 576px) {
  .about-wrap-layout5.sarana-unmas.bag1 {
    padding: 6rem 0 10rem;
    margin-top: 0;
  }
  .about-wrap-layout5.sarana-unmas.bag1 .sarana-text {
    padding-bottom: 15px;
  }
}
.about-wrap-layout5.sarana-unmas.bag1 .sarana-text p {
  margin-bottom: 10px;
}
.about-wrap-layout5.sarana-video {
  padding: 7rem 0;
}
.about-wrap-layout5.kurikulum-unmas.bag1 {
  padding: 10rem 0 6rem;
  margin-top: -3rem;
}
.about-wrap-layout5.kurikulum-unmas.bag2,
.about-wrap-layout5.kurikulum-unmas.bag3 {
  padding: 7rem 0;
  background-position: center 30%
}
.about-wrap-layout5.kurikulum-unmas.bag2 {
  background-color: #fff4dc;
}
.about-wrap-layout5.kurikulum-unmas.bag3 {
  background-color: #666666;
}
.about-wrap-layout5.kurikulum-unmas.bag3 .about-box-layout13 .item-title.bag2,
.about-wrap-layout5.kurikulum-unmas.bag3 .about-box-layout13 p {
  color: #fff;
}
.about-box-layout1 .item-content {
  margin-bottom: 10rem;
}
@media only screen and (max-width: 1199px) {
  .about-box-layout1 .item-content {
    margin-top: 0;
    margin-bottom: 5rem;
  }
}
.about-box-layout1 .item-content .item-title {
  text-transform: capitalize;
  color: #111111;
  font-weight: 600;
}
.about-box-layout1 .item-content .sub-title {
  color: #111111;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 20px;
}
.about-box-layout1 .item-content p {
  margin-bottom: 24px;
}
.about-box-layout2 {
  position: relative;
}
.about-box-layout2 .item-img {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .about-box-layout2 .item-img {
    position: inherit;
  }
}
.about-box-layout2 ul {
  margin-bottom: 10rem;
}
@media only screen and (max-width: 991px) {
  .about-box-layout2 ul {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}
.about-box-layout2 ul li {
  margin-bottom: 5px;
  font-size: 20px;
}
.about-box-layout2 ul li:last-child {
  margin-bottom: 0;
}
.about-box-layout2 ul li a {
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#07ccec), to(#285ada));
  background: -webkit-linear-gradient(left, #07ccec, #285ada);
  background: -o-linear-gradient(left, #07ccec, #285ada);
  background: linear-gradient(to right, #07ccec, #285ada);
  padding: 30px 30px 30px 75px;
  display: block;
  color: #ffffff;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about-box-layout2 ul li a i {
  font-size: 30px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 30px;
}
.about-box-layout2 ul li a:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 0%;
  top: 0;
  right: 0;
  background-color: #07ccec;
  z-index: -1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about-box-layout2 ul li a:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 30px;
  z-index: 1;
  color: #ffffff;
}
.about-box-layout2 ul li a:hover:after {
  width: 100%;
  left: 0;
}
.about-box-layout3 {
  margin-bottom: 3rem;
}
.about-box-layout3 .item-title {
  font-weight: 600;
}
.about-box-layout3 .item-title span {
  font-weight: 400;
}
.about-box-layout3 p {
  margin-bottom: 0;
}
.about-box-layout4 {
  margin-bottom: 3rem;
}
.about-box-layout4 .media .item-icon i {
  display: inline-block;
  line-height: 1.3;
}
.about-box-layout4 .media .item-icon i:before {
  font-size: 58px;
  color: #07ccec;
  margin-left: 0;
}
.about-box-layout4 .media .media-body .item-title {
  font-weight: 600;
  font-size: 20px;
}
.about-box-layout5 {
  padding-left: 15px;
}
@media only screen and (max-width: 991px) {
  .about-box-layout5 {
    padding-left: 0;
  }
}
.about-box-layout5 .item-title {
  font-weight: 700;
}
.about-box-layout5 .about-img {
  margin-top: 30px;
}
.about-box-layout5 .about-img img {
  margin-bottom: 30px;
}
.about-box-layout5 .about-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 35px 0 20px;
}
@media only screen and (max-width: 575px) {
  .about-box-layout5 .about-info {
    display: block;
    margin: 30px 0;
  }
}
.about-box-layout5 .about-info li {
  width: 50%;
  position: relative;
  margin-bottom: 20px;
  padding-left: 40px;
  font-weight: 500;
}
@media only screen and (max-width: 575px) {
  .about-box-layout5 .about-info li {
    width: 100%;
  }
}
.about-box-layout5 .about-info li:after {
  content: "\f054";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 10px;
  left: 0;
  top: 2px;
  color: #ffffff;
  line-height: 20px;
  text-align: center;
  z-index: 1;
  border-radius: 50%;
  background-color: #07ccec;
  height: 20px;
  width: 20px;
  -webkit-box-shadow: 0px 2px 15px 0px rgba(42, 92, 220, 0.75);
  -moz-box-shadow: 0px 2px 15px 0px rgba(42, 92, 220, 0.75);
  box-shadow: 0px 2px 15px 0px rgba(42, 92, 220, 0.75);
}
@media only screen and (max-width: 991px) {
  .about-box-layout6:nth-child(2) {
    margin-bottom: 50px;
  }
}
.about-box-layout6 h1.item-title {
  color: #111111;
  margin-bottom: 0;
}
.about-box-layout6 h2.item-title {
  margin-bottom: 35px;
  font-weight: 200;
}
@media screen and (max-width: 1200px) {
  .about-box-layout6 .item-title {
    text-align: center;
  }
}
.about-box-layout6 .item-title span {
  color: #07ccec;
  font-weight: bold;
}
.about-box-layout6 .sub-title {
  color: #111111;
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 26px;
}
@media screen and (max-width: 1199px) {
  .about-box-layout6 .sub-title {
    text-align: center;
    font-size: 28px;
  }
}
@media screen and (max-width: 991px) {
  .about-box-layout6 .sub-title {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .about-box-layout6 .sub-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 575px) {
  .about-box-layout6 .sub-title {
    font-size: 22px;
  }
}
@media screen and (max-width: 479px) {
  .about-box-layout6 .sub-title {
    font-size: 20px;
  }
}
.about-box-layout6 p {
  margin-bottom: 10px;
}
@media (min-width: 991px) and (max-width: 1200px) {
  .about-wrap-layout2 .about-box-layout9 {
    display: none;
  }
  .about-box-layout9.hide-img {
    display: none;
  }
}

.about-wrap-layout2 .about-box-layout6:nth-child(2) p.sign-date {
  margin-top: 30px;
}
.about-box-layout7 .item-video {
  position: relative;
}
.about-box-layout7 .item-video .item-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  z-index: 2;
}


.about-box-layout8 {
  padding-bottom: 6rem;
  padding-right: 0;
  padding-left: 3%;
  padding-top: 0;
}

.beranda-profil .about-box-layout8 {
  padding-bottom: 0;
  padding-left: 10px;
}

.about-box-layout8 .jabatan {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 10px;
}


.about-box-layout8 .direktur {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 0;
}

@media only screen and (max-width: 450px) {
  .about-box-layout8 .direktur {
    font-size: 18px;
  }

  .about-box-layout8 .jabatan {
    font-size: 14px;
  }
}

@media (min-width: 992px) and (max-width: 1400px) {
  .about-box-layout8 {
    padding-right: 0;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
@media only screen and (max-width: 991px) {
  .about-box-layout8 {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 0;
    padding-bottom: 2rem;
  }
}
.about-box-layout8 h1.item-title {
  font-size: 32px;
  color: #111111;
  margin-bottom: 5px;
}

.about-box-layout8 h1.item-title.title1 {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 5px;
}

@media only screen and (max-width: 768px) {
  .about-box-layout8 h1.item-title.title1 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 450px) {
  .about-box-layout8 h1.item-title.title1 {
    margin-bottom: 0;
    font-size: 18px;
  }
}

.about-box-layout8 h1.item-title span {
  font-family: 'Roboto', sans-serif;
  font-size: 50px;
  color: #07ccec;
  font-weight: 700;
  line-height: 1.1;
}
.about-box-layout8 h1.item-title span.big-text {
  font-size: 45px;
  text-transform: uppercase;
}

@media only screen and (max-width: 768px) {
  .about-box-layout8 h1.item-title span.big-text {
    font-size: 38px;
  }
}

@media (max-width: 450px) {
  .about-box-layout8 h1.item-title span.big-text {
    font-size: 30px;
  }
}
@media (max-width: 375px) {
  .about-box-layout8 h1.item-title span {
    font-size: 28px;
  }
  .about-box-layout8 h1.item-title span.big-text {
    font-size: 28px;
  }
}
.about-box-layout8 h2.item-title {
  margin-bottom: 25px;
  font-weight: 200;
  font-style: italic;
  font-size: 30px;
  color: #737373;
  font-family: 'Grand Hotel', sans-serif;
}

@media only screen and (max-width: 768px) {
  .about-box-layout8 h2.item-title {
    font-size: 28px;
    margin-bottom: 23px;
  }
}

@media only screen and (max-width: 450px) {
  .about-box-layout8 h2.item-title {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
.about-box-layout8 .sub-title {
  color: #111111;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .about-box-layout8 h1.item-title,
  .about-box-layout8 h2.item-title,
  .about-box-layout8 .sub-title {
    text-align: center;
  }
}
.about-box-layout8 p {
  margin-bottom: 15px;
}
.about-box-layout8 p:last-child {
  margin-bottom: 10px;
}
.about-box-layout9 {
  position: relative;
  text-align: center;
}
.about-box-layout9 img {
  position: relative;
  margin: 0 auto;
  width: 290px;
}
.about-wrap-layout2 .about-box-layout9 img {
  margin-bottom: 15px;
}
@media only screen and (max-width: 991px) {
  .about-box-layout9 img {
    position: inherit;
  }
  .about-wrap-layout2 .about-box-layout9 img {
    margin-bottom: 0;
  }
}
.about-box-layout10 .about-img {
  margin-bottom: 5rem;
}
.about-box-layout10 .about-img .nav-item {
  border-radius: 50%;
  padding: 0 2%;
}
@media (min-width: 768px) and (max-width: 992px) {
  .about-box-layout10 .about-img .nav-item {
    padding: 0;
  }
}
.about-box-layout10 .about-img .nav-item img {
  border-radius: 50%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .about-box-layout10 .about-img .nav-item img {
    width: 80%;
  }
}
.about-box-layout10 .about-content {
  display: flex;
  align-items: center;
  padding-bottom: 40px;
  margin-bottom: 5rem;
}
.about-box-layout10 .about-content .single-item .item-title {
  font-size: 36px;
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .about-box-layout10 .about-content {
    margin-bottom: 2rem;
  }
  .about-box-layout10 .about-content .single-item .item-title {
    font-size: 34px;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .about-box-layout10 .about-content .single-item .item-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 575px) {
  .about-box-layout10 .about-content .single-item .item-title {
    font-size: 30px;
  }
}
.about-box-layout10 .about-content .single-item .item-title span {
  font-weight: 600;
  display: block;
}
.about-box-layout10 .about-content .single-item .sub-title {
  font-size: 20px;
  color: #07ccec;
  font-weight: 500;
}
.about-box-layout10 .about-content .single-item p {
  color: #fff;
}
@media screen and (max-width: 991px) {
  .about-box-layout10 .about-content .single-item p {
    font-size: 14px;
  }
}
.about-box-layout10 .slick-navigation {
  height: 40px;
  width: 40px;
  background-color: transparent;
  color: #07ccec;
  border: 1px solid;
  border-color: #07ccec;
  position: absolute;
  bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.about-box-layout10 .slick-navigation:hover {
  background-color: #07ccec;
  color: #ffffff;
}
.about-box-layout10 .slick-custom-prev {
  left: 15px;
}
.about-box-layout10 .slick-custom-next {
  left: 60px;
}
.about-box-layout11 {
  padding: 10rem 10rem 8rem;
}
@media only screen and (max-width: 1199px) {
  .about-box-layout11 {
    padding: 8rem 4rem 5rem;
  }
}
@media only screen and (max-width: 991px) {
  .about-box-layout11 {
    padding: 7rem 15px;
  }
}
.about-box-layout11 .item-title {
  font-size: 40px;
  color: #111111;
}
@media only screen and (max-width: 991px) {
  .about-box-layout11 .item-title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .about-box-layout11 .item-title {
    font-size: 34px;
  }
}
@media only screen and (max-width: 575px) {
  .about-box-layout11 .item-title {
    font-size: 32px;
  }
}
.about-box-layout11 .item-title span {
  font-weight: 500;
  display: block;
}
.about-box-layout11 .sub-title {
  font-size: 22px;
  color: #111111;
  font-weight: 500;
  margin-bottom: 20px;
}
.about-box-layout11 p {
  margin-bottom: 24px;
}
.about-box-layout12 {
  position: relative;
  text-align: center;
}
.about-box-layout12 img {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .about-box-layout12 img {
    position: inherit;
  }
}
@media only screen and (max-width: 991px) {
  .about-box-layout13 {
    margin-bottom: 25px;
  }
}
.about-box-layout13.profbag-32 {
  padding-top: 1rem;
}
.about-box-layout13 .item-title {
  color: #111111;
  font-weight: 300;
  font-size: 40px;
}
.about-box-layout13 .item-title.bag2 {
  font-size: 37px;
}
.about-box-layout13 p {
  font-size: 16px;
}
.about-box-layout13.pengajar-unmas {
  margin-bottom: 20px;
}
.about-box-layout13.pengajar-unmas p {
  text-align: center;
}
.about-box-layout13.sarana-page .item-title,
.about-box-layout13.sarana-page p {
  color: #fff;
}
@media only screen and (max-width: 1200px) {
  .about-box-layout13 .item-title {
    font-size: 30px;
  }
  .about-box-layout13 p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 991px) {
  .about-box-layout13 .item-title {
    font-size: 30px;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .about-box-layout13 .item-title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 575px) {
  .about-box-layout13 .item-title {
    font-size: 25px;
  }
}
.about-box-layout13 .item-title span {
  font-weight: 700;
}
.about-box-layout13 .sub-title {
  color: #111111;
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: 500;
  line-height: 1.36;
}
.about-box-layout13 ul.list-info li {
  display: block;
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
  font-weight: 500;
}
.about-box-layout13 ul.list-info li:last-child {
  margin-bottom: 0;
}
.about-box-layout13 ul.list-info li:after {
  content: "\f00c";
  position: absolute;
  left: 0;
  z-index: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #07ccec;
  font-size: 14px;
  top: 2px;
}
@media screen and (max-width: 590px) {
  .about-box-layout14.sarana-images {
    padding: 0 20px 0 15px;
  }
}
.about-box-layout14.sarana-images .overlay-sarana {
  position: absolute;
  top: -7%;
  right: -7%;
  bottom: -8%;
  left: -7%;
  background: radial-gradient(rgba(255, 255, 255, .8), rgba(255, 255, 255, 0.6));
  opacity: 0;
  z-index: 0;
  transition: opacity .7s ease-out, z-index 0s ease;
}
@media screen and (max-width: 991px) {
  .about-box-layout14.sarana-images .overlay-sarana {
    right: -20%;
    left: -20%;
  }
}
@media screen and (max-width: 391px) {
  .about-box-layout14.sarana-images .overlay-sarana {
    top: -25%;
  }
}
.about-box-layout14.sarana-images .overlay-sarana.active {
  opacity: 1;
  z-index: 1;
}
.about-box-layout14 .item-video {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  width: 100%;
}
.about-box-layout14 .item-video img {
  width: 100%;
}
.about-box-layout14 .hover-sarana {
  z-index: 0;
  transition: z-index 0s ease;
}
.about-box-layout14 .hover-sarana:hover,
.about-box-layout14 .hover-sarana.hover {
  z-index: 2;
}
.about-box-layout14 .item-sarana {
  width: 100%;
}
.about-box-layout14 .item-sarana .foto-sarana {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  width: 100%;
  border-width: 12px;
  border-style: solid;
  border-color: #fff;
  background: #fff;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, .3);
  z-index: 0;
  -o-transition: all .5s ease, z-index 0s ease, border-width .4s ease;
  -ms-transition: all .5s ease, z-index 0s ease, border-width .4s ease;
  -moz-transition: all .5s ease, z-index 0s ease, border-width .4s ease;
  -webkit-transition: all .5s ease, z-index 0s ease, border-width .4s ease;
  transition: all .5s ease, z-index 0s ease, border-width .4s ease;
}
.about-box-layout14 .item-sarana .foto-sarana.left1 {
  transform: scale(1) rotate(-5deg);
}
.about-box-layout14 .item-sarana .foto-sarana.left2 {
  transform: scale(1) rotate(-10deg);
}
.about-box-layout14 .item-sarana .foto-sarana.left3 {
  transform: scale(1) rotate(-3deg);
}
.about-box-layout14 .item-sarana .foto-sarana.right1 {
  transform: scale(1) rotate(10deg);
}
.about-box-layout14 .item-sarana .foto-sarana.right2 {
  transform: scale(1) rotate(5deg);
}
.about-box-layout14 .item-sarana .foto-sarana p,
.about-box-layout14 .item-sarana.back .foto-sarana p {
  font-size: 12px;
  margin: 0;
  padding: 10px 0 0;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.about-box-layout14 .item-sarana:hover .foto-sarana p,
.about-box-layout14 .item-sarana .foto-sarana:hover p,
.about-box-layout14 .item-sarana.hover .foto-sarana p {
  font-size: 10px;
}
.about-box-layout14 .item-sarana.bag3:hover .foto-sarana p,
.about-box-layout14 .item-sarana.bag3 .foto-sarana:hover p,
.about-box-layout14 .item-sarana.bag3.hover .foto-sarana p,
.about-box-layout14 .item-sarana.bag8:hover .foto-sarana p,
.about-box-layout14 .item-sarana.bag8 .foto-sarana:hover p,
.about-box-layout14 .item-sarana.bag8.hover .foto-sarana p,
.about-box-layout14 .item-sarana.bag9:hover .foto-sarana p,
.about-box-layout14 .item-sarana.bag9 .foto-sarana:hover p,
.about-box-layout14 .item-sarana.bag9.hover .foto-sarana p {
  padding-top: 7px;
  font-size: 8px;
}
.about-box-layout14 .item-sarana .foto-sarana p span {
  display: none;
  transition: all .4s ease;
}
.about-box-layout14 .item-sarana:hover .foto-sarana p span,
.about-box-layout14 .item-sarana .foto-sarana:hover p span,
.about-box-layout14 .item-sarana.hover .foto-sarana p span {
  display: block;
}
.about-box-layout14 .item-sarana:hover .foto-sarana,
.about-box-layout14 .item-sarana .foto-sarana:hover,
.about-box-layout14 .item-sarana.hover .foto-sarana {
  border-width: 7px;
}
.about-box-layout14 .item-sarana.bag1:hover .foto-sarana,
.about-box-layout14 .item-sarana.bag1 .foto-sarana:hover,
.about-box-layout14 .item-sarana.bag1.hover .foto-sarana {
  transform: scale(1.2) translate(30%, 0);
  box-shadow: 0 0 15px rgba(0, 0, 0, .6);
  z-index: 1;
}
.about-box-layout14 .item-sarana.bag2:hover .foto-sarana,
.about-box-layout14 .item-sarana.bag2 .foto-sarana:hover,
.about-box-layout14 .item-sarana.bag2.hover .foto-sarana {
  transform: scale(1.4) translate(30%, -6%);
  box-shadow: 0 0 15px rgba(0, 0, 0, .6);
  z-index: 1;
}
.about-box-layout14 .item-sarana.bag3:hover .foto-sarana,
.about-box-layout14 .item-sarana.bag3 .foto-sarana:hover,
.about-box-layout14 .item-sarana.bag3.hover .foto-sarana {
  transform: scale(1.6) translate(30%, 10%);
  box-shadow: 0 0 15px rgba(0, 0, 0, .6);
  z-index: 1;
}
.about-box-layout14 .item-sarana.bag4:hover .foto-sarana,
.about-box-layout14 .item-sarana.bag4 .foto-sarana:hover,
.about-box-layout14 .item-sarana.bag4.hover .foto-sarana {
  transform: scale(1.3) translate(20%, 0);
  box-shadow: 0 0 15px rgba(0, 0, 0, .6);
  z-index: 1;
}
.about-box-layout14 .item-sarana.bag5:hover .foto-sarana,
.about-box-layout14 .item-sarana.bag5 .foto-sarana:hover,
.about-box-layout14 .item-sarana.bag5.hover .foto-sarana {
  transform: scale(1.4) translate(-30%, 4%);
  box-shadow: 0 0 15px rgba(0, 0, 0, .6);
  z-index: 1;
}
.about-box-layout14 .item-sarana.bag6:hover .foto-sarana,
.about-box-layout14 .item-sarana.bag6 .foto-sarana:hover,
.about-box-layout14 .item-sarana.bag6.hover .foto-sarana {
  transform: scale(1.2) translate(-30%, -2%);
  box-shadow: 0 0 15px rgba(0, 0, 0, .6);
  z-index: 1;
}
.about-box-layout14 .item-sarana.bag7:hover .foto-sarana,
.about-box-layout14 .item-sarana.bag7 .foto-sarana:hover,
.about-box-layout14 .item-sarana.bag7.hover .foto-sarana {
  transform: scale(1.3) translate(-20%, 0);
  box-shadow: 0 0 15px rgba(0, 0, 0, .6);
  z-index: 1;
}
.about-box-layout14 .item-sarana.bag8:hover .foto-sarana,
.about-box-layout14 .item-sarana.bag8 .foto-sarana:hover,
.about-box-layout14 .item-sarana.bag8.hover .foto-sarana {
  transform: scale(1.6) translate(-30%, -10%);
  box-shadow: 0 0 15px rgba(0, 0, 0, .6);
  z-index: 1;
}
.about-box-layout14 .item-sarana.bag9:hover .foto-sarana,
.about-box-layout14 .item-sarana.bag9 .foto-sarana:hover,
.about-box-layout14 .item-sarana.bag9.hover .foto-sarana {
  transform: scale(1.6) translate(30%, -10%);
  box-shadow: 0 0 15px rgba(0, 0, 0, .6);
  z-index: 1;
}
.about-box-layout14 .item-sarana.bag10:hover .foto-sarana,
.about-box-layout14 .item-sarana.bag10 .foto-sarana:hover,
.about-box-layout14 .item-sarana.bag10.hover .foto-sarana {
  transform: scale(1.2) translate(20%, -10%);
  box-shadow: 0 0 15px rgba(0, 0, 0, .6);
  z-index: 1;
}
.about-box-layout14 .item-sarana.bag11:hover .foto-sarana,
.about-box-layout14 .item-sarana.bag11 .foto-sarana:hover,
.about-box-layout14 .item-sarana.bag11.hover .foto-sarana {
  transform: scale(1.2) translate(-20%, 0);
  box-shadow: 0 0 15px rgba(0, 0, 0, .6);
  z-index: 1;
}
.about-box-layout14 .item-sarana.bag12:hover .foto-sarana,
.about-box-layout14 .item-sarana.bag12 .foto-sarana:hover,
.about-box-layout14 .item-sarana.bag12.hover .foto-sarana {
  transform: scale(1.4) translate(-30%, 0);
  box-shadow: 0 0 15px rgba(0, 0, 0, .6);
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .about-box-layout14 .item-sarana .foto-sarana,
  .about-box-layout14 .item-sarana.back .foto-sarana {
    border-width: 6px;
  }
  .about-box-layout14 .item-sarana:hover .foto-sarana,
  .about-box-layout14 .item-sarana .foto-sarana:hover,
  .about-box-layout14 .item-sarana.hover .foto-sarana {
    border-width: 5px;
  }
  .about-box-layout14 .item-sarana:hover .foto-sarana p,
  .about-box-layout14 .item-sarana .foto-sarana:hover p,
  .about-box-layout14 .item-sarana.hover .foto-sarana p {
    font-size: 9px;
  }
  .about-box-layout14 .item-sarana .foto-sarana p,
  .about-box-layout14 .item-sarana.back .foto-sarana p {
    font-size: 10px;
    padding-top: 6px;
  }
  .about-box-layout14 .item-sarana.bag3:hover .foto-sarana p,
  .about-box-layout14 .item-sarana.bag3 .foto-sarana:hover p,
  .about-box-layout14 .item-sarana.bag3.hover .foto-sarana p,
  .about-box-layout14 .item-sarana.bag8:hover .foto-sarana p,
  .about-box-layout14 .item-sarana.bag8 .foto-sarana:hover p,
  .about-box-layout14 .item-sarana.bag8.hover .foto-sarana p,
  .about-box-layout14 .item-sarana.bag9:hover .foto-sarana p,
  .about-box-layout14 .item-sarana.bag9 .foto-sarana:hover p,
  .about-box-layout14 .item-sarana.bag9.hover .foto-sarana p {
    font-size: 7px;
  }
  .about-box-layout14 .item-sarana.bag3.back .foto-sarana p,
  .about-box-layout14 .item-sarana.bag8.back .foto-sarana p,
  .about-box-layout14 .item-sarana.bag9.back .foto-sarana p {
    font-size: 10px;
  }
  .about-box-layout14 .item-sarana.bag1:hover .foto-sarana,
  .about-box-layout14 .item-sarana.bag1 .foto-sarana:hover,
  .about-box-layout14 .item-sarana.bag1.hover .foto-sarana {
    transform: scale(1.2) translate(10%, 0);
  }
  .about-box-layout14 .item-sarana.bag2:hover .foto-sarana,
  .about-box-layout14 .item-sarana.bag2 .foto-sarana:hover,
  .about-box-layout14 .item-sarana.bag2.hover .foto-sarana {
    transform: scale(1.4) translate(10%, -6%);
  }
  .about-box-layout14 .item-sarana.bag3:hover .foto-sarana,
  .about-box-layout14 .item-sarana.bag3 .foto-sarana:hover,
  .about-box-layout14 .item-sarana.bag3.hover .foto-sarana {
    transform: scale(1.6) translate(-15%, 10%);
  }
  .about-box-layout14 .item-sarana.bag4:hover .foto-sarana,
  .about-box-layout14 .item-sarana.bag4 .foto-sarana:hover,
  .about-box-layout14 .item-sarana.bag4.hover .foto-sarana {
    transform: scale(1.3) translate(-10%, 0);
  }
  .about-box-layout14 .item-sarana.bag5:hover .foto-sarana,
  .about-box-layout14 .item-sarana.bag5 .foto-sarana:hover,
  .about-box-layout14 .item-sarana.bag5.hover .foto-sarana {
    transform: scale(1.4) translate(-12%, 4%);
  }
  .about-box-layout14 .item-sarana.bag6:hover .foto-sarana,
  .about-box-layout14 .item-sarana.bag6 .foto-sarana:hover,
  .about-box-layout14 .item-sarana.bag6.hover .foto-sarana {
    transform: scale(1.2) translate(-6%, -2%);
  }
  .about-box-layout14 .item-sarana.bag7:hover .foto-sarana,
  .about-box-layout14 .item-sarana.bag7 .foto-sarana:hover,
  .about-box-layout14 .item-sarana.bag7.hover .foto-sarana {
    transform: scale(1.3) translate(10%, 0);
  }
  .about-box-layout14 .item-sarana.bag8:hover .foto-sarana,
  .about-box-layout14 .item-sarana.bag8 .foto-sarana:hover,
  .about-box-layout14 .item-sarana.bag8.hover .foto-sarana {
    transform: scale(1.6) translate(15%, -10%);
  }
  .about-box-layout14 .item-sarana.bag9:hover .foto-sarana,
  .about-box-layout14 .item-sarana.bag9 .foto-sarana:hover,
  .about-box-layout14 .item-sarana.bag9.hover .foto-sarana {
    transform: scale(1.6) translate(15%, 0);
  }
  .about-box-layout14 .item-sarana.bag10:hover .foto-sarana,
  .about-box-layout14 .item-sarana.bag10 .foto-sarana:hover,
  .about-box-layout14 .item-sarana.bag10.hover .foto-sarana {
    transform: scale(1.2) translate(6%, 0);
  }
  .about-box-layout14 .item-sarana.bag11:hover .foto-sarana,
  .about-box-layout14 .item-sarana.bag11 .foto-sarana:hover,
  .about-box-layout14 .item-sarana.bag11.hover .foto-sarana {
    transform: scale(1.2) translate(12%, 10%);
  }
  .about-box-layout14 .item-sarana.bag12:hover .foto-sarana,
  .about-box-layout14 .item-sarana.bag12 .foto-sarana:hover,
  .about-box-layout14 .item-sarana.bag12.hover .foto-sarana {
    transform: scale(1.2) translate(-12%, 10%);
  }
}
.about-box-layout14 .item-sarana.bag10 {
  max-height: 270px;
}
.about-box-layout14 .item-sarana.back .foto-sarana.left1 {
  transform: scale(1) rotate(-5deg);
}
.about-box-layout14 .item-sarana.back .foto-sarana.left2 {
  transform: scale(1) rotate(-10deg);
}
.about-box-layout14 .item-sarana.back .foto-sarana.left3 {
  transform: scale(1) rotate(-3deg);
}
.about-box-layout14 .item-sarana.back .foto-sarana.right1 {
  transform: scale(1) rotate(10deg);
}
.about-box-layout14 .item-sarana.back .foto-sarana.right2 {
  transform: scale(1) rotate(5deg);
}
.about-box-layout14 .item-sarana.back .foto-sarana p span {
  display: none;
  transition: all .4s ease;
}
.about-box-layout14 .item-quote {
  position: relative;
  border-radius: 4px;
  background-color: #ffca52;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.4);
  overflow: hidden;
}
.about-box-layout14 .item-quote h3 {
  display: block;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  background-color: #333;
  color: #07ccec;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1em;
  font-weight: 700;
}
.about-box-layout14 .item-quote h3 i {
  font-size: 1.1em;
  margin-right: 10px;
}
.about-box-layout14 .item-quote p {
  color: #000;
  font-size: 17px;
  width: 75%;
  text-align: justify;
  margin: 30px auto;
  position: relative;
}
.about-box-layout14 .item-quote p::before {
  content: "\f10d";
  font-family: "Font Awesome\ 5 Free";
  top: -20px;
  left: -35px;
  position: absolute;
  font-weight: 900;
  color: #343434;
  font-size: 30px;
}
.about-box-layout14 .item-quote p::after {
  content: "\f10e";
  font-family: "Font Awesome\ 5 Free";
  bottom: -20px;
  right: -35px;
  position: absolute;
  font-weight: 900;
  color: #343434;
  font-size: 30px;
}
.about-box-layout14 .hover-note .item-note {
  position: relative;
  font-family: 'Gloria Hallelujah', cursive;
  background-color: #ffffaf;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  padding: 0 20px;
  margin-top: 10px;
  cursor: default;
  overflow: hidden;
  -o-transform: rotate(-4deg);
  -moz-transform: rotate(-4deg);
  -webkit-transform: rotate(-4deg);
  transform: rotate(-4deg);
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.about-box-layout14 .hover-note .item-note:hover,
.about-box-layout14 .hover-note:hover .item-note {
  -o-transform: rotate(0deg) translate(20%, 0);
  -moz-transform: rotate(0deg) translate(20%, 0);
  -webkit-transform: rotate(0deg) translate(20%, 0);
  transform: rotate(0deg) translate(20%, 0);
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 991px) {
  .about-box-layout14 .hover-note .item-note:hover,
  .about-box-layout14 .hover-note:hover .item-note {
    -o-transform: rotate(0deg) translate(10%, 0);
    -moz-transform: rotate(0deg) translate(10%, 0);
    -webkit-transform: rotate(0deg) translate(10%, 0);
    transform: rotate(0deg) translate(10%, 0);
  }
}
.about-box-layout14 .hover-note .item-note h3 {
  display: block;
  height: 50px;
  line-height: 50px;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 10px;
}
.about-box-layout14 .hover-note .item-note h3 i {
  font-size: 1.5em;
  margin-right: 10px;
  margin-left: 6px;
  transform: rotate(45deg) translate(0, 6px);
  color: #f8322e;
}
.about-box-layout14 .hover-note .item-note::before {
  content: '';
  position: absolute;
  width: calc(100% - 40px);
  height: 2px;
  left: 20px;
  top: 50px;
  background: linear-gradient(to right, #333, transparent);
}
.about-wrap-layout5.kurikulum-unmas.bag2 .about-box-layout14 .hover-note .item-note p,
.about-wrap-layout5.kurikulum-unmas.bag3 .about-box-layout14 .hover-note .item-note p {
  color: #444;
}
.about-box-layout14 .hover-note .item-note p span.big-win {
  display: inline-block;
}
.about-box-layout14 .hover-note .item-note p span.sml-win {
  display: none;
}
@media screen and (max-width: 991px) {
  .about-box-layout14 .hover-note .item-note p span.big-win {
    display: none;
  }
  .about-box-layout14 .hover-note .item-note p span.sml-win {
    display: inline-block;
  }
}
.about-box-layout14 .daftar-matkul {
  position: relative;
  border-radius: 4px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.4);
  overflow: hidden;
}
.about-box-layout14 .daftar-matkul h3 {
  display: block;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  background-color: #333;
  color: #07ccec;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1em;
  font-weight: 700;
  margin: 0;
}
.about-box-layout14 .daftar-matkul h3 i {
  font-size: 1.1em;
  margin-right: 10px;
}
.about-box-layout14 .daftar-matkul h4 {
  display: block;
  height: 55px;
  line-height: 55px;
  padding: 0 20px;
  background-color: #e8a828;
  color: #232323;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1em;
  font-weight: bold;
  margin: 0;
}
.about-box-layout14 .daftar-matkul h4 span {
  float: right;
  text-transform: uppercase;
}
.about-box-layout14 .daftar-matkul ol {
  position: relative;
  background-color: #eee;
  margin: 0;
  padding: 0;
  font-size: 15px;
  list-style-type: none;
  height: 320px;
  overflow: auto;
}
@media screen and (max-width: 1400px) {
  .about-box-layout14 .daftar-matkul ol {
    font-size: 13px;
  }
}
.about-box-layout14 .daftar-matkul ol.list-ps .ps__rail-y,
.about-box-layout14 .daftar-matkul ol.list-ps2 .ps__rail-y {
  opacity: 1;
  z-index: 1;
}
.about-box-layout14 .daftar-matkul ol.list-ps .ps__thumb-y,
.about-box-layout14 .daftar-matkul ol.list-ps2 .ps__thumb-y {
  background-color: #8c8c8c;
}
.about-box-layout14 .daftar-matkul ol.list-ps .ps__rail-y:hover>.ps__thumb-y,
.about-box-layout14 .daftar-matkul ol.list-ps .ps__rail-y:focus>.ps__thumb-y,
.about-box-layout14 .daftar-matkul ol.list-ps .ps__rail-y.ps--clicking .ps__thumb-y,
.about-box-layout14 .daftar-matkul ol.list-ps2 .ps__rail-y:hover>.ps__thumb-y,
.about-box-layout14 .daftar-matkul ol.list-ps2 .ps__rail-y:focus>.ps__thumb-y,
.about-box-layout14 .daftar-matkul ol.list-ps2 .ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #414141;
  width: 6px;
}
.about-box-layout14 .daftar-matkul ol li {
  padding: 16px 0;
  position: relative;
  padding-right: 95px;
  padding-left: 70px;
  counter-increment: matkul-count;
}
.about-box-layout14 .daftar-matkul ol li::before {
  content: counter(matkul-count);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 57px;
  height: 100%;
  padding: 16px 20px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.05);
}
.about-box-layout14 .daftar-matkul ol li:nth-child(even) {
  background-color: #e1e1e1;
}
.about-box-layout14 .daftar-matkul ol li span {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 82px;
  height: 100%;
  padding: 16px 0;
  text-align: center;
  background-color: rgba(232, 168, 40, 0.25);
  text-transform: uppercase;
}
.about-box-layout14.profbrand-4 {
  margin-bottom: 3rem;
}
.about-box-layout14.profbrand-4 .row > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-box-layout14.profbrand-4 .item-video a img {
  padding: 0 20%;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  transition: all .5s ease;
}
@media screen and (max-width: 991px) {
  .about-box-layout14.profbrand-4 .item-video a img {
    padding: 0;
  }
}
.about-box-layout14.profbrand-4 .item-video a:hover img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.about-box-layout14 .item-video.profvideo-2 img {
  transform: scale(1);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.about-box-layout14 .item-video.profvideo-2 img:hover {
  transform: scale(1.07);
}
.about-box-layout14 .item-video.profvideo-3 {
  top: -35px;
}
.about-box-layout14 .item-video.profvideo-4 {
  padding: 1rem 0;
}
.about-box-layout14 .item-video.profvideo-4 a>img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  transition: all .5s ease;
}
.about-box-layout14 .item-video.profvideo-4 a:hover>img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
/*=======================================================================
[08] Call To Action Area Style
=========================================================================*/
.call-to-action-wrap-layout1 {
  background-color: #f0b01c;
}
@media only screen and (max-width: 992px) {
  .call-to-action-wrap-layout1 {
    padding: 5rem 0 3rem;
  }
}
.call-to-action-box-layout1 {
  min-height: 185px;
  padding: 30px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 992px) {
  .call-to-action-box-layout1 {
    min-height: 0;
    padding: 0 0 5px 0;
  }
}
@media only screen and (max-width: 768px) {
  .call-to-action-box-layout1 {
    margin-bottom: 10px;
  }
}
.call-to-action-box-layout1 .item-title {
  margin-bottom: 0;
  font-size: 3.5rem;
  color: #ffffff;
  text-transform: capitalize;
}
@media only screen and (max-width: 1199px) {
  .call-to-action-box-layout1 .item-title {
    font-size: 2.9rem;
  }
}
@media only screen and (max-width: 991px) {
  .call-to-action-box-layout1 .item-title {
    margin-bottom: 2rem;
  }
}
.call-to-action-box-layout1 p {
  color: #fff;
  margin-bottom: 0;
}
.call-to-action-box-layout1 a.item-btn {
  padding: 14px 25px;
  text-transform: uppercase;
  background-color: #444444;
  color: #ffffff;
  display: inline-block;
  font-weight: 500;
  border: 2px solid #444444;
  font-size: 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(117, 117, 117, 0.75);
  -moz-box-shadow: 0px 1px 5px 0px rgba(117, 117, 117, 0.75);
  box-shadow: 0px 1px 5px 0px rgba(117, 117, 117, 0.75);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 991px) {
  .call-to-action-box-layout1 a.item-btn {
    padding: 10px 16px;
    font-size: 14px;
  }
}
.call-to-action-box-layout1 a.item-btn:hover {
  border: 2px solid #df9708;
  background-color: #fff;
  color: #e8a828;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(117, 117, 117, 0.75);
  -moz-box-shadow: 0px 5px 10px 0px rgba(117, 117, 117, 0.75);
  box-shadow: 0px 5px 10px 0px rgba(117, 117, 117, 0.75);
}
.call-to-action-box-layout1 a.item-btn i {
  margin-top: 5px;
  margin-right: 7px;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.call-to-action-box-layout1 a.item-btn i:last-child {
  margin-right: 0;
  margin-left: 10px;
}
.call-to-action-box-layout1 a.item-btn:hover i:last-child {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}
.call-to-action-wrap-layout2 {
  padding: 10rem 0px 11rem;
  position: relative;
}
.call-to-action-wrap-layout2:after {
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(57, 108, 240, 0.8);
  z-index: 1;
  top: 0;
  left: 0;
  position: absolute;
}
.call-to-action-box-layout2 {
  text-align: center;
  z-index: 2;
  position: relative;
}
.call-to-action-box-layout2 h2 {
  font-size: 40px;
  color: #ffffff;
}
@media only screen and (max-width: 991px) {
  .call-to-action-box-layout2 h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .call-to-action-box-layout2 h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 575px) {
  .call-to-action-box-layout2 h2 {
    font-size: 30px;
  }
}
.call-to-action-box-layout2 h2 span {
  display: block;
  font-weight: 600;
}
.call-to-action-box-layout2 .item-btn {
  border: 1px solid;
  border-color: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  text-transform: initial;
  color: #ffffff;
  padding: 14px 25px;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 575px) {
  .call-to-action-box-layout2 .item-btn {
    padding: 12px 24px;
  }
}
.call-to-action-box-layout2 .item-btn:hover {
  background-color: #ffffff;
  color: #07ccec;
}
.call-to-action-wrap-layout3 {
  background-color: transparent;
}
.call-to-action-box-layout3 {
  position: relative;
}
.call-to-action-box-layout3 .single-item {
  position: absolute;
  top: -74px;
  left: 0;
  right: 0;
  z-index: 6;
}
@media only screen and (max-width: 1199px) {
  .call-to-action-box-layout3 .single-item {
    position: inherit;
    top: inherit;
    margin-top: 30px;
  }
}
.call-to-action-box-layout3 .single-item a {
  position: relative;
  z-index: 2;
  border-radius: 4px 4px 0 0;
  text-align: center;
  padding: 22px 15px;
  width: 100%;
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#07ccec), to(#285ada));
  background: -webkit-linear-gradient(left, #07ccec, #285ada);
  background: -o-linear-gradient(left, #07ccec, #285ada);
  background: linear-gradient(to right, #07ccec, #285ada);
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 1199px) {
  .call-to-action-box-layout3 .single-item a {
    border-radius: 4px;
  }
}
.call-to-action-box-layout3 .single-item a:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 0%;
  top: 0;
  right: 0;
  background-color: #07ccec;
  z-index: -1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.call-to-action-box-layout3 .single-item a i {
  line-height: 1;
  display: inline-block;
}
.call-to-action-box-layout3 .single-item a i:before {
  color: #ffffff;
  font-size: 22px;
  margin-left: 0;
  margin-right: 15px;
}
.call-to-action-box-layout3 .single-item a:hover:after {
  width: 100%;
  left: 0;
}
.call-to-action-wrap-layout4 {
  position: relative;
  padding: 8rem 0 0;
  /* background-color: #07ccec; */
}

@media only screen and (max-width: 768px) {
  .call-to-action-wrap-layout4 .item-img {
    float: unset;
    text-align: center;
  }
}

.call-to-action-box-layout4 {
  background-color: #07ccec;
  padding: 25px 35px;
  border-radius: 10px;
}
.call-to-action-box-layout4 .item-title {
  font-size: 26px;
  color: #fff;
  font-weight: 600;
  /* width: 65%;
  margin-left: auto;
  margin-right: auto; */
  line-height: 1.35;
  margin-bottom: 0;
}

.call-to-action-box-layout4 .motto-title {
  color: #fff;
  font-weight: 600;
}
@media only screen and (max-width: 1199px) {
  .call-to-action-box-layout4 .item-title {
    width: 100%;
    font-size: 22px;
  }
}
@media only screen and (max-width: 991px) {
  .call-to-action-box-layout4 .item-title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .call-to-action-box-layout4 .item-title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 575px) {
  .call-to-action-box-layout4 .item-title {
    font-size: 18px;
  }
}
.call-to-action-box-layout4 .item-title span {
  display: block;
}
.call-to-action-box-layout4 .call-to-action-phone {
  margin-bottom: 30px;
  font-size: 36px;
}
@media only screen and (max-width: 1199px) {
  .call-to-action-box-layout4 .call-to-action-phone {
    font-size: 32px;
  }
}
@media only screen and (max-width: 991px) {
  .call-to-action-box-layout4 .call-to-action-phone {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .call-to-action-box-layout4 .call-to-action-phone {
    font-size: 28px;
  }
}
@media only screen and (max-width: 575px) {
  .call-to-action-box-layout4 .call-to-action-phone {
    font-size: 24px;
  }
}
.call-to-action-box-layout4 .call-to-action-phone a {
  color: #27477d;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.call-to-action-box-layout4 .call-to-action-phone a i {
  font-size: 24px;
  margin-right: 10px;
  color: #27477d;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
@media only screen and (max-width: 991px) {
  .call-to-action-box-layout4 .call-to-action-phone a i {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .call-to-action-box-layout4 .call-to-action-phone a i {
    font-size: 24px;
  }
}
@media only screen and (max-width: 575px) {
  .call-to-action-box-layout4 .call-to-action-phone a i {
    font-size: 20px;
  }
}
.call-to-action-box-layout4 .call-to-action-btn .item-btn {
  border: 2px solid;
  border-color: #27477d;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background-color: #27477d;
  text-transform: initial;
  color: #ffffff;
  padding: 14px 25px;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 575px) {
  .call-to-action-box-layout4 .call-to-action-btn .item-btn {
    padding: 12px 24px;
  }
}
.call-to-action-box-layout4 .call-to-action-btn .item-btn:hover {
  background-color: #fff;
  color: #07ccec;
  border: 2px solid #d1d1d1;
}
.call-to-action-wrap-layout5 {
  padding: 55px 0;
}
@media only screen and (max-width: 767px) {
  .call-to-action-wrap-layout5 {
    padding: 25px 0 50px;
  }
}
.call-to-action-wrap-layout5 .single-item {
  border-right: 1px solid #d7d7d7;
}
@media only screen and (max-width: 767px) {
  .call-to-action-wrap-layout5 .single-item {
    border-right: 0;
    border-bottom: 1px solid #d7d7d7;
  }
}
.call-to-action-wrap-layout5 .single-item:last-child {
  border-right: 0;
  border-bottom: 0;
}
div ~ :last-child .call-to-action-box-layout5 {
  margin-bottom: 0;
}
.call-to-action-box-layout5 {
  margin-left: 35px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .call-to-action-box-layout5 {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .call-to-action-box-layout5 {
    margin: 25px 0 20px;
  }
}
.call-to-action-box-layout5 .media i:before {
  font-size: 50px;
  line-height: 65px;
  color: #07ccec;
  margin-left: 0px;
}
.call-to-action-box-layout5 .media .media-body {
  margin-left: 25px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .call-to-action-box-layout5 .media .media-body {
    margin-left: 0;
  }
}
.call-to-action-box-layout5 .media .media-body .item-title {
  color: #111111;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 10px;
}
/*=======================================================================
[09] Pogress Area Style
=========================================================================*/
.progress-wrap-layout1 {
  padding: 7.6rem 0 4.6rem;
}
.progress-box-layout1 {
  text-align: center;
  border-right: 1px solid #cccccc;
  position: relative;
  min-height: 20rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
}
.progress-box-layout1:last-child {
  border-right: 0;
}
@media only screen and (max-width: 767px) {
  .progress-box-layout1 {
    border-right: 0;
  }
}
.progress-box-layout1 .inner-item .item-icon {
  line-height: 0.9;
}
.progress-box-layout1 .inner-item .item-icon i:before {
  font-size: 22rem;
  margin-left: 0;
  color: #f1f1f1;
}
@media only screen and (max-width: 1199px) {
  .progress-box-layout1 .inner-item .item-icon i:before {
    font-size: 20rem;
  }
}
@media only screen and (max-width: 991px) {
  .progress-box-layout1 .inner-item .item-icon i:before {
    font-size: 18rem;
  }
}
.progress-box-layout1 .inner-item .item-content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 1;
}
.progress-box-layout1 .inner-item .item-content .counting-text {
  font-size: 6rem;
  color: #07ccec;
  text-transform: capitalize;
  font-weight: 500;
}
.progress-box-layout1 .inner-item .item-content p {
  font-size: 24px;
  color: #111111;
}
.progress-wrap-layout2 {
  padding: 7.6rem 0 6.8rem;
}
.progress-box-layout2 {
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
  z-index: 7;
  min-height: 20rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.progress-box-layout2:last-child {
  border-right: 0;
}
@media only screen and (max-width: 767px) {
  .progress-box-layout2 {
    border-right: 0;
  }
}
.progress-box-layout2 .counting-text {
  font-size: 6rem;
  color: #ffffff;
  text-transform: capitalize;
  font-weight: 500;
}
.progress-box-layout2 p {
  color: #ffffff;
  font-size: 24px;
}
/*=======================================================================
[10] Team Area Style
=========================================================================*/
.team-wrap-layout1 {
  padding: 10rem 0px 10rem;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .team-wrap-layout1 {
    padding: 8rem 0;
  }
}

.team-wrap-layout1 .struktur-rsgm {
  padding: 0px 0px 7rem;
}
.departments-wrap-layout3 .left-img,
.team-wrap-layout1 .left-img {
  position: absolute;
  left: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.departments-wrap-layout3 .right-img,
.team-wrap-layout1 .right-img {
  position: absolute;
  right: 0;
  bottom: 0px;
}
.team-wrap-layout2 {
  padding: 10rem 0px;
}

@media only screen and (max-width: 991px) {
  .team-wrap-layout2 {
    padding: 8rem 0;
  }
}

.team-wrap-layout3 {
  padding: 10rem 0;
}
.team-wrap-layout4 {
  padding: 9.2rem 0 8.5rem;
}
.team-box-layout1 {
  padding: 30px 10px 25px 40px;
  background-color: #ffffff;
  margin-bottom: 30px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .team-box-layout1 {
    padding: 30px 10px 30px 20px;
  }
}
.team-box-layout1 .item-img img {
  background-color: #f1f7fa;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .team-box-layout1 .media-body {
    margin-left: 2rem;
  }
}
.team-box-layout1 .item-content .item-title {
  text-transform: capitalize;
  font-weight: 600;
}
.team-box-layout1 .item-content .item-title a {
  color: #111111;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.team-box-layout1 .item-content .item-title a:hover {
  color: #07ccec;
}
.team-box-layout1 .item-content .item-degree {
  color: #07ccec;
  font-weight: 500;
  margin-bottom: 20px;
}
.team-box-layout1 .item-content ul.item-btns li {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 10px;
}
.team-box-layout1 .item-content ul.item-btns li a.item-btn {
  display: inline-block;
  border: 1px solid;
  border-color: #07ccec;
  font-size: 14px;
  font-weight: 500;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 10px 24px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.team-box-layout1 .item-content ul.item-btns li a.item-btn.btn-ghost {
  color: #07ccec;
  background-color: transparent;
}
.team-box-layout1 .item-content ul.item-btns li a.item-btn.btn-ghost:hover {
  background-color: #07ccec;
  color: #ffffff;
}
.team-box-layout1 .item-content ul.item-btns li a.item-btn.btn-fill {
  color: #ffffff;
  background-color: #07ccec;
  -webkit-box-shadow: 0px 1px 10px 0px rgba(57, 108, 240, 0.75);
  -moz-box-shadow: 0px 1px 10px 0px rgba(57, 108, 240, 0.75);
  box-shadow: 0px 1px 10px 0px rgba(57, 108, 240, 0.75);
}
.team-box-layout1 .item-content ul.item-btns li a.item-btn.btn-fill:hover {
  background-color: transparent;
  box-shadow: inherit;
  color: #07ccec;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .team-box-layout1 .item-content ul.item-btns li {
    margin-right: 5px;
  }
}
.team-box-layout1 .item-content ul.item-btns li:last-child {
  margin-right: 0;
}
.team-box-layout2 {
  background-color: #ffffff;
  padding: 40px 30px;
  margin-bottom: 30px;
}

.team-box-layout2.dokter {
  padding: 20px;
  height: 100%;
  margin-bottom: 0;
}

.team-box-layout2.direksi {
  height: 100%;
  padding: 20px 15px;
  border-bottom: 2px solid #07ccec;
  margin-bottom: 0;
}

.team-box-layout2:hover {
  -webkit-box-shadow: 0px 5px 50px 0px rgba(220, 223, 225, 0.75);
  -moz-box-shadow: 0px 5px 50px 0px rgba(220, 223, 225, 0.75);
  box-shadow: 0px 5px 50px 0px rgba(220, 223, 225, 0.75);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.team-box-layout2:hover .item-schedule .item-btn {
  background-color: #07ccec;
  color: #ffffff;
}
.team-box-layout2 .item-img {
  position: relative;
  background-color: #f1f7fa;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto 23px;
  max-width: 250px;
  max-height: 250px;
}
.team-box-layout2 .item-img img {
  width: 100%;
}
.team-box-layout2 .item-img:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(57, 108, 240, 0.9);
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.team-box-layout2.dokter .item-img:after,
.team-box-layout2.direksi  .item-img:after {
  content: unset;
}
.team-box-layout2 .item-img .item-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  left: 0;
  right: 0;
  z-index: 2;
}
.team-box-layout2 .item-img .item-icon li {
  display: inline-block;
  visibility: hidden;
  opacity: 0;
}
.team-box-layout2 .item-img .item-icon li a {
  color: #ffffff;
  font-size: 36px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.team-box-layout2 .item-img .item-icon li a:hover {
  color: #e3e3e3;
}
.team-box-layout2 .item-img:hover:after {
  visibility: visible;
  opacity: 1;
}
.team-box-layout2 .item-img:hover .item-icon li {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.team-box-layout2 .item-content {
  text-align: center;
}
.team-box-layout2 .item-content .item-title {
  text-transform: capitalize;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 5px;
}
.team-box-layout2 .item-content .item-title a {
  color: #111111;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.team-box-layout2 .item-content .item-title a:hover {
  color: #07ccec;
}
.team-box-layout2 .item-content p {
  color: #07ccec;
  border-bottom: 1px solid #d8e0e4;
  padding-bottom: 10px;
}
.team-box-layout2.direksi .item-content p {
  border-bottom: unset;
  padding-bottom: 0;
  margin-bottom: 0;
}
.team-box-layout2 .item-schedule ul {
  margin-bottom: 10px;
}

.item-schedule ul.jadwal li,
.team-box-layout2 .item-schedule ul li {
  margin-bottom: 5px;
  color: #646464;
  position: relative;
}

.item-schedule ul.jadwal li span,
.team-box-layout2 .item-schedule ul li span {
  position: absolute;
  right: 0;
  top: 0;
}
.team-box-layout2 .item-schedule .item-btn {
  width: 100%;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  font-size: 15px;
  border: 1px solid;
  border-color: #07ccec;
  color: #444444;
  background-color: transparent;
  text-transform: capitalize;
  font-weight: 700;
  padding: 12px 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.team-box-layout2 .item-schedule .item-btn:focus,
.team-box-layout2 .item-schedule .item-btn:hover {
  background-color: #27477d;
  outline: none;
  color: #fff;
}
.team-box-layout3 {
  padding: 30px 45px 75px;
  background-image: url(img/team/team-bg1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 15px;
}
.team-box-layout3 .item-content {
  position: relative;
  z-index: 2;
}
.team-box-layout3 .title-bar {
  position: relative;
  margin-bottom: 45px;
}
.team-box-layout3 .title-bar:after {
  position: absolute;
  content: "";
  height: 4px;
  width: 45px;
  background-color: #07ccec;
  bottom: -24px;
  left: 0;
  z-index: 1;
}
.team-box-layout3 .item-title {
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 10px;
}
.team-box-layout3 .item-title a {
  color: #111111;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.team-box-layout3 .item-title a:hover {
  color: #07ccec;
}
.team-box-layout3 .item-schedule ul {
  margin-bottom: 20px;
}
.team-box-layout3 .item-schedule ul li {
  color: #111111;
  font-weight: 500;
  margin-bottom: 10px;
}
.team-box-layout3 .item-schedule ul li:last-child {
  margin-bottom: 0;
}
.team-box-layout3 .item-schedule ul li span {
  font-weight: 400;
  display: block;
  color: #444444;
}
.team-box-layout3 .item-schedule .item-btn {
  display: inline-block;
  cursor: pointer;
  font-size: 15px;
  border: 1px solid;
  border-color: #07ccec;
  color: #07ccec;
  background-color: transparent;
  text-transform: initial;
  font-weight: 500;
  padding: 9px 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.team-box-layout3 .item-schedule .item-btn:hover {
  background-color: #07ccec;
  color: #ffffff;
}
.team-box-layout3 .item-schedule .item-btn:hover:after {
  color: #ffffff;
}
.team-box-layout3 .item-img {
  position: absolute;
  bottom: 15px;
  right: 7px;
  z-index: 1;
}
.team-box-layout4 {
  background-color: #ffffff;
  margin-bottom: 3rem;
}
.team-box-layout4:hover {
  -webkit-box-shadow: 0px 5px 50px 0px rgba(220, 223, 225, 0.75);
  -moz-box-shadow: 0px 5px 50px 0px rgba(220, 223, 225, 0.75);
  box-shadow: 0px 5px 50px 0px rgba(220, 223, 225, 0.75);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.team-box-layout4 .item-img {
  position: relative;
}

.team-box-layout4.youtube .item-img img {
  border-radius: 5px;
}

.team-box-layout4 .item-img:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(57, 108, 240, 0.9);
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.team-box-layout4.youtube .item-img:after {
  background: linear-gradient(0deg, rgba(39,71,125,.8) 0%, rgba(7,204,236,.8) 100%);
  border-radius: 5px;
}

.team-box-layout4 .item-img .item-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  left: 0;
  right: 0;
  z-index: 2;
}
.team-box-layout4 .item-img .item-icon li {
  display: inline-block;
  visibility: hidden;
  opacity: 0;
}
.team-box-layout4 .item-img .item-icon li a {
  color: #ffffff;
  font-size: 36px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.team-box-layout4 .item-img .item-icon li a {
  font-size: 40px;
}
.team-box-layout4 .item-img .item-icon li a:hover {
  color: #e3e3e3;
}
.team-box-layout4 .item-content {
  text-align: center;
  padding: 25px 30px 30px;
}
.team-box-layout4 .item-content .item-title {
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 10px;
}
.team-box-layout4 .item-content .item-title a {
  color: #111111;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.team-box-layout4 .item-content .item-title a:hover {
  color: #07ccec;
}
.team-box-layout4 .item-content .item-btn {
  padding: 12px 20px;
  font-size: 13px;
  font-weight: 500;
  display: inline-block;
  cursor: pointer;
  border: 1px solid;
  border-color: #07ccec;
  color: #07ccec;
  background-color: transparent;
  text-transform: uppercase;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.team-box-layout4 .item-content .item-btn:hover {
  background-color: #07ccec;
  color: #ffffff;
}
.team-box-layout4 .item-content .item-btn:hover:after {
  color: #ffffff;
}
.team-box-layout4:hover .item-img:after {
  visibility: visible;
  opacity: 1;
}
.team-box-layout4:hover .item-icon li {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.team-search-box {
  margin-bottom: 40px;
  padding: 20px 20px 10px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(194, 205, 211, 0.75);
  -moz-box-shadow: 0px 1px 2px 0px rgba(194, 205, 211, 0.75);
  box-shadow: 0px 1px 2px 0px rgba(194, 205, 211, 0.75);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.team-search-box .doctor-name {
  background-color: #f1f7fa;
  border: 1px solid #f1f7fa;
  width: 100%;
  height: 50px;
  padding: 5px 20px;
  font-size: 16px;
  color: #111111;
}
.team-search-box input.form-control::-webkit-input-placeholder {
  color: #111111;
}
.team-search-box input.form-control::-moz-placeholder {
  color: #111111;
}
.team-search-box input.form-control:-moz-placeholder {
  color: #111111;
}
.team-search-box input.form-control:-ms-input-placeholder {
  color: #111111;
}
.team-search-box .item-btn {
  width: 100%;
  text-align: center;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 11.5px 10px;
  border: 1px solid;
  border-color: #07ccec;
  background-color: #07ccec;
  color: #ffffff;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  transition: all 0.5s ease-out;
}
.team-search-box .item-btn:hover {
  background-color: #2055e4;
}
.team-details-wrap-layout1 {
  padding: 10rem 0px;
}
.team-detail-box-layout1 {
  padding: 50px 55px 60px;
  background-color: #ffffff;
  border-radius: 4px;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(222, 229, 232, 0.75);
  -moz-box-shadow: 0px 1px 0px 0px rgba(222, 229, 232, 0.75);
  box-shadow: 0px 1px 0px 0px rgba(222, 229, 232, 0.75);
}
.team-detail-box-layout1 .single-item {
  margin-bottom: 40px;
}
.team-detail-box-layout1 .single-item:last-child {
  margin-bottom: 0;
}
.team-detail-box-layout1 .single-item .section-title {
  color: #111111;
  text-transform: capitalize;
  font-weight: 600;
}
.team-detail-box-layout1 .single-item table {
  margin-bottom: 0;
}
.team-detail-box-layout1 .single-item table thead tr {
  background-color: #f1f7fa;
}
.team-detail-box-layout1 .single-item table thead tr th {
  vertical-align: middle;
  padding: 13px 30px;
  font-size: 17px;
  font-weight: 500;
  color: #111111;
  border: 0px;
}
.team-detail-box-layout1 .single-item table thead tr th:first-child {
  width: 20%;
}
@media only screen and (max-width: 1199px) {
  .team-detail-box-layout1 .single-item table thead tr th:first-child {
    width: auto;
  }
}
.team-detail-box-layout1 .single-item table tbody tr:nth-child(even) {
  background-color: #f1f7fa;
}
.team-detail-box-layout1 .single-item table tbody td {
  padding: 13px 30px;
  font-size: 17px;
  color: #111111;
  border: 0px;
}
.team-detail-box-layout1 .single-item table.schedule-table tbody td {
  padding: 8px 30px;
  vertical-align: middle;
}
.team-detail-box-layout1 .single-item table.schedule-table tbody td .item-btn {
  border: 1px solid #07ccec;
  color: #07ccec;
  padding: 7px 50px;
  margin-right: 5px;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  background-color: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.team-detail-box-layout1 .single-item table.schedule-table tbody td .item-btn:hover {
  background-color: #07ccec;
  color: #ffffff;
  -webkit-box-shadow: 0px 1px 10px 0px rgba(56, 101, 219, 0.75);
  -moz-box-shadow: 0px 1px 10px 0px rgba(56, 101, 219, 0.75);
  box-shadow: 0px 1px 10px 0px rgba(56, 101, 219, 0.75);
}
.team-detail-box-layout1 .single-item table.schedule-table tbody .schedule-btn {
  text-align: right;
}
/*=======================================================================
[11] Blog Area Style
=========================================================================*/
.blog-wrap-layout1 {
  padding: 9.2rem 0 7rem;
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .blog-wrap-layout1 .blog-col-1st,
  .blog-wrap-layout1 .blog-col-2nd {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .blog-wrap-layout1 .blog-col-3rd {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.blog-wrap-layout2 {
  padding: 10rem 0;
}
/* .blog-wrap-layout2.informasi-unmas {
  padding-top: 12rem;
  margin-top: -4rem;
} */
.blog-wrap-layout3 {
  padding: 10rem 0px;
}
.blog-wrap-layout4 {
  padding: 10rem 0 ;
}

@media only screen and (max-width: 991px) {
  .blog-wrap-layout4 {
    padding: 8rem 0;
  }
}
.blog-wrap-layout4 .heading-layout1 {
  margin-bottom: 40px;
}
.blog-wrap-layout4 .blog-box-layout5 {
  margin: 25px 0;
}
.blog-wrap-layout4 .nav-control-layout4 .owl-controls .owl-nav > div{
  background: #fff;
}
.blog-wrap-layout4 .nav-control-layout4 .owl-controls .owl-prev{
  left: -30px;
}
.blog-wrap-layout4 .nav-control-layout4 .owl-controls .owl-next{
  right: -30px;
}
@media screen and (max-width: 576px) {
  .blog-wrap-layout4 .nav-control-layout4 .owl-controls .owl-prev {
    left: -20px;
  }
  .blog-wrap-layout4 .nav-control-layout4 .owl-controls .owl-next {
    right: -20px;
  }
}
.blog-wrap-layout4 .nav-control-layout4 .owl-controls .owl-prev:hover,
.blog-wrap-layout4 .nav-control-layout4 .owl-controls .owl-next:hover{
  background: #27477d;
}
.blog-wrap-layout4 .dot-control-layout2 .owl-controls {
  margin-top: 10px;
}
.blog-wrap-layout4 .dot-control-layout2 .owl-controls .owl-dots .owl-dot span {
  border: 2px solid #07ccec;
}
.blog-wrap-layout4 .dot-control-layout2 .owl-controls .owl-dots .owl-dot.active span {
  background: #07ccec;
}
.blog-wrap-layout4 .dot-control-layout2.berita-dots .owl-controls .owl-dots {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -85px;
}
@media only screen and (max-width: 991px) {
  .blog-wrap-layout4 .single-item {
    margin-bottom: 10px;
  }
  .blog-wrap-layout4 .single-item:last-child {
    margin-bottom: 0;
  }
  .blog-wrap-layout4 .dot-control-layout2 .owl-controls {
    margin-top: 0;
  }
  .blog-wrap-layout4 .dot-control-layout2.berita-dots .owl-controls .owl-dots {
    bottom: unset;
  }
}
@media only screen and (max-width: 768px) {
  .blog-wrap-layout4 .single-item {
    margin-bottom: 0;
  }
}
.blog-box-layout1 {
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.blog-box-layout1:nth-child(2) {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.blog-box-layout1 .entry-meta li {
  display: inline-block;
  color: #646464;
  margin-bottom: 20px;
  margin-right: 30px;
  font-size: 14px;
}
.blog-box-layout1 .entry-meta li:last-child {
  margin-right: 0;
}
.blog-box-layout1 .entry-meta li i {
  color: #07ccec;
  margin-right: 10px;
}
.blog-box-layout1 .entry-meta li a {
  color: #111111;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.blog-box-layout1 .entry-meta li a:hover {
  color: #07ccec;
}
.blog-box-layout1 .item-title {
  font-size: 22px;
  font-weight: 600;
}
.blog-box-layout1 .item-title a {
  color: #111111;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.blog-box-layout1 .item-title a:hover {
  color: #07ccec;
}
.blog-box-layout2 {
  background-color: #ffffff;
  margin-bottom: 3rem;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(208, 208, 208, 0.75);
  -moz-box-shadow: 0px 1px 0px 0px rgba(208, 208, 208, 0.75);
  box-shadow: 0px 1px 0px 0px rgba(208, 208, 208, 0.75);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.blog-box-layout2 .item-img {
  overflow: hidden;
}
.blog-box-layout2 .item-img img {
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.blog-box-layout2:hover {
  -webkit-box-shadow: 0px 2px 30px 0px rgba(208, 208, 208, 0.75);
  -moz-box-shadow: 0px 2px 30px 0px rgba(208, 208, 208, 0.75);
  box-shadow: 0px 2px 30px 0px rgba(208, 208, 208, 0.75);
}
.blog-box-layout2:hover .item-img img {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.blog-box-layout2 .item-content {
  padding: 30px;
}
.blog-box-layout2 .item-content .post-date {
  color: #07ccec;
  margin-bottom: 16px;
  font-weight: 700;
}
.blog-box-layout2 .item-content .item-title {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 500;
}
.blog-box-layout2 .item-content .item-title a {
  color: #111111;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.blog-box-layout2 .item-content .item-title a:hover {
  color: #07ccec;
}
.blog-box-layout2 .item-content p {
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 20px;
}
.blog-box-layout2 .item-content .post-actions-wrapper ul li {
  width: 68%;
  font-size: 17px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.blog-box-layout2 .item-content .post-actions-wrapper ul li:last-child {
  text-align: right;
  width: 30%;
}
.blog-box-layout2 .item-content .post-actions-wrapper ul li:last-child a {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.blog-box-layout2 .item-content .post-actions-wrapper ul li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #9e9e9e;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.blog-box-layout2 .item-content .post-actions-wrapper ul li a i {
  margin-right: 10px;
  color: #9e9e9e;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.blog-box-layout2 .item-content .post-actions-wrapper ul li a:hover {
  color: #07ccec;
}
.blog-box-layout2 .item-content .post-actions-wrapper ul li a:hover i {
  color: #07ccec;
}
.blog-box-layout2 .item-content .post-actions-wrapper ul li .item-btn {
  padding: 5px 5px 5px 0;
}
.blog-box-layout2 .item-content .post-actions-wrapper ul li .item-btn i {
  color: #07ccec;
  margin-left: 15px;
  margin-right: 0;
  position: relative;
  right: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.blog-box-layout2 .item-content .post-actions-wrapper ul li .item-btn:hover i {
  right: -5px;
}
.blog-box-layout3 {
  border: 1px solid #dedede;
  margin-bottom: 30px;
  background-color: #ffffff;
  border-radius: 4px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.blog-box-layout3:hover .item-img img {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.blog-box-layout3 .item-img {
  position: relative;
  overflow: hidden;
  border-radius: 4px 4px 0 0;
}
.blog-box-layout3 .item-img a {
  display: block;
  border-radius: 4px 4px 0 0;
}
.blog-box-layout3 .item-img a img {
  border-radius: 4px 4px 0 0;
  width: 100%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.blog-box-layout3 .post-date {
  position: absolute;
  background-color: #07ccec;
  top: 25px;
  left: 25px;
  text-align: center;
  padding: 10px;
  border-radius: 5px;
  line-height: 20px;
  color: #ffffff;
  z-index: 9;
}
.blog-box-layout3 .post-date span {
  display: block;
}
.blog-box-layout3 .item-content {
  padding: 25px 30px 25px;
}
.blog-box-layout3 .item-content .item-title {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-transform: capitalize;
  font-weight: 500;
}
.blog-box-layout3 .item-content .item-title a {
  color: #111111;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.blog-box-layout3 .item-content .item-title a:hover {
  color: #07ccec;
}
.blog-box-layout3 .item-content .post-actions-wrapper ul li {
  font-size: 14px;
  display: inline-block;
  margin-right: 20px;
}
.blog-box-layout3 .item-content .post-actions-wrapper ul li:last-child {
  margin-right: 0px;
}
.blog-box-layout3 .item-content .post-actions-wrapper ul li span {
  color: #07ccec;
}
.blog-box-layout3 .item-content .post-actions-wrapper ul li a {
  color: #444444;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.blog-box-layout3 .item-content .post-actions-wrapper ul li a i {
  margin-right: 10px;
  color: #07ccec;
}
.blog-box-layout3 .item-content .post-actions-wrapper ul li a i:before {
  margin-left: 0;
  font-size: 14px;
}
.blog-box-layout3 .item-content .post-actions-wrapper ul li a:hover {
  color: #07ccec;
}
.blog-box-layout3 .entry-carousel {
  position: relative;
}
.blog-box-layout3 .entry-content {
  position: relative;
  padding: 80px 0px 0px;
}
.blog-box-layout4 {
  border: 1px solid #dedede;
  margin-bottom: 30px;
  background-color: #ffffff;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.blog-box-layout4:hover {
  -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 35px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0 35px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 35px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.3);
}
.blog-box-layout4:hover .item-img {
  /* border-radius: 4px 4px 0 0; */
}
.blog-box-layout4:hover .item-img a {
  display: block;
  /* border-radius: 4px 4px 0 0; */
}
.blog-box-layout4:hover .item-img a img {
  -webkit-filter: blur(0);
  filter: blur(0);
  -ms-transform: scale(1.1) rotate(0);
  -webkit-transform: scale(1.1) rotate(0);
  transform: scale(1.1) rotate(0);
}
.blog-box-layout4 .item-img {
  position: relative;
  max-height: 260px;
  min-height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  /* border-radius: 4px 0 0 4px; */
}
.blog-box-layout4 .item-img img {
  width: auto;
  max-height: 280px;
  min-height: 100%;
  /* -webkit-filter: blur(1px);
  filter: blur(1px); */
  /* -ms-transform: scale(1.02) rotate(-1deg);
  -webkit-transform: scale(1.02) rotate(-1deg);
  transform: scale(1.02) rotate(-1deg); */
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.blog-box-layout4 .post-date {
  position: absolute;
  background-color: #07ccec;
  top: 10px;
  left: 0;
  text-align: center;
  padding: 10px;
  /* border-radius: 5px; */
  line-height: 20px;
  color: #ffffff;
}
.blog-box-layout4 .post-date span {
  display: block;
}
.blog-box-layout4 .item-content {
  padding: 25px 30px 25px;
}


.blog-box-layout4 .item-content .item-title {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 24px;
  font-size: 20px;
}
.blog-box-layout4 .item-content .item-title a {
  color: #111111;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.blog-box-layout4 .item-content .item-title a:hover {
  color: #07ccec;
}
.blog-box-layout4 .item-content .text-berita {
  margin-bottom: 10px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 14px;
}
.blog-box-layout4 .item-content .text-berita p {
  margin-bottom: 0;
}

.blog-box-layout4 .item-content .tag-berita {
  display: flex;
  align-items: center;
}

.blog-box-layout4 .item-content .tag-berita span{
  font-size: 14px;
  color: #9e9e9e;
  font-weight: 500;
}

@media only screen and (max-width: 425px) {
  .blog-box-layout4 .item-content .tag-berita span {
    display: none;
  }
}

.blog-box-layout4 .item-content .tag-berita ul {
  display: flex;
  /* margin-left: 5px; */
  flex-wrap: wrap;
  gap: 5px;
}

.blog-box-layout4 .item-content .tag-berita ul li {
  /* background-color: #07ccec; */
  border: 1px solid #07ccec;
  /* margin-left: 7px; */
  color: #07ccec;
  font-size: 11px;
  border-radius: 15px;
  padding: 2px 4px;
}

@media only screen and (max-width: 425px) {
  .blog-box-layout4 .item-content .tag-berita ul li:first-child {
    margin-left: 0;
  }
}

.blog-box-layout4 .item-content .tag-berita ul li.active {
  background-color: #07ccec;
  border: 1px solid #07ccec;
  margin-left: 7px;
  color: #fff;
}

.blog-box-layout4 .item-content .post-actions-wrapper ul li {
  font-size: 14px;
  display: inline-block;
  margin-right: 20px;
}
.blog-box-layout4 .item-content .post-actions-wrapper ul li:last-child {
  margin-right: 0px;
}
.blog-box-layout4 .item-content .post-actions-wrapper ul li span {
  color: #07ccec;
}
.blog-box-layout4 .item-content .post-actions-wrapper ul li a {
  color: #444444;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.blog-box-layout4 .item-content .post-actions-wrapper ul li a i {
  margin-right: 10px;
}
.blog-box-layout4 .item-content .post-actions-wrapper ul li a i:before {
  margin-left: 0;
  color: #07ccec;
  font-size: 14px;
}
.blog-box-layout4 .item-content .post-actions-wrapper ul li a:hover {
  color: #07ccec;
}
.blog-box-layout5 {
  border-radius: 5px;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(208, 208, 208, 0.75);
  -moz-box-shadow: 0px 1px 0px 0px rgba(208, 208, 208, 0.75);
  box-shadow: 0px 1px 0px 0px rgba(208, 208, 208, 0.75);
  background-color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.blog-box-layout5:hover {
  -webkit-box-shadow: 0px 2px 30px 0px rgba(208, 208, 208, 0.75);
  -moz-box-shadow: 0px 2px 30px 0px rgba(208, 208, 208, 0.75);
  box-shadow: 0px 2px 30px 0px rgba(208, 208, 208, 0.75);
}
.blog-box-layout5:hover .item-img img {
  -webkit-filter: blur(0px);
  filter: blur(0px);
  -ms-transform: scale(1.1) rotate(0deg);
  -webkit-transform: scale(1.1) rotate(0deg);
  transform: scale(1.1) rotate(0deg);
}
.blog-box-layout5 .item-img {
  position: relative;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  height: 230px;
}
.blog-box-layout5 .item-img img {
  min-height: 230px;
  -ms-transform: scale(1.02) rotate(-1deg);
  -webkit-transform: scale(1.02) rotate(-1deg);
  transform: scale(1.02) rotate(-1deg);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.blog-box-layout5 .post-date {
  position: absolute;
  background-color: #07ccec;
  top: 10px;
  text-align: center;
  padding: 10px 10px 10px 20px;
  line-height: 20px;
  color: #ffffff;
}
.blog-box-layout4 .post-date::before,
.blog-box-layout5 .post-date::before {
  content: '';
  position: absolute;
  display: block;
  width: 20px;
  height: 100%;
  bottom: 0;
  right: -19px;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  background: #07ccec;
}
@media screen and (max-width: 375px) {
  .blog-box-layout5 .post-date {
    padding: 8px;
  }
}
.blog-box-layout5 .post-date span {
  display: block;
}
.blog-box-layout5 .post-date.category-post,
.blog-box-layout4 .post-date.category-post {
  top: calc(100% - 65px);
  text-transform: capitalize;
}
.blog-box-layout5 .post-date.category-post.pengumuman,
.blog-box-layout4 .post-date.category-post.pengumuman {
  background-color: #1e4ecb;
}

.blog-box-layout4 .item-content {
  position: relative;
  padding: 20px 30px 20px 0;
  border-radius: 0 0 5px 5px;
  height: 260px;
}

@media only screen and (max-width:991px) {
  .blog-box-layout4 .item-content {
    padding: 20px 30px;
  }
}

@media only screen and (max-width: 768px) {
  .blog-box-layout4 .item-content {
    padding: 20px 20px;
  }
}

.blog-box-layout5 .item-content {
  position: relative;
  padding: 20px 25px 30px;
  border-radius: 0 0 5px 5px;
  height: 240px;
}

@media screen and (max-width: 768px) {
  .blog-box-layout5 .item-content,
  .blog-box-layout4 .item-content {
    height: 260px;
  }
}

@media only screen and (max-width: 425px) {
  .blog-box-layout5 .item-content {
    height: 100%;
  }
}
.blog-box-layout5 .item-content .item-title {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -ms-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.25em;
}
.blog-box-layout5 .item-content .item-title a {
  color: #111111;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.blog-box-layout5 .item-content .item-title a:hover {
  color: #07ccec;
}
.blog-box-layout5 .item-content .text-berita {
  margin-bottom: 20px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.blog-box-layout5 .item-content .text-berita p {
  margin-bottom: 0;
}

.blog-box-layout4 .item-content .post-actions-wrapper {
  position: absolute;
  width: calc(100% - 30px);
  bottom: 20px;
}

@media only screen and (max-width: 991px) {
  .blog-box-layout4 .item-content .post-actions-wrapper {
    width: calc(100% - 60px);
  }
}

@media only screen and (max-width: 768px) {
  .blog-box-layout4 .item-content .post-actions-wrapper {
    width: calc(100% - 40px);
  }
}

.blog-box-layout5 .item-content .post-actions-wrapper {
  position: absolute;
  width: calc(100% - 50px);
  bottom: 30px;
}
.blog-box-layout5 .item-content .post-actions-wrapper ul li,
.blog-box-layout4 .item-content .post-actions-wrapper ul li {
  color: #07ccec;
  font-size: 14px;
  display: inline-block;
  /* margin-right: 15px; */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.blog-box-layout5 .item-content .post-actions-wrapper ul,
.blog-box-layout4 .item-content .post-actions-wrapper ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog-box-layout5 .item-content .post-actions-wrapper ul li span,
.blog-box-layout4 .item-content .post-actions-wrapper ul li span {
  color: #07ccec;
}
.blog-box-layout5 .item-content .post-actions-wrapper ul li a,
.blog-box-layout4 .item-content .post-actions-wrapper ul li a {
  color: #9e9e9e;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.blog-box-layout5 .item-content .post-actions-wrapper ul li a i,
.blog-box-layout4 .item-content .post-actions-wrapper ul li a i {
  margin-right: 10px;
  margin-left: 5px;
  color: #07ccec;
  transition: all .5s ease;
}
.blog-box-layout5 .item-content .post-actions-wrapper ul li a:hover i,
.blog-box-layout4 .item-content .post-actions-wrapper ul li a:hover i {
  margin-right: 5px;
  margin-left: 10px;
}
.blog-box-layout5 .item-content .post-actions-wrapper ul li a:hover,
.blog-box-layout4 .item-content .post-actions-wrapper ul li a:hover {
  color: #07ccec;
}
@media (min-width: 991px) and (max-width: 1200px) {
  .blog-box-layout5 .item-content .post-actions-wrapper ul li,
  .blog-box-layout4 .item-content .post-actions-wrapper ul li {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .blog-box-layout5 .item-content .item-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 576px) {
  .blog-box-layout5 .item-content {
    height: 257px;
  }
  .blog-box-layout5 .item-content .item-title {
    font-size: 20px;
  }
  .blog-box-layout5 .item-content .post-actions-wrapper ul li,
  .blog-box-layout4 .item-content .post-actions-wrapper ul li {
    font-size: 16px;
  }
}
@media only screen and (max-width: 425px) {
  .blog-box-layout5 .item-content .post-actions-wrapper ul li,
  .blog-box-layout4 .item-content .post-actions-wrapper ul li {
    font-size: 14px;
  }
}
.blog-detail-wrap {
  padding: 10rem 0 10rem;
  /* margin-top: -4rem; */
}

@media only screen and (max-width: 991px) {
  .blog-detail-wrap {
    padding: 8rem 0;
  }
}

.blog-detail-box {
  margin-bottom: 30px;
}

.blog-detail-box .blog-detail-title {
  background-color: #ffffff;
}
.blog-detail-box .blog-detail-title .item-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 4px;
}
.blog-detail-box .blog-detail-title .item-img img {
  border-radius: 4px;
  width: 100%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.blog-detail-box .blog-detail-title .post-date {
  position: absolute;
  background-color: #07ccec;
  top: 25px;
  left: 25px;
  text-align: center;
  padding: 10px 15px;
  border-radius: 5px;
  color: #ffffff;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  .blog-detail-box .blog-detail-title .post-date {
    top: 10px;
    left: 10px;
  }
}
.blog-detail-box .blog-detail-title .post-date span {
  display: block;
}
.blog-detail-box .blog-detail-title .item-content .item-title {
  font-size: 28px;
  color: #111111;
  text-transform: capitalize;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .blog-detail-box .blog-detail-title .item-content .item-title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 575px) {
  .blog-detail-box .blog-detail-title .item-content .item-title {
    font-size: 20px;
  }
}
.blog-detail-box .blog-detail-title .item-content .post-actions-wrapper {
  margin-bottom: 20px;
}
.blog-detail-box .blog-detail-title .item-content .post-actions-wrapper ul li {
  font-size: 15px;
  display: inline-block;
  margin-right: 20px;
}
.blog-detail-box .blog-detail-title .item-content .post-actions-wrapper ul li:last-child {
  margin-right: 0px;
}
.blog-detail-box .blog-detail-title .item-content .post-actions-wrapper ul li span {
  color: #07ccec;
}
.blog-detail-box .blog-detail-title .item-content .post-actions-wrapper ul li a {
  color: #444444;
}
.blog-detail-box .blog-detail-title .item-content .post-actions-wrapper ul li a i {
  margin-right: 10px;
  color: #07ccec;
}
.blog-detail-box .blog-detail-title .item-content .post-actions-wrapper ul li a i:before {
  margin-left: 0px;
  font-size: 14px;
}
.blog-detail-box .blog-content {
  margin-bottom: 50px;
}

.blog-detail-box .blog-content h2{
  font-size: 22px;
  margin-bottom: 1rem;
  font-weight: 500;
  font-family: inherit;
}

.blog-detail-box .blog-content h1{
  font-size: 26px;
  margin-bottom: 1rem;
  font-weight: 600;
  font-family: inherit;
}

.blog-detail-box .blog-content p {
  margin-bottom: 1rem;
}
.blog-detail-box .blog-content ol {
  margin-bottom: 1rem;
}
.blog-detail-box .blog-content blockquote {
  margin: 0 0 20px;
  display: inline-block;
  padding: 20px 20px 30px 60px;
  position: relative;
  font-size: 16px;
  line-height: 25px;
  font-style: italic;
  border-left: 3px solid #07ccec;
  background-color: #f1f7fa;
  border-radius: 0 4px 4px 0;
}
@media only screen and (max-width: 575px) {
  .blog-detail-box .blog-content blockquote {
    padding: 30px 20px 35px 50px;
  }
}
.blog-detail-box .blog-content blockquote:before {
  content: "\f10d";
  position: absolute;
  left: 15px;
  top: 20px;
  color: #07ccec;
  font-size: 30px;
  z-index: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
@media only screen and (max-width: 575px) {
  .blog-detail-box .blog-content blockquote:before {
    left: 15px;
    font-size: 30px;
  }
}
/* .blog-detail-box .blog-social {
  margin-bottom: 30px;
} */
.blog-detail-box .blog-social h3 {
  font-size: 18px;
  font-weight: 700;
  color: #27477d;
}
.blog-detail-box .blog-social ul li {
  display: inline-block;
  background-color: #07ccec;
  border: 1px solid #07ccec;
  border-radius: 4px;
  margin-right: 5px;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.blog-detail-box .blog-social ul li.facebook {
  background-color: #3b5998;
  border: 1px solid #3b5998;
}

.blog-detail-box .blog-social ul li.twitter {
  background-color: #1da1f2;
  border: 1px solid #1da1f2;
}

.blog-detail-box .blog-social ul li.whatsapp {
  background-color: #25d366;
  border: 1px solid #25d366;
}

.blog-detail-box .blog-social ul li:last-child {
  margin-right: 0;
}
.blog-detail-box .blog-social ul li a {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  position: relative;
}

.blog-detail-box .blog-social ul li.facebook a,
.blog-detail-box .blog-social ul li.twitter a,
.blog-detail-box .blog-social ul li.whatsapp a{
  padding: 0;
  color: #fff;
}

.blog-detail-box .blog-social ul li a span{
  padding: 5px 10px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.12)), to(transparent));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.12), transparent);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.12), transparent);
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.12), transparent);
}

.blog-detail-box .blog-social ul li a i {
  width: 30px;
  font-size: 16px;
  text-align: center;
  color: #fff;
}
.blog-detail-box .blog-social ul li:hover {
  border: 1px solid #07ccec;
  background-color: #07ccec;
}
.blog-detail-box .blog-social ul li:hover a {
  color: #ffffff;
}
.blog-detail-box .blog-social ul li:hover a i {
  color: #ffffff;
}
.blog-detail-box .blog-author {
  margin-bottom: 50px;
  padding: 35px 30px 30px;
  background-color: #f1f7fa;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(207, 219, 225, 0.75);
  -moz-box-shadow: 0px 1px 0px 0px rgba(207, 219, 225, 0.75);
  box-shadow: 0px 1px 0px 0px rgba(207, 219, 225, 0.75);
  border-radius: 4px;
}
.blog-detail-box .blog-author .author-title {
  font-weight: 600;
  color: #111111;
}
.blog-detail-box .blog-author .author-social li {
  display: inline-block;
  margin-right: 15px;
}
.blog-detail-box .blog-author .author-social a {
  color: #07ccec;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.blog-detail-box .blog-author .author-social a:hover {
  color: #2055e4;
}
.blog-detail-box .blog-comment {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 25px;
}
.blog-detail-box .blog-comment h3 {
  font-weight: 600;
  color: #222222;
  margin-bottom: 40px;
}
.blog-detail-box .blog-comment ul {
  margin-bottom: 60px;
}
.blog-detail-box .blog-comment ul li {
  position: relative;
  margin-bottom: 40px;
}
.blog-detail-box .blog-comment ul li:nth-child(even) {
  margin-left: 50px;
}
.blog-detail-box .blog-comment ul li h4 {
  color: #222222;
  font-weight: 700;
}
.blog-detail-box .blog-comment ul li h4 span {
  color: #444444;
  font-weight: 400;
}
.blog-detail-box .blog-comment ul li p {
  width: 85%;
}
.blog-detail-box .blog-comment ul li .item-btn {
  font-size: 13px;
  font-weight: 500;
  color: #ffffff;
  padding: 5px 20px;
  background-color: #07ccec;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: absolute;
  top: -10px;
  right: 0;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .blog-detail-box .blog-comment ul li .item-btn {
    position: inherit;
  }
}
.blog-detail-box .blog-comment ul li .item-btn:hover {
  background-color: #2055e4;
}
.blog-detail-box .blog-comment ul li:last-child {
  margin-left: 50px;
}
.blog-detail-box .blog-form-box .title {
  color: #111111;
  text-transform: capitalize;
  font-weight: 600;
}
.blog-detail-box .blog-form-box .contact-form-box .form-group {
  margin-bottom: 15px;
}
.blog-detail-box .blog-form-box .contact-form-box .form-group .form-control {
  color: #000000;
  font-size: 16px;
  padding: 15px 20px;
  border: none;
  background-color: #f1f7fa;
  border-radius: 4px;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(207, 219, 225, 0.75);
  -moz-box-shadow: 0px 1px 0px 0px rgba(207, 219, 225, 0.75);
  box-shadow: 0px 1px 0px 0px rgba(207, 219, 225, 0.75);
}
.blog-detail-box .blog-form-box .contact-form-box .form-group .item-btn {
  margin-top: 25px;
  border: 1px solid;
  border-color: #07ccec;
  background-color: #07ccec;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 13px 30px;
  text-align: center;
  text-transform: capitalize;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.blog-detail-box .blog-form-box .contact-form-box .form-group .item-btn:hover {
  background-color: #2055e4;
}
.blog-detail-box .blog-form-box .contact-form-box .contact-info {
  margin-bottom: 32px;
}
.blog-detail-box .blog-form-box .contact-form-box .contact-info li {
  color: #111111;
  margin-bottom: 15px;
  position: relative;
  padding-left: 42px;
}
.blog-detail-box .blog-form-box .contact-form-box .contact-info li:last-child {
  margin-bottom: 0px;
  color: #444444;
}
.blog-detail-box .blog-form-box .contact-form-box .contact-info li:first-child {
  font-weight: 500;
}
.blog-detail-box .blog-form-box .contact-form-box .contact-info li i {
  font-size: 22px;
  color: #07ccec;
  top: 5px;
  left: 0;
  position: absolute;
}

.blog-detail-box .blog-share {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* padding: 20px 0; */
}
/*=======================================================================
[12] Brand Area Style
=========================================================================*/
.brand-wrap-layout2 {
  padding: 30px 0 30px;
  background: #fff;
  box-shadow: inset 0 0 100px 50px #fff;
}
@media screen and (max-width: 597px) {
  .brand-wrap-layout2 {
    padding: 20px 0 20px;
  }
}
.brand-wrap-layout2.index-brand {
  background: #fff;
  border-top: 0;
}
.brand-wrap-layout2 .nav-control-layout4 .owl-controls .owl-nav > div {
  top: calc(50% - 10px)
}
.brand-box-layout1 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 992px) {
  .brand-box-layout1 {
    padding: 5rem 0 2rem 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
}
.brand-box-layout1 .item-title {
  margin-bottom: 0;
  color: #ffffff;
  text-transform: capitalize;
  text-align: center;
  font-weight: 400;
  font-size: 40px;
}
@media screen and (max-width: 1199px) {
  .brand-box-layout1 .item-title {
    font-size: calc(37px) ;
  }
}
@media screen and (max-width: 991px) {
  .brand-box-layout1 .item-title {
    font-size: calc(36px);
  }
}
@media screen and (max-width: 767px) {
  .brand-box-layout1 .item-title {
    font-size: calc(34px);
  }
}
@media screen and (max-width: 575px) {
  .brand-box-layout1 .item-title {
    font-size: calc(32px);
  }
}
@media screen and (max-width: 479px) {
  .brand-box-layout1 .item-title {
    font-size: calc(30px);
  }
}
.brand-box-layout1 .item-title.nilai {
  margin-left: 10px;
  font-size: 120px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .brand-box-layout1 .item-title.nilai {
    margin-bottom: 20px;
    margin-left: 0;
  }
}
@media screen and (max-width: 479px) {
  .brand-box-layout1 .item-title.nilai {
    font-size: calc(95px);
    margin-bottom: 0;
  }
}
.brand-box-layout2 {
  position: relative;
}
.brand-box-layout2 img {
  margin: 0 auto;
}
.brand-box-layout2 ul {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  text-align: center;
}
@media only screen and (max-width: 992px) {
  .brand-box-layout2 ul {
    text-align: center;
    position: inherit;
    top: 0;
  }
}
@media only screen and (max-width: 575px) {
  .brand-box-layout2 ul {
    top: 35%;
  }
}
.brand-box-layout2 ul li img {
  display: inline-block;
  margin-right: 30px;
  transform: scale(1);
  -webkit-filter: grayscale(1) drop-shadow(0 0 0 #fff);
  filter: grayscale(1) drop-shadow(0 0 0 #fff);
  transition: all .5s ease;
}
.brand-box-layout2 ul li img:hover {
  transform: scale(1.17);
  -webkit-filter: grayscale(0) drop-shadow(0 0 10px #fff);
  filter: grayscale(0) drop-shadow(0 0 10px #fff);
}
.brand-box-layout2 ul li:last-child img {
  margin-right: 0;
  max-width: 150px;
}
@media only screen and (max-width: 575px) {
  .brand-box-layout2 ul li img {
    margin-bottom: 15px;
  }
  .brand-box-layout2 ul li:last-child img {
    margin-bottom: 0;
  }
}
.brand-box-layout3 {
  cursor: all-scroll;
  max-height: 120px;
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.brand-box-layout3 img {
  max-height: 120px;
  min-height: 100%;
  width: auto !important;
  /* width: 90px !important; */
  margin: auto;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.brand-box-layout3:hover img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
/*=======================================================================
[13] Shop Area Style
=========================================================================*/
.shop-wrap-layout1 {
  padding: 10rem 0 10rem;
}
@media only screen and (max-width: 991px) {
  .shop-wrap-layout1 {
    padding: 8rem 0;
  }
}

.shop-wrap-layout1 .owl-controls {
  margin-top: 50px;
}
.shop-box-layout1{
  border-radius: 4px;
  -webkit-box-shadow: 0 0 35px rgb(0 0 0 / 10%);
  -moz-box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 35px rgb(0 0 0 / 10%);
  -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.shop-box-layout1:hover{
  -webkit-box-shadow: 0 0 35px rgb(0 0 0 / 25%);
  -moz-box-shadow: 0 0 35px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 0 35px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 0 35px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 35px rgb(0 0 0 / 25%);
}

.shop-box-layout1 .item-img {
  background-color: #fff;
  padding: 20px 25px;
  position: relative;
  text-align: center;
  border-radius: 4px 4px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 280px;
  min-height: 280px;
}
.shop-box-layout1 .item-img img {
  max-height: calc(280px - 50px);
  min-height: 100%;
  width: auto;
  border-radius: 4px;
  -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.shop-box-layout1:hover .item-img img {
  transform: scale(1.05);
}

.shop-box-layout1 .item-img:after {
  position: absolute;
  content: "";
  background-color: rgba(57, 108, 240, 0.9);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.shop-box-layout1.lowongan .item-img:after {
  content: unset;
}

.shop-box-layout1 .item-img .shop-action-items {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 6;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.shop-box-layout1 .item-img .shop-action-items li {
  opacity: 0;
  visibility: hidden;
  margin-right: 10px;
  -webkit-transition: all 1.5s cubic-bezier(0, 0, 0.15, 1.88);
  -moz-transition: all 1.5s cubic-bezier(0, 0, 0.15, 1.88);
  -ms-transition: all 1.5s cubic-bezier(0, 0, 0.15, 1.88);
  -o-transition: all 1.5s cubic-bezier(0, 0, 0.15, 1.88);
  transition: all 1.5s cubic-bezier(0, 0, 0.15, 1.88);
}
.shop-box-layout1 .item-img .shop-action-items li a {
  display: block;
  height: 45px;
  width: 45px;
  background-color: #ffffff;
  color: #444444;
  text-align: center;
  border: 2px solid #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.shop-box-layout1 .item-img .shop-action-items li a i:before {
  line-height: 44px;
  margin-left: 0;
  font-size: 17px;
}
.shop-box-layout1 .item-img .shop-action-items li a:hover {
  background-color: transparent;
  color: #ffffff;
}
.shop-box-layout1 .item-img .shop-action-items li:first-child a i:before {
  font-size: 28px;
}
.shop-box-layout1 .item-img .shop-action-items li:nth-child(1n) {
  -webkit-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
}
.shop-box-layout1 .item-img .shop-action-items li:nth-child(2n) {
  -webkit-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px);
}
.shop-box-layout1 .item-img .shop-action-items li:nth-child(3n) {
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
}
.shop-box-layout1 .item-img .shop-action-items li:nth-child(4n) {
  -webkit-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
}
.shop-box-layout1 .item-img .shop-action-items li:nth-child(5n) {
  -webkit-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  transform: translateX(-100px);
}
.shop-box-layout1 .item-img .shop-action-items li:last-child {
  margin-right: 0;
}
.shop-box-layout1 .item-content {
  position: relative;
  height: 200px;
  background-color: #fff;
  padding: 0px 25px 20px;
  border-radius: 0 0 4px 4px;
}
.shop-box-layout1 .item-title {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 20px;
}
.shop-box-layout1 .item-title a {
  color: #111111;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.shop-box-layout1 .item-title a:hover {
  color: #07ccec;
}

.shop-box-layout1 .item-content .item-desc {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.shop-box-layout1 .item-content .post-actions-wrapper {
  position: absolute;
  width: calc(100% - 50px);
  bottom: 20px;
}

.shop-box-layout1 .item-content .post-actions-wrapper ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.shop-box-layout1 .item-content .post-actions-wrapper ul li {
  color: #07ccec;
  font-size: 14px;
  display: inline-block;
  /* margin-right: 15px; */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.shop-box-layout1 .item-content .post-actions-wrapper ul li a{
  color: #9e9e9e;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.shop-box-layout1 .item-content .post-actions-wrapper ul li a:hover {
  color: #07ccec;
}

.shop-box-layout1 .item-content .post-actions-wrapper ul li a i {
  margin-right: 10px;
  margin-left: 5px;
  color: #07ccec;
  transition: all .5s ease;
}
.shop-box-layout1 .item-content .post-actions-wrapper ul li a:hover i {
  margin-right: 5px;
  margin-left: 10px;
}

.shop-box-layout1 .rate-items {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 10px;
}
.shop-box-layout1 .rate-items .rate-item {
  margin-right: 10px;
  color: #fdc800;
  font-size: 15px;
}
.shop-box-layout1 .rate-items .rate-item:last-child {
  margin-right: 0;
  color: #d6d6d6;
}
.shop-box-layout1 .item-price {
  font-size: 22px;
  font-weight: 500;
  color: #07ccec;
  line-height: 22px;
}
.shop-box-layout1:hover .item-img:after {
  opacity: 1;
  visibility: visible;
}
.shop-box-layout1:hover .item-img .shop-action-items li {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -moz-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -ms-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -o-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
}
.single-product-wrap {
  padding: 10rem 0 7rem;
}
.single-product-box {
  margin-bottom: 7rem;
}
.single-product-box .single-product-gallery {
  margin-bottom: 3rem;
}
.single-product-box .single-product-gallery ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.single-product-box .single-product-gallery .tab-content {
  padding: 30px;
  background-color: #f2f2f2;
  margin-top: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.single-product-box .single-product-gallery .tab-content a {
  text-align: center;
  display: block;
}
.single-product-box .single-product-gallery .tab-content a img {
  margin: 0 auto;
}
.single-product-box .single-product-gallery .nav-tabs {
  border-bottom: 0;
  margin-left: -5px;
  margin-right: -5px;
  margin-top: 10px;
}
.single-product-box .single-product-gallery .nav-tabs li.nav-item {
  padding-left: 5px;
  padding-right: 5px;
  /* width: 33.333333%; */
  width: 100%;
}
.single-product-box .single-product-gallery .nav-tabs li.nav-item a {
  padding: 20px;
  background-color: #f2f2f2;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.single-product-box .single-product-gallery .nav-tabs li.nav-item a:hover {
  background-color: #d7d7d7;
}
.single-product-box .single-product-gallery .nav-tabs li.nav-item a.active {
  background-color: #d7d7d7;
}
.single-product-box .single-product-info {
  margin-bottom: 3rem;
}
.single-product-box .single-product-info .item-title {
  color: #111111;
  text-transform: capitalize;
  font-weight: 500;
}
.single-product-box .single-product-info .rating {
  margin: 0 0 20px;
}
.single-product-box .single-product-info .rating li {
  display: inline-block;
}
.single-product-box .single-product-info .rating li > i {
  color: #ffb300;
}
.single-product-box .single-product-info .price {
  font-size: 26px;
  font-weight: 500;
  color: #07ccec;
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .single-product-box .single-product-info .price {
    font-size: 24px;
  }
}
@media only screen and (max-width: 575px) {
  .single-product-box .single-product-info .price {
    font-size: 20px;
  }
}
.single-product-box .single-product-info .item-sku {
  color: #111111;
  font-size: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .single-product-box .single-product-info .item-sku {
    font-size: 18px;
  }
}
.single-product-box .single-product-info .item-sku span {
  font-weight: 500;
}
.single-product-box .single-product-info .item-stock {
  color: #111111;
  margin-bottom: 20px;
  font-size: 20px;
}
.single-product-box .single-product-info .item-stock span {
  font-weight: 500;
}
.single-product-box .single-product-info .cart-action-area {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 20px;
}
@media only screen and (max-width: 575px) {
  .single-product-box .single-product-info .cart-action-area {
    display: block;
  }
}
.single-product-box .single-product-info .cart-action-area .cart-quantity {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.single-product-box .single-product-info .cart-action-area .cart-quantity li {
  margin-bottom: 10px;
  display: inline-block;
  margin-right: 10px;
}
.single-product-box .single-product-info .cart-action-area .cart-quantity li:last-child {
  margin-right: 0;
}
.single-product-box .single-product-info .cart-action-area .cart-quantity li .quantity-holder {
  height: 50px;
  width: 90px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #d3d3d3;
}
.single-product-box .single-product-info .cart-action-area .cart-quantity li .item-btn {
  padding: 10.5px 20px;
  background-color: #07ccec;
  color: #ffffff;
  border: 1px solid;
  border-color: #07ccec;
  display: inline-block;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.single-product-box .single-product-info .cart-action-area .cart-quantity li .item-btn:hover {
  background-color: #2055e4;
}
.single-product-box .single-product-info .cart-action-area .cart-quantity li input {
  -webkit-border-radius: 45px 0 0 45px;
  -moz-border-radius: 45px 0 0 45px;
  -ms-border-radius: 45px 0 0 45px;
  -o-border-radius: 45px 0 0 45px;
  border-radius: 45px 0 0 45px;
  font-size: 20px;
  color: #000000;
  font-weight: 500;
  border: none;
  padding: 0.5rem;
  text-align: center;
}
.single-product-box .single-product-info .cart-action-area .cart-quantity li .btn-quantity-select button {
  cursor: pointer;
  width: 35px;
  display: block;
  border: 0;
  font-size: 12px;
  background-color: transparent;
  color: #444444;
  height: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.single-product-box .single-product-info .cart-action-area .cart-quantity li .btn-quantity-select button i {
  margin: 0 auto;
}
.single-product-box .single-product-info .cart-action-area .cart-quantity li .btn-quantity-select button:hover {
  background-color: #e8a828;
  color: #e3e3e3;
}
.single-product-box .single-product-info .cart-action-area .cart-quantity li .btn-quantity-select .quantity-plus {
  border-left: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
}
.single-product-box .single-product-info .cart-action-area .cart-quantity li .btn-quantity-select .quantity-plus:focus {
  outline: none;
}
.single-product-box .single-product-info .cart-action-area .cart-quantity li .btn-quantity-select .quantity-minus {
  border-left: 1px solid #d3d3d3;
}
.single-product-box .single-product-info .cart-action-area .cart-quantity li .btn-quantity-select .quantity-minus:focus {
  outline: none;
}
.single-product-box .single-product-info .cart-action-area .cart-favourite {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-left: 10px;
}
@media only screen and (max-width: 575px) {
  .single-product-box .single-product-info .cart-action-area .cart-favourite {
    margin-left: 0;
  }
}
.single-product-box .single-product-info .cart-action-area .cart-favourite li {
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline;
}
.single-product-box .single-product-info .cart-action-area .cart-favourite li a {
  display: block;
  height: 50px;
  width: 50px;
  background-color: #f2f2f2;
  color: #444444;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.single-product-box .single-product-info .cart-action-area .cart-favourite li a i:before {
  line-height: 50px;
  margin-left: 0;
  font-size: 17px;
}
.single-product-box .single-product-info .cart-action-area .cart-favourite li a:hover {
  background-color: #07ccec;
  color: #ffffff;
}
.single-product-box .single-product-info .product-share ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.single-product-box .single-product-info .product-share ul li {
  color: #07ccec;
  margin-right: 10px;
}
.single-product-box .single-product-info .product-share ul li a {
  color: #111111;
  padding: 5px 10px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.single-product-box .single-product-info .product-share ul li a:hover {
  color: #07ccec;
}
.single-product-tab {
  margin-bottom: 50px;
  position: relative;
}
.single-product-tab .nav-tabs {
  border-bottom: 01px solid #f2f2f2;
}
.single-product-tab ul.nav-tabs > li {
  display: inline-block;
  margin-right: 10px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.single-product-tab ul.nav-tabs > li:last-child {
  margin-right: 0;
}
.single-product-tab ul.nav-tabs > li a {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  display: inline-block;
  background: #f2f2f2;
  color: #000000;
  padding: 12px 30px;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 500;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.single-product-tab ul.nav-tabs > li .active {
  background-color: #07ccec;
  color: #ffffff;
}
.single-product-tab .tab-content {
  padding: 40px 0 30px;
}
.single-product-tab .tab-content ul.list-content li {
  display: block;
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
}
.single-product-tab .tab-content ul.list-content li:after {
  content: "\f111";
  position: absolute;
  left: 0;
  top: 5px;
  z-index: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #111111;
  font-size: 12px;
}
.single-product-tab .tab-content ul.list-content li:last-child {
  margin-bottom: 0;
}
.related-product .item-title {
  color: #111111;
  text-transform: capitalize;
  font-weight: 600;
}
/*=======================================================================
[14] Departments Area Style
=========================================================================*/
.departments-wrap-layout1 {
  padding: 10rem 0px;
}
.departments-wrap-layout2 {
  padding: 9.2rem 0px 7rem;
  position: relative;
}
.departments-wrap-layout2 .left-img {
  position: absolute;
  left: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.departments-wrap-layout3 {
  position: relative;
  padding: 10rem 0 10rem;
  overflow-x: hidden;
}

@media only screen and (max-width: 991px) {
  .departments-wrap-layout3 {
    padding: 8rem 0;
  }
}

.departments-wrap-layout3 .heading-layout1 {
  margin-bottom: 65px;
}

@media only screen and (max-width: 991px) {
  .departments-wrap-layout3 .heading-layout1 {
    margin-bottom: 50px;
  }
}
.about-wrap-layout5.pelayanan-rsgm .heading-layout1 {
  margin-bottom: 55px
}
.departments-wrap-layout3 .slick-navigation {
  background-color: #ffffff;
  color: #07ccec;
  border: 1px solid #07ccec;
  text-align: center;
  opacity: 1;
  font-size: 20px;
  height: 45px;
  width: 45px;
  line-height: 43px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.departments-wrap-layout3 .slick-navigation:hover {
  background-color: #07ccec;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .departments-wrap-layout3 .slick-navigation {
    height: 35px;
    width: 35px;
    line-height: 33px;
  }
}
.departments-wrap-layout3 .slick-prev {
  position: absolute;
  left: -10px;
  top: 85px;
  z-index: 7;
}
@media only screen and (max-width: 479px) {
  .departments-wrap-layout3 .slick-prev {
    left: -13px;
  }
}
.departments-wrap-layout3 .slick-prev:before {
  display: none;
}
.departments-wrap-layout3 .slick-next {
  position: absolute;
  right: -10px;
  top: 85px;
  z-index: 7;
}
@media only screen and (max-width: 479px) {
  .departments-wrap-layout3 .slick-next {
    right: -13px;
  }
}
/* @media only screen and (max-width: 768px) {
  .departments-wrap-layout3 .slick-next,
  .departments-wrap-layout3 .slick-prev {
    top: 63px;
  }
}
@media only screen and (max-width: 576px) {
  .departments-wrap-layout3 .slick-next,
  .departments-wrap-layout3 .slick-prev {
    top: 52px;
  }
} */
.departments-wrap-layout3 .slick-next:before {
  display: none;
}
.departments-wrap-layout3.ie-browser .slick-next,
.departments-wrap-layout3.ie-browser .slick-prev {
  top: -20%;
}
.departments-wrap-layout3 .slick-slider {
  position: initial;
}
.departments-box-layout3 .carousel-content.slick-slider {
  padding: 0 6px;
}
.departments-box-layout3 .carousel-nav.slick-slider {
  padding: 0;
}
.departments-box-layout3 .carousel-nav.slick-slider .slick-list {
  padding: 0 6px !important;
}
.departments-box-layout3 .carousel-content.slick-slider .slick-list {
  box-shadow: 0 0 10px hsl(0, 0%, 70%);
  border-radius: 8px;
  /* max-height: 800px; */
}
.departments-wrap-layout4 {
  padding: 9.2rem 0px 10rem;
}
.departments-wrap-layout5 {
  padding: 10rem 0 8rem;
}
.departments-wrap-layout6 {
  position: relative;
  overflow: hidden;
}
.departments-wrap-layout6:after {
  content: url('img/department/department-bg2.png');
  bottom: -9px;
  left: 0;
  position: absolute;
  z-index: 1;
}
.departments-wrap-layout7 {
  position: relative;
  padding: 10rem 0px 10rem;
}

@media only screen and (max-width: 991px) {
  .departments-wrap-layout7 {
    padding: 8rem 0;
  }
}

.departments-wrap-layout7 .pattern-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}
.departments-wrap-layout8 {
  padding: 10rem 0px 10rem;
}

@media only screen and (max-width: 991px) {
  .departments-wrap-layout8 {
    padding: 8rem 0;
  }
}

.departments-wrap-layout8 .heading-layout1 {
  margin-bottom: 50px;
}

.departments-wrap-layout8 .mitra {
  margin-bottom: 50px;
}
.departments-wrap-layout8 .mitra:last-child {
  margin-bottom: 0;
}
.menu-list .menu-item {
  padding: 0 10px;
}
.menu-list .menu-item.hidden-data {
  visibility: hidden;
  height: 0;
}
.departments-box-layout1 {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.departments-box-layout1 .item-img {
  position: relative;
  overflow: hidden;
  width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.departments-box-layout1 .item-img img {
  width: 100%;
}
/* .departments-box-layout1 .item-img:after {
  position: absolute;
  content: "";
  background-color: rgba(57, 108, 240, 0.9);
  height: 100%;
  width: 100%;
  top: 100%;
  left: 0;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
} */
/* .departments-box-layout1 .item-img .item-btn-wrap {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 7;
  text-align: center;
  display: inline-block;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -moz-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -ms-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -o-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
}
.departments-box-layout1 .item-img .item-btn-wrap a.item-btn {
  display: inline-block;
  padding: 8px 20px;
  font-size: 14px;
  border: 2px solid;
  border-color: #ffffff;
  color: #ffffff;
  background-color: transparent;
  text-transform: uppercase;
  font-weight: 500;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.departments-box-layout1 .item-img .item-btn-wrap a.item-btn:hover {
  background-color: #ffffff;
  color: #07ccec;
} */
.departments-box-layout1 .item-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: calc(100% - 40px);
  margin: 0 auto;
  text-align: center;
  padding: 20px 20px 0;
  background-color: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 3px 15px 0px rgba(209, 209, 209, 0.3);
  -moz-box-shadow: 0px 3px 15px 0px rgba(209, 209, 209, 0.3);
  box-shadow: 0px 3px 15px 0px rgba(209, 209, 209, 0.3);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.departments-box-layout1:hover .item-content {
  padding-bottom: 10px;
}
.departments-box-layout1 .item-icon-top {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: calc(77px / -2);
  width: 77px;
  height: 77px;
  line-height: 77px;
  margin-left: calc(77px / -2);
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  color: #1b1b1b;
  z-index: 2;
  box-shadow: 0px 1px 10px rgba(39, 71, 125, .2);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  opacity: 0;
  visibility: hidden;
}
.departments-box-layout1 .item-icon-top i {
  font-size: 2em;
}
.departments-box-layout1 .item-content .item-title {
  margin-bottom: 20px;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 1.2;
}
.departments-box-layout1 .item-content .item-title a {
  color: #111111;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.departments-box-layout1 .item-content .item-title a:hover {
  color: #07ccec;
}
.departments-box-layout1 .item-content .department-info {
  margin-bottom: 20px;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.departments-box-layout1 .item-content .department-info li {
  color: #444444;
  font-size: 14px;
}
.departments-box-layout1 .item-content .department-info li i {
  color: #07ccec;
  margin-right: 7px;
}
.departments-box-layout1 .item-content .department-info li i:before {
  margin-left: 0;
}
.departments-box-layout1 .item-content .department-info li span {
  display: inline-block;
  margin-right: 7px;
  font-weight: 500;
  color: #111111;
}
.departments-box-layout1 .item-text-top {
  font-size: 14px;
  margin-bottom: 0;
  height: 0;
  min-height: 0;
  overflow: hidden;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.departments-box-layout1:hover .item-img {
  -webkit-box-shadow: 0px 1px 20px 0px rgba(209, 209, 209, 0.75);
  -moz-box-shadow: 0px 1px 20px 0px rgba(209, 209, 209, 0.75);
  box-shadow: 0px 1px 20px 0px rgba(209, 209, 209, 0.75);
}
.departments-box-layout1:hover .item-content {
  padding-top: 20px;
  /* padding-top: calc(77px / 2 + 15px); */
}
.departments-box-layout1:hover .item-icon-top {
  opacity: 1;
  visibility: visible;
}
.departments-box-layout1:hover .item-text-top {
  min-height: 65px;
}
.departments-box-layout1:hover .item-content .department-info {
  margin-bottom: 10px;
}
/* .departments-box-layout1:hover .item-img:after {
  top: 50%;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
} */
/* .departments-box-layout1:hover .item-btn-wrap {
  top: 50%;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
} */
.departments-box-layout2 {
  background-color: #ffffff;
  margin-bottom: 3rem;
  padding: 40px 45px;
  position: relative;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(227, 227, 227, 0.75);
  -moz-box-shadow: 0px 1px 0px 0px rgba(227, 227, 227, 0.75);
  box-shadow: 0px 1px 0px 0px rgba(227, 227, 227, 0.75);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.departments-box-layout2 .departments-sl {
  font-size: 22px;
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 5;
  color: #cccccc;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.departments-box-layout2 .item-icon {
  margin-bottom: 25px;
}
.departments-box-layout2 .item-icon i {
  display: inline-block;
}
.departments-box-layout2 .item-icon i:before {
  line-height: 1;
  margin-left: 0;
  font-size: 62px;
  color: #07ccec;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.departments-box-layout2 .item-title {
  font-weight: 500;
}
.departments-box-layout2 .item-title a {
  color: #111111;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.departments-box-layout2 .item-title a:hover {
  color: #07ccec;
}
.departments-box-layout2 p {
  margin-bottom: 25px;
}
.departments-box-layout2 .item-btn {
  padding: 5px 10px 5px 0;
  color: #111111;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.departments-box-layout2 .item-btn i {
  position: relative;
  right: 0;
  color: #111111;
  margin-left: 10px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.departments-box-layout2:hover {
  -webkit-box-shadow: 0px 15px 27px 0px rgba(218, 218, 218, 0.75);
  -moz-box-shadow: 0px 15px 27px 0px rgba(218, 218, 218, 0.75);
  box-shadow: 0px 15px 27px 0px rgba(218, 218, 218, 0.75);
}
.departments-box-layout2:hover .departments-sl {
  color: #111111;
}
.departments-box-layout2:hover .item-icon i {
  -webkit-animation: toTopFromBottom 0.5s forwards;
  animation: toTopFromBottom 0.5s forwards;
}
.departments-box-layout2:hover .item-btn {
  color: #111111;
}
.departments-box-layout2:hover .item-btn i {
  color: #07ccec;
}
.departments-box-layout2:hover .item-btn:hover {
  color: #07ccec;
}
.departments-box-layout2:hover .item-btn:hover i {
  right: -5px;
}
.departments-box-layout3 {
  position: relative;
}
.departments-box-layout3.slider-pelayanan {
  margin-bottom: 75px;
}
.departments-box-layout3 .nav-wrap {
  margin-bottom: 26px;
  width: 100%;
  border-bottom: 0;
}
.departments-box-layout3 .nav-wrap .nav-item.slick-slide {
  cursor: pointer;
  display: inline-block;
  margin-left: 2px;
  margin-right: 2px;
  border-radius: 8px;
  margin-bottom: 17px;
  margin-top: 17px;
  text-align: center;
  color: #111111;
  padding: 30px 5px;
  font-size: 18px;
  /* font-weight: 600; */
  font-family: 'Quicksand', sans-serif;
  /* padding: 0; */
  box-shadow: 0 0 10px hsl(0, 0%, 70%);
  background: #ffffff;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.departments-box-layout3.jadwal-dokter .nav-wrap .nav-item.slick-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 130px;
  padding: 0 10px;
}


.departments-box-layout3 .nav-wrap .nav-item.slick-slide::after {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  bottom: -18px;
  width: 100%;
  height: 1px;
  background: linear-gradient(45deg, transparent 0%, #ddd 30%, #ddd 70%, transparent 100%);
}

.departments-box-layout3 .nav-wrap .nav-item.slick-slide:hover {
  background: #f7f7f7;
}
@media screen and (max-width: 769px) {
  .departments-box-layout3 .nav-wrap .nav-item.slick-slide {
    padding: 20px 5px;
  }
}
@media screen and (max-width: 576PX) {
  .departments-box-layout3 .nav-wrap .nav-item.slick-slide {
    padding: 10px 5px 15px;
    font-size: 14px;
  }
}
@media screen and (max-width: 430px) {
  .departments-box-layout3 .nav-wrap .nav-item.slick-slide {
    margin-left: 1px;
    margin-right: 1px;
  }
}
.departments-box-layout3 .nav-wrap .nav-item.slick-slide i {
  display: block;
  color: #07ccec;
  line-height: 1.5;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.departments-box-layout3 .nav-wrap .nav-item.slick-slide i:before {
  margin-left: 0;
  font-size: 5.8rem;
  color: #07ccec;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 495px) {
  .departments-box-layout3 .nav-wrap .nav-item.slick-slide span {
    display: none;
  }
}
.departments-box-layout3 .nav-wrap .nav-item.slick-slide.slick-current{
  background: #07ccec;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.departments-box-layout3 .nav-wrap .nav-item.slick-slide.slick-center i {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.departments-box-layout3 .nav-wrap .nav-item.slick-slide.slick-center i:before {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.departments-box-layout3 .single-item .media {
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #07ccec;
  -webkit-overflow: hidden;
  overflow: hidden;
  z-index: 1;
}
.departments-box-layout3 .sarana-layout .single-item .media .col-sarana {
  padding-left: 0;
  padding-right: 0;
}
.departments-box-layout3 .single-item .media .item-img {
  overflow: hidden;
  border-radius: 8px 0 0 8px;
}
.departments-box-layout3 .single-item .media .item-img img {
  transform: scale(1);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.departments-box-layout3 .single-item .media:hover .item-img img {
  transform: scale(1.05);
}
.departments-box-layout3 .sarana-layout .single-item .media .item-img {
  -webkit-clip-path: ellipse(79% 73% at 21% 27%);
  clip-path: ellipse(79% 73% at 21% 27%);
}
@media only screen and (max-width: 1399px) {
  .departments-box-layout3 .single-item .media .item-img {
    width: 50%;
  }
}
@media only screen and (max-width: 1199px) {
  .departments-box-layout3 .single-item .media .item-img {
    overflow: hidden;
    -webkit-clip-path: none;
    clip-path: none;
    width: 100%;
    border-radius: 8px 8px 0 0;
  }
}
.departments-box-layout3 .single-item .media .media-body {
  padding: 4.5rem;
  margin-left: 0;
}
@media only screen and (max-width: 1399px) {
  .departments-box-layout3 .single-item .media .media-body {
    padding: 2rem;
  }
}
@media only screen and (max-width: 1199px) {
  .departments-box-layout3 .single-item .media .media-body {
    padding: 4rem 5rem 5rem;
    margin-top: 0;
  }
}
@media only screen and (max-width: 379px) {
  .departments-box-layout3 .single-item .media .media-body {
    padding: 3rem 4rem 6rem;
  }
}
.departments-box-layout3 .single-item .media .media-body .item-title {
  font-size: 38px;
  color: #ffffff;
  position: relative;
  margin-bottom: 50px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .departments-box-layout3 .single-item .media .media-body .item-title {
    font-size: 30px;
  }
}
@media screen and (max-width: 576px) {
  .departments-box-layout3 .single-item .media .media-body .item-title {
    font-size: 25px;
  }
}
.departments-box-layout3 .single-item .media .media-body .item-title:before {
  position: absolute;
  height: 5px;
  width: 50px;
  background-color: #ffffff;
  content: "";
  z-index: 1;
  bottom: -17px;
  left: 0;
  border-radius: 4px;
}
@media screen and (max-width: 1199px) {
  .departments-box-layout3 .single-item .media .media-body .text-service-fkg {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
}
.departments-box-layout3 .single-item .media .media-body p {
  color: #ffffff;
  margin-bottom: 10px;
}
@media screen and (max-width: 576px) {
  .departments-box-layout3 .single-item .media .media-body p {
    font-size: 15px;
  }
}
.departments-box-layout3 .single-item .media .media-body ul.list-item {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .departments-box-layout3 .single-item .media .media-body ul.list-item {
    margin-bottom: 40px;
  }
}
.departments-box-layout3 .single-item .media .media-body ul.list-item li {
  margin-bottom: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-right: 1px solid #648eff;
  padding-right: 30px;
  margin-right: 30px;
}
.departments-box-layout3 .single-item .media .media-body ul.list-item li:last-child {
  border-right: 0;
  padding-right: 0;
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .departments-box-layout3 .single-item .media .media-body ul.list-item li {
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .departments-box-layout3 .single-item .media .media-body ul.list-item li:last-child {
    margin-bottom: 0;
  }
}
.departments-box-layout3 .single-item .media .media-body ul.list-item li .item-icon i {
  margin-top: 5px;
  display: inline-block;
  line-height: 1;
}
.departments-box-layout3 .single-item .media .media-body ul.list-item li .item-icon i:before {
  margin-left: 0;
  color: #ffffff;
  font-size: 56px;
}
.departments-box-layout3 .single-item .media .media-body ul.list-item li .item-text {
  margin-left: 20px;
}
.departments-box-layout3 .single-item .media .media-body ul.list-item li .item-text .inner-item-title {
  color: #ffffff;
  margin-bottom: 10px;
}
.departments-box-layout3 .single-item .media .media-body ul.list-item li .item-text span {
  color: #ffffff;
}
.departments-box-layout3 .single-item .media .media-body a.item-btn {
  display: inline-block;
  padding: 15px 30px;
  border: 1px solid #ffffff;
  margin-top: 20px;
  text-align: center;
  color: #ffffff;
  border-radius: 4px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 991px) {
  .departments-box-layout3 .single-item .media .media-body a.item-btn {
    padding: 10px 16px 8px;
    font-size: 14px;
  }
}
.departments-box-layout3 .single-item .media .media-body a.item-btn:hover {
  background-color: #ffffff;
  color: #07ccec;
}
.departments-box-layout3 .single-item .media .media-body .ctg-item-icon {
  position: absolute;
  bottom: 0;
  right: 10px;
  z-index: -1;
}
.departments-box-layout3 .single-item .media .media-body .ctg-item-icon i {
  display: block;
  margin-bottom: 10px;
  line-height: 1;
}
.departments-box-layout3 .single-item .media .media-body .ctg-item-icon i.fa.fa-handshake {
  margin: 0 10px 0 0;
}
.departments-box-layout3 .single-item .media .media-body .ctg-item-icon i.fa.fa-book {
  margin: 0 10px 20px 0;
}
.departments-box-layout3 .single-item .media .media-body .ctg-item-icon i:before {
  margin-left: 0;
  font-size: 15rem;
  color: #df9708;
}
@media screen and (max-width: 991px) {
  .departments-box-layout3 .single-item .media .media-body .ctg-item-icon i:before {
    font-size: 12rem;
  }
}
.departments-box-layout4 {
  margin-bottom: 20px;
  padding: 25px 35px;
  border-radius: 4px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(221, 226, 229, 0.75);
  -moz-box-shadow: 0px 1px 1px 0px rgba(221, 226, 229, 0.75);
  box-shadow: 0px 1px 1px 0px rgba(221, 226, 229, 0.75);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 991px) {
  .departments-box-layout4 {
    padding: 20px 20px 40px;
  }
}
.departments-box-layout4 .box-content {
  text-align: center;
}
.departments-box-layout4 .box-content i:before {
  color: #07ccec;
  font-size: 70px;
  margin-left: 0px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.departments-box-layout4 .box-content .item-title a {
  font-weight: 500;
  color: #111111;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.departments-box-layout4 .box-content p {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.departments-box-layout4:hover {
  background-color: #07ccec;
  color: #ffffff;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(159, 159, 159, 0.75);
  -moz-box-shadow: 0px 10px 20px 0px rgba(159, 159, 159, 0.75);
  box-shadow: 0px 10px 20px 0px rgba(159, 159, 159, 0.75);
}
.departments-box-layout4:hover .box-content i:before {
  color: #ffffff;
}
.departments-box-layout4:hover .box-content .item-title a {
  color: #ffffff;
}
.departments-box-layout4:hover .box-content .item-title a:hover {
  color: #e3e3e3;
}
.departments-box-layout4:hover .box-content p {
  color: #ffffff;
}
.departments-box-layout5 {
  border-radius: 4px;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.departments-box-layout5 .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f1f1f1;
  min-height: 250px;
  max-height: 250px;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  padding-bottom: 18px;
}
.departments-box-layout5 .item-img img {
  border-radius: 4px;
  max-height: 180px;
  min-height: 100%;
}
.departments-box-layout5 .item-img:before {
  content: "";
  background: -webkit-linear-gradient(to top, #27477d, transparent);
  background: -o-linear-gradient(to top, #27477d, transparent);
  background: -moz-linear-gradient(to top, #27477d, transparent);
  background: linear-gradient(to top, #27477d, transparent);
  height: 50%;
  width: 100%;
  bottom: 0;
  border-radius: 4px;
  position: absolute;
  z-index: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.departments-box-layout5 .item-img .item-content {
  padding: 0 20px 0 30px;
  position: absolute;
  top: 73%;
  left: 0;
  right: 0;
  z-index: 3;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.departments-box-layout5 .item-img .item-content .item-title {
  text-transform: capitalize;
  font-weight: 700;
}
.departments-box-layout5 .item-img .item-content .item-title.title-bar-primary3 {
  padding-bottom: 15px;
  margin-bottom: 0;
}
.departments-box-layout5 .item-img .item-content .item-title a {
  color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.departments-box-layout5 .item-img .item-content .item-title a:hover {
  color: #e3e3e3;
}
.departments-box-layout5 .item-img .item-content p {
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.departments-box-layout5 .item-img .item-content .item-btn {
  padding: 8px 24px;
  border: 1px solid;
  border-color: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.departments-box-layout5 .item-img .item-content .item-btn:hover {
  background-color: #ffffff;
  color: #000000;
}
.departments-box-layout5:hover {
  -webkit-box-shadow: 0px 8px 20px 0px rgba(126, 126, 126, 0.75);
  -moz-box-shadow: 0px 8px 20px 0px rgba(126, 126, 126, 0.75);
  box-shadow: 0px 8px 20px 0px rgba(126, 126, 126, 0.75);
}
.departments-box-layout5:hover .item-img:before {
  height: 100%;
  background-color: #07ccec;
  opacity: 0.8;
}
.departments-box-layout5:hover .item-content {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
}
.departments-box-layout5:hover .item-content p,
.departments-box-layout5:hover .item-content .item-btn {
  opacity: 1;
  visibility: visible;
}
.departments-box-layout6 {
  position: relative;
}
.departments-box-layout6 .item-img {
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 2;
}
.departments-box-layout7 {
  padding: 95px 0px 100px 50px;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 1199px) {
  .departments-box-layout7 {
    padding: 95px 0px 100px 0;
  }
}
.departments-box-layout7 .section-title {
  margin-bottom: 60px;
}
.departments-box-layout7 .section-title .title {
  color: #111111;
  text-transform: capitalize;
  font-weight: 600;
}
.departments-box-layout7 .section-title .sub-title {
  color: #8a8a8a;
  position: relative;
  margin-bottom: 20px;
}
.departments-box-layout7 .section-title .sub-title:after {
  content: "";
  height: 4px;
  width: 45px;
  background-color: #07ccec;
  bottom: -24px;
  left: 0;
  position: absolute;
}
.departments-box-layout7 .single-box {
  padding: 3rem 1rem 2.5rem;
  text-align: center;
  background-color: #ffffff;
  border-radius: 10px;
  margin-bottom: 5px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.departments-box-layout7 .single-box:hover {
  background-color: #07ccec;
  -webkit-box-shadow: 0px 10px 50px 0px rgba(162, 162, 162, 0.75);
  -moz-box-shadow: 0px 10px 50px 0px rgba(162, 162, 162, 0.75);
  box-shadow: 0px 10px 50px 0px rgba(162, 162, 162, 0.75);
}
.departments-box-layout7 .single-box:hover i:before {
  color: #ffffff;
}
.departments-box-layout7 .single-box:hover p a {
  color: #ffffff;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.departments-box-layout7 .single-box:hover p a:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 0;
  top: -1px;
  font-size: 15px;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  color: #e3e3e3;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.departments-box-layout7 .single-box:hover p a:hover {
  padding-right: 20px;
}
.departments-box-layout7 .single-box:hover p a:hover:after {
  opacity: 1;
  visibility: visible;
  transform: translateX(5px);
}
.departments-box-layout7 .single-box i {
  display: block;
  line-height: 1.2;
  margin-bottom: 10px;
}
.departments-box-layout7 .single-box i:before {
  margin-left: 0px;
  font-size: 72px;
  color: #07ccec;
}
.departments-box-layout7 .single-box p {
  margin-bottom: 0px;
  font-weight: 500;
}
.departments-box-layout7 .single-box p a {
  color: #111111;
}
.departments-box-layout7 .single-box p a:hover {
  color: #e3e3e3;
}
.single-department-wrap-layout1 {
  padding: 10rem 0 7rem;
}
@media only screen and (max-width: 991px) {
  .single-department-wrap-layout1 {
    padding: 5rem 0px 7rem;
  }
}
.single-departments-box-layout1 {
  padding-left: 15px;
}
@media only screen and (max-width: 991px) {
  .single-departments-box-layout1 {
    padding-left: 0;
  }
}
.single-departments-box-layout1 .single-departments-img {
  border-radius: 4px;
  margin-bottom: 45px;
}
.single-departments-box-layout1 .single-departments-img .tab-content {
  border: none;
  position: relative;
  overflow: hidden;
}
.single-departments-box-layout1 .single-departments-img .tab-content a {
  cursor: move;
  display: block;
  background-color: #cecece;
  border-radius: 4px;
  text-align: center;
  margin-bottom: 10px;
}
.single-departments-box-layout1 .single-departments-img .tab-content a img {
  border-radius: 4px;
}
.single-departments-box-layout1 .single-departments-img .tab-nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-left: -5px;
  margin-right: -5px;
}
@media only screen and (max-width: 1199px) {
  .single-departments-box-layout1 .single-departments-img .tab-nav {
    margin-bottom: 35px;
  }
}
.single-departments-box-layout1 .single-departments-img .tab-nav .nav-item {
  width: 25%;
  padding-left: 5px;
  padding-right: 5px;
}
.single-departments-box-layout1 .single-departments-img .tab-nav .nav-item:last-child {
  margin-right: 0;
}
.single-departments-box-layout1 .single-departments-img .tab-nav .nav-item a {
  position: relative;
  display: block;
}
.single-departments-box-layout1 .single-departments-img .tab-nav .nav-item a img {
  width: 100%;
  border-radius: 4px;
}
.single-departments-box-layout1 .single-departments-img .tab-nav .nav-item a.active:before {
  content: "\f067";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 3;
  color: #ffffff;
  font-size: 36px;
  text-align: center;
}
.single-departments-box-layout1 .single-departments-img .tab-nav .nav-item a.active:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 4px;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(57, 108, 240, 0.8);
  z-index: 2;
}
.single-departments-box-layout1 .item-content .item-content-wrap {
  margin-bottom: 50px;
}
.single-departments-box-layout1 .item-content .item-title {
  font-weight: 600;
  color: #111111;
}
.single-departments-box-layout1 .item-content .sub-title {
  font-size: 24px;
  color: #111111;
  margin-bottom: 20px;
  display: block;
}
@media only screen and (max-width: 991px) {
  .single-departments-box-layout1 .item-content .sub-title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .single-departments-box-layout1 .item-content .sub-title {
    font-size: 20px;
  }
}
.single-departments-box-layout1 .item-content .department-info {
  margin: 35px 0;
}
.single-departments-box-layout1 .item-content .department-info li {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
  font-weight: 500;
  padding-left: 40px;
}
.single-departments-box-layout1 .item-content .department-info li:after {
  content: "\f054";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 10px;
  left: 0;
  top: 2px;
  color: #ffffff;
  line-height: 20px;
  text-align: center;
  z-index: 1;
  border-radius: 50%;
  background-color: #07ccec;
  height: 20px;
  width: 20px;
  -webkit-box-shadow: 0px 2px 15px 0px rgba(42, 92, 220, 0.75);
  -moz-box-shadow: 0px 2px 15px 0px rgba(42, 92, 220, 0.75);
  box-shadow: 0px 2px 15px 0px rgba(42, 92, 220, 0.75);
}
.single-departments-box-layout1 .item-content .department-info li:last-child {
  margin-bottom: 0;
}
.single-departments-box-layout1 .item-content .item-cost {
  margin-bottom: 50px;
}
.single-departments-box-layout1 .item-content .item-cost ul li {
  font-size: 17px;
  color: #111111;
  padding: 15px 0px 15px 25px;
  position: relative;
}
.single-departments-box-layout1 .item-content .item-cost ul li span {
  font-weight: 500;
  right: 25px;
  position: absolute;
}
.single-departments-box-layout1 .item-content .item-cost ul li:nth-child(odd) {
  background-color: #f1f7fa;
}
.single-departments-box-layout1 .item-content .item-cost ul li:nth-child(even) {
  background-color: #ffffff;
}
.single-departments-box-layout1 .item-content .item-specialist {
  margin-bottom: 30px;
}
.single-departments-box-layout1 .item-content .item-specialist .item-img {
  background-color: #f1f7fa;
  border-radius: 4px;
  padding: 45px 30px 0px;
}
@media only screen and (max-width: 575px) {
  .single-departments-box-layout1 .item-content .item-specialist .item-img {
    width: max-content;
  }
}
.single-departments-box-layout1 .item-content .item-specialist .media-body .item-title {
  text-transform: capitalize;
  font-weight: 600;
}
.single-departments-box-layout1 .item-content .item-specialist .media-body .item-title a {
  color: #111111;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.single-departments-box-layout1 .item-content .item-specialist .media-body .item-title a:hover {
  color: #07ccec;
}
.single-departments-box-layout1 .item-content .item-specialist .media-body span {
  font-size: 16px;
  margin-bottom: 20px;
  font-family: 'Quicksand', sans-serif;
  display: block;
}
.single-departments-box-layout1 .item-content .item-specialist .media-body .item-btn {
  border: 1px solid #07ccec;
  font-size: 14px;
  font-weight: 500;
  color: #07ccec;
  border-radius: 4px;
  padding: 9px 20px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.single-departments-box-layout1 .item-content .item-specialist .media-body .item-btn:hover {
  color: #ffffff;
  background-color: #07ccec;
}
/*=======================================================================
[15] Testmonial Area Style
=========================================================================*/
.testmonial-wrap-layout1 {
  padding: 10rem 0px;
}
.testmonial-wrap-layout2 {
  padding: 55px 0px;
}
.testmonial-wrap-layout2 .heading-layout1 {
  margin-bottom: 45px;
}
.testmonial-box-layout1 {
  text-align: center;
}
.testmonial-box-layout1 .item-img {
  height: 90px;
  width: 90px;
  margin: 0 auto 26px;
}
.testmonial-box-layout1 .item-content p {
  color: #ffffff;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .testmonial-box-layout1 .item-content p {
    width: 70%;
  }
}
@media only screen and (max-width: 991px) {
  .testmonial-box-layout1 .item-content p {
    width: 80%;
  }
}
.testmonial-box-layout1 .item-content p:after {
  content: "\f10e";
  font-family: "Font Awesome\ 5 Free";
  bottom: -25px;
  right: -40px;
  position: absolute;
  font-weight: 900;
  color: #e1e5e6;
  font-size: 36px;
}
.testmonial-box-layout1 .item-content p:before {
  content: "\f10d";
  font-family: "Font Awesome\ 5 Free";
  top: -25px;
  left: -40px;
  position: absolute;
  font-weight: 900;
  color: #e1e5e6;
  font-size: 36px;
}
.testmonial-box-layout1 .item-content .item-title {
  text-transform: capitalize;
  font-weight: 500;
  color: #ffffff;
}
.testmonial-box-layout1 .item-content .sub-title {
  color: #ffffff;
  text-transform: capitalize;
  font-weight: 300;
}
.testmonial-box-layout2 {
  margin-bottom: 50px;
}
.testmonial-box-layout2:last-child {
  margin-bottom: 0;
}
.testmonial-box-layout2 .item-title {
  color: #ffffff;
  font-weight: 500;
}
.testmonial-box-layout2 .item-title span {
  font-size: 16px;
  font-weight: 400;
}
.testmonial-box-layout2 .rating {
  margin: 0 0 20px;
}
.testmonial-box-layout2 .rating li {
  display: inline-block;
}
.testmonial-box-layout2 .rating li > i {
  font-size: 14px;
  color: #ffd600;
}
.testmonial-box-layout2 p {
  font-style: italic;
  color: #ffffff;
  margin-bottom: 0;
  font-size: 20px;
}
.testmonial-box-layout3 {
  text-align: center;
}
.testmonial-box-layout3 .item-img {
  height: 135px;
  width: 135px;
  margin: 0 auto 15px;
}
.testmonial-box-layout3 .item-content p {
  color: #ffffff;
  font-size: 20px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .testmonial-box-layout3 .item-content p {
    width: 70%;
  }
}
.testmonial-box-layout3 .item-content p:after {
  content: "\f10e";
  font-family: "Font Awesome\ 5 Free";
  bottom: -25px;
  right: -40px;
  position: absolute;
  font-weight: 900;
  color: #fff;
  font-size: 36px;
}
.testmonial-box-layout3 .item-content p:before {
  content: "\f10d";
  font-family: "Font Awesome\ 5 Free";
  top: -25px;
  left: -40px;
  position: absolute;
  font-weight: 900;
  color: #fff;
  font-size: 36px;
}
@media only screen and (max-width: 991px) {
  .testmonial-box-layout3 .item-content p {
    width: 80%;
    font-size: 18px;
  }
  .testmonial-box-layout3 .item-content p:after,
  .testmonial-box-layout3 .item-content p:before {
    font-size: 30px;
  }
  .testmonial-box-layout3 .item-content p:after {
    right: -35px;
  }
  .testmonial-box-layout3 .item-content p:before {
    left: -35px;
  }
}
@media only screen and (max-width: 396px) {
  .testmonial-box-layout3 .item-content p {
    font-size: 16px;
  }
  .testmonial-box-layout3 .item-content p:after,
  .testmonial-box-layout3 .item-content p:before {
    font-size: 23px;
  }
  .testmonial-box-layout3 .item-content p:after {
    right: -25px;
  }
  .testmonial-box-layout3 .item-content p:before {
    left: -25px;
  }
}
.testmonial-box-layout3 .item-content .item-title {
  text-transform: capitalize;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: .5rem;
}
.testmonial-box-layout3 .item-content .sub-title {
  color: #ffffff;
  text-transform: capitalize;
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 0;
}
/*=======================================================================
[16] Class Schedule Area Style
=========================================================================*/
.class-schedule1 {
  padding: 10rem 0 10rem;
}
@media only screen and (max-width: 991px) {
  .class-schedule1 {
    padding: 8rem 0;
  }
}
.class-schedule1 .heading-layout1 {
  margin-bottom: 55px;
}

.class-schedule-wrap1 {
  padding: 10px;
}

.class-schedule-wrap1 table {
  margin-bottom: 0;
  border: 1px dotted rgba(255, 255, 255, 0.2);
}

.class-schedule-wrap1 table thead {
  display: block;
  padding-right: 8px;
}
.class-schedule-wrap1 table thead tr th {
  min-width: 130px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  padding: 15px 15px;
  border: 4px solid #ffffff;
  border-bottom-width: 1px;
  background-color: #111111;
  text-align: center;
}
.class-schedule-wrap1 table thead tr th .schedule-time-heading {
  color: #ffffff;
  font-weight: 500;
}
.class-schedule-wrap1 table thead tr th,
.class-schedule-wrap1 table thead tr td {
  font-size: 18px;
  letter-spacing: .5px;
}
@media only screen and (max-width: 767px) {
  .class-schedule-wrap1 table thead tr th,
  .class-schedule-wrap1 table thead tr td {
    font-size: 16px;
  }
}
.class-schedule-wrap1 table thead tr td {
  /* min-width: 160px; */
  width: 211px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  padding: 15px 15px;
  border: 5px solid #ffffff;
  border-bottom-width: 1px;
  background-color: #07ccec;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .class-schedule-wrap1 table thead tr td {
    padding: 10px 15px;
  }
}

.class-schedule-wrap1 table thead tr td .schedule-day-heading {
  color: #ffffff;
  font-weight: 500;
}

.class-schedule-wrap1 table tbody {
  max-height: 700px;
  overflow-y: overlay;
  overflow-x: hidden;
  display: block;
  position: relative;
  padding-right: 8px;
}


.class-schedule-wrap1 table tbody::-webkit-scrollbar-thumb {
  border: 2px solid #f2f2f2;
  /* background-color: #f1f7fa; */
  background-color: rgba(7 204 236 / 50%);
  border-radius: 4px;
}
.class-schedule-wrap1 table tbody::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 8px;
}
.class-schedule-wrap1 table tbody::-webkit-scrollbar-thumb {
  border-color: #f1f7fa;
}

.class-schedule-wrap1 table tbody::-webkit-scrollbar-track {
  background-color: #f2f2f2;
  width: 10px;
}

.class-schedule-wrap1 table tbody tr th {
  min-width: 130px;
  position: relative;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 500;
  color: #111111;
  border: 4px solid #ffffff;
  background-color: #e9e9e9;
  padding: 15px;
  text-align: center;
}
.class-schedule-wrap1 table tbody tr th span {
  font-size: 14px;
}
.class-schedule-wrap1 table tbody tr th .schedule-time-wrapper {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
}
.class-schedule-wrap1 table tbody tr td {
  /* min-width: 160px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  padding: 12px 15px 13px; */
  border: 4px solid #ffffff;
  padding: 0;
  /* background-color: #f2f2f2;
  position: relative; */
  width: 211px;
}
.class-schedule-wrap1 table tbody tr td .schedule-item-wrapper {
  text-align: center;
  min-width: 100%;
  height: 150px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  padding: 12px 15px 13px;
  border: 2px solid #ffffff;
  background-color: #f2f2f2;
}

@media only screen and (max-width: 1024px) {
  .class-schedule-wrap1 table tbody tr td .schedule-item-wrapper {
    min-width: 180px;
  }
}

.class-schedule-wrap1 table tbody tr td .schedule-item-wrapper .item-ctg {
  color: #07ccec;
  font-weight: 500;
  line-height: 20px;
  margin: 3px 0;
}

@media only screen and (max-width: 991px) {
  .class-schedule-wrap1 table tbody tr td .schedule-item-wrapper .item-ctg {
    font-size: 14px;
    line-height: 18px;
  }
}

.class-schedule-wrap1 table tbody tr td .schedule-item-wrapper .item-time {
  font-size: 12px;
  color: #9c9c9c;
}
.class-schedule-wrap1 table tbody tr td .schedule-item-wrapper .item-team {
  font-size: 14px;
  color: #444444;
  font-weight: 500;
}

@media only screen and (max-width: 991px) {
  .class-schedule-wrap1 table tbody tr td .schedule-item-wrapper .item-team {
    font-size: 12px;
    line-height: 16px;
  }
}

.class-schedule-wrap1 table tbody tr td .schedule-item-wrapper .media {
  opacity: 0;
  visibility: hidden;
  padding: 25px;
  width: 328px;
  position: absolute;
  bottom: calc(100% + 50px);
  right: calc(-50% - 11px);
  z-index: 1;
  background-color: #ffffff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 4px 50px 0px rgba(164, 164, 164, 0.75);
  -moz-box-shadow: 0px 4px 50px 0px rgba(164, 164, 164, 0.75);
  box-shadow: 0px 4px 50px 0px rgba(164, 164, 164, 0.75);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media only screen and (max-width: 1500px) {
  .class-schedule-wrap1 table tbody tr td .schedule-item-wrapper .media {
    width: 155px;
    display: block;
    padding: 20px 10px;
    right: 0;
  }
}
.class-schedule-wrap1 table tbody tr td .schedule-item-wrapper .media:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  width: 0;
  height: 0;
  border-right: 15px solid transparent;
  border-top: 15px solid #ffffff;
  border-left: 15px solid transparent;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.class-schedule-wrap1 table tbody tr td .schedule-item-wrapper .media:before {
  content: "";
  background-color: transparent;
  height: calc(100% + 15px);
  width: 100%;
  position: absolute;
  bottom: -15px;
  left: 0;
  z-index: -1;
}
.class-schedule-wrap1 table tbody tr td .schedule-item-wrapper .media .item-img {
  background-color: #c6c6c6;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
@media only screen and (max-width: 1500px) {
  .class-schedule-wrap1 table tbody tr td .schedule-item-wrapper .media .item-img {
    width: 60px;
    height: 60px;
    margin: 0 auto 15px;
  }
}
.class-schedule-wrap1 table tbody tr td .schedule-item-wrapper .media .media-body {
  text-align: left;
}
@media only screen and (max-width: 1500px) {
  .class-schedule-wrap1 table tbody tr td .schedule-item-wrapper .media .media-body {
    margin-left: 0;
    text-align: center;
  }
}
.class-schedule-wrap1 table tbody tr td .schedule-item-wrapper .media .media-body .title {
  margin-bottom: 0;
  color: #111111;
  text-transform: capitalize;
  font-weight: 500;
}
@media only screen and (max-width: 1500px) {
  .class-schedule-wrap1 table tbody tr td .schedule-item-wrapper .media .media-body .title {
    font-size: 18px;
  }
}
.class-schedule-wrap1 table tbody tr td .schedule-item-wrapper .media .media-body .item-ctg {
  margin-bottom: 15px;
}
.class-schedule-wrap1 table tbody tr td .schedule-item-wrapper .media .media-body .item-btn {
  padding: 8px 16px;
  font-size: 12px;
  border: 1px solid;
  border-color: #07ccec;
  background-color: #07ccec;
  color: #ffffff;
  display: inline-block;
  text-transform: uppercase;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.class-schedule-wrap1 table tbody tr td .schedule-item-wrapper .media .media-body .item-btn:hover {
  background-color: transparent;
  color: #07ccec;
}
.class-schedule-wrap1 table tbody tr td:hover .schedule-item-wrapper .media {
  opacity: 1;
  visibility: visible;
  bottom: calc(100% + 15px);
  -webkit-transition: all 0.8s cubic-bezier(0, 0, 0.15, 1.88);
  -moz-transition: all 0.8s cubic-bezier(0, 0, 0.15, 1.88);
  -ms-transition: all 0.8s cubic-bezier(0, 0, 0.15, 1.88);
  -o-transition: all 0.8s cubic-bezier(0, 0, 0.15, 1.88);
  transition: all 0.8s cubic-bezier(0, 0, 0.15, 1.88);
}
.class-schedule-wrap1 table tbody tr td:hover .schedule-item-wrapper .media:after {
  bottom: -15px;
}
.table-responsive {
  border: 1px dotted rgba(255, 255, 255, 0.2);
  margin-bottom: 0;
}
@media only screen and (min-width: 1400px) {
  .table-responsive {
    overflow: visible;
  }
}
@media only screen and (max-width: 1399px) {
  .table-responsive {
    overflow: auto;
  }
}
.table-responsive::-webkit-scrollbar-thumb {
  border: 2px solid #f2f2f2;
  background-color: rgba(7 204 236 / 50%);
  border-radius: 4px;
}
.table-responsive::-webkit-scrollbar-track {
  background-color: #f2f2f2;
  width: 10px;
}
.table-responsive::-webkit-scrollbar {
  -webkit-appearance: none;
  height: 8px;
}
.table-responsive::-webkit-scrollbar-thumb {
  border-color: #f1f7fa;
}
/*=======================================================================
[17] Gallery Area Style
=========================================================================*/
.gallery-wrap-layout1 {
  padding: 10rem 0 7rem;
}
@media only screen and (max-width: 991px) {
  .gallery-wrap-layout1 {
    padding: 8rem 0 5rem;
  }
}
/* .gallery-wrap-layout1.pengajar-unmas,
.gallery-wrap-layout1.galeri-unmas {
  margin-top: -4rem;
} */
.gallery-wrap-layout1.galeri-unmas.bag-1 {
  padding-bottom: 6rem;
  border: 0;
  border-bottom: 3px solid;
  border-image: linear-gradient(to left,transparent 5%,#07ccec 30%,#07ccec 70%,transparent 95%);
  border-image-slice: 1;
}
.gallery-wrap-layout1 .wrap-foto-pengajar,
.gallery-wrap-layout1 .wrap-video-pengajar {
  height: auto;
  max-height: 525px;
  margin-bottom: 2rem;
  padding: 0 18px;
  position: relative;
}

.team-wrap-layout2 .wrap-foto-pengajar {
  height: auto;
  /* max-height: 800px; */
  margin-bottom: 2rem;
  padding: 0 18px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .gallery-wrap-layout1 .wrap-foto-pengajar,
  .gallery-wrap-layout1 .wrap-video-pengajar {
    height: auto;
    max-height: 380px;
    padding: 0 18px 0 10px;
  }
}
.gallery-wrap-layout1 .wrap-foto-pengajar .ps__rail-y,
.gallery-wrap-layout1 .wrap-video-pengajar .ps__rail-y {
  z-index: 15;
}
.gallery-wrap-layout1 .wrap-foto-pengajar .ps__thumb-y,
.gallery-wrap-layout1 .wrap-video-pengajar .ps__thumb-y {
  background-color: #666;

}
.gallery-wrap-layout1 .wrap-foto-pengajar .ps__rail-y:hover>.ps__thumb-y,
.gallery-wrap-layout1 .wrap-foto-pengajar .ps__rail-y:focus>.ps__thumb-y,
.gallery-wrap-layout1 .wrap-foto-pengajar .ps__rail-y.ps--clicking .ps__thumb-y,
.gallery-wrap-layout1 .wrap-video-pengajar .ps__rail-y:hover>.ps__thumb-y,
.gallery-wrap-layout1 .wrap-video-pengajar .ps__rail-y:focus>.ps__thumb-y,
.gallery-wrap-layout1 .wrap-video-pengajar .ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #414141;
  width: 6px;
}
.gallery-wrap-layout1 .heading-layout1 {
  margin-bottom: 50px;
}
.gallery-wrap-layout1 .foto-pengajar,
.gallery-wrap-layout1 .video-pengajar {
  padding-left: 10px;
  padding-right: 10px;
}
.gallery-box-layout1 {
  margin-bottom: 2rem;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
@media screen and (max-width: 513px) {
  .gallery-wrap-layout1 .foto-pengajar,
  .gallery-wrap-layout1 .video-pengajar {
    padding-left: 3px;
    padding-right: 3px;
  }
  .gallery-box-layout1 {
    margin-bottom: 1rem;
  }
}
.gallery-box-layout1:after {
  opacity: 0;
  visibility: hidden;
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  background: rgb(39,71,125);
  background: linear-gradient(0deg, rgba(39,71,125,1) 0%, rgba(7,204,236,1) 100%);
  /* background-color: rgba(197, 148, 1, 0.8); */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.gallery-box-layout1 img {
  width: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.gallery-box-layout1 .item-icon {
  opacity: 0;
  visibility: hidden;
  text-align: center;
  position: absolute;
  bottom: -30px;
  z-index: 2;
  right: 15px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.gallery-box-layout1 .item-icon a {
  display: block;
  padding: 5px;
}
.gallery-box-layout1 .item-icon a i:before {
  margin-left: 0;
  font-size: 36px;
  line-height: 36px;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.gallery-box-layout1 .item-content {
  opacity: 0;
  visibility: hidden;
  text-align: center;
  position: absolute;
  padding: 0 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 3;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.gallery-box-layout1.profunmas .item-content {
  top: 40%;
}
.gallery-box-layout1 .item-content .item-title {
  -webkit-transform: translateX(30px);
  -moz-transform: translateX(30px);
  -ms-transform: translateX(30px);
  -o-transform: translateX(30px);
  transform: translateX(30px);
  color: #ffffff;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.gallery-box-layout1 .item-content .title-ctg {
  color: #ffffff;
  -webkit-transform: translateX(-30px);
  -moz-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  -o-transform: translateX(-30px);
  transform: translateX(-30px);
  display: block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 1200px) {
  .gallery-box-layout1 .item-content .item-title {
    font-size: 16px;
    margin-bottom: 0;
  }
  .gallery-box-layout1.profunmas .item-content .item-title {
    font-size: 20px;
  }
  .gallery-box-layout1 .item-content .title-ctg {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .gallery-box-layout1 .item-content .item-title {
    font-size: 12px;
  }
  .gallery-box-layout1.profunmas .item-content .item-title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .gallery-box-layout1 .item-content .title-ctg {
    display: none;
  }
}
@media screen and (max-width: 483px) {
  .gallery-box-layout1 .item-content .item-title {
    font-size: 11px;
  }
  .gallery-box-layout1.profunmas .item-content .item-title {
    font-size: 14px;
  }
}
.gallery-box-layout1:hover:after {
  opacity: 0.8;
  visibility: visible;
}
.gallery-box-layout1:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -moz-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -ms-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -o-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
}
.gallery-box-layout1:hover .item-icon {
  bottom: 10px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -moz-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -ms-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -o-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
}
.gallery-box-layout1:hover .item-content {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -moz-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -ms-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -o-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
}
.gallery-box-layout1:hover .item-title {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -moz-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -ms-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -o-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
}
.gallery-box-layout1:hover .title-ctg {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -moz-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -ms-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -o-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
}
.profunmas .item-btn-wrap {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 7;
  text-align: center;
  display: inline-block;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -moz-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -ms-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -o-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
}
.profunmas:hover .item-btn-wrap {
  top: 60%;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.profunmas .item-btn-wrap a.item-btn {
  display: inline-block;
  padding: 8px 20px;
  font-size: 14px;
  border: 2px solid;
  border-color: #ffffff;
  color: #ffffff;
  background-color: transparent;
  text-transform: uppercase;
  font-weight: 500;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  .profunmas .item-btn-wrap a.item-btn {
    padding: 5px 14px;
    font-size: 10px;
  }
}
.profunmas .item-btn-wrap a.item-btn:hover {
  background-color: #ffffff;
  color: #07ccec;
}
/*=======================================================================
[18] Price Table Area Style
=========================================================================*/
.pricing-wrap-layout1 {
  padding: 9.2rem 0px 8.5rem;
}
.pricing-box-layout1 {
  padding: 50px 35px 35px;
  background-color: #ffffff;
  border-radius: 10px;
  text-align: center;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(215, 226, 231, 0.75);
  -moz-box-shadow: 0px 5px 20px 0px rgba(215, 226, 231, 0.75);
  box-shadow: 0px 5px 20px 0px rgba(215, 226, 231, 0.75);
  margin-bottom: 15px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.pricing-box-layout1 h3 {
  color: #000000;
}
.pricing-box-layout1 .pricing {
  display: inline-block;
  margin-bottom: 20px;
}
.pricing-box-layout1 .pricing .currency {
  font-size: 30px;
  font-weight: 500;
  font-family: 'Quicksand', sans-serif;
  color: #b4bec3;
  position: absolute;
  top: -3px;
  left: -20px;
}
.pricing-box-layout1 .pricing .amount {
  font-size: 7.2rem;
  font-weight: 500;
  font-family: 'Quicksand', sans-serif;
  color: #000000;
}
.pricing-box-layout1 .box-content ul {
  margin-bottom: 20px;
}
.pricing-box-layout1 .box-content ul li {
  font-size: 17px;
  color: #111111;
  margin-bottom: 15px;
}
.pricing-box-layout1 .box-content ul li:last-child {
  margin-bottom: 0px;
}
.pricing-box-layout1 .box-content .item-btn {
  border: 1px solid;
  border-color: #07ccec;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  color: #07ccec;
  display: inline-block;
  font-size: 18px;
  padding: 10px 10px;
  width: 100%;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.pricing-box-layout1:hover .box-content .item-btn {
  background-color: #07ccec;
  color: #ffffff;
}
.pricing-box-layout1:hover .box-content .item-btn:hover {
  background-color: #2055e4;
  color: #ffffff;
}
/*=======================================================================
[19] Pagination Area Style
=========================================================================*/
.pagination-layout1 {
  justify-content: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.pagination-layout1 li {
  border: 1px solid #dedede;
  border-radius: 8px;
  margin: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.pagination-layout1 li.prev,
.pagination-layout1 li.next {
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
.pagination-layout1 li.prev {
  margin-right: 10px;
}
.pagination-layout1 li.next {
  margin-left: 10px;
}
.pagination-layout1 li.prev a,
.pagination-layout1 li.prev span,
.pagination-layout1 li.next a,
.pagination-layout1 li.next span {
  font-size: 16px;
  font-weight: 400;
}
.pagination-layout1 .page:nth-child(2) {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.pagination-layout1 li.page:last-child {
  border-right: 1px solid #dedede;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.pagination-layout1 li a,
.pagination-layout1 li span {
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 500;
  color: #444444;
  display: inline-block;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.pagination-layout1 li.prev span,
.pagination-layout1 li.next span,
.pagination-layout1 li span {
  color: #aaaaaa;
}

@media screen and (max-width: 576px) {
  .pagination-layout1 li a,
  .pagination-layout1 li span {
    padding: 7px 15px;
    font-size: 15px;
  }
}
@media screen and (max-width: 396px) {
  .pagination-layout1 li a,
  .pagination-layout1 li span {
    padding: 7px 13px;
  }
}
.pagination-layout1 li:hover {
  border-color: #07ccec;
}
.pagination-layout1 li:hover a {
  color: #07ccec;
}
.pagination-layout1 .active {
  background-color: #27477d;
  border-color: #07ccec;
}
.pagination-layout1 .active:last-child {
  border-right: 1px solid #07ccec;
}
.pagination-layout1 .active span {
  color: #07ccec;
}
.pagination-layout1 .disabled,
.pagination-layout1 .disabled:hover {
  background-color: #d9d9d9;
  border-color: #d9d9d9;
}
.pagination-layout2 {
  justify-content: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media only screen and (max-width: 575px) {
  .pagination-layout2 {
    display: block;
    text-align: center;
  }
}
.pagination-layout2 li {
  background-color: #ffffff;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
  display: inline-block;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 575px) {
  .pagination-layout2 li {
    margin: 0 -2.5px 5px;
    border-right: 1px solid #dcdcdc;
  }
}
.pagination-layout2 li:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination-layout2 li:last-child {
  border-right: 1px solid #dcdcdc;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination-layout2 li a {
  padding: 10px 25px;
  font-size: 18px;
  font-weight: 500;
  color: #444444;
  display: inline-block;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.pagination-layout2 li:hover {
  background-color: #07ccec;
}
.pagination-layout2 li:hover a {
  color: #ffffff;
}
.pagination-layout2 .active {
  background-color: #07ccec;
}
.pagination-layout2 .active a {
  color: #ffffff;
}
.pagination-layout3 {
  justify-content: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.pagination-layout3 li {
  display: inline-block;
  margin-right: 10px;
  background-color: #f2f2f2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.pagination-layout3 li:last-child {
  margin-right: 0;
}
.pagination-layout3 li a {
  height: 45px;
  width: 50px;
  line-height: 45px;
  font-size: 18px;
  font-weight: 500;
  color: #444444;
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.pagination-layout3 li:hover {
  background-color: #07ccec;
}
.pagination-layout3 li:hover a {
  color: #ffffff;
}
.pagination-layout3 .active {
  background-color: #07ccec;
}
.pagination-layout3 .active a {
  color: #ffffff;
}
/*=======================================================================
[20] Comingsoon Page Style
=========================================================================*/
.comingsoon-page {
  text-align: center;
  width: 100%;
  height: 100%;
  /* position: fixed; */
}

.comingsoon-page.coming-soon {
  position: fixed;
}
.comingsoon-page .comingsoon-back-img {
  background-image: url(../img/figure/coming-soon.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: fixed;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.comingsoon-page .comingsoon-back-img:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: rgba(57, 108, 240, 0.1);
}
.comingsoon-page .comingsoon-content-wrap {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  margin: 50px 0;
}

.coming-sooon .comingsoon-page .comingsoon-content-wrap {
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .comingsoon-page .comingsoon-content-wrap {
    margin: 50px 0 100px;
  }
}
.comingsoon-page .comingsoon-content {
  position: relative;
  z-index: 1;
  padding: 0 15px;
  width: 100%;
}
.comingsoon-page .comingsoon-content .comingsoon-logo {
  background-color: #fff;
  height: 120px;
  width: 120px;
  margin: 0 auto;
  margin-bottom: 15px;
  padding: 20px;
  border-radius: 50%;
}
.comingsoon-page .comingsoon-content h1 {
  font-weight: 700;
  font-size: 35px;
  text-transform: capitalize;
  color: #ffffff;
  margin-bottom: 0;
}

.comingsoon-page .comingsoon-content h3 {
  color: #fff;
  font-weight: 500;
  font-size: 30px;
  font-family: 'Grand Hotel', cursive;
}


@media only screen and (max-width: 767px) {
  .comingsoon-page .comingsoon-content h1 {
    margin-bottom: 0;
    font-size: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .comingsoon-page .comingsoon-content h1 {
    margin-bottom: 0;
    font-size: 25px;
  }
}
.comingsoon-page .comingsoon-content .comingsoon-newsletter {
  margin-bottom: 150px;
}
@media only screen and (max-width: 575px) {
  .comingsoon-page .comingsoon-content .comingsoon-newsletter {
    margin-bottom: 10rem;
  }
}
.comingsoon-page .comingsoon-content .comingsoon-newsletter .stylish-input-group {
  background-color: transparent;
  height: 52px;
}
@media only screen and (max-width: 767px) {
  .comingsoon-page .comingsoon-content .comingsoon-newsletter .stylish-input-group {
    padding: 0 15px;
  }
}
.comingsoon-page .comingsoon-content .comingsoon-newsletter .stylish-input-group .form-control {
  border: 2px solid #ffffff;
  -webkit-border-radius: 45px 0 0 45px;
  -moz-border-radius: 45px 0 0 45px;
  -ms-border-radius: 45px 0 0 45px;
  -o-border-radius: 45px 0 0 45px;
  border-radius: 45px 0 0 45px;
  color: #ffffff;
  background-color: transparent;
  width: 520px;
  flex: inherit;
  font-size: 16px;
  padding: 3px 30px 5px;
  height: 52px;
}
.comingsoon-page .comingsoon-content .comingsoon-newsletter .stylish-input-group .input-group-addon {
  padding: 0;
  height: 52px;
  background-color: #ffffff;
  -webkit-border-radius: 0 45px 45px 0;
  -moz-border-radius: 0 45px 45px 0;
  -ms-border-radius: 0 45px 45px 0;
  -o-border-radius: 0 45px 45px 0;
  border-radius: 0 45px 45px 0;
  border: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 767px) {
  .comingsoon-page .comingsoon-content .comingsoon-newsletter .stylish-input-group .input-group-addon {
    display: inline-block;
  }
}
.comingsoon-page .comingsoon-content .comingsoon-newsletter .stylish-input-group .input-group-addon button {
  -webkit-border-radius: 0 45px 45px 0;
  -moz-border-radius: 0 45px 45px 0;
  -ms-border-radius: 0 45px 45px 0;
  -o-border-radius: 0 45px 45px 0;
  border-radius: 0 45px 45px 0;
  color: #000000;
  background-color: #ffffff;
  border: 0;
  height: 52px;
  line-height: 52px;
  padding: 0 35px;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 500;
  letter-spacing: 2px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 575px) {
  .comingsoon-page .comingsoon-content .comingsoon-newsletter .stylish-input-group .input-group-addon button {
    padding: 0 15px;
  }
}
.comingsoon-page .comingsoon-content .comingsoon-newsletter .stylish-input-group .input-group-addon button:focus {
  outline: none;
  outline-width: 0;
}
.comingsoon-page .comingsoon-content .comingsoon-newsletter .stylish-input-group .input-group-addon:hover button {
  color: #07ccec;
}
.comingsoon-page .comingsoon-content .comingsoon-newsletter .stylish-input-group input.search-input:focus {
  outline-width: 0;
  outline: none;
}
.comingsoon-page .comingsoon-content .comingsoon-newsletter .stylish-input-group input::-webkit-input-placeholder {
  color: #fff;
}
.comingsoon-page .comingsoon-content .comingsoon-newsletter .stylish-input-group input::-moz-placeholder {
  color: #fff;
}
.comingsoon-page .comingsoon-content .comingsoon-newsletter .stylish-input-group input:-moz-placeholder {
  color: #fff;
}
.comingsoon-page .comingsoon-content .comingsoon-newsletter .stylish-input-group input:-ms-input-placeholder {
  color: #fff;
}
.comingsoon-page .comingsoon-content .comingsoon-bottom {
  margin-bottom: 10px;
}
.comingsoon-page .comingsoon-content .comingsoon-bottom .comingsoon-social {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .comingsoon-page .comingsoon-content .comingsoon-bottom .comingsoon-social {
    margin-bottom: 20px;
    text-align: center;
  }
}
.comingsoon-page .comingsoon-content .comingsoon-bottom .comingsoon-social ul li {
  display: inline-block;
  margin-right: 5px;
}
.comingsoon-page .comingsoon-content .comingsoon-bottom .comingsoon-social ul li:last-child {
  margin-right: 0;
}
.comingsoon-page .comingsoon-content .comingsoon-bottom .comingsoon-social ul li a {
  color: #ffffff;
  padding: 5px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.comingsoon-page .comingsoon-content .comingsoon-bottom .comingsoon-social ul li a:hover {
  color: #e3e3e3;
}
.comingsoon-page .comingsoon-content .comingsoon-bottom .comingsoon-copy-right {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .comingsoon-page .comingsoon-content .comingsoon-bottom .comingsoon-copy-right {
    text-align: center;
  }
}
.comingsoon-page .comingsoon-content .comingsoon-bottom .comingsoon-copy-right p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
}
.countdown-layout1 {
  text-align: center;
  margin-bottom: 5.5rem;
}
.countdown-layout1 .countdown-section {
  text-align: center;
  height: 120px;
  width: 15rem;
  background: transparent;
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
}

.countdown-layout1 .countdown-section h3 {
  font-family: 'Quicksand', sans-serif;
}

@media only screen and (max-width: 575px) {
  .countdown-layout1 .countdown-section {
    width: 11rem;
  }
}
.countdown-layout1 .countdown-section:after {
  content: "";
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 65%;
  right: 0;
  background-color: #ffffff;
  height: 75%;
  width: 1px;
  margin: 0 auto;
  z-index: 7;
}
.countdown-layout1 .countdown-section:last-child:after {
  display: none;
}
.countdown-layout1 .countdown-section h2 {
  font-size: 7.2rem;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  line-height: 1.1;
  font-weight: 300;
  color: #ffffff;
}
@media only screen and (max-width: 575px) {
  .countdown-layout1 .countdown-section h2 {
    font-size: 5.2rem;
    margin-bottom: 0;
  }
}
.countdown-layout1 .countdown-section h3 {
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  color: #ffffff;
  text-transform: capitalize;
  font-size: 15px;
}
/*=======================================================================
[21] Appointment Page Style
=========================================================================*/
.appointment-wrap-layout1 {
  padding: 10rem 0;
  position: relative;
}
.appointment-wrap-layout1 .appointment-banner {
  position: absolute;
  bottom: -10rem;
  left: -30px;
}
@media only screen and (max-width: 1199px) {
  .appointment-wrap-layout1 .appointment-banner img {
    display: none;
  }
}
.appointment-box-layout1 {
  padding: 7rem;
  background-color: #ffffff;
}
.appointment-box-layout1 .title {
  color: #111111;
  text-transform: capitalize;
  font-weight: 600;
}
.appointment-box-layout1 p {
  margin-bottom: 24px;
}
.appointment-box-layout1 .select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #656565;
}
.appointment-box-layout1 .select2-container--classic .select2-selection--single {
  background-color: transparent;
  border: 1px solid #dbe3e7;
}
.appointment-box-layout1 .select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: transparent;
}
.appointment-box-layout1 .select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #07ccec transparent transparent transparent;
}
.appointment-box-layout1 .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #07ccec transparent;
}
.appointment-box-layout1 .select2-container--classic.select2-container--open.select2-container--below .select2-selection--single,
.appointment-box-layout1 .select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border: 1px solid #07ccec;
}
.appointment-box-layout1 input {
  height: 52px;
  font-size: 16px;
  padding: 5px 15px;
  color: #111111;
  border: 1px solid #dbe3e7;
}
.appointment-box-layout1 .form-control:focus {
  border-color: #dbe3e7;
}
.appointment-box-layout1 textarea {
  font-size: 16px;
  padding: 15px;
  color: #111111;
  border: 1px solid #dbe3e7;
}
.appointment-box-layout1 input.form-control::-webkit-input-placeholder,
.appointment-box-layout1 textarea.form-control::-webkit-input-placeholder {
  color: #656565;
}
.appointment-box-layout1 input.form-control::-moz-placeholder,
.appointment-box-layout1 textarea.form-control::-moz-placeholder {
  color: #656565;
}
.appointment-box-layout1 input.form-control:-moz-placeholder,
.appointment-box-layout1 textarea.form-control:-moz-placeholder {
  color: #656565;
}
.appointment-box-layout1 input.form-control:-ms-input-placeholder,
.appointment-box-layout1 textarea.form-control:-ms-input-placeholder {
  color: #656565;
}
.appointment-box-layout1 .form-group {
  margin-bottom: 15px;
  position: relative;
}
.appointment-box-layout1 .form-group i {
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.appointment-box-layout1 .item-btn {
  margin-top: 15px;
  padding: 12px 25px;
  background-color: #07ccec;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  border: none;
  cursor: pointer;
  text-transform: capitalize;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 1px 10px 0px rgba(57, 108, 240, 0.75);
  -moz-box-shadow: 0px 1px 10px 0px rgba(57, 108, 240, 0.75);
  box-shadow: 0px 1px 10px 0px rgba(57, 108, 240, 0.75);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.appointment-box-layout1 .item-btn:hover {
  background-color: #2055e4;
  box-shadow: inherit;
}
/*=======================================================================
[22] Contact Page Style
=========================================================================*/
.contact-wrap-layout {
  padding: 8rem 0px;
  margin-top: -5rem;
}
.google-map-area {
  padding: 8rem 0px 3rem;
}
.google-map-area .title {
  color: #111;
  text-transform: capitalize;
  font-weight: 600;
}
.contact-box-layout1 {
  padding: 45px 0px 0px;
  margin-right: 30px;
}
@media only screen and (max-width: 991px) {
  .contact-box-layout1 {
    margin-right: 0;
  }
}
.contact-box-layout1 .title {
  color: #111111;
  text-transform: capitalize;
  font-weight: 600;
}
.contact-box-layout1 .contact-form-box .select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #656565;
}
.contact-box-layout1 .contact-form-box .select2-container--classic .select2-selection--single {
  background-color: transparent;
  border: 1px solid #dbe3e7;
}
.contact-box-layout1 .contact-form-box .select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: transparent;
}
.contact-box-layout1 .contact-form-box .select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #07ccec transparent transparent transparent;
}
.contact-box-layout1 .contact-form-box .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #07ccec transparent;
}
.contact-box-layout1 .contact-form-box .select2-container--classic.select2-container--open.select2-container--below .select2-selection--single,
.contact-box-layout1 .contact-form-box .select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border: 1px solid #07ccec;
}
.contact-box-layout1 .contact-form-box .form-group {
  margin-bottom: 15px;
}
.contact-box-layout1 .contact-form-box .form-group .form-control {
  font-size: 17px;
  padding: 15px 20px;
  color: #000000;
}
.contact-box-layout1 .contact-form-box .form-group .form-control:focus {
  border-color: rgba(0, 0, 0, 0.15);
}
.contact-box-layout1 .contact-form-box .form-group .item-btn {
  margin-top: 25px;
  border: 1px solid;
  border-color: #07ccec;
  background-color: #07ccec;
  color: #ffffff;
  font-weight: 500;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 13px 30px;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  text-transform: capitalize;
  -webkit-box-shadow: 0px 1px 10px 0px rgba(57, 108, 240, 0.75);
  -moz-box-shadow: 0px 1px 10px 0px rgba(57, 108, 240, 0.75);
  box-shadow: 0px 1px 10px 0px rgba(57, 108, 240, 0.75);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.contact-box-layout1 .contact-form-box .form-group .item-btn:hover {
  background-color: #2055e4;
  box-shadow: inherit;
}
.contact-box-layout1 .contact-info {
  margin-bottom: 32px;
}
@media only screen and (max-width: 991px) {
  .contact-box-layout1 .contact-info {
    margin-bottom: 0;
  }
}
.contact-box-layout1 .contact-info li {
  color: #111111;
  margin-bottom: 20px;
  position: relative;
  padding-left: 42px;
}
.contact-box-layout1 .contact-info li:last-child {
  margin-bottom: 0px;
  color: #444444;
}
.contact-box-layout1 .contact-info li:first-child {
  font-weight: 500;
}
.contact-box-layout1 .contact-info li i {
  font-size: 22px;
  color: #07ccec;
  top: 5px;
  left: 0;
  position: absolute;
}
.contact-box-layout1 .alert.alert-danger,
.contact-box-layout1 .alert.alert-info,
.contact-box-layout1 .alert.alert-success {
  margin-top: 10px;
  margin-bottom: 0;
}
.contact-box-layout1 .alert.alert-danger p,
.contact-box-layout1 .alert.alert-info p,
.contact-box-layout1 .alert.alert-success p {
  margin-bottom: 0;
}
/*=======================================================================
[23] Faq Page Style
=========================================================================*/
.faq-wrap-layout1 {
  padding: 8.5rem 0rem 10rem;
}
.faq-wrap-layout2 {
  padding: 8.5rem 0px 10rem;
}
.faq-content-layout1 .item-heading {
  margin-bottom: 40px;
}
.faq-content-layout1 .item-heading .item-title {
  color: #111111;
  text-transform: capitalize;
  font-weight: 600;
}
.faq-content-layout1 .faq-list-layout1 {
  padding-right: 30px;
}
@media only screen and (max-width: 991px) {
  .faq-content-layout1 .faq-list-layout1 {
    padding-right: 0;
  }
}
.faq-content-layout1 .faq-list-layout1 .panel-default {
  margin-top: 0 !important;
  border-radius: 4px;
  border: none;
  box-shadow: none;
  margin-bottom: 3px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.faq-content-layout1 .faq-list-layout1 .panel-default:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.faq-content-layout1 .faq-list-layout1 .panel-default .panel-heading {
  border-radius: 4px;
  background-color: #f1f7fa;
  padding: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
}
.faq-content-layout1 .faq-list-layout1 .panel-default .panel-heading:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: #dde3e6;
  z-index: 7;
  top: 0;
  right: 60px;
}
.faq-content-layout1 .faq-list-layout1 .panel-default .panel-heading .panel-title {
  border-radius: 4px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.faq-content-layout1 .faq-list-layout1 .panel-default .panel-heading .panel-title a {
  border-radius: 4px;
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  padding: 15px 60px 15px 30px;
  display: block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 767px) {
  .faq-content-layout1 .faq-list-layout1 .panel-default .panel-heading .panel-title a {
    font-size: 18px;
    padding: 15px 60px 15px 20px;
  }
}
.faq-content-layout1 .faq-list-layout1 .panel-default .panel-heading .accordion-toggle {
  position: relative;
}
.faq-content-layout1 .faq-list-layout1 .panel-default .panel-heading .accordion-toggle:after {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-weight: 600;
  right: 23px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #ffffff;
  font-size: 16px;
  z-index: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.faq-content-layout1 .faq-list-layout1 .panel-default .panel-heading .accordion-toggle.collapsed:after {
  content: "\f054";
  color: #07ccec;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.faq-content-layout1 .faq-list-layout1 .panel-default .panel-collapse {
  background: transparent;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.faq-content-layout1 .faq-list-layout1 .panel-default .panel-body {
  background-color: #f1f7fa;
  padding: 20px 30px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  /* max-height: 122px; */
  /* overflow-y: scroll; */
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .faq-content-layout1 .faq-list-layout1 .panel-default .panel-body {
    /* max-height: inherit;
    overflow-y: inherit; */
    padding: 20px 20px 10px;
  }
}
.faq-content-layout1 .faq-list-layout1 .panel-default .active:after {
  background-color: #03a4be;
}
.faq-content-layout1 .faq-list-layout1 .panel-default .active .panel-title a {
  color: #ffffff;
  background-color: #07ccec;
}
.faq-content-layout1 .faq-list-layout1 .panel-default .active .accordion-toggle:after {
  color: #ffffff !important;
}
.faq-img-layout1 {
  height: 100%;
  text-align: center;
  position: relative;
}
.faq-img-layout1 img {
  position: absolute;
  bottom: -10rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.faq-ask-question-layout1 .title {
  font-weight: 600;
  text-align: center;
  color: #111111;
}
.faq-ask-question-layout1 .faq-question-box {
  margin-top: 40px;
  padding: 60px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(222, 229, 232, 0.75);
  -moz-box-shadow: 0px 1px 0px 0px rgba(222, 229, 232, 0.75);
  box-shadow: 0px 1px 0px 0px rgba(222, 229, 232, 0.75);
}
@media (min-width: 576px) and (max-width: 767px) {
  .faq-ask-question-layout1 .faq-question-box {
    padding: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .faq-ask-question-layout1 .faq-question-box {
    padding: 20px;
  }
}
.faq-ask-question-layout1 .faq-question-box .select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #656565;
}
.faq-ask-question-layout1 .faq-question-box .select2-container--classic .select2-selection--single {
  background-color: transparent;
  border: 1px solid #dbe3e7;
}
.faq-ask-question-layout1 .faq-question-box .select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: transparent;
}
.faq-ask-question-layout1 .faq-question-box .select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #07ccec transparent transparent transparent;
}
.faq-ask-question-layout1 .faq-question-box .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #07ccec transparent;
}
.faq-ask-question-layout1 .faq-question-box .select2-container--classic.select2-container--open.select2-container--below .select2-selection--single,
.faq-ask-question-layout1 .faq-question-box .select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border: 1px solid #07ccec;
}
.faq-ask-question-layout1 .faq-question-box .form-group {
  text-align: center;
  margin-bottom: 15px;
}
.faq-ask-question-layout1 .faq-question-box .form-group .form-control {
  font-size: 17px;
  padding: 15px 20px;
}
.faq-ask-question-layout1 .faq-question-box .form-group .item-btn {
  margin-top: 25px;
  border: 1px solid;
  border-color: #07ccec;
  background-color: #07ccec;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 13px 30px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  -webkit-box-shadow: 0px 1px 10px 0px rgba(57, 108, 240, 0.75);
  -moz-box-shadow: 0px 1px 10px 0px rgba(57, 108, 240, 0.75);
  box-shadow: 0px 1px 10px 0px rgba(57, 108, 240, 0.75);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.faq-ask-question-layout1 .faq-question-box .form-group .item-btn:hover {
  background-color: #2055e4;
  box-shadow: inherit;
}
/*=======================================================================
[24] Error Page Style
=========================================================================*/
.error-wrap-layout1 {
  padding: 17rem 0px;
}
@media only screen and (max-width: 991px) {
  .error-wrap-layout1 {
    padding: 12rem 0px;
  }
}
@media only screen and (max-width: 767px) {
  .error-wrap-layout1 {
    padding: 10rem 0px;
  }
}
@media only screen and (max-width: 575px) {
  .error-wrap-layout1 {
    padding: 8rem 0px;
  }
}
.error-box-layout1 {
  text-align: center;
}
.error-box-layout1 img {
  margin-bottom: 40px;
}
.error-box-layout1 .title {
  color: #111111;
  letter-spacing: 8px;
  margin-right: -8px;
}
@media only screen and (max-width: 991px) {
  .error-box-layout1 .title {
    letter-spacing: 6px;
    margin-right: -6px;
  }
}
@media only screen and (max-width: 767px) {
  .error-box-layout1 .title {
    letter-spacing: 4px;
    margin-right: -4px;
  }
}
@media only screen and (max-width: 575px) {
  .error-box-layout1 .title {
    letter-spacing: 2px;
    margin-right: -2px;
  }
}
.error-box-layout1 .details {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
  font-size: 20px;
  color: #111111;
}
@media only screen and (max-width: 1199px) {
  .error-box-layout1 .details {
    width: 80%;
  }
}
@media only screen and (max-width: 991px) {
  .error-box-layout1 .details {
    width: 95%;
  }
}
@media only screen and (max-width: 767px) {
  .error-box-layout1 .details {
    width: 100%;
  }
}
.error-box-layout1 .item-btn {
  display: inline-block;
  border: 2px solid #07ccec;
  border-radius: 4px;
  color: #07ccec;
  font-weight: 500;
  padding: 15px 50px 13px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.error-box-layout1 .item-btn:hover {
  background-color: #07ccec;
  color: #ffffff;
}
/*=======================================================================
[25] Features Area Style
=========================================================================*/
.features-box-layout1 {
  position: relative;
}
.features-box-layout1 .item-inner-wrapper {
  width: 50%;
}
@media only screen and (max-width: 991px) {
  .features-box-layout1 .item-inner-wrapper {
    width: 100%;
  }
}
.features-box-layout1 .item-inner-wrapper img {
  width: 100%;
}
.features-box-layout1 .item-content {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
@media only screen and (max-width: 991px) {
  .features-box-layout1 .item-content {
    position: inherit;
    padding: 8rem 0;
  }
}
@media only screen and (max-width: 575px) {
  .features-box-layout1 .item-content {
    padding: 10rem 0;
  }
}
.features-box-layout1 .item-content .item-content-inner .item-title {
  font-weight: 600;
}
.features-box-layout1 .item-content .item-content-inner p {
  margin-bottom: 30px;
}
.features-box-layout1 .item-content .item-content-inner.content-light .item-title {
  color: #ffffff;
  margin-bottom: 50px;
  position: relative;
}
.features-box-layout1 .item-content .item-content-inner.content-light .item-title::after{
  position: absolute;
  content: "";
  height: 4px;
  width: 45px;
  background-color: #07ccec;
  left: 0;
  bottom: -15px;

}

.features-box-layout1 .item-content .item-content-inner.content-light p {
  color: #ffffff;
}
.features-box-layout1 .item-content .item-content-inner.content-light .list-item li {
  color: #fff;
  font-size: 20px;
}
.features-box-layout1 .item-content .item-content-inner.content-dark .item-title {
  color: #111111;
}
.features-box-layout1 .item-content .item-content-inner.content-dark p {
  color: #111111;
}
.features-box-layout1 .item-content .item-content-inner.content-dark .list-item li {
  color: #111111;
}
.features-box-layout1 .item-content .item-content-inner.content-dark .list-item li:before {
  color: #ffffff;
  background-color: #07ccec;
  -webkit-box-shadow: 0px 5px 6px 0px #7495e7;
  -moz-box-shadow: 0px 5px 6px 0px rgba(116, 149, 231, 0.8);
  box-shadow: 0px 5px 6px 0px rgba(116, 149, 231, 0.8);
}
.features-box-layout1 .item-content .item-content-inner .list-item li {
  position: relative;
  margin-bottom: 30px;
  padding-left: 50px;
}

@media only screen and (max-width: 1200px) {
  .features-box-layout1 .item-content .item-content-inner.content-light .list-item li {
    font-size: 18px;
  }
  .features-box-layout1 .item-content .item-content-inner .list-item li {
    margin-bottom: 15px;
    padding-left: 40px;
  }
}

@media only screen and (max-width: 991px) {
  .features-box-layout1 .item-content .item-content-inner.content-light .list-item li {
    font-size: 16px;
  }
}

.features-box-layout1 .item-content .item-content-inner .list-item li:before {
  position: absolute;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 12px;
  background-color: #07ccec;
  height: 30px;
  width: 30px;
  border-radius: 45px;
  line-height: 30px;
  text-align: center;
  color: #ffffff;
  top: 5px;
  left: 0;
  z-index: 2;
  -webkit-box-shadow: 0px 5px 6px 0px #131313;
  -moz-box-shadow: 0px 5px 6px 0px #131313;
  box-shadow: 0px 5px 6px 0px #131313;
}
.features-box-layout1 .item-content .item-content-inner .list-item li:last-child {
  margin-bottom: 0;
}
.features-box-layout1 .item-content .item-content-inner .skill-layout1 {
  position: relative;
  overflow: hidden;
}
.features-box-layout1 .item-content .item-content-inner .skill-layout1 .progress {
  background-color: #f0f0f0;
  border-radius: 45px;
  box-shadow: none;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: inset 0px 1px 2px 0px rgba(206, 206, 206, 0.75);
  -moz-box-shadow: inset 0px 1px 2px 0px rgba(206, 206, 206, 0.75);
  box-shadow: inset 0px 1px 2px 0px rgba(206, 206, 206, 0.75);
}
.features-box-layout1 .item-content .item-content-inner .skill-layout1 .progress .lead {
  color: #ffffff;
  font-size: 2rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 20px;
  font-weight: 500;
  z-index: 5;
}
.features-box-layout1 .item-content .item-content-inner .skill-layout1 .progress:last-child {
  margin-bottom: 0;
}
.features-box-layout1 .item-content .item-content-inner .skill-layout1 .progress-bar {
  background-color: #07ccec;
  height: 3.5rem;
  border-radius: 45px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.features-box-layout1 .item-content .item-content-inner .skill-layout1 .progress-bar > span {
  background: transparent;
  float: right;
  font-size: 2rem;
  padding: 0 10px;
}
.features-box-layout1:nth-child(even) .item-content-inner {
  padding-left: 10rem;
}
@media only screen and (max-width: 1199px) {
  .features-box-layout1:nth-child(even) .item-content-inner {
    padding-left: 3rem;
  }
}
@media only screen and (max-width: 991px) {
  .features-box-layout1:nth-child(even) .item-content-inner {
    padding-left: 0;
  }
}
.features-box-layout1:nth-child(odd) .item-content-inner {
  padding-right: 10rem;
}
@media only screen and (max-width: 1400px) {
  .features-box-layout1:nth-child(odd) .item-content-inner {
    padding-right: 5rem;
  }
}
@media only screen and (max-width: 1200px) {
  .features-box-layout1:nth-child(odd) .item-content-inner {
    padding-right: 2rem;
  }
}
.features-box-layout2 {
  position: relative;
  background-color: #f8f8f8;
}
.features-box-layout2 .item-img {
  width: 50%;
}
@media only screen and (max-width: 991px) {
  .features-box-layout2 .item-img {
    width: 100%;
  }
}
.features-box-layout2 .item-img img {
  width: 100%;
}
.features-box-layout2 .item-content {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
@media only screen and (max-width: 991px) {
  .features-box-layout2 .item-content {
    position: inherit;
    padding: 9.2rem 50px 10rem;
  }
}
@media only screen and (max-width: 575px) {
  .features-box-layout2 .item-content {
    position: inherit;
    padding: 9.2rem 0 10rem;
  }
}
.features-box-layout2 .item-content .item-content-inner {
  padding-left: 10rem;
}
@media only screen and (max-width: 1199px) {
  .features-box-layout2 .item-content .item-content-inner {
    padding-left: 3rem;
  }
}
@media only screen and (max-width: 991px) {
  .features-box-layout2 .item-content .item-content-inner {
    padding-left: 0;
  }
}
.features-box-layout2 .item-content .item-content-inner p {
  margin-bottom: 30px;
}
.features-box-layout2 .item-content .item-content-inner .skill-layout1 {
  position: relative;
  overflow: hidden;
}
.features-box-layout2 .item-content .item-content-inner .skill-layout1 .progress {
  background-color: #f0f0f0;
  border-radius: 45px;
  box-shadow: none;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: inset 0px 1px 2px 0px rgba(206, 206, 206, 0.75);
  -moz-box-shadow: inset 0px 1px 2px 0px rgba(206, 206, 206, 0.75);
  box-shadow: inset 0px 1px 2px 0px rgba(206, 206, 206, 0.75);
}
.features-box-layout2 .item-content .item-content-inner .skill-layout1 .progress .lead {
  color: #ffffff;
  font-size: 2rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 20px;
  font-weight: 500;
  z-index: 5;
}
.features-box-layout2 .item-content .item-content-inner .skill-layout1 .progress:last-child {
  margin-bottom: 0;
}
.features-box-layout2 .item-content .item-content-inner .skill-layout1 .progress-bar {
  background-color: #07ccec;
  height: 3.5rem;
  border-radius: 45px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.features-box-layout2 .item-content .item-content-inner .skill-layout1 .progress-bar > span {
  background: transparent;
  font-size: 2rem;
  padding: 0 10px;
}
/*=======================================================================
[26] Banner Area Style
=========================================================================*/
.inner-page-banner {
  display: block;
  padding: 13rem 0;
}

.inner-page-banner.bg-common {
  background-position: bottom !important;
}


.inner-page-banner .breadcrumbs-area {
  position: relative;
  z-index: 1;
}
.inner-page-banner .breadcrumbs-area h1 {
  font-weight: 700;
  text-transform: capitalize;
  color: #27477d;
  font-size: 4.6rem;
}
@media only screen and (max-width: 767px) {
  .inner-page-banner .breadcrumbs-area h1 {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 576px) {
  .inner-page-banner .breadcrumbs-area h1 {
    font-size: 3.6rem;
  }
}
.inner-page-banner .breadcrumbs-area ul li {
  display: inline-block;
  color: #111111;
  font-size: 18px;
  position: relative;
  margin-right: 8px;
  padding-right: 20px;
}
@media screen and (max-width: 576px) {
  .inner-page-banner {
    padding: 6.6rem 0;
  }
  .inner-page-banner .breadcrumbs-area ul li {
    font-size: 13px;
  }
}
.inner-page-banner .breadcrumbs-area ul li:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 14px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
  color: #07ccec;
}
.inner-page-banner .breadcrumbs-area ul li a {
  color: #111111;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inner-page-banner .breadcrumbs-area ul li a:hover {
  color: #07ccec;
}
.inner-page-banner .breadcrumbs-area ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.inner-page-banner .breadcrumbs-area ul li:last-child:before {
  display: none;
}
.inner-page-banner .breadcrumbs-area.area-right {
  margin-top: 20px;
  text-align: right;
}
.banner-wrap-layout1 {
  padding: 15rem 0;
}

@media only screen and (max-width:991px) {
  .banner-wrap-layout1 {
    padding: 10rem 0;
  }
}

@media only screen and (max-width: 768px) {
  .banner-box-layout1 {
    text-align: center;
  }
}
.banner-box-layout1 .item-title {
  color: #ffffff;
  font-weight: 500;
  position: relative;
  /* margin-bottom: 40px; */
  font-size: 50px;
}
.banner-box-layout1 .item-title.motto {
  font-family: 'Grand Hotel', sans-serif;
  font-size: 70px;
  line-height: 100px;
}
@media only screen and (max-width: 768px) {
  .banner-box-layout1 .item-title.motto {
    font-size: 60px;
    line-height: 90px;
  }
}

@media only screen and (max-width: 490px) {
  .banner-box-layout1 h3 {
    margin-bottom: 10px;
  }
  .banner-box-layout1 .item-title.motto {
    font-size: 45px;
    line-height: 70px;
  }
}

.banner-box-layout1 .phone-number {
  color: #ffffff;
}
.banner-box-layout1 p {
  color: #ffffff;
}
/*=======================================================================
[27] Sidebar Area Style
=========================================================================*/
.sidebar-widget-area {
  margin-bottom: 3rem;
}
.sidebar-widget-area.widget-bottom-mobile {
  margin-top: 10rem;
}
.sidebar-widget-area .widget {
  margin-bottom: 4rem;
}
.sidebar-widget-area .widget.widget-mobile {
  border-radius: 8px;
  padding: 3rem;
  -webkit-box-shadow: 0px 1px 20px 0px rgb(218 227 232 / 75%);
  -moz-box-shadow: 0px 1px 20px 0px rgba(218, 227, 232, 0.75);
  box-shadow: 0px 1px 20px 0px rgb(218 227 232 / 75%);
}
.sidebar-widget-area .widget .section-title {
  color: #111111;
  text-transform: capitalize;
  font-weight: 600;
}
.sidebar-widget-area .widget.widget-mobile .section-title {
  text-align: center;
}
.sidebar-widget-area .widget.widget-mobile .section-title.title-bar-primary::before {
  left: calc(50% - 25px);
}
.sidebar-widget-area .widget .section-title-light {
  color: #ffffff;
  text-transform: capitalize;
  font-weight: 600;
}
.sidebar-widget-area .widget:last-child {
  margin-bottom: 0 !important;
}
.widget-search .stylish-input-group {
  background: #eaeaea;
  border: 0;
  height: 60px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
}
.widget-search.widget-mobile .stylish-input-group {
  height: 40px;
  margin-bottom: 2rem;
  padding: 0 5px;
  border: 1px solid #d9d9d9;
}
.widget-search .stylish-input-group .form-control {
  padding: 0.75rem 1.5rem;
  height: 100%;
  border: none;
  box-shadow: none;
  border-radius: 0;
  background: transparent;
  color: #000000;
  font-size: 16px;
}
.widget-search .stylish-input-group .input-group-addon {
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent !important;
}
.widget-search .stylish-input-group .input-group-addon button {
  padding: 1rem 1.5rem;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.widget-search.widget-mobile .stylish-input-group .input-group-addon button {
  padding: .3rem 1.5rem;
}
.widget-search .stylish-input-group .input-group-addon button span:before {
  color: #07ccec;
  font-size: 26px;
  font-weight: 600;
  margin-left: 0;
}
.widget-search.widget-mobile .stylish-input-group .input-group-addon button span:before {
  font-size: 22px;
}
.widget-search .stylish-input-group .input-group-addon button:hover span {
  color: #2055e4;
}
.widget-search .stylish-input-group .input-group-addon button:focus {
  outline: none;
}
.widget-search .stylish-input-group input {
  font-size: 14px;
  color: #000000;
}
.widget-search .stylish-input-group input.form-control::-webkit-input-placeholder,
.widget-search .stylish-input-group textarea.form-control::-webkit-input-placeholder {
  color: #999;
  font-size: 16px;
}
.widget-search .stylish-input-group input.form-control::-moz-placeholder,
.widget-search .stylish-input-group textarea.form-control::-moz-placeholder {
  color: #999;
  font-size: 16px;
}
.widget-search .stylish-input-group input.form-control:-moz-placeholder,
.widget-search .stylish-input-group textarea.form-control:-moz-placeholder {
  color: #999;
  font-size: 16px;
}
.widget-search .stylish-input-group input.form-control:-ms-input-placeholder,
.widget-search .stylish-input-group textarea.form-control:-ms-input-placeholder {
  color: #999;
  font-size: 16px;
}
.widget-categories ul li {
  position: relative;
}
.widget-categories ul li:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  color: #07ccec;
  position: absolute;
  left: 0;
  top: 50%;
  padding-left: 0;
  font-weight: 900;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  z-index: 1;
}
.widget-categories ul li:hover::before {
  padding-left: 10px;
}
.widget-categories ul li a {
  position: relative;
  z-index: 2;
  display: block;
  color: #111111;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dedede;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.widget-categories ul li input {
  display: none;
}
.widget-categories ul li a span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  z-index: 2;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.widget-categories ul li:hover a {
  padding-left: 30px;
  color: #07ccec;
}
.widget-categories ul li:hover:after {
  right: 0;
  left: 0;
  width: 100%;
}
.widget-categories ul li:after {
  content: "";
  background-color: #07ccec;
  width: 0%;
  height: 1px;
  left: 0;
  bottom: 0px;
  z-index: 3;
  position: absolute;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.widget-categories ul li:last-child::after {
  bottom: -1px;
}
.widget-categories ul li.active a {
  color: #07ccec;
}
.widget-categories ul li.active::after a {
  right: 0;
  left: 0;
  width: 100%;
}
.widget-categories.widget-mobile .select2-container--classic .select2-selection--single {
  background-color: transparent;
  border: 1px solid #dbe3e7;
  border-radius: 4px;
  height: 40px;
}
.widget-categories.widget-mobile .select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: transparent;
}
.widget-categories.widget-mobile .select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #07ccec transparent transparent transparent;
}
.widget-categories.widget-mobile .select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border: 1px solid #e8a828;
  border-radius: 0;
}
.widget-categories.widget-mobile .select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border: 1px solid #07ccec;
  border-radius: 0;
}
.widget-categories.widget-mobile .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #07ccec transparent;
}
.widget-top-rated ul li {
  margin-bottom: 20px;
}
.widget-top-rated ul li:last-child {
  margin-bottom: 0;
}
.widget-top-rated ul li .top-rated-content h4 {
  margin-bottom: 0;
}
.widget-top-rated ul li .top-rated-content h4 a {
  color: #111111;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.widget-top-rated ul li .top-rated-content h4 a:hover {
  color: #07ccec;
}
.widget-top-rated ul li .top-rated-content .rating {
  line-height: 1.6;
  margin-bottom: 5px;
}
.widget-top-rated ul li .top-rated-content .rating li {
  display: inline;
  border-bottom: none;
}
.widget-top-rated ul li .top-rated-content .rating li i {
  color: #fdc800;
  font-size: 14px;
}
.widget-top-rated ul li .top-rated-content .amount {
  color: #07ccec;
  font-weight: 500;
  margin-bottom: 5px;
}
.widget-top-rated ul li .top-rated-content .amount .currency {
  font-weight: 500;
}
.widget-call-to-action {
  background-color: #07ccec;
  padding: 30px 20px 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 1px 10px 0px rgba(56, 101, 219, 0.75);
  -moz-box-shadow: 0px 1px 10px 0px rgba(56, 101, 219, 0.75);
  box-shadow: 0px 1px 10px 0px rgba(56, 101, 219, 0.75);
}
.widget-call-to-action .media img {
  margin-top: 5px;
}
.widget-call-to-action .media .media-body h4 {
  color: #ffffff;
  margin-bottom: 10px;
  font-weight: 500;
}
.widget-call-to-action .media .media-body span {
  color: #ffffff;
  display: block;
  margin-bottom: 10px;
}
.widget-call-to-action-light {
  background-color: #ffffff;
  padding: 30px 20px 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #cccccc;
}
.widget-call-to-action-light .media img {
  margin-top: 5px;
}
.widget-call-to-action-light .media .media-body h4 {
  color: #111111;
  margin-bottom: 10px;
  font-weight: 500;
}
.widget-call-to-action-light .media .media-body span {
  color: #111111;
  display: block;
  margin-bottom: 10px;
}

.widget-tag .tag-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.widget-tag li {
  display: inline-block;
  text-align: center;
  margin: 5px 5px 0 0;
  border: 1px solid #07ccec;
  background: transparent;
  font-size: 14px;
  -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.widget-tag li input {
  display: none;
}
.widget-tag li a {
  color: #07ccec;
  display: block;
  padding: 5px 10px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.widget-tag li:hover,
.widget-tag li.active {
  background: #07ccec;
}
.widget-tag li:hover a,
.widget-tag li.active a {
  color: #ffffff;
}
.widget-price-range .price-range-wrapper {
  text-align: left;
  padding-top: 20px;
}
.widget-price-range .price-range-wrapper:after {
  clear: both;
  display: block;
  content: "";
}
.widget-price-range .price-range-wrapper .price-filter-wrap {
  margin-top: 15px;
}
.widget-price-range .price-range-wrapper .price-filter-wrap .filter-button {
  margin-left: 10px;
}
.widget-price-range .price-range-wrapper .price-filter-wrap .filter-button .item-btn {
  padding: 5px 20px;
  display: inline-block;
  font-size: 14px;
  text-transform: capitalize;
  border: 1px solid;
  border-color: #07ccec;
  color: #07ccec;
  background-color: transparent;
  cursor: pointer;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.widget-price-range .price-range-wrapper .price-filter-wrap .filter-button .item-btn:focus {
  outline: none;
}
.widget-price-range .price-range-wrapper .price-filter-wrap .filter-button .item-btn:hover {
  background-color: #07ccec;
  color: #ffffff;
}
.widget-price-range .price-range-wrapper .price-filter-wrap .price-range-select {
  margin: 20px 0;
  text-align: center;
}
.widget-price-range .price-range-wrapper .price-filter-wrap .price-range-select:after {
  clear: both;
  display: block;
  content: "";
}
.widget-price-range .price-range-wrapper .price-filter-wrap .price-range-select .price-range {
  display: inline-block;
  margin: 0 2px;
  font-weight: 500;
  color: #222222;
}
.widget-price-range .price-range-wrapper .noUi-connect {
  background: #07ccec;
  box-shadow: none;
}
.widget-price-range .price-range-wrapper .noUi-horizontal {
  height: 7px;
}
.widget-price-range .price-range-wrapper .noUi-target {
  border-radius: 0;
  box-shadow: none;
  background-color: #f2f2f2;
  border: 0;
}
.widget-price-range .price-range-wrapper .noUi-horizontal .noUi-handle {
  top: -10px;
  background: #07ccec;
  border: none;
  box-shadow: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(191, 191, 191, 0.75);
  -moz-box-shadow: 0px 5px 5px 0px rgba(191, 191, 191, 0.75);
  box-shadow: 0px 5px 5px 0px rgba(191, 191, 191, 0.75);
}
.widget-price-range .price-range-wrapper .noUi-handle::before {
  display: none;
}
.widget-price-range .price-range-wrapper .noUi-handle::after {
  height: 8px;
  width: 8px;
  background-color: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-recent .media {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #cecece;
}
.widget-recent .media:last-child {
  margin-bottom: 0;
}
.widget-recent .media>a {
  overflow: hidden;
  border-radius: 4px;
}
.widget-recent .media>a>img {
  max-width: 100px;
  transform: scale(1);
  transition: all .5s ease;
}
.widget-recent .media:hover>a>img {
  transform: scale(1.1);
}
.widget-recent .media .media-body .post-date {
  color: #07ccec;
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 14px;
}
.widget-recent .media .media-body .post-title {
  font-size: 15px;
  margin-bottom: 0;
  font-weight: 600;
}
.widget-recent .media .media-body .post-title a {
  color: #111111;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.widget-recent .media .media-body .post-title a:hover {
  color: #07ccec;
}
.widget-about-team {
  padding: 32px 25px 28px;
  background-color: #ffffff;
  border-radius: 4px;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(222, 229, 232, 0.75);
  -moz-box-shadow: 0px 1px 0px 0px rgba(222, 229, 232, 0.75);
  box-shadow: 0px 1px 0px 0px rgba(222, 229, 232, 0.75);
}
.widget-about-team img {
  margin-bottom: 16px;
}
.widget-about-team .item-content .item-title {
  font-weight: 600;
  color: #111111;
  margin-bottom: 10px;
}
.widget-about-team .item-content .item-ctg {
  margin-bottom: 10px;
}
.widget-about-team .item-content .item-designation {
  color: #07ccec;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}
.widget-team-contact {
  padding: 32px 25px 28px;
  background-color: #ffffff;
  border-radius: 4px;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(222, 229, 232, 0.75);
  -moz-box-shadow: 0px 1px 0px 0px rgba(222, 229, 232, 0.75);
  box-shadow: 0px 1px 0px 0px rgba(222, 229, 232, 0.75);
}
.widget-team-contact ul li {
  font-weight: 500;
  position: relative;
  margin-bottom: 10px;
}
.widget-team-contact ul li:last-child {
  margin-bottom: 0;
}
.widget-team-contact ul li span {
  position: absolute;
  left: 30%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 17px;
  font-weight: 400;
  display: inline-block;
}
.widget-team-contact ul li ul.widget-social {
  margin-left: 5px;
}
.widget-team-contact ul li ul.widget-social li {
  display: inline-block;
  margin-left: 5px;
}
.widget-team-contact ul li ul.widget-social li a {
  color: #07ccec;
  padding: 5px 10px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.widget-team-contact ul li ul.widget-social li a:hover {
  color: #111111;
}
.sidebar-widget-area .widget-about-info {
  padding-bottom: 0;
  margin-bottom: 2.5rem;
}
.widget-about-info ul {
  -webkit-box-shadow: 0px 1px 20px 0px rgba(218, 227, 232, 0.75);
  -moz-box-shadow: 0px 1px 20px 0px rgba(218, 227, 232, 0.75);
  box-shadow: 0px 1px 20px 0px rgba(218, 227, 232, 0.75);
  border-radius: 4px;
  padding: 30px;
  width: 100%;
}
.widget-about-info ul li {
  display: inline-block;
  width: 100%;
}
.widget-about-info ul li a {
  position: relative;
  display: block;
  padding-left: 20px;
  padding-right: 10px;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d9d9d9;
  color: #111111;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.widget-about-info ul li a:after {
  content: "";
  position: absolute;
  height: 25px;
  width: 1px;
  top: -3px;
  left: 0;
  z-index: 1;
  font-size: 28px;
  background-color: #d9d9d9;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.widget-about-info ul li a:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  position: absolute;
  top: -2px;
  right: 0;
  z-index: 1;
  color: #d9d9d9;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.widget-about-info ul li a:hover {
  color: #07ccec;
}
.widget-about-info ul li a:hover:after {
  background-color: #07ccec;
}
.widget-about-info ul li a:hover:before {
  color: #07ccec;
}
.widget-about-info ul li a.active {
  color: #07ccec;
}
.widget-about-info ul li a.active:after {
  background-color: #07ccec;
}
.widget-about-info ul li a.active:before {
  color: #07ccec;
}
.widget-about-info ul li:last-child a {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 991px) {
  .widget-about-info ul {
    padding: 20px 5px;
    justify-content: center;
  }
  .widget-about-info ul li {
    width: 20%;
    border-right: 1px solid #eee;
  }
  .widget-about-info ul li:last-child {
    border-right: unset;
  }
  .widget-about-info ul li a {
    padding-left: unset;
    padding-right: unset;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: unset;
    text-align: center;
  }
  .widget-about-info ul li a:after {
    content: unset;
  }
  .widget-about-info ul li a:before {
    content: "\f078";
    top: unset;
    bottom: -15px;
    right: calc(50% - 5px);
  }
  .widget-about-info ul li:last-child a {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.widget-department-info ul {
  margin-top: 30px;
  -webkit-box-shadow: 0px 1px 20px 0px rgba(218, 227, 232, 0.75);
  -moz-box-shadow: 0px 1px 20px 0px rgba(218, 227, 232, 0.75);
  box-shadow: 0px 1px 20px 0px rgba(218, 227, 232, 0.75);
  border-radius: 4px;
  padding: 15px 30px;
  width: 100%;
}
.widget-department-info ul li {
  width: 100%;
}
.widget-department-info ul li a {
  position: relative;
  display: block;
  padding-left: 20px;
  padding-right: 10px;
  padding-bottom: 15px;
  padding-top: 15px;
  border-bottom: 1px solid #d9d9d9;
  color: #111111;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.widget-department-info ul li a:after {
  content: "";
  position: absolute;
  height: 25px;
  width: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
  font-size: 28px;
  background-color: #d9d9d9;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.widget-department-info ul li a:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  z-index: 1;
  color: #d9d9d9;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.widget-department-info ul li a:hover {
  color: #07ccec;
}
.widget-department-info ul li a:hover:after {
  background-color: #07ccec;
}
.widget-department-info ul li a:hover:before {
  color: #07ccec;
}
.widget-department-info ul li .active {
  color: #07ccec;
}
.widget-department-info ul li .active:after {
  background-color: #07ccec;
}
.widget-department-info ul li .active:before {
  color: #07ccec;
}
.widget-department-info ul li:last-child a {
  border-bottom: none;
}
.widget-ad-area {
  position: relative;
  border-radius: 4px;
  text-align: center;
}
.widget-ad-area .item-btn-wrap {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
}
.widget-ad-area .item-btn {
  border-radius: 4px;
  padding: 16px 30px;
  color: #111111;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.widget-ad-area .item-btn i {
  color: #07ccec;
  margin-left: 15px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.widget-ad-area .item-btn:hover {
  background-color: #07ccec;
  color: #ffffff;
}
.widget-ad-area .item-btn:hover i {
  color: #ffffff;
}
.widget-schedule {
  background-color: #f8f8f8;
  padding: 30px;
  border-radius: 4px;
}
.widget-schedule ul li {
  margin-bottom: 15px;
}
.widget-schedule ul li span {
  display: block;
}
.widget-schedule ul li span.bold {
  font-weight: 700;
}
.widget-schedule ul li:last-child {
  margin-bottom: 0;
}
.widget-appointment {
  background-color: #07ccec;
  padding: 30px;
  border-radius: 4px;
}
.widget-appointment form {
  margin-top: 30px;
}
.widget-appointment .select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #a6bfff;
}
.widget-appointment .select2-container--classic .select2-selection--single {
  background-color: #2555d0;
  border: 1px solid #2555d0;
  border-radius: 4px;
}
.widget-appointment .select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: transparent;
}
.widget-appointment .select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #a6bfff transparent transparent transparent;
}
.widget-appointment .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #a6bfff transparent;
}
.widget-appointment .select2-container--classic.select2-container--open.select2-container--below .select2-selection--single,
.widget-appointment .select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border: 1px solid #07ccec;
}
.widget-appointment input {
  height: 52px;
  font-size: 16px;
  padding: 5px 15px;
  color: #ffffff;
  border: 1px solid #2555d0;
}
.widget-appointment .form-control {
  color: #ffffff;
  background: #2555d0;
  border-radius: 4px;
}
.widget-appointment .form-control:focus {
  border-color: #2555d0;
}
.widget-appointment textarea {
  font-size: 16px;
  padding: 15px;
  color: #111111;
  border: 1px solid #2555d0;
  border-radius: 4px;
}
.widget-appointment textarea:focus {
  border-color: #2555d0;
}
.widget-appointment input.form-control::-webkit-input-placeholder,
.widget-appointment textarea.form-control::-webkit-input-placeholder {
  color: #a6bfff;
}
.widget-appointment input.form-control::-moz-placeholder,
.widget-appointment textarea.form-control::-moz-placeholder {
  color: #a6bfff;
}
.widget-appointment input.form-control:-moz-placeholder,
.widget-appointment textarea.form-control:-moz-placeholder {
  color: #a6bfff;
}
.widget-appointment input.form-control:-ms-input-placeholder,
.widget-appointment textarea.form-control:-ms-input-placeholder {
  color: #a6bfff;
}
.widget-appointment .form-group {
  margin-bottom: 15px;
  position: relative;
}
.widget-appointment .form-group i {
  color: #a6bfff;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-appointment .item-btn {
  padding: 12px 25px;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #111111;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  text-transform: capitalize;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.widget-appointment .item-btn i {
  margin-left: 10px;
  position: inherit;
  transform: inherit;
  color: #111111;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.widget-appointment .item-btn:hover {
  background-color: transparent;
  box-shadow: inherit;
  color: #ffffff;
}
.widget-appointment .item-btn:hover i {
  color: #ffffff;
}
/*=======================================================================
[28] Footer Top Area Style
=========================================================================*/
.footer-top-wrap {
  background-color: hsl(218, 52%, 32%);
  padding: 80px 0px 55px;
  border-bottom: 1px solid #333333;
}
@media screen and (max-width: 991px) {
  .footer-top-wrap {
    padding: 40px 0 20px;
  }
}
.footer-box {
  margin-bottom: 30px;
}

.footer-box iframe {
  width: 100%;
  height: 330px;
  padding-right: 50px;
}

@media only screen and (max-width: 991px) {
  .footer-box iframe {
    padding-right: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-box iframe {
    padding-right: 0;
  }
}

/* @media screen and (max-width: 767px) {
  .footer-box.footer-desc {
    padding-bottom: 30px;
    margin-bottom: 40px;
    border: 0;
    border-bottom: 2px solid;
    border-image: linear-gradient(to left, transparent 5%, #07ccec 30%, #07ccec 70%);
    border-image-slice: 1;
  }
} */
.footer-box .footer-logo {
  padding-bottom: 25px;
}
.footer-box .footer-logo img {
  display: inline-block;
  width: auto;
  height: 75px;
  vertical-align: middle;
  box-sizing: content-box;
}
@media screen and (max-width: 377px) {
  .footer-box .footer-logo img {
    height: 60px;
  }
}
.footer-box .footer-logo p {
  display: inline-block;
  vertical-align: middle;
  font-family: 'Carter One', sans-serif;
  font-size: 28px;
  line-height: .8;
  margin: auto;
  letter-spacing: 3px;
}
.footer-box .footer-logo p>span {
  font-size: 17px;
  letter-spacing: .5px
}
@media screen and (max-width: 992px) {
  .footer-box .footer-logo p {
    font-size: 13px;
  }
  .footer-box .footer-logo p>span {
    font-size: 19px;
  }
}
@media screen and (max-width: 375px) {
  .footer-box .footer-logo p {
    font-size: 12px;
  }
  .footer-box .footer-logo p>span {
    font-size: 17px;
  }
}
.footer-box .footer-about {
  font-size: 17px;
  padding-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .footer-box .footer-about {
    font-size: 16px;
  }
}
.footer-box .footer-about p {
  color: #e3e3e3;
}
.footer-box .footer-contact-info {
  margin-bottom: 32px;
}
.footer-box .footer-contact-info h3 {
  color: #fff;
}
.footer-box .footer-contact-info li {
  font-size: 17px;
  color: #fff;
  margin-bottom: 15px;
  position: relative;
  padding-left: 42px;
}
@media only screen and (max-width: 767px) {
  .footer-box .footer-contact-info li {
    font-size: 16px;
  }
}
.footer-box .footer-contact-info li:last-child {
  margin-bottom: 0px;
}
.footer-box .footer-contact-info li i {
  font-size: 20px;
  color: #ffffff;
  top: 5px;
  left: 0;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .footer-box .footer-contact-info li i {
    font-size: 20px;
  }
}
.footer-box .footer-contact-info li a {
  color: #fff;
  transition: all .3s ease;
}
.footer-box .footer-contact-info li a:hover {
  color: #07ccec;
}
.footer-box .footer-social li {
  display: inline-block;
  margin-right: 13px;
  color: #fff;
  font-size: 20px;
}
@media only screen and (max-width: 1199px) {
  .footer-box .footer-social li {
    margin-right: 5px;
  }
}
.footer-box .footer-social li a {
  padding: 5px;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer-box .footer-social li a:hover {
  color: #07ccec;
}
.footer-box .footer-header {
  position: relative;
}
.footer-box .footer-header:after {
  content: "";
  width: 50px;
  height: 4px;
  background-color: #07ccec;
  bottom: 0;
  position: absolute;
}
.footer-box .footer-header h3 {
  color: #ffffff;
  font-size: 26px;
  font-weight: 500;
  padding-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .footer-box .footer-header h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-box .footer-header h3 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 575px) {
  .footer-box .footer-header h3 {
    font-size: 20px;
  }
}
.footer-box .footer-latest-post li {
  line-height: 22px;
  margin-bottom: 20px;
}
.footer-box .footer-latest-post li:last-child {
  margin-bottom: 0px;
}
.footer-box .footer-latest-post li a {
  font-size: 17px;
  color: #e3e3e3;
  margin-bottom: 12px;
  display: block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 767px) {
  .footer-box .footer-latest-post li a {
    font-size: 16px;
  }
}
.footer-box .footer-latest-post li a:hover {
  color: #07ccec;
}
.footer-box .footer-latest-post li span {
  font-size: 16px;
  color: #8a8a8a;
  display: block;
}
.footer-box .footer-departments li {
  margin-bottom: 10px;
}
.footer-box .footer-departments li:last-child {
  margin-bottom: 0px;
}
.footer-box .footer-quick-link {
  margin-left: auto;
  width: 110px;
}
.footer-box .footer-quick-link #dropdown>ul>li>a {
  font-size: 17px;
  margin-bottom: 15px;
  padding-bottom: 5px;
  font-weight: 400;
  text-align: right;
  cursor: pointer;
  color: #e3e3e3;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 767px) {
  .footer-box .footer-departments li a {
    font-size: 16px;
  }
}
.footer-box .footer-departments li a:hover {
  color: #07ccec;
}
.footer-box .footer-quick-link li {
  margin-bottom: 10px;
}
.footer-box .footer-quick-link li:last-child {
  margin-bottom: 0px;
}
.footer-box .footer-quick-link li a {
  font-size: 17px;
  color: #e3e3e3;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 767px) {
  .footer-box .footer-quick-link li a {
    font-size: 16px;
  }
}
.footer-box .footer-quick-link li a:hover {
  color: #07ccec;
}
.footer-box .footer-opening-hours li {
  font-size: 17px;
  color: #e3e3e3;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .footer-box .footer-opening-hours li {
    font-size: 16px;
  }
}
.footer-box .footer-opening-hours li:last-child {
  margin-bottom: 0px;
}
.footer-box .footer-opening-hours li span {
  color: #07ccec;
}
.footer-center-wrap {
  padding: 30px 0;
  background-color: #2a2a2a;
}
@media only screen and (max-width: 991px) {
  .footer-center-wrap {
    padding: 50px 0;
  }
}
.footer-center-wrap .footer-social {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .footer-center-wrap .footer-social {
    justify-content: center;
  }
}
@media only screen and (max-width: 991px) {
  .footer-center-wrap .footer-social ul {
    margin-bottom: 30px;
  }
}
.footer-center-wrap .footer-social ul li {
  display: inline-block;
  margin-right: 5px;
  font-size: 22px;
  font-weight: 500;
  color: #ffffff;
}
.footer-center-wrap .footer-social ul li a {
  padding: 10px 5px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer-center-wrap .footer-social ul li a:hover {
  color: #07ccec;
}
.footer-center-wrap .newsletter-title {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  .footer-center-wrap .newsletter-title {
    justify-content: center;
  }
}
.footer-center-wrap .newsletter-title .item-title {
  color: #ffffff;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .footer-center-wrap .newsletter-title .item-title {
    margin-bottom: 30px;
  }
}
.footer-center-wrap .newsletter-form {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.footer-center-wrap .newsletter-form .stylish-input-group {
  background: #1f1f1f;
  border: 0;
  height: 50px;
  border-radius: 30px;
}
.footer-center-wrap .newsletter-form .stylish-input-group .form-control {
  padding: 0.75rem 2.5rem;
  border: none;
  box-shadow: none;
  border-radius: 30px 0 0 30px;
  background: #1f1f1f;
  text-transform: lowercase;
  font-size: 15px;
  color: #ffffff;
  height: 50px;
}
.footer-center-wrap .newsletter-form .stylish-input-group .input-group-addon {
  padding: 0;
  border: none;
  border-radius: 0 30px 30px 0;
  background: #07ccec !important;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  transition: 0.5s ease-in-out;
}
.footer-center-wrap .newsletter-form .stylish-input-group .input-group-addon:focus {
  outline: none;
}
.footer-center-wrap .newsletter-form .stylish-input-group .input-group-addon button {
  border-radius: 0 30px 30px 0;
  padding: 15px 30px;
  cursor: pointer;
  background: transparent;
  border: 0;
  transition: 0.5s ease-in-out;
}
.footer-center-wrap .newsletter-form .stylish-input-group .input-group-addon button span {
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.5s ease-in-out;
}
.footer-center-wrap .newsletter-form .stylish-input-group .input-group-addon button:focus {
  outline: none;
}
.footer-center-wrap .newsletter-form .stylish-input-group .input-group-addon:hover {
  background-color: #2055e4 !important;
}
.footer-center-wrap .newsletter-form .stylish-input-group input.form-control::-webkit-input-placeholder,
.footer-center-wrap .newsletter-form .stylish-input-group textarea.form-control::-webkit-input-placeholder {
  color: #5a5a5a;
  font-size: 16px;
}
.footer-center-wrap .newsletter-form .stylish-input-group input.form-control::-moz-placeholder,
.footer-center-wrap .newsletter-form .stylish-input-group textarea.form-control::-moz-placeholder {
  color: #5a5a5a;
  font-size: 16px;
}
.footer-center-wrap .newsletter-form .stylish-input-group input.form-control:-moz-placeholder,
.footer-center-wrap .newsletter-form .stylish-input-group textarea.form-control:-moz-placeholder {
  color: #5a5a5a;
  font-size: 16px;
}
.footer-center-wrap .newsletter-form .stylish-input-group input.form-control:-ms-input-placeholder,
.footer-center-wrap .newsletter-form .stylish-input-group textarea.form-control:-ms-input-placeholder {
  color: #5a5a5a;
  font-size: 16px;
}
.footer-bottom-wrap {
  background-color: hsl(218deg 52% 22%);
  min-height: 70px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  color: #07ccec;
  text-align: center;
}
.footer-bottom-wrap .copyright {
  font-size: 16px;
}
@media screen and (max-width: 396px) {
  .footer-bottom-wrap .copyright {
    font-size: 14px;
  }
}
.footer-bottom-wrap .copyright a {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer-bottom-wrap .copyright a:hover {
  color: #07ccec;
}
/*=======================================================================
[29] Button Style
=========================================================================*/
.filters,
.isotop-btn {
  text-align: center;
  margin-bottom: 25px;
  padding: 0 100px;
}
@media screen and (max-width: 991px) {
  .filters,
  .isotop-btn {
    padding: 0;
  }
}
.isotop-btn:after {
  display: none;
}

.filter-tabs .filter,
.isotop-btn a {
  background-color: #ffffff;
  color: #444444;
  padding: 8px 15px;
  font-size: 16px;
  display: inline-block;
  margin: 0 3px 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(206, 216, 221, 0.75);
  -moz-box-shadow: 0px 2px 4px 0px rgba(206, 216, 221, 0.75);
  box-shadow: 0px 2px 4px 0px rgba(206, 216, 221, 0.75);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.isotop-btn.pengajar-unmas a,
.isotop-btn.galeri-unmas a {
  background-color: #f6f6f6;
  margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
  .filter-tabs .filter,
  .isotop-btn a {
    padding: 5px 10px;
    font-size: 15px;
  }
}

.filter-tabs .filter:hover,
.isotop-btn a:hover {
  background-color: #07ccec;
  color: #ffffff;
}

.filter-tabs .filter.active,
.isotop-btn .current,
.isotop-btn.pengajar-unmas .current,
.isotop-btn.galeri-unmas .current {
  background-color: #07ccec;
  color: #ffffff;
}
.play-btn {
  position: absolute;
  background-color: #07ccec;
  box-shadow: 0 0 10px 2px #07ccec;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  z-index: 2;
  display: block;
  width: 80px;
  height: 80px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.play-btn i {
  display: block;
  line-height: 76px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.play-btn i:before {
  font-size: 30px;
  margin-left: 5px;
  color: #ffffff;
}
.play-btn:hover i {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .play-btn {
    width: 65px;
    height: 65px;
  }
  .play-btn i {
    line-height: 65px;
  }
  .play-btn i::before {
    font-size: 25px;
  }
}
.blog-btn {
  margin-top: 40px;
  border-radius: 4px;
  padding: 16px 30px;
  color: #111111;
  background-color: #ffffff;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.blog-btn i {
  color: #07ccec;
  margin-left: 15px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.blog-btn:hover {
  background-color: #07ccec;
  color: #ffffff;
}
.blog-btn:hover i {
  color: #ffffff;
}
.loadmore-layout1,
.berita-load {
  text-align: center;
}
.loadmore-layout1,
.berita-load {
  text-align: center;
}
.loadmore-layout1 .item-btn,
.berita-load .item-btn {
  padding: 12px 22px;
  font-size: 15px;
  border: 1px solid;
  border-color: #07ccec;
  color: #07ccec;
  background-color: transparent;
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.loadmore-layout1 .item-btn:hover,
.berita-load .item-btn:hover {
  background-color: #07ccec;
  color: #ffffff;
}
.berita-load .item-btn {
  position: relative;
  top: -25px;
}
@media screen and (max-width: 991px) {
  .berita-load .item-btn {
    top: 25px;
  }
}
.berita-load .item-btn i {
  margin-top: 5px;
  margin-right: 0;
  margin-left: 10px;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.berita-load .item-btn:hover i {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}
/*=======================================================================
[30] ScrollUp Style
=========================================================================*/
.scrollUp {
  overflow: hidden;
  position: fixed;
  height: 50px;
  width: 50px;
  line-height: 45px;
  border-radius: 45px;
  bottom: -50px;
  right: 30px;
  text-align: center;
  z-index: 999;
  background-color: rgba(39, 71, 125, .9);
  border: 2px solid #fff;
  display: block;
  font-size: 18px;
  color: #ffffff;
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -moz-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -ms-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -o-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
}

@media only screen and (max-width: 570px) {
  .scrollUp {
    right: 15px;
  }
}
.scrollUp i {
  display: inline-block;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.scrollUp:hover,
.scrollUp:focus {
  color: #ffffff;
}
.scrollUp:hover i,
.scrollUp:focus i {
  -webkit-animation: toBottomFromTop 0.5s forwards;
  animation: toBottomFromTop 0.5s forwards;
}
.scrollUp.back-top {
  bottom: 30px;
}
/*=======================================================================
[31] Service Style
=========================================================================*/
.beranda-profil {
  position: relative;
  /* top: -60px; */
}
@media screen and (max-width: 1200px) {
  .beranda-profil {
    top: 0;
  }
}
@media screen and (max-width: 577px) {
  .service-wrap-layout1 {
    padding-bottom: 4rem;
  }
}
.service-wrap-layout1 .service-inner-layout1 {
  position: relative;
  top: -145px;
  box-shadow: 0 2px 10px rgba(128, 128, 128, 0.4);
  border-radius: 5px;
  z-index: 20;
}
@media only screen and (max-width: 1300px) {
  .service-wrap-layout1 .service-inner-layout1 {
    top: -125px;
  }
}
@media only screen and (max-width: 1199px) {
  .service-wrap-layout1 .service-inner-layout1 {
    top: -40px;
  }
}
.service-wrap-layout1 .service-inner-layout1 .single-item:nth-child(odd) .service-box-layout1 {
  background-color: #07ccec;
}
.service-wrap-layout1 .service-inner-layout1 .single-item:nth-child(even) .service-box-layout1 {
  background-color: #03a4be;
}
.service-wrap-layout1 .service-inner-layout1 .single-item:hover .service-box-layout1 {
  color: #03a4be;
  background-color: #fff;
}
.single-item .service-box-layout1:hover .item-title>a,
.single-item .service-box-layout1:hover .item-title,
.single-item .service-box-layout1:hover p {
  color: inherit;
}
.service-ribbon .separator-top,
.service-ribbon .separator-bottom {
  border: 0;
  margin-bottom: 0;
  border-style: solid;
  border-color: inherit;
  border-width: 35px 0 0 1rem;
  border-left-width: inherit;
  position: absolute;
  box-shadow: 0 0 10px rgba(128, 128, 128, 0.4);
  -webkit-transition: border-color 0.3s ease-out;
  -moz-transition: border-color 0.3s ease-out;
  -ms-transition: border-color 0.3s ease-out;
  -o-transition: border-color 0.3s ease-out;
  transition: border-color 0.3s ease-out;
  z-index: -1;
}
.service-ribbon:nth-child(3) .separator-bottom {
  box-shadow: 7px 2px 10px rgba(128, 128, 128, 0.4);
}
@media only screen and (max-width: 768px) {
  .service-wrap-layout1 .service-inner-layout1 {
    box-shadow: 0px 4px 10px rgba(128, 128, 128, .6);
  }
  .service-ribbon .separator-bottom {
    box-shadow: 0 2px 3px rgba(128, 128, 128, .3);
  }
  .service-ribbon:nth-child(3) .separator-bottom {
    box-shadow: 0 2px 3px rgba(128, 128, 128, .3);
  }
  .service-ribbon:nth-child(4) .separator-bottom {
    box-shadow: -1px 2px 3px rgba(128, 128, 128, .1);
  }
}
.service-ribbon:nth-child(odd) .separator-top,
.service-ribbon:nth-child(odd) .separator-bottom {
  background: #07ccec;
  border-color: #07ccec;
}
.service-ribbon:nth-child(even) .separator-top,
.service-ribbon:nth-child(even) .separator-bottom {
  background: #03a4be;
  border-color: #03a4be;
}
.service-wrap-layout1 .service-inner-layout1 .single-item:hover .separator-top,
.service-wrap-layout1 .service-inner-layout1 .single-item:hover .separator-bottom {
  background: #fff;
  border-color: #fff;
}
.service-wrap-layout1 .service-inner-layout1 .single-item .separator-top:hover + .service-box-layout1,
.service-wrap-layout1 .service-inner-layout1 .single-item .separator-bottom:hover + .service-box-layout1 {
  color: #03a4be;
  background-color: #fff;
}
.service-ribbon:nth-child(odd) .separator-top,
.service-ribbon:nth-child(even) .separator-top {
  top: -15px;
}
.service-ribbon:nth-child(odd) .separator-bottom,
.service-ribbon:nth-child(even) .separator-bottom {
  bottom: -15px;
}
.service-ribbon:nth-child(even) .separator-top,
.service-ribbon:nth-child(odd) .separator-bottom {
  -ms-transform: skewY(355deg);
  -webkit-transform: skewY(355deg);
  transform: skewY(355deg);
}
.service-ribbon:nth-child(odd) .separator-top,
.service-ribbon:nth-child(even) .separator-bottom {
  -ms-transform: skewY(5deg);
  -webkit-transform: skewY(5deg);
  transform: skewY(5deg);
}
.service-box-layout1 {
  position: relative;
  height: 100%;
  text-align: center;
  padding: 17px 22px 20px;
  color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service-box-layout1::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #fff;
  z-index: 0;
  transition: all .5s ease;
}
.service-box-layout1:hover::before {
  height: 100%;
}
@media only screen and (max-width: 1199px) {
  .service-box-layout1 {
    padding: 10px 30px 5px;
  }
}
@media only screen and (max-width: 1024px) {
  .service-box-layout1 {
    padding: 5px 30px 5px;
  }
}
@media only screen and (max-width: 992px) {
  .service-box-layout1 {
    padding: 5px 20px 5px;
  }
}
.service-box-layout1>* {
  position: relative;
}
.service-box-layout1 .item-icon {
  overflow: hidden;
  margin-bottom: 5px;
}
.service-box-layout1 .item-icon i {
  display: inline-block;
  line-height: 1.5;
}
.service-box-layout1 .item-icon i:before {
  font-size: 50px;
  margin-left: 0;
}
@media only screen and (max-width:767px) {
  .service-box-layout1 .item-icon i:before {
    font-size: 40px;
  }
}

.service-box-layout1 .item-title {
  text-transform: capitalize;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .service-box-layout1 .item-icon {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 497px) {
  .service-box-layout1 .item-title {
    margin-bottom: 11px;
  }
}
.service-box-layout1 .item-title a,
.service-box-layout1 .item-title {
  color: inherit;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service-box-layout1 .item-title a:hover {
  color: #e3e3e3;
}
.service-box-layout1 p {
  font-size: 17px;
  color: inherit;
}
@media screen and (max-width: 992px) {
  .service-box-layout1 p {
    display: none;
  }
}
.service-box-layout1:hover .item-icon i {
  animation: toTopFromBottom 0.5s forwards;
}
/*=======================================================================
[32] Why Choose Style
=========================================================================*/
.why-choose-wrap-layout1 {
  padding-top: 5rem;
}
.why-choose-box-layout1 {
  padding-top: 10rem;
  padding-bottom: 13rem;
}
.why-choose-box-layout1 .item-title {
  color: #111111;
  text-transform: capitalize;
  font-weight: 600;
}
.why-choose-box-layout1 .sub-title {
  font-size: 20px;
  width: 80%;
  margin-bottom: 24px;
}
.why-choose-box-layout2 {
  position: relative;
  text-align: center;
}
.why-choose-box-layout2 img {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .why-choose-box-layout2 img {
    position: inherit;
  }
}
.choose-list-layout1 {
  padding-right: 30px;
}
@media only screen and (max-width: 991px) {
  .choose-list-layout1 {
    padding-right: 0;
  }
}
.choose-list-layout1 .panel-default {
  margin-top: 0 !important;
  border-radius: 4px;
  border: none;
  box-shadow: 0px 2px 3px #6a6a6a;
  margin-bottom: 4px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.choose-list-layout1 .panel-default:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.choose-list-layout1 .panel-default .panel-heading {
  border-radius: 4px;
  background-color: #464646;
  padding: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
}
.choose-list-layout1 .panel-default .panel-heading:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: #07ccec;
  z-index: 7;
  top: 0;
  right: 60px;
}
.choose-list-layout1 .panel-default .panel-heading .panel-title {
  border-radius: 4px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.choose-list-layout1 .panel-default .panel-heading .panel-title a {
  border-radius: 4px;
  color: #07ccec;
  font-size: 17px;
  font-weight: 500;
  padding: 12px 60px 12px 30px;
  display: block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 575px) {
  .choose-list-layout1 .panel-default .panel-heading .panel-title a {
    font-size: 18px;
  }
}
.choose-list-layout1 .panel-default .panel-heading .accordion-toggle {
  position: relative;
}
.choose-list-layout1 .panel-default .panel-heading .accordion-toggle:after {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-weight: 600;
  right: 23px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #ffffff;
  font-size: 16px;
  z-index: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.choose-list-layout1 .panel-default .panel-heading .accordion-toggle.collapsed:after {
  content: "\f054";
  color: #07ccec;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.choose-list-layout1 .panel-default .panel-collapse {
  background: transparent;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.choose-list-layout1 .panel-default .panel-body {
  font-size: 14px;
  background-color: #ffe7ae;
  padding: 20px 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 0 0 4px 4px;
  height: auto;
}
.choose-list-layout1 .panel-default .panel-body .matakuliah {
  margin-bottom: 10px;
  display: flex;
}
.choose-list-layout1 .panel-default .panel-body .matakuliah i {
  padding-right: 7px;
}
.choose-list-layout1 .panel-default .panel-body .matakuliah p {
  font-size: 17px;
  margin-bottom: 0;
}
.choose-list-layout1 .panel-default .active:after {
  background-color: #464646;
}
.choose-list-layout1 .panel-default .active .panel-title a {
  border-radius: 4px 4px 0 0;
  color: #464646;
  background-color: #07ccec;
}
.choose-list-layout1 .panel-default .active .accordion-toggle:after {
  color: #464646 !important;
}
/*=======================================================================
[33] Animation Style
=========================================================================*/
@keyframes toBottomFromTop {
  49% {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toBottomFromTop10 {
  49% {
    -webkit-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    transform: translateY(-10%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(10%);
    -ms-transform: translateY(10%);
    transform: translateY(10%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toRightFromLeft10 {
  5% {
    left: -5px;
  }
  30% {
    opacity: 0.5;
    left: 10px;
  }
  60% {
    left: 5px;
    opacity: 1;
  }
}
@keyframes headerSlideDown {
  0% {
    margin-top: -100px;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes toTopFromBottom {
  49% {
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  51% {
    opacity: 1;
  }
}
.brand-wrap-layout1 {
  background-color: #07ccec;
}
.logo-area-layout1 {
  position: initial;
}
.temp-logo {
  padding: 0 !important;
}
.temp-logo::before {
  content: "";
  background: linear-gradient(to right, white 90%, #e7e7e7 100%);
  position: absolute;
  left: -75%;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  transform: skew(-20deg);
  z-index: -1;
}
.temp-logo>img {
  display: inline-block;
  width: auto;
  height: 60px;
  vertical-align: middle;
  box-sizing: content-box;
}
@media screen and (min-width: 1690px) {
  .temp-logo::before {
    left: -75%;
  }
}
@media screen and (max-width: 1200px) {
  /* .temp-logo::before {
    left: -81%;
  } */
  .temp-logo>img {
    height: 48px;
  }
}
@media screen and (max-width: 992px) {
  .temp-logo::before {
    left: -75%;
  }
  .temp-logo>img {
    height: 45px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 891px) {
  .temp-logo::before {
    left: -70%;
  }
}
@media screen and (max-width: 786px) {
  .temp-logo::before {
    left: -65%;
  }
}
@media screen and (max-width: 670px) {
  .temp-logo::before {
    left: -60%;
  }
}
@media screen and (max-width: 578px) {
  .temp-logo::before {
    left: -55%;
  }
}
@media screen and (max-width: 500px) {
  .temp-logo>img {
    height: 40px;
    margin-right: 5px;
  }
}
@media screen and (max-width: 450px) {
  .temp-logo::before {
    left: -50%;
  }
}
@media screen and (max-width: 405px) {
  .temp-logo::before {
    left: -45%;
  }
}
.temp-logo>p {
  font-family: 'Carter One', sans-serif;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  font-weight: normal;
  line-height: 1.1;
  margin: auto;
  margin-bottom: 3px;
  margin-left: 5px;
  letter-spacing: 0.2px;
}
.temp-logo>p>span {
  font-size: 16px;
}
.temp-logo>p>span.big-logo {
  font-size: 28px;
  letter-spacing: 3px;
}
@media screen and (max-width: 1200px) {
  .temp-logo>p {
    font-size: 12px;
    margin-top: 3px;
  }
  .temp-logo>p>span.big-logo {
    font-size: 21px;
  }
  .temp-logo>p>span {
    font-size: 12px;
  }
}
@media screen and (max-width: 991px) {
  .temp-logo>p>span {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .temp-logo>p {
    font-size: 10px;
  }
  .temp-logo>p>span {
    font-size: 17px;
  }
}
@media screen and (max-width: 500px) {
  .temp-logo>p>span {
    font-size: 15px;
  }
}
@media screen and (max-width: 380px) {
  .temp-logo>p>span {
    font-size: 13px;
    line-height: 1.3;
  }
}
.blink-logo-tengah {
  background: linear-gradient(to left, #167ce9 0%, #32c8fa 25%, #21CDC0 50%, #32c8fa 75%, #167ce9  100%);
  background-size: 200% auto;
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: shine2 5s linear infinite;
  animation: shine2 5s linear infinite;
}
.blink-logo-tengah.ie-browser {
  background: transparent;
  background-size: unset;
  background-clip: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  color: #07ccec;
  animation: unset;
}
@media (max-width: 768px) {
  .blink-logo-tengah {
    background: linear-gradient(to left, #167ce9 0%, #32c8fa 35%, #32c8fa 50%, #32c8fa 65%, #167ce9  100%);
    background-clip: text;
    -webkit-background-clip: text;
    background-size: unset;
  }
}
@-webkit-keyframes shine2 {
  from {
    background-position: 0 0;
  }

  to {
    background-position: -200% 200%;
  }
}
@keyframes shine2 {
  from {
    background-position: 0 0;
  }

  to {
    background-position: -200% 200%;
  }
}
.play-btn .ripple {
  position: absolute;
  background-color: #07ccec;
  width: 160px;
  height: 160px;
  z-index: -1;
  left: 50%;
  top: 50%;
  opacity: 0;
  margin: -80px 0 0 -80px;
  border-radius: 100px;
  -webkit-animation: ripple 1.8s infinite;
  animation: ripple 3s infinite;
}
.play-btn .ripple:nth-child(2){
  animation-delay:.3s;
  -webkit-animation-delay:.3s
}
.play-btn .ripple:nth-child(3){
  animation-delay:.6s;
  -webkit-animation-delay:.6s
}
@-webkit-keyframes ripple {
  0%{
    opacity:1;
    -webkit-transform:scale(0);
    transform:scale(0)
  }
  100%{
      opacity:0;
      -webkit-transform:scale(1);
      transform:scale(1)
  }
}
@keyframes ripple {
  0%{
    opacity:1;
    -webkit-transform:scale(0);
    transform:scale(0)
  }
  100%{
      opacity:0;
      -webkit-transform:scale(1);
      transform:scale(1)
  }
}
@media screen and (max-width: 768px) {
  #popup-fkg.beranda-unmas {
    margin-bottom: 115px;
  }
}
@media screen and (max-width: 576px) {
  .title-container {
    vertical-align: bottom;
    padding-bottom: 130px;
  }
}
@media screen and (max-width: 576px) {
  .change-flex {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 992px) {
  .lg-toolbar,
  .lg-hide-items .lg-toolbar {
    top: 65px;
    opacity: 1;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, 0px, 0);
  }
}
.lg-outer .lg-img-wrap:before,
.lg-outer .lg-item:before {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.lg-outer .lg-img-wrap:before {
  height: calc(100% - 396px);
}
@media (min-height: 730px) and (min-width: 992px) {
  .lg-outer .lg-img-wrap:before {
    height: 42%;
  }
}
@media screen and (max-width: 992px) {
  .lg-outer .lg-img-wrap:before {
    height: calc(50% - 30px);
  }
}
.lg-outer .lg-item:before {
  height: 50%;
}
.lg-outer .lg-item.lg-change-height:before {
  height: 43%;
}
.lg-outer .lg-item.getdown:before,
.lg-outer .lg-item.getdown .lg-img-wrap:before {
  height: 50%;
}
.lg-progress-bar {
  background-color: transparent;
  top: calc(100% - 99px);
  z-index: 1079;
}
.lg-actions .lg-next, .lg-actions .lg-prev {
  top: 43%;
  color: #07ccec;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}
@media screen and (max-width: 576px) {
  .lg-actions .lg-next, .lg-actions .lg-prev {
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
  }
  .lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
    background-color: #07ccec;
  }
}
.lg-actions.getdown .lg-next, .lg-actions.getdown .lg-prev {
  top: 50%;
}
.lg-outer .lg-thumb-outer {
  background-color: transparent;
}
.lg-sub-html {
  padding: 13px 40px 30px;
}
.lg-sub-html p {
  color: #fff;
}
.lg-sub-html a {
  color: #fff;
  font-size: 12px;
  margin-top: 5px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.lg-sub-html a:hover {
  color: #07ccec;
}
@media screen and (max-width: 500px) {
  .lg-sub-html {
      padding: 13px 20px 30px;
  }
  .lg-sub-html h4 {
      font-size: 15px;
  }
  .lg-progress-bar {
      top: 112px;
  }
}
@media screen and (max-width: 412px) {
  .lg-progress-bar {
      top: 148px;
  }
  .lg-outer .lg-img-wrap:before {
      height: 49%;
  }
  .lg-outer .lg-image {
      max-height: calc(100% - 325px)
  }
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  max-width: 725px;
  max-height: calc(100% - 227px);
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-video-object.lg-youtube.lg-object {
  max-width: 100%;
  max-height: 100%;
}
@media screen and (max-width: 992px) {
  body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
    max-height: 350px;
  }
}
@media screen and (max-width: 725px) {
  body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
    max-width: 100%;
  }
}
.lg-outer .lg-thumb-outer .lg-thumb-item {
  display: table;
}
.lg-outer .lg-thumb-item.active {
  position: relative;
}
.lg-outer .lg-thumb-item.active::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgb(7 204 236 / 60%);
}
.lg-outer .lg-thumb-item img {
  height: inherit;
  max-height: 77px;
}
.ps__rail-y {
  width: 0;
  z-index: 101;
}
.ps__thumb-y {
  background-color: #27477d;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  right: 2px;
  position: absolute;
}
.ps__rail-y:hover>.ps__thumb-y,
.ps__rail-y:focus>.ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #07ccec;
  width: 11px;
}
@media screen and (max-width: 768px) {
  .ps__thumb-y {
    width: 5px;
    right: 1px;
  }
  .ps__rail-y:hover>.ps__thumb-y,
  .ps__rail-y:focus>.ps__thumb-y,
  .ps__rail-y.ps--clicking .ps__thumb-y {
    width: 8px;
  }
}
.border-top-gradient {
  border: 0;
  border-top: 3px solid;
  border-image: linear-gradient(to left, transparent 5%, #07ccec 30%, #07ccec 70%, transparent 95%);
  border-image-slice: 1;
}
.align-flex-center {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 375px) {
  .container {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.rev_slider {
  max-height: calc(100vh - 155px);
}
.vs-btn {
  position: relative;
  display: inline-block;
  border: none;
  text-align: center;
  background-color: #07ccec;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  padding: 16px 42px 20px;
  border-radius: 9999px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.vs-btn::before {
  content: '';
  position: absolute;
  left: calc(40px / -2);
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: calc(40px / -2);
  background-color: #fff;
  border-radius: 50%;
  box-shadow: inset 0px 5px 5px 0px rgba(7, 204, 236, 0.3);
  -webkit-transition: inherit;
  transition: inherit;
}
.vs-btn i {
  position: absolute;
  left: calc(30px / -2);
  top: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-top: calc(30px / -2);
  border-radius: 50%;
  background-color: rgba(7, 204, 236, 1);
  font-size: 14px;
  -webkit-transition: inherit;
  transition: inherit;
}
/* .vs-btn:hover::before,
.vs-btn:hover i {
  -webkit-animation: shakeX .85s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  animation: shakeX .85s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
} */
.vs-btn:hover,
.vs-btn:hover i::before,
.vs-btn:hover i {
  color: #fff;
  background-color: #27477d;
}
@media screen and (max-width: 1200px) {
  .vs-btn {
    font-size: 12px;
    padding: 14px 25px;
  }
  .vs-btn::before {
    left: calc(30px / -2);
    width: 30px;
    height: 30px;
    margin-top: calc(30px / -2);
  }
  .vs-btn i {
    left: calc(25px / -2);
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin-top: calc(25px / -2);
    font-size: 12px;
  }
}
.overflow-visible {
  overflow: visible !important;
}
/* ajbhscbhbhsbchbcshbcshbcshbcsh */

#instafeeda h4 {
  font-size: 14px;
}

#instafeeda .insta-media {
  max-width: 360px;
  min-height: 400px;
}

@media (max-width: 759px) {
  #instafeeda .insta-media {
    width: 100%;
  }
}

#instafeeda .card-insta {
  position: relative;
  /* max-width: 360px; */
  /* width: calc(100% / 3); */
  /* min-height: 400px; */
  background: #fff;
  box-shadow: 15px 15px 60px rgba(0, 0, 0, .15);
  padding: 10px 15px;
  margin: 10px;
}

#instafeeda .card-insta .top-insta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#instafeeda .card-insta .top-insta .user-insta {
  display: flex;
  align-items: center;
}

#instafeeda .card-insta .top-insta .user-insta .profil-insta {
  position: relative;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 8px;
}

.cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#instafeeda .card-insta .top-insta .user-insta h3 {
  font-size: 16px;
  color: #4d4d4f;
  font-weight: 500;
  line-height: 1px;
  margin: 0;
}

#instafeeda .card-insta .top-insta .user-insta h3 hr {
  border: 0;
  margin: 1.9rem;
}

#instafeeda .card-insta .top-insta .user-insta h3 span {
  font-size: .75em;
}

.dot-insta {
  transform: scale(.6);
  cursor: pointer;
}

.img-insta {
  position: relative;
  width: 100%;
  overflow: hidden;
  max-height: 310px;
  display: flex;
  align-items: center;
  /* height: 320px; */
  /* margin: 10px 0 15px; */
  margin: 10px 0 10px;
}

.action-insta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.action-insta img {
  max-width: 24px;
  cursor: pointer;
}

.action-insta .left-act img {
  margin-right: 8px;
}

.likes-insta {
  font-weight: 500;
  margin-top: 5px;
  font-size: 16px;
  color: #4d4d4f;
  margin-bottom: 0;
}

.caption-insta {
  font-weight: 400;
  margin-top: 5px;
  color: #777;
  line-height: 1.5em;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.caption-insta b {
  color: #262626;
}

.posttime-insta {
  margin-top: 10px;
  font-weight: 500;
  color: #777;
  margin-bottom: 10px;
}

.wa__btn_popup {
  position: fixed;
  right: 30px;
  bottom: 30px;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
  z-index: 999;
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
    -moz-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
    -ms-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
    -o-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
    transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
}

@media screen and (max-width: 570px) {
  .wa__btn_popup {
    right: 15px;
  }
}

.wa__btn_popup.go-top {
  bottom: 95px;
}

.wa__btn_popup .wa__btn_popup_txt {
  position: absolute;
  opacity: 0;
  width: 156px;
  right: 100%;
  background-color: #f5f7f9;
  font-size: 12px;
  color: #43474e;
  top: 15px;
  padding: 7px 0 7px 12px;
  margin-right: 7px;
  letter-spacing: -0.03em;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  box-shadow: 0 6px 8px 2px rgb(0 0 0 / 14%);
    -webkit-box-shadow: 0 6px 8px 2px rgb(0 0 0 / 14%);
    -moz-box-shadow: 0 6px 8px 2px rgba(0, 0, 0, 0.14);
}

.wa__btn_popup:hover .wa__btn_popup_txt {
  opacity: 1;
}

.wa__btn_popup .wa__btn_popup_icon {
  color: #ffffff;
  width: 55px;
  height: 55px;
  background: #2db742;
  font-size: 30px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  box-shadow: 0 6px 8px 2px rgba(0, 0, 0, 0.14);
  -webkit-box-shadow: 0 6px 8px 2px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 6px 8px 2px rgba(0, 0, 0, 0.14);
  display: flex;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.wa__btn_popup .wa__btn_popup_icon:before {
  content: '';
  position: absolute;
  z-index: 1;
  opacity: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: transparent url(../img/icon/icon-whatsapp.svg) center center no-repeat;
  background-size: 33px auto;
  -webkit-background-size: 33px auto;
  -moz-background-size: 33px auto;
  transition: .4s ease all;
  -webkit-transition: .4s ease all;
  -moz-transition: .4s ease all;
}

.wa__btn_popup .wa__btn_popup_icon:after {
  content: '';
  opacity: 0;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: transparent url(../img/icon/icon-close.svg) center center no-repeat;
  background-size: 25px auto;
  -webkit-background-size: 25px auto;
  -moz-background-size: 25px auto;
  transition: .4s ease all;
  -webkit-transition: .4s ease all;
  -moz-transition: .4s ease all;
  -ms-transform: scale(0) rotate(-360deg);
  transform: scale(0) rotate(-360deg);
  -webkit-transform: scale(0) rotate(-360deg);
  -moz-transform: scale(0) rotate(-360deg);
}

.wa__btn_popup.wa__active .wa__btn_popup_icon:before {
  opacity: 0;
  -ms-transform: scale(0) rotate(360deg);
  transform: scale(0) rotate(360deg);
  -webkit-transform: scale(0) rotate(360deg);
  -moz-transform: scale(0) rotate(360deg);
}

.wa__btn_popup.wa__active .wa__btn_popup_icon:after {
  opacity: 1;
  -ms-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  -webkit-transform: scale(1) rotate(0deg);
  -moz-transform: scale(1) rotate(0deg);
}

.wa__popup_chat_box {
    font-family: Arial,Helvetica,sans-serif;
    width: 280px;
    border-radius: 5px 5px 8px 8px;
    -webkit-border-radius: 5px 5px 8px 8px;
    -moz-border-radius: 5px 5px 8px 8px;
    position: fixed;
    overflow: hidden;
    box-shadow: 0 10px 10px 4px rgba(0,0,0,.04);
    -webkit-box-shadow: 0 10px 10px 4px rgba(0,0,0,.04);
    -moz-box-shadow: 0 10px 10px 4px rgba(0,0,0,.04);
    bottom: 102px;
    right: 25px;
    z-index: 998;
    opacity: 0;
    visibility: hidden;
    -ms-transform: translate(0,50px);
    transform: translate(0,50px);
    -webkit-transform: translate(0,50px);
    -moz-transform: translate(0,50px);
    transition: .4s ease all;
    -webkit-transition: .4s ease all;
    -moz-transition: .4s ease all;
    will-change: transform,visibility,opacity;
    max-width: calc(100% - 80px);
}

@media only screen and (max-width: 570px) {
  .wa__popup_chat_box {
    right: 15px;
  }
}

.wa__popup_chat_box.go-top {
  bottom: 165px;
}

.wa__popup_chat_box.wa__active {
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    visibility: visible;
    opacity: 1;
}

.wa__popup_chat_box .wa__popup_heading {
    position: relative;
    padding: 10px 10px 12px 55px;
    color: #d9ebc6;
    background: #2db742;
}
.wa__popup_chat_box .wa__popup_heading::before {
    content: '';
    background: url(../img/icon/icon-whatsapp.svg) center top no-repeat;
    background-size: auto;
    background-size: 100%;
    display: block;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 20px;
    left: 10px;
}
.wa__popup_chat_box .wa__popup_heading .wa__popup_title {
    /* padding-top: 2px; */
    padding-bottom: 3;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
}
.wa__popup_chat_box .wa__popup_heading .wa__popup_intro {
    padding-top: 2px;
    font-size: 12px;
    line-height: 14px;
}


.wa__popup_chat_box .wa__popup_content {
    background: #fff;
    padding: 10px 10px 21px 10px;
    text-align: center;
}
.wa__popup_chat_box .wa__popup_notice {
    font-size: 11px;
    color: #a5abb7;
    font-weight: 500;
}
.wa__popup_content_list {
    margin-top: -15px;
    margin-bottom: 15px;
}
.wa__button, .wa__btn_popup, .wa__button *, .wa__btn_popup *, .wa__btn_popup ::before, .wa__button ::before, .wa__button ::after, .wa__btn_popup ::after, .wa__popup_chat_box, .wa__popup_chat_box *, .wa__popup_chat_box ::before, .wa__popup_chat_box ::after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.wa__popup_content_list .wa__popup_content_item {
    margin: 0 0 0;
    transform: translate(0,20px);
    -webkit-transform: translate(0,20px);
    -moz-transform: translate(0,20px);
    will-change: opacity,transform;
    opacity: 1;
}
.wa__stt_online {
    background: #2db742;
    cursor: pointer;
    transition: .4s ease all;
    -webkit-transition: .4s ease all;
    -moz-transition: .4s ease all;
    backface-visibility: hidden;
    will-change: transform;
}
.wa__popup_chat_box .wa__stt {
    padding: 7px 40px 7px 50px;
    position: relative;
    text-decoration: none;
    display: table;
    width: 100%;
    border-left: 2px solid #2db742;
    background: #f5f7f9;
    border-radius: 2px 4px 2px 4px;
    -webkit-border-radius: 2px 4px 2px 4px;
    -moz-border-radius: 2px 4px 2px 4px;
}
.wa__popup_chat_box .wa__stt {
    border-left: 2px solid #2db742;
}
.wa__popup_chat_box .wa__stt.wa__stt_online {
    transition: .2s ease all;
    -webkit-transition: .2s ease all;
    -moz-transition: .2s ease all;
}
.wa__stt_online::before {
    content: '';
    transition: .4s ease all;
    -webkit-transition: .4s ease all;
    -moz-transition: .4s ease all;
    background: rgba(0,0,0,.2);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    opacity: 0;
    will-change: opacity;
}
.wa__popup_chat_box .wa__popup_avatar {
    position: absolute;
    overflow: hidden;
    /* border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%; */
    left: 12px;
    top: 12px;
}
.wa__popup_content_item .wa__cs_img_wrap {
    width: 30px;
    height: 30px;
}
.wa__popup_content_list .wa__popup_content_item .wa__popup_txt {
    display: table-cell;
    vertical-align: middle;
    min-height: 40px;
    height: 40px;
}
.wa__popup_content_list .wa__popup_content_item .wa__member_name {
    font-size: 14px;
    color: #363c47;
    line-height: 1.188em !important;
}
.wa__popup_content_list .wa__popup_content_item .wa__member_duty {
    font-size: 11px;
    color: #989b9f;
    padding: 2px 0 0;
    line-height: 1.125em !important;
}
.wa__popup_chat_box .wa__stt::after {
    content: '';
    background: url(../img/icon/whatsapp-logo.svg) 0 0 no-repeat;
      background-size: auto;
    position: absolute;
    right: 15px;
    top: 10px;
    width: 30px;
    height: 30px;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
}

.wa__popup_chat_box .wa__popup_content_left {
    text-align: left;
}

.wa__popup_content_list .wa__popup_content_item .wa__member_status {
    color: #f5a623;
    font-size: 10px;
    padding: 5px 0 0;
    line-height: 1.125em !important;
}

.about-wrap-layout5.visimisi-unmas.bag3 {
  z-index: 3;
}
.about-wrap-layout5.visimisi-unmas.bag3 .about-box-layout13 {
  padding-left: 20px;
}
.about-wrap-layout5.visimisi-unmas.bag3 .about-box-layout13 .single-item {
  position: relative;
  padding-left: 55px;
  margin-bottom: 20px;
}
.about-wrap-layout5.visimisi-unmas.bag3 .about-box-layout13 .single-item .count-box {
  position: absolute;
  left: 0px;
  top: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #ebebeb;
  border-radius: 50%;
  text-align: center;
  transition: all 500ms ease;
}
.about-wrap-layout5.visimisi-unmas.bag3 .about-box-layout13 .single-item:hover .count-box {
  background: #07ccec;
}
.about-wrap-layout5.visimisi-unmas.bag3 .about-box-layout13 .single-item .count-box span {
  font-size: 14px;
  font-weight: 700;
  color: #222;
  transition: all 500ms ease;
}
.about-wrap-layout5.visimisi-unmas.bag3 .about-box-layout13 .single-item:hover .count-box span {
  color: #fff;
}
/* .about-wrap-layout5.visimisi-unmas.bag3 .about-box-layout13 .single-item .inner p {
  margin-bottom: 35px;
} */

.about-wrap-layout5.visimisi-unmas.bag3 .about-box-layout13 .single-item .inner h4 {
  padding-top: 5px;
  margin-bottom: 10px;
}


.comingsoon-content .link-info {
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  border-radius: 30px;
  color: #fff;
  font-size: 18px;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.comingsoon-content .link-info:hover {
  color: #27477d;
  background-color: #fff;
}

.comingsoon-bottom p {
  color: #fff;
  margin-top: 15px;
}

.comingsoon-bottom a {
  color: #fff;
}

.no-data {
  padding-top: 50px;
}

.no-data img {
  width: 60%;
}


.no-data h1 {
  font-weight: 800;
  color: #27477d;
}

@media only screen and (max-width: 490px) {
  .no-data img {
    width: 80%;
  }
  .no-data h1 {
    font-size: 27px;
    margin-bottom: 10px;
  }
}

.stafpegawai.mix {
  display: none;
}

.stafpegawai {
  margin-bottom: 30px;
}

.img-dokter{
  width: 100px;
}

.text-dokter {
  margin-left: 20px;
}

.text-dokter h3 {
  margin-bottom: 5px;
  font-size: 20px;
}

.text-dokter p {
  margin-bottom: 0;
}
