@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 {
    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 22px;
}
.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: 50px!important;
    position: relative;
    /* margin-right: 38px; */
    /* transition: 500ms ease; */
    padding: 0!important;
    margin: auto;
}

/* .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;
}
.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;
}

.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: 12px;
}
.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;
}

/* 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: 17px;
}
.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;
}
.ht-lg{
    height: 296px;
}
.ht-sm{
    height: 243px;
}
.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;
    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-bottom: 50px;
}
.calc-block::before {
    content: '';
    background-image: url(../img/calc-left-corner-graphics.png);
    background-repeat: no-repeat;
    width: 85px;
    height: 85px;
    background-position: -4px -1px;
    position: absolute;
    top: 0;
    left: 0;
    background-size: 90px;
}
.login-ttl .hero-tag{
    font-size: 12px;
    font-weight: 900;
    color: #000000;
    padding: 5px 10px;
    background-color: #f6e71b;
    display: inline-block;
    border-radius: 5px;
}
.login-ttl h2{
    font-family: 'baloo_bhairegular';
    font-size:24px;
    color: #000000;
    margin-bottom: 25px;
    margin-top: 0px;
}
.sel-lbl-wrapper label {
    font-size: 16px;
    font-weight: 600;
}
.seperator {
    width: 100%;
    height: 1px;
    background-color: #e1e1e1;
    margin: 15px 0;
}
.select-desk-wrapper label {
    font-size: 12px;
    display: inline-block;
    margin-bottom: 0;
}
.calc-block p{
    color: #3c3c3b;
    font-size: 20px;
    font-weight: 300;
    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: 13px;
}

.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: 10px;
  }
 .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;
  }
 .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: 50px 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: 50px 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: 12px;
    line-height: 15px;
    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;
}