
/*====Main Css Start====*/
h1, h2, h3, h4, h5, h6, p{
    color: #000000;
}
.fs-14{
    font-size: 14px;
}
.fs-24{
    font-size: 24px;
}
.fs-20{
    font-size: 20px;
}
.text-justify{
    text-align: justify;
}
.top-fx-navbar{
    background-color: unset;
    position: fixed;
    top: 0;
    z-index: 9;
}
.gd-clr{
    color: #e0bf56;
}
.main-heading h2{
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 30px;
}

/*--- HOME COUNTER SECTION --*/

.home-counter-section{
    background-color: #000000;
    padding: 50px 0;
}
.home-cntr h3{
    font-size: 16px;
    color: #ffffff;
    font-weight: normal;
}
.home-cntr-fnt{
    font-size: 60px;
    color: #ffffff;
    font-weight: bold;
}

.main-btn{
    background-color: #e0bf56;
    color: #000000;
    border: unset;
    padding: 15px 50px;
    border-radius: 50px;
    font-weight: 500;
    font-size: 18px;
}
.main-btn-1{
    background-color: unset;
    color: #e0bf56;
    border: 1px solid #e0bf56;
    padding: 15px 50px;
    border-radius: 50px;
    font-weight: 500;
    font-size: 18px;
}
/*--- HOME ABOUT US SECTION START --*/

.home-about-us-section{
    position: relative;
    padding: 100px 0;
}
.home-about-content h2{
    color: #000000;
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 30px;
}
.home-about-content p{
    color: #000000;
    text-align: justify;
    line-height: 32px;
    margin-bottom: 10px;
}
.home-about-img{
    position: relative;
}
.hm-abt-img-1{
    text-align: right;
}
.hm-abt-img-1 img{
    width: 60%;
    border-radius: 50px;
}
.hm-abt-img-2{
    position: absolute;
    bottom: -160px;
    text-align: right;
}
.hm-abt-img-2 img{
    width: 80%;
    border-radius: 50px;
}

.values-box{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 20px;
    text-align: center;
    background-color: #ffffff;
    border-radius: 15px;
}
.values-box img{
    width: 80px;
}
.values-box h5{
    margin-top: 10px;
}

.process {
    position: relative;
    overflow: hidden;
    background-color: #1b1b1b;
    padding-top: 70px;
    padding-bottom: 70px;
    margin-bottom: 50px;
    margin-top: 70px;
}
.process .item {
    position: relative;
    padding: 30px 30px 0 30px;
    border-radius: 20px 20px 20px 0;
    background: #f3f3f3;
    z-index: 2;
}
.process .item .numb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -40px;
}
.process .item .numb .numb-curv {
    position: relative;
    padding: 15px;
    border-radius: 0 40px 0 0;
    background: #1b1b1b;
}
.process .item .numb .number {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #f3f3f3;
    font-family: 'Outfit', sans-serif;
    color: #000000;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    border: 1px solid #222;
}
.process .item .numb .numb-curv .shap-left-top {
    position: absolute;
    top: -20px;
    left: 6px;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.process .item .numb .numb-curv .shap-left-top svg {
    width: 24px;
    height: 20px;
}
.process .item .numb .numb-curv .shap-right-bottom {
    position: absolute;
    bottom: -2px;
    right: -21px;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.process .item .numb .numb-curv .shap-right-bottom svg {
    width: 24px;
    height: 24px;
}

.calcu-inp-w65{
    width: 65px;
    text-align: center;
}


/*TESTIMONIAL READ MORE BUTTON CSS START*/

.content-inner {
  max-height: 80px;
  overflow: hidden;
  transition: max-height 0.25s ease;
}
.content-inner p {
  line-height: 26px;
}

.read-more {
  display: inline-block;
  margin-top: 10px;
  font-weight: bold;
  cursor: pointer;
  border: none;
    background-color: unset;
    color: #e0bf56;
}
/* Repeated CSS from 1 to 15 */
.content-inner1, .content-inner2, .content-inner3, .content-inner4, .content-inner5,
.content-inner6, .content-inner7, .content-inner8, .content-inner9 {
  max-height: 80px;
  overflow: hidden;
  transition: max-height 0.25s ease;
}

.content-inner1 p, .content-inner2 p, .content-inner3 p, .content-inner4 p, .content-inner5 p,
.content-inner6 p, .content-inner7 p, .content-inner8 p, .content-inner9 p, .content-inner10 p,
.content-inner11 p, .content-inner12 p, .content-inner13 p, .content-inner14 p, .content-inner15 p {
  line-height: 26px;
}

.read-more1, .read-more2, .read-more3, .read-more4, .read-more5,
.read-more6, .read-more7, .read-more8, .read-more9, .read-more10,
.read-more11, .read-more12, .read-more13, .read-more14, .read-more15 {
  display: inline-block;
  margin-top: 10px;
  font-weight: bold;
  cursor: pointer;
  border: none;
  background-color: unset;
  color: #e0bf56;
}

.content-inner10,
.content-inner11, .content-inner12, .content-inner13, .content-inner14, .content-inner15 {
  max-height: 280px;
  overflow: hidden;
  transition: max-height 0.25s ease;
}



/*TESTIMONIAL READ MORE BUTTON CSS END*/

/*--- PRODUCTS ---*/

.product-round-cl{
    background-color: #ffffff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    width: 150px;
    height: 150px;
    display: flex;
    padding: 32px;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 35px;
}
.product-round-box h4{
    font-weight: bold;
}
.product-round-box p{
    width: 70%;
    text-align: center;
    margin: auto;
    font-weight: 500;
    margin-top: 15px;
}

/*--- CALCULATOR CSS ---*/

.calculator-section{
    background-color: #000000;
    color: #ffffff;
    padding: 30px;
}
.home-cal-tab.active{
    background-color: #e0bf56 !important;
    color: #000000 !important;
    border-radius: 50px;
    width: 100%;
    padding: 20px 15px;
    font-size: 16px;
}
.home-cal-tab{
    border: 2px solid #e0bf56 !important;
    border-radius: 50px !important;
    padding: 20px 15px;
    width: 100%;
    text-align: center;
    margin-top: 25px;
    color: #fff !important;
}

#amountLabel {
    width: 210px;
    ;
}

.sip-calculator {
/*    border: 5px solid white;*/
/*    -moz-box-shadow: 0px 0px 5px hsl(15, 2%, 55%);*/
/*    -webkit-box-shadow: 0px 0px 5px hsl(15, 2%, 55%);*/
/*    box-shadow: 0px 0px 10px hsl(0, 0%, 73.9%);*/
    padding: 0.2em;
    margin: 1em;
/*    width: 530px;*/
/*    background-color: white;*/
}

.sip-calculator-amount,
.sip-calculator-year,
.sip-calculator-roi {
    margin-bottom: 2.2em;
    width: 100%;
}

.amount-slider,
.year-slider,
.roi-slider {
    width: 100%;
    height: 5px;
    border-radius: 10px;
    background: #ffffff;
    outline: none;

}

input[type=range] {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]::-ms-track {
    width: 100%;
    cursor: pointer;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: 2.5px solid #5367FF;
    height: 20px;
    width: 20px;
    border-radius: 40px;
    background: white;
    cursor: pointer;
    margin-top: 0px;

}

input[type=range]::-moz-range-thumb {
    border: 2.5px solid #5367FF;
    height: 20px;
    width: 20px;
    border-radius: 40px;
    background: white;
    cursor: pointer;
}

input[type=range]::-ms-thumb {
    border: 2.5px solid #5367FF;
    height: 20px;
    width: 20px;
    border-radius: 40px;
    background: white;
    cursor: pointer;
}

input[type=number] {
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    background: #EBEBEB;
    border-style: none;
    height: 30px;
    margin-left: 20px;
    margin-right: 10px;
    text-align: right;
    padding-right: 5px;
    font-family: 'Roboto', sans-serif;
    font-size: 1.5em;
    border-radius: 4px;

}

input[type=number]:focus {
    outline: none;
    border: 1px solid #3197EE;

}

.radio {
    margin: 0.5rem;
    text-align: center;
}

.radio input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.radio input[type="radio"]+.radio-label:before {
    content: '';
    background: #f4f4f4;
    border-radius: 100%;
    border: 1px solid #b4b4b4;
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    position: relative;
    top: -0.2em;
    margin-right: 1em;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
}

.radio input[type="radio"]:checked+.radio-label:before {
    background-color: #5367FF;
    box-shadow: inset 0 0 0 4px #f4f4f4;
}

.radio input[type="radio"]:focus+.radio-label:before {
    outline: none;
    border-color: #3197EE;
}

.radio input[type="radio"]:disabled+.radio-label:before {
    box-shadow: inset 0 0 0 4px #f4f4f4;
    border-color: #b4b4b4;
    background: #b4b4b4;
}

.radio input[type="radio"]+.radio-label:empty:before {
    margin-right: 0;
}
.returndiv{
    margin-top: 1em;
    font-size: 1.2em; 
    background: #f1f2f3;
     border-radius: 7px;
      padding: 20px;
}
.link {
    font-size: 20px;
    text-align: center;
    margin: 17px 0px -30px 0px;
}
@media only screen and (max-width: 325px) {
    .sip-calculator {
        height: 560px;
    }

    h1 {
        font-size: 1.5em;
    }
}

@media (max-width: 576px) {
    body {
        font-size: smaller;
    }

    .sip-calculator {
        width: 100%;
        padding: 2em;
        margin: .1em;
    }
}

@media (max-width: 768px) {
    .groww-logo {
        width: 100px;
        height: 25px;
    }
}

/*BECOME A PARTNER*/

.become-partner{
    background-image: url('../../assets/img/home/home-bpartner.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 120px 20px;
}
.become-shdo-fom{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 35px;
}


/*----VIDEO SLIDER----*/
.section-padding{
    margin-top: 100px;
}
.screenshot_slider .owl-item .item {
   transform: translate3d(0, 0, 0); /* DO NOT REMEMBER WHERE TU PUT THIS, SEARCH FOR 3D ACCELERATION */
  // transform: scale(0.9);
  // transition: all .25s ease-in-out; 
  margin: 50px 0; /* OVERWRITE PLUGIN MARGIN */
 }
 .screenshot_slider .item .post-img{
     position:relative;
 }
 .screenshot_slider .owl-item .item img{
    border: 1px solid #e0bf56;
 }
/* .screenshot_slider .item:hover .post-img img{
    transform: scale(1.1,1.1);
    border-radius: 15px;
}*/
.screenshot_slider .item .over-layer{
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    opacity:0;
/*    background: linear-gradient(-45deg, rgba(6,190,244,0.75) 0%, rgba(45,112,253,0.6) 100%);*/
    transition:all 0.50s linear;
}
.screenshot_slider .item:hover .over-layer{
    opacity:1;
    text-decoration:none;
}

.screenshot_slider .owl-item .item img {
    -webkit-transition: 0.3s;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(0.80);
    -ms-transform: scale(0.80);
    transform: scale(0.80);
    border-radius: 15px;
}

.screenshot_slider .owl-item.center .item img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

.screenshot_slider .owl-nav {
    position: absolute;
    top: -60px;
    right: 0;
    display: flex;
    font-size: 40px;
    color: #e0bf56;
}
.screenshot_slider .owl-nav .owl-prev {
    margin-right: 40px;
}
/*.screenshot_slider .owl-nav button {
    font-size: 24px !important;
    margin: 10px;
    color: #033aff !important;
}
*/


/*ABOUT US PAGE CSS*/

.about-bnr{
    padding: 110px 10px;
    /*height: 750px;*/
}
.about-p-h1{
    font-size: 55px;
}
.about-pill .nav-link.active{
    background-color: #e0bf56;
    color: #000000 !important;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    padding: 25px 10px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 2px 11px;
    margin-bottom: 30px;
}
.about-pill .nav-link{
    background-color: #ffffff;
    color: #000000 !important;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    padding: 25px 10px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 2px 11px;
    margin-bottom: 30px;
}
.about-vision{
    background-color: #e0bf56;
    padding: 25px;
    text-align: center;
    border-radius: 7px;
}
.about-us-nav-leader-tab .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link{
    border: 2px solid #e0bf56 !important;
}
.about-us-nav-leader-tab .nav-tabs .nav-link{
    border-radius: 5px !important;
}
/*CAREERS PAGE CSS*/

.career-btn{
    border: none;
    border-radius: 50px;
    padding: 15px 85px;
    font-size: 20px;
    margin: 5px;
}
.career-btn:focus{
    box-shadow: none;
}

/*CONTACT US PAGE CSS*/

.contact-bg-section{
    background-image: url(../../assets/img/contact-us/contact-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 10px;
}
.contact-btn{
    background-color: #000000;
    color: #fff;
    padding: 15px;
    border: none;
    box-shadow: none;
}


/*LOGIN PAGE CSS STYLE*/

.login-box{
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 18px;
    padding: 30px;
    border-radius: 20px;
    border: 1px solid #e2e2e2;
}


/*BACOME OUR PARTNER CSS STYLE*/

.department-item {
    position: relative;
    background: #ffffff;
    border-radius: 50px 50px 50px 0;
    padding: 30px;
    margin-bottom: 25px;
    overflow: hidden;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 10%);;
}
.department-item::before {
    content: "";
    position: absolute;
    right: -10px;
    top: -10px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 10px solid #e0bf56;
    transition: all .5s ease-in-out;
    opacity: .2;
}
.department-item:hover::before {
    opacity: 1;
}
.department-icon {
    margin-bottom: 20px;
}
.department-icon img {
    width: 100px !important;
}
.department-title {
    margin-bottom: 10px;
    color: #000000 !important;
}
.department-btn {
    margin-top: 10px;
}
.department-btn a {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.department-btn a i {
    margin-left: 5px;
}

.blockqoute {
    background: #F2F3F5;
    border-left: 5px solid #e0bf56;
    padding: 30px;
    font-size: 17px;
    font-style: italic;
    margin: 20px 0;
    border-radius: 50px 50px 50px 0;
}


/*PRODUCT CSS STYLE START*/

.product-img-box{
    border: 3px dashed #e0bf56;
    padding: 8px;
}

.prod-point {
    background-color: #f4f4f4;
    padding: 14px 20px;
    border-radius: 50px;
/*    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;*/
    margin-bottom: 15px;
    border: 1px solid #b7b7b7;
}
.prod-point p{
    margin-bottom: 0;
    color: #000000;
}



#accordionFlushExample .accordion-item{
    background-color: unset !important;
}
.ftr-colbutn.collapsed{
    background-color: unset !important;
    color: #ffffff;
    padding: 0;
}
.ftr-colbutn{
    background-color: unset !important;
    color: #ffffff !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin-top: 5px;
}
.ftr-colbutn::after{
    margin-left: 20%;
    background-color: #ffffff;
}
.form-floating>.form-select{
    padding-top: 1rem;
}


/*SHIKHAR CSS START*/

.sikh-tab{
    border: none;
}
.sikh-tab .nav-link.active{
    border: none;
    background-color: #e0bf56;
    color: white;
    padding: 15px 80px;
    font-size: 20px;
}
.sikh-tab .nav-link{
    border: none;
    background-color: #d5d5d5;
    color: #000000;
    margin-left: 20px;
    padding: 15px 80px;
    font-size: 20px;
}


/*RETIREMENT CALCULATOR CSS START*/

.calculator-container {
  max-width: 900px;
  margin: 50px auto;
  padding: 20px;
  background-color: white;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.calculator-container .form-label{
    color: #000000;
}


@media only screen and (max-width: 768px) {

    .carousel-header{
        margin-top: 75px;
    }
    .top-fx-navbar{
        background-color: #000000;
    }

    .carousel-header .carousel-control-next .carousel-control-next-icon{
        margin-top: -30px;
    }
    .carousel-header .carousel-control-prev .carousel-control-prev-icon{
        margin-top: -30px;
    }
    .carousel-header .carousel-control-prev .carousel-control-prev-icon, .carousel-header .carousel-control-next .carousel-control-next-icon{
        width: 2rem;
        height: 2rem;
    }
    .home-about-us-section{
        padding: 50px 0;
    }
    .home-about-img{
        margin-top: 30px;
        display: flex;
    }
    .hm-abt-img-1{
        width: 50%;
        margin: 7px;
    }
    .hm-abt-img-1 img{
        width: 100%;
        border-radius: 20px;
    }
    .hm-abt-img-2{
        width: 50%;
        position: unset;
        text-align: unset;
        margin: 7px;
    }
    .hm-abt-img-2 img {
        width: 100%;
        border-radius: 20px;
    }
    .values-section-home{
        margin-top: 0px !important;
        padding-top: 0px !important;
    }
    .product-section-home{
        margin-bottom: 0px !important;
        padding-bottom: 0px !important;
    }
    .sikh-tab .nav-link.active{
        padding: 15px 50px;
        margin-bottom: 20px;
    }
    .sikh-tab .nav-link{
        padding: 15px 50px;
        margin-bottom: 20px;
    }
    #nav-tabContent{
        padding: 0px !important;
    }
    .forth-tab-cont{
        padding: 0px;
    }
    .forth-tab-cont #nav-tabContent .img-fluid{
        width: 100%;
    }


}