.owl-carousel .owl-item img {
    width: 100%;
    height: auto;
}
.platform{
    background-color: #f5f5f5;
    padding: 80px 0;
}
.platform .about_home{
    display: block;
}
.platform .about_home img{
    height: auto;
}
.empty_data{
    padding-bottom: 20px;
    padding-top: 20px;
} 
.platform h2 {
    font-size: 30px;
    color: #5969c5;
    font-weight: 300;
    padding: 13px 0 5px 0;
    line-height: 37px;
}
.platform .title {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    color: #888;
}
.red, .ap-red {
    color: #CC1111 !important;
}
.platform .content {
    font-size: 15px;
    line-height: 24px;
    text-align: justify;
}
.platform p {
    padding-top: 20px;
}
.packages {
    padding-top: 50px;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.packages .title {
    text-align: center;
    color: rgba(255, 255, 255, 0.65);
}
.packages .title h2 {
    font-size: 30px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
}
.packages .title h3 {
    font-weight: normal;
    font-size: 18px;
    padding-top: 10px;
}
.packages .title {
    text-align: center;
    color: rgba(255, 255, 255, 0.65);
}
.packs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 50px;
    padding-bottom: 50px;
    margin-left: -10px;
    margin-right: -10px;
}
.packs .pack {
    width: 23%;
    text-align: center;
    margin: 10px;
    background: rgba(255, 255, 255, 0.1);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 20px 20px;
    -moz-box-shadow: 0 2px 6px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 6px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 6px 0px rgba(0, 0, 0, 0.1);
}
.packs .pack .image {
    height: 130px;
    overflow: hidden;
}
.packs .pack .image img {
    height: 130px;
}
.packs .pack .title {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    font-weight: 500;
    padding: 10px 0 8px 0;
}
.packages .title {
    text-align: center;
    color: rgba(255, 255, 255, 0.65);
}
.packs .pack .content {
    color: rgba(255, 255, 255, 0.6);
    font-size: 13px;
    padding-bottom: 20px;
}
.packs .pack .cta {
    background: rgba(255, 255, 255, 0.1);
    padding: 10px 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: block;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
}
.packs .pack .cta:hover {
    background-color: #fff;
    color: #267cde;
}
.cards {
    padding: 80px 0;
}
.cards.-alt{
    background-color: #f5f5f5;
}
.cards .header {
    text-align: center;
}
.cards .header .title {
    font-size: 40px;
    font-weight: 300;
}
.cards .header .info {
    font-size: 16px;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 30px;
}
.cards .items {
    margin-right: -3.3%;
    padding: 20px 0 0 0;
    display: flex;
    flex-wrap: wrap;
}
.cards .items .item {
    width: 30.3%;
    margin-right: 3%;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 30px;
}
.cards.-alt .items .item {
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.08);
}
.cards .items .item .image {
    position: relative;
    height: 0px;
    padding-bottom: 51%;
}
.cards .items .item .main {
    padding: 15px;
}
.cards .items .item .image .inner {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    overflow: hidden;
    display: block;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    transition-duration: 0.1s;
}
.cards .items .item .image .inner img {
    width: 90%;
    height: 100%;
    object-fit: cover;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}
.cards .items .item .main {
    padding: 15px;
}
.cards .items .item .main .title, .cards .items .item .main .title a {
    font-size: 15px;
    font-weight: 500;
    color: #1c70ce;
}
.cards .items .item .main .title, .cards .items .item .main .title a {
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    line-height: 23px;
    margin-bottom: 10px;
}
.xdot, .ap-xdot {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}
.cards .items .item .main .content {
    font-size: 15px;
    color: #fff;
    padding-top: 6px;
}
.cards .cfooter {
    text-align: center;
    padding-top: 20px;
}
.cards .cfooter .more {
    font-size: 16px;
    display: inline-block;
    font-weight: 500;
    cursor: pointer;
    padding: 10px 30px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
}
.pack-apps {
    background-color: #fff;
    padding: 50px 0;
}
.pack-apps .title h2 {
    font-size: 30px;
    font-weight: 500;
    color: #111;
}
.pack-apps .title h3 {
    font-size: 16px;
    font-weight: normal;
    padding-top: 10px;
    padding-bottom: 30px;
}
.pack-apps .title {
    padding-bottom: 20px;
    text-align: center;
}
.pack-apps .apps {
    position: relative;
    margin-right: -2%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.pack-apps .apps .app {
    width: 25%;
    position: relative;
    text-align: center;
    display: block;
    font-weight: normal;
    color: #111;
    margin-bottom: 30px;
}
.pack-apps .apps .app .inner {
    margin-right: 8%;
    background-color: #fff;
    -moz-box-shadow: 0 2px 6px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 6px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 6px 0px rgba(0, 0, 0, 0.1);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: block;
}
.pack-apps .apps .app .inner .logo {
    height: 120px;
    display: block;
}
.pack-apps .apps .app .inner .logo img {
    height: 100%;
    max-width: 100%;
}
.pack-apps .apps .app .name {
    font-size: 20px;
    font-weight: 500;
    color: #267cde;
    display: block;
    padding-top: 10px;
}
.pack-apps .apps .app .subtitle {
    font-size: 15px;
    display: block;
    padding-top: 8px;
}
.pack-apps .apps .app .info {
    font-size: 12px;
    color: #999;
    display: block;
    padding-top: 13px;
}
.pack-apps .apps .app .cta {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #267cde;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    cursor: pointer; 
    border-top: 1px dotted #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
    margin-top: 10px;
}
.pack-apps .apps .app .cta img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
#customers {
    padding: 80px 0;
}
#customers .title {
    font-size: 32px;
    font-weight: 300;
    text-align: center;
    padding-bottom: 20px;
}
#customers .subtitle {
    font-size: 16px;
    color: #aaa;
    text-align: center;
    padding-bottom: 20px;
}
#customers .customers {
    text-align: center;
    padding-top: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
#customers .customers .li {
    width: 20%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 15px;
    display: inline-block;
}
#customers .customers .li img {
    margin: auto;
    height: auto;
}
.list_counter{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 80px;
}
.list_counter .counter{
    width: 25%;
    text-align: center;
}
.counter .number{
    font-size: 25px;
}
.counter .name{
    font-size: 18px;
    margin-top: 8px;
}
.counter .unit{
    font-size: 17px;
    margin-left: 3px;
}
@media (max-width:992px) {
    .packs{
        margin-left: -1%;
        margin-right: -1%;
    }
    .packs .pack{
        width: 48%;
        margin-left: 1%;
        margin-right: 1%;
    }    
}
@media (max-width:768px) {
    .packages .title h2 {
        font-size: 20px;
    }
    .packages .title h3 {
        font-size: 15px;
    }
    .packs .pack .title{
        font-size: 18px;
    }
    .platform .about_home{
        display: block;
    }
    .platform .image,.platform .main{
        width: 100%;
        margin-left: 0;
    }
    .platform .main{
        margin-top: 35px;
    }
    .list_counter{
        margin-top: 30px;
    }
    .list_counter .counter{
        width: 50%;
        margin: 20px 0;
    }
    .pack-apps .title h2{
        font-size: 20px;
    }
    .pack-apps .title h3{
        font-size: 15px;
    }
    .pack-apps .apps .app{
        width: 50%;
    }
    .cards .header .title{
        font-size: 20px;
    }
    .cards .header .info{
        font-size: 15px;
    }
    .cards .items .item{
        width: 47%;
    }
    #customers .title{
        font-size: 20px;
    }
    #customers .subtitle{
        font-size: 15px;
    }    
}
@media (max-width:576px) {
    #customers .customers .li{
        width: 33%;
    }
}
#reviews{
    background-color: #f5f5f5;
    margin-bottom: 30px;
    padding: 50px 0;
}
.left-bottom:after{
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -22px;
    right: auto;
    bottom: -5px;
    border: 22px solid;
    border-color: #fff transparent transparent transparent;
    transform: rotate(153deg);
}
.message_box{
    line-height: 22px;
    border-radius: 10px;
    padding: 15px;
    position: relative;
    background-color: #fff;
}
.list_review{
    margin-top: 20px;
}
#reviews .title {
    font-size: 32px;
    font-weight: 300;
    text-align: center;
    padding-bottom: 20px;
}
#reviews .subtitle {
    font-size: 16px;
    color: #aaa;
    text-align: center;
    padding-bottom: 20px;
}
.message img{
    width: auto;
    height: auto;
}
.list_review .item{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.list_review .item .info{
    width: 38%;
    border-radius: 10px;
}
.list_review .item .message{
    width: 58%;    
}
.picture_review{
    text-align: center;
    margin: auto;
}
.picture_review img{
    width: 100px;
    height: 100px;
    border-radius: 100%;
    margin: auto;
}
.picture_review{
    margin-bottom: 15px;
}
.name_review{
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}
.info_review{
    border-top: 1px solid #e6e6e6;
    padding-top: 10px;
    margin-top: 10px;
}
.info_review p{
    margin-bottom: 0;
}
.list_review .info{
    background-color: #fff;
    border: 20px;
    padding: 15px;
}
.mess_right{
    margin-left: auto;
}
.mess_left{
    margin-bottom: 10px;
}
.list_review .item{
    margin-bottom: 20px;
}
.list_review .item.last{
    margin-bottom: 0;
}
@media (max-width:576px) {
    .list_review .item{
        display: block;
    }
    .list_review .item .info{
        width: 100%;
    }
    .list_review .item .message{
        width: 100%;
    }
    .left-bottom:after{
        display: none;
    }
    .list_review .item .info{
        border-radius: 10px 10px 0 0;
    }
    .message_box{
        border-radius: 0 0 10px 10px
    }
}
.about_home .about_left{
    width: 50%;
}
.about_home .youtube{
    margin-bottom: 25px;
}
.about_home .youtube iframe{
    width: 100%;
    height: 400px;
}
@media (max-width:768px) {
    .about_home .about_left {
        width: 100%;
    }
    .about_home .youtube iframe{
        width: 100%;
        height: 400px;
    }
    .owl-carousel .owl-item img{
        height: auto;
    }
    .about_home .youtube {
        margin-bottom: 40px;
    }
}
.btn_viewmore {
    background: rgba(255, 255, 255, 0.1);
    padding: 10px 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: block;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
    margin-top: 10px;
}
.btn_viewmore:hover {
    background-color: #fff;
    color: #267cde;
}
.news_home{
    background-color: #1663ba;
    background-image: linear-gradient(-45deg, #1663ba, #0e349c);
    color: #fff;
}
.news_home .item{
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 2px 6px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 6px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 6px 0px rgba(0, 0, 0, 0.1);
}