header{
    margin-top:0px;
}
.carousel-item {
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.title_lines {
    position: relative;
    font-size: 50px;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    color: #3267EA;
}
.title_lines:before, .title_lines:after {
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 48%;
    height: 1px;
    content: '\a0';
    background-color: #cccccc;
    margin-left: 2%;
}
.title_lines:before {
    margin-left: -50%;
    text-align: right;
}
#about p{
    font-size: 24px;
}
.section-title {
  text-align: center;
  margin-bottom: 40px;
}
.section-title.left-title {
  text-align: left;
}
.section-title .top-title {
  font-family: var(--titleFontFamily);
  font-weight: 400;
  font-size: 18px;
  color: var(--mainColor);
  line-height: 12px;
  display: inline-block;
  margin-bottom: 15px;
}
.section-title h2 {
  font-size: 48px;
  font-weight: bold;
  color: #442000 !important;
  line-height: 58px;
}
.section-title p {
  color: #ABB8C3;
  margin-top: 15px;
  margin-bottom: 0;
}
.special-menu-area {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.special-menu-area .special-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.special-menu-area .special-shape-2 {
  position: absolute;
  bottom: 48px;
  left: 5%;
  z-index: -1;
  -webkit-animation: moveleftbounce 2s linear infinite;
          animation: moveleftbounce 2s linear infinite;
}
.special-menu-area .special-shape-3 {
  position: absolute;
  bottom: 50px;
  right: 0;
  z-index: -1;
  -webkit-animation: movebounce 3s linear infinite;
          animation: movebounce 3s linear infinite;
}
.special-menu-area .section-title h2 {
  color: #442000 !important;
}

.special-view-btn {
  margin-top: 48px;
  text-align: center;
}

.special-menu-tabs .nav {
  justify-content: center;
}
.special-menu-tabs .nav.nav-tabs {
  border-bottom: none;
  margin-bottom: 15px;
}
.special-menu-tabs .nav.nav-tabs .nav-item {
  margin-right: 20px;
  transition: var(--transition);
}
.special-menu-tabs .nav.nav-tabs .nav-item:last-child {
  margin-right: 0;
}
.special-menu-tabs .nav.nav-tabs .nav-item .nav-link {
  background: #F4F1EE;
  padding: 10px 25px;
  font-size: 18px;
  color: #555555;
  font-weight: 400;
  border: none;
  font-family: var(--bodyFontFamily);
  border-radius: 0px;
  transition: var(--transition);
}
.special-menu-tabs .nav.nav-tabs .nav-item .nav-link.active {
  background-color: var(--mainColor);
  color: var(--whiteColor);
}
.special-menu-tabs .nav.nav-tabs .nav-item .nav-link:hover {
  background-color: var(--mainColor);
  color: var(--whiteColor);
}

.single-special-menu-content .special-card {
  background: #FFFFFF;
  box-shadow: 0px 0px 30px rgba(85, 85, 85, 0.08);
  padding: 15px;
  margin-top: 20px;
  transition: var(--transition);
}
.single-special-menu-content .special-card .special-menu-text h3 {
  color: #2F2D2B;
  font-size: 34px;
  font-weight: 400;
  margin-bottom: 10px;
  transition: var(--transition);
  font-family: "Lobster Two", cursive
}
.single-special-menu-content .special-card .special-menu-text p {
  font-size: 18px;
  color: #555555;
}
.single-special-menu-content .special-card .special-menu-img {
  overflow: hidden;
  position: relative;
}
.single-special-menu-content .special-card .special-menu-img img {
  transition: var(--transition);
}
.single-special-menu-content .special-card .special-menu-number {
  text-align: center;
}
.single-special-menu-content .special-card .special-menu-number span {
  color: var(--mainColor);
  font-size: 30px;
  font-weight: bold;
  font-family: var(--fontFamily);
  display: inline-block;
  position: relative;
  left: 15px;
}
.single-special-menu-content .special-card:hover {
  transform: translateY(-5px);
}
.single-special-menu-content .special-card:hover .special-menu-text h3 {
  color: var(--mainColor);
}
.single-special-menu-content .special-card:hover .special-menu-img img {
  transform: scale(1.2);
}


.gallery-section {
  /*** filter ***/
}

.gallery-section .gallery-filters {
  text-align: left;
  margin-bottom: 35px;
}

@media (max-width: 767px) {
  .gallery-section .gallery-filters {
    margin-bottom: 30px;
  }
}

.gallery-section .gallery-filters ul {
  overflow: hidden;
}

.gallery-section .gallery-filters ul li {
  float: left;
}

.gallery-section .gallery-filters ul li a {
  font-weight: bold;
  color: #3e3e3e;
  display: block;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .gallery-section .gallery-filters ul li a {
    font-size: 15px;
    font-size: 0.83333rem;
  }
}

.gallery-section .gallery-filters ul .current {
  color: #5e9a8e;
}

.gallery-section .masonry-gallery {
  margin: 0 -7.5px;
}

@media (max-width: 991px) {
  .gallery-section .masonry-gallery {
    margin: 0 5px;
  }
}

@media (max-width: 500px) {
  .gallery-section .masonry-gallery {
    margin: 0;
  }
}

.gallery-section .masonry-gallery .grid {
  width: 33.33%;
  float: left;
  padding: 0 7.5px 15px;
}

@media (max-width: 991px) {
  .gallery-section .masonry-gallery .grid {
    padding: 0 5px 10px;
  }
}

@media (max-width: 767px) {
  .gallery-section .masonry-gallery .grid {
    width: 50%;
  }
}

@media (max-width: 550px) {
  .gallery-section .masonry-gallery .grid {
    width: 100%;
    float: none;
    padding: 0 0 15px;
  }
}

.gallery-section .grid img {
  -webkit-filter: grayscale(60%);
  -moz-filter: grayscale(60%);
  -o-filter: grayscale(60%);
  -ms-filter: grayscale(60%);
  filter: grayscale(60%);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  width: 100%;
}

@media (max-width: 767px) {
  .gallery-section .grid img {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0);
    filter: grayscale(0);
  }
}

.gallery-section .grid:hover img {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -o-filter: grayscale(0);
  -ms-filter: grayscale(0);
  filter: grayscale(0);
}

.gallery-section .video-play-btn {
  position: relative;
  display: block;
}

.gallery-section .video-play-btn i {
  width: 50px;
  height: 50px;
  line-height: 47px;
  font-size: 20px;
  font-size: 1.11111rem;
  background: rgba(94, 154, 142, 0.9);
  border: 3px solid #5c978b;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.gallery-section .video-play-btn:hover i {
  background: #5e9a8e;
}
.grid-sizer,
.grid-item { width: 20%; }
/* 2 columns */
.grid-item--width2 { width: 40%; }

.gallery-section .gallery-filters ul li a {
  font-weight: bold;
  color: #3e3e3e;
  display: block;
  text-transform: uppercase;
}


/* ====================================
Start Testimonials Area
======================================*/
.testimonials-area {
  background-color: #0E1317;
}
.testimonials-area.testimonials-page-area {
  background-color: transparent;
}
.testimonials-area.testimonials-page-area .section-title h2 {
  color: #333333;
}
.testimonials-area.testimonials-page-area .pagination-area {
  margin-top: 0;
}

.single-testimonials-content {
  position: relative;
  top: -40px;
}
.single-testimonials-content .section-title {
  margin-bottom: 20px;
}
#testimonial{
    background: #F4F1EE;
}
.testimonials-card {
  background: #151B20;
  padding: 63px 65px;
}
.testimonials-card.testimonials-card-page {
  background: #FFFFFF;
  box-shadow: 0px 0px 30px rgba(85, 85, 85, 0.08);
  margin-bottom: 30px;
  transition: var(--transition);
  overflow: hidden;
}
.testimonials-card.testimonials-card-page .testimonials-text h3 {
  color: #333333;
}
.testimonials-card.testimonials-card-page .testimonials-text span {
  color: #333333;
}
.testimonials-card.testimonials-card-page p {
  color: #555555;
  font-size: 24px;
}
.testimonials-card.testimonials-card-page:hover {
  transform: translateY(-10px);
}
.testimonials-card img {
  width: 83px;
}
.testimonials-card .testimonials-text {
  padding: 9px 10px 9px 105px;
  position: relative;
  margin-bottom: 30px;
}
.testimonials-card .testimonials-text .testimonials-shape-1 {
  position: absolute;
  right: 0;
  top: 0;
}
.testimonials-card .testimonials-text .testimonials-shape-1 img {
  position: relative;
}
.testimonials-card .testimonials-text img {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 100%;
}
.testimonials-card .testimonials-text h3 {
  font-size: 24px;
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 10px;
}
.testimonials-card .testimonials-text span {
  color: #ABB8C3;
  font-weight: 400;
  font-family: var(--bodyFontFamily);
  font-size: 16px;
}
.testimonials-card p {
  color: #D4D6D8;
}

.testimonials-slider.owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  bottom: -90px;
  left: 0;
}
.testimonials-slider.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 25px;
  padding: 0;
  background: #151B20;
  display: inline-block;
  cursor: pointer;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  line-height: 54px;
  transition: var(--transition);
}
.testimonials-slider.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: var(--mainColor);
  color: var(--whiteColor);
}

.testimonials-img {
  position: relative;
  margin-left: -24px;
}
.testimonials-img .testimonials-video {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
}
.testimonials-img .testimonials-video a {
  background-color: var(--whiteColor);
  width: 110px;
  height: 110px;
  border-radius: 100px;
  display: inline-block;
  text-align: center;
  position: relative;
  z-index: 1;
  transition: var(--transition);
}
.testimonials-img .testimonials-video a img {
  max-width: 28px;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
  transition: var(--transition);
}
.testimonials-img .testimonials-video a::after {
  content: "";
  position: absolute;
  border: 1px solid #FFFFFF;
  width: 150px;
  height: 150px;
  border-radius: 100px;
  left: -20px;
  top: -20px;
  z-index: -1;
  -webkit-animation: ripple 6s linear infinite;
          animation: ripple 6s linear infinite;
  transition: var(--transition);
}
.testimonials-img .testimonials-video a:hover {
  background-color: var(--mainColor);
}
.testimonials-img .testimonials-video a:hover::after {
  border: 1px solid var(--mainColor);
}
.testimonials-img .testimonials-video a:hover img {
  filter: brightness(10);
}
.alamat i,.telepon i,.whatsapp  i{
    display: inline-table;
    vertical-align: middle;
    width: 10%;
}
.desccontact{
    display: inline-table;
    vertical-align: middle;
    font-size: 24px;
    width: 85%;
}
.special-menu-img img{
    width: 100%;
}
.cta p{
    font-size: 24px;
}
footer p{
    font-size: 24px;
}
.carousel-item img{
    width: 100%;
}
.topbar {
    background: #fe914d;
    height: 40px;
    font-size: 14px;
    transition: all 0.5s;
    color: #fff;
    padding: 0;
}
.topbar .social-links a {
    color: rgba(255, 255, 255, 0.7);
    line-height: 0;
    transition: 0.3s;
    margin-left: 20px;
}
.contact-info .bi span{
    margin-left:5px
}
.why-us .why-box {
  padding: 30px;
  background: #ce1212;
  color: #fff;
}

.why-us .why-box h3 {
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 30px;
}

.why-us .why-box p {
  margin-bottom: 30px;
}

.why-us .why-box .more-btn {
  display: inline-block;
  background: rgba(255, 255, 255, 0.3);
  padding: 6px 30px 8px 30px;
  color: #fff;
  border-radius: 50px;
  transition: all ease-in-out 0.4s;
}

.why-us .why-box .more-btn i {
  font-size: 14px;
}

.why-us .why-box .more-btn:hover {
  color: #ce1212;
  background: #fff;
}

.why-us .icon-box {
  text-align: center;
  background: #fff;
  padding: 40px 30px;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(55, 55, 63, 0.1);
  transition: 0.3s;
}

.why-us .icon-box i {
  color: var(--color-primary);
  margin-bottom: 30px;
  font-size: 32px;
  margin-bottom: 30px;
  background: rgba(206, 18, 18, 0.1);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
}

.why-us .icon-box h4 {
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 30px 0;
  font-family: var(--font-secondary);
}

.why-us .icon-box p {
  font-size: 15px;
  color: #6c757d;
  min-height: 140px;
}
.section-bg {
    background-color: #eee;
    padding: 80px 0;
}
.member{
    border: 2px solid #f5f5f5;
    padding:5px 0px;
    background: #fff;
    padding-bottom: 20px;
}
.harga{
    background: #fe914d;
    color: #FFF;
    font-size: 24px;
}
.detail{
    text-align: left;
    padding: 20px;
    overflow: hidden;
    max-height: 120px;
}
.detail ul{
    margin-bottom: 0px;
}
.button-41 {
  background-color: initial;
  background-image: linear-gradient(-180deg, #25d366, #00BD68);
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px;
  color: #FFFFFF !important;
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  line-height: 44px;
  outline: 0;
  overflow: hidden;
  padding: 0 20px;
  pointer-events: auto;
  position: relative;
  text-align: center;
  touch-action: manipulation;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: top;
  white-space: nowrap;
  width: 80%;
  z-index: 9;
  border: 0;
}

.button-42:hover {
  background: #fe914d;
}

.button-42{
  background-color: initial;
  background-image: linear-gradient(-180deg, #fe914d, #fe914d);
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px;
  color: #FFFFFF !important;
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  line-height: 44px;
  outline: 0;
  overflow: hidden;
  padding: 0 20px;
  pointer-events: auto;
  position: relative;
  text-align: center;
  touch-action: manipulation;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: top;
  white-space: nowrap;
  width: 80%;
  z-index: 9;
  border: 0;
}

.button-41:hover {
  background: #00bd68;
}
.modal-body img{
    width: 100% !important;
    height: auto !important;
}
#submitButton{
    background-color: #25d366 !important;
    color: #FFF;
    font-size: 20px;
    padding: 0.8rem 0.8rem;
}
@media (min-width: 1200px) {
  .why-us .icon-box:hover {
    transform: scale(1.1);
  }
}
@media (max-width:767px) {
  .testimonials-card.testimonials-card-page p {
    font-size: 18px;
  }
  .desccontact {
    font-size: 18px;
  }
}
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top: 8px;
    display: inline-table;
}