html {
  scroll-behavior: smooth;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Raleway" !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway" !important;
  color: #050e1c;
}


.pt-0{
  padding-top: 0 !important;
}
.primary-color{
  color:#f39318;
}
.secondary-color{
  color: #f39318;
}
.bg-primary{
  background-color:#dc4f1e;
}
.bg-secondary{
 background-color: #f39318;
}
.theme-gray {
  color: #064f8f;
}
.light-gray {
  color: #959595;
}
.dark-bg {
  background-color: #064f8f;
  color: #fff;
}

.light-bg {
  background-color: #f9f5f4;
}
.light-bg2 {
  background-color: #e4f0f9;
}
.white-bg {
  background-color: #fff !important;
}
.overlay-light{
  background-color: rgba(248,242,239,0.9);
  padding: 60px 0;
}

p {
  font-family: "Raleway" !important;
  color: #050e1c;
  font-size: 16px;
  font-weight: 500 !important;
}

a {
  font-family: "Raleway" !important;
  color: #0e62df;
  font-size: 16px;
  font-weight: 500 !important;
}

.white-color {
  color: #fff !important;
}
.white {
  color: #fff !important;
}

.pb-btn-box {
  text-align: center;
  padding: 40px 0 20px 0;
}

.btn {
  color: #fff;
  border-radius: 5px;
  padding: 5px 20px;
  height: 45px;
  line-height: 32px;
  text-align: center;
}

.know-more {
  position: relative;
  padding-right: 40px;
}

.know-more:after {
  content: '\f11e';
  font-family: 'uicons-solid-straight';
  position: absolute;
  margin-left: 5px;
  font-size: 30px;
}

.btn-primary {
  background-color: #064f8f;
  border: 2px solid #064f8f;
  font-size: 16px;
}

.btn-primary:hover {
  background-color: #f39318;
  border: 2px solid #f39318;
  color: #fff;
}

.btn-secondary {
  background-color: #f39318;
  border: 2px solid #f39318;
  font-size: 16px;
}

.btn-secondary:hover {
  background-color: #064f8f;
  border: 2px solid #064f8f;
  color: #fff;
}

.btn-white-line {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
}

.main-title {
  font-size: 42px;
  font-weight: 800;
  letter-spacing: 1px;
}

.main-title-white {
  font-size: 42px;
  font-weight: 800;
  color: #fff;
  letter-spacing: 1px;
}

.main-section {
  padding: 50px 0;
}

.main-heading {
  position: relative;
}

.main-heading .title-box {
  background-color:#064f8f;
  display: inline-block;
  padding: 6px 10px;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 15px;
  color: #fff;
  letter-spacing: 1px;
}

.main-heading .main-title {
  font-size: 38px;
  margin-bottom: 35px;
  font-weight: 700;
}

.navbar-nav .nav-item .nav-link {
  color: #fff !important;
  padding: 12px 20px 18px 20px !important;
  font-weight: 500;
  position: relative;
  transition: all 0.2s ease-in;
}
.navbar-nav .nav-item .nav-link::before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    background-color: #064f8f;
    left: 20px;
    bottom: 15px;
    transition: all 0.2s ease-in;
}
.navbar-nav .nav-item .nav-link:hover {
  color: #064f8f !important;
  transition: all 0.2s ease-in;
}
.navbar-nav .nav-item .nav-link:hover::before {
    width: calc(100% - 40px);
}
.main-header.stickyhead .navbar-nav .nav-item .nav-link::before {
    left: 15px;
    bottom: 10px;
}

.main-header.stickyhead .navbar-nav .nav-item .nav-link:hover::before {
    width: calc(100% - 28px) !important;
    left: 15px;
}
ul.navbar-nav .nav-item.active .nav-link {
  color: #064f8f !important;
}

ul.navbar-nav .nav-item:first-child a {
  padding-left: 0;
}

.dropdown-menu {
  padding: 0;
}

.nav-item.dropdown .dropdown-menu {
    min-width: 220px;
    text-align: left;
    border-radius: 0;
    background-color: #064f8f;
    transform: translateY(-15px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    top: 0;
}
.nav-item.dropdown:hover .dropdown-menu{
    display: block;
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-in-out;
    top: 50px;
}
.nav-item.dropdown .dropdown-menu a{
    color: #fff;
    padding: 15px;
}

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: #fff;
  text-decoration: none;
  background-color: #0e62df;
}

ul.navbar-nav .dropdown-menu .dropdown-item:hover, ul.navbar-nav .dropdown-menu .dropdown-item:focus {
  color: #fff;
  text-decoration: none;
  background-color: #f39318;
}

.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;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-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 #0e62df;
}

.radio-group .radio-btn input:checked ~ .checkmark {
  background-color: #fff;
  border: 2px solid #0e62df;
}

.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: #0e62df;
}

.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: #0e62df;
  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: #0e62df;
}

.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 #0e62df;
  border-radius: 100%;
  text-align: center;
  line-height: 30px;
  padding: 0 !important;
  color: #0e62df;
  opacity: 1;
  margin: 0 !important;
  outline: none;
}

.video-model .model-video video {
  width: 100%;
  padding: 7px 7px 0 7px;
  -webkit-box-sizing: border-box;
          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: #0e62df;
  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 #0e62df;
  border-radius: 100%;
  text-align: center;
  line-height: 30px;
  padding: 0 !important;
  color: #0e62df;
  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;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.video-btn:after {
  content: '';
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 90px;
  height: 90px;
  background-color: #66b60a;
  border-radius: 50%;
  z-index: -1;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-btn:hover {
  background-color: #0e62df;
  color: #fff;
}

.video-btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.video-btn i {
  font-size: 52px;
  line-height: 86px;
  margin-left: 15px;
}

@-webkit-keyframes ripple {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(0.75, 0.75, 1);
            transform: scale3d(0.75, 0.75, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1);
            transform: scale3d(1.5, 1.5, 1);
  }
}

@keyframes ripple {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(0.75, 0.75, 1);
            transform: scale3d(0.75, 0.75, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1);
            transform: scale3d(1.5, 1.5, 1);
  }
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.bottom-scroller.active .scroller {
  background-color: #064f8f;
  display: block;
  width: 40px;
  height: 40px;
  color: #fff;
  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: #064f8f;
}

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;
  -webkit-box-shadow: 0 6px 20px 1px rgba(0, 0, 0, 0.1);
          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;
}

.form-custom .form-group input {
  display: block;
  width: 100%;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #999;
  outline: none;
  color: #064f8f;
  height: 45px;
  padding: 5px 40px 5px 5px;
  border-radius: 0;
}

.form-custom .form-group input:focus {
  border: none;
  border-bottom: 1px solid #064f8f;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-custom .form-group select {
  display: block;
  width: 100%;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #999;
  outline: none;
  color:#064f8f;
  height: 45px !important;
  padding: 5px 40px 5px 5px;
  border-radius: 0;
}

.form-custom .form-group select:focus {
  border: none;
  border-bottom: 1px solid #064f8f;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-custom .form-group textarea {
  display: block;
  width: 100%;
  background-color: transparent !important;
  border: none;
  border-bottom: 1px solid #333;
  outline: none;
  color: #064f8f;
  height: 80px;
  padding: 5px 40px 5px 5px;
  border-radius: 0;
}

.form-custom .form-group textarea:focus {
  border: none;
  border-bottom: 1px solid #064f8f;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-custom .form-group .search {
  position: absolute;
  top: 3px;
  right: 5px;
  background-color: transparent;
  border: none;
  color: #fff;
}

.form-custom .form-group .search i:before {
  font-size: 24px;
}

.form-custom .form-group .btn.btn-primary {
  margin: 40px auto 0 auto;
  display: block;
}

.form-custom .dropdown {
  position: relative;
}

.form-custom .dropdown:after {
  content: "\f117";
  font-family: flaticon;
  position: absolute;
  color: #656565;
  top: 10px;
  right: 10px;
  font-size: 14px;
}

.home-slider {
    /*background-color: #064f8f;*/
    background-color: rgb(64,82,108);
    background-color: linear-gradient(180deg, rgba(64,82,108,1) 0%, rgba(255,255,255,1) 100%, rgba(251,251,251,0) 100%);
background-repeat: no-repeat;
background-size: cover;
background-position: bottom center;
min-height: 100vh;
position: relative;
background-image: url("../images/parallax.png");
background-blend-mode: overlay;
background: rgb(245,245,245);
background: linear-gradient(360deg, rgba(245,245,245,1) 0%, rgba(149,159,172,0.6894958667060574) 38%, rgba(64,82,108,1) 100%, rgba(255,255,255,1) 100%);
/*background: linear-gradient(360deg, rgba(245,245,245,1) 0%, rgba(149,159,172,0.6894958667060574) 38%, rgba(255,255,255,1) 100%, rgba(64,82,108,1) 100%);*/
}
.inner_slider {
    min-height: 380px;
}
.inn-title {
    margin-top: 170px;
}
.inn-title h2 {
    font-size: 36px;
    font-weight: 800;
    color: #064f8f;
}
.home-slider .banner-img {
  margin-top: 100px;
  position: absolute;
  right: 0;
  bottom: 150;
  width: 100%;
}

.home-slider .banner-img img {
  /*width: 100%;*/
}

.home-slider .banner-img .logos {
  position: absolute;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  bottom: -450px;
}

.home-slider .banner-img .logos img {
  width: 80px !important;
  /*-webkit-animation: bubble 7s linear infinite;*/
  /*        animation: bubble 7s linear infinite;*/
}

.home-slider .banner-img .logos img:nth-child(1) {
  /*-webkit-animation-delay: 1.6s;*/
  /*        animation-delay: 1.6s;*/
  width: 70px !important;
  bottom: 0px;
position: absolute;
}

.home-slider .banner-img .logos img:nth-child(2) {
  /*-webkit-animation-delay: 4.5s;*/
  /*        animation-delay: 4.5s;*/
  width: 90px !important;
  bottom: 123px;
position: absolute;
}

.home-slider .banner-img .logos img:nth-child(3) {
  /*-webkit-animation-delay: 3s;*/
  /*        animation-delay: 3s;*/
  width: 80px !important;
  bottom: 248px;
position: absolute;
}

.home-slider .banner-img .logos img:nth-child(4) {
  /*-webkit-animation-delay: 7s;*/
  /*        animation-delay: 7s;*/
  width: 90px !important;
  bottom: 248px;
left: 52px;
position: absolute;
}

.home-slider .banner-img .logos img:nth-child(5) {
  /*-webkit-animation-delay: 4.7s;*/
  /*        animation-delay: 4.7s;*/
    width: 80px !important;
    bottom: 106px;
    position: absolute;
    left: -8px;
}

.home-slider .banner-img .logos img:nth-child(6) {
  /*-webkit-animation-delay: 8s;*/
  /*        animation-delay: 8s;*/
  width: 65px !important;
    bottom: 106px;
    position: absolute;
    left: 129px;
}

.home-slider .banner-img .logos img:nth-child(7) {
  /*-webkit-animation-delay: 5.56s;*/
  /*        animation-delay: 5.56s;*/
    width: 70px !important;
    bottom: -31px;
    position: absolute;
    left: 136px;
}

.home-slider .banner-img .logos img:nth-child(8) {
  /*-webkit-animation-delay: 6.9s;*/
  /*        animation-delay: 6.9s;*/
    width: 55px !important;
    bottom: 212px;
    position: absolute;
    left: 200px;
}

.home-slider .banner-img .logos img:nth-child(9) {
  /*-webkit-animation-delay: 3.5s;*/
  /*        animation-delay: 3.5s;*/
width: 85px !important;
bottom: 184px;
position: absolute;
left: 433px;
}

.home-slider .banner-img .logos img:nth-child(10) {
  /*-webkit-animation-delay: 7.3s;*/
  /*        animation-delay: 7.3s;*/
    width: 60px !important;
    bottom: 327px;
    position: absolute;
    left: 382px;
}

.home-slider .banner-img .logos img:nth-child(11) {
  /*-webkit-animation-delay: 4.4s;*/
  /*        animation-delay: 4.4s;*/
    width: 70px !important;
    margin-right: 40px;
    bottom: 41px;
    position: absolute;
    left: 398px;
}

@-webkit-keyframes bubble {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  90% {
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(-650px);
            transform: translateY(-650px);
    opacity: 0;
  }
}

@keyframes bubble {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  90% {
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(-650px);
            transform: translateY(-650px);
    opacity: 0;
  }
}

.wave {
    background: url(https://www.myfundbazaar.com/assets/images/wave2.png);
    background-size: 1000px 100px;
    position: absolute;
    left: 0;
    bottom: 0;
    width:100%;
    height: 85px;
    animation: wave 6s cubic-bezier( 0.36, 0.45, 0.63, 0.53) infinite;
    transform: translate3d(0, 0, 0);
}
.wave.wave1 {
    animation: wave 8s linear infinite;
    z-index: 99;
    opacity: 1;
    animation-delay: 0s;
    bottom: 0;
}
.wave.wave2 {
    animation: wave2 7s linear infinite;
    z-index: 9;
    opacity: 0.5;
    animation-delay: -3s;
    bottom: 10px;
}
.wave.wave3 {
    animation: wave2 3s linear infinite;
    z-index: 9;
    opacity: 0.3;
    animation-delay: -2s;
    bottom: 15px;
}

@keyframes wave {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 1000px;
  }
}

@keyframes wave2 {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -1000px;
  }
}

.home-slider .banner-text {
  padding: 200px 0;
}

.home-slider .banner-text .banner-title1 {
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
}

.home-slider .banner-text .banner-title2 {
  color: #fff;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 700;
}

.home-slider .banner-text .btn.btn-secondary {
  margin-top: 30px;
}

.main-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99;
}
.sticky-logo{
  display: none;
}
.main-header.stickyhead .header-bottom {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9999;
    padding: 10px 0;
    box-shadow: 0 2px 15px 2px rgb(0 0 0 / 12%);
}
.main-header.stickyhead .header-bottom .navbar-nav {
    justify-content: flex-end;
}

.main-header.stickyhead .header-bottom .navbar.navbar-expand-lg {
    width: 80%;
    margin-left: auto;
}
.main-header.stickyhead .header-bottom .navbar-nav .nav-item .nav-link {
    padding: 12px 14px !important;
    font-size: 15px;
     color: #000 !important;
}
.main-header.stickyhead .logo .sticky-logo{
   display: block;
    position: fixed;
    z-index: 99999;
    width: 211px;
    top: 10px;
}
.btn-primary.login-btn {
    transition: all 0.2s ease-in-out;
}
/*.main-header.stickyhead .btn-primary.login-btn */
.main-header.stickyhead .header-top-right 
{
    /*position: fixed;*/
    z-index: 99999;
    /*right: 125px;*/
    font-size: 14px;
    /*padding: 5px;*/
    top: 10px;
    transition: all 0.2s ease-in-out;
}
.slider_inner .main-header {
    background-color: rgba(11,156,181,0.7);
}
.main-header .header-top {
  padding: 10px 0 10px 0;
  /*height: 67px;*/
  /*background: #fff;*/
}
.stickyhead.main-header .header-top
{
   height: 67px; 
}
.slider_inner .header-top .logo img {
    width: 180px;
}
.header-top .logo img {
    width: 100%;
}
.main-header .header-top .header-top-right {
  margin-left: auto;
  text-align: right;
  /*padding: 10px 0 0 0;*/
}

.main-header .header-top .header-top-right .btn-primary:hover {
    /*background-color: #000;*/
    /*border: 2px solid #000;*/
    color: #fff !important;
}
.main-header .header-top .header-top-right .form-custom {
  width: 300px;
}

.main-header .header-top .header-top-right .form-custom input {
  border-bottom: 1px solid #ddd;
  color: #fff;
}

.main-header .header-top .header-top-right .form-custom ::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ddd;
  opacity: 1;
  /* Firefox */
}

.main-header .header-top .header-top-right .form-custom :-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ddd;
  opacity: 1;
  /* Firefox */
}

.main-header .header-top .header-top-right .form-custom ::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ddd;
  opacity: 1;
  /* Firefox */
}

.main-header .header-top .header-top-right .form-custom ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ddd;
  opacity: 1;
  /* Firefox */
}

.main-header .header-top .header-top-right .form-custom :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ddd;
}

.main-header .header-top .header-top-right .form-custom ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #ddd;
}

.main-header .header-bottom {
  border-top:1px solid #1553a2;
}

.main-header .header-bottom .navbar {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
}

.owl-dot span {
  width: 25px !important;
  height: 4px !important;
  margin: 5px 3px !important;
}

.owl-dot.active span {
  background: #0e62df !important;
  outline: none;
}

.owl-dot.active .owl-dot:hover span {
  background: #0e62df !important;
  outline: none;
}

.home-about .about-image {
  text-align: center;
}

.home-about .about-image img {
  width: 94%;
}
.home-SIP .main-heading .main-title {
    margin: 0;
}
.home-SIP-graph .main-title {
  font-size: 28px;
}

.home-SIP-graph .main-title span.green {
  display: block;
}

.home-SIP-graph .SIP-image {
  overflow: hidden;
}


/*.home-SIP-graph .SIP-image img {
  width: 100%;
}*/

.home-faq-section .faq-accordian .ui-accordion-header.ui-state-default {
  height: 50px;
  background-color: #e3fdc4;
  position: relative;
  color: #001522;
  border-radius: 2px;
  border-color: #e3fdc4;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 5px;
}

.home-faq-section .faq-accordian .ui-accordion-header.ui-state-default:after {
  content: "\f1e9";
  position: absolute;
  font-family: uicons-solid-straight;
  right: 15px;
  top: 10px;
  color: #001522;
}

.home-faq-section .faq-accordian .ui-accordion-header.ui-state-active {
  background-color: #0e62df;
  color: #fff;
  height: 50px;
  border-radius: 2px;
  border-color: #0e62df;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 0;
}

.home-faq-section .faq-accordian .ui-accordion-header.ui-state-active:after {
  content: "\f1ce";
  position: absolute;
  font-family: uicons-solid-straight;
  right: 15px;
  top: 10px;
  color: #fff;
}

.home-faq-section .faq-accordian .ui-accordion-header.ui-state-active.ui-state-focus {
  outline: none;
}

.home-faq-section .faq-accordian .ui-accordion-content {
  padding: 15px;
  background-color: #ecfdd7;
  border-color: #e3fdc4;
  margin-bottom: 10px;
}
.home-service {
    padding: 0;
    background-image: url(../images/line-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.home-service .owl-carousel.owl-theme.home-services {
  position: relative;
}

.home-service .owl-carousel.owl-theme.home-services .service-card {
  margin: 15px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
  padding: 150px 13px 20px 13px;
  min-height: 336px;
}
.home-service .owl-carousel.owl-theme.home-services .service-card p {
    line-height: 20px;
}

.home-service .owl-carousel.owl-theme.home-services .service-card .icon {
  height: 150px;
  background-color:#064f8f;
  display: block;
  width: 150px;
  padding: 30px 25px 25px 30px;
  border-radius: 100%;
  position: absolute;
  top: -22px;
  left: -22px;
}
.home-service .owl-carousel.owl-theme.home-services .service-card h3 {
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
}
.home-service .owl-carousel.owl-theme.home-services .service-card a {
  text-decoration: none;
  color: #064f8f;
}
.service-card .text i {
    vertical-align: middle;
}
.service-card .text i::before {
    font-size: 22px !important;
}
.home-service .owl-carousel.owl-theme.home-services .service-card .blinking-bubble {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 50%;
  right: 0;
}

.home-service .owl-carousel.owl-theme.home-services .service-card .blinking-bubble span.bubble {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-color: #f39318;
  border-radius: 100%;
  -webkit-animation: blinking 3s linear infinite;
          animation: blinking 3s linear infinite;
  -webkit-transition: 0.3s ease-in 0s all;
  transition: 0.3s ease-in 0s all;
  position: absolute;
}

.home-service .owl-carousel.owl-theme.home-services .service-card .blinking-bubble span.bubble:nth-child(1) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  top: 60px;
  right: 40px;
}

.home-service .owl-carousel.owl-theme.home-services .service-card .blinking-bubble span.bubble:nth-child(2) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
  width: 9px;
  height: 9px;
  top: 8px;
  right: 55px;
}

.home-service .owl-carousel.owl-theme.home-services .service-card .blinking-bubble span.bubble:nth-child(3) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  width: 20px;
  height: 20px;
  top: 20px;
  right: 75px;
}

.home-service .owl-carousel.owl-theme.home-services .service-card .blinking-bubble span.bubble:nth-child(4) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
  width: 17px;
  height: 17px;
  top: 33px;
  right: 46px;
}

.home-service .owl-carousel.owl-theme.home-services .service-card .blinking-bubble span.bubble:nth-child(5) {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
  width: 20px;
  height: 20px;
  top: 38px;
  right: 10px;
}

.home-service .owl-carousel.owl-theme.home-services .service-card .blinking-bubble span.bubble:nth-child(6) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  width: 10px;
  height: 10px;
  top: 15px;
  right: 32px;
}

.home-service .owl-carousel.owl-theme.home-services .service-card .blinking-bubble span.bubble:nth-child(7) {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
  width: 17px;
  height: 17px;
  top: 50px;
  right: 80px;
}

.home-service .owl-carousel.owl-theme.home-services .service-card .blinking-bubble span.bubble:nth-child(8) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  width: 8px;
  height: 8px;
  top: 5px;
  right: 14px;
}

@-webkit-keyframes blinking {
  0% {
    opacity: 0;
    -webkit-transition: 0.3s ease-in os all;
    transition: 0.3s ease-in os all;
  }
  40% {
    opacity: 1;
    -webkit-transition: 0.3s ease-in os all;
    transition: 0.3s ease-in os all;
  }
  70% {
    opacity: 1;
    -webkit-transition: 0.3s ease-in os all;
    transition: 0.3s ease-in os all;
  }
  100% {
    opacity: 0;
    -webkit-transition: 0.3s ease-in os all;
    transition: 0.3s ease-in os all;
  }
}

@keyframes blinking {
  0% {
    opacity: 0;
    -webkit-transition: 0.3s ease-in os all;
    transition: 0.3s ease-in os all;
  }
  40% {
    opacity: 1;
    -webkit-transition: 0.3s ease-in os all;
    transition: 0.3s ease-in os all;
  }
  70% {
    opacity: 1;
    -webkit-transition: 0.3s ease-in os all;
    transition: 0.3s ease-in os all;
  }
  100% {
    opacity: 0;
    -webkit-transition: 0.3s ease-in os all;
    transition: 0.3s ease-in os all;
  }
}

.owl-nav {
  position: absolute;
  top: -80px;
  right: 15px;
}

.owl-nav button {
  background-color: #064f8f !important;
  display: inline-block;
  width: 45px;
  height: 45px;
}

.owl-nav button span {
  color: #fff;
  font-size: 24px;
  line-height: 22px;
}

.home-trust-section {
  position: relative;
}

.home-trust-section .trust-text .title {
    font-size: 52px;
    font-weight: 700;
    line-height: 58px;
    color: #fff;
    font-family: Montserrat !important;
    letter-spacing: -1px;
}

.home-trust-section .trust-text p {
  color: #fff;
  margin-top: 10px;
}

.home-trust-section .trust-text .vm-box {
    margin-top: 20px;
    background-color: #01388014;
    border-radius: 10px;
    padding: 15px 20px 5px 20px;
    min-height: 160px;
}

.home-trust-section .trust-text .vm-box h3 {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 24px;
}

.home-trust-section .trust-text .vm-box p {
  font-size: 15px;
  line-height: 20px;
}

.home-trust-section .img-col {
  position: static;
}

/*.home-trust-section .trust-image:after {
  content: "";
  background-image: url(../images/light.png);
  width: 380px;
  height: 494px;
  position: absolute;
  background-repeat: no-repeat;
  bottom: -16px;
  right: 7%;
  z-index: 0;
  opacity: 0.6;
}*/

/*.home-trust-section .trust-image:before {
  content: "";
  background-image: url(../images/light.png);
  border: 100px solid transparent;
  border-bottom: none;
  border-top: 100px solid #fff;
  position: absolute;
  bottom: -16px;
  right: 12%;
  z-index: 0;
  opacity: 0.5;
}*/

.home-trust-section .trust-image:after {
  content: "";
    border: 180px solid transparent;
    border-top: 540px solid rgba(125,185,232,0.05);
    position: absolute;
    bottom: -350px;
    right: 12%;
    z-index: 0;
    opacity: 0.5;

}
.home-trust-section .trust-image:before {
    content: "";
    border: 180px solid transparent;
    border-top: 540px solid rgba(125,185,232,0.05);
    position: absolute;
    bottom: -350px;
    right: 7%;
    z-index: 0;
    opacity: 0.5;

}

.home-trust-section .trust-image img {
  position: absolute;
  -webkit-animation: popup 8s ease-in-out infinite;
          animation: popup 8s ease-in-out infinite;
  z-index: 9;
}

.home-trust-section .trust-image img:nth-child(1) {
  right: 25%;
  top: 50px;
  width: 160px;
}

.home-trust-section .trust-image img:nth-child(2) {
  right: 10%;
  top: 70px;
  width: 170px;
}

.home-trust-section .trust-image img:nth-child(3) {
  right: 20%;
  top: 320px;
  width: 140px;
}

@-webkit-keyframes popup {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes popup {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.how-we-work {
  position: relative;
}

.how-we-work .work-img-bg {
  background-color: #eaf3f9;
  width: 450px;
  height: 450px;
  text-align: center;
  margin: 30px auto 0 auto;
  border-radius: 100%;
}

.how-we-work .work-img-bg:after {
  content: '';
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 54%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 400px;
  height: 400px;
  background-color: #eaf3f9;
  border-radius: 50%;
  z-index: -1;
  -webkit-animation: pulse-border 0200ms ease-out infinite;
  animation: pulse-border 2000ms ease-out infinite;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.how-we-work .work-steps {
  margin-bottom: 35px;
}
.how-we-work .work-steps::after {
    content: "";
    position: absolute;
    border-left: 2px dashed #94c8f1;
    width: 2px;
    height: 70%;
    left: 42px;
    top: 60px;
    z-index: 0;
}
.how-we-work .work-steps:last-child::after {
   display: none;
}
.how-we-work .work-steps a{
  text-decoration: none;
}

.how-we-work .work-steps:last-child {
  margin-bottom: 0;
}

.how-we-work .work-steps .number {
  background-color: #064f8f;
    color: #fff;
  display: inline-block;
  width: 60px;
  height: 60px;
  position: relative;
  border-radius: 100%;
  z-index: 9;
}

.how-we-work .work-steps .number span {
  position: absolute;
  top: -7px;
  left: 19px;
  font-size: 42px;
  font-weight: 600;
}

.how-we-work .work-steps .text {
  display: inline-block;
  width: calc(100% - 65px);
  padding-left: 15px;
}

.how-we-work .work-steps .text .title {
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.how-we-work .work-steps .text p {
  font-size: 14px;
}

.how-we-work .work-steps .work-image {
  display: none;
position: absolute;
right: 100%;
top: 70px;
margin-right: 60px;
left: -75%;
}

.how-we-work .work-steps .work-image img {
  width: 100%;
}

.how-we-work .work-steps.active .number {
  background-color: #003366;
  color: #fff;
}

.how-we-work .work-steps.active .work-image {
  display: block;
}

.how-we-work .work-steps.active .work-image img {
  margin-right: 50px;
}

.home-SIP .SIP-image img {
  width: 100%;
}

.home-invest-fund {
  position: relative;
  overflow: hidden;
  background-blend-mode: overlay;
  background-image: url(../images/parallax.png);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.home-invest-fund .btn-outline-primary {
  border-color: #fff;
  color: #fff;
  margin-left: auto;
  display: block;
  width: 170px;
  font-size: 16px;
  text-align: center;
  margin-top: 50px;
}

.home-invest-fund p {
  color: #fff;
}

.home-testimonial-section .testimonial-card {
  background-color: #f9f5f4;
  padding: 20px;
  border-radius: 10px;
  margin: 15px;
  min-height: 275px;
}

.home-testimonial-section .testimonial-card .image {
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  overflow: hidden;
  margin-bottom: 5px;
}

.home-testimonial-section .testimonial-card .image img {
  width: 100%;
}

.home-testimonial-section .testimonial-card .text {
  position: relative;
}

.home-testimonial-section .testimonial-card .text h3 {
  font-size: 16px;
  font-weight: 600;
  color: #064f8f;
}

.home-testimonial-section .testimonial-card .text h3 span {
  font-size: 13px !important;
  font-weight: 500;
}

.home-testimonial-section .testimonial-card .text p {
  font-size: 15px;
  margin-bottom: 0;
}

.home-testimonial-section .testimonial-card .text:after {
    content: "\f10f";
    font-family: flaticon;
    position: absolute;
    color: #dc4f1e;
    top: -20px;
    right: 0;
    font-size: 22px;
}

.home-FAQ-section .nav-pills .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  text-align: center;
}

.home-FAQ-section .nav-pills .nav-item .nav-link {
  margin: 3px;
  padding: 18px;
  font-size: 16px;
  background-color: #e4f0f9;
}

.home-FAQ-section .nav-pills .nav-item .nav-link.active {
  background-color: #f39318;
}

.home-FAQ-section .accordion .accordion-item button.accordion-button:after {
  margin-left: auto !important;
  margin-right: 0;
  font-family: fontawesome;
  font-weight: 100;
  font-size: 20px;
}
.home-contact-section {
    padding: 30px 0 80px 0;
}
.home-contact-section .card {
  padding: 20px;
  -webkit-box-shadow: 0 3px 24px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 24px 0px rgba(0, 0, 0, 0.15);
}

.footer-main {
  background: url(../images/footer-bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  min-height: 400px;
  padding: 80px 0 20px 0;
}

.footer-main .foot-col .foot-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  margin: 25px 0;
}

.footer-main .foot-col p {
  color: #fff;
  font-size: 15px;
}

.footer-main .foot-col a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  margin-right: 5px;
}

.footer-main .foot-col a:hover {
  color: #6a84a7;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}

.footer-main .foot-col a:hover {
    color: #6a84a7;
    font-weight: 600;
    letter-spacing: 1px;
    transition: all 0.3s ease-in-out;
}

.footer-main .foot-col a i {
    background-color: #f39318;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 100%;
    color: #e2ecf5;
}

.footer-main .foot-col a i:before {
  margin: 0;
  line-height: 32px;
  font-size: 16px;
}

/*.footer-main .foot-col a i:hover {
  background-color: #fff;
  color: #06101e;
}*/

.footer-main .foot-col .menu {
  list-style: none;
  padding: 0;
}

.footer-main .foot-col .menu a {
  margin-bottom: 10px;
  display: block;
}

.footer-main .foot-col .logo {
  margin-bottom: 20px;
}
.footer-top .logo img {
    width: 82%;
    /*background: #fff;*/
    /*padding: 9px;*/
    /*border-radius: 2px;*/
}
.foot-col.app-info a img {
    width: 140px;
}
.footer-main .contact-info p {
  position: relative;
  padding-left: 40px;
  margin-bottom: 30px;
  text-align: left;
}
.footer-main .contact-info p i {
    position: absolute;
    left: 0;
    top: -1px;
    background-color: #f39318;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    color: #fff;
    text-align: center;
    padding: 3px;
}
.footer-main .contact-info p a i {
  position: absolute;
  left: 0;
}

.footer-main .footer-bottom {
  border-top: 1px solid #222d3e;
  margin-top: 40px;
  padding: 25px 0 0 0;
}

.footer-main .footer-bottom p {
  color: #fff;
  font-size: 14px;
}

.footer-main .footer-bottom a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

.footer-main .footer-bottom a:hover {
  color: #f39318;
}
/*# sourceMappingURL=style.css.map */
.home-service .owl-carousel .owl-item img
{
    display: none;
}
.owl-carousel .owl-item i:before
{
    color: #fff;
    font-size: 65px;
}
#contact_body button
{
    border: 0px;
    padding: 3px 18px;
    border-radius: 4px;
    background: #064f8f;
    color: #fff;
    font-weight: 700;
}
.footer-main .contact-info p i:before {
    margin-left: 0px;
    padding-right: 0px;
    font-size: 16px;
}
.header-section
{
    padding: 10px 0px 25px;
}
.header-section h4 {
    margin-bottom: 0px;
    text-align: center;
    color: #064f8f;
    font-size: 36px;
    font-weight: 700;
}
.divide-img
{
    margin: 0px auto;
    display: block;
    padding: 7px;
    display: none;
}
#signinForm button
{
    border: 0px;
    padding: 3px 18px;
    border-radius: 4px;
    background: #064f8f;
    color: #fff;
    font-weight: 700;
}
.login-model .modal-header button.close
{
    border: 0px;
}
body
{
    padding-right: 0px !important;
}
.contacts-section
{
    background-image: url(../images/inner-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    /*min-height: 600px;*/
    /*position: relative;*/
    /*overflow: hidden;*/
    /*background-size: contain;*/
    /*background-position: top;*/
    background-position: 0px -64px;
    /*min-height: 245px;*/
    min-height: 306px;
    overflow: inherit;
}
.navbar-light .navbar-toggler-icon
{
    background-image: conic-gradient !important;
}
.pro-img
{
    width: 100%;
}
.divided
{
    padding: 50px 0px;
}
.align-right p
{
    text-align: right;
}
.align-right h4
{
    text-align: right;
}
.more-content a
{
    border: 0px;
    padding: 9px 13px;
    border-radius: 4px;
    background: #064f8f;
    color: #fff;
    font-weight: 700;
}
.main-section #nav-tab ul
{
    padding: 0px;
    width: 100%;
    background: #0e62df;
    border-radius: 18px;
}
.main-section #nav-tab ul li
{
    list-style-type: none;
    border: 1px solid #fff;
    border-radius: 6px;
}
.main-section #nav-tab ul li a.active , .main-section #nav-tab ul li a
{
    padding: 13px 14px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}
.main-section #nav-tab ul li a.show
{
    color: #fff;
    background: #0e62df;
    border-radius: 6px;
}
.nav-tabs .nav-link:hover
{
    background: none;
    color: #fff !important;
}
#nav-tabContent .active.in
{
    display: block;
    opacity: 1;
}
.main-section #nav-tab ul li.active a:hover.show
{
    background: #fff !important;
    color: #064f8f !important;
}
.main-section #nav-tab ul li.active a.show
{
    background: #fff;
    color: #064f8f;
}
.invest-now a
{
    border: 0px;
    padding: 9px 13px;
    border-radius: 4px;
    background: #064f8f;
    color: #fff;
    font-weight: 700;
}
.calname a
{
	font-size:14px;
}
.stick_option
{
	display:none;
}
.caclulator
{
	padding:20px 0px;
}
.cal-name,
.summary-heading,
.cal-type,
.fundperfonmance .blue,
.blue a:link,
.fundperfonmance .blue>a,
.fundname:hover .whythismf,
.fundname:hover .closewhythismf 
{
    color: #030303;
}

.btn.submit,
.calname a,
.cal-result .summary .table th,
.cal-result .sip-tg .nav li,
.presales-container .ins-amt,
.pre-inputbox #removeButton > span,
.presales-result .lc-box,
.presales-cal .sip-tg .nav li,
.presales-cal .summary table th 
{
    background: #064f8f;
    margin-top: 15px;
    width: 150px;
}
            
.cal-name 
{
    border-bottom: 1px solid #00418c;
}

.fundname:hover .whythismf,
.fundname:hover .closewhythismf 
{
    border: 1px solid #00418c;
}

.amount-text,
.fundperfonmance .green 
{
    color: #a4d035;
}
            
.cal-result .nav-pills>li.active>a,
.cal-result .nav-pills>li.active>a:focus,
.cal-result .nav-pills>li.active>a:hover,
.pre-inputbox #btnAdd > span,
.presales-cal .nav-pills>li.active>a,
.presales-cal .nav-pills>li.active>a:focus,
.presales-cal .nav-pills>li.active>a:hover {
    background: #a4d035 !important;
    background: #1a71b6 !important;
}
.presales-cal .sip-tg .nav li a
{
    color: #000 !important;
}
.presales-cal .sip-tg .nav li.active a
{
    color: #fff !important;
}
.presales-cal .sip-tg .nav li a.active
{
    color: #fff !important;
}
#sipbarchart
{
    overflow: unset !important;
}
#sipbarchart .highcharts-container 
{
    width: 100%;
}
.download
{
    padding-bottom: 80px;
}
#download1
{
    padding-bottom: 20px;
}
.services-section img
{
    width: 67%;
    margin: 0px auto;
    display: block;
}


.product-card {
    box-shadow: 0 0 15px 1px rgb(0 0 0 / 10%);
    padding: 15px 20px;
    border-radius: 5px;
    margin-bottom: 20px;
    min-height: 300px;
    background-color: #fff;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
}
.product-card:hover {
    background-color: #064f8f;
}
.product-card .icon {
    display: inline-block;
    width: 90px;
    height: 90px;
    vertical-align: middle;
}
.product-card .icon i::before {
    font-size: 65px;
    color: #064f8f;
}
.product-card h4 {
    display: inline-block;
    color: #064f8f;
    width: calc(100% - 96px);
    vertical-align: middle;
    font-weight: 600;
}
.product-card:hover .icon i::before{
    color: #fff;
}
.product-card:hover h4{
    color: #fff;
}
.product-card:hover p{
    color: #fff;
    margin-top: 5px;
}

.product-card .btn.btn-secondary.readmore-btn {
    font-size: 15px;
    padding: 8px 10px;
    height: 36px;
    line-height: 18px;
    border-radius: 3px;
    transform: translateY(85px);
    transition: all 0.4s ease-in-out;
}
.product-card:hover .btn.btn-secondary.readmore-btn {
    transition: all 0.4s ease-in-out;
    transform: translateY(0px);
}

.accordion-item {
    margin: 5px 0;
}
.accordion-button.collapsed {
    border-bottom-width: 0;
    border: none;
    background-color: #e4f0f9;
    border-radius: 4px;
}
.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #f39318;
    border-bottom: 1px solid #bbd4e8;
    box-shadow: none;
    font-size: 18px;
    font-weight: 500;
    border-radius: 4px 4px 0 0;
}
.accordion-collapse {
    border: none;
    background-color: #f39318;
    color: #fff;
    border-radius: 0 0 4px 4px;
}

.accordion-collapse p {
    color: #fff;
}
.personal-advisor img {
    width: 100%;
}


.contactus-main .contact-box {
    background-color: #f9f5f4;
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 20%);
    border-radius: 5px;
    padding: 15px;
    text-align: center;
    min-height: 145px;
    min-height: 220px;
}
.infobar-contact {
    margin: 50px 0 70px 0;
}
.contact-box .icon {
    margin-bottom: 5px;
}
.contact-box .icon i::before {
    font-size: 30px;
    color: #064f8f;
    margin: 0;
}
.contact-box .info-title {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    padding-left: 15px;
    vertical-align: text-bottom;
    color: #064f8f;
}
.contact-box a, .contact-box p  {
    font-size: 18px;
    color: #000;
    text-decoration: none;
}

.interest-rate-slip {
    text-align: center;
}

/*.contact-image.wow.fadeInDown {
    margin-left: 170px;
}*/
.contact-image img {
    /*width: 85%;
    transform: scale(1.6);
    margin-bottom: 0px;
    max-width: 40vw;
    margin-top: 60px;*/
}

.sip-section-main .sip-image-slider h4 {
    font-size: 14px;
    font-weight: 600;
    color: #f39318 !important;
}
.sip-section-main .sip-image-slider h4 div{
    font-size: 14px;
    font-weight: 600;
    color: #f39318 !important;
}
.sip-section-main .sip_slider {
    background-color: #fff;
    border: 1px solid #9aa5a9 !important;
    border-radius: 30px;
    height: 12px;
    margin-left: 30px !important;
}
.sip-section-main .sip_slider .ui-slider-range {
    background: #f39318 !important;
}
.sip-section-main .sip_slider .ui-slider-handle {
    background: #cbe8ff !important;
    border: 1px solid #f39318;
    height: 16px;
    width: 16px;
    border-radius: 100%;
    margin-top: 3px;
}
.sip-section-main .SIP-image img {
    margin-top: -230px;
    width: 80%;
    margin: 0 auto;
    display: block;
}
.sip-section-main .sip-graph {
    text-align: center;
    margin-top: -60px;
    margin-left: 50px;
}


.whatappicon a i {
    background-color: #000000;
    color: #ffffff;
    width: 60px;
    text-align: center;
    height: 60px;
    line-height: 56px;
    border-radius: 50%;
    position: fixed;
    bottom: 90px;
    right: 10px;
    z-index: 9;
    font-size: 38px;
}


#aboutCarousel .owl-dots {
    position: absolute;
    bottom: 30px;
    left: 43%;
}
.form-group.form-dropdown::after {
    content: "\f0d7";
    position: absolute;
    font-family: 'FontAwesome';
    right: 10px;
    top: 10px;
}

.insurance-form-title {
    font-size: 22px;
    font-weight: 600;
    color: #607880;
    margin-bottom: 15px;
    margin-top: 15px;
}
.insuarance-tieup-title {
    font-size: 28px;
    font-weight: 600;
    color: #111;
    margin-bottom: 30px;
    margin-top: 15px;
}

.TabbedPanelsTab {
    background: #1a71b6 !important;
}
.TabbedPanelsTabSelected {
    background: #064f8f !important;
}

.mutual-fund-main .calname a {
    width: 15.7%;
    max-width: 16.6%;
    text-align: center;
    background-color: #e1f0f3;
    padding: 5px;
    border-radius: 5px;
}
.mutual-fund-main .calname a i {
    font-size: 30px;
    color: #064f8f;
}
.mutual-fund-main .calname a span {
    display: block;
    color: #064f8f;
    font-size: 16px;
}
.mutual-fund-main .calname a:hover {
    background-color: #064f8f;
}
.mutual-fund-main .calname a:hover i {
    color: #fff;
}
.mutual-fund-main .calname a:hover span {
    color: #fff;
}


.stocks-commodities-main {
    text-align: center;
}
.stocks-commodities-main .demat-account {
    padding-bottom: 70px;
}
.stocks-commodities-main .whatsapp-chat {
    padding: 70px 0;
}
.stocks-commodities-main .whatsapp-btn {
    background-color: #24cc63;
    border: 1px solid #24cc63;
}
.stocks-commodities-main .whatsapp-btn i {
    font-size: 30px;
    vertical-align: top;
    margin-right: 5px;
}

.stocks-commodities-main .other-info {
    padding: 70px 0 30px 0;
}
.stocks-commodities-main .other-info .info-card {
    padding: 0;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 15px 2px rgb(0 0 0 / 15%);
    overflow: hidden;
}
.stocks-commodities-main .other-info .info-card .image {
    min-height: 230px;
}
.stocks-commodities-main .info-card .image img {
    width: 100%;
    height: 230px;
}
.stocks-commodities-main .other-info .info-card .info {
    padding: 15px;
}
.stocks-commodities-main .other-info .info-card .info h4 {
    font-weight: 600;
    color: #064f8f;
}
.stocks-commodities-main .btns-only .btn {
    margin: 70px 10px 0 10px;
}


.footer-main .foot-col.contact-info p a i {
    background-color: #f39318;
    font-size: 28px !important;
}
.footer-main .foot-col.contact-info p a:hover i {
    background-color: transparent;
    color: #fff !important;
}

.partner-images{
    padding: 40px 0;
}
.partner-images img {
    width: 100%;
    margin-bottom: 25px;
}

.login-panel {
    background-color: #fff;
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 20%);
    border-radius: 10px;
    margin: 15px;
}
.inner_page_content {
    padding: 30px 0 50px 0;
}


/**** Blog Start ****/


.blog-post-main{
  padding: 60px 0;
}
.blog-post-main .post-card {
    padding: 0;
    overflow: hidden;
    position: relative;
    margin-bottom: 25px;
}
.blog-post-main .post-card .image {
    min-height: 250px;
    max-height: 250px;
    overflow: hidden;
}
.blog-post-main .post-card .image img{
    height: 250px;
    transition: all 0.3s ease-in-out;
}
.blog-post-main .post-card:hover .image img{
    transform: scale(1.1);
    transition: all 0.3s ease-in-out;
}
.blog-post-main .post-card .image {
    height: 100%;
}
.blog-post-main .post-card .info {
    padding: 25px 15px 15px;
}
.blog-post-main .post-card .info h4{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    max-height: 70px;
  }
.blog-post-main .post-card .info .text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    max-height: 30px;
}
.blog-post-main .post-card .post_btns {
    text-align: center;
}
.blog-post-main .post-card .btn-primary.post_link {
    display: inline-block;
    width: 150px;
    border-radius: 30px;
    padding: 8px;
    line-height: 22px;
    height: auto;
    margin: 0px 0 25px 10px;
}
.blog-post-main .post-card .btn-primary.post_pdf {
    display: inline-block;
    width: 150px;
    border-radius: 30px;
    padding: 8px;
    line-height: 22px;
    height: auto;
    margin: 0px 0 25px 10px;
}
.blog-post-main .post_all {
    text-align: center;
}
.blog-post-main .post-card .time {
    position: absolute;
    top: 235px;
    left: 10px;
}

.blog-post-main .post-card .time a {
    height: 30px;
    border-radius: 40px;
    line-height: 10px;
    color: #fff !important;
    font-size: 12px;
    padding: 8px 10px;
}
.post_link{
  display: block;
  width: 100%;
}


.blog-post-detail .image {
    max-height: 400px;
    min-height: 400px;
    overflow: hidden;
}
.blog-post-detail .image image{
    height: 100%;
}

.post_pagination {
    text-align: center;
}
.post_pagination .pagination {
    display: block;
}
.post_pagination .pagination .page-item {
    display: inline-block;

}
.post_pagination .pagination .page-item a{
    background-color: #000;
    color: #fff;
}

/*.post_pagination .pagination .page-item:first-child a{
    background-color: #000;
    color: #fff;
}
.post_pagination .pagination .page-item:last-child a{
   background-color: #000;
   color: #fff;
}*/
.post_pagination .pagination .page-item.disabled{
  opacity: 0.5;
}
.blog-post-detail .item img {
    height: 500px;
}

/**** Blog End ****/
p
{
    text-align: justify;
}
.banner-title1 b
{
    font-size: 37px;
}
.banner-title2 .theme-gray
{
    font-size: 42px;
}
.nav-item.dropdown .dropdown-menu
{
    min-width: 285px;
}
.main-section.inner_page_content ul li
{
    color: #000;
    background: #f39318;
    color: #fff;
    padding: 9px;
    margin-bottom: 1px;
    border-radius: 2px;
}

.main-section.inner_page_content ul li i
{
    /*color: #064f8f;*/
    margin-right: 5px;
}

.dropdown {
  margin: 0;
  padding: 0;
  list-style: none;
  /*width: 100%;*/
  /*background-color: #0abf53;*/
}

.dropdown li {
  position: relative;
}

.dropdown li a {
  color: #ffffff;
  /*text-align: center;*/
  text-decoration: none;
  display: block;
  /*padding: 10px;*/
}

.dropdown li ul {
  position: absolute;
  top: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
  line-height: normal;
  background-color: #064f8f;
}

.dropdown li ul li a {
  text-align: left;
  color: #fff;
  font-size: 14px;
  padding: 10px;
  display: block;
  /*white-space: nowrap;*/
}

.dropdown li ul li a:hover {
  background-color: #ffffff;
  color: #000 !important;
}

.dropdown li ul li ul {
  left: 100%;
  top: 0;
}

ul li:hover>a {
  /*background-color: #064f8f;*/
  color: #000 !important;
}

ul li:hover>ul {
  display: block;
}
.menu {
    width: 100%;
    height: auto;
    text-align: left;
}
.menu ul {
    padding: 0px;
    margin: 0;
    list-style: none;
    position: relative;
    display: inline-block;
}
.menu ul li {
    position: relative;
}
.menu > ul > li {
    display: inline-block;
}
.menu ul li {
    padding: 0px;
    text-align: center;
}
.menu ul li a {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 15px 12px !important;
    font-size: 15px;
    font-weight: 500;
    font-family: roboto;
    font-weight: 400 !important;
}
.main-header.stickyhead .menu ul li a
{
    color: #000;
}
.main-header.stickyhead .menu ul li ul li a
{
    color: #fff;
}
.main-header.stickyhead .menu
{
    width: 80%;
margin-left: auto;
}
.home-trust-section .nav-tabs
{
    
}
.home-trust-section .nav-tabs li
{
    width: 100%;
}
.home-trust-section .nav-tabs li a
{
    background-color: #fff;
    color: #000;
    padding: 9px 12px 10px;
    width: 100%;
    display: block;
    margin-bottom: 2px;
    border-radius: 3px;
    text-decoration: none;
}
.home-trust-section .nav-tabs li a:hover
{
    background-color: #064f8f;
    color: #fff;
}
.home-trust-section .tab-content .tab-pane p
{
    color: #fff;
}
.home-trust-section .tab-content .tab-pane h3
{
    color: #fff;
}
.home-trust-section.dark-bg .main-title
{
    color: #fff;
}
.partnerlogo ul li
{
    display: inline-block;
}
.partnerlogo ul li img
{
    width: 220px;
    height: 80px;
    border: 1px solid #00000017;
    border-radius: 4px;
    padding: 8px;
}
.footer-main ul li:hover > a
{
    background: none;
}
.footer-menu
{
    padding: 0px;
}
.footer-menu li
{
    display: block;
    margin-bottom: 10px;
}
.inner_page_content ol li
{
    color: #000;
}
.nav.navbar-nav.ml-auto.mr-auto
{
    width: 100%;
}
.dropdown.dropdown-submenu .dropdown-menu
{
    display: none !important;
}
.dropdown.dropdown-submenu:hover .dropdown-menu
{
    display: block !important;
    top: 10px;
    left: 100%;
}
.navbar-toggler-icon {
    background-color: #fff;
    height: 2px;
    border-radius: 3px;
    position: relative;
}
.navbar-toggler-icon::before {
    content: "";
    position: absolute;
    background-color: #fff;
    height: 2px;
    border-radius: 3px;
    top: 10px;
    left: 0;
    width: 100%;
}
.navbar-toggler-icon::after {
    content: "";
    position: absolute;
    background-color: #fff;
    height: 2px;
    border-radius: 3px;
    top: -10px;
    left: 0;
    width: 100%;
}
.spinner-master
{
    display: none;
}
.main-header.stickyhead .nav__menu li a
{
    color: #000 !important;
}
.main-header.stickyhead .nav__menu li a.login-btn
{
    color: #fff !important;
}
.main-header.stickyhead .nav__menu li.dropdown ul li a
{
    color: #fff !important;
    background-color: transparent;
}
@media only screen and (max-width: 600px) 
{
    .dropdown.dropdown-submenu:hover .dropdown-menu 
    {
        display: block !important;
        top: 50px;
        left: 0px;
        /*max-height: 150px;*/
        /*overflow: scroll;*/
    }
    .main-header.stickyhead .header-bottom .navbar-nav a:hover 
    {
        color: #000 !important;
        background: transparent;
    }
    .main-header.stickyhead .header-bottom .navbar-nav a {
        color: #fff !important;
        background: transparent;
    }
    .main-header.stickyhead .btn-primary.login-btn
    {
        right: 53px;
        padding: 0px 10px;
        position: inherit;
    }
    .dropdown.dropdown-submenu:hover .dropdown-menu
    {
        left: 20%;
    }
    .dropdown li ul li a:hover {
      /*background-color: #000;*/
      /*color: #fff !important;*/
    }
     .trust-image , .how-we-work .work-img-bg
    {
        display: none;
    }
    .owl-nav button
    {
        width: 31px;
        height: 31px;
    }
    .main-heading .main-title
    {
        font-size: 18px;
    }
    .contact-image img
    {
        width: 100%;
    }
     .home-slider .banner-img .logos img:nth-child(6) , .home-slider .banner-img .logos img:nth-child(7) , .home-slider .banner-img .logos img:nth-child(8) , .home-slider .banner-img .logos img:nth-child(9) , .home-slider .banner-img .logos img:nth-child(10) , .home-slider .banner-img .logos img:nth-child(11)
    {
         display: none;
    }
    .home-slider .banner-img .logos img:nth-child(5)
    {
        width: 40px !important;
    }
    .main-header.stickyhead .nav__container
    {
        position: relative !important;
        top: 0px !important;
        left: 0% !important;  
    }
    .main-header.stickyhead .nav-toggle span
    {
        background-color: #000;
    }
    .main-header.stickyhead .main-header .header-top
    {
        padding: 7px 0 14px 0;
        height: 41px;
    }
    .main-header.stickyhead .nav__menu li a 
    {
        color: #fff !important;
    }
    .nav__mobile .nav__btn
    {
        position: absolute;
        top: 1px;
        left: 83%;
    }
    .home-slider .banner-img
    {
        display: none;
    }
}
.main-header.stickyhead
{
    position: fixed;
    background: #fff;
}
.main-header.stickyhead .nav__container
{
    position: absolute;
    top: 4px;
    right: 23%; 
}
.main-header.stickyhead .logo img
{
    display: none;
}
.home-slider .banner-text .btn.btn-primary
{
    margin-top: 30px;
    z-index: 999;
position: absolute;
}
.about-text ul li
{
    color: #050e1c;
}
.meet
{
    box-shadow: 0px 2px 16px #d0caca;
    padding: 38px;
    background: white;
    width: 100%;
    text-align: left;
    min-height: 388px;
    margin-bottom: 20px;
}
.meet-title
{
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    margin: 35px 0px;
}
.about-text .panel.panel-default
{
    background: #0000001f;
    padding: 25px;
    border-radius: 8px;
    margin-bottom: 30px;
}
.simple-money
{
    text-align: center;
    margin: 2rem 18rem;
    font-weight: 600;
    font-size: 1.6rem;
}
.build
{
    font-size: 30px;
     font-weight: 600;
}
.invest
{
    border-left-color: #aa6708;
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #dbdbdb;
    border-left-color: #aa6708;
    border-left-width: 1px;
    border-left-width: 5px;
    border-radius: 3px;

}
.renewal .card
{
    text-align: center;
}
.renewal .card img
{
    width: 250px;
    height: 80px;
}
.renewal .card a span
{
    color: #033568;
    font-weight: 600;
    margin-top: 13px;
    display: block;
}
.header-top-right ul li
{
    display: inline-block;
}
.stickyhead .nav__menu li 
{
    padding: 0.8rem 0.4rem;
}
.btn.btn-primary.login-btn
{
    color: #fff;
    border-radius: 5px;
    padding: 4px 14px;
    height: 36px;
    line-height: 26px;
    text-align: center;
    font-size: 17px !important;
}
.stickyhead .btn.btn-primary.login-btn
{
    color: #fff;
	border-radius: 5px;
	padding: 4px 10px;
	height: 32px;
	line-height: 21px;
	text-align: center;
	font-size: 12px !important;
}
/* TICKER */


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


/* TICKER */
.news {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 2px 2px 2px 3px rgb(17 150 211 / 19%);
}
.news .rsshead {
    font-size: 18px;
    font-weight: 600;
    margin-top: 30px;
}
.news br {
    display: none;
}
.news .rssdate {
    color: #1196d3;
}

.news .nav.nav-pills {
    display: inline-block;
    width: 40%;
}
.news .nav.nav-pills li {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    margin-bottom: 1px;
}
.news .nav.nav-pills li a {
    height: 100%;
    border-radius: 0;
    line-height: 54px;
    font-size: 17px;
    background-color: #e6eff3;
        padding: 5px 20px;
    width: 184px;
    display: block;
    color: #000;
}
.news .nav.nav-pills li.active a {
    background-color: #0893d2;
}
.news .nav.nav-pills li:first-child a {
    border-radius: 8px 0 0 0;
}
.news .nav.nav-pills li:last-child a {
    border-radius: 0 0 0 8px;
    margin-bottom: -8px;
}
.news .tab-content {
    display: inline-block;
    width: 59%;
    vertical-align: top;
    padding: 0 20px;
    position: relative;
}
/* .news .tab-content::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
} */
.titleBar {
    background-color: #0893d2;
    padding: 15px;
    color: #fff;
    border-radius: 8px 8px 0 0;
}
.nse-bse {
    overflow: hidden;
    border-radius: 0 0 8px 8px;
}
.particles-js-canvas-el
{
    position: absolute;
top: 0;   
}