@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,700,800&display=swap");

body {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #191717;
  overflow-X: hidden; }

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

img {
  max-width: 100%; }

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none; }

a { color: inherit; }
a:focus,
a:hover {
  text-decoration: none; 
  }

i,
span,
a {
  display: inline-block; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #191717;
  margin: 0px; }

h1 {
  font-size: 48px; }

h2 {
  font-size: 36px; }

h3 {
  font-size: 28px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

ul, ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none; }

p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #191717;
  margin: 0px;
  font-family: "Poppins", sans-serif; }

.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%; }

/*===== All Button Style =====*/
.main-btn {
  display: inline-block;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0 30px;
  font-size: 16px;
  height: 55px;
  line-height: 51px;
  border-radius: 50px;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  background-color: #E50000; }
.main-btn:hover {
  background-color: #C80707;
  color: #fff;
}
.main-btn.main-btn-2 {
  background-color: #fff;
  color: #E50000;
  border-color: #E50000; }
.main-btn.main-btn-2:hover {
  background-color: #E50000;
}
.main-btn.main-btn-3 {
  background-color: #FFF624;
  color: #E50000;
  border-color: #FFF624; }
.main-btn.main-btn-3:hover {
  background-color: #FFA724;
}

/*===== All Section Title Style =====*/
.section-title .sub-title {
  font-size: 16px;
  font-weight: 400;
  color: #191717;
  opacity: 100%;
  padding-top: 24px; }
@media (max-width: 767px) {
  .section-title .sub-title {
    font-size: 16px; } }
.section-title .title {
  font-size: 32px;
  padding-top: 10px; }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title .title {
    font-size: 30px; } }
@media (max-width: 767px) {
  .section-title .title {
    font-size: 24px;
    line-height:1.4; } }
.section-title .title span {
  font-weight: 400;
  display: contents; }

/*===== All Slick Slide Outline Style =====*/
.slick-slide {
  outline: 0; }

/*===== All Preloader Style =====*/
.preloader {
  /* Body Overlay */
  position: fixed;
  top: 0;
  left: 0;
  display: table;
  height: 100%;
  width: 100%;
  /* Change Background Color */
  background: #fff;
  z-index: 99999; }
.preloader .loader {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }
.preloader .loader .ytp-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 64px;
  margin-left: -32px;
  z-index: 18;
  pointer-events: none; }
.preloader .loader .ytp-spinner .ytp-spinner-container {
  pointer-events: none;
  position: absolute;
  width: 100%;
  padding-bottom: 100%;
  top: 50%;
  left: 50%;
  margin-top: -50%;
  margin-left: -50%;
  -webkit-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
  -moz-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
  -o-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
  animation: ytp-spinner-linspin 1568.23529647ms linear infinite; }
.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  -moz-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  -o-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }
.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-left {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  right: 50%; }
.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  left: 50%; }
.preloader .loader .ytp-spinner-circle {
  box-sizing: border-box;
  position: absolute;
  width: 200%;
  height: 100%;
  border-style: solid;
  /* Spinner Color */
  border-color: #E50000 #E50000 #dedede4f;
  border-radius: 50%;
  border-width: 6px; }
.preloader .loader .ytp-spinner-left .ytp-spinner-circle {
  left: 0;
  right: -100%;
  border-right-color: #dedede4f;
  -webkit-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  -moz-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  -o-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }
.preloader .loader .ytp-spinner-right .ytp-spinner-circle {
  left: -100%;
  right: 0;
  border-left-color: #dedede4f;
  -webkit-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  -moz-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  -o-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

/* Preloader Animations */
@-webkit-keyframes ytp-spinner-linspin {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes ytp-spinner-linspin {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes ytp-spinner-easespin {
  12.5% {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg); }
  25% {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg); }
  37.5% {
    -webkit-transform: rotate(405deg);
    -moz-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    -o-transform: rotate(405deg);
    transform: rotate(405deg); }
  50% {
    -webkit-transform: rotate(540deg);
    -moz-transform: rotate(540deg);
    -ms-transform: rotate(540deg);
    -o-transform: rotate(540deg);
    transform: rotate(540deg); }
  62.5% {
    -webkit-transform: rotate(675deg);
    -moz-transform: rotate(675deg);
    -ms-transform: rotate(675deg);
    -o-transform: rotate(675deg);
    transform: rotate(675deg); }
  75% {
    -webkit-transform: rotate(810deg);
    -moz-transform: rotate(810deg);
    -ms-transform: rotate(810deg);
    -o-transform: rotate(810deg);
    transform: rotate(810deg); }
  87.5% {
    -webkit-transform: rotate(945deg);
    -moz-transform: rotate(945deg);
    -ms-transform: rotate(945deg);
    -o-transform: rotate(945deg);
    transform: rotate(945deg); }
  to {
    -webkit-transform: rotate(1080deg);
    -moz-transform: rotate(1080deg);
    -ms-transform: rotate(1080deg);
    -o-transform: rotate(1080deg);
    transform: rotate(1080deg); } }
@keyframes ytp-spinner-easespin {
  12.5% {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg); }
  25% {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg); }
  37.5% {
    -webkit-transform: rotate(405deg);
    -moz-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    -o-transform: rotate(405deg);
    transform: rotate(405deg); }
  50% {
    -webkit-transform: rotate(540deg);
    -moz-transform: rotate(540deg);
    -ms-transform: rotate(540deg);
    -o-transform: rotate(540deg);
    transform: rotate(540deg); }
  62.5% {
    -webkit-transform: rotate(675deg);
    -moz-transform: rotate(675deg);
    -ms-transform: rotate(675deg);
    -o-transform: rotate(675deg);
    transform: rotate(675deg); }
  75% {
    -webkit-transform: rotate(810deg);
    -moz-transform: rotate(810deg);
    -ms-transform: rotate(810deg);
    -o-transform: rotate(810deg);
    transform: rotate(810deg); }
  87.5% {
    -webkit-transform: rotate(945deg);
    -moz-transform: rotate(945deg);
    -ms-transform: rotate(945deg);
    -o-transform: rotate(945deg);
    transform: rotate(945deg); }
  to {
    -webkit-transform: rotate(1080deg);
    -moz-transform: rotate(1080deg);
    -ms-transform: rotate(1080deg);
    -o-transform: rotate(1080deg);
    transform: rotate(1080deg); } }
@-webkit-keyframes ytp-spinner-left-spin {
  0% {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg); }
  50% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  to {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg); } }
@keyframes ytp-spinner-left-spin {
  0% {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg); }
  50% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  to {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg); } }
@-webkit-keyframes ytp-right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg); }
  50% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg); }
  to {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg); } }
@keyframes ytp-right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg); }
  50% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg); }
  to {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg); } }
/*===========================
      02.HEADER css
===========================*/
/*===== NAVBAR =====*/
.navbar-area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;}

.headroom {
  will-change: transform;
  transition: transform 200ms linear; }


.headroom--not-top {
  transform: translateY(0%);
  position: fixed;
  z-index: 99;
  background-color: #fff;
  -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
.headroom--not-top .navbar {
  padding: 12px 0; }

/*
.headroom--unpinned {
  transform: translateY(-100%); }*/

.navbar {
  padding: 16px 0;
  border-radius: 5px;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }

.navbar-brand {
  padding: 0; }

.navbar-toggler {
  padding: 0; }
.navbar-toggler .toggler-icon {
  width: 30px;
  height: 2px;
  background-color: #191717;
  display: block;
  margin: 5px 0;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
.navbar-toggler.active .toggler-icon:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px; }
.navbar-toggler.active .toggler-icon:nth-of-type(2) {
  opacity: 0; }
.navbar-toggler.active .toggler-icon:nth-of-type(3) {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  top: -7px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-collapse {
    position: relative;
    height: 100%;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    padding: 5px 12px; }


}


@media only screen and (min-width: 991px) {
  .nav-btn2 {
    padding-left: 24px !important;
  }
  .navbar-right {
    padding-top: 6px;
    position: absolute;
    right: 0;
  }
}
@media (max-width: 767px) {
  .navbar-collapse {
    height: 100%;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    padding: 5px 12px;
  } }

.navbar-nav .nav-item {
  margin-left: 40px;
  position: relative; }
.navbar-nav .nav-item:first-child {
  margin-left: 0; }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-nav .nav-item {
    margin-left: 30px;

  }



}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item {
    margin: 0;
  }

}
@media (max-width: 767px) {
  .navbar-nav .nav-item {
    margin: 0;
    padding: 12px 0px;} }
.navbar-nav .nav-item a {
  font-size: 14px;
  font-weight: 700;
  color: #191717;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  padding: 10px 0;
  position: relative;
  font-family: "Poppins", sans-serif;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item a {
    display: block;
    padding: 12px 0; } }
@media (max-width: 767px) {
  .navbar-nav .nav-item a {
    display: block;
    padding: 4px 0;
    font-size: 16px !important;

  } }
.navbar-nav .nav-item.active > a, .navbar-nav .nav-item:hover > a {
  color: #E50000;
  font-weight: 700;

}
.navbar-nav .nav-item:hover .sub-menu {
  top: 100%;
  opacity: 1;
  visibility: visible; }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item:hover .sub-menu {
    top: 0; } }
@media (max-width: 767px) {
  .navbar-nav .nav-item:hover .sub-menu {
    top: 0; } }
.navbar-nav .nav-item .sub-menu {
  width: 200px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 110%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item .sub-menu {
    position: relative;
    width: 100%;
    top: 0;
    display: none;
    opacity: 1;
    visibility: visible; } }
@media (max-width: 767px) {
  .navbar-nav .nav-item .sub-menu {
    position: relative;
    width: 100%;
    top: 0;
    display: none;
    opacity: 1;
    visibility: visible; } }
.navbar-nav .nav-item .sub-menu li {
  display: block; }
.navbar-nav .nav-item .sub-menu li a {
  display: block;
  padding: 8px 20px; }
.navbar-nav .nav-item .sub-menu li a.active, .navbar-nav .nav-item .sub-menu li a:hover {
  padding-left: 25px;
  color: #E50000; }
.navbar-nav .sub-nav-toggler {
  display: none; }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .sub-nav-toggler {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    color: #191717;
    font-size: 18px;
    border: 0;
    width: 30px;
    height: 30px; } }
@media (max-width: 767px) {
  .navbar-nav .sub-nav-toggler {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    color: #191717;
    font-size: 18px;
    border: 0;
    width: 30px;
    height: 30px; } }
.navbar-nav .sub-nav-toggler span {
  width: 8px;
  height: 8px;
  border-left: 1px solid #191717;
  border-bottom: 1px solid #191717;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: relative;
  top: -5px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-btn {
    position: absolute;
    top: 50%;
    right: 50px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); } }
@media (max-width: 767px) {
  .navbar-btn {
    position: absolute;
    top: 50%;
    right: 50px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); } }
@media (max-width: 767px) {
  .navbar-btn .main-btn {
    height: 40px;
    line-height: 36px;
    font-size: 13px;
    padding: 0 20px; } }

/*===== HEADER HERO =====*/
.header-hero {
  height: 800px;
  position: relative; }

@media only screen and (min-width: 992px) {
  .header-hero {
    margin-top: 24px;} }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-hero {
    height: auto; } }

@media (max-width: 767px) {
  .header-hero {
    background-image: url("");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    height: auto; } }

@media (max-width: 767px) {
  .headline-height {
    line-height: 42px; }
  .desc-voucher {
    padding-top:16px;
    padding-left:0px;
    font-size:18px;
    line-height: 1.4;
  }
  
}

@media (min-width: 768px) {
  .headline-height {
    line-height: 48px;
    padding-right: 72px;}
  .desc-voucher {
    padding-top:8px;
    padding-left:28px;
    font-size:14px; }

}

@media (max-width: 991px) {
  .header-bg {
    background-color: #fff;
    background-size: cover;
    background-position: center center;
    /*height: 496px;*/
    width: auto;
    margin-top: -1px;
  }
  .tuker_2 {
    order: 2;
  }

  .tuker_1 {
    order: 1;
  }
}

.header-hero-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 47%;
  height: 100%; }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-hero-image {
    width: 720px;
    position: relative;
    margin: 0 auto;
    padding-top: 50px; } }
@media (max-width: 767px) {
  .header-hero-image {
    width: 100%;
    position: relative;
    margin: 0 auto;} }
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-hero-image {
    width: 540px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-hero-image .image img {
    width: 100%; } }

@media only screen and (min-width: 768px) {
  .header-hero-content {
    padding-top: 52px;
    padding-left:24px } }
@media (max-width: 767px) {
  .header-hero-content {
    padding-top: 24px; } }

.header-hero-content .hero-title {
  font-size: 36px;}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .header-hero-content .hero-title {
    font-size: 36px; } }
@media (max-width: 767px) {
  .header-hero-content .hero-title {
    font-size: 32px; } }
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-hero-content .hero-title {
    font-size: 34px; } }
.header-hero-content .hero-title b {
  font-weight: 700; }
.header-hero-content .hero-title span {
  display: contents; }
.header-hero-content .text {
  max-width: 490px;
}
.header-hero-content .header-singup {
  position: relative;
  margin-top: 12px;
  width: 77%;
  z-index: 9; }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-hero-content .header-singup {
    margin-top: 0px;
  } }
@media (max-width: 767px) {
  .header-hero-content .header-singup {
    margin-top: 0px;
    background-color: #fafafa;border-radius: 7px;padding: 24px 10px;width: 100% !important;} }
.header-hero-content .header-singup input {
  width: 100%;
  height: 70px;
  font-size: 18px;
  border: 0;
  border-radius: 50px;
  padding: 0 30px;
  background-color: #fff;
  -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05); }

@media (max-width: 767px) {
  .header-hero-content .header-singup input {
    height: 56px;
  } }
.header-hero-content .header-singup .main-btn {
  position: absolute;
  top: 3px;
  right: 3px;
  height: 64px;
  line-height: 60px;
  padding: 0 40px;
  text-transform: uppercase;
  letter-spacing: 1px; }
@media (max-width: 767px) {
  .header-hero-content .header-singup .main-btn {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    height: 56px;
    line-height: 52px;
    margin-top: 16px; } }
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-hero-content .header-singup .main-btn {
    position: absolute;
    top: 3px;
    right: 3px;
    width: auto;
    height: 50px;
    line-height: 46px;
    margin-top: 0; } }



/*===========================
      05.SERVICE css
===========================*/

.service-wrapper {
  border-radius:16px;
  overflow:hidden;
}


@media (max-width: 767px) {
  .service-wrapper {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
  }

.layanan-img {
  border-radius: 12px;
}

}

@media (min-width: 768px) {
.service-wrapper {
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 10px;}

.pd-b-24 {
  padding-bottom: 24px;
}


.img-layanan {
  position:relative;z-index:9;margin:auto!important;padding:0px 24px 0px 0px!important
}

.img-layanan2 {
  position:relative;z-index:9;margin:auto!important;padding:0px 0px 0px 24px!important
}

  .padding-service {
    padding-top: 48px;
  }

.konten {
  padding: 32px 48px 24px 12px;
}

.konten2 {
  padding: 32px 12px 24px 48px;
}

.banner-download {
  margin: 0px 16px;
}

  .order_1 {
    order: 1;
  }

  .order_2 {
    order: 2;
  }
}

@media (max-width: 767px) {
  .padding-service {
    padding-top: 24px;
  }

.banner-download {
  margin: 0px 2px;
  }

  .tuker_2 {
    order: 2;
  }

  .tuker_1 {
    order: 1;
  }

}


@media (min-width: 991px) {
  .service-wrapper {
    margin: 48px 128px 48px 128px;
  } 
  }


@media (min-width: 768px) {
  .single-service {
    padding: 36px 24px 12px;
    position: relative; }
  }

@media (max-width: 767px) {
  .single-service {
    padding: 24px 20px 16px 20px;
    position: relative; }
  }

.single-service.service-border {
  border-left: 1px solid #dedede4f;
  border-right: 1px solid #dedede4f; }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-service.service-border {
    border: 0; } }
@media (max-width: 767px) {
  .single-service.service-border {
    border: 0; }
  .col-md-6 > .service-content .service-title {
    font-size: 20px;
    line-height: 32px;
    padding-top: 16px;
  }
  .single-service > .service-content .service-title {
    font-size: 20px;
    line-height: 32px;
    padding-top: 0px;
  }
}
.single-service .service-content {
  padding-top: 12px; }
@media (min-width: 768px) {
  .service-content .service-title {
    font-size: 20px;
    line-height: 28px;
  }}
.service-content .text {
  padding-top: 8px; }
.single-service .shape {
  position: absolute; }
.single-service .shape.shape-1 {
  left: 35px;
  bottom: -50px;
  -webkit-animation: rotated 15s infinite linear;
  -moz-animation: rotated 15s infinite linear;
  -o-animation: rotated 15s infinite linear;
  animation: rotated 15s infinite linear; }
.single-service .shape.shape-2 {
  top: 20px;
  right: 85px;
  -webkit-animation: animationFramesOne 10s infinite linear;
  -moz-animation: animationFramesOne 10s infinite linear;
  -o-animation: animationFramesOne 10s infinite linear;
  animation: animationFramesOne 10s infinite linear; }
.single-service .shape.shape-3 {
  left: 100px;
  bottom: -10px;
  -webkit-animation: rotated 15s infinite linear;
  -moz-animation: rotated 15s infinite linear;
  -o-animation: rotated 15s infinite linear;
  animation: rotated 15s infinite linear; }
.single-service .shape.shape-4 {
  left: 30px;
  top: 10px;
  -webkit-animation: rotated 15s infinite linear;
  -moz-animation: rotated 15s infinite linear;
  -o-animation: rotated 15s infinite linear;
  animation: rotated 15s infinite linear; }
.single-service .shape.shape-5 {
  right: 100px;
  bottom: -40px;
  -webkit-animation: animationFramesTwo 10s infinite linear;
  -moz-animation: animationFramesTwo 10s infinite linear;
  -o-animation: animationFramesTwo 10s infinite linear;
  animation: animationFramesTwo 10s infinite linear; }

@-webkit-keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    -moz-transform: translate(0px, 0px) rotate(0deg);
    -ms-transform: translate(0px, 0px) rotate(0deg);
    -o-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg); }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
    -moz-transform: translate(73px, -1px) rotate(36deg);
    -ms-transform: translate(73px, -1px) rotate(36deg);
    -o-transform: translate(73px, -1px) rotate(36deg);
    transform: translate(73px, -1px) rotate(36deg); }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
    -moz-transform: translate(141px, 72px) rotate(72deg);
    -ms-transform: translate(141px, 72px) rotate(72deg);
    -o-transform: translate(141px, 72px) rotate(72deg);
    transform: translate(141px, 72px) rotate(72deg); }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
    -moz-transform: translate(83px, 122px) rotate(108deg);
    -ms-transform: translate(83px, 122px) rotate(108deg);
    -o-transform: translate(83px, 122px) rotate(108deg);
    transform: translate(83px, 122px) rotate(108deg); }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
    -moz-transform: translate(-40px, 72px) rotate(144deg);
    -ms-transform: translate(-40px, 72px) rotate(144deg);
    -o-transform: translate(-40px, 72px) rotate(144deg);
    transform: translate(-40px, 72px) rotate(144deg); }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    -moz-transform: translate(0px, 0px) rotate(0deg);
    -ms-transform: translate(0px, 0px) rotate(0deg);
    -o-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg); } }
@-webkit-keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    -moz-transform: translate(0px, 0px) rotate(0deg);
    -ms-transform: translate(0px, 0px) rotate(0deg);
    -o-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg); }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
    -moz-transform: translate(73px, -1px) rotate(36deg);
    -ms-transform: translate(73px, -1px) rotate(36deg);
    -o-transform: translate(73px, -1px) rotate(36deg);
    transform: translate(73px, -1px) rotate(36deg); }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
    -moz-transform: translate(141px, 72px) rotate(72deg);
    -ms-transform: translate(141px, 72px) rotate(72deg);
    -o-transform: translate(141px, 72px) rotate(72deg);
    transform: translate(141px, 72px) rotate(72deg); }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
    -moz-transform: translate(83px, 122px) rotate(108deg);
    -ms-transform: translate(83px, 122px) rotate(108deg);
    -o-transform: translate(83px, 122px) rotate(108deg);
    transform: translate(83px, 122px) rotate(108deg); }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
    -moz-transform: translate(-40px, 72px) rotate(144deg);
    -ms-transform: translate(-40px, 72px) rotate(144deg);
    -o-transform: translate(-40px, 72px) rotate(144deg);
    transform: translate(-40px, 72px) rotate(144deg); }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    -moz-transform: translate(0px, 0px) rotate(0deg);
    -ms-transform: translate(0px, 0px) rotate(0deg);
    -o-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg); } }
@keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    -moz-transform: translate(0px, 0px) rotate(0deg);
    -ms-transform: translate(0px, 0px) rotate(0deg);
    -o-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg); }
  20% {
    -webkit-transform: translate(-73px, 1px) rotate(36deg);
    -moz-transform: translate(-73px, 1px) rotate(36deg);
    -ms-transform: translate(-73px, 1px) rotate(36deg);
    -o-transform: translate(-73px, 1px) rotate(36deg);
    transform: translate(-73px, 1px) rotate(36deg); }
  40% {
    -webkit-transform: translate(-141px, -72px) rotate(72deg);
    -moz-transform: translate(-141px, -72px) rotate(72deg);
    -ms-transform: translate(-141px, -72px) rotate(72deg);
    -o-transform: translate(-141px, -72px) rotate(72deg);
    transform: translate(-141px, -72px) rotate(72deg); }
  60% {
    -webkit-transform: translate(-83px, -122px) rotate(108deg);
    -moz-transform: translate(-83px, -122px) rotate(108deg);
    -ms-transform: translate(-83px, -122px) rotate(108deg);
    -o-transform: translate(-83px, -122px) rotate(108deg);
    transform: translate(-83px, -122px) rotate(108deg); }
  80% {
    -webkit-transform: translate(40px, -72px) rotate(144deg);
    -moz-transform: translate(40px, -72px) rotate(144deg);
    -ms-transform: translate(40px, -72px) rotate(144deg);
    -o-transform: translate(40px, -72px) rotate(144deg);
    transform: translate(40px, -72px) rotate(144deg); }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    -moz-transform: translate(0px, 0px) rotate(0deg);
    -ms-transform: translate(0px, 0px) rotate(0deg);
    -o-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg); } }
@-webkit-keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    -moz-transform: translate(0px, 0px) rotate(0deg);
    -ms-transform: translate(0px, 0px) rotate(0deg);
    -o-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg); }
  20% {
    -webkit-transform: translate(-73px, 1px) rotate(36deg);
    -moz-transform: translate(-73px, 1px) rotate(36deg);
    -ms-transform: translate(-73px, 1px) rotate(36deg);
    -o-transform: translate(-73px, 1px) rotate(36deg);
    transform: translate(-73px, 1px) rotate(36deg); }
  40% {
    -webkit-transform: translate(-141px, -72px) rotate(72deg);
    -moz-transform: translate(-141px, -72px) rotate(72deg);
    -ms-transform: translate(-141px, -72px) rotate(72deg);
    -o-transform: translate(-141px, -72px) rotate(72deg);
    transform: translate(-141px, -72px) rotate(72deg); }
  60% {
    -webkit-transform: translate(-83px, -122px) rotate(108deg);
    -moz-transform: translate(-83px, -122px) rotate(108deg);
    -ms-transform: translate(-83px, -122px) rotate(108deg);
    -o-transform: translate(-83px, -122px) rotate(108deg);
    transform: translate(-83px, -122px) rotate(108deg); }
  80% {
    -webkit-transform: translate(40px, -72px) rotate(144deg);
    -moz-transform: translate(40px, -72px) rotate(144deg);
    -ms-transform: translate(40px, -72px) rotate(144deg);
    -o-transform: translate(40px, -72px) rotate(144deg);
    transform: translate(40px, -72px) rotate(144deg); }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    -moz-transform: translate(0px, 0px) rotate(0deg);
    -ms-transform: translate(0px, 0px) rotate(0deg);
    -o-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg); } }
/*===== OUR SERVICE =====*/
.our-services-tab .nav {
  border-bottom: 2px solid #dedede4f; }
@media (max-width: 767px) {
  .our-services-tab .nav {
    border-bottom: 0; } }
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .our-services-tab .nav {
    border-bottom: 2px solid #dedede4f; } }
@media (max-width: 767px) {
  .our-services-tab .nav .nav-item {
    width: 50%; } }
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .our-services-tab .nav .nav-item {
    width: auto; } }
.our-services-tab .nav .nav-item a {
  color: #191717;
  padding: 17px 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .our-services-tab .nav .nav-item a {
    padding: 17px 15px; } }
@media (max-width: 767px) {
  .our-services-tab .nav .nav-item a {
    padding: 17px 15px;
    border-bottom: 2px solid #dedede4f; } }
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .our-services-tab .nav .nav-item a {
    padding: 17px 10px;
    border-bottom: 0; } }
.our-services-tab .nav .nav-item a::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  background-color: #E50000;
  left: 0;
  bottom: -2px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
.our-services-tab .nav .nav-item a i {
  font-size: 50px; }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .our-services-tab .nav .nav-item a i {
    font-size: 40px; } }
@media (max-width: 767px) {
  .our-services-tab .nav .nav-item a i {
    font-size: 34px; } }
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .our-services-tab .nav .nav-item a i {
    font-size: 28px; } }
.our-services-tab .nav .nav-item a span {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  padding-left: 15px; }
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .our-services-tab .nav .nav-item a span {
    padding-left: 10px; } }
.our-services-tab .nav .nav-item a.active {
  color: #E50000; }
.our-services-tab .nav .nav-item a.active::before {
  opacity: 1; }
.our-services-tab .our-services-content .services-title {
  font-size: 40px; }
@media (max-width: 767px) {
  .our-services-tab .our-services-content .services-title {
    font-size: 22px; } }
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .our-services-tab .our-services-content .services-title {
    font-size: 26px; } }
.our-services-tab .our-services-content .services-title span {
  font-weight: 400;
  display: contents; }
.our-services-tab .our-services-content .text {
  margin-top: 35px; }
.our-services-tab .our-services-content .our-services-progress .circles-text {
  font-size: 24px !important;
  font-weight: 700;
  color: #191717;
  font-family: "Poppins", sans-serif; }
.our-services-tab .our-services-content .our-services-progress .progress-content {
  padding-left: 30px; }
.our-services-tab .our-services-content .our-services-progress .progress-content .progress-title {
  font-size: 18px; }

/*===== SERVICE 2 =====*/
.single-service-2 .service-icon {
  margin-top: 5px; }
.single-service-2 .service-icon i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px dashed #E50000;
  font-size: 36px;
  color: #E50000; }
.single-service-2 .service-content {
  padding-left: 30px; }
.single-service-2 .service-content .title a {
  font-weight: 600;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  color: #191717; }
.single-service-2 .service-content .text {
  padding-top: 20px; }

/*===== SERVICE 3 =====*/
.services-3 {
  border-top: 1px solid #dedede4f; }

.single-service-3 .service-icon {
  display: inline-block;
  position: relative; }
.single-service-3 .service-icon i {
  font-size: 40px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
.single-service-3 .service-content {
  padding-top: 45px; }
.single-service-3 .service-content .service-title a {
  font-size: 24px;
  font-weight: 700;
  color: #191717;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
.single-service-3 .service-content .service-title a:hover {
  color: #E50000; }
.single-service-3 .service-content .text {
  padding-top: 15px; }
.single-service-3 .service-content .more {
  color: #191717;
  font-size: 36px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  margin-top: 30px; }
.single-service-3 .service-content .more:hover {
  color: #E50000; }

/*===========================
       06.PRICING css
===========================*/
.single-pricing {
  padding: 65px 50px 70px;
  overflow: hidden;
  position: relative; }
@media (max-width: 767px) {
  .single-pricing {
    padding: 45px 30px 50px; } }
.single-pricing .pricing-price .price {
  padding: 6px 0px;
  font-size: 32px;
  font-weight: 600;
  color: #E50000;
  font-family: "Poppins", sans-serif; }
.single-pricing .pricing-price .price b {
  font-weight: 800; }
.single-pricing .pricing-price .price .symbol {
  font-size: 18px;
  color: #E50000;
  font-weight: 700;
  font-family: "Poppins", sans-serif; }
.single-pricing .pricing-title {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;

  padding-bottom: 50px;
  border-radius: 10px;}
.single-pricing .pricing-title .btn {
  margin-top: -24px
  padding: 0 15px;
  line-height: 25px;
  border-radius: 50px;
  background-color: #4bb3f9;
  color: #fff;
  font-size: 14px; }
.single-pricing .pricing-title .title {
  font-weight: 600;
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  padding-left: 10px; }
.single-pricing .pricing-list ul li {
  font-size: 14px;
  color: #191717;
  margin-top: 20px;
  text-align: left;
  padding-left: 16px;}
.single-pricing .pricing-btn .main-btn {

  margin-top: -16px;}
.single-pricing .pricing-btn .main-btn.main-btn-2 {
  background: #FFFFFF;
  border: 1px solid #E50000; }
.single-pricing .pricing-btn .main-btn.main-btn-2:hover {
  background: #FFD6D6;
  border: 1px solid #E50000; }
.single-pricing.pricing-color-1 .pricing-title .btn {
  background-color: #4bb3f9; }
.single-pricing.pricing-color-2 .pricing-title .btn {
  background-color: #E50000; }
.single-pricing.pricing-color-3 .pricing-title .btn {
  background-color: #63b85f; }
.single-pricing.pricing-active {
  -webkit-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.11);
  border-radius: 10px;
}
.single-pricing.pricing-active2 {
  -webkit-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.11);
  border-radius: 10px;
  border: 2px solid #E50000;}
.single-pricing .ribbon {
  width: 144px;
  height: 32px;
  font-size: 12px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  box-shadow: 0px 2px 3px rgba(136, 136, 136, 0.25);
  background: #E50000;
  transform: rotate(45deg);
  position: absolute;
  right: -40px;
  top: 16px;
  padding-top: 7px;
}
@media (min-width: 767px) {
  .pricing-padding {
    padding: 0px 24px;
  }

}

/*===========================
       07.TESTIMONIAL css
===========================*/
.testimonial-left-content .testimonial-line {
  padding-top: 10px; }
.testimonial-left-content .testimonial-line li {
  height: 5px;
  background-color: #fde4e1;
  display: inline-block;
  border-radius: 50px;
  margin-right: 3px; }
.testimonial-left-content .testimonial-line li:nth-of-type(1) {
  width: 40px; }
.testimonial-left-content .testimonial-line li:nth-of-type(2) {
  width: 15px; }
.testimonial-left-content .testimonial-line li:nth-of-type(3) {
  width: 10px; }
.testimonial-left-content .testimonial-line li:nth-of-type(4) {
  width: 5px; }
.testimonial-left-content .text {
  padding-top: 15px; }

.testimonial-right-content {
  position: ;
  background-color: #f6f6f6;
  -webkit-box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.07);
  border-radius: 50px;
  max-width: 500px;
  padding-top: 0px; }
.testimonial-right-content .quota {
  position: absolute;
  top: 10px;
  left: 15px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  opacity: 0.1; }
.testimonial-right-content .quota i {
  font-size: 130px;
  line-height: 95px;
  color: #E50000; }

.testimonial-content-wrapper {
  position: relative;
  left: 70px; }
@media (max-width: 767px) {
  .testimonial-content-wrapper {
    left: 0; } }

.single-testimonial {
  background-color: #fff;
  padding: 40px 30px 50px;
  border-radius: 50px; }
.single-testimonial .testimonial-text .text {
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  line-height: 28px;
  color: #191717;
  padding-bottom: 25px; }
@media (max-width: 767px) {
  .single-testimonial .testimonial-text .text {
    font-size: 18px;
    line-height: 32px; } }
.single-testimonial .testimonial-author {
  border-top: 0px solid #dedede4f;
  padding-top: 0px; }
.single-testimonial .testimonial-author .author-info .author-image img {
  border-radius: 50%; }
.single-testimonial .testimonial-author .author-info .author-name {
  padding-left: 30px; }
.single-testimonial .testimonial-author .author-info .author-name .name {
  font-size: 16px;
  font-weight: 700;
  color: #E50000; }
.single-testimonial .testimonial-author .author-info .author-name .sub-title {
  font-size: 14px;
  color: #191717;
  opacity: 70%;
  margin-top: 5px; }
@media (max-width: 767px) {
  .single-testimonial .testimonial-author .author-review {
    padding-left: 100px;
    padding-top: 15px; } }
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-testimonial .testimonial-author .author-review {
    padding-left: 0;
    padding-top: 15px; } }
.single-testimonial .testimonial-author .author-review .star li {
  display: inline-block;
  font-size: 14px;
  color: #ffa800; }
.single-testimonial .testimonial-author .author-review .review {
  font-size: 14px;
  color: #191717;
  margin-top: 5px; }

.testimonial-active .slick-arrow {
  position: absolute;
  bottom: 92px;
  left: -670px;
  font-size: 24px;
  cursor: pointer;
  color: #E50000;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
.testimonial-active .slick-arrow:hover {
  color: #000; }
.testimonial-active .slick-arrow.next {
  left: -635px; }

/*===========================
        08.BRAND css
===========================*/
.brand-wrapper {
  /*border-top: 1px solid #dedede4f;*/ }
.brand-wrapper .single-brand {
  float: left;
  width: 100%;
  text-align: center; }
@media (max-width: 767px) {
  .brand-wrapper .single-brand {
    width: 50%;
    padding-top: 36px;} }

@media (max-width: 767px) {
  .padding-brand {
    padding-top: 24px;
  } 
  .headline-img {
    padding-top: 92px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .padding-brand {
    margin-top: -8px;
    padding-bottom: 12px;
  } 
    .headline-img {
    padding-top: 92px;
  }
}

@media (min-width: 992px) {
  .padding-brand {
    margin-top: -8px;
    padding-bottom: 12px;
  } 
    .headline-img {
    padding-top: 24px;
  }
}


/*===========================
         09.BL0G css
===========================*/
.single-blog .blog-image a {
  display: block; }
.single-blog .blog-image a img {
  width: 100%; }
.single-blog .blog-content {
  padding-top: 25px; }
.single-blog .blog-content .blog-title a {
  font-size: 24px;
  font-weight: 600;
  color: #191717;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-blog .blog-content .blog-title a {
    font-size: 20px; } }
@media (max-width: 767px) {
  .single-blog .blog-content .blog-title a {
    font-size: 20px; } }
.single-blog .blog-content .blog-title a:hover {
  color: #E50000; }
.single-blog .blog-content .blog-author {
  padding-top: 20px; }
.single-blog .blog-content .blog-author .author-image img {
  width: 65px;
  border-radius: 50%; }
.single-blog .blog-content .blog-author .author-content {
  padding-left: 20px; }
.single-blog .blog-content .blog-author .author-content .sub-title {
  font-size: 14px;
  color: #191717;
  opacity: 70%;
  font-weight: 400; }
.single-blog .blog-content .blog-author .author-content .text {
  font-size: 16px;
  font-weight: 600;
  margin-top: 5px; }

/*===========================
      10.CONTACT  css
===========================*/
.contact-map iframe {
  width: 100%;
  height: 550px; }
@media (max-width: 767px) {
  .contact-map iframe {
    height: 350px; } }

@media (min-width: 767px) {
  .container-contact {
    padding: 0px 144px; } }

.single-contact-info .contact-info-icon i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  border-radius: 50%; }
.single-contact-info .contact-info-content {
  padding-left: 20px; }
.single-contact-info .contact-info-content .text {
  color: #191717; }
.single-contact-info.contact-color-1 .contact-info-icon i {
  background-color: #191717; }
.single-contact-info.contact-color-2 .contact-info-icon i {
  background-color: #f23559; }
.single-contact-info.contact-color-3 .contact-info-icon i {
  background-color: #4bb3f9; }

.contact-wrapper-form .contact-title {
  font-size: 32px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: #000; }
@media (max-width: 767px) {
  .contact-wrapper-form .contact-title {
    font-size: 26px; } }
.contact-wrapper-form .contact-title i {
  color: #E50000;
  margin-right: 8px; }
.contact-wrapper-form .contact-title span {
  font-weight: 400; }

.form-message.error, .form-message.success {
  font-size: 16px;
  color: #191717;
  padding: 10px 15px;
  margin-top: 15px;
  background-color: #f7f7fd;
  margin-left: 15px; }
.form-message.error {
  color: #fc3832; }

.contact-form label {
  margin-bottom: 12px;
  display: block;
  font-size: 16px;
  color: #fff;
}
.contact-form input, .contact-form textarea {
  width: 100%;
  border-radius: 7px;
  background-color: #fff;
  padding: 0 20px;
  height: 48px;
  border: 1px solid #dedede4f;
  color: #191717;
  font-size: 16px; }
.contact-form textarea {
  padding-top: 10px;
  height: 96px;
  resize: none; }
.contact-form .main-btn {
  border-radius: 5px; }

input::-webkit-input-placeholder {
  opacity: 0.5;
  font-weight: 400;
}
textarea::-webkit-input-placeholder {
  opacity: 0.5;
  font-weight: 400;
}

/*===========================
       11.FOOTER css
===========================*/
#footer {
  /*background: linear-gradient(96.38deg, #E50000 -2.18%, #E53700 108.06%);*/
}

.footer-about .text {
  padding-top: 25px;
  font-size: 16px;
  color: #fff;
  font-weight: 500;}

.footer-title .title {
  font-size: 16px;
  font-weight: 700;
  color: #191717;
  text-decoration: none;
}

.footer-title .text {
  font-size: 16px;
  font-weight: 500;
  color: #191717;
}

.footer-title .text:hover {
  color: #e50000;
}



.footer-link ul li {
  margin-top: 25px; }
.footer-link ul li a {
  font-size: 16px;
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
.footer-link ul li a:hover {
  color: #fff; }

.footer-contact .text {
  font-size: 16px;
  padding-top: 15px; }
.footer-contact .social li {
  display: inline-block;
  margin-right: 16px; }
.footer-contact .social li:last-child {
  margin-right: 0; }
.footer-contact .social li a {
  font-size: 26px;
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
.footer-contact .social li a:hover {
  color: #fff; }

.footer-copyright {
  padding: 25px;
  /*border-top: 1px solid #fff;*/ }
.footer-copyright .text {
  font-size: 14px; }
.footer-copyright .text a {
  color: #fff; }

/*===== BACK TO TOP =====*/
.back-to-top {
  font-size: 20px;
  color: #fff;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  background-color: #E50000;
  text-align: center;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  display: none; }
.back-to-top:hover {
  color: #fff;
  background-color: #E50000; }

.hubungi {
  font-size: 14px;
  color: #fff;
  position: fixed;
  right: 20px;
  bottom: 20px;
  line-height: 45px;
  border-radius: 200px;
  background-color: #E50000;
  text-align: center;
  z-index: 99;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  font-weight: 500;
  padding: 4px 20px;
}
.hubungi:hover {
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  color: #fff;
  background-color: #C80707; }



/*===========================
      12.PAGE BANNER css
===========================*/
.page-banner {
  padding-top: 235px;
  padding-bottom: 135px; }
@media (max-width: 767px) {
  .page-banner {
    padding-top: 175px;
    padding-bottom: 90px; } }

.page-banner-content .page-title {
  font-size: 60px;
  font-weight: 400;
  color: #000; }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .page-banner-content .page-title {
    font-size: 48px; } }
@media (max-width: 767px) {
  .page-banner-content .page-title {
    font-size: 28px; } }
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .page-banner-content .page-title {
    font-size: 34px; } }
.page-banner-content .page-title b {
  font-weight: 700; }
.page-banner-content .page-title span {
  font-weight: 700;
  color: #E50000;
  display: contents; }

/*===========================
    13.BL0G DETAILS  css
===========================*/
.blog-details-content .details-image img {
  width: 100%; }
.blog-details-content .details-title {
  font-size: 24px;
  font-weight: 600;
  max-width: 680px;
  margin-top: 45px; }
@media (max-width: 767px) {
  .blog-details-content .details-title {
    font-size: 20px; } }
.blog-details-content .text {
  margin-top: 35px; }
.blog-details-content .blockquote {
  padding: 65px 50px;
  background-color: #E50000;
  position: relative;
  border-radius: 5px;
  margin-top: 45px;
  z-index: 5; }
@media (max-width: 767px) {
  .blog-details-content .blockquote {
    padding: 25px 30px; } }
.blog-details-content .blockquote .quote {
  color: #fff;
  position: absolute;
  top: 5px;
  left: 5px;
  opacity: 0.15;
  z-index: -1; }
.blog-details-content .blockquote .text {
  margin-top: 0;
  color: #fff;
  font-size: 32px;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  line-height: 48px;
  display: block; }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-details-content .blockquote .text {
    font-size: 28px; } }
@media (max-width: 767px) {
  .blog-details-content .blockquote .text {
    font-size: 20px;
    line-height: 35px; } }
.blog-details-content .blockquote .text i {
  font-size: 16px;
  position: relative; }
.blog-details-content .blockquote .text i.fa-quote-left {
  top: -16px;
  left: 5px; }
.blog-details-content .blockquote .text i.fa-quote-right {
  bottom: -6px; }
.blog-details-content .details-list {
  padding-top: 5px;
  padding-left: 20px; }
.blog-details-content .details-list li {
  font-size: 16px;
  color: #191717;
  margin-top: 25px;
  list-style: decimal; }
.blog-details-content .blog-share {
  border-top: 1px solid #dedede4f;
  padding-top: 25px;
  margin-top: 60px; }
.blog-details-content .blog-share span {
  font-size: 14px;
  font-weight: 700;
  color: #191717;
  font-family: "Poppins", sans-serif; }
.blog-details-content .blog-share .social li {
  display: inline-block;
  margin-left: 10px; }
.blog-details-content .blog-share .social li a {
  font-size: 16px; }
.blog-details-content .blog-share .social li a.color-1 {
  color: #45619d; }
.blog-details-content .blog-share .social li a.color-2 {
  color: #42c0fb; }
.blog-details-content .blog-share .social li a.color-3 {
  color: #E1306C; }
.blog-details-content .blog-share .social li a.color-4 {
  color: #0077B5; }

.single-comment-items {
  margin-top: 50px; }
@media (max-width: 767px) {
  .single-comment-items .comment-author {
    padding-left: 100px;
    padding-bottom: 18px; } }
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-comment-items .comment-author {
    padding-left: 0;
    padding-bottom: 0; } }
.single-comment-items .comment-author img {
  width: 80px;
  border-radius: 50%; }
.single-comment-items .comment-content {
  background-color: #f6f6f6;
  padding: 25px 60px;
  margin-left: 20px;
  position: relative; }
@media (max-width: 767px) {
  .single-comment-items .comment-content {
    margin-left: 0;
    padding: 25px 25px; } }
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-comment-items .comment-content {
    margin-left: 20px; } }
.single-comment-items .comment-content::before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-top: 100px solid #f6f6f6;
  border-left: 100px solid transparent;
  top: 0;
  left: -100px; }
@media (max-width: 767px) {
  .single-comment-items .comment-content::before {
    border-top: 0;
    border-left: 0;
    border-right: 100px solid transparent;
    border-bottom: 100px solid #f6f6f6;
    left: 0;
    top: -100px; } }
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-comment-items .comment-content::before {
    position: absolute;
    border-top: 100px solid #f6f6f6;
    border-left: 100px solid transparent;
    border-right: 0;
    border-bottom: 0;
    top: 0;
    left: -100px; } }
.single-comment-items .comment-content .comment-name {
  font-size: 16px;
  font-weight: 700; }
.single-comment-items .comment-content .text {
  padding-top: 20px;
  padding-bottom: 20px; }
.single-comment-items .comment-content a {
  font-size: 16px;
  color: #a4a4a4;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  margin-right: 20px;
  margin-top: 10px; }
.single-comment-items .comment-content a i {
  margin-right: 8px; }
.single-comment-items .comment-content a:hover {
  color: #E50000; }

.comment-reply {
  padding-left: 100px; }
@media (max-width: 767px) {
  .comment-reply {
    padding-left: 0; } }

.blog-details-comment-form .comment-form-title {
  font-size: 32px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: #000; }
@media (max-width: 767px) {
  .blog-details-comment-form .comment-form-title {
    font-size: 26px; } }
.blog-details-comment-form .comment-form-title i {
  color: #E50000;
  margin-right: 8px; }
.blog-details-comment-form .comment-form-title span {
  font-weight: 400; }

.comment-form label {
  margin-bottom: 25px;
  display: block;
  font-size: 18px;
  color: #191717; }
.comment-form input, .comment-form textarea {
  width: 100%;
  border-radius: 7px;
  background-color: #fff;
  padding: 0 30px;
  height: 65px;
  border: 1px solid #dedede4f;
  color: #191717;
  font-size: 18px; }
.comment-form textarea {
  padding-top: 10px;
  height: 270px;
  resize: none; }

.blog-category {
  border: 1px solid #dedede4f;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; }
.blog-category .category-title {
  border: 1px solid #dedede4f;
  padding: 15px 30px; }
.blog-category .category-title .title {
  font-size: 18px;
  font-weight: 500;
  color: #191717; }
.blog-category .category-title .title i {
  color: #E50000;
  margin-right: 5px; }
.blog-category .category-list {
  padding: 5px 30px 30px; }
.blog-category .category-list ul li {
  margin-top: 20px; }
.blog-category .category-list ul li a {
  font-size: 14px;
  color: #191717;
  display: block;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
.blog-category .category-list ul li a:hover {
  color: #E50000; }
.blog-category .category-list ul li a i {
  float: right;
  margin-top: 5px; }
.blog-category .category-more {
  padding: 15px 30px;
  border-top: 1px solid #dedede4f;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; }
.blog-category .category-more a {
  font-size: 14px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #191717;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
.blog-category .category-more a:hover {
  color: #E50000; }
.blog-category .category-more a i {
  color: #E50000;
  margin-right: 5px; }

.blog-sidebar-wrapper {
  border: 1px solid #dedede4f; }
.blog-sidebar-wrapper .sidebar-title {
  padding: 15px 30px;
  border-bottom: 1px solid #dedede4f; }
.blog-sidebar-wrapper .sidebar-title .title {
  font-size: 18px;
  font-weight: 500; }

.blog-tag .tag-list {
  padding: 20px 30px 30px;
  border-bottom: 1px solid #dedede4f; }
.blog-tag .tag-list a {
  padding: 0 10px;
  line-height: 30px;
  border-bottom: 1px solid #dedede4f;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  color: #191717;
  font-size: 14px;
  margin-top: 10px; }
.blog-tag .tag-list a:hover {
  background-color: #E50000;
  color: #fff;
  border-color: #191717; }

.blog-project .project-list {
  padding: 20px 30px 30px;
  border-bottom: 1px solid #dedede4f; }
.blog-project .project-list ul li a {
  color: #191717;
  font-size: 14px;
  margin-top: 10px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  display: block; }
.blog-project .project-list ul li a:hover {
  color: #E50000; }
.blog-project .project-list ul li a span {
  float: right; }

.blog-ratting .ratting-list {
  padding: 20px 30px 30px; }
.blog-ratting .ratting-list ul li a {
  color: #191717;
  font-size: 14px;
  margin-top: 10px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  display: block; }
.blog-ratting .ratting-list ul li a:hover {
  color: #E50000; }
.blog-ratting .ratting-list ul li a span {
  float: right; }

/*# sourceMappingURL=style-v1.css.map */


@media (max-width: 768px) {

  .padding-footer2 {
    padding-bottom: 48px;
  }
  .width100 {
    width: 100%;
  }

}

.img-brand {
  max-width: 100%;
}

.single-pricing {
  padding: 25px 24px 25px;
}

.single-pricing .pricing-list ul li {
  font-size: 16px;
  color: #191717;
  margin-top: 5px !important;
}

.vertical-spacer {
  border-left: 1px solid #191717;
  height: calc(100% - 12px);
  position: absolute;
  left: 50%;
  top: 0;
  opacity: 100%;
  vertical-align: baseline;
  margin: 6px 0;
}

@media (max-width: 767px) {
  .logo-footer {
    width: 40%
  }
  .mobile-hide {
    display: none;
  }
  .navbar-button {
    font-size: 16px !important;
  }
  .nav-btn2 {
    padding-top: 12px;
  }
  .padding-sk {
    padding: 0px 15px 72px 15px;
  }

  #table {
    padding-right: 24px !important;
  }
  .footer-copyright {
    padding-bottom: 156px
  }
  .img-gratis {
    width: 226px;
  }
  .section-gratis br {
    content: "";
    margin: 12px;
    display: block;
  }

  .section-gratis {
    padding-top: 16px;
  }

  .daftar-disini {
    padding: 14px 24px;
  font-size: 16px;
  }

}

@media (min-width: 768px) and (max-width: 991px) {
  .logo-footer {
    padding-top: 30px;
    width: 40%;
  }
}

@media (min-width: 992px) {
  .logo-footer {
    padding-top: 30px;
    width: 70%;
  }
}

@media (min-width: 768px) {
  
  .padding-footer {
    padding-right: 144px;
  }

  .padding-sk {
    padding: 0px 216px 72px 216px;
  }
  .img-gratis {
    width: 144px;
  }

  .section-gratis br {
    display: none;
  }
  .section-gratis {
    padding-top: 16px;
  }
    .daftar-disini {
     padding: 10px 18px;
  }
}

@media (max-width: 1200px) {
  .navbar-right {
    padding-left: 0px;
  }
}

ol.list-abjad {
  list-style-type: upper-latin;
  font-weight: 700;
  padding-left: 20px;
}

.list-abjad > li {
  padding: 6px 0 4px 0;
}

.list-angka > li {
  font-weight: bold;
  padding: 24px 0 12px 0;
  font-size: 16px;
  
}

ol.list-angka {
  list-style-type: decimal;
  padding-left: 20px;
}

.list-alphabet li {
  font-weight: normal;
  padding: 8px 0 4px 0;
}

ol.list-alphabet {
  list-style-type: lower-latin;
  padding-left: 20px;
}

.list-roman li {
  font-weight: normal;
  padding: 8px 0 4px 0;
}

ol.list-roman {
  list-style-type: lower-roman;
  padding-left: 20px;
}

#table {
  border-collapse: collapse;
  width: 100%;
  margin: 12px 0;
}

#table td, #table th {
  border: 1px solid #ddd;
  padding: 8px;
}

#table tr:nth-child(odd){background-color: #fff;}

#table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #e50000;
  color: white;
}

.tp-16 {
  color:#191717;
  font-size: 16px;
}

.div-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-daftar {
  height: 44px;
  line-height: 44px;
  display: block;
  font-size: 14px;
  margin-top: -2px;
}

.red-primary {
  color:#e50000;
}

.bg-red {
  background-color: #e50000;
}

.black-primary {
  color: #191717;
}

.white-primary {
  color: #fff !important;
}

.yellow-primary {
  color: #FFF624;
}

.green-primary {
  color: #21BA08;
}

.font-20 {
  font-size: 20px;
}

.font-18 {
  font-size: 18px;
}
.font-16 {
  font-size: 16px;
}

.font-32 {
  font-size: 32px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-48 {
  padding-bottom: 48px;
}

.pb-72 {
  padding-bottom: 72px;
}

.pt-36 {
  padding-top: 36px;
}

.pb-24 {
  padding-bottom: 24px;
}

.pt-24 {
  padding-top: 24px;
}

.font-bold {
  font-weight: 700;
}

.lh-16 {
  line-height: 1.6;
}

.lh-14 {
  line-height: 1.4;
}

.pr-16 {
  padding-right: 16px;
}

.pr-12 {
  padding-right: 12px;
}

.pr-0 {
  padding-right: 0px;
}

.pl-0 {
  padding-left: 0px;
}

.pl-36 {
  padding-left: 36px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-12 {
  padding-top: 12px;
}

.pt-72 {
  padding-top: 72px;
}

.mt-48 {
  margin-top: 48px;
}

.mt-24 {
  margin-top: 24px;
}

.mt--48 {
  margin-top: -48px;
}

.pt-48 {
  padding-top: 48px;
}

.mt--12 {
  margin-top: -12px;
}

.m-0-16 {
  margin: 0px 16px;
}

.pb-32 {
  padding-bottom: 32px;
}

.pb-102 {
  padding-bottom: 102px;
}

.p-0-15 {
  padding: 0px 15px;
}

.text-center {
  text-align: center;
}

.navbar-area-color {
  background-color:white;
  opacity: 1;
}

@media (max-width: 574px) {
  .logo-responsive {
    width: 80%;
  }
}

@media (max-width: 375px) {
  .logo-responsive {
    width: 80%;
  }
}

.radius-12 {
  border-radius: 12px;
}

.image-platform {
  right: -16px;
  bottom: -1px;
  align-self: flex-end;
}

.daftar-disini {
  background-color: #fff;
  margin: 0px 4px 0px 4px;
  border-radius: 200px;
  font-weight: 600;
  color: #e50000;
  border: 1px solid #e50000;
}

.daftar-disini:hover {
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  background-color: #FFD6D6;
  color: #e50000;
}

@media (min-width: 992px) {
  .header-bg {
  /*                background-image: url("assets/images/bg-landing.png");*/

    background-size: cover;
    background-position: center center;
    height: 572px;
    width: auto;
  }
  .header-bg-ads {
  /*                background-image: url("assets/images/bg-landing.png");*/

    background-size: cover;
    background-position: center center;
    height: 592px;
    width: auto;
  } 
  .headline-img-ads {
    padding-top: 56px;
  }
}

  @media (min-width: 768px) {
  .mweb-bg {
    display: none;
    margin-bottom: -56px;
    padding-top: 72px;
  }

  }
  .google-map iframe {
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.diskon_paket_harga {
  text-decoration: line-through;
  font-weight: 500;
  font-size: 12px;
  padding-top: 4px;
  color: #9A9A9A;
}

.diskon_paket_persen {
  background: #FFC7C7;
  border-radius: 200px;
  color: #e50000;
  font-weight: 600;
  padding: 2px 10px;
  font-size: 12px;
}

.facility-style {
  cursor: pointer;
  color: #191717;
  margin-top: 4px;
  font-size: 12px;
}

ul .headline-ul {
 list-style-image: none;
 padding-top: 24px;
}

.headline-label-ads {
  display: inline-flex;
  padding: 10px 24px;
  align-items: flex-start;
  gap: 10px;
  border-radius: 2000px;
  background: rgba(229, 0, 0, 0.10);
}

.headline-label-ads p {
  color: #E50000;
  font-size: 12px;
  font-family: Poppins;
  font-weight: 700;
}



/*---------*/


ul.numbering {
  list-style-type: decimal;
  padding-left: 32px;
  font-weight: 600;
  padding-bottom: 12px;
}

ul.numbering li {
  padding-bottom: 8px;
  padding-top: 24px;
}

.italic {
  font-style: italic;
}

.berita-sumber {
  font-size: 12px;
  font-style: italic;
  opacity: 50%;
  padding-top: 6px;
}



.container-berita .berita-navigation ol {
  padding: 8px 0px;display: flex;align-items: center;gap: 4px;font-size: 12px;
}

.nav-berita .text:hover {
  color: #e50000;
}

#berita-untuk-anda th, tr:first-child {
  padding-bottom: 28px;
}

#berita-untuk-anda tr {
  vertical-align: top;
}

#berita-untuk-anda .image-untuk-anda {
  width: 27%;
  padding-right: 20px;
}

#berita-untuk-anda img {
  border-radius: 7px;
}

#berita-untuk-anda .konten-untuk-anda {
  width: 73%;
}

#berita-untuk-anda .konten-untuk-anda h1 {
  margin-top: -2px;
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 4px;
  font-weight: 600;
}

#berita-untuk-anda .konten-untuk-anda p {
  font-size: 12px;
}

.konten-untuk-anda .title-untuk-anda:hover {
  color: #e50000;
}

.berita-artikel {
  padding-bottom: 12px;
}

.berita-artikel h1 {
  font-size: 32px; line-height: 1.6;
}

.berita-artikel .berita-details {
  padding-top: 8px;
  padding-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 24px;
}


.berita-artikel .berita-details img {
  padding-right: 6px;
  font-size: 12px;
  margin-top: -2px;
}

.berita-artikel .berita-details p {
  font-size: 12px;
}

.berita-artikel .berita-gambar img {
  border-radius: 16px;
}

.berita-artikel .berita-gambar {
  padding-bottom: 20px;
}

.berita-untuk-anda-title {
  padding-bottom: 16px;
  font-size: 16px;
}

#berita-deskripsi {
  display: none;
}

.berita-konten {
  padding-bottom: 24px;
}

.berita-konten p {
  font-size: 16px;
  line-height: 1.6;
}

.berita-konten a:hover {
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  color: #C80707; 
}

.berita-banner {
  margin: 32px -72px -12px -72px;
}

#berita-bagikan {
  display:flex;align-items: center;gap: 10px;padding: 24px 0px 36px 0px;
}

.berita-bagikan {
  color: #fff; border-radius: 200px;padding: 10px 18px;font-size: 14px;background-color: #e50000;
}

.berita-bagikan img {
  padding-right: 8px;
}

.berita-bagikan:hover {
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  color: #fff;
  background-color: #C80707; 
}

.padding-gambar-berita {
  padding: 16px 0px 24px 0px;
}



@media (min-width: 768px) {
  .container-berita {
    padding: 72px 32px 0px 32px;
  }
  .container-berita .berita-navigation {
    padding: 24px 0px 12px 0px
  }
  .berita-sticky .sticky-top {
    padding-top: 72px;margin-top: -112px;padding-left: 36px;
  }
}

@media (max-width: 767px) {

  .container-berita .berita-navigation {
    padding: 0px 0px 12px 0px
  }

  .berita-artikel h1 {
    font-size: 28px; line-height: 1.5;
  }
  .container-berita {
    padding-top: 72px;
  }

  .berita-teks-bagikan {
    display: none;
  }
  .berita-bagikan img {
    padding-right: 0px;
  }
  .berita-bagikan {
    padding: 12px 14px;
  }
  #berita-bagikan {
    padding: 16px 0px 24px 0px; gap: 14px;
  }
  .berita-sticky .sticky-top {
     padding-left: 0px;
  }
 .berita-banner {
    margin: 0px;padding-top: 24px;
  }

}


////////////////////////////*accordion faq*////////////////////////

 .panel {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #fff;
  background: none;

}

.panel:last-child {
 
  padding-bottom: 24px;
}

.panel-group > .panel:first-child .panel-heading {
  border-radius: 32px;
}

.panel-group .panel {
  border-radius: 32px;
}



.panel-group .panel + .panel {
  margin-top: 0;
}

.panel-heading {
  background-color: #fff;
  border-radius: 32px;
  border: none;
  color: #191717;
  padding: 0;
}



.panel-title a:hover {
    color: #191717;
}

.panel-body {
  background: #fff;
  padding: 0px 36px 12px 36px;
  font-size: 16px;
}

.panel:last-child .panel-body {
  border-radius: 32px;
}

.panel:last-child .panel-heading {
  border-radius: 32px;
  transition: border-radius 0.3s linear 0.2s;
}

.panel:last-child .panel-heading.active {
  border-radius: 32px;
  transition: border-radius linear 0s;
}
/* #bs-collapse icon scale option */



.panel-heading.active a:before {
  content: ' ';
  transition: all 0.5s;
  transform: scale(0);
}

#bs-collapse .panel-heading a:after {
  content: ' ';
  font-size: 24px;
  position: absolute;
  font-family: 'Material Icons';
  right: 5px;
  top: 10px;
  transform: scale(0);
  transition: all 0.5s;
}

#bs-collapse .panel-heading.active a:after {
  content: '\e909';
  transform: scale(1);
  transition: all 0.5s;
}
/* #accordion rotate icon option */

#accordion .panel-heading a:before {
  content: '\e316';
  font-size: 24px;
  position: absolute;
  font-family: 'Material Icons';
  right: 36px;
  top: 24px;
  transform: rotate(180deg);
  transition: all 0.5s;
}

#accordion .panel-heading.active a:before {
  transform: rotate(0deg);
  transition: all 0.5s;
}


ul.faq {
  font-weight: 500;
  padding-left: 28px;
  padding-right: 28px;
}

.ul-disc {
 list-style-type: disc;
}

.ul-numbering {
 list-style-type: decimal;
}

ul.faq li {
  padding-bottom: 6px;
  padding-top: 4px;

}

.panel-body a:hover {
  color: #e50000;
}

@media (max-width: 767px) {

.panel-group, .wrap {

  box-shadow: 0px 0px 0px 0px rgba(25, 23, 23, 0.12);
  border-radius: 32px;
}

.panel-title a {
  display: block;
  color: #191717;
  padding: 28px 48px 18px 12px;
  position: relative;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 12px;
  line-height: 1.6;
}

.hr-faq {
    margin: 6px 12px;
}

#accordion .panel-heading a:before {
  content: '\e316';
  font-size: 24px;
  position: absolute;
  font-family: 'Material Icons';
  right: 12px;
  top: 24px;
  transform: rotate(180deg);
  transition: all 0.5s;
}

.panel-body {
  background: #fff;
  padding: 0px 12px 12px 12px;
  font-size: 16px;
}

}

@media (min-width: 768px) {

  .panel-group, .wrap {

    box-shadow: 0px 0px 12px 0px rgba(25, 23, 23, 0.12);
    border-radius: 32px;
  }

  .panel-title a {
    display: block;
    color: #191717;
    padding: 28px 64px 18px 36px;
    position: relative;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 12px;
    line-height: 1.6;
  }

  .hr-faq {
      margin: 6px 36px;
  }

  #accordion .panel-heading a:before {
    content: '\e316';
    font-size: 24px;
    position: absolute;
    font-family: 'Material Icons';
    right: 36px;
    top: 24px;
    transform: rotate(180deg);
    transition: all 0.5s;
  }

  .panel-body {
    background: #fff;
    padding: 0px 36px 12px 36px;
    font-size: 16px;
  }

}



/* Promotion Landing */

@media (min-width: 1200px) {
  .tunggu-1 {
    text-align: center;
  }
  .tunggu-1 > img {
    width: 82%;
  }
}

@media (min-width: 768px) {
  .single-service {
    padding: 16px 24px 12px;
    position: relative;
    margin: 0px -12px;
    }
    .card-layanan {
        padding: 16px 32px;
    }
    .title-layanan {
    font-size: 16px;line-height: 1.4;padding: 16px 0px 8px 0px;
    }
    .row-layanan {
        padding-top: 48px;
    }
    

    .tunggu-1 >  img {
      margin-right: -48px!important;
  }
    
    .subtitle-tunggu-2 {
    font-size: 16px;padding: 16px 0px 20px 0px;
    }
  }

@media (max-width: 767px) {
  .single-service {
    padding: 24px 20px 16px 20px;
    position: relative;
    }
  .card-layanan {
        padding-top: 16px;
        padding-bottom: 16px;
    } 
    .card-layanan > p {
        font-size: 16px;
    }
    .title-layanan {
    font-size: 20px;line-height: 1.4;padding: 16px 0px 8px 0px;
    } 
    .row-layanan {
        padding-top: 24px;
    }
    .tunggu-1 {
        text-align: center;
    }
    .tunggu-2 {
    padding-top:24px;
    padding-bottom: 32px;
     }

     .tunggu-2 > h2, .tunggu-2 > p, .tunggu-2 > a  {
        text-align: center;
     }

     .subtitle-tunggu-2 {
    font-size: 16px;padding: 16px 0px 12px 0px;
    }
  }

  @media (min-width: 1200px) {
    .tunggu-2 {
      padding-bottom: 48px;
    }
  }

.service-content > p {
    font-size: 16px;
  }
.title {
    font-size: 28px;
  }
.tunggu-apa-lagi > .col-md-6 {
    padding-left: 24px;
    padding-right: 24px;
}

.card-layanan > img {
    border-radius: 12px;
}
.playstore-tunggu-2 {
    padding-top: 92px; font-size: 16px;
}

@media (min-width: 768px) and (max-width: 991px) {

  .tunggu-2 {
      text-align: left;
      /* padding-top:12px; */
      }
  .playstore-tunggu-2 {
    padding-top: 36px; font-size: 16px;
  }

  }

@media (min-width: 768px) and (max-width: 1199px) {
  .tunggu-2 {
      text-align: left;
      /* padding-top:16px; */
      padding-bottom: 28px;
      }
}

/* navbar bottom ads download */

@media (max-width: 767px) {
    .bantuan-float {
  text-align: right;right: 20px;padding-bottom: 20px
}


}

@media (min-width: 768px) {
    #navbar-download {
        display: none;
    }
    .bantuan-tuker {
        order: 2;
    }
    .nav-close-float {
      display: none;
    }
    .bantuan-float {
  text-align: right;right: 20px;padding-bottom: 20px;
  }
}

.hubungi2 {
    font-size: 14px;
    color: #fff;
    line-height: 45px;
    border-radius: 200px;
    background-color: #E50000;
    text-align: center;
    z-index: 99;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    font-weight: 500;
    padding: 4px 20px;
  }
.hubungi2:hover {
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  color: #fff;
  background-color: #C80707; 
}

.nav-bottom-float {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 100000;
}



.nav-close-float {
  float: right;border: 0px;color: #191717;background-color: #ffffff00;margin-right: 22px;top: 22px;position: relative;
}

.nav-bottom-download {
  background-color: #fff;padding: 0px 0px 12px 0px;box-shadow: 0px -2px 6px 0px rgba(113, 113, 113, 0.25);margin-top: 12px;
}

.button-nav-bottom {
  background-color: #e50000; color: #fff; padding: 8px 0px; width: 100%;border-radius: 200px;margin-top: 12px;
}