@charset "UTF-8";
@import url("../fonts/flaticon/flaticon.css");
:root {
  --color-theme: #3b79e4;
}

body {
  font-family: "Open Sans", sans-serif;
  font-family: "Raleway", sans-serif;
  color: #000000;
  top: 0px !important;
}

a {
  color: #3b79e4;
  text-decoration: none;
}

a:hover {
  color: #3b79e4;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: var(--bs-white);
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #3b79e4;
  border-top-color: white;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #3b79e4;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: var(--bs-white);
  line-height: 0;
}

.back-to-top:hover {
  background: #e9b50b;
  color: var(--bs-white);
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: rgb(29, 42, 65);
  transition: all 0.5s;
  z-index: 99;
  position: unset;
  width: 100%;
}

#header.fixed-top,
#header.header-inner-pages {
  background: rgba(21, 5, 23, 0.8);
  background: #1d2a41;
}

#header.fixed-top {
  position: fixed;
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

#header .logo a {
  color: var(--bs-white);
}

#header .logo img {
  max-height: 79px;
}
@media only screen and (max-width: 767px) {
  #header .logo img {
    max-height: 55px;
  }
}

.scrolled-offset {
  /*margin-top: 70px;*/
}

@media (max-width: 991px) {
  .scrolled-offset {
    /*margin-top: 60px;*/
  }
}
/*--------------------------------------------------------------
# Header Social Links
--------------------------------------------------------------*/
.header-social-links {
  margin: 10px 0px !important;
}

.header-social-links a {
  color: #f0bb0a;
  margin-left: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.header-social-links a i {
  line-height: 0;
}

.header-social-links a:hover {
  color: var(--bs-white);
}

@media (max-width: 768px) {
  .header-social-links {
    padding: 0 10px 23px 0;
  }
  .footer .widget {
    margin: 20px 0 20px;
  }
  .ticker_section .tickers,
  .progress .section-wrapper,
  .timeline {
    flex-wrap: wrap;
  }
  .timeline {
    height: auto !important;
  }
  .timeline-content {
    max-width: 100% !important;
    margin-bottom: 15px;
    width: 100%;
  }
  .timeline-content {
    height: auto !important;
  }
  #header {
    height: auto;
  }
  .navbar {
    justify-content: flex-end;
  }
  .header-social-links {
    justify-content: center;
  }
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar > ul > li {
  white-space: nowrap;
  padding: 15px 12px;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3px;
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
  transition: 0.3s;
  color: var(--bs-dark);
  position: relative;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar > ul > li > a:before {
  /*content: "";*/
  /*position: absolute;*/
  /*width: 100%;*/
  /*height: 2px;*/
  /*bottom: -7px;*/
  /*left: 0;*/
  /*background-color: #3b79e4;*/
  /*background-color: #1d2a41;*/
  /*visibility: hidden;*/
  /*width: 0px;*/
  /*transition: all 0.3s ease-in-out 0s;*/
}

.navbar a:hover:before,
.navbar li:hover > a:before,
.navbar .active:before {
  visibility: visible;
  width: 100%;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
  color: var(--bs-dark);
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 12px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: var(--bs-white);
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  font-weight: 500;
  color: #150517;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
  color: #3b79e4;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}
/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: var(--bs-white);
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
    color: var(--bs-dark);
  }
  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: var(--bs-white);
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #150517;
}

.navbar-mobile > ul > li {
  padding: 0;
}

.navbar-mobile a:hover:before,
.navbar-mobile li:hover > a:before,
.navbar-mobile .active:before {
  visibility: hidden;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
  color: #3b79e4;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: var(--bs-white);
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover > a {
  color: #3b79e4;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 80vh;
  background: url("../images/n-image/slider1.png") top center;
  background-size: cover;
  position: relative;
  /*margin-bottom: -70px;*/
}

@media (max-width: 992px) {
  #hero {
    margin-bottom: -60px;
  }
}
/*#hero:before {*/
/*  content: "";*/
/*  background: rgba(21, 5, 23, 0.5) linear-gradient(rgba(26, 0, 33, 0.5) 0%, #040f44 5%, rgba(38, 6, 51, 0.5) 40%, rgba(147, 47, 69, 0.7) 76%, rgba(236, 97, 93, 0.7) 94%, rgba(236, 97, 93, 0.5) 100%) repeat scroll 0% 0%;*/
/*  position: absolute;*/
/*  bottom: 0;*/
/*  top: 0;*/
/*  left: 0;*/
/*  right: 0;*/
/*}*/
#hero .hero-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 15px;
  right: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

#hero h1 {
  margin: 0;
  font-size: 64px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: var(--bs-white);
}

#hero h2 {
  color: #eee;
  margin: 15px 0 0 0;
  font-size: 24px;
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 40px;
  border-radius: 4px;
  transition: 0.5s;
  margin-top: 30px;
  border: 2px solid var(--bs-white);
  color: var(--bs-white);
}

#hero .btn-get-started:hover {
  background: #3b79e4;
  border: 2px solid #3b79e4;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}
@media (max-width: 768px) {
  #hero h1 {
    font-size: 30px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
  }
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #fafafa;
}

.section-title {
  text-align: center;
  margin-bottom: 30px;
}

.intro-section .section-title {
  text-align: center;
  padding-bottom: 16px;
  display: inline-block;
  font-size: 20px;
  font-size: 2rem;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px !important;
  position: relative;
}

.banner_title .section-title h2 {
  padding: 20px;
  color: var(--bs-white);
  margin: 0px;
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #3b79e4;
  bottom: 0;
  left: calc(50% - 25px);
}

.banner_title .section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #3b79e4;
  top: 0;
  left: calc(50% - 25px);
}

.section-title p {
  margin-bottom: 0;
  color: #161616;
  font-size: 16px;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-left: 28px;
  position: relative;
}

.about .content ul li + li {
  margin-top: 10px;
}

.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #3b79e4;
  line-height: 1;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .content p {
  text-align: justify;
}

.about .content .btn-learn-more,
.team .btn-learn-more,
.btn.btn-pvllp.btn {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 5px;
  transition: 0.3s;
  line-height: 1;
  color: #3b79e4;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #3b79e4;
}

.about .content .btn-learn-more:hover,
.team .btn-learn-more:hover,
.btn.btn-pvllp.btn:hover {
  background: #3b79e4;
  color: var(--bs-white);
  text-decoration: none;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  /*padding: 0;*/
}

.counts .counters span {
  font-size: 48px;
  display: block;
  color: #3b79e4;
}

.counts .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-size: 16px;
  font-weight: 600;
}

/*--------------------------------------------------------------
# Our Values
--------------------------------------------------------------*/
.our-values .ovc-items {
  padding-bottom: 30px;
  height: 100%;
}

.our-values .card {
  border: 0;
  padding: 20px 20px 20px 20px;
  position: relative;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
}

.our-values .card-body {
  z-index: 10;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  transition: ease-in-out 0.4s;
  border-radius: 5px;
}

.our-values .card-title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
  color: #3b79e4;
}

.our-values .card-title a {
  color: #150517;
}

.our-values .card-text {
  color: #5e5e5e;
}

.our-values .read-more a,
.our-values .read-more {
  color: #3e7ae1;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  transition: 0.4s;
  background: none;
  border: 0;
}

.our-values .read-more:hover {
  color: var(--bs-white);
}

.our-values .card:hover .card-body .read-more {
  color: var(--bs-white);
}

.our-values .card-body .read-more {
  color: #3b79e4;
}

.our-values .read-more a:hover {
  text-decoration: underline;
}

.our-values .card:hover .card-body,
.our-values .card:active .card-body {
  background: #3b79e4;
}

.our-values .card:hover .read-more a,
.our-values .card:hover .card-title,
.our-values .card:hover .card-title a,
.our-values .card:hover .card-text {
  color: var(--bs-white);
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  padding: 40px 0;
  text-align: center;
}

.clients .clients-img {
  padding: 20px 0;
}
.clients .clients-img img {
  max-width: 100%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 5px;
  border: 1px solid rgba(135, 135, 135, 0.368627451);
}

.clients img:hover {
  filter: none;
  transform: scale(1.05);
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .services-item {
  padding-bottom: 30px;
  height: 100%;
}

.services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 0 20px 20px;
  background: var(--bs-white);
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
  height: 100%;
  border: 1px solid rgba(238, 238, 238, 0.9333333333);
}

.services .icon-box:hover {
  border: 1px solid #3b79e4;
}

.services .icon-box:hover .icon img {
  /*filter: unset;*/
}

.services .icon-box .icon {
  position: unset;
  width: 70px;
  height: 70px;
  background: #eee;
  margin-bottom: 20px;
  border-radius: 0 20px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.services .icon-box .icon img {
  margin: 0;
  /*filter: brightness(0);*/
  width: 50px;
}

.services .icon-box:hover {
  transform: translateY(-5px);
}

.services .icon {
  position: absolute;
  left: -20px;
  top: calc(50% - 30px);
}

.services .icon i {
  font-size: 64px;
  line-height: 1;
  transition: 0.5s;
}

.services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .title a {
  color: #111;
}

.services .icon-box:hover .title a {
  color: #3b79e4;
}

.services .description {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
  color: #161616;
}

.services .section-title {
  margin-bottom: 30px;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  /*min-height: 165px;*/
  text-align: center;
}

.testimonials .testimonial-item .testimonial-img {
  /*width: 90px;*/
  /*border-radius: 50%;*/
  /*margin: -40px 0 0 40px;*/
  /*position: relative;*/
  /*z-index: 2;*/
  /*border: 6px solid var(--bs-white);*/
  margin-right: 17px;
  margin-right: 20px;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0px;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 0 45px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #ffbbaa;
  font-size: 26px;
  display: none !important;
}

.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 {
  font-style: italic;
  margin: 0 15px 0 15px;
  padding: 20px 20px 20px 20px;
  background: var(--bs-white);
  position: relative;
  border-radius: 6px;
  position: relative;
  z-index: 1;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: var(--bs-white);
  opacity: 1;
  border: 1px solid #3b79e4;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #3b79e4;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: #280a2c;
  background-size: cover;
  padding: 60px 0;
}

.cta h3 {
  color: var(--bs-white);
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: var(--bs-white);
}

.cta .cta-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 35px;
  border-radius: 4px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid var(--bs-white);
  color: var(--bs-white);
}

.cta .cta-btn:hover {
  background: #3b79e4;
  border: 2px solid #3b79e4;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  list-style: none;
  margin-bottom: 20px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  margin: 0 15px 10px 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #3b79e4;
}

.portfolio #portfolio-flters li.filter-active::before,
.portfolio #portfolio-flters li.filter-active::after {
  color: #3b79e4;
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio .portfolio-item .portfolio-img {
  overflow: hidden;
}

.portfolio .portfolio-item .portfolio-img img {
  transition: all 0.5s ease-in-out;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 15px;
  bottom: 0;
  z-index: 3;
  right: 15px;
  transition: all ease-in-out 0.3s;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: var(--bs-white);
  font-weight: 600;
  color: var(--bs-white);
  margin-bottom: 0px;
}

.portfolio .portfolio-item .portfolio-info p {
  color: white;
  font-size: 14px;
  margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: var(--bs-white);
  transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #3b79e4;
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}

.portfolio .portfolio-item:hover .portfolio-img img {
  transform: scale(1.2);
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# 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: var(--bs-white);
  opacity: 1;
  border: 1px solid #3b79e4;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #3b79e4;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(21, 5, 23, 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;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 4px;
  background: var(--bs-white);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  width: 100%;
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: 30px;
  right: 0;
  /*opacity: 0;*/
  transition: ease-in-out 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.team .member .social a {
  transition: color 0.3s;
  color: #150517;
  margin: 0 3px;
  border-radius: 4px;
  width: 36px;
  height: 36px;
  background: #efba0a;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: ease-in-out 0.3s;
  color: var(--bs-white);
}

.team .member .social a i {
  line-height: 0;
}

.team .member .social a:hover {
  background: #3b79e4;
}

.team .member .social i {
  font-size: 18px;
}

.team .member .member-info {
  padding: 25px 15px;
}

.team .member .member-info h4 {
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 14px;
  color: #150517;
  /*white-space: nowrap;*/
  /*  text-overflow: ellipsis;*/
  /*  width: 88%;*/
  /*  overflow: hidden;*/
}

.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: var(--bs-dark);
}

.team .member .member-info p {
  /*font-style: italic;*/
  font-size: 18px;
  line-height: 26px;
  /*color: #777777;*/
}

.team .member:hover .social {
  opacity: 1;
  bottom: 15px;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: var(--bs-white);
  text-align: center;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.pricing h3 {
  font-weight: 400;
  margin: -20px -20px 20px -20px;
  padding: 20px 15px;
  font-size: 16px;
  font-weight: 600;
  color: #777777;
  background: #f8f8f8;
}

.pricing h4 {
  font-size: 36px;
  color: #3b79e4;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}

.pricing h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: #444444;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing ul li {
  padding-bottom: 16px;
}

.pricing ul i {
  color: #3b79e4;
  font-size: 18px;
  padding-right: 4px;
}

.pricing ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .btn-wrap {
  margin: 20px -20px -20px -20px;
  padding: 20px 15px;
  background: #f8f8f8;
  text-align: center;
}

.pricing .btn-buy {
  background: #3b79e4;
  display: inline-block;
  padding: 8px 35px 9px 35px;
  border-radius: 4px;
  color: var(--bs-white);
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  transition: 0.3s;
}

.pricing .btn-buy:hover {
  background: #3b79e4;
}

.pricing .featured h3 {
  color: var(--bs-white);
  background: #3b79e4;
}

.pricing .advanced {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #3b79e4;
  color: var(--bs-white);
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info,
.contact .infos {
  width: 100%;
  /*background: var(--bs-white);*/
}

.contact .info i,
.contact .infos i {
  font-size: 20px;
  color: #3b79e4;
  float: left;
  width: 44px;
  height: 44px;
  background: #fff8f6;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4,
.contact .infos h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #150517;
}

.contact .info p,
.contact .infos p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 16px;
  color: #161616;
}

.contact .info .email,
.contact .info .phone,
.contact .infos .email,
.contact .infos .phone {
  margin-top: 40px;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i,
.contact .infos .email:hover i,
.contact .infos .address:hover i,
.contact .infos .phone:hover i {
  background: #3b79e4;
  color: var(--bs-white);
}

.contact .php-email-form {
  width: 100%;
  background: var(--bs-white);
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  color: var(--bs-white);
  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: var(--bs-white);
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: var(--bs-white);
  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;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 4px;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #3b79e4;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: #3b79e4;
  border: 0;
  padding: 10px 24px;
  color: var(--bs-white);
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #3b79e4;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #fafafa;
  min-height: 40px;
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 500;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #3b0e41;
  content: "/";
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: url("../img/footer-bg.jpg") center center no-repeat;
  color: var(--bs-white);
  font-size: 14px;
  position: relative;
}

#footer::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(2, 0, 2, 0.6);
  z-index: 1;
}

#footer .footer-top {
  position: relative;
  z-index: 2;
  text-align: center;
  /*padding: 80px 0;*/
}

#footer .footer-top h3 {
  font-size: 23px;
  font-weight: 700;
  color: var(--bs-white);
  position: relative;
  font-family: "Poppins", sans-serif;
  padding-bottom: 0;
  margin-bottom: 10px;
}

#footer .footer-top p {
  font-size: 15;
  font-style: italic;
  margin: 30px 0 0 0;
  padding: 0;
}

#footer .footer-top .footer-newsletter {
  text-align: center;
  font-size: 15px;
  margin-top: 30px;
}

#footer .footer-top .footer-newsletter form,
#footer .footer-top .footer-newsletter #frmContact {
  background: var(--bs-white);
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  text-align: left;
}

#footer .footer-top .footer-newsletter form input[type=email],
#footer .footer-top .footer-newsletter #frmContact input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-top .footer-newsletter form input[type=submit],
#footer .footer-top .footer-newsletter #frmContact input[type=submit] {
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #3b79e4;
  color: var(--bs-white);
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-top .footer-newsletter form input[type=submit]:hover,
#footer .footer-top .footer-newsletter #frmContact input[type=submit]:hover {
  background: #3b79e4;
}

#footer .footer-top .social-links {
  margin-top: 30px;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  color: var(--bs-white);
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #3b79e4;
  color: var(--bs-white);
  text-decoration: none;
}

#footer .footer-bottom {
  border-top: 1px solid #3b0e41;
  z-index: 2;
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}

#footer .copyright {
  float: left;
}

#footer .credits {
  float: right;
  font-size: 13px;
}

@media (max-width: 768px) {
  #footer .copyright,
  #footer .credits {
    float: none;
    text-align: center;
  }
  #footer .credits {
    padding-top: 5px;
  }
}
.why_redcorel .info_box:hover::after {
  content: "";
  position: absolute;
  top: -19px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  /* height: 100%; */
  background: url(../img/shape_.png);
  z-index: -1;
  transition: all 0.5s ease-in-out;
  border-radius: 4px;
  padding: 90px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 506px;
}

.why_redcorel .info_box {
  /*background: #335b63;*/
  /*padding: 15px;*/
  /*text-align: center;*/
  /*border: 1px solid #eee;*/
  /*margin-bottom: 20px;*/
  /*min-height: 235px;*/
  position: relative;
}

.why_redcorel .info_box .icon {
  display: block;
  text-align: center;
  width: 100px;
  height: 100px;
  /*margin: -60px auto 0 auto;*/
  /*background-color: #fba70b;*/
  border-radius: 100%;
  padding: 20px;
  position: relative;
  z-index: 9999;
  transition: 0.4s;
  border: 6px solid var(--bs-white);
}

.why_redcorel .info_box .icon .icon2 {
  position: absolute;
  width: 100%;
  padding: 20px;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}

.why_redcorel .info_box .info {
  position: relative;
  z-index: 999;
  color: var(--bs-white);
  /*min-height: 180px;*/
  text-align: left;
}

.info {
  font-size: 0.8em;
  color: #FF6600;
  letter-spacing: 2px;
  padding-left: 5px;
}

.why_redcorel .info_box .info h3 {
  margin-top: 20px;
  font-size: 18px;
  text-transform: uppercase;
  color: var(--bs-dark);
  font-weight: 600;
  padding: 19px 17px;
  margin: 0px;
}

.why_redcorel .info_box .info h3 img {
  margin-right: 10px;
  width: 58px;
}

.why_redcorel .info_box .info p {
  text-align: left !important;
  letter-spacing: 0;
  font-size: 16px;
  color: var(--bs-dark);
  min-height: 140px;
}

.why_redcorel .info_box::after {
  /*content: "";*/
  /*position: absolute;*/
  /*background-color: #493fa6;*/
  /*width: 100%;*/
  /*height: 0;*/
  /*top: 0;*/
  /*left: 15px;*/
  /*transition: 0.4s;*/
  /*z-index: 0;*/
}

.why_redcorel .info_box:hover .icon {
  background-color: var(--bs-white);
  border: 6px solid #eee;
  transition: 0.4s;
}

.why_redcorel .info_box:hover .icon .icon2 {
  opacity: 1;
  visibility: visible;
  transition: 0.4s;
}

.why_redcorel .info_box .icon1 {
  width: 100%;
}

.why_redcorel .info_box:hover::after {
  /*height: calc(100% - 20px);*/
}

.info_box:hover span.btn.btn-primary {
  color: var(--bs-white);
}

.why_redcorel .info_box:hover p,
.why_redcorel .info_box:hover h3 {
  color: var(--bs-dark);
}

/* SIP Calculator */
.sip_calculator .sip_box {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.3);
  padding: 20px 0 30px 0;
  background-color: var(--bs-white);
  border-radius: 6px;
}

.sip_calculator .ui-slider {
  background: #3b79e4;
  border: #3b79e4;
  border-radius: 20px;
  display: inline-block !important;
  width: 100%;
  height: 8px;
}

.sip_calculator .ui-slider .ui-slider-handle {
  background: var(--bs-dark);
  border: var(--bs-dark);
  border-radius: 100%;
  width: 22px;
  height: 22px;
  margin-top: -2px;
  cursor: pointer;
}

/*.sip_calculator .form-group #sliderIntrest {
    display: inline-block !important;
    width: 75%;
    }*/
.sip_calculator .form-group label {
  font-size: 18px;
  text-align: left;
  display: inline-block;
  margin: 0;
  width: calc(100% - 130px);
  position: relative;
  color: #1c1817;
}

.sip_calculator .form-group label::after {
  position: absolute;
  content: "₹";
  font-size: 18px;
  color: var(--bs-white);
  z-index: 9;
  right: -22px;
  top: 0px;
}

.sip_calculator .form-group.intrest-group label::after {
  content: "%";
}

.sip_calculator .form-group.time-group label::after {
  content: "Y";
}

.sip_calculator .form-group {
  margin: 0px 30px 32px 30px;
}

.sip_calculator .form-control {
  display: inline-block !important;
  width: 125px !important;
  max-width: 100%;
  background-color: #3b79e4;
  border: #3b79e4;
  color: var(--bs-white);
  font-weight: 600;
  font-size: 18px;
  border-radius: 30px;
  position: relative;
  padding-left: 25px;
}

.calculator_output h4 {
  text-align: left;
  position: relative;
  font-size: 17px;
  padding: 3px 25px;
  font-weight: 400;
  color: #777;
  margin: 8px 0;
  border: 2px solid #3b79e4;
  height: 65px;
}

.calculator_output h4 span {
  position: absolute;
  /*left: 80%;*/
  font-size: 22px;
  font-weight: 600;
  padding-left: 16px;
}

.calculator_output h4 span::after {
  position: absolute;
  content: "₹";
  font-size: 22px;
  color: #777777;
  z-index: 9;
  left: 1px;
  top: 0px;
}

.mt-70 {
  margin-top: 70px;
}

.conters h1 i {
  color: var(--bs-white);
  font-size: 71px;
}

.conter {
  /*position: absolute;*/
  /*top:50%;*/
  /*left: 50%;*/
  /*transform: translate(-50%, -50%);*/
  /*width: 400px;*/
  /*background: white;*/
  /*border-radius: 10px;*/
  width: 400px;
  background: #3b79e4;
  border-radius: 10px;
  margin: 0px auto;
  padding: 68px 0px;
}

.conters h1 {
  text-align: center;
  padding: 0 0 20px 0;
  border-bottom: 1px solid silver;
  background: #45a8de;
  width: -moz-max-content;
  width: max-content;
  padding: 30px 45px;
  border-radius: 68%;
  margin-top: -58px;
  margin: 0px auto;
  position: absolute;
  left: 0;
  right: 0;
  margin-top: -55px;
}

.conter form {
  padding: 22px 40px 0px;
  box-sizing: border-box;
}

.conter form .txt_field {
  position: relative;
  border-bottom: 2px solid #ffffff;
  margin: 30px 0;
}

.txt_field input {
  width: 100%;
  padding: 0 5px;
  height: 40px;
  font-size: 16px;
  border: none;
  background: none;
  outline: none;
  color: var(--bs-white);
}

.conter .txt_field label {
  position: absolute;
  top: 50%;
  left: 5px;
  color: #ffffff;
  transform: translateY(-50%);
  font-size: 16px;
  pointer-events: none;
  transition: 0.5s;
}

.conter .txt_field span::before {
  content: "";
  position: absolute;
  top: 40px;
  left: 0;
  width: 0%;
  height: 2px;
  background: #2691d9;
  transition: 0.5s;
}

.conter .txt_field input:focus ~ label,
.conter .txt_field input:valid ~ label {
  top: -5px;
  color: #2691d9;
}

.conter .txt_field input:focus ~ span::before,
.conter .txt_field input:valid ~ span::before {
  width: 100%;
}

.conter .pass {
  margin: -5px 0 20px 5px;
  color: #a6a6a6;
  cursor: pointer;
}

.conter .pass:hover {
  text-decoration: underline;
}

.conter input[type=submit] {
  width: 100%;
  height: 50px;
  border: 1px solid;
  background: #2691d9;
  border-radius: 25px;
  font-size: 18px;
  color: #e9f4fb;
  font-weight: 700;
  cursor: pointer;
  outline: none;
}

.conter input[type=submit]:hover {
  border-color: #2691d9 transparent 0.5s;
}

.conter .signup_link {
  margin: 30px;
  text-align: center;
  font-size: 16px;
  color: #666666;
}

.conter .signup_link a {
  color: #2691d9;
  text-decoration: none;
}

.conter .signup_link a:hover {
  text-decoration: underline;
}

.txt_field.d-flex input {
  height: 18px;
  width: auto;
}

.txt_field.d-flex {
  border-bottom: 0px !important;
}

.txt_field.d-flex span {
  margin-right: 21px;
  color: var(--bs-white);
  margin-top: -2px;
  margin-left: 5px;
}

.conters .modal-dialog {
  margin-top: 20%;
}

.icon-box img {
  margin-top: -59px;
  width: 81px;
}

.footer_logo {
  width: 75px;
  margin: 0px auto;
  display: block;
}

/* CSS Multiple Whatsapp Chat */
.whatsapp-name {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 0;
  margin-bottom: 0;
  line-height: 0.5;
  color: var(--bs-white);
}

.head-home p {
  color: var(--bs-white);
}

#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);
}

.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);
  }
}
a.blantershow-chat {
  background: #1d2a41;
  /*background: var(--bs-dark);*/
  color: var(--bs-white);
  position: fixed;
  /*display: flex;*/
  font-weight: 400;
  justify-content: space-between;
  z-index: 9999;
  bottom: 90px;
  right: 1px;
  font-size: 15px;
  padding: 10px 10px;
  border-radius: 5px;
  /*box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);*/
  float: right;
}

a.blantershow-chat i {
  margin-right: 5px;
}

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: var(--bs-white);
  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: var(--bs-white);
}

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: var(--bs-white);
  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;
  justify-content: 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: #095e54;
  color: var(--bs-white);
  margin: 0px auto;
  display: block;
}

.line-1 {
  /*position: relative;*/
  top: 50%;
  width: 24em;
  margin: 0 auto;
  border-right: 2px solid rgba(255, 255, 255, 0.75);
  font-size: 180%;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  transform: translateY(-50%);
}

/* Animation */
.anim-typewriter {
  animation: typewriter 4s steps(44) 1s 1 normal both, blinkTextCursor 500ms steps(44) infinite normal;
}

@keyframes typewriter {
  from {
    width: 0;
  }
  to {
    width: 24em;
  }
}
@keyframes blinkTextCursor {
  from {
    border-right-color: rgba(255, 255, 255, 0.75);
  }
  to {
    border-right-color: transparent;
  }
}
.skiptranslate iframe {
  height: 0;
}

.mb-70 {
  margin-bottom: 70px;
}

.font-14 {
  font-size: 11px;
  width: 100%;
  text-align: right;
  display: inline-grid;
}

.applinks {
  padding-left: 0;
}

.applinks li {
  display: inline-block;
}

.applinks li img {
  width: 134px;
}

.section-bg-white {
  background: var(--bs-white);
}

.fixed_bar {
  position: fixed;
  top: 29%;
  right: 0;
  z-index: 9999;
}

.fixed_bar {
  display: block;
  background-color: #561f28;
  padding: 4px 8px;
  margin-bottom: 5px;
  border-radius: 5px 0 0 5px;
  color: var(--bs-white);
  text-decoration: none;
  vertical-align: middle;
  transition: 0.4s ease-in-out;
  transform: translate(350px, 0px);
}

.fixed_bar .bar_item i {
  display: inline-block;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 30px;
  font-size: 24px;
  vertical-align: middle;
  margin-right: 8px;
}

.fixed_bar .bar_item span {
  font-size: 18px !important;
  line-height: 34px;
}

.fixed_bar:hover {
  /*background-color: var(--bs-dark);*/
  transition: 0.4s ease-in-out;
  transform: translate(0px, 0px);
}

.fixed_bar .bar_item img,
.fixed_bar .bar_item svg {
  padding-right: 9px;
}

.fixed_bar .bar_item svg {
  padding: 3px;
  margin-right: 11px;
}

.downloadlist li {
  list-style-type: none;
  font-size: 17px;
  margin-bottom: 13px;
}

.feater-box img {
  width: 60px;
}

.feater-box h3 {
  font-size: 14px;
  margin-top: 10px;
}

.feater-box {
  text-align: center;
  border: 1px solid var(--bs-white);
  padding: 10px;
  border-radius: 6px;
  margin-top: 20px;
}

.development_p {
  margin: 0px auto;
  margin-left: auto;
  display: block;
  margin-left: -121px;
  position: absolute;
  text-align: center;
  background: #561f28;
  padding: 17px;
  border-radius: 4px;
}

.development_p img {
  width: 68px;
  padding: 0 !important;
}

.development_p span {
  display: block;
  line-height: 1 !important;
  color: var(--bs-white);
  font-weight: 600;
  margin-top: 6px;
}

.hero-feature {
  color: var(--bs-white);
  z-index: 1000;
}

.hero-features {
  color: var(--bs-white);
  position: relative;
  z-index: 9;
  padding: 0px 15px;
}

.single-hero-feature {
  position: relative;
  padding: 40px 60px 41px 60px;
}

.single-hero-feature::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0;
  transition: top 0.5s;
}

.single-hero-feature:nth-child(odd)::after {
  background-color: #3d7ae4;
}

.single-hero-feature:nth-child(even)::after {
  background-color: #1f469c;
}

.single-hero-feature:hover::after {
  top: -25px;
}

.hero-features i {
  font-size: 50px;
  margin: 0px;
  color: var(--bs-white);
}

.hero-features h3 {
  margin-top: 26px;
  font-size: 24px;
  font-weight: 600;
  color: var(--bs-white);
}

/*---------------------------
** Introduction css
---------------------------*/
.intro-section {
  /*margin-top: -232px;*/
  /*margin-top: -100px;*/
  color: var(--bs-dark);
  text-align: center;
}

.intro-section .section-title h2 {
  color: var(--bs-dark);
}

.intro-section .box {
  z-index: 99999999;
  position: relative;
}

.intro-txt {
  padding: 71px 46px 61px 47px;
  background-color: #efba0a;
  color: var(--bs-white);
}

.intro-txt h2 {
  color: var(--bs-white);
  font-size: 23px;
  line-height: 1.7;
  margin-bottom: 40px;
}

.intro-txt a {
  display: inline-block;
  position: relative;
  width: 200px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  color: var(--bs-white);
  text-transform: uppercase;
  font-weight: 600;
  background-color: #3d7ae4;
  border: none;
  text-decoration: none;
  font-size: 14px;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.intro-txt a span {
  display: inline-block;
  margin-left: 0px;
  transition: 0.3s;
  font-size: 20px;
}

.intro-txt a:hover span {
  /*margin-left: -10px;*/
}

.intro-txt a::after {
  content: "\f101";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  right: 50px;
  color: var(--bs-white);
  opacity: 0;
  transition: 0.3s;
  display: none;
}

.intro-txt a:hover::after {
  visibility: visible;
  opacity: 1;
  right: 45px;
}

.intro-bg {
  height: 100%;
  background-size: cover;
  background-image: url("../img/what_we_do.jpg");
}

/*---------------------------
** How we do section css
---------------------------*/
.approach-section {
  padding: 120px 0px 118px 0px;
}

.approach-section .section-summary {
  margin: 15px 0px 55px 0px;
}

.approach-summary {
  padding-right: 150px;
}

.approach-summary span.section-title {
  font-size: 18px;
  font-style: italic;
  color: #afb2be;
  font-weight: 700;
  font-family: "Source Serif Pro", serif;
}

.approach-summary h2 {
  color: #38383c;
}

.single-approach {
  margin-bottom: 30px;
}

.single-approach:last-child {
  margin-bottom: 0px;
}

.single-approach h4 {
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 9px;
}

.single-approach p {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
}

.single-approach:last-child {
  margin-bottom: 0px;
}

.single-approach::after {
  content: "";
  display: block;
  clear: both;
}

.approach-icon-wrapper {
  height: 80px;
  width: 80px;
  border: 1px solid #3fd680;
  border-radius: 50%;
  text-align: center;
  float: left;
  transition: 0.5s;
}

.approach-icon-wrapper i {
  margin: 0;
  line-height: 80px;
  font-size: 30px;
  color: #25d06f;
  transition: 0.5s;
}

.single-approach:hover .approach-icon-wrapper {
  background-color: #25d06f;
  border: 1px solid #25d06f;
}

.single-approach:hover .approach-icon-wrapper i {
  color: var(--bs-white);
}

.approach-text {
  margin-left: 110px;
}

.approach-summary a.boxed-btn {
  position: relative;
  border: 1px solid var(--bs-white);
  transition: 0.3s;
}

.approach-summary a.boxed-btn:hover {
  border: 1px solid #25d06f;
  color: #25d06f;
  background-color: var(--bs-white);
}

.progress {
  /*background: url(../../assets/images/progress/bg.jpg);*/
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  height: auto;
  /*padding-bottom: 80px !important;*/
  background: none;
  /*padding-top: 0;*/
}

.progress .section-wrapper {
  z-index: 1;
  position: relative;
  display: flex;
}

@media (min-width: 768px) {
  .progress .section-wrapper {
    margin: 0 -15px;
  }
}
.progress .section-wrapper .post-item .post-item-inner {
  align-items: center;
  flex-direction: row-reverse;
}

.progress .section-wrapper .post-item .post-item-inner .post-thumb {
  width: 100%;
}

@media (min-width: 768px) {
  .progress .section-wrapper .post-item .post-item-inner .post-thumb {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .progress .section-wrapper .post-item .post-item-inner .post-thumb img {
    max-width: none;
  }
}
.progress .section-wrapper .post-item .post-item-inner .post-content {
  width: 100%;
}

@media (min-width: 768px) {
  .progress .section-wrapper .post-item .post-item-inner .post-content {
    width: 50%;
    padding-right: 60px;
  }
}
.progress .section-wrapper .post-item .post-item-inner .post-content h2 {
  margin-bottom: 15px;
  margin-top: -10px;
}

.progress .section-wrapper .post-item .post-item-inner .post-content p {
  margin-bottom: 25px;
}

@media (min-width: 576px) {
  .progress .section-wrapper .post-item .post-item-inner .post-content p {
    margin-bottom: 35px;
  }
}
.progress .section-wrapper .post-item .post-item-inner .post-content ul li {
  padding: 9px 0;
  font-size: 17px;
  padding-left: 30px;
  position: relative;
  color: #403663;
  font-weight: 500;
}

.progress .section-wrapper .post-item .post-item-inner .post-content ul li::before {
  content: "\f00c" !important;
  top: 50%;
  left: 0;
  font-weight: 700;
  font-size: 12px;
  color: #49bcf7;
  font-family: "Font Awesome 5 Free";
  transform: translateY(-50%);
}

.progress .section-wrapper .post-item .post-item-inner .post-content .btn {
  margin-top: 30px;
  background: #49bcf7;
}

@media (min-width: 576px) {
  .progress .section-wrapper .post-item .post-item-inner .post-content .btn {
    margin-top: 50px;
  }
}
.progress .section-wrapper .post-item .post-item-inner .post-content .btn:hover {
  background: #ff7555;
}

.progress.style-2 {
  overflow: visible;
  /*background: var(--bs-white);*/
}

@media (min-width: 992px) {
  .progress.style-2 .section-wrapper {
    /*background: url(../../assets/images/progress/bg.png) no-repeat;*/
    /*background-position: top;*/
    /*margin-bottom: 215px !important;*/
  }
}
.progress.style-2 .section-wrapper .post-item {
  width: 100%;
}

@media (min-width: 768px) {
  .progress.style-2 .section-wrapper .post-item {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .progress.style-2 .section-wrapper .post-item {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .progress.style-2 .section-wrapper .post-item:last-child .post-item-inner {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .progress.style-2 .section-wrapper .post-item:nth-child(1) {
    /*transform: translateY(240px);*/
  }
}
@media (min-width: 1400px) {
  .progress.style-2 .section-wrapper .post-item:nth-child(1) .post-item-inner::before {
    /*top: -52px;*/
  }
}
@media (min-width: 992px) {
  .progress.style-2 .section-wrapper .post-item:nth-child(2) {
    /*transform: translateY(200px);*/
  }
  .progress.style-2 .section-wrapper .post-item:nth-child(2) .post-item-inner::before {
    top: -85px;
  }
}
@media (min-width: 1400px) {
  .progress.style-2 .section-wrapper .post-item:nth-child(2) .post-item-inner::before {
    top: -78px;
  }
}
@media (min-width: 992px) {
  .progress.style-2 .section-wrapper .post-item:nth-child(3) {
    /*transform: translateY(135px);*/
  }
  .progress.style-2 .section-wrapper .post-item:nth-child(3) .post-item-inner::before {
    top: -125px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .progress.style-2 .section-wrapper .post-item:nth-child(3) {
    /*transform: translateY(150px);*/
  }
}
@media (min-width: 992px) {
  .progress.style-2 .section-wrapper .post-item:nth-child(4) {
    /*transform: translateY(20px);*/
  }
  .progress.style-2 .section-wrapper .post-item:nth-child(4) .post-item-inner::before {
    top: -55px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .progress.style-2 .section-wrapper .post-item:nth-child(4) {
    /*transform: translateY(60px);*/
  }
}
@media (min-width: 1400px) {
  .progress.style-2 .section-wrapper .post-item:nth-child(4) .post-item-inner::before {
    top: -46px;
  }
}
.progress.style-2 .section-wrapper .post-item .post-item-inner {
  position: relative;
  margin: 15px 0;
  padding: 40px;
  text-align: center;
  background: var(--bs-white);
  border-radius: 18px;
  min-height: 236px;
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
}

@media (min-width: 576px) {
  .progress.style-2 .section-wrapper .post-item .post-item-inner {
    margin: 36px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .progress.style-2 .section-wrapper .post-item .post-item-inner {
    margin: 30px 15px;
  }
}
.progress.style-2 .section-wrapper .post-item .post-item-inner::before {
  width: 18px;
  height: 18px;
  background: #49bcf7;
  border-radius: 100%;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  border: 4px solid var(--bs-white);
  box-shadow: 0 3px 10px rgba(136, 136, 136, 0.36);
  transition: all 0.3s ease;
}

@media (min-width: 992px) {
  .progress.style-2 .section-wrapper .post-item .post-item-inner::before {
    top: -65px;
  }
}
@media (max-width: 575px) {
  .progress.style-2 .section-wrapper .post-item .post-item-inner::before {
    display: none;
  }
}
.progress.style-2 .section-wrapper .post-item .post-item-inner::after {
  width: 60px;
  height: 60px;
  background: var(--bs-white);
  border-radius: 3px;
  transform: translateX(-50%) rotate(45deg);
  top: 0;
  left: 50%;
}

@media (max-width: 575px) {
  .progress.style-2 .section-wrapper .post-item .post-item-inner::after {
    display: none;
  }
}
.progress.style-2 .section-wrapper .post-item .post-item-inner:hover::before {
  background: #ff7555;
  animation: pulse3 1.5s infinite linear;
}

.progress.style-2 .section-wrapper .post-item .post-item-inner:hover .post-thumb img {
  transform: scale(1.05);
}

.progress.style-2 .section-wrapper .post-item .post-item-inner .post-thumb {
  width: 100%;
  position: relative;
  z-index: 1;
}

.progress.style-2 .section-wrapper .post-item .post-item-inner .post-thumb img {
  display: inline-block;
  max-width: 100%;
  transition: all 0.3s ease;
}

.progress.style-2 .section-wrapper .post-item .post-item-inner .post-content {
  width: 100%;
  padding-right: 0;
}

.progress.style-2 .section-wrapper .post-item .post-item-inner .post-content span {
  display: block;
  margin-top: 15px;
  color: #403663;
  font-family: "Rubik", sans-serif;
  font-size: 18px;
}

.progress.style-3 {
  position: relative;
}

.progress.style-3::after {
  display: none;
}

@media (min-width: 992px) {
  .progress.style-3::after {
    top: 50%;
    right: 0;
    width: 700px;
    height: 700px;
    border-radius: 50%;
    transform: translateY(-50%);
    background: #fff7f5;
    display: block;
  }
}
.achievement {
  background: #1356e6;
  background-size: cover;
  overflow: hidden;
}

.achievement .padding-x {
  justify-content: space-between;
  align-items: center;
}

.achievement .counter-up {
  margin-bottom: 40px;
  max-width: 100%;
}

@media (min-width: 1200px) {
  .achievement .counter-up {
    /*max-width: 600px;*/
    margin-bottom: 0;
  }
}
@media (min-width: 576px) {
  .achievement .counter-up .section-header {
    text-align: left;
  }
}
.achievement .counter-up .section-header h2,
.achievement .counter-up .section-header p {
  color: var(--bs-white);
}

.achievement .counter-up .section-wrapper .counter-area {
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 575px) {
  .achievement .counter-up .section-wrapper .counter-area .content-item {
    width: 100%;
    text-align: center;
  }
}
.achievement .counter-up .section-wrapper .counter-area .content-item .counter,
.achievement .counter-up .section-wrapper .counter-area .content-item .count-view {
  font-size: 42px;
  font-family: "Rubik", sans-serif;
  color: var(--bs-white);
}

.achievement .counter-up .section-wrapper .counter-area .content-item p {
  color: var(--bs-white);
}

.achievement .achive-area {
  width: 100%;
  margin: auto;
}

@media (min-width: 1200px) {
  .achievement .achive-area {
    width: calc(100% - 600px);
  }
}
.achievement .achive-area .achive-slider {
  width: 300px;
  position: relative;
  text-align: center;
  margin: 0 auto;
  overflow: hidden;
  background: var(--bs-white);
  border-radius: 6px;
}

@media (min-width: 576px) {
  .achievement .achive-area .achive-slider {
    width: 414px;
  }
}
@media (min-width: 1200px) {
  .achievement .achive-area .achive-slider {
    margin-right: 0;
  }
}
.achievement .achive-area .achive-slider .post-item {
  padding: 40px 40px 30px;
}

.achievement .achive-area .achive-slider .post-item .post-item-inner .post-thumb {
  margin-bottom: 30px;
}

.achievement .achive-area .achive-slider .post-item .post-item-inner .post-thumb img {
  display: inline-block;
}

.achievement .achive-area .achive-slider .post-item .post-item-inner .post-content h4 {
  margin-bottom: 15px;
}

.achievement .achive-area .achive-slider .post-item .post-item-inner .post-content p {
  margin-bottom: 30px;
}

.achievement .achive-area .achive-slider .achive-pagination {
  z-index: 1;
  margin-bottom: 20px;
}

.achievement.style-2 {
  background-image: url(../../assets/images/achievement/bg2.jpg);
}

@media (max-width: 575px) {
  .achievement.style-2 .section-wrapper .counter-area .content-item {
    margin-bottom: 10px;
  }
}
/*** 

====================================================================
	calltoaction
====================================================================

***/
.calltoaction {
  position: relative;
  /*padding: 240px 0px 100px 0px;*/
  /*margin-top: -180px;*/
  background: #1356e6;
  z-index: 1;
}

.calltoaction .btn-box {
  padding: 49px 20px;
  text-align: center;
}

.calltoaction .btn-box .btn-style-one {
  color: #106eea;
  background-color: var(--bs-white);
}

.footer-top ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  text-align: left;
}

.footer-top ul li a {
  color: var(--bs-white);
  font-size: 18px;
  margin-bottom: 3px;
  display: block;
}

.footer-top h3 {
  text-align: left;
}

/*--- Footer ---*/
.footer {
  background-position: center center;
  background-size: auto;
  background-repeat: no-repeat;
  position: relative;
  background-color: #1d2a41;
  padding: 60px 0 0;
}

.mailchimp-area {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 45px;
}

.mailchimp-area h3 {
  font-size: 28px;
  line-height: 38px;
  color: var(--bs-white);
  margin: 0;
}

.mc4wp-form {
  position: relative;
  margin: 0 0 0;
  width: 570px;
}

.mc4wp-form input[type=email] {
  width: 100%;
  height: 60px;
  border: none;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  outline: none;
  font-size: 15px;
  font-family: "Rubik", sans-serif;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
  padding: 0 28px;
  margin: 0 0 15px;
}

.mc4wp-form input[type=email]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
  opacity: 1;
}

.mc4wp-form input[type=email]::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
  opacity: 1;
}

.mc4wp-form input[type=email]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
  opacity: 1;
}

.mc4wp-form button {
  height: 60px;
  font-size: 15px;
  line-height: 60px;
  color: var(--bs-white);
  border: none;
  text-align: center;
  font-family: "Rubik", sans-serif;
  text-transform: capitalize;
  font-weight: 700;
  background: #3d7ae4;
  border-radius: 10px;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 44px;
  outline: none;
  transition: all 0.4s;
  border-radius: 0 10px 10px 0;
}

.mc4wp-form button i {
  margin-right: 11px;
}

.mc4wp-form button:hover {
  background: #0f1a2c;
}

.footer .widget {
  position: relative;
  margin: 60px 0 45px;
}

footer .widget .widget-title {
  font-size: 20px;
  line-height: 0.8;
  text-transform: uppercase;
  position: relative;
  margin: 13px 0 37px;
  border: none;
  color: var(--bs-white);
  padding-left: 18px;
}

footer .widget .widget-title:after {
  position: absolute;
  left: 0;
  top: -4px;
  content: "";
  width: 4px;
  height: 23px;
  background: #3d7ae4;
}

.about-widget {
  position: relative;
  padding-right: 20px;
}

.about-widget img {
  max-width: 100%;
  height: auto;
}

.about-widget p {
  color: rgba(255, 255, 255, 0.8);
  margin: 27px 0 33px;
  font-weight: 600;
}

.copyright {
  position: relative;
  padding: 22px 0 27px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.copyright p {
  margin: 0;
  color: rgb(255, 255, 255);
}

.copyright p a {
  color: inherit;
}

.copyright p a:hover {
  color: #3d7ae4;
}

.copyright ul {
  margin: 0;
  padding: 0;
  text-align: right;
}

.copyright ul li {
  list-style: none;
  position: relative;
  margin: 0 0 0 20px;
  display: inline-block;
}

.copyright ul li:after {
  position: absolute;
  right: -13px;
  top: 10px;
  height: 12px;
  width: 2px;
  content: "";
  background: rgba(255, 255, 255, 0.5);
}

.copyright ul li:last-child:after {
  display: none;
}

.copyright ul li a {
  display: inline-block;
  color: rgba(255, 255, 255, 0.5);
}

.copyright ul li a:hover {
  color: #3d7ae4;
}

footer .widget ul {
  margin: 0;
  padding: 0;
  line-height: 0.8;
}

footer .widget ul li {
  list-style: none;
  display: block;
  position: relative;
  font-family: "Rubik", sans-serif;
  font-size: 15px;
  line-height: 32px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 2px;
}

footer .widget ul li a {
  display: inline-block;
  color: inherit;
  font-weight: 600;
}

footer .widget ul li:hover a {
  color: #f0bb0b;
}

footer .widget ul li:before {
  content: "--";
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0;
  margin-right: 8px;
  transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -webkit-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
}

footer .widget ul li:hover:before {
  margin-right: 13px;
  color: #3d7ae4;
}

/*** 

====================================================================
	service facilites
====================================================================

***/
.service-facilites {
  position: relative;
  /*background: #FAFAFA;*/
}

.service-facilites .sf-item {
  padding-bottom: 30px;
  height: 100%;
}

.service-facilites .item {
  display: flex;
  flex-wrap: wrap;
  padding: 25px;
  border: 1px solid #eee;
  border-radius: 10px;
  height: 100%;
  text-align: center;
  transition: all 0.3s ease-in-out;
}

.service-facilites .item:hover {
  overflow: hidden;
  background: var(--bs-white);
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
}

.service-facilites .item:hover .icon img {
  filter: unset;
}

.service-facilites .item h2 {
  padding: 0;
}

.service-facilites .item h2:before {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -4px;
  content: "";
  width: 20px;
  height: 2px;
  background: #106eea;
}

.service-facilites .item .icon {
  max-width: 80px;
  height: 80px;
  width: 100%;
  display: flex;
  align-items: center;
  margin: 0 auto;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #eee;
  margin-bottom: 20px;
}

.service-facilites .item .icon img {
  width: 45px;
  /*filter: brightness(0) invert(0.4);*/
}

.service-facilites .item .content p {
  margin-bottom: 0;
}

.service-facilites .item .icon span:after {
  position: absolute;
  left: -5px;
  top: 70px;
  background: url(../images/shape/service-facilites-icon-shape.png);
  content: "";
  width: 100px;
  height: 25px;
  background-repeat: no-repeat;
}

.service-facilites .item h2 {
  position: relative;
  margin-bottom: 11px;
}

.service-facilites .item h2 a {
  font-size: 24px;
  color: #1c1b1b;
  font-weight: 700;
  transition: all 700ms ease;
}

.service-facilites .item h2:hover a {
  color: #106eea;
  transition: all 700ms ease;
}

.service-facilites .sec-title p {
  position: relative;
}

.service-facilites .sec-title p:before {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -30px;
  content: "";
  width: 500px;
  height: 1px;
  background: #F2F2F2;
}

.service-facilites .btn-box {
  position: relative;
  text-align: center;
  margin-top: 10px;
}

.service-facilites .btn-box:before {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -35px;
  content: "";
  width: 500px;
  height: 1px;
  background: #F2F2F2;
}

.service-facilites .btn-title:before {
  background: #1c1b1b;
}

.service-facilites .btn-style-one .btn-title:after {
  position: absolute;
  right: 25px;
  top: 11px;
  font-size: 16px;
  content: "\f101";
  font-family: "Font Awesome 5 Pro";
}

.service-facilites .btn-style-one .btn-title {
  padding: 11px 50px 11px 35px;
}

.logo-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}

.logo-container ul li {
  width: 257px;
  height: 120px;
  background: var(--bs-white);
  border-radius: 10px;
  margin: 10px;
  float: left;
  padding: 20px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-container ul li a {
  text-decoration: none !important;
  display: inline-block;
}

.logo-container ul li img {
  width: 100%;
}

.sec-title.light h2 {
  font-size: 36px;
  color: var(--bs-white);
  line-height: 48px;
}

.sec-title.light h3 {
  font-size: 24px;
  color: var(--bs-white);
  line-height: 31px;
}

.sec-title.light h2 {
  margin-bottom: 0;
}

.sec-title h2 {
  font-size: 36px;
  color: #1c1b1b;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 56px;
  margin-bottom: 25px;
}

.calltoaction .btn-title {
  padding: 9px 28px;
  display: inline-block;
  color: var(--bs-dark);
  background: var(--bs-white);
  font-weight: 600;
  font-size: 29px;
}

/*** 

====================================================================
	blog
====================================================================

***/
.blog {
  position: relative;
  padding: 80px 0px;
  background-repeat: no-repeat;
  z-index: 5;
  background-position: center center;
  background-size: cover;
}

.blog .inner-box {
  position: relative;
  z-index: 1;
  margin-top: 10px;
}

.blog .inner-box:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: "";
  background: url(../images/shape/blog-shape-1.png);
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: -1;
  background-repeat: no-repeat;
}

.blog .inner-box:after {
  position: absolute;
  bottom: 1px;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: "";
  background: url(../images/shape/blog-shape-2.png);
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: -2;
  background-repeat: no-repeat;
  transition: all 600ms ease;
  opacity: 0;
}

.blog .inner-box .image {
  position: relative;
}

.blog .inner-box .image .overflow {
  overflow: hidden;
}

.blog .inner-box .image img {
  width: 100%;
  transition: 1s;
}

.blog .inner-box:hover .image img {
  transform: scale(1.2);
}

.blog .inner-box .image .date {
  position: absolute;
  top: -10px;
  left: 20px;
  font-size: 14px;
  color: var(--bs-white);
  background: #106eea;
  display: inline-block;
  font-weight: 500;
  padding: 0px 10px;
  font-family: "Roboto Condensed", sans-serif;
}

.blog .inner-box .lower-content {
  position: relative;
  text-align: center;
  z-index: 1;
  padding: 30px 0px 40px 0px;
}

.blog .inner-box .lower-content .post-meta li {
  display: inline-block;
  margin: 0px 15px;
}

.blog .inner-box .lower-content .post-meta li a {
  font-size: 16px;
  color: #7F7F7F;
}

.blog .inner-box .lower-content .post-meta li a i {
  margin-right: 10px;
}

.blog .inner-box .lower-content h3 {
  padding: 0px 30px;
  line-height: 30px;
  font-size: 23px;
  font-weight: 700;
  margin-top: 18px;
}

.blog .inner-box .lower-content h3 a {
  color: #1c1b1b;
  transition: all 700ms ease;
}

.blog .inner-box .lower-content h3 a:hover {
  color: #106eea;
  transition: all 700ms ease;
}

.blog .inner-box .link-btn a span {
  position: relative;
  top: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: var(--bs-white);
  font-size: 14px;
  background: #106eea;
  transition: all 300ms ease;
  opacity: 0;
  z-index: 1;
}

.blog .inner-box .link-btn a span:after {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 0px;
  height: 100%;
  display: block;
  opacity: 0;
  z-index: -1;
  background: #1c1b1b;
  transition: all 700ms ease;
}

.blog .inner-box .link-btn a span:hover:after {
  width: 100%;
  opacity: 1;
  transition: all 700ms ease;
}

.blog .inner-box:hover .link-btn a span {
  top: 30px;
  opacity: 1;
  transition: all 300ms ease;
}

.blog .inner-box:hover:after {
  opacity: 1;
  bottom: -2px;
  transition: all 600ms ease;
}

.blog .owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: block;
}

.blog .owl-nav {
  position: absolute;
  left: 0%;
  top: 50%;
  width: 100%;
  margin-top: -10px;
  /*max-width: 710px;
  margin-left: -355px; */
}

.blog .owl-nav .owl-prev,
.blog .owl-nav .owl-next {
  position: absolute;
  width: 55px;
  height: 55px;
  line-height: 55px;
  border-radius: 50%;
  background: #FFFFFF !important;
  display: inline-block;
  text-align: center;
  transition: all 300ms ease;
}

.blog .owl-nav .owl-prev {
  left: -90px;
  right: auto;
  top: -90px;
}

.blog .owl-nav .owl-prev span {
  color: #106eea;
  font-size: 32px;
}

.blog .owl-nav .owl-next span {
  color: #106eea;
  font-size: 32px;
}

.blog .owl-nav .owl-next {
  right: -90px;
  left: auto;
  top: -90px;
}

.blog .owl-nav .owl-prev:hover,
.blog .owl-nav .owl-next:hover {
  color: #ffffff;
  background: #106eea !important;
  transition: all 300ms ease;
}

.blog .owl-nav .owl-prev:hover span,
.blog .owl-nav .owl-next:hover span {
  color: #ffffff;
  transition: all 300ms ease;
}

.blog .owl-dots {
  display: none;
}

.blog.blog_main .inner-box {
  position: relative;
  z-index: 1;
  margin-top: 10px;
  margin-bottom: 25px;
}

.counter-area {
  display: flex;
  flex-wrap: wrap;
}

.about-widget ul {
  display: flex;
  justify-content: center;
  margin: 0;
}

.about-widget ul li::before {
  display: none;
}

.about-widget ul li img {
  width: 143px;
  float: left;
}

.modal-backdrop {
  z-index: 9;
}

.modal {
  top: 70px;
}

.modal-body ul li {
  text-align: left;
}

.content-item .purecounter {
  color: var(--bs-white);
  font-size: 47px;
}

.content-item {
  text-align: center;
}

.about-widget .header-social-links.d-flex.align-items-center {
  justify-content: center;
  padding: 0px;
}

/* Blog */
.single-blog {
  background: #ffffff;
  box-shadow: 0px 0px 98px 0px rgba(0, 0, 0, 0.07);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin: 30px 0;
}

.single-blog .blog-img {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.single-blog .blog-img a {
  display: block;
}

.single-blog .blog-img a img {
  width: 100%;
  transition: all 0.3s linear;
  height: 240px;
  -o-object-fit: cover;
  object-fit: cover;
}

.single-blog:hover .blog-img a img {
  transform: scale(1.1);
}

.single-blog .blog-img .top-meta {
  position: absolute;
  top: 35px;
  left: 30px;
}

.single-blog .blog-img .top-meta .date {
  line-height: 65px;
  text-align: center;
  background-image: linear-gradient(120deg, #54d6eb 0%, #035cdd 100%);
  color: var(--bs-white);
  font-size: 14px;
  line-height: 18px;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  line-height: 12px;
  padding: 10px;
}

.single-blog .blog-img .top-meta .date {
  background: #f58634;
}

.single-blog .blog-content {
  padding: 15px;
}

.single-blog .blog-content .title {
  font-size: 22px;
  line-height: 30px;
  color: #333333;
}

.single-blog .blog-content .title a {
  color: #333333;
}

.single-blog .blog-content .title a:hover {
  color: #f58634;
}

.single-blog .blog-content .b-content {
  margin-top: 10px;
  max-height: 42px;
  overflow: hidden;
}

.single-blog .blog-content p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #4c4d56 !important;
  margin: 0;
}

.single-blog .blog-content p span {
  white-space: normal;
}

.single-blog .blog-btn {
  border-top: 1px solid #ebebeb;
  padding: 15px 40px;
}

.single-blog .blog-btn .blog-btn-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  color: #005de0;
  transition: all 0.3s linear;
}

.single-blog .blog-btn .blog-btn-link {
  color: #f58634;
}

.single-blog .blog-btn .blog-btn-link i {
  transition: all 0.3s linear;
}

.single-blog .blog-btn .blog-btn-link:hover i {
  transform: translateX(5px);
}

.blog-detail .badge {
  padding: 10px;
  margin-bottom: 10px;
  color: #fff !important;
  font-size: 13px;
  font-weight: 400;
}

.post-detail .view_img img {
  height: 600px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.about_team {
  /*position: relative;*/
  /*display: flex;*/
  /*flex-direction: column;*/
  min-width: 0;
  word-wrap: break-word;
  background-color: #f6f6f6;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.member-img .member-info img {
  width: 350px !important;
  float: left;
  margin-right: 18px;
}

.steps-progress {
  /*width: 70%;*/
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: var(--bs-dark);
}

.steps-progress-head {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}

.steps-progress-head .head-item {
  padding: 0.5rem 0.5rem;
  margin: 0.3rem;
  letter-spacing: 2px;
  cursor: pointer;
}

.steps-progress .steps-list {
  width: 100%;
  position: relative;
  list-style: none;
}

.steps-progress .steps-list::before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 10px;
  height: 100%;
  border-left: 3px solid var(--bs-white);
}

.steps-progress .steps-list .steps-item {
  position: relative;
  width: 50%;
}

.steps-progress .steps-list .steps-item:nth-child(even)::before {
  /*height: 100%;*/
}

.steps-progress .steps-list .steps-item:nth-child(odd)::before {
  /*height: 100%;*/
}

.steps-progress .steps-list .steps-item:nth-child(even) {
  padding-right: 20px;
  text-align: right;
  float: left;
  clear: both;
}

.steps-progress .steps-list .steps-item:nth-child(even)::before {
  content: "";
  position: absolute;
  top: 0;
  right: -3px;
  width: 3px;
  height: 100%;
  background-color: #52c234;
  display: inline-block;
  transition: all 255ms ease-in-out;
}

.steps-progress .steps-list .steps-item:nth-child(even)::after {
  content: "";
  position: absolute;
  top: 0;
  right: -9px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: var(--bs-dark);
  display: inline-block;
}

.steps-progress .steps-list .steps-item:nth-child(odd) {
  float: right;
  padding-left: 20px;
  clear: both;
}

.steps-progress .steps-list .steps-item:nth-child(odd)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background-color: #52c234;
  display: inline-block;
  transition: all 255ms ease-in-out;
}

.steps-progress .steps-list .steps-item:nth-child(odd)::after {
  content: "";
  position: absolute;
  top: 0;
  left: -6px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: var(--bs-dark);
  display: inline-block;
}

.steps-progress .steps-list .steps-item:not(:last-child) {
  padding-bottom: 1rem;
}

.steps-progress .steps-list .steps-item .location {
  margin-top: 0.2rem;
  font-size: 16px;
}

.steps-progress .steps-list .steps-item .periode {
  margin-top: 1rem;
  font-size: 18px;
}

#nav-tab1,
#nav-tab,
#nav-tab2 {
  justify-content: center;
}

.timeline {
  width: 100%;
  height: 480px;
  padding: 20px;
  position: relative;
  box-sizing: border-box;
  background: #1D2A41;
  /*overflow: auto;*/
  display: flex;
}

.timieline-title {
  font-size: 1.5em;
  font-weight: bold;
}

.timeline-content {
  max-width: 300px;
  height: 200px;
  padding: 20px;
  flex-shrink: 0;
  flex-grow: 0;
  align-self: flex-start;
  background: var(--bs-white);
  position: relative;
  border-radius: 10px;
  margin-right: 10px;
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
  font-size: 16px;
}

.timeline-content:before {
  position: absolute;
  width: calc(100% + 12px);
  height: 4px;
  top: calc(100% + 8px);
  background: var(--bs-white);
  content: "";
  left: -7px;
  border-radius: 5px;
}

.timeline-content:after {
  position: absolute;
  width: 4px;
  height: 25px;
  top: 100%;
  left: calc(50% - 10px);
  background: var(--bs-white);
  content: "";
}

.timeline-period {
  position: absolute;
  top: calc(100% + 25px);
  background: #F0BB0A;
  padding: 10px;
  width: 100px;
  text-align: center;
  border-radius: 10px;
  left: calc(50% - 60px);
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
}

.timeline-period:before {
  width: 15px;
  height: 15px;
  background: var(--bs-white);
  border-radius: 50%;
  content: "";
  position: absolute;
  top: -20px;
  left: calc(50% - 6px);
  z-index: 2;
}

.timeline-content:nth-child(even) {
  align-self: flex-end;
}

.timeline-content:nth-child(even):before {
  top: -15px;
}

.timeline-content:nth-child(even):after {
  top: -25px;
}

.timeline-content:nth-child(even) .timeline-period {
  top: -60px;
}

.timeline-content:nth-child(even) .timeline-period:before {
  top: calc(100% + 2px);
}

.our-values.progress {
  background: #1D2A41;
}

.mf_img img {
  margin: 0px auto;
  display: block;
  width: 400px;
}

.mf_p {
  line-height: 2;
}

.tab-content .collapse.show ul li {
  padding: 0px;
}

.tab-content .collapse.show ul {
  list-style-type: disc;
  padding-left: 14px;
  margin: 10px 0px;
}

.card_left {
  float: left;
  margin-right: 30px;
}

.non-life-logo img {
  width: 120px;
}

.nav-tab-icon img {
  width: 120px;
}

.header_top .bi {
  margin-right: 10px;
}

.applinks img {
  width: 120px;
}

.marq ul li {
  display: inline-block;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border-color: #f0bb0b #f0bb0b var(--bs-white);
}

.nav-tabs {
  border-bottom: 1px solid #f0bb0b;
}

.banner-bx {
  transition: 0.5s;
  position: relative;
  background-color: #ffffff;
  padding: 25px 41px;
  border-radius: 20px;
  box-shadow: 0 8px 13px rgba(70, 74, 85, 0.08);
  border: 1px solid #eee;
}

.bnr-btm .banner-bx .fa {
  font-size: 30px;
  border-radius: 50%;
  background: #f3bb01;
  text-align: center;
  color: #363636;
}

.banner-bx .fa {
  font-size: 50px;
  height: 60px;
  width: 60px;
  line-height: 60px;
  color: #f3bb01;
  margin-bottom: 10px;
}

.bnr-btm .banner-bx h4 {
  border: 1px solid #070b0e;
  width: 120px;
  text-align: center;
  margin: 10px auto;
  line-height: 40px;
  color: #f3bb01;
}

.banner-bx .timer {
  color: #f3bb01;
}

.banner-bx h5 {
  font-size: 20px;
}

.top_fund_performance ul {
  padding: 0;
  list-style-type: none;
}

.fund_performance {
  text-align: center;
  margin-bottom: 30px;
}

.fund_performance form {
  display: flex;
  justify-content: space-around;
}

.top_fund_performance ul li {
  display: inline-block;
  width: 19%;
  font-size: 20px;
  font-weight: 600;
}

.fund_performance .form-check {
  display: inline-block;
  width: 19%;
  vertical-align: middle;
}

.top_fund_performance ul li i {
  display: block;
  margin-bottom: 10px;
}

.top_fund_performance ul li img {
  width: 50px;
}

/* RADIO */
.fund_performance .radio {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 5px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  height: 200px;
  width: 200px;
  padding: 10px;
  line-height: 20px;
  align-items: center;
  margin: 0 15px;
  transition: all 0.3s ease-in-out;
}

.fund_performance .radio:hover {
  transform: scale(1.05);
  transition: all 0.3s ease-in-out;
}

.fund_performance .radio i {
  display: block;
  height: 55px;
  margin-top: 50px;
}

.fund_performance .radio i::after {
  content: "\f141";
  font-family: flaticon_mycollection;
  font-size: 75px;
  color: #1d2a41;
  font-style: normal;
  display: none;
}

.fund_performance .radio:nth-child(2) i::after {
  content: "\f13e";
}

.fund_performance .radio:nth-child(3) i::after {
  content: "\f146";
}

.fund_performance .radio:nth-child(4) i::after {
  content: "\f145";
}

.fund_performance .radio:nth-child(5) i::after {
  content: "\f117";
}

.fund_performance .radio i img {
  width: 70px;
}

.fund_performance .radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.fund_performance .radio em {
  font-style: normal;
  vertical-align: middle;
  padding: 0;
  line-height: 14px;
  font-weight: 600;
  color: #1d2a41;
  margin-top: 15px;
  font-size: 20px;
  display: block;
  text-transform: uppercase;
}

.fund_performance .radio:hover em {
  color: #1d2a41;
}

.fund_performance .radio .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 200px;
  width: 200px;
  border-radius: 100%;
  border: 3px solid #1d2a41;
}

.form-check-input:checked[type=radio] + span.checkmark {
  border: 3px solid #1d2a41;
}

.fund_performance .radio:hover input ~ .checkmark {
  border: 3px solid #1d2a41;
}

/* Layer 2 css */
.category_side_bar {
  display: inline-block;
  width: 240px;
  background-color: #ededf5;
  max-height: 63vh;
  overflow: auto;
}

#category_wise_fund p {
  margin: 0;
  padding: 4px 15px;
  border: 1px solid #c0e1e7;
  border-bottom: none;
  position: relative;
  cursor: pointer;
  color: #1e769f;
  /* display: inline-block; */
}

#category_wise_fund p:last-child {
  border-bottom: 1px solid #d8edf1;
}

#category_wise_fund p.active {
  background-color: #2b8caa;
  color: var(--bs-white);
}

#category_wise_fund p:hover {
  background-color: #2b8caa;
  color: var(--bs-white);
}

#category_wise_fund p::after {
  position: absolute;
  content: "\f178";
  font-family: fontawesome;
  font-size: 16px;
  right: 15px;
  top: 5px;
  opacity: 0.5;
  color: #1e769f;
}

#category_wise_fund .sub_category_items {
  position: relative;
}

#category_wise_fund .sub_category_items:hover {
  background: #e40b13;
  color: var(--bs-white);
}

#category_wise_fund .sub_category_items .fund_sub_category {
  width: 100%;
  position: absolute;
  height: 25px;
  opacity: 0;
  cursor: pointer;
}

#category_wise_fund .sub_category_items .fund_sub_category[type=radio]:checked + label {
  background: #1d2a41;
  color: var(--bs-white);
}

#category_wise_fund .sub_category_items label {
  display: block;
  width: 100%;
  padding: 14px !important;
  background: #1d2a41;
  color: var(--bs-white);
}

#myTable th {
  background-color: #d8edf1;
  padding: 10px 5px;
  font-size: 15px;
  line-height: 16px;
  color: #1e769f;
  text-align: center;
}

#myTable td {
  border: 1px solid #d8edf1 !important;
  font-size: 14px;
  line-height: 16px;
  color: #1e769f;
  padding: 5px;
}

#myTable .highcharts-figure {
  display: block;
  padding: 0 !important;
  width: 100% !important;
  margin: 0;
  max-width: 100%;
  border: none !important;
}

.map_active .highcharts-figure {
  display: block !important;
}

.map_active .highcharts-figure #container {
  border: 1px solid #d8edf1 !important;
  padding: 0;
}

/* .map_active .highcharts-figure #container {
    padding: 0;
} */
#myTable #showMap {
  position: relative;
}

#myTable #showMap span {
  opacity: 0;
  width: 30px;
  display: block;
  height: 55px;
  z-index: 99;
  position: relative;
  cursor: pointer;
}

#myTable #showMap::after {
  content: "+";
  position: absolute;
  font-size: 22px;
  top: 35%;
  left: 40%;
}

.loader img {
  width: 60px;
}

.our-values.progress .timeline {
  overflow: auto;
}

.card.active .card-body {
  background: #3b79e4;
}

.card.active .card-body h5,
.card.active .card-body .read-more {
  color: var(--bs-white);
}

.login-btn {
  background: var(--bs-white);
  color: #1d2a41 !important;
  padding: 10px 40px !important;
  border-radius: 61px;
}

.top_fund_performance ul {
  padding: 0;
  list-style-type: none;
}

.fund_performance {
  text-align: center;
  margin-bottom: 30px;
}

.fund_performance form {
  display: flex;
}

.top_fund_performance ul li {
  display: inline-block;
  width: 19%;
  font-size: 20px;
  font-weight: 600;
}

.fund_performance .form-check {
  display: inline-block;
  width: 19%;
  vertical-align: middle;
}

.top_fund_performance ul li i {
  display: block;
  margin-bottom: 10px;
}

.top_fund_performance ul li img {
  width: 50px;
}

/* RADIO */
.radio {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 5px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  height: 200px;
  width: 200px;
  padding: 10px;
  line-height: 20px;
  align-items: center;
  margin: 0 15px;
  transition: all 0.3s ease-in-out;
}

.radio:hover {
  transform: scale(1.05);
  transition: all 0.3s ease-in-out;
}

.radio i {
  display: block;
  height: 80px;
  margin-top: 30px;
  background-image: url(../images/equity.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.radio:nth-child(2) i {
  background-image: url(../images/debt.png);
}

.radio:nth-child(3) i {
  background-image: url(../images/hybrid.png);
}

.radio:nth-child(4) i {
  background-image: url(../images/sol.png);
}

.radio:nth-child(5) i {
  background-image: url(../images/other.png);
}

.radio i img {
  width: 70px;
}

.radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.radio em {
  font-style: normal;
  vertical-align: middle;
  padding: 0;
  line-height: 14px;
  font-weight: 600;
  color: #2b6db3;
  margin-top: 15px;
  font-size: 18px;
  display: block;
  text-transform: uppercase;
}

.radio .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 200px;
  width: 200px;
  border-radius: 100%;
  border: 3px solid #d8edf1;
}

.form-check-input:checked[type=radio] + span.checkmark {
  border: 3px solid #3c7ae4;
}

.radio:hover input ~ .checkmark {
  border: 3px solid #3c7ae4;
}

/* Layer 2 css */
.category_side_bar {
  display: inline-block;
  width: 240px;
  background-color: #ecf5f7;
  max-height: 63vh;
  overflow: auto;
}

#category_wise_fund p {
  margin: 0;
  padding: 4px 15px;
  border: 1px solid #c0e1e7;
  border-bottom: none;
  position: relative;
  cursor: pointer;
  color: #1e769f;
  /* display: inline-block; */
}

#category_wise_fund p:last-child {
  border-bottom: 1px solid #d8edf1;
}

#category_wise_fund p.active {
  background-color: #2b8caa;
  color: var(--bs-white);
}

#category_wise_fund p:hover {
  background-color: #2b8caa;
  color: var(--bs-white);
}

#category_wise_fund p::after {
  position: absolute;
  content: "\f178";
  font-family: fontawesome;
  font-size: 16px;
  right: 15px;
  top: 5px;
  opacity: 0.5;
  color: #1e769f;
}

#category_wise_fund .sub_category_items {
  position: relative;
}

#category_wise_fund .sub_category_items:hover {
  background: #3c7ae4;
  color: var(--bs-white);
}

#category_wise_fund .sub_category_items .fund_sub_category {
  width: 100%;
  position: absolute;
  height: 25px;
  opacity: 0;
  cursor: pointer;
}

#category_wise_fund .sub_category_items .fund_sub_category[type=radio]:checked + label {
  background: #3c7ae4;
  color: var(--bs-white);
}

#category_wise_fund .sub_category_items label {
  display: block;
  width: 100%;
  padding: 2px 10px;
}

#myTable th {
  background-color: #d8edf1;
  padding: 10px 5px;
  font-size: 15px;
  line-height: 16px;
  color: #1e769f;
  text-align: center;
}

#myTable td {
  border: 1px solid #d8edf1 !important;
  font-size: 14px;
  line-height: 16px;
  color: #1e769f;
  padding: 5px;
}

#myTable .highcharts-figure {
  display: block;
  padding: 0 !important;
  width: 100% !important;
  margin: 0;
  max-width: 100%;
  border: none !important;
}

.map_active .highcharts-figure {
  display: block !important;
}

.map_active .highcharts-figure #container {
  border: 1px solid #d8edf1 !important;
  padding: 0;
}

/* .map_active .highcharts-figure #container {
    padding: 0;
} */
#myTable #showMap {
  position: relative;
}

#myTable #showMap span {
  opacity: 0;
  width: 30px;
  display: block;
  height: 55px;
  z-index: 99;
  position: relative;
  cursor: pointer;
}

#myTable #showMap::after {
  content: "+";
  position: absolute;
  font-size: 22px;
  top: 35%;
  left: 40%;
}

.loader img {
  width: 60px;
}

/* LAYER 3 */
#loader {
  display: inline-block;
  width: calc(100% - 245px);
  vertical-align: top;
}

#main_fund_box {
  display: inline-block;
  width: calc(100% - 245px);
  vertical-align: top;
  max-height: 65vh;
  overflow-y: auto;
  padding: 5px;
}

#myTable .chart_div {
  display: none;
  width: 100% !important;
}

#myTable .map_active .chart_div {
  display: block;
}

/* Map Div CSS */
/* #myTable tr {
    display: block;
} */
.highcharts-figure,
.highcharts-data-table table {
  min-width: 360px;
  max-width: 800px;
  margin: 1em auto;
}

.highcharts-data-table table {
  font-family: Verdana, sans-serif;
  border-collapse: collapse;
  border: 1px solid #ebebeb;
  margin: 10px auto;
  text-align: center;
  width: 100%;
  max-width: 500px;
}

.highcharts-data-table caption {
  padding: 1em 0;
  font-size: 1.2em;
  color: #555;
}

.highcharts-data-table th {
  font-weight: 600;
  padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
  padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
  background: #f8f8f8;
}

.highcharts-data-table tr:hover {
  background: #f1f7ff;
}

/* width */
::-webkit-scrollbar {
  width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #3c7ae4;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #3c7ae4;
}

td.details-control {
  cursor: pointer;
}

text.highcharts-subtitle {
  display: none;
}

text.highcharts-credits {
  display: none;
}

.search_bar_sub #myInput {
  padding: 6px;
  border-radius: 5px;
  border: 1px solid #ddd;
  margin: 5px;
  width: 96%;
}

.m-10 {
  margin: 31px 0 0px 57%;
  display: block;
}

.our-values {
  background: linear-gradient(180deg, #fff 0%, #fafafa 55%);
}

.ticker_section {
  padding: 7px 0 0;
  background: linear-gradient(0deg, #000, #000);
}

.ticker_section .tickers {
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: space-around;
  flex-flow: nowrap;
  align-content: center;
  margin: -10px;
}

.ticker_section .tickers .ticker_item {
  padding: 10px;
  display: flex;
  position: relative;
}

.ticker_section .tickers .ticker_item::after {
  content: "";
  height: 40%;
  width: 1px;
  position: absolute;
  right: 0;
  background-color: var(--bs-white);
  top: 50%;
  transform: translateY(-50%);
}

.ticker_section .tickers .ticker_item:last-child {
  border: none;
}

.ticker_section .tickers .ticker_item:last-child::after {
  content: unset;
}

.ticker_section .tickers .ticker_item .name {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--bs-white);
  margin-top: 5px;
  position: relative;
  z-index: 9;
}

.ticker_section .tickers .ticker_item .price {
  font-size: 12px;
  padding-top: 6px;
  color: var(--bs-white);
  position: relative;
  z-index: 9;
  margin-left: 7px;
}

.ticker_section .tickers .ticker_item .difference_percent {
  position: relative;
  color: #2de55d;
  line-height: 18px;
  font-size: 12px;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 6px 8px;
  margin-left: 7px;
  border-radius: 2px;
  padding-right: 26px;
  font-weight: 600;
}

.ticker_section .tickers .ticker_item .difference_percent::after {
  content: "";
  position: absolute;
  background-image: url("../images/n-image/trend.png");
  font-size: 18px;
  bottom: 8px;
  background-size: contain;
  background-position: center;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  right: 7px;
}

.ticker_section .tickers .ticker_item .difference_percent.negative {
  color: #ff2d2d;
}

.ticker_section .tickers .ticker_item .difference_percent.negative::after {
  background-image: url("../images/n-image/decrease.png");
}

.about-section .image {
  position: relative;
  text-align: left;
  padding: 10% 0 0 10%;
}

.about-section .image::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 70%;
  background-color: #1d2a41;
  z-index: -1;
}

.about-section .image img {
  width: 70%;
  position: relative;
  left: 0%;
}

@media only screen and (max-width: 767px) {
  .about-section .image {
    margin-bottom: 30px;
  }
}
.top-banner-section {
  padding: 100px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100%;
}

.top-banner-section .banner-box h1 {
  color: var(--bs-white);
  margin-bottom: 0;
}

.faq.section-bg .faq-items .faq-list ul {
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  list-style: none;
  margin: -10px;
}

@media only screen and (max-width: 767px) {
  .faq.section-bg .faq-items .faq-list ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.faq.section-bg .faq-items .faq-list li {
  padding: 10px;
}

.faq.section-bg .faq-items .faq-list li .fa-item {
  padding: 20px;
  background: var(--bs-white);
  border-radius: 4px;
  position: relative;
  height: 100%;
}

.faq.section-bg .faq-items .faq-list li .fa-item + li {
  margin-top: 15px;
}

.faq.section-bg .faq-items .faq-list li .fa-item a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
  cursor: pointer;
}

.faq.section-bg .faq-items .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #3b79e4;
}

.faq.section-bg .faq-items .faq-list .icon-show {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
  display: none;
}

.faq.section-bg .faq-items .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq.section-bg .faq-items .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq.section-bg .faq-items .faq-list a.collapsed {
  color: #343a40;
}

.faq.section-bg .faq-items .faq-list a.collapsed:hover {
  color: #3b79e4;
}

.faq.section-bg .faq-items .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq.section-bg .faq-items .faq-list a.collapsed .icon-close {
  display: none;
}

.omv-section {
  background-color: #fafafa;
}

.omv-section .omv-card {
  border: 1px solid #eee;
  padding: 30px;
  border-radius: 10px;
  background-color: var(--bs-white);
  margin-bottom: 30px;
  transition: all 0.3s ease-in-out;
}

.omv-section .omv-card:hover {
  padding: 30px;
  position: relative;
  transform: translateY(-5px);
  overflow: hidden;
  background: var(--bs-white);
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
}

.disclaimer-sec .content-b {
  border-top: 1px solid #ddd;
  padding: 30px 0;
}

.disclaimer-sec h5,
.disclaimer-sec P {
  color: var(--bs-white);
  opacity: 0.7;
}

.disclaimer-sec .footer-content {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: -10px;
  flex-wrap: wrap;
}

.disclaimer-sec .footer-content img {
  height: 67px;
}

.disclaimer-sec .footer-content .footer-list {
  display: flex;
  padding: 10px;
  align-items: center;
}

.disclaimer-sec .footer-content .footer-list .contentb {
  text-align: left;
  padding-left: 15px;
}

.disclaimer-sec .footer-content .footer-list .contentb h5 {
  margin-bottom: 0;
}

@media only screen and (max-width: 992px) {
  .ecs-row {
    display: none;
  }
}

#header.header_menu {
  background: #f9da36;
}

.login-part {
  box-shadow: 0 0 15px 0 #eee;
  padding: 30px;
  border-radius: 5px;
  background-color: var(--bs-white);
  border: 1px solid #eee;
}

.login-part .form-control {
  padding: 15px;
}

.login-part .form-group {
  margin-bottom: 20px;
}

.form-check-input:checked {
  background-color: var(--color-theme);
  border-color: var(--color-theme);
}

.form-check-input[type=radio] {
  margin-right: 5px;
}

.login-part .form-check-label {
  padding: 10px;
  border: 1px solid #2a3644;
  border-radius: 5px;
}

.login-part input:not([type=radio]) {
  width: 100%;
}

.mb-25 {
  margin-bottom: 25px;
}

.modal-open {
  overflow: hidden !important;
}

.modal-open .ticker_sticky,
.modal-open footer.footer_main {
  position: relative;
  z-index: -3;
}

.modal-open .costom-modal-a {
  z-index: 99;
  visibility: visible;
  pointer-events: visible;
}

.modal-open .costom-modal-a .bg-show {
  background: rgba(0, 0, 0, 0.5803921569);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.costom-modal-a {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: hidden;
  pointer-events: none;
  overflow: hidden;
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.costom-modal-a .close-i {
  position: absolute;
  top: 0;
  right: 0;
}

.costom-modal-a .cm-body {
  max-width: 400px;
  width: 100%;
  background-color: var(--bs-white);
  border-radius: 3px;
  position: relative;
  z-index: 999;
}

.costom-modal-a .cm-body .m-hadding {
  background-color: #2a3644;
  border-radius: 3px 3px 0 0;
  padding: 10px 15px;
}

.costom-modal-a .cm-body .m-hadding h4 {
  margin-bottom: 0;
  color: var(--bs-white);
}

.costom-modal-a .cm-body .cm-cards {
  padding: 30px;
}

.costom-modal-a .close-i {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  line-height: 29px;
  font-size: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: unset;
  background: var(--bs-white);
  box-shadow: 0 0 15px 0 #777;
  border-radius: 5px;
}

.btn-theme {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 5px;
  transition: 0.3s;
  line-height: 1;
  color: #3b79e4;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #3b79e4;
  transition: 0.5s;
}
.btn-theme:hover {
  transition: 0.5s;
  background: #3b79e4;
  color: var(--bs-white);
  text-decoration: none;
}