html {
  scroll-behavior: smooth;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato" !important;
  color: #000;
}

.primary-color {
  color: #7fb74e;
}

.logo-sub {
    background-color: #1d3540;
    text-align: center;
    padding: 10px;
}

input#subscribeButton {
    background-color: #60a523;
}

.secondary-color {
  color: #7fb74e;
}

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

.black {
  color: #000;
}

.white {
  color: #fff;
}

.primary-bg {
  background-color: #7fb74e;
  color: #fff;
}

.black-bg {
  background-color: #000;
  color: #fff;
}

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

.white-bg {
  background-color: #fff !important;
}
.green-bg{
  background-color: #7fb74e !important;
}
.green{
  color: #7fb74e !important;
}
.blue-bg{
  background-color: #0c426e !important;
}
.blue{
  color: #0c426e !important;
}

p {
  font-family: "Lato" !important;
  color: #000;
  font-size: 16px;
}

a {
  font-family: "Lato" !important;
  color: #7fb74e;
  font-size: 16px;
}

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

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

.btn {
  color: #fff;
  border-radius: 4px;
  padding: 5px 15px;
  height: 44px;
  line-height: 28px;
  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 {
  font-size: 18px;
  position: relative;
  overflow: hidden;
  min-width: 150px;
}

.btn-primary:before {
  content: "";
  background-color: #000;
  border: 2px solid #000;
  color: #fff;
  position: absolute;
  right: 100%;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.2s ease-in 0s all;
  transition: 0.2s ease-in 0s all;
  z-index: -1px;
}

.btn-primary:after {
  content: "";
  background-color: #7fb74e;
  border: 2px solid #7fb74e;
  color: #fff;
  position: absolute;
  left: 0%;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.2s ease-in 0s all;
  transition: 0.2s ease-in 0s all;
  z-index: -1px;
}

.btn-primary span {
  position: absolute;
  z-index: 999;
  left: 0;
  right: 0;
  top:8;
}

.btn-primary:hover:before {
  content: "";
  background-color: #0c426e;
  border: 2px solid #0c426e;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
}

.btn-primary:hover:after {
  content: "";
  background-color: #7fb74e;
  border: 2px solid #7fb74e;
  color: #fff;
  position: absolute;
  left: 100%;
  top: 0;
}

.btn-secondary {
  position: relative;
  font-size: 18px;
  overflow: hidden;
  min-width: 150px;
}

.btn-secondary:before {
  content: "";
  background-color: #7fb74e;
  border: 2px solid #7fb74e;
  color: #fff;
  position: absolute;
  right: 100%;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.2s ease-in 0s all;
  transition: 0.2s ease-in 0s all;
  z-index: -1px;
}

.btn-secondary:after {
  content: "";
  background-color: #0c426e;
  border: 2px solid #0c426e;
  color: #fff;
  position: absolute;
  left: 0%;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.2s ease-in 0s all;
  transition: 0.2s ease-in 0s all;
  z-index: -1px;
}

.btn-secondary span {
  position: absolute;
  z-index: 999;
  left: 0;
  right: 0;
  color: #fff;
}

.btn-secondary:hover:before {
  content: "";
  background-color: #7fb74e;
  border: 2px solid #7fb74e;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
}

.btn-secondary:hover:after {
  content: "";
  background-color: #0c426e;
  border: 2px solid #0c426e;
  color: #fff;
  position: absolute;
  left: 100%;
  top: 0;
}

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

.title-div {
    text-align: center;
}
.main-title {
    font-size: 30px;
    font-weight: 800;
    letter-spacing: 1px;
    margin-bottom: 50px;
    text-align: center;
    position: relative;
    display: inline-block;
    color: #7fb74e;
    text-transform: uppercase;
}
.main-title .sep {
    background-color: #7fb74e;
    width: 60px;
    height: 5px;
    position: absolute;
    bottom: -15px;
    left: 38%;
    right: 38%;
    border-radius: 20px;
}
/*.main-title .sep::before {
    content: "";
    position: absolute;
    background-color: #7fb74e;
    width: 7px;
    height:7px;
    left: -15px;
    border-radius: 100%;
}
.main-title .sep::after {
    content: "";
    position: absolute;
    background-color: #7fb74e;
    width: 7px;
    height: 7px;
    bottom: 0px;
    right: -15px;
    border-radius: 100%;
}*/
.main-description {
  font-size: 16px;
  margin-bottom: 20px;
  text-align: center;
}


.main-title-white {
  font-size: 30px;
  font-weight: 800;
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 40px;
  text-align: center;
}

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

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

ul.navbar-nav .nav-item .nav-link:hover {
  color: #7fb74e !important;
}
.inner-header .navbar-nav .nav-item .nav-link:hover {
  color: #0c426e !important;
}

ul.navbar-nav .nav-item.active .nav-link {
  color: #7fb74e !important;
}

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

ul.navbar-nav .dropdown-menu {
  padding: 0;
}

ul.navbar-nav .dropdown-menu .dropdown-divider {
  margin: 0;
}

ul.navbar-nav .dropdown-menu .dropdown-item {
  padding: 10px 15px;
}

ul.navbar-nav .dropdown-menu .dropdown-item.active, ul.navbar-nav .dropdown-menu .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #7fb74e;
}

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

.radio-group {
  text-align: center;
  margin: 30px 0 20px 0;
  /* 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 #7fb74e;
}

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

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

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

.login-model .modal-body {
  padding: 30px 50px;
}

.login-model .modal-header {
  padding: 25px 20px;
}

.login-model .modal-header button.close {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 2px solid #7fb74e;
  border-radius: 100%;
  text-align: center;
  line-height: 30px;
  padding: 0 !important;
  color: #7fb74e;
  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: #7fb74e;
  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 #7fb74e;
  border-radius: 100%;
  text-align: center;
  line-height: 30px;
  padding: 0 !important;
  color: #7fb74e;
  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: #7fb74e;
  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: #7fb74e;
  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: #7fb74e;
}

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;
  margin-bottom: 5px;
}

.form-custom .form-group .form-control {
  border: 1px solid #e5eae0;
  background-color: #e5eae0;
  height: 45px;
}

.form-custom .form-group .form-control:focus {
  border: 1px solid #7fb74e !important;
}

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

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

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

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

.form-custom .form-group textarea {
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #333;
  outline: none;
  height: 70px !important;
  padding: 5px 40px 5px 5px;
  border-radius: 5px;
}

.form-custom .form-group textarea:focus {
  border: none;
  border-bottom: 1px solid #7fb74e;
  -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 {
  height: 35px;
  line-height: 18px;
  font-size: 15px;
}



.home-slider {
  /*background-image: url(../images/banner-bg.png);*/
  background-color: #0c426e;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}
.home-slider .btn-primary {
    width: 185px;
}
.home-slider .btn-primary:before {
    background-color: #ffffff;
    border: 2px solid #ffffff;
}
.home-slider .btn-primary:hover:before {
    background-color: #ffffff;
    border: 2px solid #ffffff;
}
.home-slider .btn-primary:hover span {
    color: #0c426e;
}
.home-slider .banner-bubble {
    margin-top: 100px;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
}
.home-slider .banner-bubble .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-bubble .logos img {
    width: 80px !important;
    -webkit-animation: bubble 7s linear infinite;
    animation: bubble 7s linear infinite;
}
.home-slider .banner-bubble .logos img:nth-child(1) {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
    width: 70px !important;
}
.home-slider .banner-bubble .logos img:nth-child(2) {
    -webkit-animation-delay: 4.5s;
    animation-delay: 4.5s;
    width: 90px !important;
}
.home-slider .banner-bubble .logos img:nth-child(3) {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    width: 80px !important;
}
.home-slider .banner-bubble .logos img:nth-child(4) {
    -webkit-animation-delay: 7s;
    animation-delay: 7s;
    width: 90px !important;
}
.home-slider .banner-bubble .logos img:nth-child(5) {
    -webkit-animation-delay: 4.7s;
    animation-delay: 4.7s;
    width: 80px !important;
}
.home-slider .banner-bubble .logos img:nth-child(6) {
    -webkit-animation-delay: 8s;
    animation-delay: 8s;
    width: 65px !important;
}
.home-slider .banner-bubble .logos img:nth-child(7) {
  -webkit-animation-delay: 5.56s;
          animation-delay: 5.56s;
  width: 70px !important;
}

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

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

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

.home-slider .banner-bubble .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;
  }
}
.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-img {
  margin-top: 100px;
  width: 100%;
}

.home-slider .banner-img img {
    width: 250px;
    position: absolute;
    top: 0;
}
.home-slider .banner-img #container {
    perspective: 120px;
}
.home-slider .banner-img #inner {
    position: relative;
    height: 620px;
}
.home-slider .banner-img .img1 {
    z-index: 9;
}
.home-slider .banner-img .img2 {
    right: 100px;
    z-index: 0;
    width: 220px !important;
    top: 60px !important;
   /* transform: rotate3d(138, 550, 450, 15deg);*/
    transform: rotate3d(-62, -130, 2590, 11deg);
    

}

.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: 240px 0;
  position: relative;
  z-index: 99;
}

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

.home-slider .banner-text .banner-title2 {
  color: #fff;
  font-size: 36px;
    font-weight: 900;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.home-slider .banner-text .btn.btn-secondary {
  margin-top: 30px;
}
.home-slider .btn-primary.app-btn {
    background-color: transparent;
    border: none;
    box-shadow: none;
    width: 145px;
    padding: 0;
    height: auto;
    margin: 0 4px;
    transition: all 0.2s ease-in-out;
}
.home-slider .btn-primary.app-btn:hover {
    transform: scale(1.04);
    transition: all 0.2s ease-in-out;
}
.home-slider .btn-primary.app-btn img {
    width: 100%;
}

.main-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99;
}
.sticky-logo{
  display: none;
}
.main-header.stickyhead .app-btn {
    position: fixed;
    top: 10px;
    z-index: 99999;
    right: 390px;
}
.main-header.stickyhead .app-btn:nth-child(2) {
    right: 255px;
}
.main-header.stickyhead .login-btn {
    position: fixed;
    top: 10px;
    z-index: 99999;
    right: 115px;
}
.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: 170px;
    top: 12px;
}
.slider_inner .main-header {
    background-color: rgba(11,156,181,0.7);
}
.main-header .header-top {
  padding: 10px 0;
}
.slider_inner .header-top .logo img {
    width: 220px;
}
.header-top .logo img {
    width: 220px;
}
.main-header .header-top .header-top-right {
  margin-left: auto;
  text-align: right;
  padding: 10px 0 0 0;
}
.main-header .header-top .btn-primary:before {
    background-color: #ffffff;
    border: 2px solid #ffffff;
}
.main-header .header-top .btn-primary:hover:before {
    background-color: #ffffff;
    border: 2px solid #ffffff;
}
.main-header .header-top .btn-primary:hover span {
    color: #0c426e;
}
.main-header .header-top .header-top-right .login-btn {
    width: 185px;
}
.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 #306d9f;
}
.inner-header .main-header .header-bottom {
    border-top: 1px solid #8fce50;
}
.main-header .header-bottom .navbar {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
}


.how-we-work {
  padding: 60px 0;
  text-align: center;
  position: relative;
}

.how-we-work .work-box {
  background-color: #fff;
  width: 270px;
  height: 270px;
  padding: 10px;
  -webkit-box-shadow: 0 0 18px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 18px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 100%;
  position: relative;
  margin: auto;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out 0s all;
  transition: 0.3s ease-in-out 0s all;
}

.how-we-work .work-box:hover {
  background-color: #7fb74e;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.3s ease-in-out 0s all;
  transition: 0.3s ease-in-out 0s all;
}

.how-we-work .work-box:hover h4 {
  color: #fff;
}

.how-we-work .work-box:hover p {
  color: #fff;
}

.how-we-work .work-box:hover .number {
  background-color: #fff;
  color: #7fb74e;
}

.how-we-work .work-box:after {
  content: "";
  position: absolute;
  border: 4px solid #e6ebee;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  top: 15px;
  left: 15px;
}

.how-we-work .work-box h4 {
  font-size: 24px;
  font-weight: 600;
  width: 70%;
  margin: 50px auto 10px auto;
}

.how-we-work .work-box p {
  font-size: 18px;
  width: 75%;
  margin: 0px auto 10px auto;
  color: #888;
  line-height: 18px;
}

.how-we-work .work-box .number {
  background-color: #7fb74e;
  border: 2px solid #7fb74e;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  color: #fff;
  position: absolute;
  top: 12px;
  right: 25px;
  z-index: 9;
  font-size: 18px;
  line-height: 36px;
}

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

.how-we-work .work-row:after {
  content: "";
  position: absolute;
  background-image: url(../images/step-line.png);
  width: 100%;
  height: 250px;
  top: 0;
  left: 0;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
}


/*.home-service .main-title {
    margin-bottom: 10px;
}*/
.home-service .row {
  margin: 0;
}

.home-service .service-info {
  max-width: 100%;
  width: 570px;
  margin-left: auto;
}

.home-service .service-boxes {
  max-width: 100%;
  width: 600px;
  margin-right: auto;
  display: block;
  padding: 20px;
}

.home-service .service-boxes .item-box {
  display: inline-block;
  width: 32%;
  text-align: center;
  margin-left: -3px;
}

.home-service .service-boxes .item-box .nav-link {
  background-color: transparent;
  padding: 40px 15px;
  text-transform: capitalize;
  margin: 0;
  border-radius: 0 !important;
}

.home-service .service-boxes .item-box .nav-link .icon img {
  width: 50px;
  height: 60px;
  margin: auto;
}

.home-service .service-boxes .item-box .nav-link .icon i {
  color: #fff;
}
.home-service .service-boxes .item-box .nav-link .icon i::before {
  font-size: 70px;
  margin: 0;
}


.home-service .service-boxes .item-box .nav-link h4 {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  margin: 10px auto;
}

.home-service .service-boxes .item-box .nav-link:hover {
  background-color: #fff;
}

.home-service .service-boxes .item-box .nav-link:hover i {
  color: #7fb74e;
}


.home-service .service-boxes .item-box .nav-link:hover h4 {
  color: #7fb74e;
}

.home-service .service-boxes .item-box .nav-link.active {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: #fff;
}

.home-service .service-boxes .item-box .nav-link.active .icon i {
  color: #7fb74e;
}



.home-service .service-boxes .item-box .nav-link.active h4 {
  color: #7fb74e;
}

.home-service .service-boxes .item-box:nth-child(1) {
  border-bottom: 2px solid #fff;
}

.home-service .service-boxes .item-box:nth-child(2) {
  border: 2px solid #fff;
  border-top: none;
}

.home-service .service-boxes .item-box:nth-child(3) {
  border-bottom: 2px solid #fff;
}

.home-service .service-boxes .item-box:nth-child(5) {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}

.home-service .service-boxes .item-box:nth-child(7) {
  border-top: 2px solid #fff;
}

.home-service .service-boxes .item-box:nth-child(8) {
  border: 2px solid #fff;
  border-bottom: none;
}

.home-service .service-boxes .item-box:nth-child(9) {
  border-top: 2px solid #fff;
}


.home-service .service-content .icon i {
  color: #7fb74e;
}
.home-service .service-content .icon i::before {
  font-size: 80px;
  margin: 0;
}
.home-service .service-content .text {
  margin-top: 15px;
}

.home-service .service-content .text h4 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 22px;
}

.home-service .service-content .text .btn {
  font-size: 15px !important;
  padding: 5px 15px;
  height: 40px;
  line-height: 24px;
  margin-right: 10px;
  margin-top: 20px;
  border-radius: 4px;
}

.home-service .service-content .text .btn-primary {
  min-width: 180px;
}


.home-service .service-box {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 20px 1px rgb(0 0 0 / 20%);
    margin-bottom: 20px;
    text-align: center;
    min-height: 280px;
}
.home-service .service-box .text h4 {
    font-size: 24px;
    font-weight: 600;
    margin: 15px 0 5px 0;
}
.home-service .service-box .icon i::before {
    font-size: 60px;
    color: #7fb74e;
}
.home-service .service-box .btn.btn-primary {
    font-size: 14px;
    min-width: 110px;
    height: 35px;
    line-height: 24px;
}

.home-service .service-box:hover{
  background-color: #7fb74e;
}

.home-service .service-box:hover .icon i::before {
    color: #fff;
}
.home-service .service-box:hover .text h4 {
    color: #fff;
}
.home-service .service-box:hover .text p {
    color: #fff;
}
.home-service .service-box:hover .btn-primary:after {
    background-color: #fff;
    border: 2px solid #fff;
    color: #000;
}
.home-service .service-box:hover .btn-primary span {
    color: #000;
}
.home-service .service-box:hover .btn-primary:hover span {
    color: #fff;
}






.home-market-update {
  text-align: center;
}

.home-market-update .btn-primary {
  min-width: 240px;
}
.home-market-update .btn-secondary {
    min-width: 240px !important;
}
.home-market-update .btn-secondary:hover:before {
    content: "";
    background-color: #fff;
    border: 2px solid #fff;
}
.home-market-update .btn-secondary:hover span {
    color:#7fb74e;
}


.home-market-update .btn-primary:before {
  content: "";
  background-color: #fff;
  border: 2px solid #fff;
  color: #7fb74e;
}

.home-market-update .btn-primary:hover {
  color: #7fb74e;
}

.home-financial-tools .item {
  margin: 10px 5px 15px 5px;
}
.home-financial-tools .item > a{
  text-decoration: none;
}

.home-financial-tools .item .card {
  padding: 35px 15px;
  text-align: center;
  -webkit-box-shadow: 0 2px 15px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 15px 0px rgba(0, 0, 0, 0.12);
  transition: all 0.2s ease-in-out;
}
.home-financial-tools .item .card:hover {
  background-color: #7fb74e;
  transition: all 0.2s ease-in-out;
}
.home-financial-tools .item .card:hover .icon i::before {
    color: #fff;
}
.home-financial-tools .item .card:hover h3 {
    color: #fff;
}

.home-financial-tools .item .card .icon i {
  color:#7fb74e; 
}
.home-financial-tools .item .card .icon i::before {
  font-size: 70px;
  margin:0;
}

.home-financial-tools .item .card h3 {
  font-size: 16px;
  font-weight: 700;
  margin-top: 25px;
}

.home-mobile-app {
  background-image: url(../images/building.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 0;
  text-align: center;
  overflow: hidden;
}
.home-mobile-app .overlay-blue {
    background-color: rgba(12, 66, 110,0.9);
    padding: 80px 0;
}
.home-mobile-app .main-title {
    color: #fff;
    font-size: 24px !important;
}
.home-mobile-app ul {
    color: #fff;
    text-align: left;
    margin-top: 40px;
}
.mobile-img {
    position: absolute;
}
.mobile-img img{
    width: 90%;
}
.home-mobile-app .main-title {
    margin-bottom: 5px;
}
.home-mobile-app p {
    color: #fff;
}
.home-mobile-app .store-buttons {
    margin: 30px 0;
    text-align: left;
}
.home-mobile-app .store-buttons a {
    margin: 0 10px;
}
.home-mobile-app .store-buttons a:hover img {
    transform: scale(1.08);
    transition: all 0.2s ease-in-out;
}
.home-mobile-app .store-buttons a img {
    transition: all 0.2s ease-in-out;
}
.green{
  color: #7fb74e;
}
.green-bg {
    background-color: #7fb74e;
    color: #fff;
}
.green-bg h1,.green-bg h2,.green-bg h3,.green-bg h4,.green-bg h5,.green-bg h6,.green-bg a,.green-bg p,.green-bg span{
    color: #fff;
}
.overlay-green {
  background-color: rgba(127, 183, 78,0.9);
  padding: 50px 0 0 0;
}
.overlay-blue {
  background-color:rgba(12, 66, 110,0.9);
  padding: 50px 0 0 0;
}
.overlay-black {
  background-color: rgba(0, 0, 0,0.8);
  padding: 50px 0 0 0;
}

.home-mobile-app .overlay-red .main-title {
  margin-bottom: 10px;
  font-size: 24px;
}

.home-mobile-app .overlay-red p {
  color: #fff;
  font-size: 20px;
}

.home-mobile-app .overlay-red .store-buttons {
  padding: 10px 0 30px 0;
}
.home-mobile-app .overlay-red .store-buttons a{
  display: inline-block;
  margin: 0 10px;
}
.home-mobile-app .overlay-red .store-buttons a img{
  transition: 0.2s ease-in 0s all;
}
.home-mobile-app .overlay-red .store-buttons a:hover img{
  transform: scale(1.06);
  transition: 0.2s ease-in 0s all;
}

.home-testimonial .card {
  position: relative;
  width: 75%;
  margin: 50px auto 15px auto;
  padding: 35px 35px 15px 85px;
  -webkit-box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.15);
}

.home-testimonial .card .client-img {
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 10px;
  position: absolute;
  top: -30px;
  left: -30px;
}

.home-testimonial .card .client-img:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  background-color: #7fb74e;
  left: -10px;
  top: -10px;
  border-radius: 10px;
  z-index: 9;
}

.home-testimonial .card .client-img img {
  border-radius: 10px;
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
}

.home-testimonial .card .name h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}

.home-testimonial #homeTestimonials {
  position: relative;
}

.home-testimonial #homeTestimonials .owl-prev {
  position: absolute;
  left: 20px;
  top: 45%;
  min-width: auto;
  width: 50px;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.home-testimonial #homeTestimonials .owl-prev:before {
  content: "\f142";
  background-color: transparent;
  border: none;
  font-family: flaticon;
  color: #7fb74e;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  font-size: 30px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.home-testimonial #homeTestimonials .owl-prev:after {
  content: "\f142";
  background-color: transparent;
  border: none;
  font-family: flaticon;
  color: #0c426e;
  position: absolute;
  right: -100%;
  top: 0;
  left: auto;
  width: 40px;
  height: 40px;
  font-size: 30px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.home-testimonial #homeTestimonials .owl-prev span {
  display: none;
}

.home-testimonial #homeTestimonials .owl-prev:hover:before {
  right: 100%;
}

.home-testimonial #homeTestimonials .owl-prev:hover:after {
  right: 0;
}

.home-testimonial #homeTestimonials .owl-next {
  position: absolute;
  right: 20px;
  top: 45%;
  min-width: auto;
  width: 50px;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.home-testimonial #homeTestimonials .owl-next:before {
  content: "\f142";
  background-color: transparent;
  border: none;
  font-family: flaticon;
  color: #7fb74e;
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  font-size: 30px;
}

.home-testimonial #homeTestimonials .owl-next:after {
  content: "\f142";
  background-color: transparent;
  border: none;
  font-family: flaticon;
  color: #0c426e;
  position: absolute;
  left: -100%;
  top: 0;
  width: 40px;
  height: 40px;
  font-size: 30px;
}

.home-testimonial #homeTestimonials .owl-next span {
  display: none;
}

.home-testimonial #homeTestimonials .owl-next:hover:before {
  left: 100%;
}

.home-testimonial #homeTestimonials .owl-next:hover:after {
  left: 0;
}

.footer-main {
  background-color: #0c1c2b;
  padding-bottom: 10px;
}
.footer-top .logo img {
    width: 220px;
}
.footer-main .newsletter {
  text-align: center;
  width: 50%;
  margin: 0 auto 50px auto;
}

.footer-main .newsletter h4 {
  color: #fff;
}

.footer-main .newsletter .form-group {
  position: relative;
}

.footer-main .newsletter .form-group .form-control {
  padding-right: 120px !important;
}

.footer-main .newsletter .form-group .btn-primary.submit {
  position: absolute;
  right: 0px;
  top: 0;
  height: 45px;
  border-radius: 5px;
  font-size: 15px;
  line-height: 20px;
  background-color: #7fb74e;
    width: 150px;
}

.footer-main .newsletter .form-group .btn-primary.submit span {
  top: 12px;
}

.footer-main .contact-info {
  padding-top: 20px;
}

.footer-main .contact-info .info-bar {
    position: relative;
    padding-left: 30px;
    line-height: 22px;
}
.footer-main .contact-info .info-bar a {
    display: block;
}
.footer-main .contact-info .info-bar i {
    position: absolute;
    left: 0px;
    top: 5px;
    color: #7fb74e;
}
.footer-main .contact-info p i:before {
  margin-left: 0;
}

.footer-main .foot-col .foot-title {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 25px;
}

.footer-main .foot-col .menu {
  list-style-type: none;
  padding-left: 5px;
}

.footer-main .foot-col a {
  color: #ffffff;
  text-decoration: none;
}

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

.footer-main .foot-col .btn-primary span {
  top: 6px;
}

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

.footer-main .footer-bottom {
  border-top: 1px solid #5f5f5f;
  margin-top: 30px;
  padding-top: 20px;
}

.form-custom .form-group .form-control {
    height: 38px;
}
.form-custom .form-group textarea#message {
    background-color: #e5eae0 !important;
    height: 60px;
}
.form-custom .captch_field input{
    width: calc(100% - 143px);
    display: inline-block;
    padding: 5px;
}
.form-custom .captch_field img{
    height: 38px !important;
    border-radius: 5px;
}
.form-custom .captch_field .btnRefresh {
    vertical-align: middle;
    height: 38px;
    background-color: #9fab99;
}
.footer-main .newsletter .form-custom .form-group .form-control {
    height: 45px;
}


/****** 06-04-21 ******/

.login-panel .forgot-password {
    display: block;
    text-align: right;
    margin: 15px 0;
}
.login-panel .btn.btn-primary {
    height: 44px !important;
    margin: 0 auto;
    display: block;
}
.login-panel .btn-primary span {
    line-height: 40px;
    top: 2px;
}

.footer-main .social a {
    background-color: #464845;
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    padding: 9px 5px;
    text-align: center;
    margin-right: 5px;
    line-height: 15px;
}
.footer-main .social a:hover {
    background-color: #7fb74e;
}
.footer-main .social a:hover i {
    color: #fff;
}

/****** 14-04-21 ******/

.main-section.quick-action-center {
    background-color: #7fb74e;
    color: #fff;
    padding: 35px 0;
}
.quick-action-center h3 {
    font-size: 26px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 35px;
}
.quick-action-center .quick-box .icon {
    background-color: #fff;
    display: inline-block;
    width: 80px;
    height: 80px;
    padding: 15px;
    text-align: center;
    border-radius: 100%;
}
.quick-action-center .quick-box .icon img{
    width: 100%;
}
.quick-action-center .quick-box .info {
    color: #fff;
    display: inline-block;
    width: calc(100% - 85px);
    padding-right: 10px;
    vertical-align: middle;
}
.quick-action-center .quick-box .info a {
    color: #fff;
    font-size: 20px;
    letter-spacing: 0;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}
.quick-action-center .quick-box:hover .info a{
    color: #000;
    transition: all 0.2s ease-in-out;
}



.full_image img {
    width: 100%;
}
.container-box {
    padding: 50px 0;
}
.home-finance-planning {
    padding: 0;
}
.home-finance-planning .main-title {
    margin-bottom: 10px;
    text-align: left;
}
.home-finance-planning .main-description {
    text-align: left;
}
.home-finance-planning .container-box {
    max-width: 80%;
}


.start-investment{
  padding: 0;
}
.start-investment .main-title {
    margin-bottom: 10px;
    text-align: left;
}
.start-investment .container-box {
    max-width: 80%;
    margin-left: auto;
}
.start-investment .investment-point {
    background-color: #fff;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 0 0 15px 2px rgb(0 0 0 / 10%);
    margin-bottom: 15px;
}

.start-investment .investment-point .icon {
    background-color: #7fb74e;
    display: inline-block;
    width: 90px;
    height: 90px;
    padding: 15px 20px;
    text-align: center;
    border-radius: 100%;
}
.start-investment .investment-point .icon img{
    width: 100%;
}
.start-investment .investment-point .info {
    color: #fff;
    display: inline-block;
    width: calc(100% - 95px);
    padding-right: 10px;
    vertical-align: middle;
}


.why-choose-slm {
  background-image: url(../images/building.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 0;
  text-align: center;
}
.why-choose-slm .overlay-black{
  padding: 50px 0;
}
.why-choose-slm .why-choose-box {
    background-image: url(../images/green-img.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.why-choose-slm .why-choose-box .media {
    padding: 20px 15px 5px 15px;
    position: relative;
    z-index: 5;
    border-top: 3px solid #7fb74e;
    min-height: 280px;
    display: block;
    margin-bottom: 15px;
}
.why-choose-slm .why-choose-box .media .icon {
    position: relative;
    display: block;
    text-align: center;
    margin: 25px 0;
}
.why-choose-slm .why-choose-box .media .text-bar h4 {
    text-align: center;
    display: block;
    width: 100%;
    font-size: 20px;
    color:#000;
}
.why-choose-slm .why-choose-box .media:after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background-color: #fff;
    z-index: -5;
    opacity: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.why-choose-slm .why-choose-box:hover .media:after {
    opacity: 0;
    background: none;
}
.why-choose-slm .why-choose-box .media .icon .service-img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.why-choose-slm .why-choose-box .media:hover .service-img {
    visibility: visible;
    opacity: 1;
}
.why-choose-slm .why-choose-box .media:hover  .text-bar h4 {
    color:#fff;
}



.inner-page-banner {
    background-image: url(../images/banner-bg-11.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 300px;
}
.inner-page-banner .overlay-green{
  padding: 40px 0;
  min-height: 300px;
background: -moz-linear-gradient(-45deg,  rgba(114,170,59,1) 10%, rgba(0,0,0,0) 100%);
background: -webkit-linear-gradient(-45deg,  rgba(114,170,59,1) 10%,rgba(0,0,0,0) 100%);
background: linear-gradient(90deg,  rgba(114,170,59,1) 5%, rgba(114,170,59,0.1) 100%);

}
.inner-page-banner .banner-title {
    margin-top: 170px;
    color: #fff;
    font-weight: 600;
    font-size: 32px;
}

.aboutus-section{
}

.aboutus-section .info-box {
    background-color: rgba(114,170,59,0.96);
    color: #fff;
    padding: 30px;
}
.aboutus-section .info-box h3{
  color: #fff;
}
.aboutus-section .info-box p{
  color: #fff;
}
.aboutus-section .about-img img {
    width: 100%;
}

.main-section.wealth-manangment-section {
    background-color: #7fb74e;
    padding: 0;
}
.wealth-manangment-section .full_image {
    position: relative;
    min-height: 610px;
}
.wealth-manangment-section .full_image img {
    width: 100%;
    position: absolute;
    bottom: 0;
    top: 0;
    height: 100%;
    left: 0;
}
.wealth-manangment-section .container-box {
    max-width: 80%;
    padding: 25px 0;
}
.wealth-manangment-section .main-title {
    margin-bottom: 5px;
    text-align: left;
    color: #fff;
}
.wealth-manangment-section h4 {
    color: #fff;
}
.wealth-manangment-section h5 {
    margin-bottom: 15px;
    color: #fff;
}
.wealth-manangment-section p {
    color: #fff;
    line-height: 22px;
}

.main-section.bas-itna-chahiye .family img{
  width: 100%;
}
.main-section.bas-itna-chahiye .family h4{
  background-color: #7fb74e;
  color: #FFF;
  text-align: center;
  padding: 10px;

}



.login-deals {
    padding: 50px 0;
    background-color: #f7ffef;
}
.login-deals h2 {
    font-size: 28px;
    font-weight: 600;
}
.login-deals ul {
    list-style-type: none;
    padding: 0 0 0 15px;
}
.login-deals ul li {
    font-size: 20px;
}
.green-box {
    background-color: #7fb74e;
    min-height: 390px;
    padding: 100px 20px;
    color: #fff;
}
.green-box h1 {
    color: #fff;
    font-size: 36px;
    font-weight: 600;
}
.green-box p {
    color: #fff;
    font-size: 18px;
}

.login-panel-section .container-box {
    max-width: 80%;
    margin-left: auto;
    padding-right: 20px;
}
.login-panel-section .green-box {
    padding-right: 140px;
}
.login-panel-section .col-md-6 {
    padding-left: 0;
}


.login-form-section .container-box {
    max-width: 80%;
    padding-left: 20px;
}
.webinar-main .container-box {
    max-width: 80%;
    padding-left: 20px;
}
.login-form-section .green-box {
    padding-left: 140px;
}
.webinar-main .green-box {
    padding-left: 140px;
}
.login-form-section .col-md-6 {
    padding-right: 0;
}
.login-form-section .btn-primary span {
    top: 8px;
}
.webinar-main .btn-primary span {
    top: 8px;
}
.login-form-section #captcha {
    display: inline-block;
    width: calc(100% - 145px);
}


.inner-page-calculators .calculator-part .nav.nav-tabs li {
    display: block;
    width: 100%;
}
.inner-page-calculators .calculator-part  .nav.nav-tabs li a {
    background-color: #f0f0f0;
    padding: 15px;
    display: block;
    margin-bottom: 1px;
    text-decoration: none;
    color: #000;
}
.inner-page-calculators .calculator-part  .nav.nav-tabs li a.active {
    background-color: #7fb74e;
    color: #fff;
}



.gallery-main {
    padding: 40px 0 70px 0;
}

.gallery-main .gallery {
    display: flex;
    flex-wrap: wrap;
    /* Compensate for excess margin on outer gallery flex items */
    margin: -1rem -1rem;
}

.gallery-main .gallery-item {
    /* Minimum width of 24rem and grow to fit available space */
    flex: 1 0 24rem;
    /* Margin value should be half of grid-gap value as margins on flex items don't collapse */
    margin: 1rem;
    box-shadow: 0.3rem 0.4rem 0.4rem rgba(0, 0, 0, 0.4);
    overflow: hidden;
}

.gallery-main .gallery-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 400ms ease-out;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.gallery-main .gallery-image:hover {
    transform: scale(1.15);
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}


@supports (display: grid) {
    .gallery-main .gallery {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
        grid-gap: 2rem;
    }

   .gallery-main .gallery,
    .gallery-main .gallery-item {
        margin: 0;
    }
}


.contact-details-section {
    padding: 50px 0;
    background-image: url(../images/testimonials-2-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 300px;
}
.contact-details-section .contact-box {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.08);
    padding: 15px;
    text-align: center;
    min-height: 200px;
    position: relative;
}
.contact-details-section .contact-box::after {
    content: "";
    position: absolute;
    background-color: #7fb74e;
    width: 0;
    height: 3px;
    transition: all 0.5s ease-in-out;
    bottom: 0;
    left: 0;
    border-radius: 0 0 3px 3px;
}
.contact-details-section .contact-box:hover::after {
    content: "";
    position: absolute;
    background-color: #7fb74e;
    width: 100%;
    height: 3px;
    transition: all 0.5s ease-in-out;
}
.contact-details-section .contact-box .icon i::before {
    font-size: 35px;
    color: #7fb74e;
}
.contact-details-section .contact-box .info h3 {
    text-transform: uppercase;
    margin: 10px 0;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 600;
}
.contact-details-section .contact-box .info a {
    letter-spacing: 0.5px;
    display: block;
    color: #000;
    text-decoration: none;
}
.contact-details-section .contact-box .info a:hover {
    color: #7fb74e;
}
.contact-details-section .contact-box .info p {
    letter-spacing: 0;
}

.services-inner-section .green-bg {
    margin: 40px 0;
}

.cards-section .card {
    padding: 20px;
    margin-bottom: 25px;
}
.financial-cards .card {
    min-height: 372px;
}

.greenbar-title {
    background-color: #7fb74e;
    color: #fff;
    font-weight: 600;
    font-size: 30px;
    padding: 10px 15px;
    margin: 25px 0;
}
.inner-page-calculators{
  padding-bottom: 50px;

}
.inner-page-calculators .detail {
    padding: 50px 0;
    background-color: #f7ffef;
}

.home-trust-section {
    position: relative;
}
.home-trust-section .trust-text .title {
    font-size: 48px;
    font-weight: 900;
    line-height: 60px;
    color: #fff;
}
.home-trust-section .trust-text p {
    color: #fff;
    margin-top: 10px;
}
.home-trust-section .trust-text .vm-box {
    margin-top: 20px;
    background-color: #72a644;
    border-radius: 10px;
    padding: 15px 20px 5px 20px;
    min-height: 215px;
}
.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 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: 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;
}
.home-trust-section .trust-image:before {
    content: "";
    background-image: url(../images/light.png);
    width: 380px;
    height: 494px;
    position: absolute;
    background-repeat: no-repeat;
    bottom: -46px;
    right: 12%;
    z-index: 0;
    opacity: 0.5;
}
.home-trust-section .trust-image:after {
    content: "";
    background-image: url(../images/light.png);
    width: 380px;
    height: 494px;
    position: absolute;
    background-repeat: no-repeat;
    bottom: -46px;
    right: 7%;
    z-index: 0;
    opacity: 0.6;
}
@-webkit-keyframes popup {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(80px);
            transform: translateY(80px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

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


.home-service {
    padding-bottom: 0;
    padding: 50px 0;
    background-image: url(../images/blog-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 300px;
}
.home-service .row {
  margin: 0;
}

.home-service .service-boxes {
  display: block;
  padding: 20px;
}

.home-service .service-boxes .item-box {
  display: inline-block;
  width: 32%;
  text-align: center;
  margin-left: -3px;
}

.home-service .service-boxes .item-box .nav-link {
  background-color: transparent;
  padding: 15px;
  text-transform: capitalize;
  margin: 0;
  border-radius: 0 !important;
}

.home-service .service-boxes .item-box .nav-link .icon img {
  width: 50px;
  height: 60px;
  margin: auto;
}

.home-service .service-boxes .item-box .nav-link .icon img:nth-child(1) {
  display: block;
}

.home-service .service-boxes .item-box .nav-link .icon img:nth-child(2) {
  display: none;
}

.home-service .service-boxes .item-box .nav-link h4 {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  margin: 10px auto;
}

.home-service .service-boxes .item-box .nav-link:hover {
  background-color: #fff;
}

.home-service .service-boxes .item-box .nav-link:hover img:nth-child(1) {
  display: none;
}

.home-service .service-boxes .item-box .nav-link:hover img:nth-child(2) {
  display: block;
}

.home-service .service-boxes .item-box .nav-link:hover h4 {
  color: #7fb74e;
}

.home-service .service-boxes .item-box .nav-link.active {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: #fff;
}

.home-service .service-boxes .item-box .nav-link.active .icon img:nth-child(1) {
  display: none;
}

.home-service .service-boxes .item-box .nav-link.active .icon img:nth-child(2) {
  display: block;
}

.home-service .service-boxes .item-box .nav-link.active h4 {
  color: #7fb74e;
}

.home-service .service-boxes .item-box:nth-child(1) {
  border-bottom: 2px solid #fff;
}

.home-service .service-boxes .item-box:nth-child(2) {
  border: 2px solid #fff;
  border-top: none;
}

.home-service .service-boxes .item-box:nth-child(3) {
  border-bottom: 2px solid #fff;
}

.home-service .service-boxes .item-box:nth-child(5) {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}

.home-service .service-boxes .item-box:nth-child(7) {
  border-top: 2px solid #fff;
}

.home-service .service-boxes .item-box:nth-child(8) {
  border: 2px solid #fff;
  border-bottom: none;
}

.home-service .service-boxes .item-box:nth-child(9) {
  border-top: 2px solid #fff;
}

.home-service .service-content .text {
  margin-top: 30px;
}

.home-service .service-content .text h4 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 22px;
}

.home-service .service-content .text .btn {
  font-size: 15px !important;
  padding: 5px 15px;
  height: 40px;
  line-height: 24px;
  margin-right: 10px;
  margin-top: 20px;
  border-radius: 4px;
}

.paypremium-section .col-md-4 {
    background-color: #fff;
    padding: 40px;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
    margin: 15px;
    width: calc(33% - 30px);
}
.paypremium-section .col-md-4:hover {
    background-color: #e4ebde;
}
.paypremium-section .col-md-4 img {
    width: 100px !important;
    height: auto !important;
}

.mision-vision {
    background-image: url(../images/why-choos-us-bg-3.png);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0;
}
.mision-vision .vm-box {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    min-height: 200px;
}
.mision-vision .vm-box h3 {
    color: #353734;
    font-weight: 700;
    text-transform: uppercase;
}


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


.awards-section .image-frame {
    background: #1a1a1a;
    border: 5px solid #333;
    padding: 10px;
    margin: 15px 0;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
    box-shadow: inset 0 0 10px grey;
}
.awards-section .image-frame a {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #1b1b1b;
}
.awards-section .gallery-image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
}