body {
    font-family: 'Poppins', sans-serif;
    color: #444444;
    margin: 0;
    padding: 0;
}
p,h1,h2,h3,h4,h5,h6{
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
    color: #9E9E9E;
}
button:focus, input:focus, .form-control:focus{
    outline: none;
    box-shadow: none;
}
ul,ol{
    list-style: none;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

.gray{
    color: #797979;
}
.black{
    color: #231F20;
}
.blue{
    color: #5367FC;
}
.fsize-65{
    font-size: 65px;
}
.fsize-40{
    font-size: 40px;
}
.fsize-18{
    font-size: 18px;
}
.fsize-16{
    font-size: 16px;
}
.fsize-14{
    font-size: 14px;
}
.fweight-400{
    font-weight: 400;
}
.fweight-500{
    font-weight: 500;
}
.fweight-600{
    font-weight: 600;
}
.page-loader{
    width: 100%;
    height: 100%;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    top: 0;
    z-index: 99999999999;
    background: #fff;
}
.page-loader .icon{
    width: 140px;
    height: auto;
    position: relative;
}
.page-loader .icon img{
    width: 100%;
}
.main-wrapper{
    width: 100%;
    height: auto;
    position: relative;
    padding-top: 80px;
}
.marquee-sec{
    width: 100%;
    height: auto;
    position: relative;
    background: #00FFC1;
    font-weight: 600;
    font-size: 16px;
    padding: 15px 0 15px;
}
.marquee-sec a{
    display: table;
    position: absolute;
    height: 100%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,255,193,1);
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(0,255,193,1) 28%);
    color: #5367FC;
    padding: 15px 100px;
}
.home-sec-title{
    color: #797979;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 20px;
}
.banner-sec{
    width: 100%;
    height: auto;
    position: relative;
    padding: 55px 0;
    background:#fff url(../imgnew/banner-back.png) no-repeat;
    background-size: auto;
    background-position: bottom right;
}
.banner-sec .banner-heading{
    font-size: 65px;
    font-weight: 700;
    line-height: 140%;
    color: #231F20;
    margin-bottom: 30px;
}
.banner-sec .banner-item-con{
    margin-bottom: 30px;
}
.banner-sec .item{
    width: 100%;
    height: auto;
    position: relative;
    border-radius: 20px;
    background: #E5FFF9;
    display: flex;
    padding: 15px 0;
    border:2px solid #fff;
    transition: 0.3s;
    margin-bottom: 30px;
    min-height: 170px;
}
.banner-sec .active .item{
    border:2px solid #008490;
    box-shadow: 4px 4px 25px rgba(0, 0, 0, 0.10);
}

.banner-sec .item:hover{
    border:2px solid #008490;
    box-shadow: 4px 4px 25px rgba(0, 0, 0, 0.10);
}
.banner-sec .item.red{
    background: #f1f2fe;
}
.banner-sec .item.yellow{
    background: #FFF7CB;
}
.banner-sec .active .item.red{
   border:2px solid #5367FC;
}
.banner-sec .item.red:hover{
   border:2px solid #5367FC;
}
.banner-sec .active .item.yellow{
    border:2px solid #FFDE2D;
}
.banner-sec .item.yellow:hover{
    border:2px solid #FFDE2D;
}
.banner-sec .item .image{
    width: 40%;
    height: auto;
    flex: 0 0 40%;
    padding: 0 0px 0 15px;
}
.banner-sec .item .image img{
    width: 100%;
}
.banner-sec .item .text{
    padding: 0 15px 0 10px;
}
.banner-sec .item .text h4{
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    color: #797979;
    transition: 0.3s;
    margin-bottom: 10px;
    transition: 0.3s;
}
.banner-sec .active .item .text h4{
    color: #231F20;
}
.banner-sec .item:hover .text h4{
    color: #231F20;
}
.banner-sec .item .text p{
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    color: #797979;
    margin-bottom: 10px;
}
.banner-sec .item .text a{
    display: table;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    color: #231F20;
    text-decoration: underline;
    opacity:  0;
    transition: 0.3s;
}
.banner-sec .item .text a .tap{
    display: none;
}
.banner-sec .active .item .text a{
    opacity:  1;
}
.banner-sec .item:hover .text a{
    opacity:  1;
}
.banner-sec .signup-sec{
    width: 100%;
    height: auto;
    position: relative;
    /*display: flex;
    justify-content: space-between;*/
}
.banner-sec .signup-sec h3{
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    color: #797979;
    flex: 0 0 50%;
    padding-top: 15px;
}
.banner-sec .signup-sec h3 span{
    font-weight: 700;
    color: #5367FC;
}
.banner-sec .signup-sec form{
    width:100%;
    margin-bottom:0;
}
.banner-sec .signup-sec .input-field{
    flex: 0 0 50%;
    padding-left: 0px;
}
.banner-sec .signup-sec .input-field .form-group{
    width: 100%;
    display: flex;
    padding: 2px;
    border: 1px solid #5367FC;
    border-radius: 30px;
    overflow: hidden;
}
.banner-sec .signup-sec .input-field .form-group .form-control{
    border: none;
    padding: 15px 30px;
}
.banner-sec .signup-sec .input-field .form-group .signup-btn{
    white-space: nowrap;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    color: #fff;
    background: #5367FC;
    border-radius: 30px;
    padding:0 30px;
    border: none;
    transition: 0.3s; 
}
.banner-sec .signup-sec .input-field .form-group .signup-btn:hover{
    background: #00FFC1;
    color: #231F20;
}
.traders-playground{
    width: 100%;
    height: auto;
    position: relative;
    padding: 55px 0;
}
.traders-playground .title{
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    justify-content: space-between;
}
.traders-playground .title a{
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    color: #008490;
    white-space: nowrap;
    transition: 0.3s;
}
.traders-playground .title a:hover{
    color: #5367FC;
}
.traders-playground .home-sec-title{
    margin: 0;
}
.traders-playground .home-sec-title span{
    color: #008490;
}
.traders-playground .home-sec-title img{
    position: relative;
    top: -10px;
}
.traders-playground .item{
    width: 100%;
    height: auto;
    position: relative;
    background: #fff;
    box-shadow: 4px 4px 25px 0px rgba(0, 0, 0, 0.10);
    padding: 24px 16px;
    margin: 20px 0;
    border-radius: 20px;
    overflow: hidden;
}
.traders-playground .item .top-part{
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.traders-playground .item .top-part .text h4{
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    color: #231F20;
    margin-bottom: 12px;
}
.traders-playground .item .top-part .text p{
    color: #797979;
    font-size: 10px;
    font-weight: 500;
}
.traders-playground .item .text-content{
    width: 100%;
    height: auto;
    position: relative;
}
.traders-playground .item .text-content p{
    color: #797979;
    margin-bottom: 10px;
    min-height: 75px;
    font-size: 14px;
    min-height:100px;
}
.traders-playground .item .text-content ul{
    margin: 0;
    list-style: disc;
    display: table;
    padding: 0;
    margin-bottom: 20px;
    min-height: 160px;
}
.traders-playground .item .text-content ul li{
    margin: 0px 10px 0 15px;
    font-size: 14px;
    margin-bottom: 5px;
    color: #797979;
    width: 100%;
}
.traders-playground .item .text-content a{
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    color: #5367FC;
}
.traders-playground .item:before{
    content: '';
    width: 215px;
    height: 423px;
    background: rgba(0, 132, 144, 0.04);
    position: absolute;
    top: -200px;
    left: 76px;
    transform: rotate(71deg);
    border-radius: 20px;
}
.traders-playground .item.first:before{
    background: #fff;
}
.traders-playground .item.third:before{
    background: #FFFAFA;
}
.traders-playground .item.fourth:before{
    background: #F8F9FF;
}
.traders-playground .item-card{
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    margin-bottom: 40px;
}
.traders-playground .pr-50{
    padding-right: 50px;
}
.traders-playground .pl-50{
    padding-left: 50px;
}

.traders-playground .item-card .icon{
    width: 65px;
    height: 65px;
    flex: 0 0 65px;
}
.traders-playground .item-card .icon img{
    width: 100%;
}
.traders-playground .item-card .text{
    width: 100%;
    height: auto;
    padding-left: 15px;
}
.traders-playground .item-card .text h4{
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    color: #231F20;
    margin-bottom: 10px;
}
.traders-playground .item-card .text p{
    color: #797979;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.how-we-help{
    width: 100%;
    height: auto;
    position: relative;
    padding: 55px 0 55px;
    background: #FFFAFA;
}
.how-we-help .title{
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    justify-content: space-between;
}
.how-we-help .home-sec-title{
    margin: 0;
}
.how-we-help .title a{
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    color: #F15B4D;
    white-space: nowrap;
    transition: 0.3s;
}
.how-we-help .title a:hover{
    color: #5367FC;
}
.how-we-help .home-sec-title span{
    color: #F15B4D;
}
.how-we-help .home-sec-title img{
    position: relative;
    top: -5px;
}
.how-we-help .item{
    width: 100%;
    height: auto;
    position: relative;
    background: #fff;
    box-shadow: 4px 4px 25px 0px rgba(0, 0, 0, 0.10);
    padding: 24px 16px;
    margin: 20px 0;
    border-radius: 20px;
    overflow: hidden;
}
.how-we-help .item .top-part{
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.how-we-help .item .top-part .text{
    flex: 0 0 60%;
}
.how-we-help .item .top-part .text h4{
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    color: #231F20;
    margin-bottom: 12px;
}
.how-we-help .item .top-part .text p{
    color: #797979;
    font-size: 10px;
    font-weight: 500;
}
.how-we-help .item .text-content{
    width: 100%;
    height: auto;
    position: relative;
}
.how-we-help .item .text-content p{
    color: #797979;
    margin-bottom: 10px;
    min-height: 110px;
    font-size: 14px;
}
.how-we-help .item .text-content ul{
    margin: 0;
    list-style: disc;
    display: table;
    padding: 0;
    margin-bottom: 20px;
    min-height: 160px;
}
.how-we-help .item .text-content ul li{
    margin: 0px 10px 0 15px;
    font-size: 14px;
    margin-bottom: 5px;
    color: #797979;
    width: 100%;
}
.how-we-help .item .text-content a{
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    color: #5367FC;
}
.how-we-help .item:before{
    content: '';
    width: 215px;
    height: 423px;
    background: rgba(0, 132, 144, 0.04);
    position: absolute;
    top: -200px;
    left: 76px;
    transform: rotate(71deg);
    border-radius: 20px;
}
.how-we-help .item.first:before{
    background: #fff;
}
.how-we-help .item.third:before{
    background: #FFFAFA;
}
.how-we-help .item.fourth:before{
    background: #F8F9FF;
}
.how-we-help .item-card{
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    margin-bottom: 40px;
}
.how-we-help .pr-50{
    padding-right: 50px;
}
.how-we-help .pl-50{
    padding-left: 50px;
}

.how-we-help .item-card .icon{
    width: 65px;
    height: 65px;
    flex: 0 0 65px;
}
.how-we-help .item-card .icon img{
    width: 100%;
}
.how-we-help .item-card .text{
    width: 100%;
    height: auto;
    padding-left: 15px;
}
.how-we-help .item-card .text h4{
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    color: #231F20;
    margin-bottom: 10px;
}
.how-we-help .item-card .text p{
    color: #797979;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}
/*-------------------------*/
.developers-den-sec{
    width: 100%;
    height: auto;
    position: relative;
    padding: 55px 0 55px;
    background: #fff;
}
.developers-den-sec .title{
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    justify-content: space-between;
}
.developers-den-sec .home-sec-title{
    margin: 0;
}
.developers-den-sec .title a{
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    color: #FFDE2D;
    white-space: nowrap;
    transition: 0.3s;
}
.developers-den-sec .title a:hover{
    color: #5367FC;
}
.developers-den-sec .home-sec-title span{
    color: #FFDE2D;
}
.developers-den-sec .home-sec-title img{
    position: relative;
    top: -5px;
}
.developers-den-sec .item{
    width: 100%;
    height: auto;
    position: relative;
    background: #fff;
    box-shadow: 4px 4px 25px 0px rgba(0, 0, 0, 0.10);
    padding: 24px 16px;
    margin: 20px 0;
    border-radius: 20px;
    overflow: hidden;
}
.developers-den-sec .item .top-part{
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.developers-den-sec .item .top-part .text{
    flex: 0 0 60%;
}
.developers-den-sec .item .top-part .text h4{
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    color: #231F20;
    margin-bottom: 12px;
}
.developers-den-sec .item .top-part .text p{
    color: #797979;
    font-size: 10px;
    font-weight: 500;
}
.developers-den-sec .item .text-content{
    width: 100%;
    height: auto;
    position: relative;
}
.developers-den-sec .item .text-content p{
    color: #797979;
    margin-bottom: 10px;
    min-height: 110px;
    font-size: 14px;
}
.developers-den-sec .item .text-content ul{
    margin: 0;
    list-style: disc;
    display: table;
    padding: 0;
    margin-bottom: 20px;
    min-height: 160px;
}
.developers-den-sec .item .text-content ul li{
    margin: 0px 10px 0 15px;
    font-size: 14px;
    margin-bottom: 5px;
    color: #797979;
    width: 100%;
}
.developers-den-sec .item .text-content a{
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    color: #5367FC;
}
.developers-den-sec .item:before{
    content: '';
    width: 215px;
    height: 423px;
    background: rgba(0, 132, 144, 0.04);
    position: absolute;
    top: -200px;
    left: 76px;
    transform: rotate(71deg);
    border-radius: 20px;
}
.developers-den-sec .item.first:before{
    background: #fff;
}
.developers-den-sec .item.third:before{
    background: #FFFAFA;
}
.developers-den-sec .item.fourth:before{
    background: #F8F9FF;
}
.developers-den-sec .item-card{
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    margin-bottom: 40px;
}
.developers-den-sec .pr-50{
    padding-right: 50px;
}
.developers-den-sec .pl-50{
    padding-left: 50px;
}

.developers-den-sec .item-card .icon{
    width: 65px;
    height: 65px;
    flex: 0 0 65px;
}
.developers-den-sec .item-card .icon img{
    width: 100%;
}
.developers-den-sec .item-card .text{
    width: 100%;
    height: auto;
    padding-left: 15px;
}
.developers-den-sec .item-card .text h4{
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    color: #231F20;
    margin-bottom: 10px;
}
.developers-den-sec .item-card .text p{
    color: #797979;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}
.why-bigul-app{
    width: 100%;
    height: auto;
    position: relative;
    padding: 55px 0;
}
.why-bigul-app .home-sec-title{
    color: #5367FC;
}
.why-bigul-app .why-bigul-app-content{
    width: 100%;
    height: auto;
    position: relative;
    background: #F8F9FF;
    border-radius: 20px;
}
.why-bigul-app .why-bigul-app-content .item{
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
    padding: 40px 0;
}
.why-bigul-app .why-bigul-app-content .item .icon{
    width: 65px;
    height: 65px;
    margin: auto;
    margin-bottom: 25px;
}
.why-bigul-app .why-bigul-app-content .item h4{
    color: #231F20;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 10px;
}
.why-bigul-app .why-bigul-app-content .item p{
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    color: #231F20;
}
.why-bigul-app .why-bigul-app-content .more-part{
    width: 100%;
    height: 100%;
    background: rgba(83,103,252,0.05);
    border-radius: 20px;
    text-align: center;
    padding: 100px 0 50px;
}
.why-bigul-app .why-bigul-app-content .more-part p{
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    color: #5367FC;
    margin-bottom: 50px;
}
.why-bigul-app .why-bigul-app-content .more-part a{
    color: #5367FC;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    text-decoration: underline;
}
.price-plan{
    background: url(../imgnew/price-plan-back.png) no-repeat;
    width: 100%;
    height: auto;
    position: relative;
    padding: 55px 0 90px;
    background-size: 100% auto;
    background-position: top center;
    overflow:hidden; 
}
.price-plan .title{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
}
.price-plan .title .home-sec-title span{
    color: #008490;
}
.price-plan .title a{
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    color: #008490;
    transition: 0.3s;
}
.price-plan .title a:hover{
    color: #5367FC;
}
.price-plan .owl-stage-outer { overflow: visible !important; }
.price-plan .item{
    width: 100%;
    height: auto;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    background:#fff url(../imgnew/price-plan-item-back.png) no-repeat;
    background-size: 100% auto;
    background-position: top center; 
    text-align: center;
    transition: 0.3s;
    border: 1px solid transparent;
    overflow: hidden;
    min-height: 400px;
}
.price-plan .item:hover{
    border: 1px solid #008490;
    box-shadow: 8px 8px 25px rgba(0, 0, 0, 0.10);
}
.price-plan .item.act{
    border: 1px solid #008490;
    box-shadow: 8px 8px 25px rgba(0, 0, 0, 0.10);
}
.price-plan .item .price{
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
    padding-top: 60px;
    padding-left: 80px;
}
.price-plan .item .price.two-letter{
    padding-left: 100px;
}
.price-plan .item .price h4{
    font-size: 160px;
    font-style: normal;
    font-weight: 700;
    color: #008490;
    opacity: 0.25;
    transition: 0.3s;
}
.price-plan .item:hover .price h4{
     opacity:1;
}
.price-plan .item.act .price h4{
     opacity:1;
}
.price-plan .item .price:before{
    content: '₹';
    position: absolute;
    font-size: 160px;
    font-style: normal;
    font-weight: 400;
    color: #008490;
    opacity: 0.25;
    left: 0;
    right: 0;
    transform: translateX(-50px);
    top: 30px;
}
.price-plan .item .price.two-letter:before{
    transform: translateX(-73px);
}
.price-plan .item .text{
    width: 100%;
    height: auto;
    position: relative;
    padding: 0 30px;
    margin-top: 40px;
    margin-bottom: 50px;
}
.price-plan .item .text h5{
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    color: #9E9E9E;
    margin-bottom: 16px;
    transition: 0.3s;
}
.price-plan .item:hover .text h5{
    color: #008490;
}
.price-plan .item.act .text h5{
    color: #008490;
}
.price-plan .item .text p{
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    color: #797979;
    margin-bottom:10px;
}
.price-plan .item .text ul{
    list-style: disc;
    text-align:left;
    color: #797979;
    font-size: 14px;
    margin:0;
    padding:0;
}
.price-plan .item .text ul li{
}
.price-plan .item .text ul li span{
   font-weight:600;
   color: #231F20;
}
.download-sec{
    width: 100%;
    height: auto;
    position: relative;
    background:#fff url(../imgnew/download-sec-back.png) no-repeat;
    background-size: 85% 100%;
    background-position: top right; 
    margin-bottom: 55px;
}
.download-sec .image{
    width:100%;
    height: auto;
    position: relative; 
}
.download-sec .image img{
    width: 100%;
}
.download-sec .image img.mobile{
    display: none;
}
.download-sec .download-part{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 90px 0;
}
.download-sec .download-part h3{
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    color: #fff;
    margin-bottom: 60px;
}
.download-sec .download-part p{
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    color: #fff;
    margin-bottom: 20px;
}
.download-sec .download-part .item{
    width: 100%;
    position: relative;
}
.download-sec .download-part .item .qr-code {
    width: 100px;
    height: 100px;
    border-radius: 10px;
    position: absolute;
    background: #fff;
    top: -110px;
    left: -1500px;
    opacity: 0;
    transition: opacity 0.3s;
    padding: 4px;
}

.download-sec .download-part .item .qr-code img {
    width: 100%;
}

.download-sec .download-part .item .qr-code:before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 3px;
    transform: rotate(45deg);
    left: 0;
    right: 0;
    position: absolute;
    bottom: -8px;
    margin: auto;
    background: #fff;
}

.download-sec .download-part .item:hover .qr-code {
    left: 0;
    right: 0;
    margin: auto;
    opacity: 1;
}
.download-sec .download-part a{
    margin-bottom: 16px;
    display: table;
}

.download-sec .download-part .store-img{
    width: 100%;
    transition: 0.3s;
}
.download-sec .download-part a:hover .store-img{
    transform: scale(1.05,1.05);
}
.download-sec .download-part .exe-btn{
    background: #00FFC1;
    display: table;
    border-radius: 50px;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    color: #231F20;
    text-align: center;
    padding: 3px 0;
    border:1px solid #F2FFFC;
    transition: 0.3s;
}
.download-sec .download-part .exe-btn:hover{
    background: #5367FC;
    color: #fff;
}
.video-sec{
    width: 100%;
    height: auto;
    position: relative;
    padding: 55px 0;
    background: #FFFAFA;
}
.video-sec .title{
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    align-items: flex-end;
    margin-bottom: 50px;
}
.video-sec .title .home-sec-title{
    margin: 0;
}
.video-sec .title .home-sec-title span{
    color: #F15B4D;
}
.video-sec .title p a{
    transition: 0.3s;
}
.video-sec .title p a:hover{
    color: #00FFC1 !important;
}
.video-sec .title p{
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    color: #797979;
    margin-left: 40px;
}
.video-sec .blog-box{
    width: 100%;
    height: auto;
    border-radius: 30px;
    border: 1px solid #E7EBF4;
    padding: 8px;
    background: #fff;
}
.video-sec .blog-box .image{
    width: 100%;
    height: auto;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 24px;
}
.video-sec .blog-box .image img{
    width: 100%;
}
.video-sec .blog-box .image iframe{
    height: 450px;
}
.video-sec .blog-box .image a{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    display: table;
    margin: auto;
    transform: translateY(-50%);
}
.video-sec .blog-box .sub-heading{
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 0 24px;
    margin-bottom: 15px;
}
.video-sec .blog-box .sub-heading p{
    color: #9E9E9E;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
}
.video-sec .blog-box .sub-heading p.time{
    font-weight: 400;
}
.video-sec .blog-box .heading{
    width: 100%;
    height: auto;
    padding: 0 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.video-sec .blog-box .heading h5{
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    color: #231F20;
    margin-bottom: 15px;
    min-height: 65px;
}
.video-sec .blog-box .text{
    width: 100%;
    height: auto;
    padding: 0 24px 24px;
}
.video-sec .blog-box .text p{
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    color: #797979;
}
.video-sec .scroll-box{
    width: 100%;
    height: 100%;
    max-height: 575px;
    overflow-y: auto;
    padding-left: 10px;
    direction: rtl;
}
.scroll-box::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

/* Track */
.scroll-box::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
.scroll-box::-webkit-scrollbar-thumb {
  background: #231F20;
  border-radius: 10px;
}

/* Handle on hover */
.scroll-box::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.video-sec .scroll-box .video-box{
    width: 100%;
    height: auto;
    position: relative;
    border-radius: 25px;
    overflow: hidden;
    margin-bottom: 40px;
    cursor: pointer;
}
.video-sec .scroll-box .video-box:last-child{
    margin-bottom: 0;
}
.video-sec .scroll-box .video-box:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0;
    transition: 0.3s;

}
.video-sec .scroll-box .video-box:hover:before{
    opacity: 0.4;
}
.video-sec .scroll-box .video-box img{
    width: 100%;
}
.video-sec .scroll-box .video-box span{
    position: absolute;
    top: 10px;
    right: 20px;
    display: table;
    margin: auto;
    cursor: pointer;
}
.video-sec .scroll-box .video-box span img{
    width: 40px;
}
.testimonial-section{
    width: 100%;
    height: auto;
    position: relative;
    padding: 55px 0;
}
.testimonial-section .container{
    margin-top:0;
}
.testimonial-section .title{
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 50px;
}
.testimonial-section .title .home-sec-title span{
    color: #0A3294;
}
.testimonial-section .title .quot-icon{
    position: absolute;
    left: -130px;
    top: -60px;
}
.testimonial-section .item{
    width: 100%;
    height: auto;
    border-radius: 20px;
    background:#fff url(../imgnew/testimonial-item-back.png) no-repeat;
    background-size: 100% auto;
    background-position: bottom right;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    padding: 24px 0 0;
    border: 2px solid #fff; 
    transition: 0.3s;
}
.testimonial-section .item:hover{
    border: 2px solid #D8DCFE;
    box-shadow: 8px 8px 25px rgba(0, 0, 0, 0.05);
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}
.testimonial-section .item p{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: #797979;
    padding: 0 40px;
    margin-bottom: 50px;
    min-height: 220px;
}
.testimonial-section .item .bottom{
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.testimonial-section .item .bottom img{
    width: 108px;
}
.testimonial-section .item .bottom .name{
    width: 100%;
    height: auto;
    position: relative;
    text-align: right;
    padding: 24px;
}
.testimonial-section .item .bottom .name h5{
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    color: #5367FC;
}
.testimonial-section .item .bottom .name h6{
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    color: #797979;
}
.career-sec{
    width: 100%;
    height: auto;
    position: relative;
    padding: 55px 0;
    background:#fff url(../imgnew/career-back.png) no-repeat;
    background-size: 100% auto;
    background-position: bottom center;
}
.career-sec .title{
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.career-sec .title .home-sec-title{
    flex: 0 0 55%;
    color: #231F20;
}
.career-sec .title .text{
    text-align: right;
}
.career-sec .title .text p{
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    color: #9E9E9E;
    margin-bottom: 20px;
}
.career-sec .title .text a{
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #008490;
    text-decoration: underline;
    transition: 0.3s;
}
.career-sec .title .text a:hover{
    color: #5367FC;
}
.career-sec .pr-50{
    padding-right: 40px;
}
.career-sec .pl-50{
    padding-left: 40px;
}

.career-sec .item{
    width: 100%;
    height: auto;
    position: relative;
    background: #FFF;
    border-radius: 20px;
    border:1px solid #D4D9FE;
    padding: 24px;
    margin-bottom: 70px;
    min-height: 175px;
}
.career-sec .item .icon{
    position: absolute;
    font-size: 220px;
    font-style: normal;
    font-weight: 700;
    color: #96ced3;
    opacity: 0.3;
    left: -58px;
    top: -76px;
}
.career-sec .item .heading{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.career-sec .item .heading h5{
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    color: #231F20;
}
.career-sec .item p{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: #797979;
}
.question-sec{
    width: 100%;
    height: auto;
    position: relative;
    padding-top: 55px;
}
.question-sec:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 30%;
    background: #F8F9FF;
    bottom: 0;
    left: 0;
}
.question-sec .faq-box{
    width: 100%;
    height: auto;
    position: relative;
    border-radius: 30px;
    background: #F15B4D;
}
.question-sec .faq-box .image{
    width: 100%;
    height: auto;
    position: relative;
    padding: 0 40px;
}
.question-sec .faq-box .image img{
    width: 100%;
}
.question-sec .faq-box .text{
    width: 100%;
    height: auto;
    position: relative;
    padding: 0 40px;
}
.question-sec .faq-box .text h3{
    color: #fff;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 50px;
}
.question-sec .faq-box .text p{
    color: #fff;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
}
.question-sec .faq-box .text a{
    color: #FFDE2D;
    font-weight: 800;
    transition: 0.3s;
}
.question-sec .faq-box .text a:hover{
    color: #5367FC;
}
.main-footer{
    width: 100%;
    height: auto;
    position: relative;
    background: #F8F9FF;
    padding: 100px 0 60px;
}

.main-footer .footer-menu-title{
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    color: #231F20;
    margin-bottom: 15px;
}
.main-footer .footer-menu-title a{
    color: #5367FC;
}
.main-footer .footer-menu-title a:hover{
    color: #00FFC1;
}

.main-footer .social-icon{
    margin:0;
    padding: 0;
    margin-bottom: 50px;
}
.main-footer .social-icon li{
    display: inline-block;
    margin-right: 10px;
}
.main-footer .social-icon li img{
    transition: 0.3s;
}
.main-footer .social-icon li:hover img{
    transform: scale(1.1,1.1);
}
.main-footer .download-title{
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    color: #9E9E9E;
    margin-bottom: 15px;
}
.main-footer .download-icon{
    margin:0;
    padding: 0;
}
.main-footer .download-icon li{
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
}
.main-footer .download-icon li img{
    transition: 0.3s;
    width: 130px;
}
.main-footer .download-icon li:hover img{
    transform: scale(1.1,1.1);
}
.main-footer .footer-menu{
    margin: 0;
    padding: 0;
}
.main-footer .footer-menu li{
    display: block;
    margin-bottom: 12px;
}
.main-footer .footer-menu li a{
    display: block;
    color: #5367FC;
    transition: 0.3s;
    font-size: 16px;
}
.main-footer .footer-menu li a:hover{
    color: #00FFC1;
}
.main-footer hr{
    border-top: 2px solid #9E9E9E;
    margin: 80px 0;
}
.main-footer .collapse-btn{
    background: transparent;
    padding: 14px;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    color: #231F20;
    border-radius: 10px;
    width: 100%;
    border: none;
    position: relative;
    display: table;
    margin-bottom: 4px;
    cursor: pointer;
}
.main-footer .collapse-btn:after{
    content: '-';
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
}
.main-footer .collapse-btn.collapsed:after{
    content: '+';
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
}
.main-footer .collapse-btn{
    background: #E8EAFF;
}
.main-footer .collapse-btn.collapsed{
    background: transparent;
    transition: 0.3s;
}
.main-footer .collapse-btn.collapsed:hover{
    background: #f1f2fa;
}
.main-footer .accordion-body{
    background: #E8EAFF !important;
    transition: 0.2s;
    border: none !important;
    padding: 30px;
    border-bottom: 2px solid #5367FC !important;
    border-radius: 10px;
}
.main-footer .accordion-body h6{
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    color: #797979;
    margin-bottom: 15px;
}
.main-footer .accordion-body ul{
    margin: 0;
    padding: 0;
}
.main-footer .accordion-body ul li{
    display: block;
    margin-bottom: 15px;
}
.main-footer .accordion-body ul li a{
    color: #5367FC;
    display: block;
    transition: 0.3s;
}
.main-footer .accordion-body ul li a:hover{
    color: #00FFC1;
}
.main-footer .para{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: #797979;
    margin-bottom: 40px;
}
.main-footer .para a{
    color: #5367FC;
    font-weight: 700;
    transition: 0.3s;
}
.main-footer .para a:hover{
    color: #00FFC1;
}

/*product page css*/
.product-banner{
    width: 100%;
    height: auto;
    position: relative;
    padding: 80px 0;
}
.product-banner .image{
    width: 100%;
    height: auto;
    position: relative;
}
.product-banner .image img{
    width: 100%;
}
.product-banner h1{
    font-size: 65px;
    font-style: normal;
    font-weight: 700;
    color: #231F20;
    margin-bottom: 24px;
}
.product-banner p{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: #797979;
    margin-bottom: 24px;
}
.product-banner ul{
    margin: 0;
    padding: 0;
}
.product-banner ul li{
    display: inline-block;
    margin-right: 12px;
}
.product-banner ul li a{
    display: block;
    background: #dce0ff;
    color: #5367FC;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    padding: 5px 30px;
    border-radius: 30px;

}
.product-dtl-sec{
    width: 100%;
    height: auto;
    position: relative;
    padding: 0 0 80px;
}
.product-dtl-sec .text{
    width: 100%;
    height: auto;
    position: relative;
}
.product-dtl-sec .text h3{
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    color: #797979;
    margin-bottom: 24px;
}
.product-dtl-sec .text p{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: #797979;
    margin-bottom: 25px;
}
.product-dtl-sec .text .video-box{
    width: 100%;
    height: auto;
    border-radius: 10px;
    background:#5367FC;
    position: relative;
    margin-bottom: 50px;
    overflow:hidden;
}
.product-dtl-sec .text .video-box .play-icon{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(-50%);
}
.product-dtl-sec .feature-sec{
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 50px;
}
.product-dtl-sec .feature-sec h3{
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    color: #5367FC;
    margin-bottom: 25px;
}
.product-dtl-sec .feature-sec ul{
    list-style: disc;
    margin: 0;
    padding: 0 0 0 20px;
}
.product-dtl-sec .feature-sec ul li{
    margin-bottom: 20px;
    color: #797979;
}
.product-dtl-sec .feature-sec ul li span{
    font-weight: 700;
    color: #231F20;
}
.product-dtl-sec .use-sec{
    width: 100%;
    height: auto;
    position: relative;
}
.product-dtl-sec .use-sec h3{
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    color: #231F20;
    margin-bottom: 24px;
}
.product-dtl-sec .use-sec p{
    font-style: normal;
    font-weight: 400;
    color: #797979;
}    
.product-dtl-sec .sing-up-box{
    box-shadow: 4px 4px 25px 0px rgba(0, 0, 0, 0.10);
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    position: sticky;
    top: 85px;
}
.product-dtl-sec .sing-up-box h4{
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    color: #231F20;
    margin-bottom: 20px;
}
.product-dtl-sec .sing-up-box .form-control{
    font-size: 16px;
    text-align: center;
    border-radius: 30px;
    padding: 10px;
    margin-bottom: 20px;
}
.product-dtl-sec .sing-up-box .submit-btn{
    background: #5367FC;
    color: #fff;
    border: none;
    border-radius: 30px;
    width: 100%;
    padding: 10px;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    transition: 0.3s;
}
.product-dtl-sec .sing-up-box .submit-btn:hover{
    background: #00FFC1;
    color: #000;
}
.faqs-sec{
    width: 100%;
    height: auto;
    position: relative;
    padding: 80px 0;
}
.faqs-sec .heading{
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 30px;
}
.faqs-sec .heading h3{
    font-weight: 700;
    font-size: 55px;
    line-height: 98px;
    color: #231F20;
}
.faqs-sec .heading .faq-mobile{
    display: none;
}
.faqs-sec .accordion-item{
    margin-bottom: 5px;
}
.faqs-sec .accordion-button{
    box-shadow: none;
    border-radius: 4px !important;
    border: 1px solid #f3f3f3  !important;
    font-weight: 500;
    font-size: 16px;
    line-height: 184%;
    color: #797979;
}
.faqs-sec .accordion-button:not(.collapsed){
    color: #5367FC !important;
    background: #fff !important;
}
.faqs-sec .accordion-body{
    background: #fff !important;
    font-size: 16px;
    line-height: 184%;
    color: #231F20;
    border: 1px solid #f3f3f3  !important;
    border-radius: 4px !important;
}
.faqs-sec .image{
    width: 100%;
    height: auto;
    position: relative;
}
.faqs-sec .image img{
    width: 100%;
    height: auto;
}
.price-sec{
    width: 100%;
    height: auto;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    background: #fff;
    box-shadow: 0px -10px 25px 0px rgba(0, 0, 0, 0.10);
}
.price-sec .text{
    width: 100%;
    display: flex;
    align-items: center;
}
.price-sec .text div{
    padding: 20px;
}
.price-sec .text p{
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    color: #231F20;
    margin-bottom: 5px;
}
.price-sec .text h5{
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    color: #231F20;
}
.price-sec .text .invest-btn{
    border: 1px solid #5367FC;
    padding: 10px 25px;
    border-radius: 30px;
    display: table;
    color: #5367FC;
    font-size: 18px;
    margin-left: 50px;
    margin-right: 20px;
    transition: 0.3s;
}
.price-sec .text .invest-btn:hover{
    background: #00FFC1;
    color: #231F20;
}
.price-sec .text .open-ac-btn{
    background: #5367FC;
    padding: 10px 25px;
    border-radius: 30px;
    display: table;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    margin-right: 20px;
    transition: 0.3s;
}
.price-sec .text .open-ac-btn:hover{
    background: #00FFC1;
    color: #231F20;
}
.price-sec .download-btn{
    width: 100%;
    display: table;
    background: #5367FC;
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    padding: 28px 0;
}
.price-sec .download-btn:before{
    content: '';
    width: 40%;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #5367FC;
    z-index: -9;
}