body {
    counter-reset: my-sec-counter;
    color: #575B61;
    font-family: 'Roboto', sans-serif;

}
#homevideo{
    border-radius: 5px;
    width: 100%;
}
.banner .banner-content .banner-title{
    font-size: 30px;
    padding-right: 50px;
    line-height: 1.75;
}
.banner.banner-one .bg-shape{
    margin-bottom: -5px;
}
.banner .banner-content .description{
    margin-bottom: 25px;
}
.banner .banner-content .banner-btn{
    background: #E74266;
    border: 0;
}
.banner .banner-content .description{
    font-size: 16px;
}
.banner .container{
    max-width: 1450px;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Roboto', sans-serif;
}
h2{
    color: #000;
    font-weight: 400;
    font-size: 40px;
    line-height: 1.2;

}
.site-header.static{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    right: 0;
    background: transparent;
    margin-bottom: 0;
}
.banner .banner-content-wrap{
    padding-top: 90px;
}
.site-header .header-inner .site-logo a{
    top: 25px;
}
.banner.banner-one{
    height: 83vh;
    overflow-y: hidden;
    background-image: url(../img/top2_1.png);
    background-size: cover;
}
.banner.banner-one .promo-mockup img {
    max-width: 100%;
    width: 100%;
}


.section-title.dark-title .sub-title, .section-title.dark-title .title{
    color: #000;
}
.banner .banner-content .banner-title{
    font-weight: bold;
}
.banner-content h1{
    font-weight: bold;
    text-transform: uppercase;
}

.brand-logo img{
    opacity: 1;
}

.list-p {
    padding: 0;
    margin: 0;
    margin-top: 40px;
}

.list-p li:hover{
    cursor: pointer;
}

.list-p li.active{
    background: #f1f1f1;
}
.list-p li:after{
    content: "";
    width: 48px;
    height: 48px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    background: #1E192F;
    border-radius: 50%;
}
.list-p li:before {
    position: absolute;
    left: 27px;
    color: #fff;
    top: 1px;
    counter-increment: my-sec-counter;
    content:counter(my-sec-counter) ;
    z-index: 2;
    font-weight: bold;
    font-size: 24px;

}

.list-p li{
    line-height: 63px;
    list-style-type: none;
    padding-left: 70px;
    position: relative;
    height: 63px;
    margin-bottom: 15px;
    border-radius: 62px;
}

.genera-informes{
    padding-top: 50px;
    padding-bottom: 120px;
}


#how .logo-carousel .swiper-wrapper{
    margin-bottom: 100px;
}

#how  .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #28213E;
}

#how  .swiper-pagination .swiper-pagination-bullet {
    background: #E9E9E9;
    opacity: 1;
}

#how .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 15px;
}

#how .swiper-pagination .swiper-pagination-bullet{
    width: 25px;
    height: 25px;
}

.featured-three{
    background-color: #fff;
    background-image: url(../img/featured-three-bg.png);
    background-size: cover;
    min-height:  1300px;
    padding: 250px 0 180px;
}

.featured-four{
    padding-top: 100px;
}

#faq{
    background-color: #fff;
    background-image: url(../img/bg2.jpg);
    background-size: cover;
}

#change p{
    padding: 50px 0;
}
#change .title{
    margin-top: 40px;
}
#change .saaspik-icon-box-holder{
    padding-right: 50px;
}
#faq h2{
    margin-top: 50px;
    margin-bottom: 50px;
}
#faq .list{
    box-sizing: border-box;
    padding: 20px 40px;
    height: 276px;
    font-size: 14px;
    background-image: url(../img/faq.png);
    background-size: cover;
    border-radius: 5px;
}

#footer{
    background: #2B323F;
}


.list-title{
    margin-top: 0;
}

#footer .site-info{
    flex-direction: column;
}

.copyright{
    margin-top: 30px;
}

#footer,
.site-info-menu li a{
    color: #fff;
    font-size: 14px;
}

#main_content{
    padding-top: 180px;
}
.home-page#main_content,
.contact#main_content{
    padding-top: 0;
}

.wrapper .banner.banner-one{
    background-color: transparent;
    background-image: url(../img/top2_1.png);
    background-size: cover;
}
.home-page#main_content .site-header.static,
.contact#main_content .site-header.static{
    background: transparent;
}
.site-header.static{
    background: #2d2646;
}

.mask-overlay{
    z-index: 3;
}

.section-heading h2{
    margin-bottom: 50px;
}

.fix-height{
    min-height: 100vh;
}

body .cookie-bar{
    background: #2d2646;
    color: #fff;
    padding: 5px;
    font-size: 12px;
}
body #cookie-bar-button{
    background: #fff;

}

body .cookie-btn{
    font-size: 12px;
}
.container.cust-page{
    min-height: calc(100vh - 338px);
}

.custome-page-cont h1{
    font-size: 68px;
}
.custome-page-cont{
    display: inline-block;
}
.btn-404-wrapper{
    display: flex;
    justify-content: space-between;
    padding-bottom: 80px;
}
.cust-btn{
    border-radius: 30px;
    font-size: 14px;
    display: inline-block;
    padding: 10px 40px;
    border: solid 1px #000;
}
.d_hide{
    display: none;
}
@media (max-width: 991px) {
    .m_hide{
        display: none;
    }

    .d_hide{
        display: block;
    }
    .genera-informes{
        padding-bottom: 50px;
    }
    #faq .list{
        height: auto;
    }
    #about .row{
        flex-direction: column-reverse;
    }
    #homevideo{
        margin: 0;
    }
    .banner .banner-content .banner-title{
        padding-right: 0;
    }
    .banner .banner-content .banner-title br{
        display: none;
    }
    .brand-logo{
        margin: 0 10px;
    }
    .featured-three{
        padding: 50px 0;
        min-height: auto;
    }
}


.resp-container-wrapper{
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
}
.resp-container {
    margin-top: 50px;
    margin-bottom: 50px;
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}


.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.return-to-top.back-top{
    bottom: 14px;
}