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

.blue {
  color: #0e62df;
}

.pink {
  color: #c2222a;
}

.light-gray {
  color: #333b46;
}

.blue-bg {
  background-color: #0e62df;
  color: #fff;
}

.light-bg {
  background-color: #f1f5fd;
}

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

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

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

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

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

.btn {
  color: #fff;
  border-radius: 5px;
  padding: 5px 20px;
  height: 50px;
  line-height: 36px;
  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: #0e62df;
  border: 2px solid #0e62df;
  font-size: 16px;
}

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

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

.btn-secondary:hover {
  background-color: #ec1458;
  border: 2px solid #ec1458;
  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: #4eae41a8;
  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;
}

ul.navbar-nav .nav-item .nav-link {
  color: #fff !important;
  padding: 12px 20px;
  font-weight: 500;
}

ul.navbar-nav .nav-item .nav-link:hover {
  color: #4eae41 !important;
}

ul.navbar-nav .nav-item.active .nav-link {
  color: #fff !important;
  font-weight: 600;
}

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: #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: #4eae41;
}

.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: #4eae41;
  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: #2e9c43;
}

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: #0e62df;
  height: 45px;
  padding: 5px 40px 5px 5px;
  border-radius: 0;
}

.form-custom .form-group input:focus {
  border: none;
  border-bottom: 1px solid #0e62df;
  -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: #0e62df;
  height: 45px !important;
  padding: 5px 40px 5px 5px;
  border-radius: 0;
}

.form-custom .form-group select:focus {
  border: none;
  border-bottom: 1px solid #0e62df;
  -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: #0e62df;
  height: 80px;
  padding: 5px 40px 5px 5px;
  border-radius: 0;
}

.form-custom .form-group textarea:focus {
  border: none;
  border-bottom: 1px solid #0e62df;
  -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-image: url(../images/banner-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  min-height: 600px;
  position: relative;
  overflow: hidden;
}

.home-slider .banner-img {
  margin-top: 100px;
  position: absolute;
  right: 0;
  bottom: 0;
  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: -150px;
}

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

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

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

.home-slider .banner-img .logos img:nth-child(4) {
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
  width: 90px !important;
}

.home-slider .banner-img .logos img:nth-child(5) {
  -webkit-animation-delay: 4.7s;
          animation-delay: 4.7s;
  width: 80px !important;
}

.home-slider .banner-img .logos img:nth-child(6) {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
  width: 65px !important;
}

.home-slider .banner-img .logos img:nth-child(7) {
  -webkit-animation-delay: 5.56s;
          animation-delay: 5.56s;
  width: 70px !important;
}

.home-slider .banner-img .logos img:nth-child(8) {
  -webkit-animation-delay: 6.9s;
          animation-delay: 6.9s;
  width: 55px !important;
}

.home-slider .banner-img .logos img:nth-child(9) {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
  width: 85px !important;
}

.home-slider .banner-img .logos img:nth-child(10) {
  -webkit-animation-delay: 7.3s;
          animation-delay: 7.3s;
  width: 60px !important;
}

.home-slider .banner-img .logos img:nth-child(11) {
  -webkit-animation-delay: 4.4s;
          animation-delay: 4.4s;
  width: 70px !important;
  margin-right: 40px;
}

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

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

.home-slider .banner-text .banner-title1 {
  color: #fff;
  font-size: 32px;
  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;
}

.home-slider .main-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.home-slider .main-header .header-top {
  padding: 12px 0 18px 0;
}

.home-slider .main-header .header-top .header-top-right {
  margin-left: auto;
  text-align: right;
  padding: 14px 0 0 0;
}

.home-slider .main-header .header-top .header-top-right .form-custom {
  width: 300px;
}

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

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

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

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

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

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

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

.home-slider .main-header .header-bottom {
  border-top: 1px solid #ddd;
}

.home-slider .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-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 .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 15px 20px 15px;
}

.home-service .owl-carousel.owl-theme.home-services .service-card .icon {
  height: 150px;
  background-color: #d3dffb;
  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 a {
  text-decoration: none;
}

.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: #bfd6fa;
  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: -42px;
  right: 15px;
}

.owl-nav button {
  background-color: #4eae41 !important;
  display: inline-block;
  width: 45px;
  height: 45px;
}
.owl-nav button:hover
{
    background-color: #50ac62 !important;
}
.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: 58px;
  font-weight: 900;
  line-height: 60px;
  color: #fff;
}
.media
{
    padding: 10px;
background: #edf2fd;
margin-top: 14px;
border-radius: 4px;
}
.home-trust-section .trust-text p {
  color: #fff;
  margin-top: 10px;
}

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

.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: 0px;
  right: 7%;
  z-index: 9;
  opacity: 0.6;
}

.home-trust-section .trust-image:before {
  content: "";
  background-image: url(../images/light.png);
  width: 380px;
  height: 494px;
  position: absolute;
  background-repeat: no-repeat;
  bottom: 0;
  right: 12%;
  z-index: 9;
  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: 999;
}

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

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

.home-trust-section .trust-image img:nth-child(3) {
  right: 20%;
  top: 350px;
  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: #edf2fd;
  width: 450px;
  height: 450px;
  text-align: center;
  margin: 30px auto 0 auto;
  border-radius: 100%;
  
  min-width: 542px;
height: 500px;
margin-left: 0;
background-image: url("../images/bgDesign.dab3167a.svg");
border-radius: 20px;
display: flex;
justify-content: center;
align-items: center;
align-self: center;

}

.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: #cfdcfa;*/
  /*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;*/
  padding: 17px 10px 17px 0;
  display: flex;
}

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

.how-we-work .work-steps .number {
  background-color: #4eae4140;
  color: #1f6de1;
  /*display: inline-block;*/
  width: 35px;
  height: 35px;
  position: relative;
  border-radius: 100%;
}

.how-we-work .work-steps .number span {
    position: absolute;
    top: 11px;
    left: 7px;
    font-size: 2px;
    font-weight: 600;
}
.home-invest-fund.how-we-work .work-steps .number
{
    background: #4eae41 !important;
    width: 62px;
    height: 65px;
    border-radius: 8px;
}
.home-invest-fund.how-we-work .work-steps .number span
{
    top: 8px;
}
.home-invest-fund.how-we-work .how-we-work .work-steps
{
    width: 80%;
}
.home-invest-fund.how-we-work .how-we-work .work-steps .text .title
{
    font-size: 19px;
}
.box
{
    text-align: center;
}
.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: 50px;
}

.how-we-work .work-steps .work-image img {
  width: 350px;
}

.how-we-work .work-steps.active .number {
  background-color: #4eae4140;
  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;
  background: #b2def2;
}

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

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

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

.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: "\f114";
  font-family: flaticon;
  position: absolute;
  color: #0e62df;
  top: -20px;
  right: 0;
  font-size: 24px;
}

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

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

.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 .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-image: 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: #97a2b2;
  color: #000;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  margin: 35px 0;
}

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

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

.footer-main .foot-col a:hover {
  color: #fff;
}

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

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

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

.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-main .contact-info p {
  position: relative;
  /*padding-left: 45px;*/
  /*margin-bottom: 25px;*/
}

.footer-main .contact-info p a i {
  position: absolute;
  left: 0;
}

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

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

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

.footer-main .footer-bottom a:hover {
  color: #fff;
}
/*# sourceMappingURL=style.css.map */
.home-service .owl-carousel .owl-item img
{
    display: none;
}
.owl-carousel .owl-item i:before
{
    color: #7fabee;
    font-size: 58px;
}
#contact_body button
{
    border: 0px;
    padding: 3px 18px;
    border-radius: 4px;
    background: #4eae41;
    color: #fff;
    font-weight: 700;
}
.footer-main .contact-info p i:before
{
    margin-left: 0px;
    padding-right: 10px;
}
.header-section
{
    padding: 10px 0px 40px;
}
.header-section h4
{
    margin-bottom: 0px;
    text-align: center;
    font-weight: 600;
    color: #2e9c43;
}
.divide-img
{
    margin: 0px auto;
    display: block;
    padding: 7px;
}
#signinForm button
{
    border: 0px;
    padding: 3px 18px;
    border-radius: 4px;
    background: #c2222a;
    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: #2e9c43;
    color: #fff;
    font-weight: 700;
}
.more-content a:hover
{
    background: #4eae41;
}
.main-section #nav-tab ul
{
    padding: 0px;
    width: 100%;
    background: #2e9c43;
    border-radius: 0px;
}
.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: #2e9c43;
    /*border-radius: 6px;*/
    border: 0px;
}
.nav-tabs .nav-link:hover
{
    background: #4eae41 !important;
    color: #fff !important;
}
#nav-tabContent .active.in
{
    display: block;
    opacity: 1;
}
.main-section #nav-tab ul li.active a:hover.show
{
    background: #4eae41 !important;
    color: #fff !important;
}
.main-section #nav-tab ul li.active a.show
{
    background: #4eae41;
    color: #fff;
}
.invest-now a
{
    border: 0px;
    padding: 9px 13px;
    border-radius: 4px;
    background: #c2222a;
    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: #4eae41;
}
            
.cal-name 
{
    border-bottom: 1px solid #00418c;
}

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

.amount-text,
.fundperfonmance .green 
{
    color: #000;
}
            
.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;
}
		
#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;
}
.main-header.header.sticky , .main-header.stickyhead{
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  z-index: 99;
  background: #3da351e6;
}
.main-header.header.sticky .logo-color , .main-header.stickyhead .logo-color 
{
    display: block;
    width: 70%;
}
.logo-color , .main-header.header.sticky .logo-white , .main-header.stickyhead .logo-white
{
    /*display: none;*/
    width: 70%;
    transition: width 2s;
}
.logo img
{
     transition: width 2s;
}
.logo-color
{
    background: #fff;
}
.work-img-bg
{
    margin: 80px 37px 0px 116px;
}
.btn.btn-secondary.login-btn  , .btn.btn-secondary.ripple-surface , .btn-secondary , .btn-primary
{
    background-color: #4eae41 !important;
    border: 2px solid #4eae41 !important;
    font-size: 16px;
}
.btn.btn-secondary.login-btn:hover  , .btn.btn-secondary.ripple-surface:hover , .btn-secondary:hover , .btn-primary:hover
{
    background-color: #fff !important;
    border: 2px solid #fff !important;
    color: #3da351;
}
.pink {
    color: #4eae41;
}
.logo img
{
    width: 100%;
}
.foot-col .logo img
{
    width: 300px;
}
.mf-hero
{
    margin-left: 220px;
}
.mf-hero img
{
    width: 100%;
    transform: scale(1.4);
    margin-bottom: 60px;
    max-width: 40vw;
}
.page3
{
    font-size: 30px;
    line-height: 48px;
    font-weight: 500;
    letter-spacing: .2px;
}
.home-service.light-bg
{
    overflow: hidden;
    padding-top: 150px;
}
.container2 , .pt-20
{
   margin-top: 10%; 
}
.btn.btn-primary
{
    height: auto !important;
    line-height: revert;
}
#container , #container1 , #container2 , .containers  {
  perspective: 30px;
  margin-bottom: 20px;
}

#inner , #inner1 , #inner2 , .inner {
  transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  /*box-shadow: 2px 2px 50px rgba(0, 0, 0, 0.2);*/
}

/*============================================================
 * EXTRAS
 *============================================================*/

.demo-img {
  /* Photo by David Marcu on Unsplash */
  /*border: solid white 15px;*/
  /*background-image: url("https://images.unsplash.com/photo-1469474968028-56623f02e42e?auto=format&fit=crop&w=1953&q=80");*/
  /*background-size: cover;*/
  /*background-repeat: no-repeat;*/
}

#container:hover .demo-overlay {
  /*opacity: 1;*/
}

#container:hover {
  /*cursor: pointer;*/
}

.demo-overlay {
  /*width: 25em;*/
  /*padding: 10em 0;*/
  /*opacity: 0;*/
  /*background-color: rgba(0, 0, 0, 0.5);*/
  /*transition: opacity 0.4s;*/
}

.demo-overlay img {
  /*display: block;*/
  /*margin: 0 auto;*/
  /*fill: white;*/
}

.main-header.header.sticky.stickyhead .header-top
{
    padding: 6px 0 6px 0;
}
.main-header.header.sticky.stickyhead .header-top .btn.btn-secondary.login-btn
{
    
    height: auto !important;
    line-height: initial;
}
#nav-tabContent p
{
    text-align: justify;
}
.main-section ul li
{
    color: #000;
}
ul.navbar-nav .nav-item .nav-link , ul.navbar-nav .nav-item.active .nav-link , .home-slider .banner-text .banner-title1 , .home-slider .banner-text .banner-title2 , .footer-main .footer-bottom p
{
        color: #000 !important;
}
.footer-main .foot-col a i:hover {
    background-color: #000;
}
.main-header.header.sticky, .main-header.stickyhead
{
        background: #b2def2;
}
#basicAccordion .accordion-button::after
{
    display: none;
}
#basicAccordion .accordion-button .fa-angle-double-down
{
    float: right;
    position: absolute;
    right: 24px;
}
#basicAccordion .accordion-item
{
    /*margin-bottom: 10px;*/
}
#basicAccordion .collapse.show
{
    background: #e7f0fe;
    margin-bottom: 25px;
    border: 1px solid rgba(0,0,0,.125);
}