*,::after,::before {
  box-sizing: border-box;
}
/*html,body{
  scroll-behavior: smooth;
}*/
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
  width:device-width;
}

article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section {
  display: block;
}

body {
  margin: 0;
  font-family: heebo,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #282828;
  text-align: left;
  background-color: #f5f5f5;
}

[tabindex="-1"]:focus {
  outline: 0!important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,h2,h3,h4,h5,h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

ul,ol{
  margin: 0;
  -webkit-padding-start:0;
  -moz-padding-start:0;
}

@media (min-width:576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width:768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width:992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width:1200px) {
  .container {
    max-width: 1140px;
    padding: 0;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
a {
  color: #0a99f1;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0b7ec6;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

.navigation{
  margin-left: auto;
}
.nav li{
  display: inline-block;
}
.align-center{
  align-items: center;
}
.nav li a {
    margin-right: 30px;
    color: #6c6c6c;
      font-size: 16px;
}
.nav li a:hover{
  color: #0a99f1;
}
.nav li.active a{
  color: #0a99f1;
  font-weight: 600;

}
.nav li:last-child a{
  margin-right: 0;
}
.logo{
  line-height: 1px;
}
.banner-section {
    margin-top: 71px;
    position: relative;
        z-index:1;
}
.header{
  background: #fff;
    padding: 15px 0;
    box-shadow: 0 0px 5px 1px rgb(0 0 0 / 13%);
    -moz-box-shadow: 0 0px 5px 1px rgb(0 0 0 / 13%);
    -webkit-box-shadow: 0 0px 5px 1px rgb(0 0 0 / 13%);
    position: fixed;
    width: 100%;
    top: 0;
    transition: 0.5s all;
    z-index: 10;
}
.header.active {
    top: -74px;
    transition: 0.5s all;
}
.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666666%;
    flex: 0 0 66.666666%;
    max-width: 66.666666%;
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.mainTitle{
  color: #282828;
    font-size: 45px;
    font-weight: 400;
    line-height: 60px;
}
.mainPara {
    font-size: 30px;
    color: #6c6c6c;
    line-height: 39px;
    font-weight: 300;
}
.mainTitle span{
  color: #0a99f1;font-weight: 600;
}

.icon{
  background-image: url(../images/sprite-icons.png);
  background-repeat: no-repeat;
  display: inline-block;  
  vertical-align: middle;

}
.investably-icon{
  background-position: -37px -23px;
    width: 147px;
    height: 133px;
}
.bannerImage{
  text-align: right;
}
/*.bannerTxt{
  padding: 150px 0;
}*/
.banner-card{
  height: 560px;
}
.text-center{
  text-align: center;
}
.brand-btn {
    background: #0a99f1;
    color: #fff;
    padding: 10px 10px 10px 20px;
    display: inline-block;
    border-radius: 3px;
    transition: 0.5s all;
    font-size: 14px;
    font-weight: 700;
    border: none;
    cursor: pointer;
}
.brand-btn:hover, .brand-btn:focus{
    background: #0b7ec6;
    color: #fff;
    transition: 0.5s all;
    text-decoration: none;
}
.arrow-big {
    background-position: -464px -151px;
    width: 35px;
    height: 15px;
    margin-left: 10px;
}
.brand-btn:hover .arrow-big{
  background-position: -458px -151px;
}
.bannerTxt .brand-btn{
  margin-top: 25px;
}
.fn-card > .icon{
  margin-bottom: 40px;
}
.mutual-fund {
    background-position: -252px -26px;
    width: 59px;
    height: 64px;
    
}

.insurance{
 background-position: -366px -26px;
    width: 69px;
    height: 64px;
}
.equity-investment{
  background-position: -477px -26px;
    width: 66px;
    height: 64px;
}
.finanancial-planning{
  background-position: -589px -26px;
    width: 68px;
    height: 64px;
}

.why-us-icon {
    background-position: -836px -24px;
    width: 156px;
    height: 140px;
}

.learn-icon{
  background-position: -721px -26px;
    width: 72px;
    height: 65px;
    margin-bottom: 40px;
}

.video-icon{
  background-position: -1052px -26px;
    width: 106px;
    height: 91px;
    margin: auto;
}


.fn-card{
  text-align: center;
    padding: 20px 0;
    border-radius: 5px;
    transition: 0.5s all;
}
/*.fn-card:hover{
  background: #fff;
   transition: 0.5s all;
   box-shadow: 2px 2px 11px 0px rgb(0 0 0 / 12%);
   -moz-box-shadow: 2px 2px 11px 0px rgb(0 0 0 / 12%);
}*/
.arrow-small{
  background-position: -426px -151px;
    width: 26px;
    height: 13px;
    margin-left: 10px;
}
.brand-btn:hover .arrow-small, .brand-btn:focus .arrow-small{
  background-position: -418px -151px;
  transition: 0.5s all;
}
.fn-card h3{
 font-size: 22px;
    font-weight: 400;
    height: 60px;
    line-height: 30px;
}
.financial-planing {
    background: #fff;
    padding: 70px 0;
}
.financial-planing .mainTitle, .why-us .mainTitle, .invest-watch .mainTitle{
  margin-bottom: 70px;
}
.why-us, .invest-watch{
  padding: 70px 0;
}
.whypts {
    text-align: center;
    margin-right: 30px;
}
.whypts:last-child{
  margin-right: 0;
}
.whypts p {
    font-size: 50px;
    color: #0a99f1;
    font-weight: 600;
    margin-bottom: 0;
}
.whypts h3 {
    font-size: 25px;
    font-weight: 300;
    margin-bottom: 0;
}
.blog-section{
  text-align: center;
    padding: 70px 0;
}
.mrcss50{
  text-align: center;
  margin-top: 50px;
}
.watchBox{
  background: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    width: 100%;
    height: 250px;
    border: solid 1px #b7b7b7;
    border-radius: 5px;
    box-shadow: 2px 2px 9px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 2px 2px 9px 0px rgb(0 0 0 / 10%);
    width: 85%;
    margin-left: auto;
    cursor: pointer;
}

footer{
  background-color: #0b7ec6;
  padding: 50px 0;
}

.facebook {
    background-position: -199px -137px;
    width: 16px;
    height: 30px;
}
.twitter{
  background-position: -237px -137px;
    width: 36px;
    height: 30px;
}
.linkedin{
  background-position: -295px -138px;
    width: 32px;
    height: 30px;
}
.instagram {
    background-position: -351px -138px;
    width: 32px;
    height: 30px;
}
.socil-connect a {
    display: inline-block;
    margin-right: 10px;
}
.socil-connect .icon {
    opacity: 0.8;
}
.socil-connect a:hover .icon{
  opacity: 1;
}
.ftlints {
    margin-top: 20px;
    margin-bottom: 40px;
    display: block;
}
.ftlints li {
    display: inline-block;
    margin-right: 20px;
}
.ftlints li a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}
.line{
  background: #fff;
    height: 2px;
    width: 40px;
    margin: 20px 0;
}
.cntDtls {
    color: #fff;
}
.cntDtls a {
    color: #fff;
}

.bumberger-menu{
  display: none;
}

.carousel {
  width: 100%;
  height: 560px;
}

.carousel-deck {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.carousel-slide {
  position: absolute;
  left: 100%;
  top: 0;

  width: 100%;
  height: 100%;
}

.carousel-slide.atLeft {
  left: -100%;
}
.carousel-slide.atRight {
  left: 100%;
}
.carousel-slide.atCenter {
  left: 0;
}
.moving {
  transition: left 0.4s;
}
.carousel-move-left,
.carousel-move-right,
.carousel-paginate {
  width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    font-family: monospace;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    bottom: 10px;
    transition: all 0.3s;
    font-size: 22px;
    color: #0a99f1;
}
.carousel-move-left {
    left: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: 0.5s all;
    opacity: 0;
}

.carousel-move-right {
    right: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    transition: 0.5s all;
}
.carousel:hover .carousel-move-right{
  right: 40px;
  transition: 0.5s all;
  opacity: 1;
 
}
.carousel-move-right:hover, .carousel-move-left:hover{
   box-shadow: 2px 2px 8px 1px rgb(0 0 0 / 20%);
  -moz-box-shadow: 2px 2px 8px 1px rgb(0 0 0 / 20%);
}

.carousel:hover .carousel-move-left{
  left: 40px;
  opacity: 1;
  transition: 0.5s all;  
}

.carousel-pagination {
  display: inline-block;
  position: relative;
  bottom: -1.25em;
  transition: all 0.3s;
  display: none;
}
.carousel:hover .carousel-pagination {
  bottom: 10px;
}
.carousel-paginate {
  position: static;
  font-size: 1rem;
  border-width: 0;
  cursor: pointer;
  outline: 0;
  display: inline-block;
  color: rgba(0, 0, 0, 0.2);
}

.carousel-paginate.active {
  background-color: rgba(255, 255, 255, 0.7);
  color: rgba(0, 0, 0, 1);
  cursor: pointer;
}
.carousel-move-left:hover,
.carousel-move-right:hover,
.carousel-paginate:hover {
  background-color: rgba(255, 255, 255, 1);
  color: rgb(11 126 198);
  cursor: pointer;
}

.carousel[data-controls="pagination"] .carousel-move-right,
.carousel[data-controls="pagination"] .carousel-move-left {
  display: none;
}
.carousel[data-controls="directional"] .carousel-pagination {
  display: none;
}
.carousel[data-controls="none"] .carousel-controls {
  display: none;
}

.best-icon{
  background-position: -705px -116px;
    width: 95px;
    height: 133px;
}
.uncomplicating-icon{
  background-position: -527px -116px;
    width: 155px;
    height: 133px;
}

.personalised-icon{
 background-position: -1029px -130px;
    width: 111px;
    height: 107px;
    margin-bottom: 30px;
}
.tabCards{
  opacity: 0.5;
  cursor: pointer;
  display: block;
  text-align: center;
}
a.tabCards{
  text-decoration: none;
  color: unset;
}
.tabCards.active, .tabCards:hover, .tabCards:focus{
  opacity: 1;

}

.tabCards h3{
  height: auto;
  font-size: 20px;
  margin-bottom: 0;
}
.tab-items{
      text-align: center;
    margin-top: 50px;
    display: none;
}
.tab-items.active{
  display: block;
}
.tab-items h2 {
    margin-bottom: 20px !important;
}
.inner-banner{
  height: auto;
  padding: 50px 0;
}
.inner-banner .mainPara{
  font-size: 22px;
    line-height: 30px;
}

.cssV1{
 -webkit-box-flex: 0;
  -ms-flex: 0 0 10%;
  flex: 0 0 10%;
  max-width: 10%;
}
.cssV2{
   -webkit-box-flex: 0;
  -ms-flex: 0 0 90%;
  flex: 0 0 90%;
  max-width: 90%;
}
.quote-mark{
   background-position: -863px -191px;
    width: 81px;
    height: 63px;
}
.c-name{
  text-align: right;
}
.c-name > span {
    font-size: 35px;
}
.c-name .line{
display: inline-block;
    background: #0a99f1;
    vertical-align: middle;
}
.carousel.tstst{
  height:220px;
}
.tstmnls{
  position: relative;
}
.tstmnls .carousel-move-left, .tstmnls .carousel-move-right{
    background-color: #f0f0f0;
}
.md-boxes{
 position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    background: rgb(0 0 0 / 35%);
    z-index: 99;
    max-height: 100%;
    overflow: auto;
    padding: 20px 0;
}
.md-innr{
  margin: auto;
}
.md-body{
  background: #fff;
    width: 650px;
    height: auto;
    padding: 5px;
    display: inline-flex;
    border-radius: 5px;
    box-shadow: 3px 3px 20px 1px rgb(0 0 0 / 33%);
    -moz-box-shadow: 3px 3px 20px 1px rgb(0 0 0 / 33%);
    position: relative;
}
.modal-instb{
  display: none;
  position: relative;
    z-index: 10;
}
.responsive-v{
  width: 100%;
    height: 383px;
}
.cls-icon {
   position: absolute;
    top: 20px;
    right: 20px;
    color: white;
    cursor: pointer;
    font-size: 28px;
    text-align: center;
    line-height: 20px;
    border-radius: 12px;
    transition: 0.3s all;
    opacity: 0.6;
}
.cls-icon:hover{
  opacity: 1;
}
.personalised-icon-2{
  background-position: -1029px -282px;
    width: 123px;
    height: 107px;
    margin-bottom: 30px;
}
.contact-us-icon{
  background-position: -900px -277px;
    width: 98px;
    height: 106px;
    margin-bottom: 30px;
}
.contact-section {
    background: #fff;
    padding: 60px 0;
}
.location-icon{
  background-position: -187px -188px;
    width: 40px;
    height: 26px;
}
.email-icon{
 background-position: -231px -192px;
    width: 40px;
    height: 18px;
}
.mobile-icon{
 width: 40px;
    height: 25px;
    background-position: -279px -188px;
}
.cnlfcss p {
  margin-left: 20px;
    width: 220px;
    text-align: left;
    margin-bottom: 0;
    font-size: 18px;
}
.cnlfcss {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
.cnlfcss:last-child{
  margin-bottom: 0;
}
.contact-section .mainTitle {
    margin-bottom: 40px;
    font-size: 30px;
}
.msg--bx{
  background: #f5f5f5;
    padding: 50px;
}
.mr-minus-10{
  margin: 0 -10px;
}
.pd-10{
  padding: 0 10px;
}
.input-control {
   width: 100%;
    height: 2.5rem;
    padding: 0 10px;
    font-size: 18px;
    border: solid 1px #e8e8e8;
}
.input-box {
    margin-bottom: 20px;
}
.input-box h3 {
    font-size: 18px;
    font-weight: 400;
    color: #6c6c6c;
}

.ldcss{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    width: 142px;
    height: 30px;
    display: none;
}
.ldcss img {
    max-width: 30px;
    vertical-align: middle;
}
.ldcss span{
    vertical-align: middle;
    margin-left: 10px;
}
.site-map-section{
  padding: 70px 0;
    background: #fff;
}
ul.sitemap {
    -webkit-padding-start: 18px;
    -moz-padding-start: 18px;
}
ul.sitemap li {
    font-size: 20px;
    margin-bottom: 10px;
}
ul.sitemap li:last-child{
  margin-bottom: 0;
}
textarea.input-control{
  height: 140px;
    padding: 10px;
}
.disclaimer-section {
    background: #fff;
    padding: 70px 0;
}
.dsc-para h2 {
    font-size: 18px;
}
.dsc-para p {
    font-size: 14px;
    color: #282828;
}
ul.breadcrumb {
    -webkit-padding-start: 0;
    -moz-padding-start: 0;
    text-align: left;
    margin-bottom: 20px;
}

ul.breadcrumb li {
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
}
.invest-watch .mrcss50{
  text-align: left;
}
.brand-btn .icon{
    transition: 0.5s all;
}
.nav li .brand-btn {
    padding: 7px 20px;
    color: #fff;
}
.nav li a.brand-btn:hover{color: #fff;}
.text-right, .sm-prt{text-align: right;}
.sm-p{
  margin-top: 20px;
}
.sm-p + img{margin-top: 5px;}
.sm-prt .cntDtls a{text-decoration: underline;}
.text-left{text-align: left;}
.mb-20{margin-bottom: 20px;}
.samco-section, .invest-watch {
    background: #fff;
}
@media(max-width: 991px){
  .sm-prt{}
  .col-sm-6{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .whypts{
    text-align: left;
    border-bottom: solid 1px #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .whypts:last-child{
    border: none;
    padding: 0;
    margin: 0;
  }
  .nav li a{
    margin-right: 15px;
    font-size: 14px;
  }
  .col-4, .col-8{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .contact-info{
    margin-bottom: 40px;
  }
}
@media(max-width: 767px){
  .col-6.sm-prt {
      text-align: left;
      margin-top: 40px;
  }
  .mainTitle{
    font-size: 35px;
  }
  .mainPara{
    font-size: 20px;
    line-height: 28px;
  }
  .fn-card h3{
    font-size: 20px;font-weight: 400;
  }
  .whypts p{
        font-size: 30px;
  }
  .whypts h3{
    font-size: 20px;
  }
  .banner-card {
      height: auto;
      padding: 60px 0;
  }
  .watchBox{
    width: 100%;
  }

  .navigation{
    position: fixed;
    top: 0;
    left: -320px;
    bottom: 0;
    width: 280px;
    background-color: #fff;
    padding: 20px;
    overflow: auto;
    max-height: 100%;
    box-shadow: 4px 0 23px 1px rgb(0 0 0 / 22%);
    -moz-box-shadow: 4px 0 23px 1px rgb(0 0 0 / 22%);
    transition: 0.5s all;
  }
  .navigation.active{
    left: 0;
    transition: 0.5s all;
  }
  .nav li {
      display: block;
      margin-bottom: 10px;
  }
  .nav li a{
    font-size: 18px;
  }
  .bumberger-menu{
    display: block;
  }
  .bumberger-menu span:nth-child(2) {
      margin: 5px 0;
  }
  .bumberger-menu {
      margin-left: auto;
      position: relative;
  }
  .bumberger-menu span {
      background-color: #6f6f6f;
      width: 30px;
      display: block;
      height: 3px;
      transition: 0.5s all;
  }

  .bumberger-menu.active span:last-child {
    transform: rotate(-45deg);
    position: absolute;
    top: 0px;
  }
  .bumberger-menu.active span:first-child {
    transform: rotate(45deg);
  }
  .bumberger-menu.active span:nth-child(2){
    display: none;
  }
  .bumberger-menu.active span{
    background-color: red;
  }
  .bumberger-menu.active{
        position: fixed;
    top: 23px;
    right: 10px;
  }

  .carousel{
    height: 370px;
  }
  .carousel-move-right{
    right: 10px !important;
  }
  .carousel-move-left{
    left: 10px !important;
  }
  .bannerImage{
    margin-bottom: 20px;
  }
  .md-body{
    width: 100%;
  }
  .md-innr{
    width: 90%;
  }
   .contact-section{
    padding: 20px 0;
  }
  .cnlfcss{
    margin-bottom: 10px;
  }
  .cnlfcss p{
    margin-left: 0px;
    font-size: 16px;
  }
  .contact-section .mainTitle{
    margin-bottom: 20px;
    font-size: 25px;
  }
  .msg--bx{
    padding: 20px;
  }

}

@media(max-width: 539px){
  .col-7, .col-5, .col-6{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .reverse-column{
    flex-direction: column-reverse;
    text-align: center;
  }
  .cssW1 .row {
      display: block;
      width: 100%;
      text-align: center;
  }
  .whypts{
    margin-right: 0;
    text-align: center;
  }
  .why-us-icon{
    margin-bottom: 40px;
  }
  .watchBox{
    height: 170px;
  }
  .financial-planing .mainTitle, .why-us .mainTitle, .invest-watch .mainTitle {
      margin-bottom: 25px;
  }
  .mainTitle {
      font-size: 30px;
      line-height: 35px;
  }
  .header{
    padding: 10px 0;
  }
  .brand-btn{
    font-size: 12px;
    font-weight: 500;
  }
  .investably-icon{
    margin-bottom: 20px;
  }
  .logo img {
      width: 190px;
  }
  .banner-section {
      margin-top: 54px;
  }
  .carousel {
      height: 470px;
  }
  .carousel.tstst {
    height: 260px;
}

  .carousel-move-left{
    left: inherit !important;
    right: 47px;
    bottom: 10px;
    top: inherit;
  }
  .carousel-move-right {
      right: 10px;
      bottom: 10px;
      top: inherit;
  }
  .ftlints li a, .cntDtls{
    font-size: 14px;
  }
  footer{
    padding: 30px 0
  }
  .invest-watch .mainPara{
    text-align: center;
  }

}
@media(max-width: 991px){
  .invest-watch .mrcss50 {
      text-align: center;
      margin: 25px 0;
  }
}



