@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
@font-face {
    font-family: 'baloo_bhairegular';
    src: url('../font/baloobhai-regular-webfont.woff2') format('woff2'),
         url('../font/baloobhai-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body, php {
    font-family: 'Open Sans', sans-serif;
}

.navbar-main {
    transition: 500ms ease;
    background: #ffffff;
}

.navbar-main .nav-link {
    color: #575756;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
}

.navbar-main.scrolled {
    background: #ffffff;
    box-shadow: 0 6px 30px rgba(0,0,0,0.2);
    /* height: 50px; */
}

/* .navbar-main.scrolled .nav-link {
    color: #2B8441;
} */
.navbar-main .nav-item{
    padding: 0 15px;
}
.navbar {
    padding: 5px 16px;
    height: 70px;
    box-shadow: 0 0 25px rgba(0,0,0,0.4);
}
.navbar-nav{
    align-items: center;
}
.navbar-brand {
    width: 180px;
    height: 60px;
    position: relative;
    margin-right: 38px;
    /* transition: 500ms ease; */
}

/* .navbar-main.scrolled .navbar-brand{
      width: 120px;
  } */
.navbar-brand img {
    position: absolute;
    
    transition: all 200ms ease-in-out;
    max-width: 188px;
}

/* .navbar-main.scrolled .navbar-brand img {
    top: 0;
} */

.navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 0;
    padding-right: 0;
}
.navbar-main .dropdown-menu{
    top: 50px;
    padding: 0;
    width: auto;
    min-width: 330px;
}
.navbar-main .dropdown-item{
    background-color: #00a59b;
    color: #ffffff;
    padding: 15px 20px;
    font-size: 14px;
    font-weight: 700;   
}
.navbar-main .dropdown-menu li{
    position: relative;
}
.navbar-main .dropdown-menu li::after{
    content: '';
    background-image: url(../img/dd-divider.svg);
    width: 100%;
    height: 1px;
    display: inline-block;
    position: absolute;
    top: 50px;
    left: 0;
}
.navbar-main .dropdown-menu li:last-child::after{
    background-image: none;
}
.navbar-main .dropdown-menu li a:hover, .navbar-main .dropdown-menu li a.active{
    background-color: #dddb00;
}
.dropdown-submenu {
    position: relative;
  }
  
  .dropdown-submenu>a:after {
    content: "\f0da";
    float: right;
    border: none;
    font-family: 'FontAwesome';
    margin-top: 2px;
  }
  
  .dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0px;
    margin-left: 0px;
  }
  .nav-item.active a.nav-link{
      position: relative;
  }
  .nav-item.active a.nav-link::before{
      background-color: #00a098;
      height: 3px;
      content: '';
      width: 100%;
      position: absolute;
      left: 0;
      bottom: 0;
  }
  .navbar-main .nav-link.call-us{    
    font-size: 8px;
    font-weight: 900;
    display: flex;
 
}
.call-us img{
    height: 28px;
    margin-right: 5px;
}
.call-us span{
    font-size: 13px;
    font-weight: 400;
    margin-top: 3px;
}
.navbar-main .nav-link.call-us div{
    display: flex;
    flex-direction: column;
}
.navbar-main .nav-link.client-login{
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    background-color: #00a098;
    padding: 10px 14px;
    display: flex;
    border-radius: 5px;
    align-items: center;
}
.navbar-main .nav-link.client-login img{
    margin-right: 5px;
}
/* Hero Area */

.hero-area {
    margin-top: 70px;
    position: relative;
}

.hero-content {
    position: absolute;
    height: 100%;
    width: 100%;
}

.hero-content-in {
    /* max-width: 1080px; */
    margin: 0 10%;
    height: 100%;
    display: flex;
    align-items: center;
}

.hero-content-sub {
    width: 52%;
}
h6.hero-tag{
    font-size: 12px;
    font-weight: 900;
    color: #000000;
    padding: 5px 10px;
    background-color: #f6e71b;
    display: inline-block;
    border-radius: 5px;
}
.hero-content-sub h1 {
    font-size: 53px;    
    color: #ffffff;   
    line-height: 53px;
    margin-bottom: 20px;  
    font-family: 'baloo_bhairegular';     
}

.hero-content-sub h1 span {
    color: #f6e71b;
}

.hero-content-sub p {
    font-size: 17px;
    color: #fff;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 20px;
    border-top: 1px solid rgba(245,245,245,0.4);
    padding: 20px 0 0 0;
}
.carousel-indicators{
    justify-content: left;
    margin-left: 10%;
    margin-right: 10%;
}
.carousel-indicators li{
    width: 11px;
    height: 11px;
    border-radius: 50%;
    opacity: 1;
}

.carousel-indicators .active{
    background-color: #f6e71b;
}

.btn-primary {
    background-color: #fff;
    font-weight: 900;
    color: #00a098;
    font-size: 14px;
    padding: 10px 20px;
    text-transform: uppercase;
    border: 0;
    box-shadow: 3px 3px 0 rgba(0,0,0,0.1);
}
.hero-area .btn-primary{
    margin-right: 15px;
    position: relative;
    z-index: 10;
}
.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus {
    background-color: #dddb00;
    border-color: transparent;
    box-shadow: none;
    color: #00a098;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background-color: #dddb00;
    border-color: transparent;
    box-shadow: none;
    color: #00a098;
}

.btn-outline-primary {
    background-color: transparent;
    font-weight: 900;
    color: #fff;
    font-size: 14px;
    padding: 7px 20px;
    text-transform: uppercase;
    border: 2px solid #fff;
    box-shadow: 3px 3px 0 rgba(0,0,0,0.1);
}
.btn-outline-primary img{
    height: 25px;
}
.btn-outline-primary:hover,
.btn-outline-primary.focus,
.btn-outline-primary:focus {
    background-color: #dddb00;
    border-color: transparent;
    box-shadow: none;
    color: #00a098;
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    background-color: #dddb00;
    border-color: transparent;
    box-shadow: none;
    color: #00a098;
}

.carousel-control-prev-icon {
    background-image: url(../img/banner-arrow-left.png);
}

.carousel-control-next-icon {
    background-image: url(../img/banner-arrow-right.png);
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 52px;
    height: 52px;
}

.banner-fg {
    position: absolute;
    width: 100%;
    bottom: -1px;
}
.carousel-item::before{
    content: '';
    background: rgb(0,160,152);
    background: -moz-linear-gradient(95deg, rgba(0,160,152,1) 51%, rgba(221,219,0,0.4) 80%, rgba(221,219,0,0) 100%);
    background: -webkit-linear-gradient(95deg, rgba(0,160,152,1) 51%, rgba(221,219,0,0.4) 80%, rgba(221,219,0,0) 100%);
    background: linear-gradient(95deg, rgba(0,160,152,1) 51%, rgba(221,219,0,0.4) 80%, rgba(221,219,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00a098",endColorstr="#dddb00",GradientType=1);  
    width: 100%;
height: 100%;
display: block;
position: absolute;
left: 0;
top: 0;
z-index: 0;
}

/* who we are */
.who-we-are{
    padding: 80px 0;
    position: relative;
}
.who-we-are::before{
    content: '';
    background-image: url(../img/corner-graphic.png);
    position: absolute;
    left: 0;
    top: 0;
    width: 145px;
    height: 159px;
    background-repeat: no-repeat;
}

.who-we-are h2{
    font-family: 'baloo_bhairegular';
    font-size: 32px;
    color: #000000;
    margin-bottom: 25px;
}
.who-we-are p{
    color: #231f20;
    font-size: 14px;
    line-height: 1.4;
}

.btn-secondary {
    background-color: #00a59b;
    font-weight: 900;
    color: #ffffff;
    font-size: 14px;
    padding: 10px 20px;
    text-transform: uppercase;
    border: 0;
    box-shadow: 3px 3px 0 rgba(0,0,0,0.1);
}
.who-we-are .btn-secondary{
    margin-top: 20px;
}

.btn-secondary:hover,
.btn-secondary.focus,
.btn-secondary:focus {
    background-color: #dddb00;
    border-color: transparent;
    box-shadow: none;
    color: #00a098;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    background-color: #dddb00;
    border-color: transparent;
    box-shadow: none;
    color: #00a098;
}

.wwa-blocks{
    display: flex;
}
.wwa-box{
    padding: 30px 25px;
}
.wwa-box h5{
    color: #000000;
    font-size: 18px;
    font-weight: 700;
}
.wwa-box p{
    color: #231f20;
    font-size: 13px;
}
.br-1{
    border-right: 1px solid rgba(0,0,0,0.13);
}
.bt-1{
    border-top: 1px solid rgba(0,0,0,0.13);
}
.wwa-box img{
    margin-bottom: 10px;
    width: 52px;
}

/* Financial Service */
.fin-service {
    padding: 10px 0 20px 0;
}
.fin-service h2 {
    font-family: 'baloo_bhairegular';
    font-size: 32px;
    color: #575756;
    margin-bottom: 25px;
    margin-top: 20px;
}

.fin-ser-box{
    padding: 30px;
    position: relative;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 20px;
    transition: all ease-in 0.2s;
}
.fin-ser-box:hover{
    transform: translateY(-10px);
}
.fin-ser-box h4{
    font-size: 22px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 15px;
}
.fin-ser-box p{
    width: 70%;
    font-size: 14px;
    line-height: 19px;
}
.fin-ser-box a{
    font-size: 14px;
    font-weight: 700;
    font-style: italic;
    color: #231f20;
    text-decoration: none;
}
.fin-ser-box a img{
    margin-left: 5px;
}
.colr-1{
    background-color: #e9f4f9;
}
.colr-2{
    background-color: #fcecf0;
}
.colr-3{
    background-color: #fdf7e9;
}
.colr-4{
    background-color: #e4f2ed;
}
.colr-5{
    background-color: #f5f5f5;
}
.mf-cross-graphics::before{
    background-image: url(../img/mf-cross-graphics.png);
    width: 51px;
    height: 57px;
    position: absolute;
    content: '';
    right: 0;
    top: 0;
}
.fin-ser-btm-icon{
    position: absolute;
    bottom: 34px;
    right: 25px;
    max-width: 90px;
}
.ht-lg{
    height: 296px;
}
.ht-sm{
    height: 266px;
}
.missed-call-area{
    padding-bottom: 90px;
}
.missed-call{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}
.missed-call p{
    font-size: 18px;
    color: #000000;
    margin-bottom: 0;
}
.missed-call p span{
    color: #00a59b;
    font-size: 22px;
    font-weight: 700;
    margin-right: 6px;
}
.missed-call a{
    margin-left: 10px;
}
.missed-call a img{
    margin-right: 5px;
}

.calc{
    padding: 50px 0;
    background-color: #e3f4ff;
    margin-top: 150px;
}
.calc-block{
    background-color: #ffffff;
    max-width: 100%;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    border-radius: 5px;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 25px 0;
    margin-top: -170px;
    margin-bottom: 50px;
}
.calc-block::before{
    content: '';
    background-image: url(../img/calc-left-corner-graphics.png);
    background-repeat: no-repeat;
    width: 129px;
    height: 140px;
    position: absolute;
    top: 0;
    left: 0;
}
.calc-block::after{
    content: '';
    background-image: url(../img/calc-corner-graphic.png);
    background-repeat: no-repeat;
    width: 207px;
    height: 290px;
    position: absolute;
    right: -23px;
    bottom: -1px;
}
.calc-block p{
    color: #3c3c3b;
    font-size: 20px;
    font-weight: 500;
    width: 70%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 15px;
}
.calc-box-main{
    display: flex;
    justify-content: space-around;
}
.calc-box{
    display: flex;
    flex-direction: column;
    border-right: 1px solid #c6c6c5;
    padding: 5px 25px;
}
.calc-box:last-child{
    border-right: 0;
}
.calc-box span{
    color: #00a59b;
    font-size: 42px;
    font-weight: 700;
    line-height: normal;
}
.calc-box p{
    color: #000000;
    font-size: 14px;
    font-weight: 400;
}
.calc h2 {
    font-family: 'baloo_bhairegular';
    font-size: 32px;
    color: #575756;
    margin-bottom: 25px;
}
.calc ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.calc ul li {
    list-style: none;
    position: relative;
    flex-basis: 40%;
    margin-bottom: 15px;
    padding-left: 35px;
    padding-right: 5px;
    font-size: 16px;
    font-weight: 700;
    color: #575756;
}
.calc ul li::before {
    content: '';
    position: absolute;
    background-image: url(../img/bullet-point.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 25px;
    height: 25px;
    left: 0;
}
.testi-slider-block {
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px 0 0;
}
.testi-slider-block p{
    font-size: 12px;
    line-height: 16px;
}
.testi-name span.cust-name {
    display: block;
    font-size: 14px;
    font-weight: 800;
    color:#00a098;
}
.testi-name span.cust-des {
    display: block;
    font-size: 12px;
    font-weight: 800;
}
.not-finding{
    padding: 35px 0 50px 0;
    position: relative;
    text-align: center;
}
.not-finding h2 {
    font-family: 'baloo_bhairegular';
    font-size: 32px;
    color: #575756;
    margin-bottom: 15px;
}
.help-graphics{
    position: absolute;
    left: -40px;
    top: -126px;
}
.not-finding a img{
    margin-right: 5px;
}

/* Footer */

footer{    
    padding: 40px 0;
    background-color: #00a59b;
    position: relative;
    margin-top: 37px;
}
footer::before{
    content: '';
    width: 100%;
    background-image: url(../img/curve.png);
    height: 100px;
    top: -59px;
    z-index: 1;
    display: block;
    background-repeat: no-repeat;
    position: absolute;
    background-size: cover;
}
footer::after{
    content: '';
    background-image: url(../img/footer-pattern.png);
    background-repeat: no-repeat;
    position: absolute;
    width: 220px;
    height: 145px;
    right: 0;
    bottom: 0;
}
.footer-company-info{
    display: flex;
    flex-direction: column;
}
.footer-logo{
    max-width: 181px;
    margin-bottom: 25px;
}
.footer-company-info p{
    color: #ffffff;
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 15px;
}
.footer-company-info p a{
    color: #ffffff;
    font-size: 13px;
    text-decoration: none;
}
.footer-seperator{
    background-color: #3c3c3b;
    opacity: 0.2;
    height: 1px;
    margin: 10px 0;
}
p.corp-office{
    font-size: 13px;
    color: #ffffff;
    line-height: 16px;
}
.footer-company-info h6{
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    margin-top: 10px;
}
.call-email-img{
    max-width: 22px;
    margin-right: 2px;
}
.footer-links{
    display: flex;
    justify-content: space-between;
}
.footer-link-block{
    flex: 1;
    padding: 0 ;
}
.footer-link-block h6{
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 18px;
}
.footer-link-block ul{
    padding-left: 0;
    margin-bottom: 0;
}
.footer-link-block ul li{
    list-style: none;
    margin-bottom: 10px;
}
.footer-link-block ul li a{
    color: #ffffff;
    font-size: 13px;
}
.footer-link-block p a{
    color: #ffffff;
    font-size: 11px;
}
ul.social-links{
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
ul.social-links li{
    margin-right: 10px;
    margin-bottom: 0;
}
ul.social-links li a img{
    width: 28px;
}
.sub-footer{
    background-color: #4A494A;
    padding: 10px 0;   
}
.sub-footer p{
    font-size: 12px;
    color: #ffffff;
    margin-bottom: 0;
    line-height: 30px;
}
.sub-footer p img{
    max-width: 24px;
    margin-left: 8px;
}
p.footer-para{
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
}

/* Services */

.inner-hero{
    padding: 50px 0;
    background-color: #00a59b;
    margin-top: 70px;
    margin-bottom: 30px;
    position: relative;
}
.inner-hero h1 {
    font-size: 38px;
    line-height: 38px;
    margin-bottom: 10px;
    font-family: 'baloo_bhairegular';
    color: #fff;
}
.inner-hero p {
    font-size: 17px;
    color: #fff;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 20px;
    border-top: 1px solid rgba(245,245,245,0.4);
    padding: 20px 0 0 0;
}
.ser-mascot{
    max-width: 295px;
    position: absolute;
    top: -38px;
    right: 0;
}
.inner-hero.service-details{
    background-color: #e9f4f9;
    position: relative;
}
.inner-hero.service-details h1, .inner-hero.service-details p {   
    color: #6f6f6e;
}
.inner-hero.service-details p{
    border-top: 1px solid rgba(134,134,134,0.4);
}
.mf-mascot{
    max-width: 366px;
    position: absolute;
    bottom: -48px;
    right: 0;
}

.triangle{
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 52px 50px 0 50px;
    border-color: #e9f4f9 transparent transparent transparent;
    left: 0;
    bottom: -100px;
}
.what-service{
    padding: 70px 0;
}
.what-service h2{
    color: #575756;
    font-size: 32px;
    font-family: 'baloo_bhairegular';
    margin-bottom: 20px;
}
.what-service p{
    font-size: 14px;
    font-weight: 600;
    color: #6f6f6e;
    line-height: 23px;
    margin-bottom: 15px;
}
.what-service ol{
    list-style: none;
    counter-reset: muffins;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5px;
}
.what-service ol li {
    counter-increment: muffins;
    font-weight: 700;
    color: #6f6f6e;
    font-size: 16px;
    width: 50%;
    padding-right: 10px;
    margin-bottom: 25px;
    position: relative;
    padding-left: 40px;
  }
 .what-service ol li:before {
    content: counter(muffins) " ";
    background-color: #00a59b;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    color: #dddb00;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: -4px;
  }
 .mf-graphic{
     text-align: center;
 }
 .mf-graphic img{
     position: relative;
 }
 .circle-info{
     background-color: #dddb00;
     border-radius: 50%;
     text-align: center;
     position: absolute;
     display: flex;
     align-items: center;
     justify-content: center;
     color: #000000;
     font-weight: 700;
 }
 .wealth-cir{
     width: 90px;
     height: 90px;
     top: 60px;
     left: 121px;
     font-size: 14px;
 }
 .insta-cir{
    width: 78px;
    height: 78px;
    top: 120px;
    right: 203px;
    font-size: 12px;
 }
 .tax-cir{
    width: 55px;
    height: 55px;
    top: 190px;
    right: 100px;
    font-size: 10px;
 }
 .reedem-cir{
    width: 78px;
    height: 78px;
    top: 160px;
    left: 58px;
    font-size: 10px;
 }
 .port-cir{
    width: 68px;
    height: 68px;
    top: 290px;
    right: 52px;
    font-size: 9px;
 }
 .flexi-cir{
    width: 85px;
    height: 85px;
    bottom: 11px;
    left: 94px;
    font-size: 14px;
 }
 .goal-cir{
    width: 98px;
    height: 98px;
    bottom: -26px;
    right: 168px;
    font-size: 16px;
 }
 .how-we-do{
     background-color: #00a098;
     padding: 90px 0;
     text-align: center;
 }
 .how-we-do h3{
     color: #ffffff;
     font-size: 32px;
     font-family: 'baloo_bhairegular';
 }
.hwd{
    margin-top: 20px;    
    transition: all ease-in-out 0.2s;
}
.hwd:hover{
    transform: translateY(-12px)
}
.hwd img{
    margin-bottom: 12px;
}
.hwd h5{
    color: #ffffff;
    font-weight: 700;
    font-size: 16px;
}

.customized-opt{
    padding: 90px 0 0 0;
    text-align: center;
}
.customized-opt h3{
    color: #575756;
    font-size: 32px;
    font-family: 'baloo_bhairegular';
    margin-bottom: 25px;
}
.customized-opt-box{
    border: 2px solid #00a098;
    padding: 15px;
    border-radius: 10px;
    text-align: left;
    margin-bottom: 25px;
}
.customized-opt-box h4{
    color: #6f6f6e;
    font-size: 24px;
    font-weight: 700;
}
.customized-opt-box p{
    color: #000000;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 0;
}
.customized-opt-box-contact{
    background-color: #00a098;
    padding: 22px;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.customized-opt-box-contact h3{
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    width: 40%;
    margin-bottom: 0;
    text-align: left;
}
.call-us-on{
    display: flex;
    align-items: center;
    text-align: left;
    padding-left: 20px;
}
.call-us-on span{
    font-size: 14px;
    font-weight: 900;
    color: #ffffff;
}
.call-us-on p{
    color: #ffffff;
    font-size: 25px;
    margin-bottom: 0;
}
.call-us-on img{
    margin-right: 10px;
}


/* About */

.about-hero{
    padding: 50px 0;
    background-color: #ffffff;
    margin-top: 70px;
    margin-bottom: 30px;
    position: relative;
}
.about-hero h1 {
    font-size: 38px;
    line-height: 38px;
    margin-bottom: 0;
    font-family: 'baloo_bhairegular';
    color: #6f6f6e;
    margin-top: 20px;
    border-bottom: 1px solid rgba(133,133,133,0.40);
    padding-bottom: 15px;
}
.about-hero p {
    font-size: 14px;
    color: #6f6f6e;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 20px;
    margin-top: 0;
    border-top: 1px solid rgba(245,245,245,0.4);
    padding: 20px 0 0 0;
}
.invester-no{
    background-color: #6f6f6e;
    border-radius: 4px;
    max-width: 500px;
    display: flex;
    justify-content: space-between;
    height: 55px;
}
.invester-block{
    display: flex;
    align-items: center;
    border-right: 1px solid #ffffff;
    flex: 1;
    padding-left: 15px;
}
.invester-block:last-of-type{
    border-right: none;
}
.invester-block strong{
    font-weight: 700;
    color: #ffffff;
    font-size: 33px;
    margin-right: 5px;
}
.invester-block div{
    color: #f6e700;
    font-size: 14px;
    font-weight: 600;
}
.invester-block div span{
    color: #ffffff;
}
.aboutus-hero{
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: flex-end;
}
.aboutus-hero img{
    max-height: 250px;
}
.about-details-section{
    border-top: 1px solid rgba(133,133,133,0.40);
    margin-top: 40px;
    padding-top: 30px;
}
.about-details-section h3{
    font-size: 22px;
    color: #000;
    font-weight: 700;
    margin-bottom: 20px;
}
.about-details-section p{
    margin-bottom: 20px;
    padding: 0;
}
.about-who-we-are{
    border-right: 1px solid rgba(133,133,133,0.40);
    padding-right: 30px;
}
.vision h4{
    color: #6f6f6e;
    font-weight: 700;
    font-size: 18px;
}
.star-block{
    background-color: #ffffff;
    border-radius: 50px;
    box-shadow: 0 0 6px rgba(0,0,0,0.2);
    padding: 10px;
    display: flex;
}
.star-block img{
    max-width: 33px;
    margin-right: 10px;
}
.star-block p{
    margin: 0;
    font-size: 12px;
    color: #6f6f6e;
    line-height: 16px;
}
.blue-txt{
    color: #0071bc;
    font-weight: 700;
}
.orange-txt{
    color: #f7931e;
    font-weight: 700;
}

.who-makes-happen{
    background-color: #e6f3f9;
    padding: 50px 0 300px 0;
    position: relative;
}
.who-makes-happen::before{
    content: '';
    background-image: url(../img/triangle.png);
    width: 80px;
    height: 35px;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-size: contain;
}
.who-makes-happen h3{
    font-size: 22px;
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}
.who-makes-happen p{
    color: #6f6f6e;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    font-weight: 600;
}

.wmh-main{
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.profile{
    text-align: center;
    position: relative;
}

.profile-pic{
    background-color: #ffffff;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    overflow: hidden;
    margin-bottom: 10px;
    text-align: center;
    display: block;
    display: flex;
   
}
.profile-pic img{
    margin-left: auto;
    margin-right: auto;
}
.linked-in{
    position: absolute;
    max-width: 42px;
    bottom: 44px;
    right: 20px;
}
.profile p{
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
}
.profile small{
    color: #000000;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    display: block;
}
.our-awards{
    background-color: #00a89b;
    padding-bottom: 80px;
}
.our-awards .calc-block{
    max-width: 90%;
    margin-top: -220px;
    padding-top: 50px;
    padding-bottom: 50px;
}
.our-awards .calc-block::after{
    background-image: none;
}
.our-awards h3{
    font-size: 22px;
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}
.our-awards p{
    color: #6f6f6e;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    font-weight: 600;
    margin-bottom: 30px;
}
.award-img{
    display: flex;
    align-items: center;
    justify-content: center;
}
.award-img img{
    max-width: 150px;
    margin-right: 35px;
}
.award-img img:last-of-type{
    margin-right: 0;
}
.plan-conf{
    display: flex;
    flex-direction: column;
    margin-top: 50px;
}
.pwc{
    display: flex;
    flex: 1;    
    margin-bottom: 25px;
}
.pwc h2{
    color: #fff;
    font-size: 72px;
    font-weight: 900;
    margin-bottom: 0;
    margin-right: 20px;
    line-height: 1;
}
.cfp{
    border: 3px solid #fff;
    position: relative;
    font-size: 42px;
    font-weight: 900;
    color: #fff;
    padding: 15px 25px;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    justify-content: center;
}
.cfp span{
    font-size: 50px;
    color: #d9dc00;
}
.cfp::after{
    background-image: url(../img/abs-corner-graphic.svg);
    content: '';
    width: 50px;
    height: 63px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
}
.plan-conf p{
    font-size: 14px;
    color: #fff;
    width: 100%;
    text-align: left;
    font-weight: 400;
}
.hcfp-help{
    padding: 45px 0 0 0;
}
.hcfp-help h4{
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}
.cfp-block-outer{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}
.cfp-block{
    background-color: #02998b;
    padding: 30px;
    display: flex;
    flex-direction: column;    
    justify-content: center;
    margin-bottom: 15px;
    max-width: 32%;
}
.cfp-block-title{
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
}
.cfp-block p{
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 0;
    line-height: normal;
}
.abtus-timeline-img {
    position: relative;
}
.timeline-img{
    position: relative;
}
.abt-man{
    position: absolute;
    width: 350px;
    bottom: -150px;
    right: 0;
}
.give-missed-call{
    background-color: #d9dc00;
    padding: 25px 0;
    position: relative;
}
.give-missed-call .missed-call{
    margin-top: 0;
}
.give-missed-call .missed-call p span{
    color: #000000;
}
.give-missed-call .btn-secondary {
    background-color: #fff;
    font-weight: 900;
    color: #00a89b;
    font-size: 14px;
    padding: 10px 20px;
    text-transform: uppercase;
    border: 0;
    box-shadow: 3px 3px 0 rgba(0,0,0,0.1);
}
.give-missed-call .btn-secondary:not(:disabled):not(.disabled).active,
.give-missed-call .btn-secondary:not(:disabled):not(.disabled):active,
.show > .give-missed-call .btn-secondary.dropdown-toggle {
    background-color: #fff;
    border-color: transparent;
    box-shadow: none;
    color: #00a098;
}

.what-customer-say{
    margin-bottom: 45px;
    margin-top: 65px;
}

.what-customer-say h3{
    font-size: 22px;
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}
.what-customer-say p{
    color: #6f6f6e;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    font-weight: 600;
    margin-bottom: 30px;
}
.video-block{
    position: relative;
}
.video-block .play-btn{
    position: absolute;
    top: calc(50% - 15px);
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 3;
}

.thumbnail-block{
    border-radius: 20px;
    width: auto;
    height: 230px;
    overflow: hidden;
    position: relative;
}
.thumbnail-block::before{
    content: "";
    background: rgb(218,220,0);
    background: -moz-linear-gradient(90deg, rgba(218,220,0,1) 0%, rgba(0,162,152,1) 84%);
    background: -webkit-linear-gradient(90deg, rgba(218,220,0,1) 0%, rgba(0,162,152,1) 84%);
    background: linear-gradient(90deg, rgba(218,220,0,1) 0%, rgba(0,162,152,1) 84%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dadc00",endColorstr="#00a298",GradientType=1); 
    opacity: 0.38;
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.customer-details{
    margin-top: 10px;
    border-left: 5px solid #00a79b;
    padding-left: 5px;
}
.customer-details strong{
    color: #000000;
    font-size: 14px;
    font-weight: 700;
    display: block;
}
.customer-details small
{
    color:#999999;
    font-size: 12px;
    font-weight: 600;
}

/* Contact */
.contact-area{
    margin-bottom: 25px;
}
.inner-hero.contact-details {
    background-color: #00a59b;
    position: relative;
    margin-bottom: 50px;
}
.contact-mascot {
    max-width: 316px;
    position: absolute;
    bottom: -51px;
    right: 0;
}
.contact-area h3{
    color: #c6c6c5;
    font-size: 32px;
    font-family: 'baloo_bhairegular';
    margin-bottom: 35px;
    background-color: #fff;
    position: relative;
    z-index: 1;
    width: 66%;
}
.contact-area-title{
    position: relative;
}
.contact-area-title::after{
    content: '';
    background-color: #ececec;
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 48%;
}
.contact-outer{
    display: flex;
}
.contact-in-left {
    border-right: 1px solid #ececec;
    padding-right: 15px;
}
.contact-in-left h5{
    color: #606060;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}
.contact-in-left p{
    color: #606060;
    font-size: 12px;
    line-height: 21px;
    margin-bottom: 17px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ececec;
}
.email-id{
    font-size: 14px;
    font-weight: bold;
    color: #606060;
}
.email-id span{
    color: #00a59b;
}

.contact-in-right{
    padding-left: 23px;
    padding-top: 10px;
}
.email-query{
    margin-bottom: 15px;
    border-bottom: 1px solid #ececec;
    padding-bottom: 20px;
}
.email-query:last-of-type{
    border-bottom: none;
    margin-bottom: 0;
}
.email-query h6{    
    font-size: 14px;
    color: #000;
    font-weight: bold;
    margin-bottom: 10px;
}

.g-map-area {
    height: 240px;
    display: block;
    margin-top: 45px;
}
.responsive-map {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 100%;
}

.contact-area h4{
    color: #575756;
    font-size: 32px;
    font-family: 'baloo_bhairegular';
    margin-bottom: 35px;
}
.contact-area label{
    color: #3c3c3b;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
.contact-area .form-control{
    border: 1px solid #d9d9d9;
    border-radius: 0;
}

.hide-ser-img{
    display: none;
}
.mf-partner{
    padding: 25px 0;
}
.mf-partner-img img{
    max-width: 120px;
}