@import url('https://fonts.googleapis.com/css2?family=Bevan&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bangers&family=Bungee&family=Passion+One:wght@400;700;900&display=swap');

.header-eng h1 {
  font-family: "Bungee", sans-serif;
  color:#555555; 
  font-size: 54px; 
  line-height: 125%; }

   @media (max-width: 767px) { 
      .header-eng h1 {
        font-size: 30px; }
   }

.header-eng h2 {
  font-family: "Bungee", sans-serif;
  color:#555555 !important; 
  font-size: 30px; 
  line-height: 125%; }

   @media (max-width: 767px) { 
      .header-eng h2 {
        font-size: 24px; }
   }


.callout-box-vp {
    /*background-color: #FFFFFF;*/
    border-radius: 120px;
    clip-path: polygon(50% 0%, 98% 2%, 100% 60%, 97% 95%, 4% 98%, 0% 60%, 3% 4%);
    padding: 40px 40px 90px;
    margin-top: 20vh; }

    @media (max-width: 767px) { 
      .callout-box-vp {
        margin-top: 0px;
        padding: 30px 30px 60px;
        border-radius: 90px;
        position: absolute;
        /*margin-left: 3%;*/
        top: 90px; } }



.about-area ul, ol {
  padding: 0 0 0 15px !important;
    list-style-type: decimal !important;
}

#testimonial-vp{
  position: relative;
  z-index: 5; }
.single-testimonial-vp {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(167, 167, 167, 0.16);
  -moz-box-shadow: 0px 0px 30px 0px rgba(167, 167, 167, 0.16);
  box-shadow: 0px 0px 30px 0px rgba(167, 167, 167, 0.16);
  overflow: hidden;
  border-radius: 10px;
  padding: 20px 20px;
  border-radius: 10px;
  border: 2px solid transparent;
  margin: 30px 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; }
  @media (max-width: 767px) {
    .single-testimonial-vp {
      padding: 20px 20px 5px; } }
  .single-testimonial-vp .testimonial-vp-review .quota i {
    font-size: 36px;
    color: #119BD2;
    -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-testimonial-vp .testimonial-vp-review .star ul li {
    display: inline-block;
    font-size: 16px;
    color: #f6c930; }
  .single-testimonial-vp .testimonial-vp-text {
    margin-top: 5px; }
  .single-testimonial-vp .testimonial-vp-author {
    margin-top: 5px; }
    .single-testimonial-vp .testimonial-vp-author .author-image {
      position: relative; }
      .single-testimonial-vp .testimonial-vp-author .author-image .author {
        position: absolute;
        border-radius: 50px;
        top: 17px;
        left: 17px;
        width: 80px;
        height: 80px; }
    .single-testimonial-vp .testimonial-vp-author .author-content .holder-name {
      font-size: 18px;
      font-weight: 700;
      color: #2E2E2E; }
    .single-testimonial-vp .testimonial-vp-author .author-content .text {
      font-size: 15px; }
  .single-testimonial-vp:hover {
    border-color: #f6c930; }
    .single-testimonial-vp:hover .testimonial-vp-review .quota i {
      color: #f6c930; }

.slick-center .single-testimonial-vp {
  border-color: #f6c930; }
  .slick-center .single-testimonial-vp .testimonial-vp-review .quota i {
    color: #FE7A7B; }

.testimonial-vp-active .slick-dots {
  margin: 0 auto; }
  .testimonial-vp-active .slick-dots li {
    display: inline-block;
    margin: 0 4px; }
    .testimonial-vp-active .slick-dots li button {
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background: linear-gradient(180deg, #fe8464 0%, #fe6e9a 100%);
      border: 0;
      font-size: 0;
      opacity: 0.5;
      -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-vp-active .slick-dots li.slick-active button {
      opacity: 1;
      width: 15px;
      height: 15px; }


.sectionakhir {
  padding-bottom: 750px; }
  @media (max-width: 767px) {
    .sectionakhir {
      padding-bottom: 590px; } }

/*===========================
        FOOTER VIDEO PROFILE  css 
===========================*/
.footer-vp-area {
  background-position: top center;
  position: relative;
  z-index: 5; }

.footer-vp-area::before {
  position: absolute;
  padding-top: 950px;
  content: '';
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url(../images/footer-bg.jpg);
  background-position: bottom right;
  z-index: -1;
  background-size: cover; }
  @media only screen and (min-width: 1921px) {
    .footer-vp-area::before {
      height: 1120px; } }
  @media (max-width: 767px) {
    .footer-vp-area::before { 
      background-image: url(../images/footer_m.jpg);
      background-position: bottom center;
    }
  }

.location img {
  width: 40%; 
  position: absolute; 
  bottom: 30px; }
  @media (max-width: 767px) { 
    .location img {
      bottom: 280px;
      margin-left: 30px;
      width: 60%;
    }
  }
  
#particles-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; }

.footer-vp-widget {
  padding-top: 0px; }

.footer-vp-about .logo img {
  width: 160px; }

.footer-vp-about .text {
  color: #fff; }

.footer-vp-about .social {
  margin-top: 10px; }
  .footer-vp-about .social li {
    display: inline-block;
    margin-right: 30px; }
    .footer-vp-about .social li a {
      font-size: 22px;
      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-vp-about .social li a:hover {
        color: #FE8464; }

.footer-vp-title .title {
  font-size: 24px;
  font-weight: 700;
  color: #fff; }

.link-wrapper {
  padding: 0 35px; }
  @media (max-width: 767px) {
    .link-wrapper {
      padding: 0;
      padding-right: 50px; } }
  .link-wrapper .link {
    padding-top: 20px; }
    .link-wrapper .link li {
      margin-top: 20px; }
      .link-wrapper .link 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; }
        .link-wrapper .link li a:hover {
          color: #FE8464; }

.footer-vp-contact .contact {
  padding-top: 20px; }
  .footer-vp-contact .contact li {
    margin-top: 20px;
    font-size: 16px;
    color: #fff; }

.footer-vp-copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 15px;
  padding-bottom: 30px; }

.copyright-content {
  padding-top: 15px;
  text-align: center; }
  .copyright-content p {
    color: #fff; }
  .copyright-content 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; }
    .copyright-content a:hover {
      color: #FE8464; }


.cta-vp-display { 
  position: inherit;
  top: -270px; }
  @media (max-width: 767px) { 
  .cta-vp-display { 
    margin-left: 30px;
    display: block;
    top: -415px; }
  .cta-vp-display img { 
    padding-bottom: 10px; } }
.cta-vp-display h2,
.cta-vp-display h5,
.cta-vp-display p {
  color: #FFFFFF !important;
}

.cta-vpromo-display { 
  position: inherit;
  top: -270px; }
  @media (max-width: 767px) { 
  .cta-vpromo-display { 
    display: block;
    top: -415px; }
  .cta-vpromo-display img { 
    padding-bottom: 10px; } }
.cta-vpromo-display h2,
.cta-vpromo-display h5,
.cta-vpromo-display p {
  color: #FFFFFF !important;
}

.star-rate img {
  width: 15px;
  height: 15px; }