@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Lexend:wght@100;300;400;500;600;700;800&display=swap');

/*
font-family: 'Inter', sans-serif;
font-family: 'Lexend', sans-serif;
*/

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #071a33;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
}

p {
    color: #173050;
    font-family: 'Inter', sans-serif;
}

.pt-90 {
    padding-top: 90px;
}

.sec_pad {
    padding: 90px 0;
}

.color_blue{
    color: #02a5ff;
}

.flex-row-reverse {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important;
}

.mx-auto{
    margin-left: auto;
    margin-right: auto;
}

.mb-30{
    margin-bottom: 30px!important;
}

.max_550{    
    max-width: 550px;
}

.max_750{    
    max-width: 750px;
}

.bg_white {
    background: #fff;
}

.bg_grey {
    background: #f1f9ff;
}

.sec_title{
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
}
.section-title h2 span {
    color: #02a5ff;
}
.section-title h2 {
    margin: 0 0 20px;
    line-height: 40px;
}

.section-title h4 {
    color: #02a5ff;
    font-weight: 600;
    font-size: 20px;
    margin: 0 0 25px;
}

.sec_title p {
    font-size: 18px;
    line-height: 26px;
    margin-top: 25px;
}

.align-center{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

.btn_demo {
    padding: 12px 30px;
    font-size: 16px;
    line-height: 25px;
    color: #ffffff;
    background: #02a5ff;
    border: 2px solid #02a5ff;
    font-weight: 600;
    min-width: 150px;
}

.buy_btn {
    margin-left: 5px;
    padding: 12px 30px;
    font-size: 16px;
    line-height: 25px;
    background-color: #00a03d;
    border: 2px solid #00a03d;
    color: #fff;
}

.btn_demo:hover,
.btn_demo:focus {
    background-color: #fff;
    color: #02a5ff;
}

.buy_btn:focus,
.buy_btn:hover {
    background-color: transparent;
    color: #1b2838;
}

.content-text ul li, .content-text ul li a, .details-text ul li{
    font-size: 17px;
    color: #173050;
    margin-bottom: 5px;
}
.content-text .feature-title .globe{
    color: #02a5ff;
}
.col-flex{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}

.details-text p{
    margin-bottom: 15px;
}

.title_one {
    line-height: 45px;
    font-size: 34px;
    margin-bottom: 30px;
    font-weight: 700;
}
.title_one span{
    color: #02a5ff;
}
.content-text p{
    margin-bottom: 15px;
}
.product-features {
    background-color: #fff;
}
.product-details {
    position: relative;
}
.feature{
    background-color: #fff;
    box-shadow: 0px 0px 8px 0px rgb(38 59 94 / 5%);
    margin: 15px 0;
    transition-duration: 0.3s;
}
.feature2{
    width: 100%;
    background: #f1f9ff;
    margin: 10px 0;
    transition-duration: 0.3s;
}
.dillema_content:focus,
.dillema_content:hover,
.feature:focus,
.feature:hover,
.feature2:focus,
.feature2:hover{
    transform: translateY(-10px);
}
.feature_content{
    padding: 40px 35px;
    transition: all 0.3s linear;
    display: flex;
    flex-wrap: wrap;
    align-content: space-evenly;
    height: 100%;
}
.feature2 .feature_content{
    padding: 25px 30px;
}
.feature_content .col-head{
    margin-bottom: 18px;
}
.feature2 .feature_content .col-head {
    margin-bottom: 0;
    width: 100%;
    text-align: center;
}
.feature_content .number,
.feature_content .card-title,
.feature_content p{
    width: 100%;
}
.feature_content p{
    margin-bottom: 0;
}
.flex-wrap li{
    width: 50%;
}
.check_list{
    padding-left: 0 !important;
}
.check_list li{
    display: flex;
    align-items: flex-start;
    margin-bottom: 16px;
}
.check_list.choose_list li{
    margin-bottom: 10px;
}
.check_list .check_icon2{
    color: #39ab76;
    background: rgb(57 171 118 / 20%);
    width: 22px;
    height: 22px;
    border-radius: 50%;
    text-align: center;
    font-size: 11px;
    line-height: 22px;
    margin-top: 3px;
}
@media (min-width: 992px){
    .flex-wrap {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-wrap: wrap;
    }
}
.check_mark{
    width: 25px;
}
.check_mark .st0{fill:#d5f0ff;}
.check_mark .st1{
    fill: none;
    stroke: #02a5ff;
    stroke-width: 1px;
    stroke-miterlimit: 10;
}
.check_list span{
    margin-left: 12px;
    font-size: 17px;
    flex: 1;
    color: #173050;
}

.embed_vdo iframe{
    position: relative;
    width: 100%;
    height: 312px;
}

.dillema-row{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}

.dillema-col{
    margin: 15px 0;
}

.dillema_content{
    padding: 40px 35px;
    transition: all 0.3s linear;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    height: 100%;
    background: #fff;
    transition-duration: 0.3s;
}

.dillema_title{
    font-size: 21px;
    margin-top: 0;
    margin-bottom: 30px;
}

.dillema_content p{
    line-height: 27px;
    font-size: 17px;
    margin-bottom: 0;
}

.dillema_content p span{
    font-weight: 600;
    color: #071a33;
}

.content-demo .demo-inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
@media(max-width: 1199px){
    .dillema-col{
        margin: 10px 0;
    }
}
@media(min-width: 1500px){
    .content-demo{
        padding: 0 50px;
    }
}

/*===========================
    Banner Css
==============================*/
.banner{
    position: relative;
    padding-top: 80px;
}
.banner:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background: url(images/banner-bg.jpg);
    z-index: -1;
    opacity: 0.03;
}
.shape img{
    position: absolute;
    bottom: 100px;
}
.shape img:first-child{
    left: 0;
}
.shape img:last-child{
    right: 0;
}
.banner_img_part {
    position: relative;
    transition-duration: 0.4s;
}

.banner_img_part .btn_area {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transition-duration: 0.4s;
}

.banner_inner {
    text-align: center;
}

.banner .banner_inner h1 {
    font-size: 42px;
    line-height: 50px;
    font-weight: 600;
    color: #173050;
    margin: 0;
}

.banner .banner_inner h1 span{
    color: #02a5ff;
}

.banner .banner_inner p {
    font-size: 18px;
    line-height: 30px;
    margin: 30px 0;
    color: #173050;
}

.banner .vdo-link{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 40px;
    background: #f96b28;
    width: 100px;
    line-height: 100px;
    border-radius: 50%;
}

/*testimonial*/
.client_comment {
    font-weight: 500;
    line-height: 40px;
    font-size: 26px;
    text-align: center;
    margin-bottom: 50px;
}

.testimonial_item {
    text-align: center;
}

.client-name {
    font-size: 18px;
    font-weight: 600;
    color: #060606;
}

.testimonial_bg {
    background: url(https://www.bdtask.com/assets/images/map2.png) no-repeat;
    background-size: contain;
}

.testimonial_part .carousel-control.left,
.testimonial_part .carousel-control.right {
    background: transparent;
}

.testimonial_part .carousel-indicators li {
    background-color: #fff;
    border: 1px solid #fff;
    width: 10px;
    height: 10px;
    margin: 0 4px;
}

.testimonial_part .carousel-indicators li.active{
    background: transparent;
}

.testimonial_part .carousel {
    margin-bottom: 40px;
}

.testimonial_part .carousel-indicators {
    bottom: -40px;
    margin-left: 0;
    transform: translateX(-50%);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimonial_part.dark{
    background: url(images/testimonial-bg.jpg);
}
.testimonial_part.dark .client_comment,
.testimonial_part.dark .client-name,
.testimonial_part.dark .client-place,
.testimonial_part.dark .quotation-icon{
    color: #fff;
}

@media (max-width: 767px) {
    .carousel-indicators{
        bottom: -60px;
    }
    .client_comment{
        font-size: 20px;
        line-height: 28px;
    }
}

/*============ Users Css ============*/

.users{
    background: #d5f0ff;
}

.user_item{
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    padding: 20px;
    position: relative;
    display: block;
}

.user_item:before{
    content: '';
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 100%;
    display: block;
    background: rgb(105 195 245 / 95%);
    transition-duration: 0.4s;
}

.user_item:hover:before{
    bottom: 20px;
}

.user_item img{
    box-shadow: 0 0 15px rgba(4, 95, 146, 0.1);
}

.user_hover {
    position: absolute;
    top: 50%;
    left: 20px;
    right: 20px;
    text-align: center;
    transform: translateY(-50%);
}

.user_hover h2{
    color: #071a33;
    color: #fff;
    font-weight: 600;
    margin: 0;
    font-size: 21px;
    transition-duration: 0.4s;
    transform: translateY(20px);
    opacity: 0;
}

.user_hover h2:last-child{
    transition-delay: 0.2s;
}

.user_item:hover .user_hover h2{
    transform: translateY(0);
    opacity: 1;
}

.user_hover h2:first-child{
    margin-bottom: 12px;
}

@media (max-width: 991px){
    .user_item{
        margin: 15px 0;
    }
}

@media (max-width: 767px){
    .users .carousel{
        padding-bottom: 0;
    }
}

/*============ working_process ============*/
        
.process_title{
    max-width: 500px;
    margin: 0 auto;
}

.process_item.row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.process_inner .process_item {
    align-items: center;
    padding: 30px 0px;
    position: relative;
}

.process_inner .process_item.flex-row-reverse .process_content {
    text-align: right;
    padding-right: 30px;
    padding-left: 0;
}

.process_inner .process_item .process_img {
    text-align: center;
}

.process_inner .process_item .round {
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0px 10px 30px 0px rgb(1 1 64 / 8%);
    width: 80px;
    height: 80px;
    text-align: center;
    margin: 0 auto;
    font-size: 30px;
    color: #02a5ff;
    font-weight: 500;
    line-height: 80px;
}

.process_inner .process_item .line {
    position: absolute;
    left: 50%;
    top: 0;
    width: 0;
    height: 100%;
    border-right: 2px dashed #94a2ce;
    opacity: 0.3;
    margin-left: -1px;
    z-index: -1;
}

.process_inner .process_item:first-child .line {
    top: 50%;
    height: 50%;
}

.process_inner .process_item:last-child .line {
    top: 0;
    height: 50%;
}

.process_inner .process_content {
    padding-left: 30px;
}

.process_inner .process_content h5 {
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 15px;
}

.process_inner .process_content p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}

.process_content ul{
    margin-top: 20px;
}
.process_content ul li{
    font-size: 16px;
    line-height: 28px;
    color: #173050;
    font-weight: 600;
    position: relative;
    padding-left: 20px;
}

.process_content ul li:before{
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #02a5ff;
    position: absolute;
    left: 0;
    top: 10px;
}

@media (max-width: 991px){
    .process_item.row{
        display: block;
    }
    .process_inner .process_item .line{
        opacity: 0;
    }
    .process_inner .process_item.flex-row-reverse .process_content{
        text-align: left;
        padding-right: 0;
    }
    .process_inner .process_item .round{
        margin-top: 25px;
        margin-bottom: 25px;
    }
}

@media (max-width: 767px){
    .demo-inner a{
        width: 100%;
    }
    .demo-inner a img{
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width: 460px){
    .hundred460{
        width: 100%;
    }
}
/*===========================
    FAQ Section
=============================*/

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    color: #173050;
    padding: 20px 25px;
}
.panel-title>.small, .panel-title>.small>a, .panel-title>a, .panel-title>small, .panel-title>small>a{
    color: #173050;
}
.faq_inner .panel-default > .panel-heading {
    padding: 20px 25px;
    background: #fff;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.06);
}

.faq_inner .panel-group .panel {
    margin-bottom: 10px;
    border: 0;
}

.faq_inner .panel-group .panel .panel-title a i {
    float: right;
    font-size: 12px;
}

.faq_inner ul{
    list-style: unset;
    padding-left: 20px;
    padding-top: 20px;
}

.faq_inner .social {
    margin: 25px 0;
}

.faq_inner .social ul li a {
    border: 1px solid #afafaf;
    border-radius: 5px;
}

.faq_inner .social ul li a:hover {
    border: 1px solid #37a000;
    border-radius: 5px;
}

@media(min-width: 992px) {
    .align-center-lg{
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
    }
}
@media(max-width: 991px) {
    .demo_inner .align-center,
    .faq_inner .align-center {
        display: block;
    }
    .faq_inner .header-title {
        text-align: center;
        margin-bottom: 35px;
    }
    .wrap-reverse-md {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-wrap: wrap-reverse;
    }
    .embed_vdo iframe{
        margin-bottom: 30px;
    }
}

@media(max-width: 575px) {
    .banner .banner_inner h1{
        font-size: 26px;
        line-height: 32px;
    }
}