*{
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
}
img{
    border-style: none;
    vertical-align: middle;
}
.header{
    height: 80px;
    width: 1140px;
    background-color: #f6f9ff;    
}
#header-bgcolor{
    background-color: #f6f9ff;
    height: 85px;
    position: fixed;
    width: 100%;
    z-index: 4;
}
.logo-text{
    height: 48px;
    margin-top: 15px;
}
.logo-img{
    float: left;
    width: 48px;
    height: 48px;
}
.logo-img img{
    width: 100%;
    height: 100%;
}
.logo_text{
    float: left;
    margin-top: 2px;
    margin-left: 15px;
}
.logo-text h1{
    font-size: 28px;
    font-weight: 500;
    color: #4d4d4d;
}

/* navbar */
.navbar{
    margin-top: 15px;
    height: 48px;
}
.navbar ul {
    list-style-type: none;
    margin-top: 10px;
    float: right;
}
.navbar ul li {
    display: inline-block;
    padding: 0 15px;
}
.navbar ul li a{
    text-decoration: none;
    text-transform: uppercase;
    color: #6a6a6b;
    font-size: 14px;
    transition: all .4s ease;
    display: block;

}
.navbar ul li a.login-btn{
    color: #ffffff;
    margin-left: 15px;
    border: 1px solid #ffffff;
    background-color: #42d897;
    padding: 5px 20px;
    border-radius: 5px;
    font-size: 11px;
    transition: all .4s ease;
    display: block;
    width: 80px;
    
}
.navbar ul li a:hover{
    color: rgb(57, 13, 179);
}
.navbar ul li a.login-btn:hover{
    background-color: red;
    color: #ffffff;
}

/* Start banner-text-img text */
.banner{
    height: 700px;
    background-color: #f6f9ff;
    position: relative;
}
.banner-content h2{
    padding: 95px 0 0 35px; 
    font-size: 18px;
    color: #9589da;
    font-weight: 500;
    margin-top: 80px;
}
.banner-content h2::before{
    content: "";
    position: absolute;
    width: 30px;
    height: 3px;
    background-color:#436df6;
    left: 122px;
    top: 188px;
}
.banner-title{
    padding: 10px 0 10px 0;
    font-size: 48px;
    font-weight: 600;
    color: #1f2471;
}
.banner-content p{
    font-size: 16px;
    line-height: 2;
    color: #979a9c;
    font-weight: 500;
    padding: 0 0 35px 0;
}
.getstart-btn{
    text-decoration: none;
    margin-right: 20px;
    text-transform: uppercase;
    padding: 14px 35px;
    background-color: #896eff;
    color: #ffffff;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 550;
}
.learnmore-btn{
    text-decoration: none;
    text-transform: uppercase;
    padding: 14px 35px;
    background-color: #896eff;
    color: #ffffff;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 550;
}
.banner-img img{
    width: 111%;
    height: 530px;
    margin-top: 75px;
}



/* Start partners */
#partners{
    height: 250px;
    padding: 100px 0;
    background-color: #fbfbfb;
}
.logos img{
    width: 100%;
}
.partners-border{
    width: 80px;
    height: 6px;
    background-color: #fb555c;
    border-radius: 5px;
    margin: 140px auto 0 auto;
}

/* Start Services */
#Services{
    padding: 80px 0;
    height: 2090px;
    background-color: #fbfbfb;
}
.services-content{
    text-align: center;
    margin: 0 0 60px 0;
}
.service-lenta.col-lg-12{
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 70px;
}
.services-content h3{
    margin: auto;
    width: 130px;

}
.primary-text{
    font-size: 15px;
    color: #6245e6;
    background-color: #ebe7ff;
    padding: 5px 15px;
    border-radius: 10px;
}
.primary-title{
    font-size: 30px;
    line-height: 2.4;
    color: #1f327e;
}
.services-content p{
    color: #5e5f5f;
    width: 520px;
    margin: auto;
}

.col-lg-4.lenta{
    border: 1px solid #ffffff;
    height: 320px;
    border-radius: 10px;
    padding: 35px 15px;
    width: 360px;
    box-shadow: 0px 0px 30px -10px rgba(104, 95, 95, 0.75);
    background-image: url(../img/core-img/cards-bg.png);
    background-size: cover;
    background-color: #ffffff;
}
.middle{
    margin: 0 30px;
}
.lenta h3{
    color: #1f327e;
    padding: 20px 0;
}
.primary-paragraph{
    color: #858788;
}
.lenta-img{
    width: 36px;
    height: 36px;
}
.lenta-img img{
    width: 100%;
}
.col-lg-12.collaboration{
    padding-left: 0;
    padding-right: 0;
}
.col-lg-6.collaboration-content{
    padding: 0;
}
.collaboration-img img{
    width: 100%;
}
.primary-text-2{
    font-size: 15px;
    color: #6245e6;
    background-color: #ebe7ff;
    padding: 5px 15px;
    border-radius: 10px;
    float: left;
}
.collaboration-primary-title{
    font-size: 35px;
    font-weight: 600;
    color: #1f2471;
    padding: 10px 0 10px 0;
}
.collaboration-content p{
    color: #858788;
}

.middle-collab{
    margin: 100px 0;
}

.readmore-btn a{
    text-decoration: none;
    text-transform: uppercase;
    padding: 14px 35px;
    background-color: #896eff;
    color: #ffffff;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 550;
}
.readmore-btn{
    margin-top: 60px;
}
/* Start free trial */
#free-trial{
    height: 640px;
    background-image: url(../img/bg-img/trial-bg.png);
    background-size: cover;
    padding:100px 0;
}
.free-trialimg img{
    width: 100%;
}

.trial-title{
    background-color: #ebe7ff;
    float: left;
    padding: 5px 20px;
    border-radius: 10px;
    color: #583dd6;
}

.col-lg-6.free-trial-details{
    padding-right: 0;
    color: #ffffff;
    padding-top: 40px;
}

.free-trial-details h4{
    font-size: 35px;
    padding: 15px 0;
}
.free-trial-details p{
    padding-bottom: 40px;
}
.trial-form.col-lg-12{
    padding: 20px 15px;
}
.trial-form{
    background-color: #a995ff;
    height: 160px;
    border-radius: 40px;
    padding: 20px 15px;
}
.form-bg{
    background-color: #ffffff;
    height: 50px;
    border-radius: 30px;
    border: 2px solid #896eff;
}
.form-icon{
    float: left;
    line-height: 50px;
}
.form-icon i{
    color: #896eff;
    font-size: 20px;
}
.form-input{
    float: left;
    line-height: 45px;
    padding-left: 10px;
}
.form-input input{
    width:440px;
    border: none;
    outline: none;
}
.form-btn{
    margin-top: 40px;
}
.subscribe-btn{
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    color: #ffffff;
    background-color: #896eff;
    padding: 15px 40px;
    border-radius: 10px;
    font-weight: 600;
}

/* Start working-steps */
#working-steps{
    height: 1550px;
    background-color: #f9f8ff;
    padding: 80px 0 0 0;
}
.working-steps-content{
    text-align: center;
}
.working-steps-content h3{
    width: 150px;
    margin: auto;
}
.working-steps-content p{
    color: #5e5f5f;
    width: 520px;
    margin: auto;
}
.working-lentas{
    margin-top: 80px;
    margin-bottom: 80px;

}

.hex-patter-img{
    background-image: url(../img/svg/hex-pattern2.svg);
    height: 250px;
    background-size: cover;
    width:250px;
    position: absolute;
    top: -100px;
    right: -101px;
    z-index: 0;

}

.col-lg-12.working-lentas{
    padding: 0;
    position: relative;
}
.col-lg-4.working-lenta{
    background-color: #ffffff;
    box-shadow: 0px 0px 30px -10px rgba(104, 95, 95, 0.75);
    border-radius: 10px;
    height: 370px;
    padding: 40px 20px;
    text-align: center;
    width: 360px;
    position: relative;
}
.working-lenta h4{
    padding: 20px 0;
    font-size: 20px;
    font-weight: 500;
}

.working-lenta img{
    width: 100%;
}

.ourcore-features{
    text-align: center;
}
.ourcore-features h3{
    width: 150px;
    margin: auto;
}
.ourcore-features p{
    color: #5e5f5f;
    width: 520px;
    margin: auto;
}
.col-xs-12.col-sm-12.col-md-12.tasks.col-lg-12.middle-task{
    margin: 30px 0;
}

.features-details{
    margin-top: 80px;
}
.feature-img img{
    width: 100%;
    padding-top: 20px;
}
.col-lg-6.feature-content{
    padding-right: 0;
}

.col-lg-10.task-content{
    padding: 0;
}
.col-lg-2.tasks-img{
    padding-left: 0;
    padding-right: 15px;
}
.col-lg-2.tasks-img img{
    width: 100%;
}
.tasks.col-lg-12{
    background-color: #ffffff;
    padding: 25px 20px;
    box-shadow: 0px 0px 35px -20px rgba(104, 95, 95, 0.75);
}
.task-content h3{
    color: #354168;
}
.task-content p{
    padding-top: 5px;
    font-size: 15px;
    color: #929293;
}
/* Start pricing  */
#pricing{
    background-color: #ecf6fd;
    height: 960px;
    padding: 80px 0;
}
.pricing-title{
    text-align:center;
}
.pricing-title h3{
    width: 130px;
    margin: auto;
}
.pricing-title p{
    color: #5e5f5f;
    width: 520px;
    margin: auto;
}
.pricing-table{
    margin-top: 80px;
}

.table{
    text-align: center;
    width: 340px;
    height: 530px;
    padding: 40px 0;
}
.table h4{
    text-transform: uppercase;
    font-size: 15px;
}
.table .price{
    display: block;
    font-size: 45px;
    color: #3964f9;
    font-weight: 600;
}
.table small{
    color: #8c8d8d;
}

.opportunity{
    margin-top:30px;
    margin-bottom:40px;
}
.opportunity p{
    line-height: 2;
    color: #8c8d8d;
}

.table-btn{
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    color: #ffffff;
    background-color: #896eff;
    padding: 15px 60px;
    border-radius: 10px;
    font-weight: 600;
}
.table-shadow{
    box-shadow: 0px 0px 35px -20px rgba(104, 95, 95, 0.75);
    border-radius: 5px;
}

/* Start Testimonials */
#testimonials{
    background-image: url(../img//bg-img/footer-bg.png);
    height: 1450px;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #f9f8ff;
}
.testimonials-title{
    text-align: center;
    margin-top: 80px;
}
.testimonials-title h3{
    width: 170px;
    margin: auto;
}
.testimonials-title p{
    color: #5e5f5f;
    width: 520px;
    margin: auto;
}

.clients-opinion{
    margin-top: 90px;
}
.clients{
    background-color: #ffffff;
    width: 540px;
    height: 340px;
    padding: 30px 5px;
    border-radius: 20px;
    background-image: url(../img/core-img/cards-bg.png);
}
.col-lg-6.Jebin-client{
    padding-left: 0;
}
.client-img{
    width: 100px;
    margin: auto;
    padding-bottom: 20px;
}
.client-img img{
    width: 100%;
    border-radius: 100%;
}
.clients-content{
    text-align: center;
}
.clients-content p{
    padding-bottom: 25px;
    color: #8c8c8c;
    font-weight: 500;
}
.clients-content h4{
    line-height: 2;
    font-weight: 600;
}
.clients-content span{
    color: #8c8c8c;
    font-weight: 500;
}
.clients-page{
    margin-top: 40px;
    margin-bottom: 80px;
}
.clients-page ul {
    list-style-type: none;
    text-align: center;
}
.clients-page ul li{
    display: inline-block;
    margin-right: 5px;
    width: 35px;
    height: 35px;
    background-color: #ffffff;
    border-radius: 50%;
}
.clients-page ul li a{
    text-decoration: none;
    line-height: 35px;
    color: #000000; 
}
.clients-page li.active-page{
    background-color: #42d897;
    color: #ffffff;
}
.clients-page li.active-page a{
    color: #ffffff;
}

.what-next.col-lg-12{
    background-color: #4843f6;
    height: 190px;
    padding: 40px 20px;
    margin-bottom: 100px;
}
.what-next h3{
    color: #d4d7e1;
    font-size: 30px;
    font-weight: 600;
    opacity: 1;
}
.what-next h4{
    color: #ffffff;
    font-size: 35px;
}
.what-next-btn{
    margin-top: 40px;
    margin-right: 70px;
}
.what-next-btn a{
    text-decoration: none;
    background-color: #fb565c;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 12px;
    padding: 15px 50px;
    border-radius: 10px;
}

.col-lg-12.main-footer{
    height: 240px;
    padding: 0;
    color: #ffffff;
}
.col-lg-4.footer-socialm{
    height: 240px;
    padding-left: 0;

}
.col-lg-2.footer-logo{
    padding-left: 0;
    padding-right: 5px;
}
.footer-logo img{
    width: 100%;
}
.col-lg-8.footer-name-logo{
    padding-left: 0;
    padding-top: 10px;
    font-size: 20px;
    color: #ffffff;
}

.social-text{
    color: #ffffff;
    font-size: 14px;
    line-height: 1.8;
    word-break: break-all;
    padding-top: 20px;
}

.col-lg-12.social-media{
    padding-left: 0;
    margin-top: 10px;
}
.social-media ul{
    list-style-type: none;
}
.social-media ul li{
    display: inline-block;
    margin-right: 5px;
    width: 35px;
    height: 35px;
    background-color: #42d897;
    text-align: center;
}
.social-media ul li a{
    text-decoration: none;
    color: #ffffff;
    line-height: 35px;
}


.footer-privacy{
    height: 240px;
}
.col-lg-12.main-footer h4{
    font-weight: 500;
    text-transform: uppercase;
}
.col-lg-12.main-footer ul {
    list-style-type: none;
    padding-top: 15px;
}
.col-lg-12.main-footer ul li{
    font-size: 15px;
    padding-bottom: 8px;
}
.footer-navigate{
    height: 240px;
}
.col-lg-3.footer-contacts{
    height: 240px;
    padding-left: 0;
}
.toggle-menu {
    display: none;
}
@media only screen and (max-width:960px){
    *{
        font-family: 'Poppins', sans-serif;
        box-sizing: border-box;
    }
    body{
        overflow-x: hidden;
    }
    #header-bgcolor{
        background-color: #f6f9ff;
        height: 85px;
        position: fixed;
        width: 100%;
        z-index: 4;
    }
    .hamburger,.toggle-menu{
        display: block;
        cursor: pointer;
    }
    .hamburger{
        position: absolute;
        width: 30px;
        height: 4px;
        background-color: #000;
        border-radius: 10px;
        cursor: pointer;
        z-index: 2;
        transition: .3s all;
        top: 30px;
        right: 0;
    }
    .hamburger::before,.hamburger::after{
        content: "";
        position: absolute;
        height: 4px;
        background-color: #000;
        border-radius: 10px;
        transition: .3s all;
    }
    .hamburger::before{
        top: -8px;
        width: 30px;
    }
    .hamburger::after{
        top:8px;
        width: 30px;
    }
    .toggle-menu{
        position: absolute;
        width: 30px;
        height: 40px;
        top:15px;
        right:0px;
        z-index: 3;
        opacity: 0;
    }
    .navbar input:checked~.hamburger{
        background:none;
    }
    .navbar input:checked~.hamburger::before{
        top: 0;
        width: 30px;
        transform: rotate(-45deg);
    }
    .navbar input:checked~.hamburger::after{
        top: 0;
        width: 30px;
        transform: rotate(45deg);
    }
    .navbar input:checked~ ul{
        left: 0;
        top: -10px;
    }
    .navbar ul{
        position: fixed;
        left: -300px;
        width: 300px;
        height: 100%;
        background-color: #1f2471;
        z-index: 3;
        top: -10px;
        padding-top: 40px;
        transition: 0.3s;
    }
    .navbar ul li {
        display: block;
        padding-bottom: 10px;
        padding-left: 30px;
    }
    .navbar ul li a{
        color: #ffffff;
    }
    .navbar ul li a.login-btn{
      margin-left: 0;
    }
    .banner{
        background-color: #f6f9ff;    
        height: 700px;
        width: 100%;
    }
    .banner-img img{
        width: 94%;
        position: relative;
    }
    .banner-content h2{
        position: relative;
        margin-left: 16px;
    }
    .banner-content h2::before{
        content: "";
        position: absolute;
        width: 30px;
        height: 3px;
        background-color:#436df6;
        left: 3px;
        top: 108px;
    }
    .banner-title{
        font-size: 40px;
        position: relative;
        padding: 0 16px;
    }
    .banner-content{
        padding: 0 16px;
    }
    .banner-content p{
        font-size: 16px;
        line-height: 2;
        color: #979a9c;
        font-weight: 500;
        padding: 0 16px 35px 16px;
    }
    .banner-content a{
        margin-left: 16px;
    }
    .services-content p{
        color: #5e5f5f;
        width: 500px;
        margin: auto;
    }
    #partners{
        display: block;
    }
    #Services{
        padding: 80px 0px;
        height: 2480px;
        background-color: #fbfbfb;
        width: 100%;
    }
  
    .col-xs-12.col-sm-12.col-md-6.col-lg-4.lenta{
        height: 320px;
        border-radius: 10px;
        padding: 35px 15px;
        width: 350px;
        box-shadow: 0px 0px 30px -10px rgba(104, 95, 95, 0.75);
        background-image: url(../img/core-img/cards-bg.png);
        background-size: cover;
        margin: 0 0 30px  0;
        background-color: #ffffff;
        margin-right: 16px;
    }
    .service-lenta.col-lg-12{
        margin-bottom: 0;
        padding: 0 16px;
    }
    .col-lg-12.collaboration{
        padding-top: 30px;
    }
    .col-xs-12.col-lg-6.collaboration-content{
        padding: 20px 16px 0 16px;
        position: relative;
    }
    .col-xs-12.col-lg-6.collaboration-content p{
        font-size: 15px;
    }
    .collaboration-img img{
        width: 94%;
        margin-top: 40px;
    }
    .collaboration-primary-title{
        font-size: 25px;
        font-weight: 600;
        color: #1f2471;
        padding: 10px 0 10px 0;
    }
    .middle-collab{
        margin: 0;
    }
    #free-trial{
        height: 670px;
        background-image: url(../img/bg-img/trial-bg.png);
        background-size: cover;
        padding:100px 0px;
        width: 100%;
    }
    .trial-form.col-lg-12{
        width: 94%;
    }
    .free-trialimg img{
        width: 94%;
    }
    .col-lg-6.free-trial-details{
        padding-right: 16px;
        color: #ffffff;
        padding-top: 40px;
    }
    .form-input{
        float: left;
        line-height: 45px;
        padding-left: 10px;
    }
    .form-input input{
        width:200px;
        border: none;
        outline: none;
    }
    .form-btn{
        margin-top: 40px;
    }
    .subscribe-btn{
        text-decoration: none;
        text-transform: uppercase;
        font-size: 13px;
        color: #ffffff;
        background-color: #896eff;
        padding: 15px 40px;
        border-radius: 10px;
        font-weight: 600;
    }
    #working-steps{
        height: 2540px;
        background-color: #f9f8ff;
        padding: 80px 0 0 0;
        width: 100%;
        
    }
    .working-steps-content{
        text-align: center;
    }
    .working-steps-content h3{
        width: 150px;
        margin: auto;
    }
    .working-steps-content p{
        color: #5e5f5f;
        width: 450px;
        margin: auto;
    }
    .working-lentas{
        margin-top: 80px;
        margin-bottom: 80px;
    
    }
    .hex-patter-img{
      display: none;
    
    }
    
    .col-lg-12.working-lentas{
        padding: 0 0 0 18px;
    }
    .col-lg-4.working-lenta{
        background-color: #ffffff;
        box-shadow: 0px 0px 30px -10px rgba(104, 95, 95, 0.75);
        border-radius: 10px;
        height: 370px;
        padding: 40px 20px;
        text-align: center;
        width: 350px;
    }  
    .working-lenta img{
        width: 100%;
    }
    .col-xs-12.col-lg-4.working-lenta.middle{
        margin: 0 0 16px 16px;
    }
    .col-xs-12.col-sm-12.col-md-6.col-lg-4.working-lenta.assign{
        margin-bottom: 16px;
    }
    
    .feature-img img{
        width: 94%;
        padding-bottom: 40px;
    }
    .col-lg-6.feature-content{
        padding-right: 16px;
    }
    
    .col-lg-10.task-content{
        padding: 0px;
    }
    .col-xs-12.col-sm-12.col-md-12.tasks.col-lg-12.middle-task{
        margin: 0px 0 30px 0;
    }
    .col-lg-2.tasks-img{
        padding-left: 0px;
        padding-right: 16px;
    }
    .tasks.col-lg-12{
        background-color: #ffffff;
        padding: 25px 20px;
        box-shadow: 0px 0px 35px -20px rgba(104, 95, 95, 0.75);
        margin-bottom: 30px;
        width: 94%;
    }
    .task-content p{
        padding-top: 5px;
        font-size: 15px;
        color: #929293;
        word-break: break-all;
    }
    .table{
        text-align: center;
        width: 240px;
        height: 530px;
        padding: 40px 0;
    }
    .col-xs-12.col-sm-12.col-md-12.col-lg-12.pricing-table .col-xs-12.col-sm-12.col-md-4.col-lg-4{
        padding-left: 0;
        padding-right: 0;
    }
    #testimonials{
        background-image: url(../img//bg-img/footer-bg.png);
        height: 2100px;
        background-size: cover;
        background-repeat: no-repeat;
        background-color: #f9f8ff;
        width: 100%;
    }
    .testimonials-title{
        text-align: center;
        margin-top: 70px;
    }
   
    .testimonials-title p{
        color: #5e5f5f;
        width: 450px;
        margin: auto;
    }
    
    .clients-opinion{
        margin-top: 90px;
    }
    .clients{
        background-color: #ffffff;
        width: 94%;
        height: 340px;
        padding: 30px 5px;
        border-radius: 20px;
        background-image: url(../img/core-img/cards-bg.png);
    }
    .col-lg-6.Jebin-client{
        padding-left: 0;
    }
    .col-xs-12.col-lg-6.sunil{
        padding-left: 0;
        margin-top: 30px;
    }
       
    .col-xs-12.what-next.col-lg-12{
        background-color: #4843f6;
        height: 290px;
        padding: 40px 20px;
        margin-bottom: 100px;
        width:92%;
    }
    .col-xs-12.col-sm-12.col-md-4.right.what-next-btn {
        margin-right: 0;
        margin-left: 90px;
    }
    .col-xs-12.col-sm-6.col-lg-3.footer-contacts{
        margin-top: 25px;
    }
    
}
@media only screen and (max-width:768px){
    *{
        font-family: 'Poppins', sans-serif;
        box-sizing: border-box;
    }
    body{
        overflow-x: hidden;
    }
    #header-bgcolor{
        background-color: #f6f9ff;
        height: 85px;
        position: fixed;
        width: 100%;
        z-index: 4;
    }
    .hamburger,.toggle-menu{
        display: block;
        cursor: pointer;
    }
    .hamburger{
        position: absolute;
        width: 30px;
        height: 4px;
        background-color: #000;
        border-radius: 10px;
        cursor: pointer;
        z-index: 2;
        transition: .3s all;
        top: 30px;
        right: 0;
    }
    .hamburger::before,.hamburger::after{
        content: "";
        position: absolute;
        height: 4px;
        background-color: #000;
        border-radius: 10px;
        transition: .3s all;
    }
    .hamburger::before{
        top: -8px;
        width: 30px;
    }
    .hamburger::after{
        top:8px;
        width: 30px;
    }
    .toggle-menu{
        position: absolute;
        width: 30px;
        height: 40px;
        top:15px;
        right:0px;
        z-index: 3;
        opacity: 0;
    }
    .navbar input:checked~.hamburger{
        background:none;
    }
    .navbar input:checked~.hamburger::before{
        top: 0;
        width: 30px;
        transform: rotate(-45deg);
    }
    .navbar input:checked~.hamburger::after{
        top: 0;
        width: 30px;
        transform: rotate(45deg);
    }
    .navbar input:checked~ ul{
        left: 0;
        top: -10px;
    }
    .navbar ul{
        position: fixed;
        left: -300px;
        width: 300px;
        height: 100%;
        background-color: #1f2471;
        z-index: 3;
        top: -10px;
        padding-top: 40px;
        transition: 0.3s;
    }
    .navbar ul li {
        display: block;
        padding-bottom: 10px;
        padding-left: 30px;
    }
    .navbar ul li a{
        color: #ffffff;
    }
    .navbar ul li a.login-btn{
      margin-left: 0;
    }
    .banner{
        background-color: #f6f9ff;    
        height: 1280px;
        width: 100%;
    }
    .banner-img img{
        width: 94%;
        position: relative;
    }
    .banner-content h2{
        position: relative;
        margin-left: 16px;
    }
    .banner-content h2::before{
        content: "";
        position: absolute;
        width: 30px;
        height: 3px;
        background-color:#436df6;
        left: 3px;
        top: 108px;
    }
    .banner-title{
        font-size: 60px;
        position: relative;
        padding: 0 16px;
    }
    .banner-content{
        padding: 0 16px;
    }
    .banner-content p{
        font-size: 16px;
        line-height: 2;
        color: #979a9c;
        font-weight: 500;
        padding: 0 16px 35px 16px;
    }
    .banner-content a{
        margin-left: 16px;
    }
    .services-content p{
        color: #5e5f5f;
        width: 440px;
        margin: auto;
    }
    #partners{
        display: none
    }
    #Services{
        padding: 80px 0px;
        height: 3780px;
        background-color: #fbfbfb;
        width: 100%;
    }
  
    .col-xs-12.col-sm-12.col-md-6.col-lg-4.lenta{
        height: 320px;
        border-radius: 10px;
        padding: 35px 15px;
        width: 93%;
        box-shadow: 0px 0px 30px -10px rgba(104, 95, 95, 0.75);
        background-image: url(../img/core-img/cards-bg.png);
        background-size: cover;
        margin: 0 0 30px  0;
        background-color: #ffffff;
    }
    .service-lenta.col-lg-12{
        margin-bottom: 0;
        padding: 0 16px;
    }
    .col-lg-12.collaboration{
        padding-top: 30px;
    }
    .col-xs-12.col-lg-6.collaboration-content{
        padding: 20px 16px 0 16px;
        position: relative;
    }
    .col-xs-12.col-lg-6.collaboration-content p{
        font-size: 15px;
    }
    .collaboration-img img{
        width: 94%;
        margin-top: 40px;
    }
    .collaboration-primary-title{
        font-size: 25px;
        font-weight: 600;
        color: #1f2471;
        padding: 10px 0 10px 0;
    }
    .middle-collab{
        margin: 0;
    }
    #free-trial{
        height: 1000px;
        background-image: url(../img/bg-img/trial-bg.png);
        background-size: cover;
        padding:100px 0px;
        width: 100%;
    }
    .trial-form.col-lg-12{
        width: 94%;
    }
    .free-trialimg img{
        width: 94%;
    }
    .col-lg-6.free-trial-details{
        padding-right: 16px;
        color: #ffffff;
        padding-top: 40px;
    }
    .form-input{
        float: left;
        line-height: 45px;
        padding-left: 10px;
    }
    .form-input input{
        width:300px;
        border: none;
        outline: none;
    }
    .form-btn{
        margin-top: 40px;
    }
    .subscribe-btn{
        text-decoration: none;
        text-transform: uppercase;
        font-size: 13px;
        color: #ffffff;
        background-color: #896eff;
        padding: 15px 40px;
        border-radius: 10px;
        font-weight: 600;
    }
     #working-steps{
        height: 3100px;
        background-color: #f9f8ff;
        padding: 80px 0 0 0;
        width: 100%;
        
    }
    .working-steps-content{
        text-align: center;
    }
    .working-steps-content h3{
        width: 150px;
        margin: auto;
    }
    .working-steps-content p{
        color: #5e5f5f;
        width: 450px;
        margin: auto;
    }
    .working-lentas{
        margin-top: 80px;
        margin-bottom: 80px;
    
    }
    .hex-patter-img{
      display: none;
    
    }
    
    .col-lg-12.working-lentas{
        padding: 0 0 0 18px;
    }
    .col-lg-4.working-lenta{
        background-color: #ffffff;
        box-shadow: 0px 0px 30px -10px rgba(104, 95, 95, 0.75);
        border-radius: 10px;
        height: 470px;
        padding: 40px 20px;
        text-align: center;
        width: 90%;

    }    
    .working-lenta img{
        width: 100%;
    }
    .col-xs-12.col-lg-4.working-lenta.middle{
        margin: 30px 0;
    }

    .ourcore-features p{
        color: #5e5f5f;
        width: 450px;
        margin: auto;
    }
    
    .col-xs-12.col-sm-12.col-md-12.tasks.col-lg-12.middle-task{
        margin: 0px 0 30px 0;
    }
    .feature-img img{
        width: 94%;
        padding-top: 20px;
        padding-bottom: 40px;
    }
    .col-lg-6.feature-content{
        padding-right: 16px;
    }
    
    .col-lg-10.task-content{
        padding: 0px;
    }
    .col-lg-2.tasks-img{
        padding-left: 0px;
        padding-right: 16px;
    }
    .tasks.col-lg-12{
        background-color: #ffffff;
        padding: 25px 20px;
        box-shadow: 0px 0px 35px -20px rgba(104, 95, 95, 0.75);
        margin-bottom: 30px;
        width: 94%;
    }
    .task-content p{
        padding-top: 5px;
        font-size: 15px;
        color: #929293;
        word-break: break-all;
    }
    #pricing{
        background-color: #ecf6fd;
        height: 1900px;
        padding: 80px 0;
        width: 100%;
    }
    .pricing-title p{
        color: #5e5f5f;
        width: 450px;
        margin: auto;
    }
    .pricing-table{
        margin-top: 80px;
    }
    
    .table{
        text-align: center;
        width: 340px;
        height: 530px;
        padding: 40px 0;
        margin: auto;
    }
    #testimonials{
        background-image: url(../img//bg-img/footer-bg.png);
        height: 2100px;
        background-size: cover;
        background-repeat: no-repeat;
        background-color: #f9f8ff;
        width: 100%;
    }
    .testimonials-title{
        text-align: center;
        margin-top: 20px;
    }
   
    .testimonials-title p{
        color: #5e5f5f;
        width: 450px;
        margin: auto;
    }
    
    .clients-opinion{
        margin-top: 90px;
    }
    .clients{
        background-color: #ffffff;
        width: 94%;
        height: 340px;
        padding: 30px 5px;
        border-radius: 20px;
        background-image: url(../img/core-img/cards-bg.png);
    }
    .col-lg-6.Jebin-client{
        padding-left: 0;
    }
    .col-xs-12.col-lg-6.sunil{
        padding-left: 0;
        margin-top: 30px;
    }
       
    .col-xs-12.what-next.col-lg-12{
        background-color: #4843f6;
        height: 290px;
        padding: 40px 20px;
        margin-bottom: 100px;
        width:92%;
    }
    .col-xs-12.col-lg-3.footer-privacy{
        padding-left: 8px;
    }
    .col-xs-12.col-sm-6.col-lg-2.footer-navigate{
        padding-left: 0;
        margin-top: 25px;
    }
    .col-xs-12.col-sm-6.col-lg-3.footer-contacts{
        padding-left: 4px;
        margin-top: 25px;

    }
  


}
@media only screen and (max-width:576px){
    *{
        font-family: 'Poppins', sans-serif;
        box-sizing: border-box;
    }
    body{
        overflow-x: hidden;
    }
    #header-bgcolor{
        background-color: #f6f9ff;
        height: 85px;
        position: fixed;
        width: 100%;
        z-index: 4;
    }
    .hamburger,.toggle-menu{
        display: block;
        cursor: pointer;
    }
    .hamburger{
        position: absolute;
        width: 30px;
        height: 4px;
        background-color: #000;
        border-radius: 10px;
        cursor: pointer;
        z-index: 2;
        transition: .3s all;
        top: 30px;
        right: 0;
    }
    .hamburger::before,.hamburger::after{
        content: "";
        position: absolute;
        height: 4px;
        background-color: #000;
        border-radius: 10px;
        transition: .3s all;
    }
    .hamburger::before{
        top: -8px;
        width: 30px;
    }
    .hamburger::after{
        top:8px;
        width: 30px;
    }
    .toggle-menu{
        position: absolute;
        width: 30px;
        height: 40px;
        top:15px;
        right:0px;
        z-index: 3;
        opacity: 0;
    }
    .navbar input:checked~.hamburger{
        background:none;
    }
    .navbar input:checked~.hamburger::before{
        top: 0;
        width: 30px;
        transform: rotate(-45deg);
    }
    .navbar input:checked~.hamburger::after{
        top: 0;
        width: 30px;
        transform: rotate(45deg);
    }
    .navbar input:checked~ ul{
        left: 0;
        top: -10px;
    }
    .navbar ul{
        position: fixed;
        left: -300px;
        width: 300px;
        height: 100%;
        background-color: #1f2471;
        z-index: 3;
        top: -10px;
        padding-top: 40px;
        transition: 0.3s;
    }
    .navbar ul li {
        display: block;
        padding-bottom: 10px;
        padding-left: 30px;
    }
    .navbar ul li a{
        color: #ffffff;
    }
    .navbar ul li a.login-btn{
      margin-left: 0;
    }
    .banner{
        background-color: #f6f9ff;    
        height: 1280px;
        width: 100%;
    }
    .banner-img img{
        width: 100%;
        position: relative;
    }
    .banner-content h2{
        position: relative;
        margin-left: 16px;
    }
    .banner-content h2::before{
        content: "";
        position: absolute;
        width: 30px;
        height: 3px;
        background-color:#436df6;
        left: 3px;
        top: 108px;
    }
    .banner-title{
        font-size: 55px;
        position: relative;
        padding: 0 16px;
    }
    .banner-content{
        padding: 0 16px;
    }
    .banner-content p{
        font-size: 16px;
        line-height: 2;
        color: #979a9c;
        font-weight: 500;
        padding: 0 16px 35px 16px;
    }
    .banner-content a{
        margin-left: 16px;
    }
    .services-content p{
        color: #5e5f5f;
        width: 430px;
        margin: auto;
    }
    #partners{
        display: none
    }
    #Services{
        padding: 80px 0px;
        height: 3590px;
        background-color: #fbfbfb;
        width: 100%;
    }
  
    .col-xs-12.col-sm-12.col-md-6.col-lg-4.lenta{
        height: 320px;
        border-radius: 10px;
        padding: 35px 15px;
        width: 98%;
        box-shadow: 0px 0px 30px -10px rgba(104, 95, 95, 0.75);
        background-image: url(../img/core-img/cards-bg.png);
        background-size: cover;
        margin: 0 0 30px  0;
        background-color: #ffffff;
    }
    .service-lenta.col-lg-12{
        margin-bottom: 0;
        padding: 0 16px;
    }
    .col-lg-12.collaboration{
        padding-top: 30px;
    }
    .col-xs-12.col-lg-6.collaboration-content{
        padding: 20px 16px 0 16px;
        position: relative;
    }
    .col-xs-12.col-lg-6.collaboration-content p{
        font-size: 15px;
    }
    .collaboration-img img{
        width: 100%;
        margin-top: 40px;
    }
    .collaboration-primary-title{
        font-size: 25px;
        font-weight: 600;
        color: #1f2471;
        padding: 10px 0 10px 0;
    }
    .middle-collab{
        margin: 0;
    }

    #free-trial{
        height: 1000px;
        background-image: url(../img/bg-img/trial-bg.png);
        background-size: cover;
        padding:100px 0px;
        width: 100%;
    }
    .free-trialimg img{
        width: 100%;
    }
    .col-lg-6.free-trial-details{
        padding-right: 16px;
        color: #ffffff;
        padding-top: 40px;
    }
    .form-input{
        float: left;
        line-height: 45px;
        padding-left: 10px;
    }
    .form-input input{
        width:300px;
        border: none;
        outline: none;
    }
    .form-btn{
        margin-top: 40px;
    }
    .subscribe-btn{
        text-decoration: none;
        text-transform: uppercase;
        font-size: 13px;
        color: #ffffff;
        background-color: #896eff;
        padding: 15px 40px;
        border-radius: 10px;
        font-weight: 600;
    }

    #working-steps{
        height: 3060px;
        background-color: #f9f8ff;
        padding: 80px 0 0 0;
        width: 100%;
    }
    .working-steps-content{
        text-align: center;
    }
    .working-steps-content h3{
        width: 150px;
        margin: auto;
    }
    .working-steps-content p{
        color: #5e5f5f;
        width: 430px;
        margin: auto;
    }
    .working-lentas{
        margin-top: 80px;
        margin-bottom: 80px;
    
    }
    .hex-patter-img{
      display: none;
    
    }
    
    .col-lg-12.working-lentas{
        padding: 0;
    }
    .col-lg-4.working-lenta{
        background-color: #ffffff;
        box-shadow: 0px 0px 30px -10px rgba(104, 95, 95, 0.75);
        border-radius: 10px;
        height: 370px;
        padding: 40px 20px;
        text-align: center;
        width: 98%;

    }    
    .working-lenta img{
        width: 100%;
    }
    .col-xs-12.col-lg-4.working-lenta.middle{
        margin: 30px 0;
    }

    .ourcore-features p{
        color: #5e5f5f;
        width: 430px;
        margin: auto;
    }
    .col-xs-12.col-sm-12.col-md-12.tasks.col-lg-12.middle-task{
        margin: 0px 0 30px 0;
    }
    .feature-img img{
        width: 100%;
        padding-top: 20px;
        padding-bottom: 40px;
    }
    .col-lg-6.feature-content{
        padding-right: 16px;
    }
    
    .col-lg-10.task-content{
        padding: 0px;
    }
    .col-lg-2.tasks-img{
        padding-left: 0px;
        padding-right: 16px;
    }
    .col-lg-2.tasks-img img{
        width:70px;
        padding-bottom: 15px;
    }
    .tasks.col-lg-12{
        background-color: #ffffff;
        padding: 25px 20px;
        box-shadow: 0px 0px 35px -20px rgba(104, 95, 95, 0.75);
        margin-bottom: 30px;
    }
    .task-content p{
        padding-top: 5px;
        font-size: 15px;
        color: #929293;
        word-break: break-all;
    }

    #pricing{
        background-color: #ecf6fd;
        height: 1900px;
        padding: 80px 0;
        width: 100%;
    }
    .pricing-title p{
        color: #5e5f5f;
        width: 430px;
        margin: auto;
    }
    .pricing-table{
        margin-top: 80px;
    }
    
    .table{
        text-align: center;
        width: 340px;
        height: 530px;
        padding: 40px 0;
        margin: auto;
    }
    
    #testimonials{
        background-image: url(../img//bg-img/footer-bg.png);
        height: 2590px;
        background-size: cover;
        background-repeat: no-repeat;
        background-color: #f9f8ff;
        width: 100%;
    }
    .testimonials-title{
        text-align: center;
        margin-top: 20px;
    }
   
    .testimonials-title p{
        color: #5e5f5f;
        width: 430px;
        margin: auto;
    }
    
    .clients-opinion{
        margin-top: 90px;
    }
    .clients{
        background-color: #ffffff;
        width: 100%;
        height: 340px;
        padding: 30px 5px;
        border-radius: 20px;
        background-image: url(../img/core-img/cards-bg.png);
    }
    .col-lg-6.Jebin-client{
        padding-left: 0;
    }
    .col-xs-12.col-lg-6.sunil{
        padding-left: 0;
        margin-top: 30px;
    }
       
    .col-xs-12.what-next.col-lg-12{
        background-color: #4843f6;
        height: 290px;
        padding: 40px 20px;
        margin-bottom: 100px;
        width:95%;
    }
    .col-xs-12.col-lg-3.footer-privacy,
    .col-xs-12.col-lg-2.footer-navigate{
        padding-left: 0;
    }
  
}