@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
:root {
  --color-theme: #183747;
  --font-family: "Poppins", sans-serif;
  --bg-theme: rgb(0 128 128 / 20%);
  --mbg-theme: rgb(0 128 128 / 5%);
  --black: #000;
}

html {
  scroll-behavior: smooth;
}

body {
  padding: 0;
  font-size: 16px;
  margin: 0;
  color: #2b2b2b;
  font-family: var(--font-family);
}

img {
  width: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #2b2b2b;
}

.primary-color {
  color: var(--color-theme);
}

.secondary-color {
  color: var(--color-theme);
}

.light-gray {
  color: #333b46;
}

a:hover {
  text-decoration: none;
}

.black {
  color: #2b2b2b;
}

.white {
  color: var(--white);
}

.primary-bg {
  background-color: var(--color-theme);
  color: var(--white);
}

.black-bg {
  background-color: #2b2b2b;
  color: var(--white);
}

.light-bg {
  background-color: #f1f5fd;
}

.white-bg {
  background-color: #fff !important;
}

p {
  color: #2b2b2b;
  text-align: justify;
}

a {
  color: var(--color-theme);
}

.white-color {
  color: #fff !important;
}

.pb-btn-box {
  text-align: center;
  padding: 40px 0 20px 0;
}

.btn {
  color: var(--white);
  border-radius: 4px;
  padding: 9px 15px;
  height: 44px;
  line-height: 24px;
  text-align: center;
}

.know-more {
  position: relative;
  padding-right: 40px;
}

.know-more:after {
  content: "\f11e";
  position: absolute;
  margin-left: 5px;
  font-size: 30px;
}

.btn-primary {
  background-color: transparent;
  border: 1px solid var(--color-theme);
  color: var(--color-theme);
  position: relative;
  overflow: hidden;
  min-width: 150px;
}

.btn-primary:hover {
  background-color: var(--color-theme);
  border: 1px solid var(--color-theme);
  color: var(--white);
}

.btn-secondary {
  background-color: transparent;
  border: 1px solid #b07751;
  color: #b07751;
  position: relative;
  overflow: hidden;
  min-width: 150px;
}

.btn-secondary:hover {
  background-color: #b07751;
  border: 1px solid #b07751;
  color: var(--white);
}

.btn-white-line {
  background-color: transparent;
  border: 2px solid var(--white);
  color: var(--white);
}

.main-title {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -1px;
  margin-bottom: 35px;
  text-align: center;
}

.main-title-white {
  font-size: 30px;
  font-weight: 800;
  color: var(--white);
  letter-spacing: 1px;
  margin-bottom: 40px;
  text-align: center;
}

.main-section {
  padding: 50px 0;
}

ul.navbar-nav .nav-item .nav-link {
  color: #000 !important;
  padding: 12px 18px;
  font-weight: 500;
}

ul.navbar-nav .nav-item .nav-link:hover {
  color: var(--color-theme) !important;
}

ul.navbar-nav .nav-item.active .nav-link {
  /*color: #fff !important;*/
}

ul.navbar-nav .nav-item:first-child a {
  padding-left: 0;
}

ul.navbar-nav .dropdown-menu {
  padding: 0;
}

ul.navbar-nav .dropdown-menu .dropdown-divider {
  margin: 0;
}

ul.navbar-nav .dropdown-menu .dropdown-item {
  padding: 10px 15px;
}

ul.navbar-nav .dropdown-menu .dropdown-item.active,
ul.navbar-nav .dropdown-menu .dropdown-item:active {
  color: var(--white);
  text-decoration: none;
  background-color: var(--color-theme);
}

ul.navbar-nav .dropdown-menu .dropdown-item:hover,
ul.navbar-nav .dropdown-menu .dropdown-item:focus {
  color: var(--white);
  text-decoration: none;
  background-color: var(--color-theme);
}

.radio-group {
  text-align: center;
  margin: 30px 0 20px 0 !important;
  /* Hide the browser's default radio button */
  /* Create a custom radio button */
  /* On mouse-over, add a grey background color */
  /* When the radio button is checked, add a blue background */
  /* Create the indicator (the dot/circle - hidden when not checked) */
  /* Show the indicator (dot/circle) when checked */
  /* Style the indicator (dot/circle) */
}

.radio-group .radio-btn {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  margin-right: 15px;
}

.radio-group .radio-btn input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.radio-group .radio-btn .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 18px;
  width: 18px;
  border: 2px solid #001522;
  border-radius: 50%;
}

.radio-group .radio-btn:hover input ~ .checkmark {
  border: 2px solid var(--color-theme);
}

.radio-group .radio-btn input:checked ~ .checkmark {
  background-color: var(--white);
  border: 2px solid var(--color-theme);
}

.radio-group .radio-btn .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.radio-group .radio-btn input:checked ~ .checkmark:after {
  display: block;
}

.radio-group .radio-btn .checkmark:after {
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--color-theme);
}

.login-model .model-img img {
  width: 100%;
}

.login-model .modal-dialog {
  max-width: 900px;
  margin: 30px auto;
}

.login-model .modal-title {
  text-transform: uppercase;
  color: var(--color-theme);
  font-size: 24px;
}

.login-model a.forgot-password {
  display: block;
  text-align: right;
  margin: 15px 0 30px 0;
  color: #001522;
  text-decoration: none;
}

.login-model a.forgot-password:hover {
  color: var(--color-theme);
}

.login-model .modal-body {
  padding: 30px 20px;
}

.login-model .modal-header {
  padding: 25px 20px;
}

.login-model .modal-header button.close {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 2px solid var(--color-theme);
  border-radius: 100%;
  text-align: center;
  line-height: 30px;
  padding: 0 !important;
  color: var(--color-theme);
  opacity: 1;
  margin: 0 !important;
  outline: none;
}

.video-model .model-video video {
  width: 100%;
  padding: 7px 7px 0 7px;
  box-sizing: border-box;
  border-radius: 20px 20px 20px 20px;
}

.video-model .modal-dialog {
  max-width: 850px;
  margin: 50px auto;
}

.video-model .modal-title {
  text-transform: uppercase;
  color: var(--color-theme);
  font-size: 24px;
}

.video-model .modal-body {
  padding: 0;
}

.video-model .modal-content {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}

.video-model .modal-header {
  padding: 15px;
  position: absolute;
  top: -5px;
  right: -5px;
  width: 100%;
  height: 70px;
  z-index: 9999;
  border: none;
  overflow: hidden;
}

.video-model .modal-header button.close {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 2px solid var(--color-theme);
  border-radius: 100%;
  text-align: center;
  line-height: 30px;
  padding: 0 !important;
  color: var(--color-theme);
  opacity: 1;
  margin: 0 0 0 auto !important;
  outline: none;
}

.video-btn {
  position: absolute;
  width: 100px;
  height: 100px;
  left: 40%;
  top: 160px;
  border-radius: 100%;
  z-index: 999;
  box-shadow: none;
}

.video-btn:after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 90px;
  height: 90px;
  background-color: #66b60a;
  border-radius: 50%;
  z-index: -1;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-btn:hover {
  background-color: var(--color-theme);
  color: var(--white);
}

.video-btn:focus {
  box-shadow: none;
}

.video-btn i {
  font-size: 52px;
  line-height: 86px;
  margin-left: 15px;
}

@keyframes ripple {
  0% {
    opacity: 1;
    transform: scale3d(0.75, 0.75, 1);
  }
  100% {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1);
  }
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.bottom-scroller.active .scroller {
  background-color: #35d6ad;
  display: block;
  width: 40px;
  height: 40px;
  color: var(--white);
  font-size: 24px;
  text-align: center;
  line-height: 50px;
  border-radius: 5px;
  position: fixed;
  right: 20px;
  bottom: 30px;
  text-decoration: none;
}

.bottom-scroller.active .scroller:hover {
  background-color: #2b2b2b;
}

i.fi-ss-paper-plane {
  margin-left: 3px;
  /* display: inline-block; */
  /* line-height: 30px; */
  vertical-align: middle;
  font-size: 14px;
}

.card {
  border-radius: 10px;
  padding: 40px 20px;
  box-shadow: 0 6px 20px 1px rgba(0, 0, 0, 0.1);
}

.form-custom {
  display: inline-block;
  width: 100%;
  position: relative;
  margin-right: 20px;
}

.form-custom .form-group {
  position: relative;
  margin-bottom: 5px;
}

.form-custom .form-group .form-control {
  border: 1px solid var(--white);
}

.form-custom .form-group .form-control:focus {
  border: 1px solid #f60727 !important;
}

.form-custom .form-group input {
  display: block;
  width: 100%;
  background-color: var(--white);
  border: none;
  border-bottom: 1px solid #999;
  outline: none;
  height: 35px;
  padding: 5px 40px 5px 5px;
  border-radius: 5px;
}

.form-custom .form-group input:focus {
  border: none;
  border-bottom: 1px solid var(--color-theme);
  box-shadow: none;
}

.form-custom .form-group select {
  display: block;
  width: 100%;
  background-color: var(--white);
  border: none;
  border-bottom: 1px solid #999;
  outline: none;
  height: 35px !important;
  padding: 5px 40px 5px 5px;
  border-radius: 5px;
}

.form-custom .form-group select:focus {
  border: none;
  border-bottom: 1px solid var(--color-theme);
  box-shadow: none;
}

.form-custom .form-group textarea {
  display: block;
  width: 100%;
  background-color: #fff !important;
  border: none;
  border-bottom: 1px solid #333;
  outline: none;
  height: 70px;
  padding: 5px 40px 5px 5px;
  border-radius: 5px;
}

.form-custom .form-group textarea:focus {
  border: none;
  border-bottom: 1px solid var(--color-theme);
  box-shadow: none;
}

.form-custom .form-group .search {
  position: absolute;
  top: 3px;
  right: 5px;
  background-color: transparent;
  border: none;
  color: var(--white);
}

.form-custom .form-group .search i:before {
  font-size: 24px;
}

.form-custom .form-group .btn.btn-primary {
  height: 35px;
  line-height: 18px;
  font-size: 15px;
}

.pink-bg {
  /*background-color: #be6dc9;*/
}

.voilet-bg {
  /*background-color: #8089ea;*/
}

.green-bg {
  /*background-color: #77cb7a;*/
}

.red-bg {
  /*background-color: #f28989;*/
}

.blue-bg {
  /*background-color: #4d9ded;*/
}

.main-header {
  position: relative;
}

.main-header .header-top {
  width: 100%;
  background-color: var(--color-theme);
  padding: 5px;
  position: relative;
  z-index: 99;
}

.main-header .header-top a {
  color: var(--white);
  text-decoration: none;
  margin-right: 15px;
}

.main-header .header-top a:hover {
  color: #aacae8;
}

.main-header .header-top a i:before {
  font-size: 15px;
  margin-right: 5px;
}

.main-header .header-top .top-social {
  text-align: right;
}

.main-header .header-top .top-social .social-items {
  padding: 0;
  list-style-type: none;
  margin: 0;
}

.main-header .header-top .top-social .social-items li {
  display: inline-block;
}

.main-header .header-top .top-social .social-items li a {
  margin: 4px;
}

.main-header .header-main {
  width: 100%;
  padding: 15px;
  z-index: 99;
   position: relative;
}

.main-header .header-main .header-right {
  text-align: right;
}

.main-header .header-main .header-right nav.navbar {
  box-shadow: none;
  display: inline-block;
  vertical-align: middle;
}

.main-header .header-main .header-right .login-btn {
  vertical-align: middle;
}

.main-header .header-main .header-right .btn-secondary {
  min-width: 100px;
}

.main-header .header-main .header-right .navbar.navbar-expand-lg {
  margin-right: 35px;
}

.main-header.stickyhead .header-main {
  background-color: var(--color-theme);
  position: fixed !important;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
  z-index: 999;
  margin-top: 0px;
  padding: 0;
  top: 0;
}

.main-header .sticky_logo {
  display: none;
}

.main-header.stickyhead .main_logo {
  display: none;
}

.main-header.stickyhead .sticky_logo {
  display: block;
}

.main-header.stickyhead .header-main .btn {
  border-radius: 5px;
  height: 35px;
  line-height: 12px;
  min-width: 42px;
  border-color: var(--white);
  color: var(--white);
}

.main-header.stickyhead .header-main .btn:hover {
  background-color: #35a8e0;
  color: var(--white);
  border-color: #35a8e0;
}

.main-header.stickyhead .nav-link:hover {
  color: #aacae8 !important;
}

.main-header.stickyhead .header-main .nav-link {
  /*padding: 8px 20px;*/
}

header.main-header.stickyhead .nav-link {
  color: #fff !important;
}

.home-slider {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;

  position: relative;
  overflow: hidden;
   
}
.home-slider::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--mbg-theme);
  top: 0;
  left: 0;
      z-index: -1;
}

.home-slider::after {
  content: "";
  position: absolute;
  background-image: url(../images/banner/banner_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 715px;
  height: 715px;
  right: -70px;
  top: 0;    z-index: -1;
}

.home-slider .banner-main {
  color: #2b2b2b;

  position: relative;
  z-index: 9;
}

.home-slider .banner-main .banner_img img {
  width: 660px !important;
  max-width: none;
  margin-left: -120px;
  margin-top: 35px;
}

.home-slider .home_banner_slider .items {
    height: 100%;
    display: flex;
    align-items: flex-end;
    min-height: 485px;
}
.home-slider .banner-main .row {
  margin: 0;
}

.home-slider .banner-main h1 {
  color: #2b2b2b;
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 30px;
}

.home-slider .banner-main p {
  color: #2b2b2b;
  margin-bottom: 15px;
}

.banner_form {
  border-color: var(--white);
  border-radius: 10px;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  padding: 30px 20px 35px 20px;
  max-width: 420px;
  width: 100%;
  background-color: var(--white);
}

.banner_form h2 {
  font-size: 22px;
  text-align: center;
  margin-bottom: 25px;
}

.banner_form .form-control {
  border: 1px solid #bfdaf4;
  border-radius: 3px;
  height: 45px;
  background-color: #e7f0fa;
  margin-bottom: 15px;
}

.banner_form .form-control:focus {
  box-shadow: inset 0 0 0 1px #5a97d2;
}

.contact_form_area {
  border-color: var(--white);
  border-radius: 10px;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  padding: 30px 20px 35px 20px;
  width: 100%;
}

.contact_form_area h2 {
  font-size: 22px;
  text-align: center;
  margin-bottom: 10px;
}

.contact_form_area .form-control {
  border: 1px solid #bfdaf4;
  border-radius: 3px;
  height: 42px;
  background-color: #e7f0fa;
  margin-bottom: 10px;
}

.contact_form_area .form-control:focus {
  box-shadow: inset 0 0 0 1px #5a97d2;
}

.contact_form_area #message {
  height: 80px;
}

.footer-main {
  padding-bottom: 10px;
  background-color: #4a4e4f;
}

.footer-main .logo {
  margin-bottom: 20px;
}

.footer-main .newsletter {
  text-align: center;
  width: 50%;
  margin: 0 auto 50px auto;
}

.footer-main .newsletter h4 {
  color: var(--white);
}

.footer-main .newsletter .form-group {
  position: relative;
}

.footer-main .newsletter .form-group .form-control {
  padding-right: 120px !important;
}

.footer-main .newsletter .form-group .btn-primary.submit {
  position: absolute;
  right: 0px;
  top: 0;
  height: 35px;
  border-radius: 5px;
  line-height: 20px;
}

.footer-main .newsletter .form-group .btn-primary.submit:after {
  background-color: #35d6ad;
  border-color: #35d6ad;
}

.footer-main .newsletter .form-group .btn-primary.submit span {
  top: 6px;
}

.footer-main .form-custom .btn-primary:after {
  background-color: #35d6ad;
  border-color: #35d6ad;
}

.footer-main .contact-info {
  padding-top: 0px;
}

.footer-main .contact-info p {
  position: relative;
  /*padding-left: 30px;*/
}

.footer-main .contact-info p a {
  line-height: 20px;
}

.footer-main .contact-info p a i {
  position: absolute;
  left: 0;
}

.footer-main .contact-info p a i:before {
  margin-left: 0;
  font-size: 16px;
}

.footer-main .foot-col .foot-title {
  color: var(--white);
  font-weight: 500;
  margin-bottom: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.footer-main .foot-col .menu {
  list-style-type: none;
  padding-left: 5px;
}

.footer-main .foot-col .menu a {
  line-height: 28px;
  display: block;
}

.footer-main .foot-col a {
  color: #ffffff;
  text-decoration: none;
}

.footer-main .foot-col a:hover {
  color: var(--color-theme);
}

.footer-main .foot-col .btn-primary span {
  top: 6px;
}

.footer-main .foot-col ul.social-items {
  padding: 0;
  list-style-type: none;
}

.footer-main .foot-col ul.social-items li {
  display: inline-block;
}

.footer-main .foot-col ul.social-items li a {
  margin: 5px;
}

.footer-main p {
  color: var(--white);
}

.footer-main .footer-bottom {
  border-top: 1px solid #727272;
  padding-top: 25px;
}

.home-market-update {
  padding: 0;
  background-image: url(../images/doodle-bg.png);
  background-repeat: no-repeat;
  background-position: center -155px;
  background-size: cover;
  text-align: center;
}

.home-market-update .overlay-gradient {
  background: #bfdaf4;
  padding: 60px 0;
}

.home-market-update img {
  width: 130px;
}

.home-market-update .btn-primary {
  min-width: 160px;
  width: 240px;
  margin: 0 auto;
}

.home-financial-tools .tool-box a {
  display: block;
  width: 100%;
}

.home-financial-tools .tool-box .icon {
  /*transition: 0.3s ease-in-out 0s all;*/
  /*transition: 0.3s ease-in-out 0s all;*/
  /*display: inline-block;*/
  /*width: 65px;*/
  /*height: 40px;*/
  /*margin: auto;*/
  /*text-align: center;*/
  /*background: var(--color-theme);*/
  /*position: relative;*/
  /*margin-top: 20px;*/
}

.home-financial-tools .tool-box .icon::before {
  /*content: "";*/
  /*position: absolute;*/
  /*border: 32px solid transparent;*/
  /*border-bottom: none;*/
  /*border-top: 18px solid var(--color-theme);*/
  /*bottom: -18px;*/
  /*left: 0;*/
  /*transition: 0.3s ease-in-out 0s all;*/
}

.home-financial-tools .tool-box .icon::after {
  /*content: "";*/
  /*position: absolute;*/
  /*border: 32px solid transparent;*/
  /*border-top: none;*/
  /*border-bottom: 18px solid var(--color-theme);*/
  /*top: -18px;*/
  /*left: 0;*/
  /*transition: 0.3s ease-in-out 0s all;*/
}

.home-financial-tools .tool-box .icon:hover::before {
  /*border-top: 18px solid #38a9e1;*/
  transition: 0.3s ease-in-out 0s all;
}

.home-financial-tools .tool-box .icon:hover::after {
  /*border-bottom: 18px solid #38a9e1;*/
  transition: 0.3s ease-in-out 0s all;
}

.home-financial-tools .tool-box a:hover .icon::before {
  /*border-top: 18px solid #38a9e1;*/
  transition: 0.3s ease-in-out 0s all;
}

.home-financial-tools .tool-box a:hover .icon::after {
  /*border-bottom: 18px solid #38a9e1;*/
  transition: 0.3s ease-in-out 0s all;
}

.home-financial-tools .tool-box .icon:hover {
  /*background: #38a9e1;*/
  transition: 0.3s ease-in-out 0s all;
}

.home-financial-tools .tool-box a:hover .icon {
  /*background: #38a9e1;*/
  transition: 0.3s ease-in-out 0s all;
}

.home-financial-tools .tool-box .icon i {
  margin-top: -8px !important;
  display: block;
}

.home-financial-tools .tool-box .icon:hover i::before {
  color: var(--white);
}

.home-financial-tools .tool-box .icon i:before {
  font-size: 38px;
  color: var(--white);
  margin: 0;
}

.home-financial-tools .tool-box {
  margin-bottom: 20px;
  text-align: center;
}

.home-financial-tools .tool-box .text {
  display: inline-block;
  /*width: calc(100% - 70px);*/
  vertical-align: top;
  /*padding-left: 10px;*/
}

.home-financial-tools .tool-box h3 {
  font-size: 17px;
  text-align: center;
  font-weight: 600;
  padding: 10px 0px;
}

.home-financial-tools .tool-box .text p {
  line-height: 22px;
      text-align: center;
}

.home-financial-tools .image {
  text-align: center;
  margin-top: 30px;
}

.home-financial-tools .image img {
  width: 100%;
}

.home-mobile-application {
  background: #f5f5f5 url(../images/app-shape.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right;
  padding: 65px 0;
}

.home-mobile-application .main-title {
  text-align: left;
  font-size: 28px;
}

.home-mobile-application .mobile-img {
  padding-left: 60px;
  text-align: center;
}

.home-mobile-application .mobile-img img {
  width: 370px;
}

.home-testimonial .card {
  position: relative;
  width: 75%;
  margin: 50px auto 15px auto;
  padding: 50px 35px 15px 90px;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.15);
  position: relative;
}

.home-testimonial .card::after {
  content: "";
  position: absolute;
  background-image: url(../images/icons/quote.png);
  width: 40px;
  height: 80px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  right: 20px;
  top: -15px;
}

.home-testimonial .card .client-img {
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 10px;
  position: absolute;
  top: -30px;
  left: -30px;
}


.home-testimonial .card .client-img img {
  border-radius: 10px;
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
}

.home-testimonial .card .name h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}

.home-testimonial #homeTestimonials {
  position: relative;
}

.home-testimonial #homeTestimonials .owl-prev {
  position: absolute;
  left: 20px;
  top: 45%;
  min-width: auto;
  width: 50px;
  background-color: transparent;
  box-shadow: none;
}

.home-testimonial #homeTestimonials .owl-prev:before {
  content: "\f11e";
  background-color: transparent;
  border: none;
  font-family: flaticon;
  color: #e5e3e4;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  font-size: 30px;
  transform: rotate(180deg);
}

.home-testimonial #homeTestimonials .owl-prev:after {
  content: "\f11e";
  background-color: transparent;
  border: none;
  font-family: flaticon;
  color: #e5e3e4;
  position: absolute;
  right: -100%;
  top: 0;
  left: auto;
  width: 40px;
  height: 40px;
  font-size: 30px;
  transform: rotate(180deg);
}

.home-testimonial #homeTestimonials .owl-prev span {
  display: none;
}

.home-testimonial #homeTestimonials .owl-prev:hover:before {
  right: 100%;
}

.home-testimonial #homeTestimonials .owl-prev:hover:after {
  right: 0;
}

.home-testimonial #homeTestimonials .owl-next {
  position: absolute;
  right: 20px;
  top: 45%;
  min-width: auto;
  width: 50px;
  background-color: transparent;
  box-shadow: none;
}

.home-testimonial #homeTestimonials .owl-next:before {
  content: "\f11e";
  background-color: transparent;
  border: none;
  font-family: flaticon;
  color: #e5e3e4;
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  font-size: 30px;
}

.home-testimonial #homeTestimonials .owl-next:after {
  content: "\f11e";
  background-color: transparent;
  border: none;
  font-family: flaticon;
  color: #e5e3e4;
  position: absolute;
  left: -100%;
  top: 0;
  width: 40px;
  height: 40px;
  font-size: 30px;
}

.home-testimonial #homeTestimonials .owl-next span {
  display: none;
}

.home-testimonial #homeTestimonials .owl-next:hover:before {
  left: 100%;
}

.home-testimonial #homeTestimonials .owl-next:hover:after {
  left: 0;
}

.home-blogs .blog-card {
  position: relative;
  margin: 15px 15px 100px 15px;
  border-radius: 10px;
}

.home-blogs .blog-card .blog-img img {
  border-radius: 10px;
}

.home-blogs .blog-card .blog-box {
  position: absolute;
  bottom: -80px;
  background-color: var(--white);
  width: 80%;
  left: 10%;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
}

.home-blogs .blog-card .blog-box:hover {
  background: var(--color-theme);
}

.home-blogs .blog-card .blog-box:hover h3 {
  color: var(--white);
  font-size: 20px;
}

.home-blogs .blog-card .blog-box:hover p {
  color: var(--white);
  margin: 0;
}

.home-blogs .blog-card .blog-box h3 {
  color: #2b2b2b;
  font-size: 20px;
}

.home-blogs .blog-card .blog-box p {
  color: #2b2b2b;
  margin: 0;
}

.footer-newsletter {
  background: linear-gradient(45deg, #23b4c5 0%, #35d6ad 100%);
}

.footer-newsletter .form-custom .form-control {
  display: inline-block;
  height: 50px;
}

.footer-newsletter .form-custom .btn-primary.submit {
  position: absolute;
  right: 0;
  top: 0;
  width: 120px !important;
  display: inline-block;
  min-width: auto;
  border-radius: 0 5px 5px 0;
  line-height: 0px;
  height: 50px;
}

.footer-newsletter h4 {
  color: var(--white);
  font-size: 26px;
  margin-top: 8px;
  text-transform: uppercase;
  font-weight: 600;
}

.conatct-us-section {
  height: 100vh;
}

.conatct-us-section .contact-box {
  border: 1px solid #30cdb4;
  padding: 20px;
  min-height: 265px;
  border-radius: 2px;
  text-align: center;
}

.conatct-us-section .contact-box h3 {
  padding: 10px;
  margin: 0px;
}

.dropdown-item {
  white-space: inherit;
}

.main-title span {
  color: #2b2b2b;
}

.bg-color {
  background-color: #efefef;
}

#faq #faq-list li {
  border-bottom: 1px solid #ebebeb;
}

#faq #faq-list {
  padding: 0;
  list-style: none;
}

#faq #faq-list a.collapsed {
  color: #000;
}

#faq #faq-list a {
  padding: 22px 0;
  padding-right: 0px;
  display: block;
  position: relative;
  line-height: 1;
  font-weight: 400;
  padding-right: 20px;
}

#faq #faq-list i,
#faq #faq-list1 i {
  position: absolute;
  right: 0;
  top: 20px;
  font-size: 14px;
}

#faq #faq-list1 {
  padding: 0;
  list-style: none;
}

#faq #faq-list1 li {
  border-bottom: 1px solid #ebebeb;
}

#faq #faq-list1 a.collapsed {
  color: #000;
}

#faq #faq-list1 a {
  padding: 22px 0;
  padding-right: 0px;
  display: block;
  position: relative;
  line-height: 1;
  font-weight: 400;
  padding-right: 20px;
}

.mutual-funds-section tr th,
.mutual-funds-section tr td {
  text-align: left !important;
}

.mutual-funds-section .process .card {
  min-height: 715px;
}

.card-body .btn-primary {
  color: var(--white);
}

.objectives .card {
  min-height: 374px;
}

.btn.btn-primary a {
  position: relative;
  z-index: 999;
  left: 0;
  right: 0;
}

#services .box {
  padding: 0px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  /*margin: 0 -27px 40px 10px;*/
  background: var(--white);
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
  text-align: center;
  margin-bottom: 30px;
}

#services .title {
  font-weight: 700;
  margin-bottom: 15px;
}

#services .icon {
  margin: 0 auto 15px auto;
  margin-bottom: 15px;
  padding-top: 12px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

.i-h {
  height: 50px;
}

.logo p {
  color: var(--white);
  /*font-weight: 600;*/
  margin-bottom: 0px;
  line-height: 1;
  padding-top: 2px;
  margin-top: 13px;
}

.logo p span {
  color: #496eaa;
  display: block;
}

.main-header.stickyhead .header-main .logo p {
  font-size: 20px;
}

.main-header.stickyhead .header-main .logo p span {
  font-size: 12px;
}

.main-headerstickyhead .header-main .header-right {
  margin-top: 7px;
}

.btn-secondary.login-btn .fa {
  display: none;
}

.stickyhead .btn-secondary.login-btn .fa {
  display: block;
  z-index: 9999999999;
  position: absolute;
  /*min-width: 42px;*/
  padding-top: 2px;
}

.stickyhead .btn-secondary.login-btn span {
  display: none;
}

@media screen and (max-width: 992px) {
  .footer-main .foot-col .foot-title {
    padding-left: 0px;
  }
  .main-header .header-main::before {
    background-image: none;
    background-color: #001f38;
    height: 109px;   
  }
}
@media screen and (max-width: 992px) {
  .main-header .header-top a i::before {
    margin-left: 0px;
  }
  .modal-dialog .model-img {
    display: none;
  }
  .navbar-toggler-icon {
    border: 1px solid var(--black);
    box-shadow: 3px 2px 2px 0px var(--white);
  }
  .navbar-toggler-icon i:before {
    color: var(--black);
  }
  ul.navbar-nav .nav-item .nav-link {
    color: #000 !important;
  }
  .navbar-toggler-icon .fa {
    padding-top: 4px;
  }

  .main-header .header-main::before {
    height: 92px;
  }
  .btn-secondary {
    position: relative;
    overflow: hidden;
    min-width: 137px;
    padding: 9px 21px;
    line-height: 20px;
    height: 36px;
  }
  .main-header .header-main .header-right .btn-secondary {
    min-width: 120px;
  }
  .main-header.stickyhead .header-main .header-right .btn-secondary {
    min-width: 49px;
  }
  footer.footer-main {
    background-image: none;
    background-color: #001f38;
  }
  footer.footer-main {
    padding: 50px 0px 0px !important;
    margin: 0px !important;
  }
  .footer-main h4.text-right {
    text-align: left !important;
  }
  .main-header .header-main .header-right {
  display: flex;
    flex-direction: row-reverse;
    justify-content: right;
  }
  .home-mobile-application .mobile-img img {
    /*width: 100%;*/
  }
.main-header .header-main .header-right .navbar.navbar-expand-lg {
    margin-right: 0;
    padding-right: 0;
}
ul.navbar-nav .nav-item:first-child a{
        padding-left: 9px;
}
ul.navbar-nav .nav-item .nav-link{
        text-align: left;
}

  .about-img img,
  .mobile-img img {
    width: 250px;
    margin: 0px auto;
    display: block;
  }
  .home-mobile-application {
    background: none;
  }
  .main-header .header-main .header-right .login-btn {
    vertical-align: top;
    margin-top: 11px;
  }
}
@media screen and (max-width: 662px) {
  .home-slider .banner-main {
    padding-top: 0px;
    margin-top: 0px;
  }
  .footer-main .foot-col .foot-title {
    text-align: left !important;
    padding-left: 0px !important;
  }
  .home-service .card {
    min-height: auto;
  }
  .main-header .header-top .top-social {
    text-align: center;
  }
  .btn-secondary.login-btn span {
    display: none;
  }
  .btn-secondary.login-btn .fa {
    display: block;
    z-index: 9999999999;
    position: absolute;
    /*min-width: 42px;*/
    padding-top: 2px;
  }
  .main-header .header-main .header-right .btn-secondary {
    min-width: 49px;
    margin-top: 10px;
  }
 
}
@media screen and (max-width: 1200px) {
  ul.navbar-nav .nav-item .nav-link {
    padding: 12px 9px;
  }
}
.login-model .modal-dialog {
  max-width: 49%;
}

.color {
  color: #183747;
}

.overlay-gradient .btn.btn-secondary {
  min-width: 220px;
}

.home-blogs {
  background: #f5f5f5;
}

.home-testimonial .card .client-img::after {
  background-color: var(--color-theme);
}

.bottom-scroller.active .scroller {
  background-color: #35a8e0;
}

.main-header .header-top a i::before {
  margin-left: 0px;
}

.home-testimonial {
  position: relative;
}

.home-testimonial::before {
  content: "";
  position: absolute;
  background-image: url(../images/BG_4.png);
  left: -48px;
  top: 0px;
  /*z-index: 9999;*/
  width: 150px;
  height: 193px;
  background-repeat: no-repeat;
  transform: rotate(180deg);
  z-index: -9;
  background-size: 62%;
  display: none;
}

.home-testimonial::after {
  content: "";
  position: absolute;
  background-image: url(../images/BG_4.png);
  right: -39px;
  bottom: 0px;
  /*z-index: 9999;*/
  width: 127px;
  height: 187px;
  background-repeat: no-repeat;
  /*transform: rotate(180deg);*/
  z-index: -9;
  background-size: 62%;
  display: none;
}

.main-header.stickyhead .header-main::before {
  display: none;
}

.conatct-us-section,
.mutual-funds-section,
.home-about-section {
  /*padding-bottom: 99px;*/
}

.market-watch .main-title {
  background: #1f64af;
  text-align: left;
  margin-bottom: 10px;
  color: var(--white);
  padding: 10px;
  font-size: 20px;
  font-weight: 600;
}

#myTab li {
  width: 33%;
}

.market-watch .nav-tabs > li {
  background: #1f64af none repeat scroll 0 0;
  border: 0px solid #999;
  float: none;
  list-style: outside none none;
  margin-bottom: -1px;
  text-align: center;
  border: 1px solid #2b2b2b;
}

#myTab li a {
  padding: 10px 17px;
  padding: 10px 11px;
  color: var(--white);
  display: block;
}

.market-watch .nav-tabs > li > a.active,
.market-watch .nav-tabs > .market-watch li > a.active:hover,
.market-watch .nav-tabs > li > a.active:focus {
  color: #2b2b2b !important;
  background-color: #ee1b24;
  background-color: var(--white);
}

#frmContact .form-group {
  margin-bottom: 5px;
}

#captcha {
  width: 119px;
  float: right;
}

#frmContact .login_btn {
  background-color: transparent;
  border: 1px solid #35a8e0 !important;
  color: #35a8e0;
  padding: 5px 25px;
  border-radius: 3px;
  margin-top: 8px;
  cursor: pointer;
}

#frmContact .login_btn:hover {
  background: #35a8e0;
  border: 1px solid #35a8e0 !important;
  color: var(--white);
}

.home-service #homeServices::before {
  content: "";
  position: absolute;
  background-image: url(../images/BG_2.png);
  left: -162px;
  top: -70px;
  z-index: 9999;
  width: 150px;
  height: 100%;
  background-repeat: no-repeat;
  transform: rotate(180deg);
  /*z-index: -9;*/
  background-size: initial;
  display: none;
}

.home-service #homeServices::after {
  content: "";
  position: absolute;
  background-image: url(../images/BG_2.png);
  right: -162px;
  top: -70px;
  z-index: 9999;
  width: 150px;
  height: 100%;
  background-repeat: no-repeat;
  transform: rotate(180deg);
  /*z-index: -9;*/
  background-size: initial;
  display: none;
}

.meeting {
  position: fixed;
  top: 55%;
  right: 0;
  z-index: 999;
  background: #001f38;
  padding: 10px;
  border-radius: 2px;
  writing-mode: vertical-rl;
}

.meeting a {
  color: var(--white);
}

.home-service .card .icon i.fa::befor {
  font-size: 25px;
  padding: 10px 0px;
}

.tool-box a {
  text-decoration: none;
}

.inner_banner_area {
  background-image: url(../images/inner_banner.jpg);
  background-repeat: no-repeat;
  background-position: 100% 45%;
  background-size: cover;
  padding: 100px 0;
}

.inner_banner_area .banner_title {
  color: var(--color-theme);
  font-size: 32px;
  font-weight: 700;
  margin: 60px 0;
}

.inner_banner_area.login_banner {
  background-image: url(../images/inner_banner2.jpg);
  background-position: 65% 45%;
}

.contact-box {
  background-color: var(--white);
  box-shadow: 0 4px 15px 2px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  padding: 35px 30px 25px 30px;
  text-align: center;
  min-height: 247px;
}

.contact-box .icon i::before {
  font-size: 42px;
  color: var(--color-theme);
  margin: 0;
}

.contact-box h5 {
  font-size: 24px;
}

.contact-box a {
  color: #2c2828;
}

.contact-box a:hover {
  color: #35a8e0;
}

.card_box {
  background-color: var(--white);
  border-color: var(--white);
  border-radius: 10px;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  padding: 30px 20px 35px 20px;
  width: 100%;
}

.login_btn {
  background-color: transparent;
  border: 1px solid #35a8e0;
  color: #35a8e0;
}

.foot-col.footer_contact .info_items {
  margin: 15px 0;
}

.foot-col.footer_contact .info_items .icon {
  display: inline-block;
  width: 26px;
  color: var(--color-theme);
}

.foot-col.footer_contact .info_items .icon i::before {
  margin: 0;
}

.foot-col.footer_contact .info_items .link {
  display: inline-block;
  width: calc(100% - 31px);
  color: var(--white);
  vertical-align: top;
}

.home-mobile-application .app-features {
  /*list-style-type: none;*/
  padding: 0 0 0 20px;
}

.home-mobile-application .app-features li a,
.home-mobile-application .app-features li {
  color: #000;
  font-weight: 600;
  position: relative;
  line-height: 28px;
}

.home-mobile-application .app-features li a::after,
.home-mobile-application .app-features li::after {
  content: "";
  position: absolute;
  background-color: var(--color-theme);
  width: 8px;
  height: 8px;
  border-radius: 100%;
  left: -18px;
  top: 7px;
}

.dropdown-menu {
  min-width: 200px;
}

.side_bar.login_panel {
  margin-top: 20px;
}

.contact_form_area {
  border-color: var(--white);
  border-radius: 10px;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  padding: 30px 20px 35px 20px;
  width: 100%;
}

.side_bar.login_panel {
  margin-top: 20px;
}

.side_bar.login_panel .login a {
  color: var(--color-theme);
  text-decoration: none;
  margin-bottom: 20px;
  display: block;
  position: relative;
  width: 100%;
}

.side_bar.login_panel .login a::after {
  content: "\f101";
  position: absolute;
  font-family: fontawesome;
  right: 0;
  top: 3px;
  color: var(--color-theme);
}

.side_bar.login_panel hr {
  margin: 20px -20px;
  border-top-color: #e4ebf2;
}

.side_bar.login_panel .social .social-items li {
  display: inline-block;
}

.side_bar.login_panel .social .social-items a {
  background-color: var(--color-theme);
  display: inline-block;
  width: 35px;
  text-align: center;
  color: var(--white);
  height: 35px;
  border-radius: 100%;
  line-height: 45px;
  padding: 9px;
  margin: 0 5px;
}

.side_bar.login_panel .social .social-items a:hover {
  background-color: var(--color-theme);
}

.side_bar.contact_form #captcha {
  width: 100%;
  margin-top: 10px;
}

.side_bar.contact_form #captcha_code {
  width: 48% !important;
}

.side_bar.contact_form .btnRefresh {
  width: 50%;
}

#captcha {
  background-color: #e7f0fa;
  border: 1px solid #bfdaf4;
  width: calc(100% - 150px);
  height: 40px;
}

.btnRefresh {
  height: 40px;
}

#captcha_code {
  height: 40px !important;
  border-radius: 3px;
}

.useful_links_area {
  padding: 80px 0;
}

.useful_links_area ul li {
  display: inline-block;
  width: calc(25% - 4px);
}

.useful_links_area ul li a {
  background-color: #bfdaf4;
  color: var(--color-theme);
  display: block;
  padding: 10px;
  margin: 5px;
  border-radius: 5px;
  text-align: center;
}

.useful_links_area ul li a:hover {
  background-color: var(--color-theme);
  color: var(--white);
}

.social_links .social-items a {
  background-color: var(--color-theme);
  display: inline-block;
  width: 34px;
  height: 34px;
  border-radius: 40px;
  text-align: center;
  line-height: 34px;
}

.social_links .social-items a:hover {
  background-color: #bfdaf4;
  color: var(--color-theme);
}

.bottom-scroller .scroller {
  position: fixed;
  bottom: 30px;
  right: 20px;
  z-index: 9999;
  background-color: var(--color-theme);
  color: var(--white);
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 6px;
  font-size: 24px;
  font-weight: 300;
  border-radius: 6px;
}

.fund_performace #showdiv {
  margin-top: -5px;
}

.fund_performace .cal-name {
  display: none;
}

.home-blogs .card.post-card img {
  max-width: 350px;
  width: 350px;
  height: 240px;
}

#faq .card {
  margin-bottom: 30px;
  border: 0;
  padding: 0;
}

#faq .card .card-header {
  border: 0;
  box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  border-radius: 2px;
  padding: 0;
}

#faq .card .card-header .btn-header-link {
  color: var(--white);
  display: block;
  text-align: left;
  background: var(--color-theme);
  color: var(--white);
  /*padding: 20px;*/
}

#faq .card .card-header .btn-header-link:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  float: right;
}

#faq .card .card-header .btn-header-link.collapsed {
  /*background: #A541BB;*/
  color: var(--white);
}

#faq .card .card-header .btn-header-link.collapsed:after {
  content: "\f106";
}

#faq .card .collapsing {
  background: var(--color-theme);
  line-height: 30px;
}

#faq .card .collapse {
  border: 0;
}

#faq .card .collapse.show {
  background: var(--color-theme);
  line-height: 30px;
  color: var(--white);
}

/*sug-section*/
.sug-section {
  padding: 65px 0;
  background: #f5f5f5;
}

.sug-section ul {
  padding-left: 0;
  list-style: none;
}

.sug-section ul li {
  margin-bottom: 10px;
}

section.sug-section .content {
  padding-left: 50px;
}

.sug-section ul li span {
  display: inline-block;
  width: 30px;
  height: 30px;
}

@media only screen and (max-width: 767px) {
  .sug-section {
    padding: 50px 0;
  }
  section.sug-section .content {
    padding-top: 50px;
    padding-left: 0;
  }
}
.fb-post h4,
.instagram-post h4 {
  color: var(--white);
  text-align: center;
}

.instagram-post {
  position: fixed;
  padding: 10px;
  margin-top: 20px;
  bottom: 279px;
  width: 350px;
  overflow: auto;
  height: 250px;
  background: #3a5897;
  border-radius: 5px;
  left: 5px;
}

.fb-post {
  position: fixed;
  bottom: 5px;
  padding: 10px;
  margin-top: 20px;
  height: 250px;
  background: #3a5897;
  border-radius: 5px;
  left: 5px;
  overflow: auto;
  width: 350px;
}

.f-new-section {
  height: 100%;
}

.f-new-section::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

.f-new-section::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5;
}

.f-new-section::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #D62929;
}

.f-new-section .n-cha-card {
  position: relative;
  padding-top: 36%;
}

.f-new-section .window.instagram-post {
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
  left: 0;
  margin-bottom: 0;
  padding: 5px;
  margin-top: 0;
  bottom: 0;
}

.f-new-section .window.fb-post {
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
  border: 0;
  left: 0;
  padding: 5px;
  bottom: 0;
  margin-top: 0;
}

.f-new-section .so-cards {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
  height: 100%;
}

.f-new-section .so-cards .so-card {
  max-width: 100%;
  /* height: 100%; */
  padding: 15px;
  width: 100%;
  box-shadow: -10px 0 15px 0 #1f65af;
  background: var(--white);
  margin-bottom: 30px;
  border-radius: 10px;
}

@media only screen and (max-width: 992px) {
  .banner_form {
    max-width: 100%;
  }
  .f-new-section {
    padding: 0 15px;
    margin-top: 50px;
  }
}
.main-header .header-main .header-left .logo a img {
  height: 70px;
}

.text_input {
  height: 40px;
  float: right;
  outline: 0;
  border: 1px solid #ccc;
  padding: 9px;
  border-radius: 55px;
}

.hide-span {
  display: none;
}

.features-section .tyi-items .image {
  text-align: center;
}
.features-section .features-list {
  padding-left: 0;
}
.features-section .features-list li {
  margin-bottom: 30px;
  position: relative;
  list-style: none;
}
.features-section .features-list li.active a .tuia-card::before {
  opacity: 1;
}
.features-section .features-list li a {
  display: block;
  text-decoration: none;
}
.features-section .features-list li a .tuia-card {
  background-color: var(--white);
  padding: 20px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  transition: 0.5s;
  box-shadow: 5px 5px 10px 0 #ddd;
}
.features-section .features-list li a .tuia-card:hover {
  transition: 0.5s;
  box-shadow: 5px 5px 10px 0 var(--color-theme);
}
.features-section .features-list li a .tuia-card:hover::before {
  opacity: 0.5;
}
.features-section .features-list li a .tuia-card::before {
  content: "";
  width: 40px;
  height: 40px;
  right: 10px;
  top: 10px;
  position: absolute;
  background: var(--color-theme);
  transition: 0.5s;
  opacity: 0.2;
  border-radius: 10px;
  transform: rotate(-45deg);
}
.features-section .features-list li a .tuia-card .content p {
  color: #555;
}
.features-section .features-list li a .tuia-card .content p:last-child {
  margin-bottom: 0;
}
.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;
  margin-right: 5px;
  align-items: center;
}
.features-section .features-list li a .tuia-card .ih-card .icone svg {
  width: 30px;
  height: 30px;
}
.features-section .features-list li a .tuia-card .ih-card .haddings h5 {
  font-weight: 600;
  color: #666;
  margin-bottom: 0;
}
.features-section .stores {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
  padding-top: 20px;
}
.features-section .stores .stors {
  padding: 15px;
}
.features-section .stores .stors:hover {
  transition: 0.5s;
  filter: unset;
}
.features-section .stores .stors img {
  transition: 0.5s;
  height: 40px;
  filter: opacity(0.7) grayscale(1);
}

.ticker_section {
  padding: 5px 15px;
  background-color: var(--black);
  display: flex;
}
.ticker_section .tickers {
  display: flex;
  margin: 0 -10px;
  align-items: center;
  justify-content: center;
}
.ticker_section .tickers .ticker_item {
  padding: 0 10px;
  color: var(--white);
  list-style: none;
  display: flex;
  position: relative;
  align-items: center;
}
.ticker_section .tickers .ticker_item .name {
  letter-spacing: 1px;
  font-size: 14px;
}
.ticker_section .tickers .ticker_item .price {
  font-size: 12px;
  padding: 4px 5px 0;
}
.ticker_section .tickers .ticker_item .difference_percent {
  border: 1px solid #51c948;
  color: #51c948;
  padding: 2px 8px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
  padding-right: 30px;
  position: relative;
}
.ticker_section .tickers .ticker_item .difference_percent::after {
  content: "";
  width: 16px;
  height: 14px;
  position: absolute;
  right: 7px;
  background-image: url("../images/icons/trend.png");
  background-size: 100%;
  background-repeat: no-repeat;
  top: 5px;
}
.ticker_section .tickers .ticker_item .difference_percent.negative {
  border: 1px solid red;
  color: red;
}
.ticker_section .tickers .ticker_item .difference_percent.negative::after {
  background-image: url("../images/icons/decrease.png");
  background-size: 100%;
  background-repeat: no-repeat;
}
.ticker_section .tickers .ticker_item::after {
  content: "";
  position: absolute;
  right: 0;
  height: 80%;
  width: 2px;
  background: var(--white);
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.4;
}
.ticker_section .tickers .ticker_item:last-child::after {
  content: unset;
}

.home-service .item .card {
  transition: 0.3s ease-in-out 0s all;
  text-align: center;
  margin: 0px 10px 15px 10px;
  padding: 20px;
}
.home-service .item .card:hover {
  background: var(--bg-theme);
  border-color: var(--color-theme);
  transition: 0.3s ease-in-out 0s all;
}
.home-service .item .card:hover .icon {
  transform: scale(1.2);
  transition: 0.3s ease-in-out 0s all;
}
.home-service .item .card .icon img {
  width: auto;
  margin: 0 auto 15px;
}
.home-service .item .card .text {
  text-align: center;
}
.home-service .item .card .text p {
    display: -webkit-box;
    -webkit-line-clamp: 7;
        text-align: center;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.home-service .item .card .text h3 {
  font-size: 20px;
  font-weight: 600;
}

.footer-top .foot-col.intro img {
  height: 90px;
}

.bg-theme {
  background-color: var(--mbg-theme);
}

.home-blogs .card {
  padding: 0;
  overflow: hidden;
}
.home-blogs .card .blog_text .image img {
  height: 200px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-blogs .card .blog_text .content {
  padding: 20px;
}
.home-blogs .card .blog_text .content span {
  color: #999;
  font-size: 14px;
}
.home-blogs .card .blog_text .content h4 {
  margin-top: 5px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}
.home-blogs .card .blog_text .content .disc {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 15px;
}

.login-part {
  box-shadow: 0 0 15px 0 #eee;
  padding: 30px;
  border-radius: 5px;
  margin: 0 auto;
  max-width: 400px;
  width: 100%;
  background-color: var(--white);
  border: 1px solid #eee;
}
.login-part .form-control {
  padding: 15px;
}
.login-part .form-group {
  margin-bottom: 20px;
}
.login-part input[type=radio] {
  margin-right: 8px;
}
.login-part .form-check-label {
  padding: 10px;
  border: 1px solid #2a3644;
  border-radius: 5px;
}
.login-part input:not([type=radio]) {
  width: 100%;
}

.form-check-input {
  position: unset;
  margin-top: unset;
  margin-left: unset;
}
.form-check-input:checked {
  background-color: var(--color-theme);
  border-color: var(--color-theme);
}

.mb-25 {
  margin-bottom: 25px;
}

.modal-open {
  overflow: hidden !important;
}
.modal-open .ticker_sticky {
  position: relative;
  z-index: -3;
}
.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;
  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: #fff;
  box-shadow: 0 0 15px 0 #777;
  border-radius: 5px;
}
.costom-modal-a .cm-body {
  max-width: 400px;
  width: 100%;
  background-color: var(--white);
  border-radius: 3px;
  position: relative;
  z-index: 999;
}
.costom-modal-a .cm-body .m-hadding {
  background-color: var(--color-theme);
  border-radius: 3px 3px 0 0;
  padding: 10px 15px;
}
.costom-modal-a .cm-body .m-hadding h4 {
  margin-bottom: 0;
  color: var(--white);
}
.costom-modal-a .cm-body .cm-cards {
  padding: 30px;
}

.disclaimer-sec .content-b {
  padding: 30px 0;
  border-top: 1px solid #ddd;
}
.disclaimer-sec .content-b h5 {
  color: var(--white);
}
.disclaimer-sec .content-b h6 {
  color: var(--white);
}
.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;
}

.map_area {
  position: relative;
  height: 100%;
  padding-top: 56.6%;
}
.map_area iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.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;
  color: var(--white);
  background-color: var(--color-theme);
  border: 2px solid var(--color-theme);
  max-width: 100%;
  width: 100%;
  transition: 0.5s;
}
.calculator-section .calculator-list li a:hover {
  transition: 0.5s;
  background: var(--white);
  color: var(--color-theme);
}
.calculator-section .calname {
  float: unset;
  width: unset;
}
.calculator-section .stick_option {
  display: none;
}
.calculator-section .caclulator {
  padding: 20px 0px;
}
.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: var(--color-theme);
  border-radius: 6px;
  padding: 10px;
  font-size: 15px;
  max-width: 33%;
}
.calculator-section .cal-name {
  border-bottom: 1px solid var(--color-theme);
}
.calculator-section .fundname:hover .whythismf,
.calculator-section .fundname:hover .closewhythismf {
  border: 1px solid var(--color-theme);
}
.calculator-section .amount-text,
.calculator-section .fundperfonmance .green {
  color: #a4d035;
}
.calculator-section #sipbarchart {
  overflow: unset !important;
}
.calculator-section #sipbarchart .highcharts-container {
  width: 100%;
}

.download-section .TabbedPanels {
  border: unset;
}
.download-section .TabbedPanels .TabbedPanelsTabGroup {
  border: unset;
  background-color: var(--color-theme);
}
.download-section .TabbedPanels .TabbedPanelsTab {
  background: var(--color-theme);
  font-family: inherit;
  border: 2px solid var(--color-theme);
  font-weight: 600;
}
.download-section .TabbedPanels .TabbedPanelsTab.TabbedPanelsTabSelected {
  color: var(--color-theme);
  background-color: var(--white);
}

.logo-container ul {
  padding-left: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
}
.logo-container ul li {
  padding: 10px;
  list-style: none;
}
.logo-container ul li .logo-holder {
  background: var(--white);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd;
  transition: 0.5s;
  padding: 10px;
}
.logo-container ul li .logo-holder:hover {
  transition: 0.5s;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
}
.logo-container ul li .logo-holder img {
  height: 70px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.home-about .image {
  position: relative;
  height: 100%;
  padding-top: 56.6%;
}
.home-about .image img {
  position: absolute;
  top: 0;
  -o-object-fit: contain;
     object-fit: contain;
  left: 0;
  width: 100%;
  height: 100%;
}

.about-inner-page .card-items {
  height: 100%;
}
.about-inner-page .card-items .card-item {
  border: 1px solid #ddd;
  padding: 30px;
  border-radius: 5px;
}
.about-inner-page .card-items .card-item h3 {
  margin-bottom: 20px;
}

.useful_links {
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
.useful_links li {
  list-style: none;
  padding: 10px;
}
.useful_links li a {
  text-align: center;
  background-color: var(--color-theme);
  color: var(--white);
  border: 2px solid var(--color-theme);
  transition: 0.5s;
  padding: 8px 20px;
}
.useful_links li a:hover {
  transition: 0.5s;
  background-color: var(--white);
  color: var(--color-theme);
}

.blog-post-detail img{
        width: 100%;
    
}







/**/

.whatsapp-name {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 0;
  color: var(--white);
  margin-bottom: 0;
  line-height: 0.5;
}

#whatsapp-chat {
  box-sizing: border-box !important;
  outline: none !important;
  position: fixed;
  width: 350px;
  border-radius: 10px;
  box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
  bottom: 90px;
  right: 30px;
  overflow: hidden;
  z-index: 99;
  animation-name: showchat;
  animation-duration: 1s;
  transform: scale(1);
}

a.blantershow-chat {
  /*   background: #009688; */
    background: var(--white);
    color: #404040;
    position: fixed;
    display: flex;
    font-weight: 400;
    justify-content: center;
    z-index: 98;
    bottom: 90px;
    height: 50px;
    align-items: center;
    width: 50px;
    right: 15px;
    font-size: 15px;
    padding: 0;
    border-radius: 50%;
    box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
}
a.blantershow-chat svg {
    width: 32px;
    position: relative;
    top: 2px;
    left: 1px;
}

.header-chat {
  /*   background: linear-gradient(to right top, #6f96f3, #164ed2); */
  background: #009688;
  background: #095e54;
  color: var(--white);
  padding: 20px;
}

.header-chat h3 {
  margin: 0 0 10px;
}

.header-chat p {
  font-size: 14px;
  line-height: 1.7;
    color: var(--white);
  margin: 0;
}

.info-avatar {
  position: relative;
}

.info-avatar img {
  border-radius: 100%;
  width: 50px;
  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(--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(--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%;
  }
}
.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: var(--white);
}

.mv-box.card.p-2.mt-3 h5 {
  color: var(--color-theme);
}

.mv-box.card.p-2.mt-3 .h5 {
  color: var(--color-theme);
}
/**/

.client-section .client-item{
        border: 1px solid #eee;
    padding: 5px;
    border-radius: 5px;
}
.client-section .client-item img {
    height: 70px;
    width: 100%;
    margin: 0 auto;
    object-fit: contain;
}


@media only screen and (max-width:992px){
    .navbar-collapse{
    
        position: fixed;
        width: 100%;
        height: 100% !important;
        max-width: 250px;
        background: #fff;
        top: 0;
        left: 0;
        padding: 20px;
        z-index: 9999;
        transition:.5s;
        transform: translateX(-100%);
    }
    .navbar-collapse.show{
        transition: .5s;
        transform: translateX(-0%);
        display: block;
        animation-name: unset;
        animation-duration: unset;
        opacity: 1;
    }
    .main-header .header-top{
        display: none;
    }
    .bg-mobile {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #0000006e;
    z-index: 99;
        display: none;
}
button.navbar-toggler.active .bg-mobile{
    display: block;
}
button.navbar-toggler.active .navbar-toggler-icon  i:before{
        content: "\f00d";
}
}
@media only screen and (max-width:767px){
    .home-slider .home_banner_slider .items{
    min-height: 300px;
    }
    .home-about .about-content {
        padding-top: 40px;
    }   
    .home-blogs .card{
            margin-bottom: 30px;

    }
    .main-header .header-main .header-left .logo a img{
        height: 35px;
    }
}
@media only screen and (max-width:575px){
    .features-section .tyi-items .image img{
            width: 100%; 
    }
}