body {
  font-family: "Open Sans", sans-serif;
  background-color: #e3ecf4 !important;
  color: #000 !important;

  font-size: 16px !important;
}

a {
  color: #0098db !important;
  text-decoration: none !important;
  font-size: 16px;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 85px;
  z-index: 996;
  background: #0098db;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #0678e3;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #0098db;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
  .logo img {
    float: left;
  }
  .ticker-area .tickers {
    display: flex;
    justify-content: space-around;
    position: relative;
    flex-wrap: wrap;
  }

  .tickers .ticker_item {
    width: 34%;
  }
  .nav-menu a span {
    color: #000 !important;
  }
  .login-panel-main {
    width: 100% !important;
    padding: 20px 5px !important;
    background: #161616;
    border-radius: 0 !important;
  }
  .login-panel-main .radio_group {
    margin-bottom: 20px;
  }
  .TabbedPanelsTab {
    width: 100% !important;
  }
}
.TabbedPanelsTabSelected a {
  color: #000 !important;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header-main {
  position: absolute;
  z-index: 9;
  width: 100%;
  padding: 0;
}
.header-main.sticky-header {
  /*position: fixed;*/
  background-color: #fdfdfd;
  box-shadow: 1px 2px 15px 0 rgba(50, 50, 50, 0.4);
}
.header-main.sticky-header .logo img {
  width: 260px;
  padding: 10px 0 !important;
}
/* #header {
  z-index: 9997;
  transition: all 0.5s;
  padding: 15px;
  overflow-y: auto;
} */
#header {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9997;
  transition: all 0.5s;
  padding: 15px;
  overflow-y: auto;
}
.header-main .logo {
  display: block;
  text-align: left;
}

@media (max-width: 992px) {
  #header {
    /*width: 300px;*/
    /*background: #fff;*/
    border-right: 1px solid #e6e9ec;
    left: -300px;
  }
}

@media (min-width: 992px) {
  #main {
    /*margin-left: 100px;*/
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.nav-menu {
  padding: 0;
  display: block;
}
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
}
.nav-menu a,
.nav-menu a:focus {
  display: flex;
  align-items: center;
  color: #45505b;
  padding: 10px 18px;
  margin-bottom: 8px;
  transition: 0.3s;
  font-size: 15px;
  border-radius: 50px;
  background: #e0eef5;
  height: 56px;
  width: 100%;
  overflow: hidden;
  transition: 0.3s;
}
.nav-menu a:hover i {
  color: #fff;
}
.nav-menu a i,
.nav-menu a:focus i {
  font-size: 20px;
}
.nav-menu a span,
.nav-menu a:focus span {
  padding: 0 5px 0 7px;
  color: #45505b;
}
@media (min-width: 992px) {
  .nav-menu a,
  .nav-menu a:focus {
    width: 56px;
  }
  .nav-menu a span,
  .nav-menu a:focus span {
    display: none;
    color: #fff;
  }
}
.nav-menu a:hover,
.nav-menu .active:focus,
.nav-menu li:hover > a {
  color: #fff;
  /*background: linear-gradient(90deg, rgba(156,105,0,1) 0%, rgba(255,202,0,1) 50%, rgba(156,105,0,1) 100%);*/
  background: #0098db;
}
.nav-menu a:hover i,
.nav-menu .active:focus i,
.nav-menu li:hover > a i {
  color: #fff;
}
.nav-menu a:hover span,
.nav-menu .active span,
.nav-menu .active:focus span,
.nav-menu li:hover > a span {
  color: #fff;
}
.nav-menu a:hover,
.nav-menu li:hover > a {
  width: 100%;
  color: #fff;
}
.nav-menu a:hover span,
.nav-menu li:hover > a span {
  display: block;
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  position: fixed;
  right: 10px;
  top: 10px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 28px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 0;
  cursor: pointer;
  border-radius: 50px;
  padding: 5px;
}
.mobile-nav-toggle i {
  color: #45505b;
}

.mobile-nav-active {
  overflow: hidden;
}
.mobile-nav-active #header {
  left: 0;
}
.mobile-nav-active .mobile-nav-toggle {
  color: #232020;
  background-color: #ffca0e;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  padding-top: 10px;
  width: 100%;
  height: 85vh;
  /*background: url("../img/hero-bg.jpg") top right no-repeat;*/
  /* background: url("../img/piggy.jpg") center right no-repeat; */
  background: url("../img/banner_01.jpg") center right no-repeat;
  background-size: cover;
  position: relative;
}
#hero1 {
  height: 80vh;
}
@media (min-width: 992px) {
  #hero {
    /*padding-left: 160px;*/
  }
}
#hero:before {
  content: "";
  /*background: rgba(0, 0, 0, 0.85);*/
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#hero h1 {
  margin: 0;
  font-size: 64px;
  font-weight: 700;
  line-height: 56px;
}
#hero p {
  margin: 15px 0 0 0;
  font-size: 26px;
  font-family: "Poppins", sans-serif;
}
#hero p span {
  color: #0098db;
  letter-spacing: 1px;
}
#hero .social-links {
  margin-top: 30px;
}
#hero .social-links a {
  font-size: 24px;
  display: inline-block;
  color: #fff;
  line-height: 1;
  margin-right: 20px;
  transition: 0.3s;
}
#hero .social-links a:hover {
  color: #0098db;
}
@media (max-width: 992px) {
  #hero {
    text-align: center;
  }
  #hero h1 {
    font-size: 32px;
    line-height: 36px;
    color: #fff;
  }
  #hero p {
    margin-top: 10px;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
  }
}
.inner_hero {
  padding-top: 180px;
  width: 100%;
  height: 295px;
  background: url("../img/inner-banner.jpg") right no-repeat;
  background-size: cover;
  position: relative;
}
.inner_hero:before {
  /*content: "";*/
  /*background: rgba(0, 0, 0, 0.85);*/
  /*position: absolute;*/
  /*bottom: 0;*/
  /*top: 0;*/
  /*left: 0;*/
  /*right: 0;*/
}
.inner_hero .titile {
  color: #000;
  position: relative;
  z-index: 9;
  font-weight: 700;
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}
.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}
.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #0098db;
  bottom: 0;
  left: calc(50% - 20px);
}
.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 700;
  font-size: 26px;
  color: #0098db;
}
.about .content ul {
  list-style: none;
  padding: 0;
}
.about .content ul li {
  margin-bottom: 9px;
  /*display: flex;*/
  align-items: center;
  margin-bottom: 9px;
}
.about .content ul strong {
  margin-right: 10px;
}
.about .content ul i {
  font-size: 16px;
  margin-right: 5px;
  color: #0098db;
  line-height: 0;
}
.about .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Facts
--------------------------------------------------------------*/
.facts .count-box {
  padding: 30px 30px 25px 30px;
  margin-top: 30px;
  width: 100%;
  position: relative;
  text-align: center;
  /* background: #0098db; */
  border: 1px solid #0098db;
  min-height: 135px;
}
.facts .count-box i,
.facts .count-box svg {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  /*background: linear-gradient(90deg, rgba(156,105,0,1) 0%, rgba(255,202,0,1) 50%, rgba(156,105,0,1) 100%);*/
  background: #0098db;
  color: #fff;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 6px;
}
.facts .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 600;
}
.facts .count-box p {
  padding: 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
}
.count-box.count-plus .purecounter {
  position: relative;
}
.count-box.count-plus .purecounter::after {
  content: "+";
}
#footer .social-links a
/*--------------------------------------------------------------
# Akills
--------------------------------------------------------------*/
.skills .progress {
  height: 60px;
  display: block;
  background: none;
  border-radius: 0;
}
.skills .progress .skill {
  padding: 10px 0;
  margin: 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #000;
}
.skills .progress .skill .val {
  float: right;
  font-style: normal;
}
.skills .progress-bar-wrap {
  background: #f2f3f5;
}
.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: 0.9s;
  background-color: #0098db;
}

/*--------------------------------------------------------------
# Resume
--------------------------------------------------------------*/
.resume .resume-title {
  font-size: 26px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #000;
}
.resume .resume-item {
  padding: 0 0 20px 20px;
  margin-top: -2px;
  border-left: 2px solid #0098db;
  position: relative;
}
.resume .resume-item h4 {
  line-height: 18px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #0098db;
  margin-bottom: 10px;
}
.resume .resume-item h5 {
  font-size: 16px;
  background: #f7f8f9;
  padding: 5px 15px;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 10px;
}
.resume .resume-item ul {
  padding-left: 20px;
}
.resume .resume-item ul li {
  padding-bottom: 10px;
}
.resume .resume-item:last-child {
  padding-bottom: 0;
}
.resume .resume-item::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  left: -9px;
  top: 0;
  background: #fff;
  border: 2px solid #0098db;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  background: #fff;
  border-radius: 50px;
  padding: 2px 15px;
}
.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #272829;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #0098db;
}
.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}
.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(69, 80, 91, 0.8);
}
.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}
.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.portfolio .portfolio-wrap .portfolio-info::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: 35px;
  left: 35px;
  border-top: 3px solid #d7dce1;
  border-left: 3px solid #d7dce1;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}
.portfolio .portfolio-wrap .portfolio-info::after {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 35px;
  right: 35px;
  border-bottom: 3px solid #d7dce1;
  border-right: 3px solid #d7dce1;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}
.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #000;
  font-weight: 600;
}
.portfolio .portfolio-wrap .portfolio-info p {
  color: #000;
  font-size: 16px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}
.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}
.portfolio .portfolio-wrap .portfolio-links a {
  color: #000;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}
.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #148af9;
}
.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}
.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}
.portfolio .portfolio-wrap:hover .portfolio-info::before {
  top: 15px;
  left: 15px;
}
.portfolio .portfolio-wrap:hover .portfolio-info::after {
  bottom: 15px;
  right: 15px;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}
.portfolio-details .portfolio-details-slider img {
  width: 100%;
}
.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.portfolio-details
  .portfolio-details-slider
  .swiper-pagination
  .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #0098db;
}
.portfolio-details
  .portfolio-details-slider
  .swiper-pagination
  .swiper-pagination-bullet-active {
  background-color: #0098db;
}
.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(69, 80, 91, 0.08);
}
.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}
.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}
.portfolio-details .portfolio-description {
  padding-top: 30px;
}
.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}
.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  padding: 30px 20px 30px 20px;
  transition: all ease-in-out 0.3s;
  /*background: #222;*/
  box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.05);
  border-color: #555;
}
.services .icon-box .icon {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
  position: relative;
}
.services .icon-box .icon i {
  font-size: 36px;
  transition: 0.5s;
  position: relative;
}
.services .icon-box .icon i::before {
  font-size: 50px;
}
.services .icon-box .icon svg {
  position: absolute;
  top: 0;
  left: 0;
}
.services .icon-box .icon svg path {
  transition: 0.5s;
  fill: #f5f5f5;
}
.services .icon-box h4 {
  font-weight: 600;
  margin: 10px 0 15px 0;
  font-size: 22px;
}
.services .icon-box h4 a {
  color: #fff;
  transition: ease-in-out 0.3s;
}
.services .icon-box p {
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 0;
  color: #000;
  font-weight: 500;
}
.services .icon-box:hover {
  box-shadow: 0px 0 35px 0 rgba(0, 0, 0, 0.08);
  border-color: #0098db;
}
.services .iconbox-blue i {
  color: #47aeff;
}
.services .iconbox-blue:hover .icon i {
  color: #fff;
}
.services .iconbox-blue:hover .icon path {
  fill: #47aeff;
}
.services .iconbox-orange i {
  color: #ffa76e;
}
.services .iconbox-orange:hover .icon i {
  color: #fff;
}
.services .iconbox-orange:hover .icon path {
  fill: #ffa76e;
}
.services .iconbox-pink i {
  color: #e80368;
}
.services .iconbox-pink:hover .icon i {
  color: #fff;
}
.services .iconbox-pink:hover .icon path {
  fill: #e80368;
}
.services .iconbox-yellow i {
  color: #ffbb2c;
}
.services .iconbox-yellow:hover .icon i {
  color: #fff;
}
.services .iconbox-yellow:hover .icon path {
  fill: #ffbb2c;
}
.services .iconbox-red i {
  color: #ff5828;
}
.services .iconbox-red:hover .icon i {
  color: #fff;
}
.services .iconbox-red:hover .icon path {
  fill: #ff5828;
}
.services .iconbox-teal i {
  color: #11dbcf;
}
.services .iconbox-teal:hover .icon i {
  color: #fff;
}
.services .iconbox-teal:hover .icon path {
  fill: #11dbcf;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
#testimonials {
  padding: 30px 0 0 0;
}
.testimonials .section-header {
  margin-bottom: 40px;
}
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}
.testimonials .testimonial-item {
  text-align: center;
}
.testimonials .testimonial-item .testimonial-img {
  width: 120px;
  border-radius: 100% !important;
  border: 4px solid #454545;
  margin: 0 auto;
}
.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #000;
}
.testimonials .testimonial-item h4 {
  font-size: 16px;
  color: #999;
  margin: 0 0 15px 0;
}
.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #ffd667;
  font-size: 26px;
}
.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}
.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}
.testimonials .testimonial-item p {
  display: inline-block;
  vertical-align: top;
}
.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}
.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #0098db;
}
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0098db;
}
@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .contact_info {
  width: 100%;
}
.contact .contact_info i {
  font-size: 20px;
  color: #0098db;
  float: left;
  width: 44px;
  height: 44px;
  background: #0098db1c;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.contact .contact_info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #000;
}
.contact .contact_info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 16px;
  color: #000;
  letter-spacing: 0;
}
.contact .contact_info .email,
.contact .contact_info .phone {
  margin-top: 40px;
}
.contact .contact_info .email:hover i,
.contact .contact_info .address:hover i,
.contact .contact_info .phone:hover i {
  background: #0098db;
  color: #fff;
}
.contact .php-email-form {
  width: 100%;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 4px;
  box-shadow: none;
  font-size: 16px;
  margin-bottom: 10px;
}
.contact .php-email-form input {
  height: 44px;
}
.contact .php-email-form textarea {
  padding: 10px 12px;
  height: 90px;
}
.contact .php-email-form button[type="submit"] {
  /*background: linear-gradient(90deg, rgba(156,105,0,1) 0%, rgba(255,202,0,1) 50%, rgba(156,105,0,1) 100%);*/
  background: #0098db;
  border: 0;
  padding: 10px 35px;
  color: #fff !important;
  transition: 0.4s;
  border-radius: 50px;
}
.contact .php-email-form button[type="submit"]:hover {
  background: #0678e3;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #111;
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 30px 0;
}
#footer h3 {
  font-size: 36px;
  font-weight: 700;
  position: relative;
  font-family: "Poppins", sans-serif;
  padding: 0;
  margin: 0 0 15px 0;
}
#footer p {
  font-size: 15;
  font-style: italic;
  padding: 0;
  margin: 0 0 40px 0;
}
#footer .social-links {
  margin: 0 0 40px 0;
}
#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #0098db;
  color: #111 !important;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .social-links a:hover {
  background: #0678e3;
  color: #fff;
  text-decoration: none;
}
#footer .social-links a img {
  width: 14px;
}
#footer .copyright {
  margin: 0 0 5px 0;
}
#footer .credits {
  font-size: 13px;
  display: none;
}
.footer-logo img {
  width: 300px;
  margin-bottom: 30px;
}
.portfolio-info::after {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 35px;
  right: 35px;
  border-bottom: 3px solid #d7dce1;
  border-right: 3px solid #d7dce1;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}
.portfolio-info::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: 35px;
  left: 35px;
  border-top: 3px solid #d7dce1;
  border-left: 3px solid #d7dce1;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}
.services .icon-box::before {
  content: "";
  /*background: rgba(0, 0, 0, 0.92);*/
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}
.services .icon-box:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}
.services .icon-box:hover .portfolio-info {
  opacity: 1;
}

.services .icon-box .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.services .icon-box:hover .portfolio-info::before {
  top: 15px;
  left: 15px;
}
.services .icon-box:hover .portfolio-info::after {
  bottom: 15px;
  right: 15px;
}
.services .icon-box .portfolio-info h4 {
  font-size: 20px;
  font-weight: 600;
}
.services .icon-box .portfolio-info p {
  font-size: 16px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}
.icon-box i {
  font-size: 31px;
  margin: 0px auto;
  display: block;
  color: #0098db;
  width: 95%;
}
.icon-box.iconbox-blue {
  width: 100%;
  display: block;
}
.icon-box {
  width: 100%;
  display: block;
  border: 1px solid #0098db;
  text-align: center;
  padding: 30px 7px;
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #fff;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.icon-box::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0098db;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.icon-box:hover h4,
.icon-box:hover p {
  color: #fff !important;
}
.icon-box:hover::before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.icon-box:hover h4 a,
.icon-box:hover i {
  color: #fff;
}
.icon-box .icon {
  margin-bottom: 5px;
}
#home {
  padding-top: 0px;
}
.logo img {
  padding: 10px;
  width: 300px;
}

/* TICKER */

.ticker-area .tickers {
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: space-around;
  position: relative;
}
.tickers .ticker_item {
  position: relative;
  box-shadow: 0 1px 4px 1px rgb(37 46 40 / 11%);
  /*background-color: #222;*/
  border-radius: 8px;
  width: 100%;
  padding: 8px 10px;
  margin: 0 5px;
}
.tickers .ticker_item:nth-child(4) {
  display: none;
}
.tickers .ticker_item:nth-child(7) {
  display: none;
}
.tickers .ticker_item:nth-child(8) {
  display: none;
}
/*.tickers .ticker_item:nth-child(3) {
    position: absolute;
    left: 0;
    width: 25%;
}
.tickers .ticker_item:nth-child(5) {
    position: absolute;
    left: 26%;
    width: 25%;
}
.tickers .ticker_item:nth-child(4), .tickers .ticker_item:nth-child(6), .tickers .ticker_item:nth-child(7), .tickers .ticker_item:nth-child(8) {
    display: none;
}*/
.tickers .ticker_item .name {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  letter-spacing: 1px;
}
.tickers .ticker_item .price {
  display: block;
  font-size: 15px;
  padding-top: 5px;
  line-height: 18px;
}
.tickers .ticker_item .difference_percent {
  position: relative;
  color: #39b559;
  display: block;
  line-height: 18px;
  font-size: 12px;
  font-weight: 500;
}
.tickers .ticker_item .difference_percent::after {
  content: "\f262";
  position: absolute;
  font-family: Ionicons;
  font-size: 18px;
  bottom: 1px;
  right: -5px;
}
.tickers .ticker_item .difference_percent.negative {
  color: #d33f3f;
}
.tickers .ticker_item .difference_percent.negative::after {
  content: "\f25f";
}
/*DARK BOX*/
/*.tickers .ticker_item {
background-color: #24252ad9;
}
.tickers .ticker_item .name {
color: #fff;
}
.tickers .ticker_item .price {
color: #fff;
}
.tickers .ticker_item .difference_percent {
color: #3cbd5d;
}
.tickers .ticker_item .difference_percent.negative {
color: #f95959;
}*/

/* TICKER */

.modal-header {
  align-items: center;
  justify-content: flex-end;
}

.close {
  opacity: 1 !important;
  color: #fff !important;
}
.nav-link:focus,
.nav-link:hover {
  color: #ffffff;
  text-decoration: none;
  background: #000;
}
.icon-box svg {
  padding: 6px;
}
.icon-box:hover svg {
  background: #fff;
  /*border-radius: 8px;*/
  color: #0098db !important;
}
.icon-box:hover h4 {
  color: #000;
}
.icon-box:hover a {
  text-decoration: none;
}

.sociallink {
  position: fixed;
  bottom: 150px;
  right: 0;
  width: 44px;
  z-index: 1;
}
.sociallink ul {
  padding: 0;
}
.sociallink ul li {
  display: flex;
  align-items: center;
  margin: 0 0 5px;
  background: transparent;
  width: 300px;
  text-align: left;
  -webkit-border-radius: 30px 0 30px 30px;
  -moz-border-radius: 30px 0 30px 30px;
  border-radius: 30px 0 30px 30px;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.sociallink ul li a {
  display: flex !important;
  align-items: center;
}
.sociallink ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
}
.sociallink .fb i {
  background: #4599ff;
}
.sociallink ul li i {
  margin-right: 5px;
  color: #fff;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 24px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.sociallink .drbl:hover {
  background: #ea4c89;
}
.sociallink ul li:hover {
  -webkit-transform: translate(-220px, 0);
  -moz-transform: translate(-220px, 0);
  -ms-transform: translate(-220px, 0);
  -o-transform: translate(-220px, 0);
  transform: translate(-220px, 0);
}
.sociallink .fb:hover {
  background: #4599ff;
}
.sociallink .beh:hover {
  background: #0057ff;
}
.sociallink .drbl i {
  background: #ea4c89;
}
.sociallink .beh i {
  background: #0057ff;
  font-size: 12px;
}
.modal-backdrop.fade.show {
  opacity: 0.4;
}
.modal.fade.show {
  opacity: 1;
  margin-top: 28vh;
}
.modal.fade .modal-dialog {
  transform: translate(0, -5%) !important;
}

.inner_content p span {
  font-size: 14px !important;
}
.partner_list li {
  list-style-type: none;
}

#about {
  padding: 20px 0 0 0;
}
#services {
  padding: 0;
}

/* Login */
.login-panel-main {
  width: 50%;
  padding: 100px 30px 30px 30px;
  background-color: #0098db;
  margin: 0 auto;
  border-radius: 15px;
  position: relative;
  margin-top: 50px;
}
.login-panel-main .icon {
  position: absolute;
  background: #000;
  display: flex;
  width: 130px;
  height: 130px;
  border-radius: 100%;
  text-align: center;
  align-items: center;
  justify-content: center;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -60px;
}
.login-panel-main .icon i {
  color: #fff;
  font-size: 80px;
}
.login-panel-main .radio-group label {
  display: inline-block;
  padding: 0 10px;
  color: #fff !important;
}
.login-panel-main .form-group {
  position: relative;
  margin-bottom: 25px;
}
.login-panel-main .form-control {
  height: 45px;
  padding: 10px 12px 10px 20px;
  border-radius: 0 !important;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none;
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 1;
}
.login-panel-main .pass-lable {
  position: absolute;
  top: 15px;
  left: 0px;
  color: #c1e9fa;
  font-weight: 400;
  transition: all 0.4s;
  z-index: 0;
}
.login-panel-main .form-control:focus {
  box-shadow: none;
  outline: none;
}
.login-panel-main .form-control:focus + .pass-lable {
  top: -5px;
  transition: all 0.4s;
  color: #000;
}
.login-panel-main .border-span {
  position: relative;
  display: block;
  border-bottom: 2px solid #c1e9fa;
}
.login-panel-main .border-span::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 0%;
  background: #000;
  top: 0;
  left: 0;
  transition: all 0.4s;
}
.login-panel-main .form-control:focus ~ .border-span::after {
  width: 100%;
  transition: all 0.4s;
}
.login-panel-main .btn-primary {
  background: #000 !important;
  display: block;
  color: #fff !important;
  width: 200px;
  padding: 15px;
  border-radius: 30px;
  margin: 40px auto 0 auto;
}
.login-panel-main .forgot label {
  display: block;
  cursor: pointer;
  color: #fff;
}

.login-modal .modal-dialog {
  width: 600px;
  margin: 200px auto;
}
.login-modal .modal-content {
  background-color: #0098db;
}
.login-modal .modal-title {
  color: #fff !important;
  font-size: 16px;
}
.login-modal .form-control {
  background: #d3e1e7 !important;
  border: 1px solid #d3e1e7 !important;
  box-shadow: none !important;
  color: #fff !important;
  padding: 15px;
  height: 40px;
}
.login-modal .btn.btn-primary {
  background: #000 !important;
  display: block;
  color: #fff !important;
  width: 200px;
  padding: 15px;
  border-radius: 30px;
  margin: 40px auto 0 auto;
}
.modal-backdrop.fade.in {
  display: block !important;
  z-index: 999;
  opacity: 0.8;
}

.investor_corner .icon {
  display: inline-block;
  background-color: #fff;
  border-radius: 8px;
  padding: 9px;
  width: 58px;
}
.investor_corner h4 {
  color: #000;
}
.investor_corner svg,
.why svg {
  width: 60px;
  height: 60px;
}
.form-control {
  background-color: #222 !important;
  border: 1px solid #353535 !important;
  color: #fff !important ;
}

#captcha {
  width: calc(100% - 150px);
  /*background-color: #222;*/
  border-color: #353535;
  /*vertical-align: middle;*/
}
.btnRefresh {
  height: 44px;
  background-color: #000;
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
  color: #fff;
}
#captcha_code {
  height: 44px !important;
  border-radius: 4px;
  vertical-align: middle;
  display: inline-block;
}

.dark_box {
  /*background-color: #222;*/
  padding: 30px;
}

.TabbedPanelsTab {
  padding: 15px !important;
  background-color: #000000 !important;
  border: none !important;
  width: calc(25% - 1px);
  text-align: center;
}
.TabbedPanelsTabSelected {
  background-color: #0098db !important;
  border-bottom: none !important;
  color: #000 !important;
}
.TabbedPanelsTab {
  width: 24.9% !important;
}
#download1 {
  margin-left: 30px;
}
#download1 select {
  padding: 8px 10px;
  background-color: #000000;
  border-color: #000;
  color: #fff;
}

.btn-primary {
  color: #000 !important;
  background-color: #0098db !important;
  border-color: #0098db !important;
}

.pay_premium_row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  text-align: center;
}

.pay_premium_row .pay_item a {
  display: inline-block;
  background-color: #fff;
  padding: 5px;
  border-radius: 3px;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
  transition: all 0.3s ease-in-out;
}

.pay_premium_row .pay_item img {
  min-height: 60px;
  height: 70px;
  width: 200px;
}

@media screen and (max-width: 900px) {
  .mobile-nav-active #header {
    left: 0;
  }
  #header {
    position: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 999;
    transition: all 0.5s;
    padding: 15px;
    overflow-y: auto;
    display: none !important;
  }
  .mobile-nav-active #header {
    display: block !important;
    position: sticky !important;
  }
  .mobile-nav-active #header::after {
    content: "";
    position: absolute;
    background: #232020;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
  }
  .mobile-nav-active #header .nav-menu > ul > li {
    display: block;
  }
}

.login_modal .modal-content {
  background-color: #1c1b1b;
}
.login_modal .modal-dialog {
  margin: 200px auto;
}

.award_row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
}
.award_row .award_item .img-thumbnail {
  width: 100%;
  height: 280px;
  object-fit: contain;
  background-color: #151515;
  border: none;
  padding: 15px;
}

/* #boxes {
  position: relative;
} */
#boxes #dialog {
  width: 40% !important;
  height: auto;
  padding: 10px;
  background-color: #ffffff;
  font-family: "Segoe UI Light", sans-serif;
  font-size: 15pt;
  position: absolute;
  left: 30% !important;
  top: 130px !important;
  z-index: 9999;
  border-radius: 0px;
  text-align: center;
  padding: 3px !important;
}
a.close.agree {
  position: absolute;
  right: 3px;
  z-index: 999999999999;
  top: 3px;
}
#lorem {
  font-family: "Segoe UI", sans-serif;
  font-size: 12pt;
  text-align: left;
}
#mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9000;
  background-color: #000;
  display: none;
}

/* CSS Multiple Whatsapp Chat */
.whatsapp-name {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 0;
  margin-bottom: 0;
  line-height: 0.5;
  color: #fff;
}

#whatsapp-chat {
  box-sizing: border-box !important;

  outline: none !important;
  position: fixed;
  width: 350px;
  border-radius: 10px;
  box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
  bottom: 90px;
  right: 30px;
  overflow: hidden;
  z-index: 99;
  animation-name: showchat;
  animation-duration: 1s;
  transform: scale(1);
}
a.blantershow-chat {
  /*   background: #009688; */
  /*background: #fff;*/
  color: #404040;
  position: fixed;
  display: flex;
  font-weight: 400;
  justify-content: space-between;
  z-index: 98;
  bottom: 25px;
  right: 30px;
  font-size: 15px;
  padding: 10px 20px;
  border-radius: 30px;
  /*box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);*/
}
a.blantershow-chat svg {
  transform: scale(1.2);
  margin: 0 10px 0 0;
}
.header-chat {
  /*   background: linear-gradient(to right top, #6f96f3, #164ed2); */
  background: #009688;
  background: #095e54;
  color: #fff;
  padding: 20px;
}
.header-chat h3 {
  margin: 0 0 10px;
}
.header-chat p {
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
  color: #fff;
}
.info-avatar {
  position: relative;
}
.info-avatar img {
  /*border-radius: 100%;*/
  width: 82px;
  float: left;
  margin: 0 10px 0 0;
}

a.informasi {
  padding: 20px;
  display: block;
  overflow: hidden;
  animation-name: showhide;
  animation-duration: 0.5s;
}
a.informasi:hover {
  background: #f1f1f1;
}
.info-chat span {
  display: block;
}
#get-label,
span.chat-label {
  font-size: 12px;
  color: #888;
}
#get-nama,
span.chat-nama {
  margin: 5px 0 0;
  font-size: 15px;
  font-weight: 700;
  color: #222;
}
#get-label,
#get-nama {
  color: #fff;
}
span.my-number {
  display: none;
}
/* .blanter-msg {
  color: #444;
  padding: 20px;
  font-size: 12.5px;
  text-align: center;
  border-top: 1px solid #ddd;
} */
textarea#chat-input {
  border: none;
  font-family: "Arial", sans-serif;
  width: 100%;
  height: 20px;
  outline: none;
  resize: none;
  padding: 10px;
  font-size: 14px;
}

a#send-it {
  width: 30px;
  font-weight: 700;
  padding: 10px 10px 0;
  background: #eee;
  border-radius: 10px;
}
a#send-it svg {
  fill: #a6a6a6;
  height: 24px;
  width: 24px;
}
.first-msg {
  background: transparent;
  padding: 30px;
  text-align: center;
}

.first-msg span {
  background: #e2e2e2;
  color: #333;
  font-size: 14.2px;
  line-height: 1.7;
  border-radius: 10px;
  padding: 15px 20px;
  display: inline-block;
}

.start-chat .blanter-msg {
  display: none;
}
#get-number {
  display: none;
}
a.close-chat {
  position: absolute;
  top: 5px;
  right: 15px;
  color: #fff;
  font-size: 30px;
}

@keyframes ZpjSY {
  0% {
    background-color: rgb(182, 181, 186);
  }
  15% {
    background-color: rgb(17, 17, 17);
  }
  25% {
    background-color: rgb(182, 181, 186);
  }
}

@keyframes hPhMsj {
  15% {
    background-color: rgb(182, 181, 186);
  }
  25% {
    background-color: rgb(17, 17, 17);
  }
  35% {
    background-color: rgb(182, 181, 186);
  }
}

@keyframes iUMejp {
  25% {
    background-color: rgb(182, 181, 186);
  }
  35% {
    background-color: rgb(17, 17, 17);
  }
  45% {
    background-color: rgb(182, 181, 186);
  }
}

@keyframes showhide {
  from {
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes showchat {
  from {
    transform: scale(0);
    opacity: 0;
  }
}
@media screen and (max-width: 480px) {
  #whatsapp-chat {
    width: auto;
    left: 5%;
    right: 5%;
    font-size: 80%;
  }
  a.blantershow-chat {
    display: none;
  }
}
.hide {
  display: none;
  animation-name: showhide;
  animation-duration: 0.5s;
  transform: scale(1);
  opacity: 1;
}
.show {
  display: block;
  animation-name: showhide;
  animation-duration: 0.5s;
  transform: scale(1);
  opacity: 1;
}

.whatsapp-message-container {
  display: flex;
  z-index: 1;
}

.whatsapp-message {
  padding: 7px 14px 6px;
  background-color: rgb(255, 255, 255);
  border-radius: 0px 8px 8px;
  position: relative;
  transition: all 0.3s ease 0s;
  opacity: 0;
  transform-origin: center top 0px;
  z-index: 2;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  margin-top: 4px;
  margin-left: -54px;
  max-width: calc(100% - 66px);
}

.whatsapp-chat-body {
  padding: 20px 20px 20px 10px;
  background-color: rgb(230, 221, 212);
  position: relative;
}
.whatsapp-chat-body::before {
  display: block;
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 0;
  opacity: 0.08;
  background-image: url("https://elfsight.com/assets/chats/patterns/whatsapp.png");
}
.dAbFpq {
  display: flex;
  z-index: 1;
}

.eJJEeC {
  background-color: rgb(255, 255, 255);
  width: 52.5px;
  height: 32px;
  border-radius: 16px;
  display: flex;
  -moz-box-pack: center;
  justify-content: center;
  -moz-box-align: center;
  align-items: center;
  margin-left: 10px;
  opacity: 0;
  transition: all 0.1s ease 0s;
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
}

.hFENyl {
  position: relative;
  display: flex;
}

.ixsrax {
  height: 5px;
  width: 5px;
  margin: 0px 2px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  top: 0px;
  background-color: rgb(158, 157, 162);
  animation-name: ZpjSY;
}

.dRvxoz {
  height: 5px;
  width: 5px;
  margin: 0px 2px;
  background-color: rgb(182, 181, 186);
  border-radius: 50%;
  display: inline-block;
  position: relative;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  top: 0px;
  animation-name: hPhMsj;
}

.kAZgZq {
  padding: 7px 14px 6px;
  /*background-color: rgb(255, 255, 255);*/
  border-radius: 0px 8px 8px;
  position: relative;
  transition: all 0.3s ease 0s;
  opacity: 0;
  transform-origin: center top 0px;
  z-index: 2;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  margin-top: 4px;
  margin-left: -54px;
  width: 100%;
  /*max-width: calc(100% - 66px);*/
}
.kAZgZq::before {
  position: absolute;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACQUExURUxpccPDw9ra2m9vbwAAAAAAADExMf///wAAABoaGk9PT7q6uqurqwsLCycnJz4+PtDQ0JycnIyMjPf3915eXvz8/E9PT/39/RMTE4CAgAAAAJqamv////////r6+u/v7yUlJeXl5f///5ycnOXl5XNzc/Hx8f///xUVFf///+zs7P///+bm5gAAAM7Ozv///2fVensAAAAvdFJOUwCow1cBCCnqAhNAnY0WIDW2f2/hSeo99g1lBYT87vDXG8/6d8oL4sgM5szrkgl660OiZwAAAHRJREFUKM/ty7cSggAABNFVUQFzwizmjPz/39k4YuFWtm55bw7eHR6ny63+alnswT3/rIDzUSC7CrAziPYCJCsB+gbVkgDtVIDh+DsE9OTBpCtAbSBAZSEQNgWIygJ0RgJMDWYNAdYbAeKtAHODlkHIv997AkLqIVOXVU84AAAAAElFTkSuQmCC");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  top: 0px;
  left: -12px;
  width: 12px;
  height: 19px;
}
.bMIBDo {
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.4);
}

.iSpIQi {
  font-size: 14px;
  line-height: 19px;
  margin-top: 4px;
  color: rgb(17, 17, 17);
}

.iSpIQi {
  font-size: 14px;
  line-height: 19px;
  margin-top: 4px;
  color: rgb(17, 17, 17);
}

.cqCDVm {
  text-align: right;
  margin-top: 4px;
  font-size: 12px;
  line-height: 16px;
  color: rgba(17, 17, 17, 0.5);
  margin-right: -8px;
  margin-bottom: -4px;
}
.check-box {
  display: flex;
  align-items: flex-start;
}
.check-box .form-check-input {
  /*margin: 10px;*/
}
.online-icon {
  background: #4caf50;
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 5px;
}
#submit {
  background-color: #fff;
}
.iSpIQi .form-control {
  margin-bottom: 5px;
}
.login_btn {
  /*display: none;*/
}

.wv_tabs {
  display: block;
  width: 100%;
  margin-bottom: 15px !important;
}
.wv_tabs li {
  display: inline-block !important;
  width: 33%;
  text-align: center;
}
.wv_tabs li a {
  display: block !important;
  background-color: #222;
  border-radius: 0 !important;
  color: #fff !important;
  padding: 10px;
}
.wv_tabs li.active a,
.wv_tabs li a:hover {
  /*background: linear-gradient(90deg, rgba(156,105,0,1) 0%, rgba(255,202,0,1) 50%, rgba(156,105,0,1) 100%) !important;*/
  background: #0098db;
  color: #fff !important;
}
.news .wv_tabs_content {
  background-color: #fff;
  min-height: 280px;
  padding: 15px;
}
.news .wv_tabs_content img {
  display: none;
}
.titla_bar {
  /*background: linear-gradient(90deg, rgba(156,105,0,1) 0%, rgba(255,202,0,1) 50%, rgba(156,105,0,1) 100%);*/
  background: #0098db;
  padding: 7px 14px;
  margin: 0;
  text-align: center;
  color: #fff;
}

.form_control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #000;
  background-color: #fff;
  border: 1px solid #353535;
  background-image: none;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

@media screen and (min-width: 1200px) and (max-width: 1350px) {
  .container {
    width: 1040px !important;
  }
}
.why .icon-box .icon-box-inner h4 {
  font-weight: 600;
  margin: 10px 0 15px 0;
  font-size: 22px;
  color: #0098db;
  text-transform: capitalize;
}
.about h4 {
  font-weight: 600;
  margin: 10px 0 15px 0;
  font-size: 22px;
  color: #0098db;
  text-transform: capitalize;
  margin-top: 0 !important;
  padding-top: 0;
}
.header-main .portfolio_login {
  text-align: right;
  float: right;
  margin-top: 12px;
  color: #fff !important;
  font-size: 18px;
}

/* CSS Multiple Whatsapp Chat */
.whatsapp-name {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 0;
  margin-bottom: 0;
  line-height: 0.5;
  color: #fff;
}
.head-home p {
  color: #fff;
}

#whatsapp-chat {
  box-sizing: border-box !important;

  outline: none !important;
  position: fixed;
  width: 350px;
  border-radius: 10px;
  box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
  bottom: 90px;
  right: 30px;
  overflow: hidden;
  z-index: 999999;
  animation-name: showchat;
  animation-duration: 1s;
  transform: scale(1);
}
a.blantershow-chat {
  /*   background: #009688; */
  /*background: #000;*/
  color: #404040;
  /*position: fixed;*/
  /*display: flex;*/
  font-weight: 400;
  justify-content: space-between;
  z-index: 9999;
  bottom: 130px;
  right: 1px;
  font-size: 15px;
  padding: 10px 10px;
  border-radius: 5px;
  /*box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);*/
}
a.blantershow-chat svg {
  transform: scale(1.2);
  /*margin: 0 10px 0 0;*/
}
.header-chat {
  /*   background: linear-gradient(to right top, #6f96f3, #164ed2); */
  background: #009688;
  background: #095e54;
  color: #fff;
  padding: 20px;
}
.header-chat h3 {
  margin: 0 0 10px;
}
.header-chat p {
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}
.info-avatar {
  position: relative;
}
.info-avatar img {
  /*border-radius: 100%;*/
  width: 95px;
  float: left;
  margin: 0 10px 0 0;
}

a.informasi {
  padding: 20px;
  display: block;
  overflow: hidden;
  animation-name: showhide;
  animation-duration: 0.5s;
}
a.informasi:hover {
  background: #f1f1f1;
}
.info-chat span {
  display: block;
}
#get-label,
span.chat-label {
  font-size: 12px;
  color: #888;
}
#get-nama,
span.chat-nama {
  margin: 5px 0 0;
  font-size: 15px;
  font-weight: 700;
  color: #222;
}
#get-label,
#get-nama {
  color: #fff;
}
span.my-number {
  display: none;
}
/* .blanter-msg {
  color: #444;
  padding: 20px;
  font-size: 12.5px;
  text-align: center;
  border-top: 1px solid #ddd;
} */
textarea#chat-input {
  border: none;
  font-family: "Arial", sans-serif;
  width: 100%;
  height: 20px;
  outline: none;
  resize: none;
  padding: 10px;
  font-size: 14px;
}

a#send-it {
  width: 30px;
  font-weight: 700;
  padding: 10px 10px 0;
  background: #eee;
  border-radius: 10px;
}
a#send-it svg {
  fill: #a6a6a6;
  height: 24px;
  width: 24px;
}
.first-msg {
  background: transparent;
  padding: 30px;
  text-align: center;
}

.first-msg span {
  background: #e2e2e2;
  color: #333;
  font-size: 14.2px;
  line-height: 1.7;
  border-radius: 10px;
  padding: 15px 20px;
  display: inline-block;
}

.start-chat .blanter-msg {
  display: none;
}
#get-number {
  display: none;
}
a.close-chat {
  position: absolute;
  top: 5px;
  right: 15px;
  color: #fff;
  font-size: 30px;
}

@keyframes ZpjSY {
  0% {
    background-color: rgb(182, 181, 186);
  }
  15% {
    background-color: rgb(17, 17, 17);
  }
  25% {
    background-color: rgb(182, 181, 186);
  }
}

@keyframes hPhMsj {
  15% {
    background-color: rgb(182, 181, 186);
  }
  25% {
    background-color: rgb(17, 17, 17);
  }
  35% {
    background-color: rgb(182, 181, 186);
  }
}

@keyframes iUMejp {
  25% {
    background-color: rgb(182, 181, 186);
  }
  35% {
    background-color: rgb(17, 17, 17);
  }
  45% {
    background-color: rgb(182, 181, 186);
  }
}

@keyframes showhide {
  from {
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes showchat {
  from {
    transform: scale(0);
    opacity: 0;
  }
}
@media screen and (max-width: 480px) {
  #whatsapp-chat {
    width: auto;
    left: 5%;
    right: 5%;
    font-size: 80%;
  }
  .conter {
    width: 100% !important;
  }
}
.hide {
  display: none;
  animation-name: showhide;
  animation-duration: 0.5s;
  transform: scale(1);
  opacity: 1;
}
.show {
  display: block;
  animation-name: showhide;
  animation-duration: 0.5s;
  transform: scale(1);
  opacity: 1;
}

.whatsapp-message-container {
  display: flex;
  z-index: 1;
}

.whatsapp-message {
  padding: 7px 14px 6px;
  background-color: rgb(255, 255, 255);
  border-radius: 0px 8px 8px;
  position: relative;
  transition: all 0.3s ease 0s;
  opacity: 0;
  transform-origin: center top 0px;
  z-index: 2;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  margin-top: 4px;
  margin-left: -54px;
  max-width: calc(100% - 66px);
}

.whatsapp-chat-body {
  padding: 20px 20px 20px 10px;
  background-color: rgb(230, 221, 212);
  position: relative;
}
.whatsapp-chat-body::before {
  display: block;
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 0;
  opacity: 0.08;
  background-image: url("https://elfsight.com/assets/chats/patterns/whatsapp.png");
}
.dAbFpq {
  display: flex;
  z-index: 1;
}

.eJJEeC {
  background-color: rgb(255, 255, 255);
  width: 52.5px;
  height: 32px;
  border-radius: 16px;
  display: flex;
  -moz-box-pack: center;
  justify-content: center;
  -moz-box-align: center;
  align-items: center;
  margin-left: 10px;
  opacity: 0;
  transition: all 0.1s ease 0s;
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
}

.hFENyl {
  position: relative;
  display: flex;
}

.ixsrax {
  height: 5px;
  width: 5px;
  margin: 0px 2px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  top: 0px;
  background-color: rgb(158, 157, 162);
  animation-name: ZpjSY;
}

.dRvxoz {
  height: 5px;
  width: 5px;
  margin: 0px 2px;
  background-color: rgb(182, 181, 186);
  border-radius: 50%;
  display: inline-block;
  position: relative;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  top: 0px;
  animation-name: hPhMsj;
}

.kAZgZq {
  padding: 7px 14px 6px;
  /*background-color: rgb(255, 255, 255);*/
  border-radius: 0px 8px 8px;
  position: relative;
  transition: all 0.3s ease 0s;
  opacity: 0;
  transform-origin: center top 0px;
  z-index: 2;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  margin-top: 4px;
  margin-left: -54px;
  width: 100%;
  /*max-width: calc(100% - 66px);*/
}
.kAZgZq::before {
  position: absolute;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACQUExURUxpccPDw9ra2m9vbwAAAAAAADExMf///wAAABoaGk9PT7q6uqurqwsLCycnJz4+PtDQ0JycnIyMjPf3915eXvz8/E9PT/39/RMTE4CAgAAAAJqamv////////r6+u/v7yUlJeXl5f///5ycnOXl5XNzc/Hx8f///xUVFf///+zs7P///+bm5gAAAM7Ozv///2fVensAAAAvdFJOUwCow1cBCCnqAhNAnY0WIDW2f2/hSeo99g1lBYT87vDXG8/6d8oL4sgM5szrkgl660OiZwAAAHRJREFUKM/ty7cSggAABNFVUQFzwizmjPz/39k4YuFWtm55bw7eHR6ny63+alnswT3/rIDzUSC7CrAziPYCJCsB+gbVkgDtVIDh+DsE9OTBpCtAbSBAZSEQNgWIygJ0RgJMDWYNAdYbAeKtAHODlkHIv997AkLqIVOXVU84AAAAAElFTkSuQmCC");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  top: 0px;
  left: -12px;
  width: 12px;
  height: 19px;
}
.bMIBDo {
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.4);
}

.iSpIQi {
  font-size: 14px;
  line-height: 19px;
  margin-top: 4px;
  color: rgb(17, 17, 17);
}

.iSpIQi {
  font-size: 14px;
  line-height: 19px;
  margin-top: 4px;
  color: rgb(17, 17, 17);
}

.cqCDVm {
  text-align: right;
  margin-top: 4px;
  font-size: 12px;
  line-height: 16px;
  color: rgba(17, 17, 17, 0.5);
  margin-right: -8px;
  margin-bottom: -4px;
}
.check-box {
  display: flex;
  align-items: flex-start;
}
.check-box .form-check-input {
  /*margin: 10px;*/
}
.online-icon {
  background: #4caf50;
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 5px;
}
#submit {
  background-color: #0e62df;
}
.blantershow-chat {
  animation: down 1.5s infinite;
  -webkit-animation: down 1.5s infinite;
}

@keyframes down {
  0% {
    transform: translate(0);
  }
  20% {
    transform: translateY(15px);
  }
  40% {
    transform: translate(0);
  }
}

@-webkit-keyframes down {
  0% {
    transform: translate(0);
  }
  20% {
    transform: translateY(15px);
  }
  40% {
    transform: translate(0);
  }
}

/* Team Section Styling */
.teams {
  background-color: #3c8cd4;
  color: #fff;
  padding: 3rem 0;
}

.teams .section-title h2 {
  color: #fff;
}

.teams .team-member {
  background-color: #fff;
  color: #3c8cd4;
  padding: 1.5rem;
  border-radius: 1rem;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%; /* Fixed card height */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.teams .team-member:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0,0,0,0.2);
}

.teams .team-member img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 25px;
    margin-bottom: 1rem;
}

.teams .team-member h5 {
  margin-top: 0.5rem;
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
}

.teams .team-member p {
  text-align: center;
  font-size: 0.9rem;
  flex-grow: 1; /* Make description fill the available space */
}

@media (max-width: 767px) {
  .teams .team-member {
    height: auto; /* Let it adjust on small screens */
    margin-bottom: 2rem;
  }
}
.disclaimer-sec .footer-content img {
    height: 67px;
}
.disclaimer-sec .footer-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 20px;
    margin-bottom: 20px;
}
.disclaimer-sec .footer-content  .footer-list {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}