:root {
  --Basecolor: #06a3da;
  --secondcolor: #091e3e;
  --Basebackgroundcolor: #c4e9fc;
  --light: #eef9ff;
  --dark: #000;
}

h1,
h2,
.font-weight-bold {
  font-weight: 700 !important;
}

h3,
h4,
.font-weight-semi-bold {
  font-weight: 600 !important;
}

h5,
h6,
.font-weight-medium {
  font-weight: 500 !important;
}

.btn {
  font-family: "Jost", sans-serif;
  font-weight: 600;
  transition: 0.5s;
}

.btn-landing {
  height: 50px;
  width: 170px;
}

.btn-landing:hover {
  background-color: white !important;
  border: 1px solid var(--secondcolor);
  color: var(--secondcolor);
}

.btn-primary,
.btn-secondary {
  color: #ffffff;
}

.btn-primary:hover {
  background: var(--secondcolor);
  border-color: var(--secondcolor);
}

.btn-secondary:hover {
  background: var(--Basecolor);
  border-color: var(--Basecolor);
}

.btn-square {
  width: 36px;
  height: 36px;
}

.btn-sm-square {
  width: 28px;
  height: 28px;
}

.btn-lg-square {
  width: 46px;
  height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 45px;
  bottom: 45px;
  z-index: 99;
}

.top-shape::before {
  position: absolute;
  content: "";
  width: 58px;
  height: 150%;
  top: 0;
  left: -17px;
  background: var(--Basecolor);
  transform: skew(40deg);
}

.navbar-light .navbar-nav .nav-link {
  font-family: "Jost", sans-serif;
  padding: 15px 12px;
  font-size: 16px;
  color: var(--dark);
  outline: none;
  transition: 0.5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
  padding: 15px 12px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: var(--Basecolor);
}

@media (max-width: 991.98px) {

  .navbar-light .navbar-nav .nav-link,
  .sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 10px 0;
  }

  .none {
    display: none;
  }

  .mob {
    justify-content: start !important;
  }
}

.carousel-caption {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(9, 30, 62, 0.85);
  z-index: 1;
}

@media (max-width: 576px) {
  .carousel-caption h5 {
    font-size: 14px;
    font-weight: 500 !important;
  }

  .carousel-caption h1 {
    font-size: 30px;
    font-weight: 600 !important;
  }

  .logo {
    margin-left: -45px;
  }

  .navbar-light .navbar-toggler {
    margin-right: -20px;
  }

  .navbar-toggler:focus {
    box-shadow: 0 0 0 0;
  }

  .hide-about-img {
    display: none;
  }

  .card-body {
    height: auto !important;
  }

  .kyc-image {
    width: 100% !important;
  }

  .dropdown-menu {
    position: absolute !important;
  }

  .card-why {
    height: auto !important;
  }

  .invoster-chart {
    padding-left: 0;
  }

  .padding-5 {
    padding: 1rem !important;
  }

  .mob {
    justify-content: start !important;
  }
}

.carousel-control-prev,
.carousel-control-next {
  width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 3rem;
  height: 3rem;
}

@media (min-width: 991.98px) {
  .banner {
    position: relative;
    margin-top: -90px;
    z-index: 1;
  }

  .padding-5 {
    padding: 3rem !important;
  }
}

.section-title h5::before {
  position: absolute;
  content: "";
  width: 45px;
  height: 3px;
  right: -55px;
  bottom: 11px;
  background: var(--Basecolor);
}

.section-title h5::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 3px;
  right: -75px;
  bottom: 11px;
  background: var(--secondcolor);
}

.twentytwenty-wrapper {
  height: 100%;
}

.hero-dailyrecommend {
  background: linear-gradient(rgba(9, 30, 62, 0.5), rgba(9, 30, 62, 0.5)),
    url(../img/dailyrecommendation.jpg) center center no-repeat;
  background-size: cover;
  height: 300px;
}

.hero-goalsetting {
  background: linear-gradient(rgba(9, 30, 62, 0.5), rgba(9, 30, 62, 0.5)),
    url(../img/goal-setting.jpg) center center no-repeat;
  background-size: cover;
  height: 300px;
}

.bg-appointment {
  background: linear-gradient(rgba(9, 30, 62, 0.5), rgba(9, 30, 62, 0.5)),
    url(../img/about1.png) center center no-repeat;
  background-size: cover;
}

.bg-bank {
  background: linear-gradient(rgba(9, 30, 62, 0.5), rgba(9, 30, 62, 0.5)),
    url(../img/bull2.jpg) center center no-repeat;
  background-size: cover;
  height: 300px;
}

.bg-stock_cash {
  background: linear-gradient(rgba(9, 30, 62, 0.5), rgba(9, 30, 62, 0.5)),
    url(../img/stock_cash.jpg) center center no-repeat;
  background-size: cover;
  height: 300px !important;
}

.bg-hni_cash {
  background: linear-gradient(rgba(9, 30, 62, 0.5), rgba(9, 30, 62, 0.5)),
    url(../img/hni_cash.jpg) center center no-repeat;
  background-size: cover;
  height: 300px !important;
}

.bg-index_future {
  background: linear-gradient(rgba(9, 30, 62, 0.5), rgba(9, 30, 62, 0.5)),
    url(../img/index_future.png) center center no-repeat;
  background-size: cover;
  height: 300px !important;
}

.bg-index_option {
  background: linear-gradient(rgba(9, 30, 62, 0.5), rgba(9, 30, 62, 0.5)),
    url(../img/index_option.jpeg) center center no-repeat;
  background-size: cover;
  height: 300px !important;
}

.bg-hni_option {
  background: linear-gradient(rgba(9, 30, 62, 0.5), rgba(9, 30, 62, 0.5)),
    url(../img/hni_option.png) center center no-repeat;
  background-size: cover;
  height: 300px !important;
}

.bg-stock_option {
  background: linear-gradient(rgba(9, 30, 62, 0.5), rgba(9, 30, 62, 0.5)),
    url(../img/stock_option.jpeg) center center no-repeat;
  background-size: cover;
  height: 300px !important;
}

.bg-stock_future {
  background: linear-gradient(rgba(9, 30, 62, 0.5), rgba(9, 30, 62, 0.5)),
    url(../img/stock_future.png) center center no-repeat;
  background-size: cover;
  height: 300px !important;
}

.bg-hni_future {
  background: linear-gradient(rgba(9, 30, 62, 0.5), rgba(9, 30, 62, 0.5)),
    url(../img/hni_future.jpg) center center no-repeat;
  background-size: cover;
  height: 300px !important;
}

.bg-btst {
  background: linear-gradient(rgba(9, 30, 62, 0.5), rgba(9, 30, 62, 0.5)),
    url(../img/servicesImg/btst.jpeg) center center no-repeat;
  background-size: cover;
  height: 300px !important;
}

.bg-option-call {
  background: linear-gradient(rgba(9, 30, 62, 0.5), rgba(9, 30, 62, 0.5)),
    url(../img/landingpage/Intraday-Option-call.png) center center no-repeat;
  background-size: cover;
  height: 300px !important;
}

.bg-get-5 {
  background: linear-gradient(rgba(9, 30, 62, 0.5), rgba(9, 30, 62, 0.5)),
    url(../img/landingpage/shared-image-markets.png) center center no-repeat;
  background-size: cover;
  height: 200px !important;
}

.bg-dark {
  background-color: var(--secondcolor) !important;
}

.appointment-form {
  background: var(--Basebackgroundcolor);
}

.btn-primary {
  background-color: var(--Basecolor) !important;
}

.btn-dark {
  background-color: var(--secondcolor) !important;
}

.service-item img,
.service-item .bg-light,
.service-item .bg-light h5,
.team-item .team-text {
  transition: 0.5s;
}

.service-item:hover img {
  transform: scale(1.15);
}

.team-item .team-text::after,
.service-item .bg-light::after {
  position: absolute;
  content: "";
  top: 50%;
  bottom: 0;
  left: 15px;
  right: 15px;
  border-radius: 100px / 15px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: 0.5s;
  z-index: -1;
}

.team-item:hover .team-text::after,
.service-item:hover .bg-light::after {
  opacity: 1;
}

.bg-offer {
  background: linear-gradient(to right, #c4e9fc, #c4e9fc) center center no-repeat;
  background-size: cover;
}

.offer-text {
  background: rgba(6, 163, 218, 0.85);
}

.price-carousel .owl-nav {
  position: absolute;
  width: calc(100% + 45px);
  height: 45px;
  top: calc(50% - 22.5px);
  left: -22.5px;
  display: flex;
  justify-content: space-between;
  opacity: 0;
  transition: 0.5s;
}

.price-carousel:hover .owl-nav {
  opacity: 1;
}

.price-carousel .owl-nav .owl-prev,
.price-carousel .owl-nav .owl-next {
  position: relative;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: var(--Basecolor);
  border-radius: 2px;
  font-size: 22px;
  transition: 0.5s;
}

.price-carousel .owl-nav .owl-prev:hover,
.price-carousel .owl-nav .owl-next:hover {
  background: var(--secondcolor);
}

.bg-testimonial {
  background: url(../img/bg-testomonial.webp) center center no-repeat;
  background-size: cover;
}

.testimonial-carousel {
  background: linear-gradient(to right, #06a3da, #c4e9fc);
}

.testimonial-carousel .owl-nav {
  position: absolute;
  width: calc(100% + 46px);
  height: 46px;
  top: calc(50% - 23px);
  left: -23px;
  display: flex;
  justify-content: space-between;
  z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
  position: relative;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: var(--Basecolor);
  border-radius: 2px;
  font-size: 22px;
  transition: 0.5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
  background: var(--secondcolor);
}

.testimonial-carousel .owl-item img {
  width: 120px;
  height: 120px;
}

/* add new css */
.regsize {
  font-size: large;
  position: absolute;
  margin-top: 10px;
}

.toplink {
  color: #eef9ff;
  text-decoration: none;
}

.toplink:hover {
  color: var(--secondcolor);
  transition: 1s;
}

.rounding {
  border-radius: 25px !important;
}

/* hover on */
.rounding:hover {
  color: var(--Basecolor);
  border: 2px solid var(--Basecolor);
  background-color: #ffffff;
}

.buttons {
  border-radius: 10px;
}

.buttons1 {
  border-radius: 10px;
}

.buttons:hover {
  color: var(--Basecolor);
  border: 2px solid var(--Basecolor);
  background-color: #ffffff !important;
}

.buttons1:hover {
  color: #198754;
  border: 2px solid #198754;
  background-color: #ffffff !important;
}

.sebi-stamp {
  height: auto;
  width: 200px;
  margin-top: -40px;
}

.bg-hero {
  background: linear-gradient(to right, #c4e9fc, #c4e9fc);
}

/* --------------------- Manual css start ---------------------- */

/* About page start */
/* our mission */
.mission-img img {
  width: 250px;
  margin-left: 100px;
}

.mission-card {
  align-items: center;
}

/* Who we are */
.about-card {
  width: 100%;
  max-width: 420px;
  min-width: 200px;
  height: 250px;
  background-color: var(--Basebackgroundcolor);
  margin: 10px;
  border-radius: 10px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.24);
  border: 2px solid var(--Basebackgroundcolor);
  font-size: 18px;
  transition: all 0.3s ease;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
}

.about-card .title {
  width: 100%;
  margin: 0;
  text-align: center;
  /* margin-top: 10px; */
  color: var(--secondcolor);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 4px;
}

.about-card .text {
  width: 80%;
  margin: 0 auto;
  font-size: 13px;
  text-align: center;
  margin-top: 20px;
  color: var(--secondcolor);
  font-weight: 200;
  letter-spacing: 2px;
  opacity: 0;
  max-height: 0;
  transition: all 0.3s ease;
}

.about-card:hover .text {
  transition: all 0.3s ease;
  opacity: 1;
  max-height: 40px;
}

.about-card:hover .title {
  margin-top: -105px;
  transition: all 0.3s ease;
  text-decoration: underline;
}

/* What sets up */
.set-up-img {
  width: 400px;
}

.set-up-img:hover {
  transform: rotateX(360deg);
  transition: 2s ease-in-out;
  cursor: pointer;
}

/* About page end */

/* Kyc page start */
.kyc-image {
  width: 250px;
  border-radius: 10px;
}

.kyc-image:hover {
  transform: scale(1.1);
  transition: 1s;
}

.nav-pills {
  margin-left: 80px;
  margin-right: 80px;
}

.navs.active {
  background-color: var(--secondcolor) !important;
  border-radius: 8px;
}

.navs {
  color: var(--secondcolor);
  cursor: pointer;
}

.tabs.active {
  background-color: white !important;
  border-bottom: 10px solid var(--secondcolor) !important;
  border-radius: 8px;
}

.nav-size {
  height: 88px;
  width: 386px;
  border-radius: 50px !important;
  align-items: center;
}

.tabs1.active {
  background-color: var(--Basecolor) !important;
  border-radius: 40px !important;
  color: #ffffff !important;
}

.tabs1 {
  color: var(--secondcolor) !important;
  cursor: pointer;
  height: 69px;
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  font-weight: bold;
}

.tabs {
  color: white !important;
  cursor: pointer;
}

.submit {
  background-color: var(--secondcolor);
  color: var(--Basebackgroundcolor);
}

/* Kyc page end */

/* Service section start */
.service-item {
  border: 10px #06a3da !important;
}

.service-img {
  /* padding: 15px; */
  text-align: center;
}

.service-img img {
  background: #06a3da;
  width: 80px;
  padding: 15px;
  border-radius: 25%;
}

.service-card p {
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
  color: #666;
}

.service-card p.small {
  font-size: 14px;
}

.go-corner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 32px;
  height: 32px;
  overflow: hidden;
  top: 0;
  right: 0;
  background-color: #06a3da;
  border-radius: 0 4px 0 32px;
}

.go-arrow {
  margin-top: -4px;
  margin-right: -4px;
  color: white;
  font-family: courier, sans;
}

.service-card1 {
  display: block;
  position: relative;
  /* max-width: 262px; */
  background-color: #f2f8f9;
  box-shadow: 5px 0px 15px gray;
  border-radius: 4px;
  padding: 32px 24px;
  /* margin: 12px; */
  height: 440px;
  text-decoration: none;
  z-index: 0;
  overflow: hidden;
  cursor: pointer;
}

.service-card1:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -16px;
  right: -16px;
  background-color: var(--Basecolor);
  height: 50px;
  width: 50px;
  border-radius: 50px;
  transform: scale(1);
  transform-origin: 50% 50%;
  transition: transform 0.25s ease-out;
}

.service-card1:hover:before {
  transform: scale(25);
}

.service-card1:hover p {
  transition: all 0.3s ease-out;
  color: rgba(255, 255, 255, 0.8);
}

.service-card1:hover h4 {
  transition: all 0.3s ease-out;
  color: #fff;
}

/* Service section end */

/* logo css */

.logo {
  object-fit: contain;
  width: 200px;
}

.about-img {
  height: auto;
  width: 100%;
}

.card-body {
  height: 343px;
}


/* Whatsapp float */
.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  /* right: 40px; */
  left: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.my-float {
  margin-top: 14px;
}

.QR-size {
  height: 300px;
  width: 300px;
}

/* Header */

#dropdown:hover>.dropdown-menu {
  display: block;
}

#dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none;
}

.dropdown2:hover>.dropdown-menu {
  display: block;
  margin-left: 143px;
}

.dropdown2>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none;
}

/* daily recommondation css */
.d-image {
  height: 290px;
  width: 100%;
  border-radius: 10px;
}

.down-box {
  height: 50px;
  width: 100%;
  border-radius: 12px;
  background-color: var(--Basecolor);
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.down-box>a {
  color: var(--secondcolor);
  text-align: center;
  font-size: larger;
  font-weight: 600;
  transition: 0.5s;

}

.down-box>a:hover {
  transform: scale(1.1);
}

.bg-gray {
  background: -webkit-linear-gradient(rgba(187, 187, 187, 0.835), rgba(187, 187, 187, 0.835));
}

.card-why {
  height: 350px;
  width: 100%;
  border-bottom: 10px solid var(--secondcolor);
  border-bottom-right-radius: 90px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  overflow: hidden;
  border-top-left-radius: 90px;
  border-top: 2px solid var(--Basecolor);
}

@media(max-width:768px) {
  .card-why {
    height: auto !important;
  }
}

#product {
  border-bottom: 7px solid var(--secondcolor);
  border-top: 2px solid var(--Basecolor);
}

#invesment {
  border-bottom: 7px solid var(--secondcolor);
  border-top: 2px solid var(--Basecolor);
}

.btn-call {
  background-color: var(--secondcolor) !important;
  color: #f2f8f9 !important;
  width: 150px;
  border-color: var(--secondcolor) !important;
  transition: 0.8s;
}

.btn-call:hover {
  background-color: var(--light) !important;
  color: var(--secondcolor) !important;
  border-color: var(--secondcolor) !important;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.footer-links>a:hover {
  color: var(--Basecolor) !important;
}

.invoster-chart>li {
  margin-top: 30px;
  width: 100%;
}

.invoster-chart>li>b {
  color: var(--secondcolor);
}

.complaint-info {
  list-style: none;
  margin-top: 10px;
}

.complaint-info>li {
  padding: 4px;
  font-size: larger;
}

.privacy {
  font-size: larger;
  font-family: monospace;
  font-weight: 500;
}

.section-title1 h6 {
  animation: zoom-in-zoom-out 1.2s ease infinite;
  padding: 10px;
}

@keyframes zoom-in-zoom-out {
  0% {
    background-color: white;
    transform: scale(1, 1);
  }

  50% {
    background-color: #f7e456;
    transform: scale(1.5, 1.5);
  }

  100% {
    background-color: #ffe100;
    transform: scale(1, 1);
  }
}

/* dashboard css start */

.hover-bg-dark:hover {
  background-color: #091e3e !important;
  color: white !important;
}

.hover-bg-light:hover {
  background-color: white !important;
  color: #091e3e !important;
}