.m-0{
    margin: 0;
}

.mt-0{
    margin-top: 0;
}

.mt-5{
    margin-top: 5px;
}

.mt-10{
    margin-top: 10px;
}

.mt-15{
    margin-top: 15px;
}

.mt-20{
    margin-top: 20px;
}

.mt-25{
    margin-top: 25px;
}

.mt-30{
    margin-top: 30px;
}

.mt-35{
    margin-top: 35px;
}

.mt-40{
    margin-top: 40px;
}

.mt-45{
    margin-top: 45px;
}

.mt-50{
    margin-top: 50px;
}

.mb-5{
    margin-bottom: 5px;
}

.mb-10{
    margin-bottom: 10px;
}

.mb-15{
    margin-bottom: 15px;
}

.mb-20{
    margin-bottom: 20px;
}

.mb-25{
    margin-bottom: 25px;
}

.mb-30{
    margin-bottom: 30px;
}

.mb-35{
    margin-bottom: 35px;
}

.mb-40{
    margin-bottom: 40px;
}

.mb-45{
    margin-bottom: 45px;
}

.mb-50{
    margin-bottom: 50px;
}

.mb-70{
    margin-bottom: 70px;
}

.mr-5{
    margin-right: 5px;
}

.mr-10{
    margin-right: 10px;
}

.mr-15{
    margin-right: 15px;
}

.mr-20{
    margin-right: 20px;
}

.pl-5{
    padding-left: 5px;
}

.pl-10{
    padding-left: 10px;
}

.pl-15{
    padding-left: 15px;
}

.pl-20{
    padding-left: 20px;
}

.pl-25{
    padding-left: 25px;
}

.pl-30{
    padding-left: 30px;
}

.pl-35{
    padding-left: 35px;
}

.pl-40{
    padding-left: 40px;
}

.pl-45{
    padding-left: 45px;
}

.pl-50{
    padding-left: 50px;
}

.pt-5{
    padding-top: 5px;
}

.pt-10{
    padding-top: 10px;
}

.pt-15{
    padding-top: 15px;
}

.pt-20{
    padding-top: 20px;
}

.pt-25{
    padding-top: 25px;
}

.pt-30{
    padding-top: 30px;
}

.pt-35{
    padding-top: 35px;
}

.pt-40{
    padding-top: 40px;
}

.pt-45{
    padding-top: 45px;
}

.pt-50{
    padding-top: 50px;
}

.pt-70{
    padding-top: 70px;
}

.pt-80{
    padding-top: 80px;
}

.pt-90{
    padding-top: 90px;
}

.pt-100{
    padding-top: 100px;
}

.pb-5{
    padding-bottom: 5px;
}

.pb-10{
    padding-bottom: 10px;
}

.pb-15{
    padding-bottom: 15px;
}

.pb-20{
    padding-bottom: 20px;
}

.pb-25{
    padding-bottom: 25px;
}

.pb-30{
    padding-bottom: 30px;
}

.pb-35{
    padding-bottom: 35px;
}

.pb-40{
    padding-bottom: 40px;
}

.pb-45{
    padding-bottom: 45px;
}

.pb-50{
    padding-bottom: 50px;
}

.sec_pad{
    padding: 90px 0;
}

.sec_mar{
    margin: 90px 0;
}

.bg_grey{
    background: #f4f5fa;
}

.bg_white{
    background: #ffffff;
}

.visible-lg{
    display: none;
}

.align-center{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

@media(min-width: 1200px){
    .align-center-xl{
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
    }
    .visible-lg{
        display: block;
    }
}

@media(min-width: 1200px){
    .pl-xl-70{
        padding-left: 70px;
    }
    .pr-xl-70{
        padding-right: 70px;
    }
}

@media(min-width: 992px){
    .align-center-lg{
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
    }
    .flex-wrap{
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-wrap: wrap;
    }
    .ml-lg-40{
        margin-left: 40px;
    }
    .pl-md-50{
        padding-left: 50px;
    }
    .pr-md-50{
        padding-right: 50px;
    }
}

@media(min-width: 768px){
    .align-center-md{
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
    }
}

@media (max-width: 1199px){
    .wrap-reverse-lg{
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-wrap: wrap-reverse;
    }
    .img-responsive-lg{
        max-width: 100%;
    }
}

@media (max-width: 991px){
    .wrap-reverse-md{
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-wrap: wrap-reverse;
    }
    .img-responsive-md{
        max-width: 100%;
    }
    .mt-md-50{
        margin-top: 50px;
    }
    .mb-md-50{
        margin-bottom: 50px;
    }
    .mt-md-30{
        margin-top: 30px;
    }
    .center-block-md{
        display:block;
        margin-right:auto;
        margin-left:auto
    }
}

@media (max-width: 767px){
    .sec_pad{
        padding: 50px 0;
    }
    .mt-sm-30{
        margin-top: 30px !important;
    }
}

@media (max-width: 575px){
    .col-vxs-12{
        width: 100%;
    }
    .mb-vxs-30{
        margin-bottom: 30px;
    }
}