/* ***** Common Css **** */
:root {
    scroll-behavior: initial;
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}
a:hover,
a:focus,
a:active {
    text-decoration: none;
}
ol,
ul {
    margin: 0;
    padding: 0;
}
img {
    display: block;
}
figure{margin: 0;}
a,button {
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    text-decoration: none;
}

body {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}
.slick-track,.slick-initialized{
  opacity: 1 !important;
}
.slick-slider {
  opacity: 0;
}
.slick-initialized.slick-slider{
  opacity: 1;
}

.main-wrpper {
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.container{
    max-width: 1280px;
}
/* ***** End Common Css **** */

/* **** Header **** */
header {
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    background: #fff;
    padding: 23px 0;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.navbar .container .navbar-brand,
.navbar .container-fluid .navbar-brand {
    margin-left: 0;
}
.navbar-brand {
    float: none;
    height: auto;
    padding: 0;
}
.navbar-brand img {
    max-width: 100%;
    height: 50px;
}
img.mobile-img{
    display: none;
}
.navbar-brand p{
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    color: #000;
    line-height: 24px;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
}
.navbar-brand:hover p{
    opacity: 0.5;
}
.navbar {
    background: transparent;
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}

.navbar .btn-main{
    margin: 0 0 0 auto;
}
.btn-main{
    padding: 15px 50px;
    background: #262454;
    border-radius: 50px;
    font-size: 22px;
    border: none;
    display: table;
    font-weight: normal;
    color: #fff;
}
.btn-main:hover{
    background: #3b38b2;
    color: #fff;
}

.navbar-trigger{
    font-size: 22px;
    width: 38px;
    height: 38px;
    border: 1px solid #3b38b2;
    border-radius: 5px;
    color: #3b38b2;
    display: none;
    align-items: center;
    justify-content: center;
    margin: 0 0 0 10px;
}
.navbar-trigger i{
    opacity: 0;
    visibility: visible;
    position: absolute;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    transform: scale(0);
    -webkit-transform: scale(0);
}
.navbar-trigger i:first-child{
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    -webkit-transform: scale(1);
}
.navbar-trigger.show-sidebar i:first-child{
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
    -webkit-transform: scale(0);
}
.navbar-trigger.show-sidebar i:last-child{
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    -webkit-transform: scale(1);
}
.sidebar-mobile{
    position: fixed;
    top: 60px;
    left: -100%;
    width: 280px;
    height: 100%;
    z-index: 99;
    overflow: auto;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
}

.sidebar-mobile.show-sidebar{
    left: 0;
}

body.show-sidebar{
    overflow: hidden;
}
/* **** End Header **** */

/* **** Home Page **** */
.hero-banner{
    padding: 160px 0 100px;
    position: relative;
    border-radius: 0 0 200px 0;
    background: #3b38b2;
}
.inner-navbar{
    padding: 25px 30px;
    background: #fff;
    max-width: 1060px;
    margin: 0 auto 90px;
    border-radius: 20px;
}
.inner-navbar ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.inner-navbar ul li a{
    font-size:20px;
    font-weight: 600;
    color: #3b38b1;
    display: block;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
}
.inner-navbar ul li a.active,
.inner-navbar ul li a:hover{
    color: #3b38b1;
    font-weight: bold;
}
.hero-banner h1{
    font-size: 89px;
    font-weight: 800;
    color: #fff;
    line-height: 125%;
    text-align: center;
    margin: 0 auto 90px;
}
.hero-banner h1 img{
    display: inline-block;
    vertical-align: middle;
    height:70px;
}
.hero-banner h2{
    font-size: 30px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    margin: 0 auto 50px;
}
.hero-banner h2 strong{
    font-size: 44px;
    font-weight: normal;
}
.google-review-box{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 75px;
}
.google-img{
    display: flex;
    min-width: 72px;
    margin-right: 15px;
}
.google-img img{    
    width: 100px;
    height: 100px;
    border-radius: 100%;
    object-fit: cover;
}
.rait-str{
    display: flex;
    align-items: center;
}
.rait-str h3{
    margin: 0;
    font-size: 18px;
    font-weight: normal;
    font-family: "Montserrat", sans-serif;
    color: #fff;
}
.rait-str h3 strong{
    font-weight: normal;
}
.star-rw{
    display: flex;
    align-items: center;
    margin: 0 0 0 10px;
}
.star-rw i{
    color: #fbbc35;
    font-size: 18px;
}
.raiting-box p{
    margin: 0 0 5px;
    font-size: 18px;
    font-weight: normal;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    line-height: 26px;
}
.hero-banner .btn-secondary{
    display: table;
    font-size: 34px;
    font-weight: 600;
    color: #fff;
    padding:15px 45px;
    line-height: 44px;
    background: #262454;
    border-radius: 50px;
    border: 1px solid #fff;
    margin: 0 auto 80px;
}
.hero-banner .btn-secondary:hover{
    background: #fff;
    border-color: #262454;
    color: #262454;
}
.strength-row{
    padding: 40px 69px 40px 33px;
    background: #fff;
    border-radius: 30px;
}
.strength-row .col-md-9{
    width: 71%;
}
.strength-row .col-md-3{
    width: 29%;
}
.strength-databox{
    display: flex;
    align-items: center;
}
.strength-img{
    min-width: 130px;
    margin-right: 30px;
    max-width: 130px;
}
.strength-img img{
    width: 100%;
}
.strength-content h3{
    margin: 0;
    font-size: 44px;
    font-weight: 800;
    color: #000;
    line-height: 54px;
}
.strength-list ul li{
    display: block;
    font-size: 22px;
    font-weight: normal;
    color: #000;
    margin: 0 0 10px;
    padding: 0 0 0 30px;
    position: relative;
}
.strength-list ul li:before{
    position: absolute;
    content:"\f058";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    color: #000;
    font-size: 20px;
    top: 2px;
    left: 0;
}
.strength-list ul li:last-child{
    margin: 0;
}


.experiencing-wrp{
    padding: 140px 0;
}
.titlebar{
    margin: 0 auto 65px;
}
.titlebar h2{
    font-size: 66px;
    font-weight: 800;
    color: #000;
    text-align: center;
    line-height: 76px;
    margin: 0 auto 40px;
}
.titlebar p{
    font-size: 24px;
    font-weight: normal;
    color: #000;
    text-align: center;
    margin: 0 auto;
    line-height: 34px;
}
.experiencing-wrp .row{
    align-items: center;
}
.experiencing-img img{
    width: 100%;
}
.experiencing-data h3{
    margin: 0;
    text-align: center;
    font-size: 22px;
    font-weight: normal;
    color: #000;
    line-height: 44px;
}
.experiencing-data h3 span{
    font-weight: 600;
    font-size: 28px;
}
.experiencing-data h3 strong{
    font-weight: 800;
    font-size: 32px;
}
.experiencing-data h3 i{
    color: #3c38b2;
}
.experiencing-data h3 i.dot{
    color: #20a464;
}

.benifit-wrp{
    padding: 130px 0 350px;
    background: #3b38b2;
    border-radius: 0 200px 0 0;
    position: relative;
}
.benifit-wrp .titlebar p,
.benifit-wrp .titlebar h2{
    color: #fff;
}
.benifit-wrp .titlebar h2{
    margin-bottom: 70px;
}
.benifit-wrp .titlebar{
    margin-bottom: 45px;
}
.benifit-wrp .row{
    align-items: center;
}
.benifit-img img{
    width: 100%;
}
.benifit-data h3{
    font-size: 44px;
    font-weight: 800;
    color: #f5df4d;
    margin: 0 0 20px;
}
.benifit-data p{
    font-size: 24px;
    font-weight: normal;
    color: #f5df4d;
    line-height: 34px;
    margin: 0 0 20px;
}
.benifit-data p:last-child{
    margin: 0;
}

.roadmap-wrp{
    padding: 150px 0 300px;
    background: #fcf5c9;
    border-radius: 200px 0 0 0;
    margin: -200px 0 0;
    position: relative;
    z-index: 1;
}
.roadmap-wrp .container{
    max-width: 1450px;
}
.roadmap-wrp .titlebar h2{
    margin: 0 auto 45px;
}
.roadmap-wrp .titlebar{
    margin: 0 auto 75px;
}
.roadmap-row ul{
    position: relative;
}
.roadmap-row ul li{
    padding: 0 0 45px;
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.roadmap-row ul li:after{
    position: absolute;
    content: '';
    width: 2px;
    height: 100%;
    background: #3b38b1;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
}
.roadmap-row ul li:last-child{
    padding: 0;
}
.roadmap-row ul li:last-child:after{
    display: none;
}
.roadmap-row ul li .roadmap-box{
    width: 45%;
    text-align: right;
    padding: 0 20px 0 0;
    margin-top: 25px !important;
}
.roadmap-row ul li .roadmap-box h3{
    font-size: 44px;
    font-weight: 800;
    color: #3c38b2;
    line-height: 54px;
    margin: 0 0 15px;
}
.roadmap-row ul li .roadmap-box p{
    margin: 0;
    font-size: 24px;
    font-weight: 300;
    color: #000000;
    line-height: 34px;
}
.roadmap-row ul li span{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    min-width: 100px;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #3b38b1;
    color: #fff;
    font-size: 50px;
    line-height: 50px;
    font-weight: 800;
    z-index: 1;
}
.roadmap-row ul li span:before{
    position: absolute;
    content: '';
    width: 25px;
    height: 25px;
    background: #1fa363;
    border-radius: 100%;
    top: 50%;
    left: -12px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.roadmap-row ul li:nth-child(even) .roadmap-box{
    text-align: left;
    padding: 0 0 0 20px;
    margin: 0 0 0 auto;
    width: 45%;
}
.roadmap-row ul li:nth-child(even) span:before{
    left: auto;
    right: -12px;
}

.develop-wrp{
    padding: 140px 0;
    background: #fff;
    border-radius: 200px 0 200px 0;
    margin: -170px 0 0;
    position: relative;
    z-index: 1;
}
.develop-wrp .titlebar{
    margin: 0 auto 100px;
}
.develop-wrp .container{
    max-width: 1450px;
}
.develop-wrp .slick-slide {
    margin: 0 15px;
}
.develop-wrp .slick-list {
    margin: 0 -15px;
}
.slick-track{
    display: flex !important;
}
.slick-slide{
    height: inherit !important;
}
.develop-box{
    position: relative;
    padding: 30px 0 0;
}
.develop-block{
    position: relative;
    background: #3c38b2;
    border-radius: 30px;
}
.develop-top h3{
    display: flex;
    align-items: flex-end;
    margin: 0 0 5px;
    font-size: 14px;
    font-weight: normal;
    color: #fcf5c9;
    line-height: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 10px 30px;
    position: relative;
    z-index: 1;
}
.develop-top h3 figure{
    min-width: 50px;
    position: relative;
    top: -4px;
}
.develop-top h3 figure img{
    height: 40px;
    width: 100%;
}
.develop-top h4{
    padding: 0 20px 15px;
    font-size: 22px;
    font-weight: 800;
    color: #fcf4ca;
    line-height: 34px;
    margin: 0;
}
img.bgshp{
    position: absolute;
    top: -25px;
    left:25px;
    width: 90px;
}
.slider-img img{
    width: 100%;
    height: 220px;
    object-fit: cover;
}
.develop-title{
    background: #3c38b2;
    padding: 20px 15px;
}
.develop-title h3{
    font-size: 22px;
    font-weight: 600;
    color: #fcf4ca;
    margin: 0 0 5px;
    line-height: 32px;
}
.develop-title p{
    margin: 0;
    font-size: 15px;
    font-weight: normal;
    color: #fcf4ca;
    line-height: 22px;
    display: flex;
    min-height: 45px;
}
.develop-title p i{
    margin: 5px 5px 0 0;
}
.develop-indata-box{
    padding: 16px 16px 36px;
    background: #fff url('../images/slider-back.png') 0 0 no-repeat;
    background-size: 100% 100%;
    min-height:450px;
}
.inner-devbx{
    margin: 0 0 20px;
}
.inner-devbx:last-child{
    margin: 0;
}
.inner-devbx h4{
    font-size: 22px;
    font-weight: 600;
    color: #000000;
    margin: 0 0 5px;
}
.inner-devbx ul li{
    display: block;
    font-size: 16px;
    line-height: 22px;
    font-weight: normal;
    color: #000;
    margin: 0;
    padding: 0 0 0 23px;
    position: relative;
}
.inner-devbx ul li:before{
    position: absolute;
    content:"\f058";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    color: #000;
    font-size: 15px;
    top: 0;
    left: 0;
}
.inner-devbx ul li:last-child{
    margin: 0;
}

.budget-bx ul li:before{
    content: "\f061";
}

.develop-row{
    position: relative;
}
.develop-row .hero__arrow {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 100%;
}
.develop-row .hero__arrows .hero__arrow{
    font-size: 26px;
    color: #262454;
    cursor: pointer;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.develop-row .hero__arrows .hero__arrow:hover{
    color: #3c38b2;
}
.develop-row .hero__arrows .hero__arrow.hero__arrow_right{
    left: auto;
    right: 0;
}
.develop-row .slick-dots{
    display: flex;
    align-items: center;   
    justify-content: center; 
    margin: 68px 0 0;
}
.develop-row .slick-dots li{
    line-height: 0;
    margin-right: 10px;
}
.develop-row .slick-dots li:last-child{
    margin: 0;
}
.develop-row .slick-dots li button{
    width: 9px;
    height: 9px;
    border:none;
    font-size: 0;
    background: #7c7b97;
    border-radius: 100%;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.develop-row .slick-dots li.slick-active button{
    background: #3d3aac;
}


.independent-wrp{
    padding: 250px 0 290px;
    background: #fcf5c9;
    margin: -180px 0 0;
}
.independent-wrp .container{
    max-width: 1450px;
}
.independent-wrp .titlebar{
    margin: 0 auto 120px;
}
.independent-wrp .titlebar h2{
    margin-bottom: 52px;
}
.independent-wrp .titlebar p{
    max-width: 85%;
}
.independent-head{
    position: relative;
}
.independent-head h3{
    font-size: 26px;
    font-weight: 800;
    color: #fcf5c9;
    margin: 0;
    display: flex;
    line-height: 36px;
    background: #3c38b2;
    align-items: flex-end;
    border-radius: 35px 35px 0 0;
    padding:0 0 15px;
    height:75px;
}
.independent-head h3 figure{
    min-width: 110px;
    width: 110px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    border: 2px solid #fcf5c9;
    border-bottom-width: 4px;
    border-radius: 100px 100px 0 100px;
    background: #3c38b2;
}
.independent-head h3 figure img{
    height:50%;
}
.independent-data{
    padding: 20px;
}
.independent-data ul li{
    font-size: 24px;
    font-weight: normal;
    color: #000000;
    line-height: 34px;
    padding: 0 0 0 30px;
    position: relative;
}
.independent-data ul li:before{
    position: absolute;
    content: "\f0a9";
    font-family:"Font Awesome 5 Pro";
    color: #000;
    font-size: 22px;
    top: 0;
    left: 0;
}

.testimonail-wrp{
    padding: 132px 0 130px;
    background: #3c38ae;
    border-radius: 200px 0 200px 0;
    margin: -170px 0 0;
    position: relative;
    z-index: 1;
}
.testimonail-wrp .container-fluid{
    padding: 0 70px;
}
.testimonail-wrp .titlebar{
    margin: 0 auto 50px;
}
.testimonail-wrp .titlebar h2,
.testimonail-wrp .titlebar p{
    color: #fff;
}
.testimonail-wrp .titlebar h2{
    margin-bottom: 50px;
}

.projects-wrp .titlebar{
    margin: 0 auto 75px;
}
.projects-supported-block{
    margin: 0 0 20px;
}


.ready-wrp{
    padding: 375px 0 0 ;
    background: #fcf5c9;
    margin: -180px 0 0;
}
.ready-row-wrp{
    padding: 86px 0 72px;
    border-radius: 200px 0 0;
    background: #3c38b2;
}
.ready-row-wrp .container{
    position: relative;
    z-index: 5;
}
.ready-row-wrp .titlebar{
    margin: 0 auto 100px;
}
.ready-row-wrp .titlebar h2{
    color: #fff;
    font-size: 94px;
    line-height: 114px;
}
.sponcers-row ul{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 192px;
    max-width: 810px;
    gap: 10px;
}
.sponcers-row ul li{
    padding: 0 5px;
}
.sponcers-row ul li img{
    width: 100px;
    height: 100px;
    border-radius: 100%;
    object-fit: cover;
}
.ready-row-wrp .btn-secondary{
    margin: 0 auto 30px;
    display: table;
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    padding:15px 50px;
    line-height: 44px;
    background: #262454;
    border-radius: 50px;
    border: 1px solid #fff;
    margin: 0 auto 40px;
}
.ready-row-wrp .btn-secondary:hover{
    background: #fff;
    border-color: #262454;
    color: #262454;
}
.ready-row-wrp .google-review-box{
    margin: 0 auto;
}


footer{
    padding: 65px 0 83px;
    background: #262454;
}
footer h6{
    font-size: 20px;
    font-weight: normal;
    color: #fff;
    line-height: 30px;
    margin: 0 0 5px;
}
footer p{
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    line-height: 26px;
    margin: 0;
}
footer .star-rw{
    margin: 6px 0 12px;
}
/* **** End Home Page **** */


.thankyou-wrp{
    padding: 320px 0 230px;
    background: #3c38b2;
}
.thankyou-wrp h1{
    font-size: 58px;
    font-weight: 800;
    color: #fff;
    text-align: center;
    margin: 0 auto 45px;
}
.thankyou-wrp p{
    font-size: 22px;
    font-weight: normal;
    color: #fff;
    line-height: 30px;
    text-align: center;
    margin: 0 auto 90px;
}
.thankyou-wrp h6{
    font-size: 22px;
    font-weight: normal;
    color: #fff;
    line-height: 30px;
    text-align: center;
    margin: 0;
}



.production-block{
    margin: 0 0 90px;
}
.production-block ul{
    display: flex;
    justify-content: center;
    gap: 50px;
}
.production-block .icon img{
    max-width: 100%;
    margin: 0 auto 30px;
}
.production-block ul li{
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    text-align: center;
}
.production-block ul li span{
    height: 16px;
    width: 16px;
    border-radius: 100%;
    border: 1px solid #fff;
    display: inline-block;
    padding: 3px;
}
.production-block ul li span img{
    max-width: 100%;
}




.benifit-wrp .benifit-box h3{
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    margin: 0 0 20px;
}
.benifit-wrp .benifit-box img{
    height: 173px;
    width: 173px;
    border-radius: 100%;
    object-fit: cover;
    margin: 0 auto 20px;
}
.benifit-wrp .benifit-box h4{
    font-size: 22px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    margin: 0 0 20px;
}
.benifit-wrp .benifit-box h5{
    font-size: 20px;
    color: #fff;
    font-weight: 500;
}
.benifit-wrp .benifit-box p{
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    margin: 0 0 16px;
}
.benifit-wrp .benifit-box p img{
    height: 14px;
    width: 14px;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}
.benifit-wrp .btn-secondary{
    display: table;
    font-size: 34px;
    font-weight: 600;
    color: #fff;
    padding:15px 45px;
    line-height: 44px;
    background: #262454;
    border-radius: 50px;
    border: 1px solid #fff;
    margin: 80px auto 0;
}
.benifit-wrp .btn-secondary:hover{
    background: #fff;
    border-color: #262454;
    color: #262454;
}