html {
  scroll-behavior: smooth;
  transition: 1s;
}

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

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

.blue {
  color: #808080;
}

.pink {
  color: #c2222a;
}

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

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

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

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

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

a {
  font-family: "Raleway" !important;
  color: #808080;
  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: #808080 !important;
  border: 2px solid #808080 !important;
  font-size: 16px;
  color: #000;
    border-radius: 52px;
    padding: 10px 25px;
}

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

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

.btn-secondary:hover {
  background-color: #808080;
  border: 2px solid #808080;
  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: #f0521ae6;
  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: #000 !important;
  padding: 12px 20px;
  font-weight: 500;
}
#myHeader
{
    padding: 15px 0px;
    transition: 1s;
}
#myHeader.sticky ul.navbar-nav .nav-item .nav-link
{
    /*color: #fff !important;*/
    padding: 8px 20px;
}
#myHeader.sticky .logowhite
{
    background: #fff;
    padding: 2px;
}
.header-top-right .navbar
{
    background: none;
    box-shadow: none;
    float: right;
}
ul.navbar-nav .nav-item .nav-link:hover {
  color: #808080!important;
}

ul.navbar-nav .nav-item.active .nav-link {
  color: #808080!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;
}
.dropdown-item
{
    text-align: right;
}
ul.navbar-nav .dropdown-menu .dropdown-item {
  padding: 10px 15px;
  white-space: break-spaces;
}

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

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

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

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

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

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

.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 #808080;
  border-radius: 100%;
  text-align: center;
  line-height: 30px;
  padding: 0 !important;
  color: #808080;
  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: #808080;
  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 #808080;
  border-radius: 100%;
  text-align: center;
  line-height: 30px;
  padding: 0 !important;
  color: #808080;
  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: #808080;
  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: #e78509;
  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: #808080;
}

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

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

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

.form-custom .form-group textarea:focus {
  border: none;
  border-bottom: 1px solid #808080;
  -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-image: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  min-height: 600px;
  position: relative;
  overflow: hidden;
  background-color: #206ee2;
}

.home-slider .banner-img {
  margin-top: 100px;
  position: absolute;
  right: 0;
 bottom: 20%;
  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: -195px;
}
.home-slider .banner-img .logos img:nth-child(1)
{
   
}
.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: 50% !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: 8px 0;
  background: #fff;
}

.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: #808080!important;
  outline: none;
}

.owl-dot.active .owl-dot:hover span {
  background: #808080!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: #808080;
  color: #fff;
  height: 50px;
  border-radius: 2px;
  border-color: #808080;
  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: -80px;
  right: 15px;
}

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

.owl-nav button span {
  color: #fff;
  font-size: 24px;
  line-height: 22px;
}
.home-service .owl-carousel.owl-theme.home-services .service-card a
{
    color: #808080;
}
.home-trust-section
{
     background-color: #808080;
}
.home-trust-section {
  position: relative;
}

.home-trust-section .trust-text .title {
  font-size: 58px;
  font-weight: 900;
  line-height: 60px;
  color: #fff;
}
.home-trust-section .trust-image::before , .home-trust-section .trust-image::after
{
    /*background: #161211;*/
}
.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;
   top: 0;
}

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

.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;
}
.owl-dot.active span
{
    background-color: #808080!important;
}
.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: 80px;
  width: 170px;
}

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

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

@keyframes popup {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  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%;
}

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

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

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

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

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

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

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

.how-we-work .work-steps .work-image {
  display: none;
  position: absolute;
  right: 100%;
  top: 50px;
}

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

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

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

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

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

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

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

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

.home-testimonial-section .testimonial-card {
  background-color: #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: #808080;
}

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

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

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

.footer-main .foot-col a {
  color: #97a2b2;
  color: #fff;
  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;
}

.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;
  border-top: 1px solid #fff;
  margin-top: 40px;
  padding: 25px 0 0 0;
}

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

.footer-main .footer-bottom a {
  color: #97a2b2;
  color: #fff;
  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: #808080;
    font-size: 58px;
}
#contact_body button
{
    border: 0px;
    padding: 3px 18px;
    border-radius: 4px;
    background: #808080;
    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: #808080;
}
.divide-img
{
    margin: 0px auto;
    display: block;
    padding: 7px;
}
#signinForm button
{
    border: 0px;
    padding: 3px 18px;
    border-radius: 4px;
    background: #808080;
    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: #808080;
    color: #fff;
    font-weight: 700;
}
.main-section #nav-tab ul
{
    padding: 0px;
    width: 100%;
    background: #ddd;
    border-radius: 18px;
}
.main-section #nav-tab ul li
{
    list-style-type: none;
    border: 1px solid #fff;
    border-radius: 6px;
}
.main-section #nav-tab ul li a.active , .main-section #nav-tab ul li a
{
    padding: 13px 14px;
    color: #000;
    font-size: 15px;
    font-weight: 600;
}
.main-section #nav-tab ul li.active a
{
    color: #fff;
    background: #808080;
    border-radius: 6px;
}
.nav-tabs .nav-link:hover
{
    background: none;
    color: #fff !important;
}
#nav-tabContent .active.in
{
    display: block;
    opacity: 1;
}
.main-section #nav-tab ul li.active a:hover.show
{
    background: #fff !important;
    color: #808080!important;
}
.main-section #nav-tab ul li.active a.show
{
    background: #000;
    color: #fff;
}
.invest-now a
{
    border: 0px;
    padding: 9px 13px;
    border-radius: 4px;
    background: #808080;
    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: #808080;
}
            
.cal-name 
{
    border-bottom: 1px solid #00418c;
}

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

.amount-text,
.fundperfonmance .green 
{
    color: #a4d035;
}
            
.cal-result .nav-pills>li.active>a,
.cal-result .nav-pills>li.active>a:focus,
.cal-result .nav-pills>li.active>a:hover,
.pre-inputbox #btnAdd > span,
.presales-cal .nav-pills>li.active>a,
.presales-cal .nav-pills>li.active>a:focus,
.presales-cal .nav-pills>li.active>a:hover {
    background: #a4d035 !important;
}
		
#sipbarchart
{
    overflow: unset !important;
}
#sipbarchart .highcharts-container 
{
    width: 100%;
}
.pink {
    color: #808080;
}
.download
{
    padding-bottom: 80px;
}
#download1
{
    padding-bottom: 20px;
}
.services-section img
{
    width: 67%;
    margin: 0px auto;
    display: block;
}
.btn-secondary {
    background-color: #808080;
    border: 2px solid #808080;
    font-size: 16px;
}
.btn-secondary:hover {
    background-color: #000;
    border: 1px solid #000;
    color: #fff !important;
}
.login-model .modal-title
{
    color: #808080;
}
.btn-primary {
    /*background-color: #000;*/
    /*border: 2px solid #000;*/
    font-size: 16px;
}
.main-heading .title-box {
    /*background-color: #808080;*/
    display: inline-block;
    padding: 6px 10px;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 15px;
    /*color: #fff;*/
    letter-spacing: 1px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active
{
    /*border-color: #808080;*/
}
.home-slider {
    background-color: #808080;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    min-height: 600px;
    position: relative;
    overflow: hidden;
    z-index: 9;
}

.home-slider::after {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/bg2.jpg);
    position: absolute;
    top: 0;
    z-index: -1;
}
.btn-primary:hover
{
    /*background-color: #808080;*/
    /*border: 2px solid #808080;*/
}
.bottom-scroller.active .scroller
{
    background-color: #808080;
}
.bottom-scroller.active .scroller:hover
{
     background-color: #000;
}
.home-slider.contacts-section
{
    min-height: 288px;
    padding-bottom: 0px;
   /*background: #293243;*/
    position: inherit;
}
.contacts-section.home-slider.contacts-section
{
     min-height: 170px;
}
.modal-backdrop.fade.in
{
    display: none;
}
ul.navbar-nav .dropdown-menu .dropdown-item:hover, ul.navbar-nav .dropdown-menu .dropdown-item:focus
{
    background-color: #808080;
}
#myHeader.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
    background: #fff;
    padding: 5px 0px;
    transition: 1s;
    box-shadow: 2px 2px 2px #000;
}
#myHeader.sticky .btn-secondary
{ 
     background: #000;
     color: #fff;
}
.sticky + .content {
  padding-top: 102px;
}

.main-header.sticky .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.sticky .header-bottom .navbar.navbar-expand-lg {
    width: 44%;
    margin-left: auto;
}
.main-header.sticky .header-bottom .navbar.navbar-expand-lg ul.navbar-nav .nav-item .nav-link
{
    color: #000 !important;
}
.SIP-image img {
    margin-top: -230px;
    width: 90%;
    margin-left: auto;
    display: block;
}
.main-header img 
{
    transition: 0.5s ease-in-out;
}
.main-header.stickyhead img.logocolor {
    display: block;
    position: fixed;
    z-index: 99999;
   width: 57px;
    top: 5px;
    transition: 0.5s ease-in-out;
}
.logocolor
{
    display: none;
}
.logowhite
{
   /*width: 145px;*/
}
.wave {
    background: url(../images/partner/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.wave2 {
    animation: wave2 7s linear infinite;
    z-index: 9;
    opacity: 0.5;
    animation-delay: -3s;
    bottom: 10px;
    /*background: #808080;*/
}
.wave.wave1 {
    animation: wave 8s linear infinite;
    z-index: 99;
    opacity: 1;
    animation-delay: 0s;
    bottom: 0;
     /*background: #808080;*/
}
.wave.wave3 {
    animation: wave2 3s linear infinite;
    z-index: 9;
    opacity: 0.3;
    animation-delay: -2s;
    bottom: 15px;
     /*background: #808080;*/
}
@keyframes wave {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 1000px;
  }
}

@keyframes wave2 {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -1000px;
  }
}
.navbar-collapse.collapse.in
{
    transition: 1s;
}
.header-top-right .navbar
{
    margin-top: 0px
}
@media screen and (max-width: 992px) 
{
    .contact1
    {
        text-align: left !important;
    }
    #myHeader.sticky ul.navbar-nav .nav-item .nav-link
    {
        color: #000 !important;
    }
     #myHeader .navbar-toggler
    {
        margin-top: 20px;
    }
    #myHeader.sticky .navbar-light .navbar-toggler-icon i
    {
        color: #fff;
    }
    #myHeader .navbar-light .navbar-toggler-icon 
    {
        background-image: none;
    }
    .header-top-right .navbar
    {
        float: right;
        display: contents;
    }
    .navbar-collapse.collapse.in
    {
        background: #fff;
        padding: 20px;
        /*width: 50%;*/
        display: block;
        position: absolute;
        z-index: 999;
        right: 0;
        transition: 1s;
        border-radius: 5px;
    }
    .navbar-collapse.collapse.in ul.navbar-nav .nav-item .nav-link
    {
        color: #000 !important;
    }
    .navbar-collapse.collapse.in ul.navbar-nav .nav-item:first-child a
    {
        padding: 12px 20px;
    }
    .home-slider .main-header .header-bottom .navbar
    {
        justify-content: flex-end;
    }
    .main-header.stickyhead img.logocolor
    {
        width: 80px;
    }
    .main-header.sticky .header-bottom .navbar.navbar-expand-lg
    {
        width: 100%;
    }
}
@media screen and (max-width: 771px) 
{
    .home-slider .main-header .header-top .header-top-right
    {
        text-align: left;
    }
    .home-trust-section .img-col
    {
        display: none;
    }
    .callback::before
    {
        width: 100% !important;
    }
}
.footer-main .foot-col .logo img
{
    /*width: 144px;*/
    /*background: #fff;*/
    /*padding: 12px;*/
    border-radius: 2px;
}

@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}
.blink{
	text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
}
.space
{
    height: 43px;
    position: absolute;
    top: 0;
    width: 95%;
    background: #000;
}
.home-slider .main-header .header-top .header-top-right
{
    padding: 16px 0 0 0;
}
.service_dtls {
    transition: all 0.5s ease-in-out;
    margin-top: 20px;
}
.service_dtls:hover .serv_text
{
     color: #808080;
     text-decoration: none;
      background: #fff;
}
.service_dtls:hover .serv_text h2 , .service_dtls:hover .serv_text p
{
    color: #000;
}
.service_dtls:hover a
{
    text-decoration: none;
}
.service_img {
    overflow: hidden;
}
.service_img img {
    width: 100%;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    display: block;
}
.serv_text {
    background: #808080;
    padding: 10px;
    transition: all 0.5s ease-in-out;
}
.serv_text h2 {
    font-size: 18px;
    text-align: center;
    color: #ffffff;
    margin: 10px auto;
    width: max-content;
    border-bottom: 1px solid #fff;
}
.serv_text p {
    font-size: 16px;
    color: #ffffff;
    text-align: center;
}
.hexagon {
    /*margin-top: 30px;*/
    padding: 10px;
    transition: all 0.4s ease-in-out;
}
.hexa_img {
    width: 70px;
    display: inline-block;
    vertical-align: top;
}
.hexa_caption {
    display: inline-block;
    width: calc(100% - 90px);
    vertical-align: middle;
    margin-left: 15px;
}
.investor
{
    background: #f7f7f7;
}
.hexa_head {
    font-size: 16px;
    color: #000;
    font-weight: 800;
}
.hexa_caption p {
    color: #636363;
    font-size: 16px;
    text-align: justify;
}
.corner_img {
    margin-top: 55px;
}
.market_update {
        background-image: url(../images/market_background.png);
    background-size: cover;
    padding: 40px 0 60px;
    background-repeat: no-repeat;
    position: relative;
}
.market_update::after
{
    content: "";
    width: 100%;
    height: 100%;
    background-color: #00000082;
    position: absolute;
    top: 0;
}
.heading::after {
    border-bottom: 3px solid #e78509;
    position: absolute;
    content: "";
    width: 44px;
    bottom: 0;
    text-align: center;
    margin: auto;
    left: 48%;
}
.parnters .heading
{
    color: #013c74;
}
.market_update .heading , .market_update .view_now
{
    z-index: 9;
}
.bx-wrapper {
    /*border: 1px solid;*/
    /*padding: 7px;*/
    width: 100% !important;
    border: none;
    background: none;
}
.heading {
    font-size: 30px;
    color: #fff;
    text-align: center;
    padding-bottom: 10px;
    margin: 20px 0;
    position: relative;
}
.bx-wrapper li 
{
    border: 2px solid #919191;
    padding: 7px;
}
.bx-window
{
    width: 100% !important;
}
.bx-wrapper img
{
    border: 1px solid #808080;
    height: 90px;
width: 250px;
}
.view_now a {
    font-size: 17px;
    color: #000;
    padding: 10px 30px;
    border-radius: 20px;
    background: #e78509;
    margin: 0px auto;
    display: table;
    text-decoration: none;
}
.parnters ul li {
    display: inline-block;
    margin: 0 5px;
}
.parnters
{
    padding: 30px 0;
    position: relative;
    background: #f7f7f7;
}
.callback {
    position: relative;
    padding: 60px 0 40px;
    background: #f7f7f7;
}
.callback::before {
position: absolute;
background-image: url(../images/callback_img.png);
width: 50%;
left: 0;
top: 0;
height: 100%;
content: "";
background-position: 100%;
background-repeat: no-repeat;
}
.req_call {
    font-size: 30px;
    color: #fff;
    margin: 15px 0;
}
.callback p, .c_text {
    font-size: 15px;
    color: #fff;
}
.callback_dtls {
    margin-top: 5px;
}
.callback_dtls span {
    color: #ffffff;
    font-size: 15px;
}
.callback_dtls span {
    color: #ffffff;
    font-size: 15px;
}
.c_text {
    display: inline-block;
    width: calc(100% - 30px);
    vertical-align: top;
}
.c_text {
    margin-left: 10px;
}
.footer_top {
    background: #1c1c1c;
    padding: 20px 0;
}
.discl_head {
    font-size: 23px;
    color: #ffffff;
    margin-bottom: 10px;
    font-weight: 600;
}
.discl p, .add {
    font-size: 14px;
    color: #ffffff;
    text-align: justify;
}
.quick_link ul {
    list-style: none;
    padding: 0;
}
.quick_link ul li {
    margin-top: 7px;
}
.quick_link ul li a {
    color: #fff;
    font-size: 14px;
    margin-bottom: 5px;
    transition: all 0.5s ease-in-out;
}
.footer-btm {
    background: #000;
    padding: 14px 0;
    text-align: center;
color: #fff;
}
.ft_left, .ft_right {
    font-size: 14px;
    color: #ffffff;
}
.ft_right {
    text-align: right;
}
.quick_link ul li a:hover {
    transition: all 0.5s ease-in-out;
    color: #e78200;
    padding-left: 6px;
}
.middle-area-update h3
{
    background: #808080;
    color: #fff;
    padding: 7px 17px;
    font-size: 21px;
}
.middle-area-update ul
{
    
}
.middle-area-update ul li
{
     width: 100%;
    display: block;
}
.middle-area-update ul li a
{
    width: 100%;
    display: block;
}
.nav-pills li.active .nav-link , .nav-pills .show > .nav-link
{
    background-color: #808080;
    color: #fff;
}
.nav-pills li .nav-link.active , .nav-pills .show > .nav-link
{
    background-color: #f5f5f5;
    color: rgba(0,0,0,.6);
}
.pay_premium 
{
    text-align: center;
    margin: 16px 0;
}
.mf_img img 
{
    width: 100px;
    height: 60px;
}
.nav-item.dropdown.open .dropdown-menu
{
    display: block;
}
nav.right-stick {
    position: fixed;
    width: 60px;
    margin-top: 150px;
    transition: all 0.3s linear;
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, .4);
    top: 20%;
    z-index: 9999;
    right: 0;
}
nav.right-stick ul {
    margin-top: 0;
    margin-bottom: 0rem;
    padding-left: 0px;
    padding: 0;
    list-style-type: none;
}
nav.right-stick ul li {
    height: 45px;
    position: relative;
}
nav.right-stick ul li a {
    color: #fff !important;
    display: block;
    height: 100%;
    width: 100%;
    line-height: 45px;
    padding-left: 25%;
    border-bottom: 1px solid rgba(0, 0, 0, .4);
    transition: all .3s linear;
    text-decoration: none !important;
    background: #332d6c;
}
nav.right-stick ul li a i {
    position: absolute;
    top: 14px;
    left: 24px;
    font-size: 15px;
}
nav.right-stick ul li a span {
    display: none;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}
nav.right-stick ul li a:hover span {
    display: block;
    padding-left: 32px !important;
}
nav.right-stick ul li a:hover {
    z-index: 1;
    width: 200px;
    border-bottom: 1px solid rgba(0, 0, 0, .5);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, .3);
    transform: translateX(-100px);
}
.hexagon:hover .hexa_head
{
    color: #e78509;
}
.service_dtls img
{
     transition: transform .2s;
}
.service_dtls:hover img
{
    transform: scale(1.1);
    transition: transform .2s;
}
.hexa_img img
{
   transition: transform .2s; 
}
.hexagon:hover .hexa_img img
{
    transform: scale(1.2);
    transition: transform .2s;
}
.top-section 
{
    background: #000;
    padding: 5px 0px;
}
.contact1
{
    text-align: right;    
}
.top-section ul
{
    margin-bottom: 0px;
}
.top-section ul li
{
    display: inline-block;
    margin-right: 7px;
}
.top-section ul li a {
    color: #fff;
    font-weight: 600;
}
.top-section ul li a i
{
    padding-right: 6px;
}
.top-section ul.contact1 li a
{
    background: #808080;
    padding: 5px;
    text-align: center;
    margin: 0;
    border-radius: 50px;
    width: 32px;
display: block;
}
.top-section ul.contact1 li a i
{
    padding-right: 0px;
}
#myCarousel
{
    padding: 0px;
}
.header-top-right
{
    text-align: right;
}
.middle-area .title
{
    background: #808080;
    color: #fff;
    padding: 5px 14px;
    font-weight: 600;
    margin-bottom: 30px;
}
.main-section-area
{
    padding: 30px 0px;
}
#home_testimonials .carousel-control.left , #home_testimonials .carousel-control.right
{
    background-image: none;
}
#home_testimonials .carousel-inner .item p
{
    text-align: center;
}
#home_testimonials .carousel-inner .item img
{
    margin: 0px auto;
    display: block
}
#home_testimonials
{
    margin-bottom: 20px;
}
.hexagon .hexa_img
{
    position: relative;
    height: 80px;
}
.hexagon .hexa_img:before
{
    content: "";
    position: absolute;
    background: url(../images/icon-6.png);
    z-index: 9;
    width: 100%;
    top: 0;
    height: 100%;
    bottom: 0;
}
.hexagon .hexa_img i::before
{
   color: #fff;
   font-size: 31px;
}
.hexagon .hexa_img i
{
    margin: 0px auto;
    text-align: center;
    z-index: 9;
    position: absolute;
    right: 0;
    left: 0;
    top: 33%;
    bottom: 0;
    display: inline;
}
.navbar
{
    margin-bottom: 2px !important;
}
.navbar-nav > li > a {
    padding-top: 9px;
    padding-bottom: 9px;
}
#myHeader.sticky .logowhite
{
    background: none;
}
.hexagon:hover .hexa_img::before
{
    transition: transform .2s;
    transform: scale(1.1);
}
#myCarousel img
{
    height: 669px;
}