/* ========================================== General Setting ==========================================  */
@import url("https://fonts.googleapis.com/css?family=Cutive+Mono");
.owl-carousel .owl-stage {
  display: flex; }

.testimonial-items {
  display: flex;
  flex: 1 0 auto;
  height: 100%; }

.testimonial-box {
  position: relative;
  overflow: hidden;
  /* margin-bottom: 80px; */
  /*This is optional*/
  display: flex;
  flex-direction: column;
  align-items: stretch; }

.owl-carousel .owl-stage {
  display: flex; }

.partner-items {
  display: flex;
  flex: 1 0 auto;
  height: 100%; }

.partner-box {
  position: relative;
  overflow: hidden;
  /* margin-bottom: 80px; */
  /*This is optional*/
  display: flex;
  flex-direction: column;
  align-items: stretch; }

a {
  text-decoration: none !important;
  color: unset; }

a:hover {
  text-decoration: none !important;
  color: unset; }

*,
*:before,
*:after {
  box-sizing: border-box; }
.sharebutton{
  font-size: 13px;
  padding: 14px;
  background: #136b17;
  color: #fff;
  margin: 16px;
  border-radius: 43px;
}
.backbutton{
  font-size: 13px;
  font-weight: bold;
  padding: 14px;
  background: transparent;
  color: #d33428;
  margin: 16px;
  border-radius: 43px;
}
html {
  font-size: 18px; }

p {
  font-size: 12px;
  font-style: italic;
  font-family: 'Poppins';
  color: #929799;
  text-align: center;
  margin-bottom: 0 !important; }

label .menu {
  position: fixed;
  right: -95px;
  top: -100px;
  z-index: 100;
  width: 160px;
  height: 165px;
  background: #6ba2d5;
  border-radius: 50% 50% 50% 50%;
  transition: 0.5s ease-in-out;
  box-shadow: 0 0 0 0 #6ba2d5, 0 0 0 0 #6ba2d5;
  cursor: pointer; }

label .hamburger {
  position: absolute;
  top: 124px;
  left: 34px;
  width: 25px;
  height: 2px;
  background: #fff;
  padding: 2px 0px;
  border-radius: 20px;
  display: block;
  transform-origin: center;
  transition: 0.5s ease-in-out; }

label .hamburger:after, label .hamburger:before {
  transition: 0.5s ease-in-out;
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  padding: 2px;
  background: #fff; }

@keyframes anm {
  0% {
    left: 60%; }
  100% {
    left: 50%; } }

label .hamburger:before {
  top: -10px; }

label .hamburger:after {
  bottom: -10px; }

label input {
  display: none; }

label input:checked + .menu {
  box-shadow: 0 0 0 100vw #6ba2d5, 0 0 0 100vh #6ba2d5;
  border-radius: 0; }

label input:checked + label ul li {
  display: inline-block; }

label input:checked + .menu .hamburger {
  transform: rotate(45deg); }

label input:checked + .menu .hamburger:after {
  transform: rotate(90deg);
  bottom: 0; }

label input:checked + .menu .hamburger:before {
  transform: rotate(90deg);
  top: 0; }

label input:checked + .menu + ul {
  opacity: 1;
  display: block;
  font-size: 28PX;
  font-family: 'Poppins';
  color: #105ea2;
  list-style-type: none; }

label ul {
  z-index: 200;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 60%;
  transform: translate(-50%, -50%);
  opacity: 0;
  display: none;
  transition: 0.25s 0s ease-in-out;
  text-align: center; }

label ul li {
  display: inline-block;
  zoom: 1;
  padding: 20px;
  margin: 12px;
  width: 165px;
  background: #ffffff12;
  text-align: center;
  border-radius: 15px; }

label a {
  display: block;
  color: #000;
  text-decoration: none; }

h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  text-align: center; }

.modal-lg {
  max-width: 98% !important; }

.modal {
  padding-right: 0 !important; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 98%;
    margin: 1.75rem auto; } }

@media (min-width: 992px) {
  .modal-lg, .modal-xl {
    max-width: 98% !important; } }

/* ========================================== General Setting ==========================================  */
html {
  scroll-behavior: smooth; }

#testimonial {
  background: #b9ddff;
  padding: 40px 0; }

.testimonial-view {
  position: relative; }

.testimonial-view .owl-item.active.center .testimonial-box {
  transform: scale(1.15);
  opacity: 1;
  text-align: center !important;
  font-style: italic !important; }

.testimonial-names {
  font-family: 'Poppins';
  font-size: 18px; }

.testimonial-occupation {
  font-family: 'Poppins';
  font-size: 14px; }

.testimonial-box {
  background: #fff;
  width: 100%;
  padding: 30px 20px;
  min-height: 200px;
  margin: 50px 15px 45px 15px;
  border-radius: 5px;
  box-shadow: 0 15px 50px -3px #64646421;
  transform: scale(0.9);
  opacity: 0.4;
  transition: all 0.3s;
  text-align: center !important;
  font-style: italic !important; }

.testimonial-box .quote-icon {
  font-size: 50px;
  color: #eee;
  margin-top: 20px;
  margin-bottom: 20px; }

.testimonial-box img.user-img {
  height: 60px;
  width: 60px;
  border: 3px solid #eee;
  border-radius: 60px;
  object-fit: cover;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16); }

.content-title {
  font-family: 'Poppins';
  font-size: 15px; }

#partner-testimonial {
  background-color: #f0f0f0;
  padding: 40px 0; }

.partner-testimonial-view {
  position: relative; }

.partner-testimonial-view .owl-item.active.center .partner-testimonial-box {
  transform: scale(1.15);
  opacity: 1; }

.partner-testimonial-box {
  background: #fff;
  width: 100%;
  padding: 30px 20px;
  min-height: 200px;
  margin: 50px 15px 45px 15px;
  border-radius: 5px;
  box-shadow: 0 15px 50px -3px #64646421;
  transform: scale(0.9);
  opacity: 0.4;
  transition: all 0.3s; }

.partner-testimonial-box .quote-icon {
  font-size: 50px;
  color: #eee;
  margin-top: 20px;
  margin-bottom: 20px; }

.partner-testimonial-box img.user-img {
  height: 60px;
  width: 60px;
  border: 3px solid #eee;
  border-radius: 60px;
  object-fit: cover;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16); }

.owl-carousel .item {
  margin: 3px; }

.owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out; }

.owl-nav button.owl-prev {
  left: -6px; }

.owl-nav button.owl-next {
  right: -6px; }

.clients-carousels-container .owl-nav button.owl-prev {
  left: 16px; }

.clients-carousels-container .owl-nav button.owl-next {
  right: 16px; }

.owl-dots {
  text-align: center;
  padding-bottom: 15px; }

.owl-dots button.owl-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px; }

.owl-stage {
  padding-top: 0.5em; }

.owl-dots button.owl-dot.active {
  background-color: #ffc570 !important; }

.owl-carousel button.owl-dot {
  background: #7f96f1 !important; }

.owl-dots button.owl-dot:focus {
  outline: none; }

.owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #71bbff !important;
  width: 28px;
  height: 28px;
  border-radius: 50px;
  font-weight: bold !important;
  color: #fff !important; }

.owl-nav button:focus {
  outline: none; }

/* ================================ Floating Action Button =================================  */
.fab-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  user-select: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999; }

.fab-container:hover {
  height: 100%; }

.fab-container:hover .sub-caption {
  visibility: visible; }

.sub-caption {
  clip-path: polygon(8% 6%, 78% 0, 81% 0, 97% 50%, 88% 83%, 79% 104%, 0% 97%);
  z-index: 999;
  visibility: hidden;
  color: #fafdfa;
  text-align: center;
  font-size: 12px;
  padding: 12px 12px;
  position: absolute;
  left: -157px;
  width: 158px;
  background: linear-gradient(45deg, #3f50b8, #94c7ff); }

.fab-container:hover .sub-button:nth-child(2) {
  transform: translateY(-80px); }

.fab-container:hover .sub-button:nth-child(3) {
  transform: translateY(-140px); }

.fab-container:hover .sub-button:nth-child(4) {
  transform: translateY(-200px); }

.fab-container:hover .sub-button:nth-child(5) {
  transform: translateY(-260px); }

.fab-container:hover .sub-button:nth-child(6) {
  transform: translateY(-320px); }

.fab-container .fab {
  position: relative;
  height: 70px;
  width: 70px;
  background-color: #4ba2ff;
  border-radius: 50%;
  z-index: 2; }

.fab-container .fab::before {
  content: " ";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 35px;
  width: 35px;
  background-color: inherit;
  border-radius: 0 0 10px 0;
  z-index: -1; }

.fab-container .fab .fab-content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  border-radius: 50%; }

.fab-container .fab .fab-content .material-icons {
  color: white;
  font-size: 48px; }

.fab-container .sub-button {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 10px;
  right: 10px;
  height: 50px;
  width: 50px;
  background-color: #4ba2ff;
  border-radius: 50%;
  transition: all 0.3s ease; }

.fab-container .sub-button:hover {
  cursor: pointer; }

.fab-container .sub-button .material-icons {
  color: white;
  padding-top: 6px; }

/* ================================ Floating Action Button =================================  */
/* ========================================== NAV ==========================================  */
.navsite {
  display: flex;
  font-size: 19px;
  padding: 14px 21px;
  background: #fffad2;
  color: #ffd140;
  align-self: center;
  border-radius: 15px; }

.site-navbar-style {
  color: #fff;
  width: 100%;
  background-color: #4c83b6;
  padding: 5px 0px;
  position: fixed;
  z-index: 99;
  transition: 1s;
  top: 0; }

.site-navbar-nostyle {
  width: 100%;
  color: #fff !important;
  background-color: #4c83b6;
  box-shadow: 0px 0px 1px 9px #6ba2d5;
  padding: 7px 0px;
  position: fixed;
  z-index: 99;
  top: 0;
  transition: 1s; }

.navbar-title-brand {
  font-family: 'Poppins';
  font-weight: bold;
  font-size: 20px; }

.navbar-items {
  color: #fff;
  font-size: 13px; }

.navbar-items-icon {
  padding: 12px;
  margin: 4px 9px 0;
  background: #89b1d6;
  border-radius: 28px;
  color: white; }

.navbar-icon {
  width: 30px;
  height: 30px; }

.navbar-auth-button {
  position: relative;
  color: #4c83b6;
  text-align: center;
  padding: 0 20px;
  height: 36px;
  width: 144px;
  font-size: 12px;
  font-family: 'Poppins';
  font-weight: 500;
  background: #fff;
  border-radius: 20px;
  margin: 0px 10px;
  transition: .4s;
  cursor: pointer; }

.navbar-caption {
  position: absolute;
  top: 50%;
  left: 43%;
  width: 100%;
  transform: translate(-50%, -50%); }

.navbar-chevron {
  position: absolute;
  top: 53%;
  right: -84%;
  width: 100%;
  transform: translate(-50%, -50%); }

.logo-container {
  width: 45px; }

.centerlogo-container {
  width: 200px; }

/* ========================================== Content ========================================== */
.content-wrapper {
  height: 100vh;
  background-color: #4C83B6; }

.content-inner {
  padding: 70px 120px; }

/* ========================================== Slider ========================================== */
.slider-pic {
  width: 100%;
  height: 573px;
  object-fit: cover;
  border-radius: 25px; }

.loginregister-trigger {
  position: relative;
  width: 190px;
  margin: 0 12px;
  filter: url(#goo); }

.dropdown__face, .dropdown__items {
  background-color: #fff;
  padding: 0;
  border-radius: 25px; }

.dropdown__icons {
  font-size: 9px;
  margin: 6px 2px;
  color: #7481d8;
  border-radius: 20px;
  background: #e4f3ff;
  padding: 8px; }

.dropdown__text {
  position: relative;
  color: #4c83b6;
  text-align: center;
  padding: 10px 30px 10px 18px;
  font-size: 12px;
  font-family: 'Poppins';
  font-weight: 500;
  background: #fff;
  border-radius: 20px;
  margin: 0px 10px;
  transition: .4s;
  cursor: pointer; }

.dropdown__face {
  display: block;
  position: relative; }

.dropdown__items {
  padding: 12px !important;
  margin: 0;
  font-size: 12px;
  font-family: 'Poppins';
  position: absolute;
  color: #000;
  right: 0;
  top: 50%;
  padding: 12px;
  width: 120%;
  list-style: none;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  visibility: hidden;
  z-index: -1;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.93, 0.88, 0.1, 0.8); }

.dropdown__items::before {
  content: "";
  background-color: #fff;
  position: absolute;
  bottom: 100%;
  right: 20%;
  height: 40px;
  width: 20px; }

.dropdown__arrow {
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  position: absolute;
  top: 50%;
  right: 30px;
  width: 10px;
  height: 10px;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: right; }

.loginregister-trigger input {
  display: none; }

.loginregister-trigger input:checked ~ .dropdown__items {
  top: calc(100% + 16px);
  visibility: visible;
  opacity: 1; }

* {
  box-sizing: border-box; }

svg {
  display: none; }

.loginselection {
  padding: 3px 15px;
  font-size: 11px;
  font-weight: 500;
  /* border-style: solid; */
  background: #f3faff;
  border-color: beige;
  color: #6876d5;
  border-radius: 11px;
  text-align: left;
  margin: 5px 0;
  transition: .4s;
  cursor: pointer; }

.loginselection:hover {
  transform: scale(1.1);
  background: transparent;
  border-style: solid;
  border-width: 1px;
  font-weight: bold;
  color: #4c83b6; }

.registerselection {
  padding: 8px 15px;
  background: #efa34f;
  font-weight: bold;
  color: #fff;
  border-radius: 3px;
  text-align: center;
  margin: 5px 0;
  transition: 1s;
  cursor: pointer; }

.registerselection:hover {
  transform: scale(1.1);
  background: transparent;
  border-style: solid;
  border-width: 1px;
  color: #efa34f; }

/* ========================================== About ========================================== */
.about-wrapper {
  margin: 30px 14px; }

.about-brand-title {
  font-family: 'Poppins';
  font-weight: bold;
  font-size: 21px;
  text-align: center;
  padding: 30px;
  color: #4c83b6 !important; }

.about-brand-desc {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 13px;
  text-align: center;
  padding: 5px; }

.about-brand-line {
  margin: 40px; }

.pricing-content-brand-title {
  font-family: 'Poppins';
  font-weight: bold;
  font-size: 21px;
  text-align: center;
  padding: 10px;
  color: #762013 !important; }

.pricing-content-brand-desc {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 13px;
  text-align: center;
  padding: 5px; }

.pricing-content-brand-line {
  margin: 40px; }

.pricing-content-wrapper {
  margin: 70px 200px 25px; }

.pricing-modal-wrapper {
  margin: 15px 150px 25px; }

.pricing-items-wrapper {
  margin: 15px 40px 25px; }

.pricing-item-container {
  font-family: 'Poppins';
  font-weight: bold;
  font-size: 21px;
  text-align: center;
  padding: 30px;
  color: #4c83b6 !important; }

.pricing-item-card-low {
  position: relative;
  padding: 10px 20px;
  margin: 12px 0;
  height: 384px;
  background: #184152;
  color: #fff;
  box-shadow: 1px 0px 17px 1px #00000030;
  border-radius: 20px; }

.pricing-item-card-normal {
  position: relative;
  padding: 10px 20px;
  margin: 12px 0;
  height: 384px;
  background: #184C63;
  color: #fff;
  box-shadow: 1px 0px 17px 1px #00000030;
  border-radius: 20px; }

.pricing-item-card-high {
  position: relative;
  padding: 10px 20px;
  margin: 12px 0;
  height: 384px;
  background: #A61600;
  color: #fff;
  box-shadow: 1px 0px 17px 1px #00000030;
  border-radius: 20px; }

.pricing-item-card-extreme {
  position: relative;
  padding: 10px 20px;
  margin: 12px 0;
  height: 384px;
  background: #762013;
  color: #fff;
  box-shadow: 1px 0px 17px 1px #00000030;
  border-radius: 20px; }

.pricing-item-price {
  font-family: 'Poppins';
  padding: 15px 5px;
  font-size: 25px;
  text-align: center; }

.pricing-items-images {
  width: 15px;
  height: 15px;
  object-fit: contain;
  align-self: center; }

.pricing-items-text {
  font-family: 'Poppins';
  font-size: 10px;
  align-self: center;
  margin: 5px; }

.pricing-button-low {
  width: 100%;
  /* margin: auto; */
  color: #fff;
  border-style: none;
  margin: 5px auto;
  padding: 9px;
  border-radius: 24px;
  background-color: #D23620; }

.pricing-button-normal {
  width: 100%;
  /* margin: auto; */
  color: #fff;
  border-style: none;
  margin: 5px auto;
  padding: 9px;
  border-radius: 24px;
  background-color: #E57B31; }

.pricing-button-high {
  width: 100%;
  /* margin: auto; */
  color: #fff;
  border-style: none;
  margin: 5px auto;
  padding: 9px;
  border-radius: 24px;
  background-color: #D23620; }

.pricing-button-extreme {
  width: 100%;
  /* margin: auto; */
  color: #fff;
  border-style: none;
  margin: 5px auto;
  padding: 9px;
  border-radius: 24px;
  background-color: #A61600; }

.price-items-container {
  overflow-y: auto;
  height: 250px;
  padding: 14px; }

.price-items-container::-webkit-scrollbar {
  width: 10px; }

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px; }

/* Handle */
::-webkit-scrollbar-thumb {
  background: #c9ebf924;
  border-radius: 10px; }

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

.pricing-item-package-low {
  display: table;
  position: relative;
  padding: 6px 17px 6px 17px;
  font-size: 11px;
  text-align: right;
  /* width: 108px; */
  border-radius: 5px;
  background: #D23620;
  color: white;
  left: -30px;
  font-family: 'Poppins'; }

.pricing-item-package-low:after {
  content: '';
  height: 100%;
  width: 100%;
  border-radius: 5px;
  background: #000;
  left: 0px;
  top: 6px;
  position: absolute;
  z-index: -4;
  text-align: center; }

.pricing-item-package-normal {
  display: table;
  position: relative;
  padding: 6px 17px 6px 17px;
  font-size: 11px;
  text-align: right;
  /* width: 108px; */
  border-radius: 5px;
  background: #E57B31;
  color: white;
  left: -30px;
  font-family: 'Poppins'; }

.pricing-item-package-normal:before {
  content: '';
  height: 100%;
  width: 100%;
  border-radius: 5px;
  background: #000;
  left: 0px;
  top: 6px;
  position: absolute;
  z-index: -4;
  text-align: center; }

.pricing-item-package-high {
  display: table;
  position: relative;
  padding: 6px 17px 6px 17px;
  font-size: 11px;
  text-align: right;
  /* width: 108px; */
  border-radius: 5px;
  background: #D23620;
  color: white;
  left: -30px;
  font-family: 'Poppins'; }

.pricing-item-package-high:before {
  content: '';
  height: 100%;
  width: 100%;
  border-radius: 5px;
  background: #000;
  left: 0px;
  top: 6px;
  position: absolute;
  z-index: -4;
  text-align: center; }

.pricing-item-package-extreme {
  display: table;
  position: relative;
  padding: 6px 17px 6px 17px;
  font-size: 11px;
  text-align: right;
  /* width: 108px; */
  border-radius: 5px;
  background: #A61600;
  color: #fff;
  left: -30px;
  font-family: 'Poppins'; }

.pricing-item-package-extreme:before {
  content: '';
  height: 100%;
  width: 100%;
  border-radius: 5px;
  background: #000;
  left: 0px;
  top: 6px;
  position: absolute;
  z-index: -4;
  text-align: center; }

.pricing-note-title {
  font-family: 'Poppins';
  font-size: 12px; }

.helper-caption {
  font-family: 'Poppins'; }

.helper-inner {
  text-align: center;
  color: white;
  height: 100%;
  background: linear-gradient(45deg, #e2a8a8, #3f51b5);
  border-radius: 20px;
  padding: 30px 26px;
  border-width: 1px;
  border-color: #1260b5;
  box-shadow: 0px 1px 12px #00000033; }

.helper-button {
  padding: 11px 16px;
  border: none;
  background: #749dc3;
  margin: 8px 0 0;
  border-radius: 20px;
  color: #fff;
  font-size: 13px;
  font-family: 'Poppins'; }

.media-card {
  padding: 21px;
  background: linear-gradient(45deg, #4962ea, #70aee9);
  margin: 10px 0px;
  border-radius: 17px;
  height: 88%; }

.media-inner {
  display: flex;
  margin: 12px; }

.media-image {
  width: 60px;
  height: 60px;
  object-fit: contain; }

.media-caption {
  margin: 12px;
  align-self: center;
  font-weight: bold;
  font-family: 'Poppins';
  font-size: 15px;
  color: #fff; }

.media-button {
  position: absolute;
  bottom: 19px;
  right: 8%;
  color: #ffffff;
  background: transparent;
  border-radius: 10px;
  border-width: 1px;
  border-style: solid;
  padding: 6px 17px;
  text-align: center;
  font-size: 11px;
  font-family: 'Poppins';
  transition: .5s;
  cursor: pointer; }

.media-button:hover {
  background: #7373ff;
  color: #ffffff;
  border-color: #7373ff; }

.video-cards {
  padding: 21px;
  background: #fff;
  box-shadow: 0 5px 10px rgba(154, 160, 185, 0.05), 0 15px 40px rgba(166, 173, 201, 0.2);
  margin: 10px 0;
  height: 88%; }

.video-inner {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 12px; }

.video-image {
  width: 135px;
  height: 135px;
  object-fit: contain;
  margin: auto; }

.video-caption {
  margin: 12px;
  align-self: center;
  font-weight: bold;
  font-family: 'Poppins';
  font-size: 17px;
  color: #888; }

.video-button {
  bottom: 26px;
  right: 8%;
  color: #7373ff;
  background: transparent;
  border-radius: 10px;
  border-width: 1px;
  border-style: solid;
  padding: 7px 20px;
  text-align: center;
  font-size: 14px;
  font-family: 'Poppins';
  transition: .5s; }

.video-button {
  bottom: 26px;
  right: 8%;
  color: #7373ff;
  background: transparent;
  border-radius: 10px;
  border-width: 1px;
  border-style: solid;
  padding: 7px 20px;
  text-align: center;
  font-size: 14px;
  font-family: 'Poppins';
  transition: .5s; }

.video-button:hover {
  background: #7373ff;
  color: #fff; }

/* ========================================== Feature ========================================== */
.feature-img-container {
  width: 100px;
  margin: auto; }

.feature-img-container img {
  width: 100px;
  height: 100px;
  object-fit: contain; }

@keyframes shake {
  25% {
    transform: rotate(12deg); }
  50% {
    transform: rotate(-12deg); }
  100% {
    transform: rotate(0deg); } }

@keyframes shake2 {
  0% {
    transform: rotate(12deg); }
  15% {
    transform: rotate(-12deg); }
  25% {
    transform: rotate(12deg); }
  55% {
    transform: rotate(-12deg); }
  100% {
    transform: rotate(0deg); } }

.feature-card {
  position: relative;
  z-index: 2;
  padding: 26px 20px;
  margin: 12px 0;
  background: linear-gradient(45deg, #4c83b6, #70aee9);
  color: white;
  height: 88%;
  box-shadow: 1px 0px 17px 1px #00000030;
  border-radius: 20px;
  transition: .4s; }

.feature-card-animation {
  transition: .4s;
  opacity: 0;
  position: absolute;
  width: 70%;
  height: 70%;
  transition: 1s;
  left: -24px;
  top: -32px;
  border-radius: 50%;
  color: #fff;
  z-index: -1;
  background-color: #4c83b6; }

.feature-card:hover .feature-card-animation {
  left: 0;
  top: 0;
  opacity: 1;
  width: 100%;
  height: 100%;
  border-radius: 20px; }

.feature-card:hover {
  color: #fff; }

.feature-card:hover .feature-img-container img {
  animation: shake 1s; }

.feature-caption {
  text-align: center;
  font-family: 'Poppins';
  font-size: 14px;
  margin: 7px; }

/* ========================================== Feature ========================================== */
/* ========================================== Client ========================================== */
#clients-carousel .clients-carousel-title {
  font-family: 'Poppins';
  font-weight: bold;
  font-size: 25px;
  text-align: center;
  padding: 16px;
  color: #4c83b6 !important; }

#clients-carousel .clients-circleavatar {
  width: 125px;
  height: 125px;
  object-fit: cover;
  margin: auto;
  border-radius: 50%; }

#clients-carousel .clients-name {
  padding: 14px;
  text-align: center;
  font-size: 15px;
  font-family: 'Mulish';
  font-weight: 800; }

#clients-carousel #clients-carousels .item {
  padding: 12px 0px;
  border-radius: 20px; }

.clients-carousels-container .owl-stage {
  margin: auto; }

#clients-carousels {
  background: #f2f5f8;
  padding: 20px 0; }

/* ========================================== Client ========================================== */
/* ========================================== Client ========================================== */
#client-testimoni-carousel {
  background: linear-gradient(45deg, #4c83b6, #dcf4ff);
  padding: 15px 50px; }

.clients-comment {
  font-size: 12px;
  font-style: italic;
  font-family: 'Poppins';
  text-align: center; }

.client-testimoni-carousel-title {
  font-family: 'Poppins';
  font-weight: bold;
  font-size: 25px;
  text-align: center;
  padding: 35px 30px 10px;
  color: #4c83b6 !important; }

#client-testimoni-carousel .client-testimoni-circleavatar {
  width: 125px;
  height: 125px;
  object-fit: cover;
  margin: auto;
  border-radius: 50%; }

#client-testimoni-carousel .client-testimoni-name {
  padding: 14px;
  text-align: center;
  font-size: 15px;
  font-family: 'Mulish';
  font-weight: 800; }

#client-testimoni-carousel #client-testimoni-carousels .item {
  padding: 12px 0px;
  border-radius: 20px; }

#client-testimoni-carousel .owl-stage {
  margin: auto; }

.client-testimoni-card {
  padding: 26px 20px;
  margin: 12px 7px;
  height: 88%;
  background: rgba(255, 255, 255, 0.25);
  box-shadow: 0 8px 32px 0 #d5d5d582;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 20px; }

/* ========================================== Client ========================================== */
/* ========================================== Partner ========================================== */
#partner-testimoni-carousel {
  background: #f0f0f0;
  padding: 15px 50px; }

.partners-comment {
  font-size: 12px;
  font-style: italic;
  font-family: 'Poppins';
  text-align: center; }

.partner-testimoni-carousel-title {
  font-family: 'Poppins';
  font-weight: bold;
  font-size: 25px;
  text-align: center;
  padding: 35px 30px 10px;
  color: #4c83b6 !important; }

#partner-testimoni-carousel .partner-testimoni-circleavatar {
  width: 125px;
  height: 125px;
  object-fit: cover;
  margin: auto;
  border-radius: 50%; }

#partner-testimoni-carousel .partner-testimoni-name {
  padding: 14px;
  text-align: center;
  font-size: 15px;
  font-family: 'Mulish';
  font-weight: 800; }

#partner-testimoni-carousel #partner-testimoni-carousels .item {
  padding: 12px 0px;
  border-radius: 20px; }

#partner-testimoni-carousel .owl-stage {
  margin: auto; }

.partner-testimoni-card {
  padding: 26px 20px;
  margin: 12px 7px;
  height: 88%;
  background: #fff;
  box-shadow: 0 8px 32px 0 #d5d5d582;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 20px; }

/* ========================================== Partner ========================================== */
/* ========================================== Article ========================================== */
#article-carousel {
  padding: 15px 50px; }

.article-carousel-title {
  font-family: 'Poppins';
  font-weight: bold;
  font-size: 25px;
  text-align: center;
  padding: 35px 30px 10px;
  color: #4c83b6 !important; }

#article-carousel .article-circleavatar {
  width: 125px;
  height: 125px;
  object-fit: cover;
  margin: auto;
  border-radius: 50%; }

#article-carousel .article-name {
  padding: 14px;
  text-align: center;
  font-size: 15px;
  font-family: 'Mulish';
  font-weight: 800; }

#article-carousel #article-carousels .item {
  padding: 12px 0px;
  border-radius: 20px; }

#article-carousel .owl-stage {
  margin: auto; }

.article-card {
  margin: 12px 7px;
  height: 240px;
  background: #fff;
  box-shadow: 0 8px 32px 0 #d5d5d582;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 20px; }

/* ========================================== Article ========================================== */
/* ========================================== Promotion ========================================== */
.promotion-container {
  margin: 50px; }

.promotion {
  padding: 10px 0;
  background-color: #5a94cb; }

.promotion-img-container {
  width: 135px;
  margin: auto; }

.promotion-img-container img {
  width: 135px;
  height: 135px;
  object-fit: contain; }

.promotion-card {
  padding: 26px 20px;
  margin: 12px 0;
  height: 88%;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px); }

.promotion-caption {
  text-align: center;
  font-family: 'Poppins';
  font-size: 14px;
  margin: 7px; }

/* ========================================== Promotion ========================================== */
/* ========================================== Portfolio ========================================== */
.portfolio-container {
  margin: 50px; }

.portfolio {
  padding: 10px 0;
  background-color: #c5c0c030; }

.portfolio-img-container {
  width: 135px;
  margin: auto; }

.portfolio-img-container img {
  width: 135px;
  height: 135px;
  object-fit: contain; }

.portfolio-card {
  padding: 26px 20px;
  margin: 12px 0;
  height: 88%;
  box-shadow: 1px 0px 17px 1px #00000030;
  border-radius: 20px;
  background: linear-gradient(45deg, #e2a8a8, #3f51b5); }

.portfolio-caption {
  text-align: center;
  font-family: 'Poppins';
  font-size: 14px;
  margin: 7px;
  color: #dee0ed; }

/* ========================================== Promotion ========================================== */
/* ========================================== Benefits ========================================== */
.benefits-container {
  margin: 0 50px; }

.benefits {
  padding: 10px 0; }

.benefits-img-container {
  width: 135px;
  margin: auto; }

.benefits-img-container img {
  width: 135px;
  height: 135px;
  object-fit: contain;
  animation: shake2 3s infinite; }

.benefits-card {
  padding: 0 10px;
  height: 88%;
  border-radius: 20px;
  background-color: #fff; }

.benefits-caption {
  text-align: center;
  font-family: 'Poppins';
  font-size: 14px;
  margin: 7px;
  font-weight: bold; }

.benefits-desc {
  text-align: center;
  font-family: 'Poppins';
  font-size: 13px;
  margin: 7px; }

/* ========================================== Benefits ========================================== */
/* ========================================== Article ========================================= */
/* --- General Pen Styles --- */
a {
  color: #000; }

h1 {
  font-size: 2.6rem;
  line-height: 2.6rem; }

.content {
  margin: 0 auto;
  max-width: 90%;
  width: 720px; }

main {
  padding: 1% 0;
  position: relative;
  background: #f5f5f5;
  box-shadow: 0px -10px 60px rgba(0, 0, 0, 0.25);
  height: 100%; }

footer p {
  font-size: .8rem;
  font-weight: bold;
  color: #ccc; }

.article-title {
  font-size: 2.6rem;
  line-height: 2.6rem;
  font-weight: bold;
  font-family: 'Libre Baskerville',sans-serif;
  margin: 20px 0; }

.article-detail p {
  line-height: 1.6rem !important;
  font-family: "Gentium Basic", serif !important;
  font-size: unset;
  font-style: unset;
  color: unset;
  text-align: unset;
  margin-bottom: unset; }

.article-detail {
  line-height: 1.6rem;
  font-family: 'Gentium Basic', serif; }

.blog-image {
  padding: 2em;
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 15px;
  border: 1px solid #f5f5f5;
  background-color: #000;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: 1s; }

/*.blog-image:hover{
  -webkit-transform:scale(1.1);
  transform: scale(1.1);
}*/
.blog-row {
  padding: 2em;
  background-color: #fff;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1); }

/*#b .owl-height{
  height: 240px!important;
}*/
.blog-caption {
  font-size: 20px;
  font-weight: 800;
  font-family: "Rubik";
  color: #000; }

.blog-readmore {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 32%;
  left: 50%;
  width: 100%;
  text-align: center;
  padding: 0.5em 2em;
  border-top-left-radius: 9px;
  border-bottom-right-radius: 23px;
  font-size: 18px;
  background-color: transparent;
  color: #fff;
  font-family: "Quicksand";
  font-weight: 600; }

.blog-readmore-chevron {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 57%;
  left: 50%;
  padding: 1em 1.5em;
  border-radius: 30px;
  background-color: #ff9393ed;
  color: #ffffff;
  font-family: "Quicksand";
  transition: 0.4s; }

.blog-readmore-chevron:hover {
  background-color: #fff;
  color: #ffa9a9; }

footer a {
  color: #ccc; }

/* --- Important Pen Styles --- */
.zoom {
  overflow: hidden;
  padding-bottom: 55%; }

.zoom img {
  position: fixed;
  top: 0%;
  left: 50%;
  max-width: 200%;
  width: 100%;
  transform: translateX(-50%);
  /* Thanks  @bastian_fiessinger. Use when activating blur effect:
	will-change: -webkit-filter, filter, transform; */ }

@media (max-width: 667px) {
  h1 {
    font-size: 1.8rem;
    line-height: 2.6rem;
    text-align: left; }
  .content {
    margin: 0 auto;
    max-width: 90%;
    width: 100%;
    height: 100%;
    text-align: justify; }
  .zoom {
    overflow: hidden;
    padding-bottom: 75%; } }

/* ========================================== Article ========================================= */
/* ========================================== Vendor ========================================== */
.vendor-topimg {
  width: 100%; }

.vendor-card {
  padding-top: 20px;
  margin: 10px 0 20px 0;
  background-color: rgba(214, 224, 226, 0.2);
  border-top-width: 0;
  border-bottom-width: 2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 13px; }

.vendor-card .card-heading {
  padding: 0 20px;
  margin: 0; }

.vendor-card .card-heading.simple {
  font-size: 20px;
  font-weight: 300;
  color: #777;
  border-bottom: 1px solid #e5e5e5; }

.vendor-card .card-heading.image img {
  display: inline-block;
  width: 46px;
  height: 46px;
  margin-right: 15px;
  vertical-align: top;
  border: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

.vendor-card .card-heading.image .card-heading-header {
  display: inline-block;
  vertical-align: top; }

.vendor-card .card-heading.image .card-heading-header h3 {
  margin: 0;
  font-size: 14px;
  line-height: 16px;
  color: #262626; }

.vendor-card .card-heading.image .card-heading-header span {
  font-size: 12px;
  color: #999999; }

.vendor-card .card-body {
  padding: 0 20px;
  margin-top: 20px; }

.vendor-card .card-media {
  padding: 0 20px;
  margin: 0 -14px; }

.vendor-card .card-media img {
  max-width: 100%;
  max-height: 100%; }

.vendor-card .card-actions {
  min-height: 30px;
  padding: 0 20px 20px 20px;
  margin: 20px 0 0 0; }

.vendor-card .card-comments {
  padding: 20px;
  margin: 0;
  background-color: #f8f8f8; }

.vendor-card .card-comments .comments-collapse-toggle {
  padding: 0;
  margin: 0 20px 12px 20px; }

.vendor-card .card-comments .comments-collapse-toggle a,
.vendor-card .card-comments .comments-collapse-toggle span {
  padding-right: 5px;
  overflow: hidden;
  font-size: 12px;
  color: #999;
  text-overflow: ellipsis;
  white-space: nowrap; }

.vendor-card-comments .media-heading {
  font-size: 13px;
  font-weight: bold; }

.vendor-card.people {
  position: relative;
  display: inline-block;
  width: 170px;
  height: 300px;
  padding-top: 0;
  margin-left: 20px;
  overflow: hidden;
  vertical-align: top; }

.vendor-card.people:first-child {
  margin-left: 0; }

.vendor-card.people .card-top {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 170px;
  height: 150px;
  background-color: #ffffff; }

.vendor-card.people .card-top.green {
  background-color: #53a93f; }

.vendor-card.people .card-top.blue {
  background-color: #427fed; }

.vendor-card.people .card-info {
  position: absolute;
  top: 150px;
  display: inline-block;
  width: 100%;
  height: 101px;
  overflow: hidden;
  background: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.card.people .card-info .title {
  display: block;
  margin: 8px 14px 0 14px;
  overflow: hidden;
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
  color: #404040; }

.card.people .card-info .desc {
  display: block;
  margin: 8px 14px 0 14px;
  overflow: hidden;
  font-size: 12px;
  line-height: 16px;
  color: #737373;
  text-overflow: ellipsis; }

.card.people .card-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  padding: 10px 20px;
  line-height: 29px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.card.hovercard {
  position: relative;
  padding-top: 0;
  overflow: hidden;
  text-align: center;
  background-color: rgba(214, 224, 226, 0.2);
  box-shadow: 0px 0px 1px; }

.tab {
  font-family: "Rubik";
  font-weight: 100;
  font-size: 0.7em;
  margin: 5px -5px; }

.vendor-tags-item {
  padding: 0.4em 1em;
  font-size: 1em;
  color: #fff;
  background: #fe8989;
  border-radius: 24px; }

.vendor-tags-caption {
  padding-left: 0.2em;
  font-weight: 500;
  font-size: 0.7em; }

.vendor-tags-icon {
  padding: 0.5em 0.6em;
  background-color: #f8f9fa;
  border-radius: 50%;
  color: #fe8989; }

.vendor-tag-item {
  font-size: 20px;
  color: #747e86;
  width: 100%;
  border-radius: 24px; }

.vendor-tag-caption {
  padding-left: 0.2em;
  font-weight: 400;
  font-size: 0.7em;
  font-family: 'Poppins'; }

.vendor-tag-icon {
  padding: 10.5px;
  width: 30px;
  height: 30px;
  background-color: #dbdbdb;
  border-radius: 50%;
  font-size: 10px;
  color: #3b8ad2; }

.vendor-tag-small {
  background-color: #ffebeb;
  color: #f77f7f;
  border-radius: 26px;
  padding: 0.3em 0.9em 0.3em 0.3em;
  font-family: "Rubik";
  font-weight: 300;
  font-size: 12px; }

.vendor-tag-small-icon {
  padding: 0.5em 0.6em;
  background-color: #f8f9fa;
  border-radius: 50%;
  color: #fe8989;
  font-size: 12px; }

.vendor-tag-small-caption {
  font-family: "Rubik";
  font-weight: 200;
  font-size: 15px; }

/* ---- ------ ------*/
/* Example */
.example-section {
  position: relative;
  top: -195px; }

.example-bg {
  width: 100%;
  height: 200px;
  background: linear-gradient(90deg, #ffb6e5, #ffb5b7);
  position: absolute; }

.example-title {
  z-index: 2; }

.example-img {
  width: 100%;
  height: 183px;
  transition: 0.4s;
  transition-timing-function: ease-in-out;
  background-image: url("/img/frame.svg");
  background-size: cover;
  border-radius: 12px;
  background-size: cover;
  border-radius: 12px; }

.example-img .example-inner-frame {
  width: 70% !important;
  height: 183px;
  transition: 0.4s;
  transition-timing-function: ease-in-out;
  background-size: cover;
  position: absolute;
  top: 50%;
  width: 75%;
  left: 50%;
  height: 117px;
  transform: translate(-50%, -50%); }

.example-img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

.example-img img {
  border-radius: 10px;
  box-shadow: 0px 0px 0px #fff !important; }

.example-icon img {
  border-radius: 10px;
  box-shadow: 0px 0px 0px #fff !important; }

.example-main-img {
  width: 100%;
  height: 200px; }

.example-main-img img {
  object-fit: cover; }

.example-type {
  position: absolute;
  top: 3.8%;
  left: 1.2%;
  padding: 0.3em 1em;
  border-radius: 20px;
  background-color: #fe8989d1;
  color: #fff;
  font-family: "Quicksand";
  font-weight: 700; }

.example-text {
  position: absolute;
  top: calc(50% - 35% + 50%);
  left: 50%;
  border-radius: 20px;
  color: #928e8e;
  font-family: "Quicksand";
  font-weight: 700;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.example-icon {
  position: absolute;
  top: 35%;
  left: 50%;
  color: #fff;
  font-family: "Quicksand";
  font-weight: 700;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.example-icon {
  object-fit: cover; }

.example-item {
  margin-bottom: -3.5em !important; }

.example-theme {
  position: absolute;
  bottom: 0px;
  /* left: 3%; */
  padding: 0.3em 1em;
  border-top-right-radius: 21px;
  border-bottom-left-radius: 6px;
  background-color: #000000a3;
  color: #ffffff;
  font-family: "Quicksand";
  font-weight: 700; }

.example-caption-container {
  position: relative;
  background: #ffff03;
  box-shadow: 0 3px 8px 0 #cecece;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: 10px;
  border-radius: 8px;
  padding: 3px 12px 12px;
  top: -6px;
  left: 50%;
  width: 90%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.example-caption {
  font-size: 17px;
  font-weight: 600;
  font-family: "Quicksand";
  color: #000;
  padding: 0.5em 0.8em; }

.example-card-icon {
  position: absolute;
  padding: 2px;
  width: 26px;
  height: 24px; }

.example-card-icon img {
  object-fit: contain; }

.example-desc-title {
  padding-left: 1.8rem; }

.example-desc-theme {
  padding: 0em 1.8rem; }

.example-caption-body {
  padding: 0.5em;
  border: solid #ffa9a9 1px;
  color: #ffa9a9;
  width: 120px;
  text-align: center;
  border-radius: 5px; }

/* ********** */
.owl-height {
  height: auto !important; }

.fit {
  object-fit: cover; }

.newpr-image {
  width: 70px;
  height: 70px;
  margin: auto; }

.newpr-card {
  background: white;
  padding: 15px;
  border-radius: 20px; }

.pricelist {
  margin-bottom: 1em; }

.pricelist-items {
  padding: 0.5em 0em 1em 1.4em; }

.pricelist-item-wrapper {
  height: 46vh;
  overflow-y: auto;
  border-style: solid;
  border-width: 1px;
  border-color: #fe8989;
  font-size: 12px; }

.pricelist-image-container {
  height: 50px;
  width: 50px;
  margin: auto; }

.pricelist-type {
  position: relative;
  padding: 0.7em;
  font-family: "Rubik";
  font-weight: 200;
  background: #ff6c6c;
  color: #ffffff;
  width: 100%;
  font-size: 1.2em;
  font-weight: 500;
  border-width: 1px;
  overflow: hidden; }

.discount-ribbon-container {
  padding: 3px;
  position: absolute;
  z-index: 99;
  top: 6px;
  right: -21px;
  font-size: 13px;
  background-color: #dc3545;
  width: 71px;
  text-align: center;
  transform: rotate(45deg); }

.discount-ribbon-container-mobile {
  padding: 4px;
  position: absolute;
  z-index: 99;
  top: 6px;
  left: -21px;
  font-size: 14px;
  background-color: #dc3545;
  width: 86px;
  text-align: center;
  transform: rotate(-42deg); }

.pricelist-price {
  padding: 1em;
  border-style: solid;
  border-width: 1px;
  background-color: #ff6c6c;
  color: #fff;
  border-top: none;
  position: relative;
  transition: 1.5s;
  font-weight: bold;
  font-family: Quicksand; }

.pricelist-price:hover {
  background: linear-gradient(to right, #ff6c6c, #f44336);
  color: #fff;
  background-size: 300%;
  animation: button_hover 1s ease-out; }

.pricelist-feature-button {
  width: 70%;
  background-color: transparent;
  border-radius: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #ff6c6c;
  color: #ffffff;
  background: #ff6c6c;
  font-family: "Quicksand";
  font-weight: 700;
  font-size: 15px;
  box-sizing: border-box;
  padding: 0.6em;
  transition: 1s;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  box-shadow: 0 0 2px 2px #ff202078;
  outline: none !important; }

.pricelist-feature-button:hover {
  animation: button_hover 0.6s;
  transition: 1s; }

.pricelist-feature-button-container {
  padding: 1em; }

@keyframes bar {
  0% {
    background-position: 0%; }
  100% {
    background-position: 400%; } }

@keyframes button_hover {
  0% {
    -webkit-transform: scale(1);
    box-shadow: 0 0 0 0 red; }
  50% {
    -webkit-transform: scale(1.2);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0); }
  75% {
    -webkit-transform: scale(1);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); }
  100% {
    -webkit-transform: scale(1.1); } }

@keyframes pulse {
  0% { }
  70% { }
  100% { } }

.pricelist-category-container {
  display: flex; }

.pricelist-section {
  border-width: 1px;
  padding: 1em 1em;
  border-style: solid;
  border-top-style: none;
  border-color: #fdb5b5;
  background-color: #fff1f1; }

.pricelist-category-active {
  padding: 0.7em 2em;
  font-weight: 700;
  width: 50%;
  text-align: center;
  border-style: solid;
  border-bottom-style: none;
  border-color: #f0a6a6;
  color: #ff8383;
  background-color: #fff1f1;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-width: 1px;
  transition: 0.7s;
  z-index: 3; }

.pricelist-category2 {
  padding: 0.7em 2em;
  font-weight: 700;
  color: #fff;
  background-color: #ffb2b2;
  width: 50%;
  text-align: center;
  border-style: solid;
  border-bottom-style: none;
  border-color: #f0a6a6;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-width: 1px;
  transition: 0.7s;
  z-index: 3; }

.pricelist-category-active:hover {
  padding-bottom: 2em;
  z-index: 5; }

.pricelist-category2:hover {
  padding-bottom: 2em;
  z-index: 5; }

.pricelist-category-icon {
  height: 22px;
  width: 34px; }

.pricelist-feature {
  padding: 1em; }

/*.pricelist-feature-body::-webkit-scrollbar{
  display: none;
}*/
.pricelist-feature-icon {
  width: 62px;
  height: 60px;
  margin: auto;
  position: absolute;
  top: 0px;
  left: 50%;
  padding: 0.8em 0.8em;
  background: #ffffff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 1; }

.pricelist-feature-caption {
  padding: 0.2em 0em 0em;
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  color: #ff6c6c;
  font-family: "Quicksand";
  margin: 0.5em; }

.pricelist-feature-desc {
  padding: 0.6em 0em 0em 0em;
  color: #ff6c6c; }

.pricelist-feature-items {
  margin-top: -3em; }

.pricelist-feature-body {
  padding: 1em;
  border-style: solid;
  border-width: 1px;
  border-color: #fe8989;
  font-size: 12px;
  margin-bottom: 3.2em;
  height: 40vh;
  overflow-y: auto; }

.pricelist-items .table-striped tbody tr:nth-of-type(odd) {
  background-color: #ffe605; }

.pricelist-items .table td,
.table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #ed8b8b61; }

.pricelist-items .table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #ff33335c; }

.logo-pic {
  width: 140px;
  height: 125px;
  max-width: 140;
  max-height: 125;
  padding: 0.5em;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 5px solid #ffc704;
  background: #ffffff;
  box-shadow: 0px -4px 12px #fe8989;
  margin: auto; }

.thumbnail {
  position: relative;
  top: 20px; }

.logo-ava {
  line-height: 0;
  /* remove line-height */
  display: inline-block;
  /* circle wraps image */
  margin: 5px;
  border: 3px solid #ffe7e7;
  border-radius: 50%;
  /* relative value */
  box-shadow: 0px 0px 5px #ff4001;
  transition: linear 0.25s;
  height: 140px;
  width: 140px;
  background-color: #fff; }

.logo-ava img {
  object-fit: contain;
  border-radius: 50%; }

.vendor-logo {
  position: relative;
  top: -75px;
  margin-bottom: -57px; }

.card.hovercard .avatar img {
  width: 160px;
  height: 160px;
  max-width: 160px;
  max-height: 160px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 5px solid rgba(255, 255, 255, 0.5); }

.card.hovercard .info {
  padding: 4px 8px 10px; }

.card.hovercard .info .title {
  margin-bottom: 4px;
  font-size: 24px;
  line-height: 1;
  color: #262626;
  vertical-align: middle; }

.card.hovercard .info .desc {
  overflow: hidden;
  font-size: 12px;
  line-height: 20px;
  color: #737373;
  text-overflow: ellipsis; }

.kembali {
  position: relative;
  top: -23px;
  font-size: 18px;
  margin-left: 1em;
  padding: 0.7em;
  width: 40%;
  border-bottom: solid;
  border-color: #4c83b6;
  border-width: 3px;
  color: #4c83b6;
  z-index: 99; }

.share-container {
  position: absolute;
  top: -21px;
  background: #4CAF4D;
  right: 28%;
  font-size: 16px;
  margin-left: 1em;
  border-radius: 38px;
  padding: 0.3em 1em;
  /* width: 40%; */
  border-bottom: solid;
  border-color: #0fff18;
  border-width: 3px;
  color: #ffffff;
  z-index: 99; }

.share-container-mobile {
  background: #4CAF4D;
  top: -24px;
  right: 16px;
  font-size: 13px;
  margin-left: 1em;
  border-radius: 38px;
  padding: 0.4em 1em;
  width: 82px;
  margin: auto;
  border-bottom: solid;
  border-color: #0fff18;
  border-width: 3px;
  color: #ffffff;
  z-index: 99;
  position: absolute; }

.search {
  float: right;
  color: #fe8989; }

.card.hovercard .bottom {
  padding: 13px 20px;
  margin-bottom: 17px; }

.button-vendor-card {
  padding: 0.5em 21.8px;
  border-radius: 20px;
  width: 50%;
  background-color: #3b8ad2;
  color: #fff !important;
  box-shadow: 0px 2px 21px -2px #70b3f0;
  /* border-style: solid; */
  /* border-width: 1px; */
  transition: 1s;
  font-size: 15px;
  font-weight: 500;
  font-family: 'Poppins'; }

.button-vendor-card:hover {
  background-color: #ff416c;
  animation: aima 0.6s;
  color: #fff; }

@keyframes aima {
  0% {
    padding: 0.4em 1em; }
  50% {
    padding: 0.4em 3em; }
  100% {
    padding: 0.4em 1em; } }

.btn {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  line-height: 18px; }

.titles {
  font-family: "Rubik";
  font-weight: 300;
  font-size: 1.2em !important;
  color: #ff9292;
  border-left-style: solid;
  border-left-color: #f3a3a3;
  padding: 0.1em 0.4em !important; }

.ac {
  align-self: center; }

.pane-nav {
  margin-top: 1em;
  padding: 2em 0em 0.5em;
  border-radius: 14px;
  box-shadow: 8px 6px 22px #d6d6d6;
  background-color: #fff; }

.category-vendor-inner .category-vendor-text {
  width: 100%;
  padding: 0 1em;
  height: 100%;
  background: linear-gradient(to right, #0E3A82, #A61600);
  position: absolute;
  z-index: 2; }

.category-vendor-inner .category-vendor-inner-text {
  font-weight: 700;
  font-size: 0.8em;
  line-height: 18px;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.category-vendor {
  width: 110.33334%;
  height: 74px;
  padding: 8.5px 2.5px;
  transition: 1s; }

.category-vendor:hover {
  transform: scale(1.2);
  cursor: pointer;
  z-index: 2; }

.category-vendor-inner {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  height: 100%;
  width: 100%;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.44); }

.category-vendor-inner img {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  position: absolute; }

/* ========================================== Vendor ========================================== */
/* ========================================== Details ========================================== */
#category-detail {
  scroll-margin-top: 100px;
  background-color: #fff; }

#category-detail .content-wrapper {
  /* z-index: 999; */
  left: 0;
  right: 0;
  border-radius: 0.6em;
  margin: auto;
  padding: 10px; }

#category-detail .content-wrapper .content-title {
  text-align: left;
  padding: 30px 12px 20px;
  font-size: 33px;
  font-family: Arvo;
  color: #70717c; }

#category-detail .content-wrapper .content-line {
  position: relative;
  left: 0;
  padding: 14px 74px;
  border-top: solid;
  border-color: #5f7b92;
  width: 34px; }

#category-detail .content-wrapper .content-event {
  padding: 15px;
  margin: auto; }

#category-detail .content-wrapper .content-event {
  width: 100%; }

#category-detail .content-wrapper .content-event .event-image {
  width: 100%;
  background-color: white;
  /* margin: auto; */
  margin-top: 10px;
  padding: 23px;
  border-radius: 0.6em;
  position: relative; }

#category-detail .content-wrapper .content-event .event-image img {
  width: 100%;
  border-radius: 0.6em;
  position: relative; }

#category-detail .content-wrapper .owl-nav {
  display: none; }

#category-detail .content-wrapper .owl-dots .owl-dot {
  /* background-color: white; */
  font-size: 20px; }

#category-detail .category-detail-content {
  margin: -2rem 8rem 0.6rem; }

.category-detail-pic {
  position: relative;
  width: 100% !important;
  height: 300px !important;
  transition: 0.1s; }

.category-detail-pic:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  transition: 0.1s; }

.category-detail-pic:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  transition: 0.1s;
  filter: grayscale(1); }

.category-detail-pic img {
  object-fit: cover; }

.category-detail-title {
  font-family: "Oswald", sans-serif;
  width: 100%;
  position: absolute;
  bottom: 0px;
  padding: 1em 1em 1.5em;
  filter: grayscale(1);
  color: #fff;
  background: #2a2b2f63; }

.event-name {
  font-size: 1.55em;
  font-family: "Oswald", sans-serif;
  font-weight: 300; }

.category-detail-new {
  padding: 0.5em;
  color: #fff;
  font-family: Quicksand;
  font-weight: 600;
  border-radius: 5px;
  position: absolute;
  top: 9px;
  left: 9px;
  background: #2196f3cc; }

.content-subtitle {
  text-align: left;
  padding: 0px 0px 20px;
  font-size: 1.7em;
  font-family: Arvo;
  color: #70717c; }

.category-title {
  font-weight: 500;
  font-family: "Quicksand"; }

.category-detail-content .category-detail-desc {
  font-family: "Quicksand"; }

.category-detail-section {
  margin-bottom: 3em; }

.category-detail-item {
  padding: 0.5em; }

.category-detail-content .item-list {
  height: 40px;
  width: 40px;
  padding: 10px;
  background: #fff7b3;
  margin-bottom: 8px;
  border-radius: 50%; }

.category-input {
  width: 100%;
  height: 100%;
  border-style: none;
  border-radius: 20px;
  padding: 1em;
  background-color: #f0f0f0;
  outline: none; }

.category-input-container {
  box-sizing: border-box;
  height: 38px; }

.category-textarea {
  width: 100%;
  border-style: none;
  border-radius: 20px;
  padding: 1em;
  background-color: #f0f0f0;
  outline: none;
  height: 120px; }

.category-title {
  padding: 10px 0px; }

.company-description {
  font-family: 'Poppins';
  color: #838080; }

/* Company Page */
.banner-container {
  margin-top: 100px;
  width: 100%;
  height: 55vh; }

.banner-container img {
  object-fit: cover;
  object-position: center; }

.company-profile-container {
  position: relative;
  top: -80px;
  left: 50%;
  width: 50%;
  transform: translate(-50%, 0%); }

.company-logo-container {
  width: 230px;
  height: 230px;
  margin: auto;
  border-radius: 50%;
  padding: 8px;
  background: #eaeaea; }

.company-logo {
  border-radius: 50%;
  object-fit: cover; }

.company-name {
  font-family: 'Poppins';
  font-weight: bold;
  font-size: 30px;
  text-align: center; }

.company-category-caption {
  padding: 0 6px;
  font-size: 17px;
  line-height: 26px;
  font-family: 'Poppins';
  font-weight: 300; }

.company-place {
  padding: 0 6px;
  font-size: 14px;
  line-height: 28px;
  font-family: 'Poppins';
  font-weight: 300; }

.company-share {
  text-decoration: none !important;
  height: 32px;
  width: 94px;
  font-size: 13px;
  padding: 7px;
  font-weight: 600;
  font-family: 'Poppins';
  text-align: center;
  background: #dcffe2;
  border-radius: 20px;
  margin: 4px 0 0;
  transition: .3s; }

.company-share:hover {
  background: #007bff;
  color: #fff; }

.request-tag-container {
  display: flex;
  flex-wrap: wrap; }

.request-tag {
  padding: 11px 18px;
  border-radius: 20px;
  background: #3583d7;
  color: #fff;
  font-weight: 600;
  font-family: "quicksand";
  font-size: 0.78em;
  margin: 4px; }

.request-tag-input {
  width: 100%;
  padding: 0.9em 1em;
  border-radius: 9px;
  border-width: 1.5px;
  border-style: none;
  outline: none;
  background: #fff0c3; }

.request-tag i {
  padding: 4px 6px;
  background: #ffc107;
  border-radius: 20px;
  position: relative;
  left: -6px;
  top: -2px;
  float: left;
  margin-bottom: -14px;
  cursor: pointer; }

a {
  text-decoration: none !important; }

.company-category-caption {
  font-family: 'Poppins';
  font-size: 20px;
  font-weight: 500;
  color: #ffbf00;
  padding: 0 12px 12px; }

.company-img {
  width: 20px;
  height: 20px; }

.company-empty {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 60%;
  text-align: center;
  font-family: 'Quicksand';
  font-weight: 400;
  color: #8e8b8b; }

.captiongallery {
  display: block; }

.formgallery {
  display: none; }

.gallery-avatar-container {
  height: 200px;
  margin: auto; }

.gallery-avatar {
  object-fit: cover; }

.gallery-card {
  width: 90%;
  margin: auto;
  background: #fff;
  box-shadow: 0px 4px 10px 0px #d5d5d5; }

.gallery-caption {
  padding: 17px; }

#galleryusers .owl-stage-outer {
  height: 300px; }

@media only screen and (max-width: 767px) {
  .company-profile-container {
    position: relative;
    top: -80px;
    left: 50%;
    width: 82%;
    transform: translate(-50%, 0%); }
  .banner-container {
    margin-top: 100px;
    width: 100%;
    height: 25vh; }
  .company-col {
    width: 50%; } }

/*.category-detail-content .item-list img{
    border-radius: 50%;
}*/
/* ========================================== Details ========================================== */
/* ========================================== Footer ========================================== */
/* footer */
#footer {
  padding-top: 50px;
  width: 100%;
  min-height: 400px;
  overflow: hidden;
  position: relative;
  background: #4c83b6; }

.footer-contact {
  display: flex; }

.footer-gap {
  padding: 0 8px;
  color: #ffc107; }

.part-one-caption {
  margin-top: 0 !important;
  font-family: 'Poppins';
  font-weight: 200 !important;
  color: #fff;
  font-size: 12px;
  text-align: center; }

#footer .footer-wrapper {
  width: 82%;
  height: 100%;
  margin: auto;
  margin-bottom: 50px;
  position: relative; }

#footer .footer-wrapper .part-one {
  padding-bottom: 20px; }

#footer .footer-wrapper .part-one-logo {
  width: 100%;
  text-align: center;
  /* margin-top: 50px; */ }

#footer .footer-wrapper .part-one-logo img {
  width: 200px;
  height: 70px;
  object-fit: contain; }

#footer .footer-wrapper .part-one .part-one-caption {
  margin-top: 25px;
  color: white;
  font-weight: lighter; }

#footer .footer-wrapper .part-two {
  padding-bottom: 10px; }

#footer .footer-wrapper .part-two .part-two-menu {
  margin-bottom: 0; }

#footer .footer-wrapper .part-two .part-two-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

#footer .footer-wrapper .part-two .part-two-menu ul li {
  color: white;
  padding-bottom: 15px;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 12px;
  transition: 0.4s ease; }

.footer-head {
  font-weight: bold;
  color: #ffff;
  font-size: 16px;
  margin: 12px auto; }

#footer .footer-wrapper .part-two .part-two-menu ul li:hover {
  text-decoration: underline; }

/* #footer .footer-wrapper .part-three .part-three-socmed {
} */
#footer .footer-wrapper .part-three .part-three-socmed ul a {
  text-decoration: none;
  color: white;
  font-size: 13px; }

#footer .footer-wrapper .part-three .part-three-socmed ul {
  margin: 0;
  padding: 0; }

#footer .footer-wrapper .part-three .part-three-socmed ul a li {
  list-style-type: none; }

#footer .footer-wrapper .part-three .part-three-socmed ul a li:hover {
  text-decoration: underline; }

#footer .footer-wrapper .part-three .part-three-socmed ul a li img {
  width: 30px;
  height: 30px;
  margin: 5px; }

#footer .footer-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  background: #0F2D5C;
  color: white;
  width: 100%;
  padding: 10px;
  margin: auto;
  font-family: 'Mulish'; }

@media only screen and (max-width: 800px) {
  .pricing-content-wrapper {
    margin: 70px 10px 25px !important; }
  .content-inner {
    padding: 70px 25px; }
  .slider-pic {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 25px; }
  label .hamburger {
    position: absolute;
    top: 124px;
    left: 34px;
    width: 21px;
    height: 2px;
    background: #fff;
    display: block;
    transform-origin: center;
    transition: 0.5s ease-in-out; }
  .site-navbar-style {
    color: #fff;
    width: 100%;
    background-color: #4c83b6;
    /* padding: 5px 0px; */
    position: fixed;
    z-index: 99;
    transition: 1s;
    top: 0;
    padding: 7px 54px 9px 0; }
  .site-navbar-nostyle {
    padding: 7px 54px 9px 0; }
  .content-wrapper {
    height: 50vh; }
  #client-testimoni-carousel {
    padding: 15px 20px; }
  #partner-testimoni-carousel {
    padding: 15px 20px; }
  #article-carousel {
    padding: 15px 20px; }
  #video-carousel {
    padding: 15px 20px; }
  .article-card {
    height: 163px; }
  .video-card {
    height: 163px; } }
