:root {
  --color1: #fc7509;
  --white: #fff;
  --black: #000;
  --color-p: #787878;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Rubik";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-weight: 600;
}

p {
  color: var(--black);
  font-size: 16px;
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #ff7f5d;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #ff7f5d;
}

.bg_gray {
  background: #f0eeee;
}

.btn-primary {
  border-radius: 30px;
  padding: 10px 25px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 3px;
  border: 0;
  text-decoration: none !important;
}

.main_section.bannersec {
  padding: 0;
}

.bannersec img {
  width: 100%;
}

.btn-secondary {
  border-radius: 30px;
  padding: 10px 25px;
  font-weight: 600;
  margin: 0 3px;
  text-transform: uppercase;
  text-decoration: none !important;
}

.main_heading h5 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  color: #fc7509;
}

.main_heading h1 {
  font-weight: 600;
  margin: 0;
  font-size: 42px;
  line-height: 48px;
}

.main_section {
  padding: 80px 0;
}

.dark {
  color: #24285b;
}

.primary {
  color: #fe6347;
}

.secondary {
  color: #24285b;
}

.dark_bg {
  background-color: #181818;
}

.primary_bg {
  background-color: #fe6347;
}

.secondary_bg {
  background-color: #24285b;
}

.dark_bg h1,
.dark_bg h2,
.dark_bg h3,
.dark_bg h4,
.dark_bg h5,
.dark_bg h6 {
  color: #fff !important;
}

.dark_bg p,
.dark_bg a,
.dark_bg li,
.dark_bg span {
  color: #fff !important;
}

.header-main .navbar.navbar-expand-lg.navbar-light {
  padding: 5px;
  width: 100%;
  background-color: #020202 !important;
}

.main_banner {
  position: relative;
  padding-top: 160px;
  padding-bottom: 80px;
  height: 800px;
}

.main_banner::after {
  /*content: "";*/
  /*position: absolute;*/
  /*background-image: url(../images/shape1.png);*/
  /*background-repeat: no-repeat;*/
  /*background-position: left;*/
  /*background-size: contain;*/
  /*width: 1000px;*/
  /*height: 100%;*/
  /*top: 122px;*/
  /*left: 0px;*/
}

.main_banner::before {
  /*content: "";*/
  /*position: absolute;*/
  /*background-image: url(../images/img1.png);*/
  /*background-repeat: no-repeat;*/
  /*background-position: right;*/
  /*background-size: contain;*/
  /*width: 1000px;*/
  /*height: 100%;*/
  /*top: 0px;*/
  /*right: 0px;*/
  /*transform: rotate(0deg);*/
}

.main_banner .banner_content {
  padding-top: 30px;
}

.main_banner .banner_content h1 {
  font-weight: 700;
  color: #fff;
}

.investor_corner {
  position: relative;
}

.investor_corner .main_heading h2 {
  color: var(--color1);
}

.investor_corner::after {
  /*content: "";*/
  /*position: absolute;*/
  /*background-image: url(../images/shape2.png);*/
  /*background-repeat: no-repeat;*/
  /*background-position: top;*/
  /*background-size:cover;*/
  /*width: 100%;*/
  /*height: 100%;*/
  /*top: 0px;*/
  /*left: 0px;*/
}

.investor_corner .whyus-section {
  margin: 0;
  padding: 0;
}

.investor_corner .whyus-section .col-md-6 {
  padding: 0 10px;
}

.investor_corner .item {
  margin: 15px 10px;
}

.investor_box {
  display: block;
  padding: 15px;
  text-align: center;
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 5px 8px 3px rgba(0, 0, 0, 0.2);
  margin-bottom: 25px;
}

.investor_box:hover {
  background-color: #fc7509;
  text-decoration: none;
  box-shadow: 0px 5px 8px 3px rgba(0, 0, 0, 0.2);
}

.about-section .investor_box {
  background-color: unset;
  position: relative;
  overflow: hidden;
}

.about-section .investor_box:hover {
  background-color: unset;
}

.about-section .investor_box:before {
  content: "";
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  bottom: 0;
  top: 0;
  transform: rotate(45deg);
  left: -25px;
  margin: auto;
  background: rgba(252, 117, 9, 0.5803921569);
  /* border-radius: 50%; */
  transition: 0.5s;
}

.about-section .investor_box:hover:before {
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  border-radius: 0;
  background: var(--color1);
  transition: 0.5s;
  z-index: -1;
  transform: rotate(0);
}

.about-section .investor_box:hover .icon {
  transition: 0.5s;
  border-color: #fff;
}

.about-section .investor_box .icon img {
  transition: 0.5s;
}

.about-section .investor_box:hover .icon img {
  filter: brightness(0) invert(1);
  transition: 0.5s;
}

.about-section .investor_box .icon {
  border: 2px solid var(--color1);
  transition: 0.5s;
}

.about-section .investor_box:hover h5,
.about-section .investor_box:hover p {
  color: #fff;
}

.investor_box img {
  width: 65px !important;
  margin: 0 auto;
  padding: 9px;
  padding-top: 16px;
}

.investor_box h5 {
  font-weight: 600;
  font-size: 17px;
  padding: 14px 0 5px 0;
  height: 50px;
  line-height: 18px;
}

.investor_box p {
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}

.investor_corner .aboutus-section {
  padding-top: 80px;
  padding-left: 40px;
}

.why_chooseus {
  position: relative;
}

.why_chooseus .main_heading {
  margin-bottom: 15px;
}

.hexa_box {
  display: block;
  width: 220px;
  height: 220px;
  position: relative;
  text-align: center;
  margin: 0 auto;
}

.hexa_box.hexa_box1 {
  margin-right: 0;
}

.hexa_box.hexa_box2 {
  margin-right: 10px;
}

.hexa_box.hexa_box4 {
  margin-left: 0;
}

/*.hexa_box::before {
content: "";
position: absolute;
border: 85px solid transparent;
border-top: none;
border-bottom: 40px solid #fff;
top: -40px;
left: 0;
transition: all 0.2s ease-in-out;
}
.hexa_box::after {
content: "";
position: absolute;
border: 85px solid transparent;
border-bottom: none;
border-top: 40px solid #fff;
bottom: -40px;
left: 0;
transition: all 0.2s ease-in-out;
}*/
.hexa_box::before {
  content: "";
  position: absolute;
  background-image: url(../images/hexa_shape1.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.hexa_box::after {
  content: "";
  position: absolute;
  background-image: url(../images/hexa_shape2.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.hexa_box .icon {
  position: relative;
  z-index: 999;
  padding-top: 52px;
}

.hexa_box .icon img {
  width: 65px;
}

.hexa_box h5 {
  position: relative;
  z-index: 999;
  font-weight: 700;
  font-size: 17px;
  line-height: 18px;
  padding-top: 5px;
}

.service_box {
  background-color: #fff;
  text-decoration: none;
  box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 25px 10px;
  margin-bottom: 30px;
  transition: all 0.3s ease-in-out;
}

.service_box:hover {
  background-color: #615c58;
  transition: all 0.3s ease-in-out;
  transform: translateY(-10px);
}

.main_section .col-md-3 {
  padding: 0 10px;
}

.service_box .icon {
  background-color: #fc7509;
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  text-align: center;
  padding: 15px;
  margin-bottom: 20px;
}

.service_box .icon img {
  width: 43px;
}

.service_box:hover .icon {
  background-color: #fc7509;
}

.service_box .icon img:nth-child(2) {
  display: none;
}

.service_box:hover .icon img:nth-child(1) {
  /*display: none;*/
}

.service_box:hover .icon img:nth-child(2) {
  display: block;
}

.service_box h5 {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  /*height: 48px;*/
}

.service_box:hover h5 {
  /*color: #fff;*/
  /*margin-top: -8px;*/
}

.service_box:hover h5,
.service_box:hover p,
.service_box:hover a {
  color: #fff !important;
  text-decoration: none;
}

.testimonial_card {
  background-color: rgba(0, 0, 0, 0);
  /*border-radius: 15px;*/
  /*box-shadow: 0 0 12px 2px rgba(0,0,0,0.1);*/
  /*padding: 40px 40px 80px 40px;*/
  position: relative;
}

.testimonials {
  text-align: center;
}

.testimonial_card {
  overflow: hidden;
}

.testimonials p {
  color: #000;
  font-size: 17px;
}

.testimonials .images {
  width: 120px;
  margin: 0 auto;
  border: 3px solid #fff;
  border-radius: 100%;
  overflow: hidden;
  margin-bottom: 20px;
  background: #fff;
  height: 120px;
  padding-top: 25px;
}

.testimonials .client_info {
  margin-top: 20px;
}

.testimonials .client_info h4 {
  font-weight: 600;
  margin: 0;
}

.testimonials .client_info h5 {
  font-weight: 500;
}

#testimonialCar .owl-nav {
  position: relative;
  margin-top: -80px;
}

#testimonialCar .owl-nav button {
  background-color: #fe6347 !important;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
}

#testimonialCar .owl-nav button span {
  color: #fff;
  font-size: 40px;
  font-weight: 200;
  line-height: 38px;
}

#testimonialCar .owl-nav .owl-prev {
  position: absolute;
  left: 20%;
}

#testimonialCar .owl-nav .owl-next {
  position: absolute;
  right: 20%;
}

.footer_top .navbar-brand {
  display: block;
}

.footer_main {
  padding: 80px 0 0 0;
  /*border-radius: 250px 250px 0 0;*/
  background-color: var(--black);
}

.footer_main .footer_top p {
  color: #bdbdbd;
}

.foot_widget h4 {
  color: var(--bs-white);
}

.foot_widget .foot_title {
  font-size: 20px;
  font-weight: 500;
  color: var(--white);
  letter-spacing: 1px;
  margin-bottom: 20px;
}

#partner .item {
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}

#partner .item:hover {
  transition: 0.5s;
}

#partner .item:hover img {
  transition: 0.5s;
  filter: unset;
}

#partner .item img {
  transition: 0.5s;
}

.foot_widget ul {
  list-style-type: none;
  padding-left: 10px;
}

.foot_widget ul li a {
  font-weight: 400;
  font-size: 15px;
  text-decoration: none;
  padding: 5px 0;
  color: #aaa;
  display: block;
  transition: all 0.3s ease-in-out;
}

.foot_widget ul li a:hover {
  color: #fc7509 !important;
  padding-left: 5px;
  transition: all 0.3s ease-in-out;
}

.foot_widget a {
  font-weight: 400;
  font-size: 15px;
  text-decoration: none;
  color: #aaa;
  display: block;
  transition: all 0.3s ease-in-out;
}

.foot_widget a:hover {
  color: #615c58 !important;
  padding-left: 5px;
  transition: all 0.3s ease-in-out;
}

.footer_bottom {
  text-align: center;
  /*border-top: 1px solid #f96247;*/
  background: #121212;
  padding: 20px 0 10px 0;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 34px;
  height: 3px;
  margin: 5px 7px;
  background: #a2a1a1;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span {
  background: #fc7509;
}

#captcha_code {
  width: 90px !important;
  height: 46px !important;
  border-radius: 5px;
}

.btnRefresh {
  height: 46px;
  border-radius: 5px;
  background-color: #24285b;
  color: #fff;
}

#captcha {
  width: calc(100% - 185px);
  height: 46px;
  border-radius: 5px;
  border: 1px solid #f1f4f8;
  box-shadow: none;
  color: #161c2d !important;
}

.getintouch_section .main_heading h1 {
  margin-bottom: 5px;
  font-size: 42px;
}

.getintouch_section .main_heading h2 {
  font-size: 32px;
  font-weight: 700;
}

.newsletter {
  margin-bottom: 50px;
}

.newsletter h1 {
  font-weight: 700;
  font-size: 40px;
}

.newsletter_form .form-group {
  position: relative;
  width: 60%;
  margin: 20px auto;
}

.newsletter_form .form-group .form-control {
  border-radius: 40px;
  height: 60px;
}

.newsletter_form .form-group .btn-primary {
  position: absolute;
  right: 6px;
  top: 6px;
}

.sip_section {
  background: linear-gradient(303deg, rgba(136, 187, 68, 0.1) 0%, rgba(67, 175, 210, 0.1) 35%, rgba(238, 85, 102, 0.1) 53%, rgba(36, 184, 181, 0.1) 64%, rgba(255, 206, 85, 0.1) 79%, rgba(197, 37, 132, 0.1) 84%, rgba(245, 141, 31, 0.1) 100%);
}

.sip_section .val-body .outer_div {
  margin-bottom: 15px;
}

.sip_section .val-body .outer_div .slider_box {
  text-align: right;
}

.sip_section canvas#myChart {
  max-height: 400px;
}

.sip_section .ui-slider.ui-slider-horizontal {
  border: 1px solid #fe6347;
  border-radius: 30px;
  height: 10px;
}

.sip_section .ui-slider-handle {
  background: #fe6347 !important;
  border-radius: 100%;
  width: 22px !important;
  height: 22px !important;
  border: 1px solid #fe6347 !important;
  outline: none !important;
}

.sip_section .ui-slider-range {
  background-color: #fe6347;
  border: 1px solid #fe6347 !important;
  height: 12px !important;
  margin-top: -1px;
  border-radius: 30px 0 0 20px !important;
}

.navbar-light .navbar-nav .nav-link {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding: 20px 20px;
}

.navbar-light .navbar-nav a.nav-link.dropdown-toggle {
  padding-right: 30px;
}
@media only screen and (max-width: 767px) {
  .navbar-light .navbar-nav a.nav-link.dropdown-toggle {
    color: var(--black);
    padding-bottom: 15px;
    font-weight: 600;
  }
}

.navbar-light .navbar-nav a.nav-link.dropdown-toggle::before {
  content: "";
  position: absolute;
  right: 15px;
  width: 8px;
  height: 8px;
  transform: rotate(135deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  top: 26px;
}

.main_banner .banner_content h1 span {
  color: #fc7509;
  display: block;
}

.icon1-hover {
  display: none;
}

.investor_box:hover .icon1-hover {
  display: block;
}

.aboutus_section {
  position: relative;
}

.aboutus_section::after {
  content: "";
  position: absolute;
  background-image: url(../images/aboutus_section.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  width: 100%;
  height: 1040px;
  top: 0px;
  left: 0px;
  transform: rotate(0deg);
}

.why_chooseus ul {
  padding-left: 0px;
}

.why_chooseus ul li {
  list-style-type: none;
  float: left;
  margin-top: 22px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.why_chooseus ul li img {
  /*float: left;*/
  width: 33px;
}

.why_chooseus ul li p span {
  display: block;
  color: #000;
  font-size: 23px;
  font-weight: 600;
  line-height: 1;
}

.why_chooseus ul li p {
  width: calc(100% - 104px);
  float: right;
}

.why_chooseus ul li .why_chooseus_icon {
  float: left;
  width: 90px;
  text-align: center;
}

.service_section {
  position: relative;
  /*background: linear-gradient(to bottom,  rgb(252 117 9 / 40%) 30%, rgb(252 117 9) 100%);*/
}

.service_section .service_box .icon {
  background-color: #fff;
  margin: 0;
}

.service_section .service_box {
  text-align: center;
}

.service_section .main_heading h5 {
  color: #000;
}

.ourclients-section {
  background: var(--black);
}

.ourclients-section.service_section .main_heading h5 {
  color: var(--color1);
}

.ourclients-section .testimonials {
  margin: 15px 0;
}

.ourclients-section .testimonials p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.sipbody {
  padding-top: 50px;
}

.service_section .main_heading h1 {
  color: #fff;
}

.testimonial_section {
  position: relative;
  background: linear-gradient(303deg, rgba(136, 187, 68, 0.1) 0%, rgba(67, 175, 210, 0.1) 35%, rgba(238, 85, 102, 0.1) 53%, rgba(36, 184, 181, 0.1) 64%, rgba(255, 206, 85, 0.1) 79%, rgba(197, 37, 132, 0.1) 84%, rgba(245, 141, 31, 0.1) 100%);
}

.testimonial_section.mt-seaction .item {
  padding: 15px;
}

.testimonial_section.mt-seaction .item .investor_box {
  position: relative;
  overflow: hidden;
  transition: 0.5s;
}

.testimonial_section.mt-seaction .item .investor_box:hover {
  background-color: #fc7509;
  transition: 0.5s;
}

.testimonial_section.mt-seaction .item .investor_box:hover::before {
  transition: 0.5s;
  background: var(--color1);
  z-index: 0;
  width: 300px;
  height: 300px;
}

.testimonial_section.mt-seaction .item .investor_box:hover .icon,
.testimonial_section.mt-seaction .item .investor_box:hover p,
.testimonial_section.mt-seaction .item .investor_box:hover h5 {
  color: var(--white);
  position: relative;
}

.testimonial_section.mt-seaction .item .investor_box::before {
  content: "";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  transform: rotate(45deg);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: rgba(252, 117, 9, 0);
  transition: 0.5s;
  z-index: 0;
}

.testimonial_section::before {
  /*background: #fc7509;*/
  /*content: "";*/
  /*position: absolute;*/
  /*background-image: url(../images/icon/testimonial-bg.png);*/
  /*background-repeat: no-repeat;*/
  /*background-position: top left;*/
  /*background-size: auto;*/
  /*width: 78%;*/
  /*height: 70%;*/
  /*top: 0%;*/
  /*left: 0;*/
}

.testimonial_section .main_heading {
  /*margin-top: 4rem;*/
}

.testimonial_section .main_heading h2,
.testimonial_section .main_heading p {
  color: #000;
}

.form-group .form-control {
  border: 1px solid rgba(202, 202, 202, 0.8);
}

.social {
  float: right;
}

.social-footer {
  padding: 0px;
}

.social-footer li {
  display: inline-block;
}

.footer_bottom p {
  margin: 0;
}

.nav-top {
  background-color: #fc7509;
}
@media only screen and (max-width: 992px) {
  .nav-top {
    display: none;
  }
}

@media only screen and (max-width: 992px) {
  .navbar-collapse .navbar-nav .dropdown-menu {
    padding-left: 20px;
  }
  .navbar-collapse.show a.nav-link {
    color: var(--black);
    font-weight: 600;
    margin: 0 !important;
    margin-top: 10px !important;
  }
  .navbar-collapse.show .btn-primary {
    width: auto;
    margin-top: 20px;
  }
  .navbar-light .navbar-toggler-icon {
    filter: brightness(0) invert(1);
  }
  .navbar-light .navbar-brand img {
    width: auto;
    height: 45px;
  }
}
.mobile-btn {
  display: none;
}
@media only screen and (max-width: 767px) {
  .mobile-btn {
    display: block;
    padding: 8px 15px;
    font-size: 14px;
    background-color: var(--color1);
    border-radius: 50px;
    color: var(--white);
    border: 2px solid var(--color1);
    transition: 0.5s;
    list-style: none;
  }
  .mobile-btn:hover {
    text-decoration: none;
  }
}

.nav-top ul {
  padding-left: 0px;
  margin: 0;
}

.nav-top ul li {
  display: inline-block;
  margin-right: 5px;
  color: #fff;
  padding: 4px 0px;
}

.nav-top ul li img {
  padding-right: 3px;
  width: 22px;
}

.banner-section .item {
  height: 100vh;
  position: relative;
}

.banner-section .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.banner-section .item .cover {
  padding: 75px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
}

.banner-section .item .cover .header-content {
  position: relative;
  overflow: hidden;
  width: 60%;
}

.banner-section .item .cover .header-content .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}

.banner-section .item .cover .header-content h2 {
  font-weight: 300;
  font-size: 35px;
  color: #000;
}

.banner-section .item .cover .header-content h1 {
  font-size: 48px;
  font-weight: 400;
  margin: 5px 0 20px;
  word-spacing: 3px;
  color: #000;
}

.banner-section .item .cover .header-content p {
  color: #000;
}

.banner-section .item .cover .header-content h4 {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  color: #000;
}

.banner-section .owl-item.active h1 {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}

.banner-section .owl-item.active h2 {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}

.banner-section .owl-item.active h4 {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}

.banner-section .owl-item.active .line {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}

.banner-section .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 43%;
  opacity: 0;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}

.banner-section .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #fff;
}

.banner-section .owl-nav .owl-prev:focus {
  outline: 0;
}

.banner-section .owl-nav .owl-prev:hover {
  background: #000 !important;
}

.banner-section .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 43%;
  opacity: 0;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}

.banner-section .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
}

.banner-section .owl-nav .owl-next:focus {
  outline: 0;
}

.banner-section .owl-nav .owl-next:hover {
  background: #000 !important;
}

.banner-section :hover .owl-prev {
  left: 0px;
  opacity: 1;
}

.banner-section :hover .owl-next {
  right: 0px;
  opacity: 1;
}

#frame1 {
  margin-top: -124px;
  display: block;
  padding: 17px;
  text-align: center;
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 29px 49px 0px rgba(0, 0, 0, 0.15);
  /*margin-bottom: 35px;*/
  /*margin-bottom: 120px;*/
}

.investor_corner .investor_box p {
  display: none;
}

.about_section .icon-box::after {
  bottom: 0;
  right: 0;
  border-width: 0 1px 1px 0;
}

.about_section .icon-box::before {
  bottom: 0;
  right: 0;
}

.about_section .icon-box::before,
.about_section .icon-box::after {
  content: "";
  position: absolute;
  width: calc(100% - 35px);
  height: calc(100% - 35px);
  border: 1px solid #e5e7e9;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  pointer-events: none;
  transition: 0.33s all ease;
}

.about_section .icon-box {
  text-align: center;
  cursor: default;
  max-width: 308px;
  padding: 67px 40px 61px;
}

.about_section .icon-box .box-icon {
  min-height: 46px;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}

.about_section .icon-box * + .box-header {
  margin-top: 5px;
}

.about_section .icon-box .divider {
  max-width: 100%;
  margin: 13px auto;
  transition: 0.33s all ease;
}

.about_section .divider {
  width: 49px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
}

.about_section .bg-accent {
  background: #cca876;
  fill: #cca876;
}

.icon-box .box-body {
  max-width: 100%;
}

.icon-box .box-top,
.icon-box .box-body {
  position: relative;
  will-change: transform;
  transition: 0.33s all ease;
  -webkit-filter: blur(0);
}

.investor_box_mt {
  margin-top: 12rem;
}

.investor_corner ul {
  list-style-type: none;
  padding-left: 0px;
}

.investor_corner ul li {
  color: #fff;
}

.testimonials {
  background: #fff;
  padding: 40px 20px;
  border-radius: 20px;
  margin-bottom: 20px;
  box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.2);
}

.testimonials:hover {
  transition: all 0.3s ease-in-out;
  background: #fc7509;
}

.testimonials:hover h3,
.testimonials:hover p {
  color: #fff !important;
}

.testimonials a {
  text-decoration: none;
}

.service_section .owl-carousel .owl-item img {
  width: 52px;
  margin-bottom: 10px;
  margin: 0px auto;
  padding-top: 10px;
}

.testimonials h3 {
  font-size: 18px;
  height: 44px;
}

.testimonials p {
  color: #000;
  font-size: 17px;
}

.service_section .testimonials p.view {
  color: #000;
  position: relative;
}

.service_section .testimonials p.view i {
  top: 6px;
  right: 32px;
  position: absolute;
}

.foot_widget a i {
  color: #615c58;
  margin-right: 5px;
}

.why_chooseus_icon span {
  background: #fc7509;
  color: #fff;
  padding: 14px;
  border-radius: 66%;
  width: 80px;
  height: 80px;
  display: block;
  font-size: 33px;
}

.foot_widget ul li a img {
  width: 30px;
}

.investor_box .icon {
  padding: 10px 0;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin: 0px auto;
}

.investor_box .icon img {
  width: 100%;
}

.mission-vision .mv_box {
  background-color: #fff;
  text-align: center;
  padding: 80px 20px 20px 20px;
  border-radius: 10px;
  border: 3px solid #fc7509;
  position: relative;
}

.mission-vision .mv_box h3 {
  background-color: #fc7509;
  padding: 8px;
  border-radius: 12px;
  color: #fff;
  display: block;
  width: 60%;
  position: absolute;
  top: -25px;
  left: 20%;
  font-size: 26px;
  font-weight: 600;
}

.mission-vision .mv_box {
  background-color: #fff;
  text-align: center;
  padding: 60px 20px 20px 20px;
  border-radius: 10px;
  border: 3px solid #fc7509;
  position: relative;
  min-height: 190px;
}

.mission-vision .mv_box p {
  font-size: 19px;
  line-height: 24px;
  margin: 0;
  color: #151515;
}

.journey-section {
  position: relative;
  background-image: url(../images/map.png);
  background-size: contain;
  background-position: center;
}

.journey-section .main_heading {
  margin-top: 100px;
}

.journey-section .journey_img {
  margin-top: 40px;
}

.journey-section .journey_img img {
  width: 100%;
}

.journey-section .journey_text {
  position: relative;
}

.journey-section .journey_text .journey_years {
  display: flex;
  margin-bottom: 10px;
}

.journey-section .journey_text .journey_years .year {
  background-color: #615c58;
  padding: 6px 20px;
  position: relative;
  width: 100px;
  height: 40px;
}

.journey-section .journey_text .journey_years .year h3 {
  color: #fff;
  margin: 0;
}

.journey-section .journey_text .journey_years .year::after {
  content: "";
  border: 20px solid transparent;
  border-right: none;
  border-left: 20px solid #615c58;
  right: -20px;
  top: 0;
  position: absolute;
}

.journey-section .journey_text .journey_years .year::before {
  content: "";
  background-color: #615c58;
  width: 30px;
  height: 3px;
  right: -48px;
  top: 18px;
  position: absolute;
}

.journey-section .journey_text .journey_years .text {
  padding-left: 80px;
  margin-top: 5px;
}

.journey-section .journey_text .journey_years .text h4 {
  line-height: 20px;
}

.blog_section .item {
  margin: 15px;
}

.team {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}

.team .bg {
  width: 92%;
  height: 92%;
}

.team .bg::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  background: rgb(128, 196, 35);
  background: linear-gradient(45deg, rgba(128, 196, 35, 0.93) 0%, rgba(20, 58, 138, 0.93) 90%);
  top: 50%;
  left: 50%;
  border-radius: 4px;
  transition: 0.4s ease-in-out;
}

.team:hover .bg::after {
  width: 90%;
  height: 92%;
  top: 4%;
  left: 5%;
  transition: 0.4s ease-in-out;
}

.team .bg .text {
  position: absolute;
  width: 100%;
  top: 65%;
  left: 0;
  text-align: center;
  z-index: 9;
  transition: 0.4s ease-in-out;
}

.team:hover .bg .text {
  top: 35%;
  transition: 0.4s ease-in-out;
}

.team .bg .text hr {
  display: block;
  width: 50%;
  margin: 15px auto;
  background: #b0c0d1;
}

.team .bg .text h3,
.team .bg .text h5 {
  margin: 0;
  color: #fff;
}

.team .bg .text .social {
  float: none;
  display: block;
  text-align: center;
  padding: 0;
}

.team .bg .text .social li {
  display: inline-block;
}

.team .bg .text .social img {
  width: 24px;
  margin: 4px;
}

.main_heading h1.inner_title {
  background: #fc7509;
  font-size: 23px;
  color: #fff;
  padding: 1px;
}

.right_conatct_social_icon {
  background: linear-gradient(to top right, #fc7509 -5%, #615c58 100%);
}

.contact_us {
  /*background-color: #f1f1f1;*/
  /*padding: 120px 0px;*/
}

.contact_inner {
  background-color: #fff;
  position: relative;
  box-shadow: 20px 22px 44px rgba(204, 204, 204, 0.8);
  border-radius: 25px;
}
@media only screen and (max-width: 767px) {
  .contact_inner {
    box-shadow: unset;
  }
}

.contact_field {
  padding: 60px 340px 90px 100px;
}
@media only screen and (max-width: 767px) {
  .contact_field {
    padding: 20px;
    box-shadow: 0 0 15px 15px rgba(204, 204, 204, 0.8);
  }
}

.right_conatct_social_icon {
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .right_conatct_social_icon {
    margin: 20px 0;
    height: auto;
  }
}

.contact_field h3 {
  color: #000;
  font-size: 40px;
  letter-spacing: 1px;
  font-weight: 600;
  margin-bottom: 10px;
}

.contact_field p {
  color: #000;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 35px;
}

.contact_field .form-control {
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid #ccc;
}

.contact_field .form-control:focus {
  box-shadow: none;
  outline: none;
  border-bottom: 2px solid #1325e8;
}

.contact_field .form-control::-moz-placeholder {
  font-size: 13px;
  letter-spacing: 1px;
}

.contact_field .form-control::placeholder {
  font-size: 13px;
  letter-spacing: 1px;
}

.contact_info_sec {
  position: absolute;
  background-color: #2d2d2d;
  right: 1px;
  top: 18%;
  height: 340px;
  width: 340px;
  padding: 40px;
  border-radius: 25px 0 0 25px;
}
@media only screen and (max-width: 767px) {
  .contact_info_sec {
    position: relative;
    top: 0;
    width: 100%;
    border-radius: 25px;
  }
}

.contact_info_sec h4 {
  letter-spacing: 1px;
  padding-bottom: 15px;
  color: #fff;
}

.info_single {
  margin: 30px 0px;
  color: #fff;
}

.info_single i {
  margin-right: 15px;
}

.info_single span {
  font-size: 14px;
  letter-spacing: 1px;
}

button.contact_form_submit {
  background: linear-gradient(to top right, #1325e8 -5%, #8f10b7 100%);
  border: none;
  color: #fff;
  padding: 10px 15px;
  width: 100%;
  margin-top: 25px;
  border-radius: 35px;
  cursor: pointer;
  font-size: 14px;
  letter-spacing: 2px;
}

.socil_item_inner li {
  list-style: none;
}

.socil_item_inner li a {
  color: #fff;
  margin: 0px 15px;
  font-size: 14px;
}

.socil_item_inner {
  padding-bottom: 10px;
}

.map_sec {
  padding: 50px 0px;
}

.map_inner h4,
.map_inner p {
  color: #000;
  text-align: center;
}

.map_inner p {
  font-size: 13px;
}

.map_bind {
  margin-top: 50px;
  border-radius: 30px;
  overflow: hidden;
}

.row.pp-logo img {
  text-align: center;
  margin: 0px auto;
  display: block;
  border: 1px solid #000;
  padding: 7px;
  margin: 5px;
}

.footer_top img {
  padding: 7px;
  border-radius: 5px;
}

.nav-item.dropdown:hover ul {
  display: block;
  opacity: 1;
}

.social-footer img {
  background: #000;
}

@media (min-width: 992px) {
  .navbar-nav .dropdown > .dropdown-menu {
    left: 50%;
    transform: translate(-50%, 0px);
  }
}
@media (max-width: 992px) {
  .whyus-section .main_heading {
    text-align: center;
  }
  .banner-section .item .cover .header-content h1 {
    font-size: 33px;
  }
  .banner-section .item .cover .header-content {
    width: 100%;
  }
  .banner-section .item .btn-group img {
    width: 150px;
    height: auto;
  }
  .main_section {
    padding: 30px 0;
  }
  .navbar-light .navbar-nav .nav-link {
    padding: 0px;
  }
  .navbar-collapse .navbar-nav .nav-item {
    padding-bottom: 3px;
    padding-top: 3px;
  }
  #navbarCollapse {
    padding: 19px;
  }
  /*.why_chooseus img:first-child*/
  /*{*/
  /*    width: 60%;*/
  /*    margin: 0px auto;*/
  /*    display: block;*/
  /*    margin-bottom: 20px;*/
  /*}*/
}
.single-blog {
  border: 1px solid #000;
  padding: 13px;
  border-radius: 4px;
  margin-bottom: 30px;
}

.single-blog h4 {
  font-size: 18px;
  padding-top: 10px;
}

.mobile-menu {
  display: none;
}

/* TICKER */
.ticker_section {
  background: linear-gradient(0deg, #000, #000);
  display: flex;
}

.ticker_section .tickers {
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: space-around;
  align-content: center;
  align-content: center;
  margin: 0;
}

.tickers .ticker_item {
  position: relative;
  background-color: #fff;
  border-radius: 0px;
  /*width: 100%;*/
  padding: 0;
  padding: 0px 7px;
  display: flex;
  background: linear-gradient(0deg, #000, #000);
  /*height: 110px;*/
  text-align: center;
  border-right: 1px solid #fff;
  margin: 6px 9px;
}

.tickers .ticker_item:last-child {
  border: none;
}

.tickers .ticker_item .name {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 1px;
  color: #fff;
  margin-top: 8px;
  position: relative;
  z-index: 9;
  margin-left: -19px;
}

.tickers .ticker_item .price {
  display: block;
  font-size: 12px;
  padding-top: 7px;
  /*line-height: 18px;*/
  color: #fff;
  position: relative;
  z-index: 9;
  margin-left: 7px;
}

.tickers .ticker_item .difference_percent {
  position: relative;
  color: #2de55d;
  display: block;
  line-height: 18px;
  font-size: 12px;
  /*margin-top: 5px;*/
  background-color: rgba(255, 255, 255, 0.2);
  padding: 6px 8px;
  margin-left: 7px;
  border-radius: 2px;
  padding-right: 26px;
}

.tickers .ticker_item .difference_percent::after {
  content: "";
  position: absolute;
  background-image: url(../images/trend.png);
  font-size: 18px;
  /*bottom: 25px;*/
  bottom: 8px;
  background-size: contain;
  background-position: center;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  /*z-index: 0;*/
  right: 7px;
  /*opacity: 0.2;*/
  /*display: none;*/
}

.tickers .ticker_item .difference_percent.negative {
  color: #ff2d2d;
}

.tickers .ticker_item .difference_percent.negative::after {
  background-image: url(../images/decrease.png);
  /*bottom: 20px;*/
}

.text_input {
  padding: 10px;
  border-radius: 40px;
  border: 1px solid rgba(245, 245, 245, 0.9607843137);
}

.hide-span {
  display: none;
}

.features-section {
  background: linear-gradient(303deg, rgba(136, 187, 68, 0.1) 0%, rgba(67, 175, 210, 0.1) 35%, rgba(238, 85, 102, 0.1) 53%, rgba(36, 184, 181, 0.1) 64%, rgba(255, 206, 85, 0.1) 79%, rgba(197, 37, 132, 0.1) 84%, rgba(245, 141, 31, 0.1) 100%);
}

.features-section .tyi-items .image {
  display: flex;
  justify-content: center;
}

.features-section .tyi-items .image img {
  width: auto;
}

.features-section .features-list li {
  position: relative;
  list-style: none;
  margin-bottom: 0;
}

.features-section .features-list li.active a .tuia-card::before {
  opacity: 1;
}

.features-section .features-list li a {
  display: block;
  width: 100%;
  text-decoration: none;
}

.features-section .features-list li a .tuia-card {
  background-color: var(--white);
  padding: 20px;
  border-radius: 20px;
  position: relative;
  width: 100%;
  border: 1px solid #eee;
  overflow: hidden;
  transition: 0.5s;
}

.features-section .features-list li a .tuia-card .ih-card {
  display: flex;
  align-items: center;
}

.features-section .features-list li a .tuia-card .ih-card .icone {
  position: relative;
  width: 40px;
  height: 40px;
  padding: 5px;
}

.features-section .features-list li a .tuia-card .ih-card .icone img {
  width: 100%;
}

.features-section .features-list li a .tuia-card .ih-card .haddings h5 {
  font-weight: 600;
  color: var(--black);
  margin-bottom: 0;
}

.features-section .features-list li a .tuia-card .content p {
  color: var(--black);
}

.features-section .features-list li a .tuia-card .content p:last-child {
  margin-bottom: 0;
  width: 100%;
}

.features-section .features-list li a .tuia-card:hover {
  transition: 0.5s;
}

.features-section .features-list li a .tuia-card:hover::before {
  opacity: 1;
}

.features-section .features-list li a .tuia-card::before {
  content: "";
  width: 5px;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  background: var(--color1);
  transition: 0.5s;
  opacity: 0.4;
}

.features-section .common-links {
  display: flex;
  flex-wrap: wrap;
  padding-top: 15px;
  padding-left: 0;
  margin: -15px;
  justify-content: center;
}

.features-section .common-links li {
  padding: 15px;
  margin-top: 0;
  max-width: 200px;
  width: 100%;
}

.features-section .common-links li a {
  border-radius: 50px;
  display: block;
}

.features-section .common-links li a img {
  width: 100%;
}

.ourclients-section .testimonials {
  padding: 0;
}

.ourclients-section .testimonials:hover {
  transition: 0.5s;
  background-color: var(--colordata);
}

.ourclients-section .testimonials:hover img {
  transition: 0.5s;
  filter: brightness(0) invert(1);
}

.ourclients-section .testimonials:hover a:before {
  transition: 0.5s;
  background: var(--colordata);
  z-index: 0;
  width: 300px;
  height: 300px;
}

.ourclients-section .testimonials:hover .images {
  border: 3px solid #fff;
  position: relative;
  transition: 0.5s;
  background: rgba(0, 0, 0, 0);
}

.ourclients-section .testimonials .images {
  border: 3px solid var(--colordata);
  transition: 0.5s;
}

.ourclients-section .testimonials img {
  position: relative;
  transition: 0.5s;
}

.ourclients-section .testimonials h3 {
  font-size: 18px;
  height: auto;
  color: var(--colordata);
  position: relative;
}

.ourclients-section .testimonials p {
  color: #000;
  position: relative;
  font-size: 17px;
}

.ourclients-section .testimonials a {
  position: relative;
  overflow: hidden;
  padding: 40px 20px 20px;
  display: block;
  transition: 0.5s;
}

.ourclients-section .testimonials a:before {
  content: "";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  transform: rotate(45deg);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: rgba(252, 117, 9, 0);
  transition: 0.5s;
}

.investor-corner .main_heading h1 {
  color: #000;
}

.investor-corner .service_box {
  position: relative;
  overflow: hidden;
  transition: 0.5s;
}

.investor-corner .service_box:hover {
  transition: 0.5s;
}

.investor-corner .service_box:hover::before {
  transition: 0.5s;
  background: var(--color1);
  z-index: -1;
  width: 300px;
  height: 300px;
}

.investor-corner .service_box::before {
  content: "";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  transform: rotate(45deg);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: rgba(252, 117, 9, 0);
  transition: 0.5s;
}

.investor-corner .service_box .icon {
  border: 2px solid var(--color1);
  margin-bottom: 30px;
}

.investor-corner .service_box:hover {
  background-color: #fc7509;
}

.sipc-body {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: -15px;
  text-align: center;
  flex-wrap: wrap;
  padding-top: 10px;
}

@media only screen and (max-width: 767px) {
  .sipc-body {
    grid-template-columns: repeat(1, 1fr);
  }
}
.sipc-body .sipcb-card {
  padding: 15px;
}

.sipc-body .card {
  background: var(--datacolor);
  text-align: center;
  padding: 15px;
  color: #fff;
  width: 100%;
}

.blog_section .blog_body {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 5px;
  transition: 0.5s;
}

.blog_section .blog_body:hover {
  box-shadow: 0 0 15px 0 #444;
  transition: 0.5s;
}

.blog_section .blog_body:hover .images {
  transition: 0.5s;
}

.blog_section .blog_body:hover .images img {
  transition: 0.5s;
  transform: scale(1.2) rotate(5deg);
}

.blog_section .blog_body .images {
  border-radius: 5px;
  transition: 0.5s;
  overflow: hidden;
  position: relative;
}

.blog_section .blog_body .images img {
  transition: 0.5s;
}

.blog_section .blog_body .blog-content {
  padding: 20px;
}

.blog_section .blog_body .blog-content h4 {
  font-size: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.blog_section .blog_body .blog-content .client_info ul {
  padding-left: 0;
}

.blog_section .blog_body .blog-content .client_info ul li {
  display: flex;
  font-size: 14px;
  align-items: center;
  justify-content: start;
}

.blog_section .blog_body .blog-content .client_info ul li img {
  width: 14px;
  margin-right: 10px;
}

.blog_section .blog_body .blog-content a {
  margin-top: 10px;
  color: var(--color1);
}

.disclaimer-sec .content-b {
  border-top: 1px solid #ddd;
  padding-top: 30px;
  padding-bottom: 40px;
}

.disclaimer-sec .content-b p {
  color: #aaa;
}

.disclaimer-sec .content-b h5 {
  color: var(--white);
}

.nav-top ul {
  display: flex;
}

.nav-top ul li a svg {
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.foot_widget .social-footer li a {
  padding: 5px;
}

.foot_widget .social-footer li a svg {
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.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 h6 {
  color: var(--bs-white);
  margin-bottom: 0;
}

.aomv-section {
  background: linear-gradient(180deg, var(--color1) 50%, var(--white) 50%);
}

.aomv-section .aomv-box {
  position: relative;
  overflow: hidden;
  transition: 0.5s;
  height: 100%;
  padding: 25px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 15px 0 #ddd;
}

.aomv-section .aomv-box:hover {
  background-color: #fc7509;
  transition: 0.5s;
}

.aomv-section .aomv-box:hover p {
  color: var(--white);
}

.aomv-section .aomv-box:hover::before {
  transition: 0.5s;
  transition: 0.5s;
  background: var(--color1);
  z-index: 0;
  width: 300px;
  height: 300px;
}

.aomv-section .aomv-box::before {
  content: "";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  transform: rotate(45deg);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: rgba(252, 117, 9, 0);
  transition: 0.5s;
}

.aomv-section .aomv-box h3 {
  font-weight: 600;
  color: var(--black);
  position: relative;
}

.aomv-section .aomv-box p {
  color: var(--color-p);
  position: relative;
}

@media only screen and (min-width: 1360px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1200px;
  }
}
.top-banner-section {
  padding: 100px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100%;
}

.top-banner-section .banner-box h1 {
  color: var(--white);
  margin-bottom: 0;
}

.usfl-links .useful-links {
  margin: -10px;
  display: flex;
  flex-wrap: wrap;
}

.usfl-links .useful-links li {
  padding: 10px;
}

.usfl-links .useful-links li a {
  padding: 15px;
  transition: 0.5s;
  text-decoration: none;
  background-color: var(--color1);
  color: var(--white);
  border: 2px solid var(--color1);
  width: 200px;
  display: block;
  text-align: center;
}

.usfl-links .useful-links li a:hover {
  transition: 0.5s;
  background-color: var(--white);
  color: var(--color1);
}

.ppy-section .ppo-lists {
  margin: -10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}

.ppy-section .ppo-lists li {
  padding: 10px;
  position: relative;
  max-width: 160px;
  width: 100%;
}

.ppy-section .ppo-lists li a {
  padding: 10px;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 15px 0 #ddd;
  height: 100%;
}

.ppy-section .ppo-lists li a img {
  width: 100%;
  transition: 0.5s;
}

.ppy-section .ppo-lists li a:hover {
  transition: 0.5s;
}

.ppy-section .ppo-lists li a:hover img {
  transform: scale(1.2);
}

.login-sections {
  padding: 50px 0;
}

.login-part {
  box-shadow: 0 0 15px 0 #eee;
  padding: 30px;
  border-radius: 5px;
  height: 100%;
  background-color: var(--bs-white);
  border: 1px solid #eee;
}
@media only screen and (max-width: 992px) {
  .login-part {
    max-width: 100%;
    width: 100%;
  }
}

.login-part h3 {
  text-align: center;
  font-weight: 600;
  margin-bottom: 20px;
}

.login-part .form-group {
  margin-bottom: 20px;
}

.form-check-input:checked {
  background-color: var(--color1);
  border: 2px solid var(--color1);
}

.login-part .form-check-label {
  padding: 10px;
  border: 1px solid #2a3644;
  padding-left: 10px;
  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;
}

.form-check-input[type=radio] {
  border-radius: 50%;
  margin-right: 8px;
}

.form-group .form-control {
  border: 1px solid rgba(202, 202, 202, 0.8);
  padding: 10px 15px;
  border-radius: 3px;
}

.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;
}

.whyus-section .investor_box .icon {
  border-color: var(--colordata);
}

.whyus-section .investor_box h5 {
  color: var(--colordata);
}

.whyus-section .investor_box:hover::before {
  background: var(--colordata);
}

.whyus-section .investor_box::before {
  background: var(--colordata);
}

.service_section .service_box .icon {
  border: 2px solid var(--colordata);
}

.service_section .service_box h5 {
  color: var(--colordata);
}

.service_section .service_box:hover {
  background: var(--colordata);
}

.service_section .service_box:hover::before {
  background: var(--colordata);
}

.calculator-section .calculator-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  margin: -10px;
  padding: 0;
  padding-bottom: 30px;
}

.calculator-section .calculator-list li {
  padding: 10px;
  list-style: none;
}

.calculator-section .calculator-list li a {
  float: unset;
  margin: 0;
  display: block;
  text-decoration: none;
  color: var(--bs-white);
  background-color: #27aae2;
  border: 2px solid #27aae2;
  max-width: 100%;
  width: 100%;
  transition: 0.5s;
}

.calculator-section .calculator-list li a:hover {
  transition: 0.5s;
  background: var(--bs-white);
  color: #27aae2;
}

.calculator-section .stick_option {
  display: none;
}

.calculator-section .caclulator {
  padding: 20px 0px;
}

.calculator-section .calname {
  float: unset;
  width: unset;
}

.calculator-section .cal-name,
.calculator-section .summary-heading,
.calculator-section .cal-type,
.calculator-section .fundperfonmance .blue,
.calculator-section .blue a:link,
.calculator-section .fundperfonmance .blue > a,
.calculator-section .fundname:hover .whythismf,
.calculator-section .fundname:hover .closewhythismf {
  color: #030303;
}

.calculator-section .btn.submit,
.calculator-section .calname a,
.calculator-section .cal-result .summary .table th,
.calculator-section .cal-result .sip-tg .nav li,
.calculator-section .presales-container .ins-amt,
.calculator-section .pre-inputbox #removeButton > span,
.calculator-section .presales-result .lc-box,
.calculator-section .presales-cal .sip-tg .nav li,
.calculator-section .presales-cal .summary table th {
  background: #27aae2;
  border-radius: 6px;
  padding: 10px;
  font-size: 15px;
  max-width: 33%;
}

.calculator-section .cal-name {
  border-bottom: 1px solid #27aae2;
}

.calculator-section .fundname:hover .whythismf,
.calculator-section .fundname:hover .closewhythismf {
  border: 1px solid #27aae2;
}

.calculator-section .amount-text,
.calculator-section .fundperfonmance .green {
  color: #a4d035;
}

.calculator-section #sipbarchart {
  overflow: unset !important;
}

.calculator-section #sipbarchart .highcharts-container {
  width: 100%;
}

.teb-section {
  background: #fbfbfb;
}

.teb-section .calculator-section .calculator-list li {
  max-width: 300px;
  width: 100%;
}

.teb-section .right-side .tab-pane {
  opacity: 1;
}

.teb-section .right-side .tab-content .text-content {
  box-shadow: 0 0 15px 0 #eee;
  padding: 20px;
  background: var(--bs-white);
  border-radius: 10px;
  border-top: 10px solid var(--colordata);
  text-align: justify;
}

.teb-section .right-side .tab-content .text-content b {
  font-weight: 500;
  color: #444;
}

.teb-section .right-side .tab-content .text-content ul li {
  color: #787878;
  font-size: 16px;
  margin-bottom: 10px;
}

.teb-section .right-side .tab-content .text-content ul li:last-child {
  margin-bottom: 0;
}

.teb-section .nav.nav-tabs {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  border: unset;
}

.teb-section .nav.nav-tabs li {
  width: 100%;
  margin: 0;
  list-style: none;
  margin-bottom: 15px;
}

.teb-section .nav.nav-tabs li a {
  position: relative;
  background: #aaa;
  padding: 10px 15px;
  width: 100%;
  text-decoration: none;
  padding-left: 28px;
  display: block;
  color: var(--white);
  height: 44px;
  font-weight: 600;
  transition: 0.5s;
}

.teb-section .nav.nav-tabs li a::before,
.teb-section .nav.nav-tabs li a::after {
  content: "";
  position: absolute;
  top: 0;
  transition: 0.5s;
}

.teb-section .nav.nav-tabs li a::before {
  left: 0;
  border-top: 22px solid #aaa;
  border-bottom: 22px solid #aaa;
  border-left: 15px solid #fbfbfb;
}

.teb-section .nav.nav-tabs li a::after {
  right: 0;
  border-top: 22px solid #fbfbfb;
  border-bottom: 22px solid #fbfbfb;
  border-left: 15px solid #aaa;
}

.teb-section .nav.nav-tabs li.active a {
  background-color: var(--colordata);
}

.teb-section .nav.nav-tabs li.active a::before {
  border-top: 22px solid var(--colordata);
  border-bottom: 22px solid var(--colordata);
}

.teb-section .nav.nav-tabs li.active a::after {
  border-left: 15px solid var(--colordata);
}

.teb-section .nav.nav-tabs li:last-child {
  margin-bottom: 0;
}

.content-box table.dataTable th,
.content-box table.dataTable td {
  font-size: 13px;
  padding: 2px;
}

.dt-button {
  border: unset;
  padding: 8px 15px;
  background-color: #615c58;
  border-color: #615c58;
  border-radius: 50px;
  color: #fff;
  transition: 0.2s;
}
.dt-button:hover {
  box-shadow: 0 1rem 2.5rem rgba(22, 28, 45, 0.1), 0 0.5rem 1rem -0.75rem rgba(22, 28, 45, 0.1) !important;
  transform: translate3d(0, -3px, 0);
  transition: 0.2s;
}

.stores {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
  padding-top: 20px;
}
.stores .stors {
  padding: 15px;
}
.stores .stors:hover {
  transition: 0.5s;
  filter: unset;
}
.stores .stors img {
  transition: 0.5s;
  height: 45px;
}




.lamf{
  margin: 20px;
}

.loan-section-inner {
  padding: 20px;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1); /* Adds a soft shadow for depth */
  margin-bottom: 2rem;
  border: 2px ridge #b6b5b5; /* Adds a ridge border */
}

.loan-section .loan-title {
  text-align: center;
  margin-bottom: 15px;
  color: #070707; /* Dark text color for better contrast */
}

.loan-section .loan-subtitle {
  color: #726d7b; /* Soft gray text */
  text-align: center;
  margin-bottom: 20px;
}

.loan-section p {
  color: #070707;
  line-height: 1.8;
  margin-bottom: 20px;
}
.loan-features{
  border-radius: 15px;
  border: 1px solid rgba(128, 128, 128, 0.062);
  padding: 15px;

}
.loan-types{
  background: #95929221;
  border-radius: 15px;
  padding: 15px;
  border: 1px solid rgba(128, 128, 128, 0.062);
}

.loan-section ul {
  list-style-type: none;
  padding-left: 0;
}

.loan-section ul li {
  margin-bottom: 5px;
  padding: 10px;
  border-radius: 8px;
  cursor: pointer;
}


.loan-section ul li ul {
  margin-top: 10px;
  padding-left: 20px;
  list-style-type: disc;
  color: #726d7b; /* Soft gray text for sublist */
}

.loan-section ul li strong {
  color: #3764a1; /* Secondary color */
}

.loan-section .loan-cta {
  text-align: center;
  background-color: #3764a1; /* Secondary color background */
  color: #fff;
  padding: 15px 25px;
  border-radius: 50px;
  display: inline-block;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  margin-top: 20px;
}

.loan-section .loan-cta:hover {
  background-color: #2d4f82; /* Darker shade on hover */
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Deep shadow on hover */
}

@media (max-width: 768px) {
  .loan-section {
    padding: 20px;
  }

  .loan-section .loan-title {
    font-size: 28px;
  }

  .loan-section .loan-subtitle {
    font-size: 18px;
  }

  .loan-section ul li {
    margin-bottom: 12px;
    padding: 8px;
  }

  .loan-section .loan-cta {
    font-size: 16px;
    padding: 12px 20px;
  }
}



.steps-section {
  padding: 20px 0;
  background-color: #f4f5f8;
}

.steps-section .carousel-title {
  text-align: center;
  font-size: 2rem;
  color: var(--rv-black);
  margin-bottom: 30px;
}


.steps-lamf .row{
  padding: 20px;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1); /* Adds a soft shadow for depth */
  margin-bottom: 2rem;
  border: 2px ridge #b6b5b5; /* Adds a ridge border */
}


.steps-section .carousel-button {
  background: var(--rv-white);
  border: none;
  padding: 10px;
  margin: 10px;
  display: block;
  width: 100%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.steps-section .carousel-button.active {
  transform: scale(1.05);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.steps-section .carousel-button:hover {
  transform: translateY(-10px) rotateY(10deg);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.steps-section .carousel-button .carousel-icon img {
  max-width: 50px;
  margin-bottom: 10px;
}

.steps-section .carousel-button h4 {
  font-size: 1.2rem;
  color: var(--rv-black);
  margin-bottom: 5px;
}

.steps-section .carousel-button p {
  color: var(--rv-gray);
  font-size: 0.9rem;
}

.steps-section .carousel-images {
  text-align: center;
}

.steps-section .carousel-images .carousel-item {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.steps-section .carousel-images .carousel-item.active {
  display: block;
  opacity: 1;
}

.steps-section .carousel-images img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

/* Add responsive design */
@media (max-width: 768px) {
  .steps-section .row {
      flex-direction: column;
  }
  .steps-section .carousel-button {
      width: 100%;
      margin-bottom: 20px;
  }
}



.accordion {
  padding: 20px;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  /* margin-bottom: 2rem; */
  border: 1px ridge #b6b5b524;
}

.faq-section h2 {
    font-size: 2rem;
    color: var(--rv-primary);
    text-align: center;
    margin-bottom: 30px;
}

.faq-section .accordion-item {
    background-color: var(--rv-white);
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 5px; /* Reduced to minimize space */
    cursor: pointer;
    transition: all 0.3s ease;
}

.faq-section .accordion-item:hover {
    border-color: var(--rv-primary);
    box-shadow: 0px 4px 12px rgba(194, 192, 192, 0.1);
}

.faq-section .accordion-header {
    font-size: 1.2rem;
    color: var(--rv-secondary);
    margin: 0; /* Ensure no margin for the header */
    padding: 10px 15px; /* Add padding for better touch area */
}

.faq-section .accordion-body {
    font-size: 1rem;
    color: var(--rv-gray);
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.3s ease, opacity 0.3s ease;
    padding: 0 15px; /* Padding for the body to align with the header */
}

.faq-section .accordion-item.active .accordion-body {
    max-height: 200px; /* Adjust as needed for content */
    opacity: 1;
    padding-top: 10px; /* Padding for the body when active */
}