﻿
.m-0 {
    margin: 0 !important;
}

.m-5 {
    margin: 5px !important;
}

.m-10 {
    margin: 10px !important;
}

.m-15 {
    margin: 15px !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.p-0 {
    padding: 0 !important;
}

.p-5 {
    padding: 5px !important;
}

.p-10 {
    padding: 10px !important;
}

.p-15 {
    padding: 15px !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-5 {
    padding-top: 5px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-5 {
    padding-bottom: 5px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.pl-5 {
    padding-left: 5px !important;
}

.pl-10 {
    padding-left: 10px !important;
}

.pl-15 {
    padding-left: 15px !important;
}

/* sectionGray
-------------------------------------------------- */
.sectionGray{
    padding:100px 0 120px 0;
    background:#f0f0f0;
}
.sectionGray h2{
    margin-bottom:50px;
}

/* sectionWhite
-------------------------------------------------- */
.sectionWhite{
    padding:100px 0 120px 0;
}
.sectionWhite h2{
    margin-bottom:50px;
}
 





/* SECTION 2
-------------------------------------------------- */
.setionNav {
    padding: 95px 0 50px 0;
    background: #f0f0f0;
    /*background:#e0e0e0;*/
}
.setionNav h2{
    margin-bottom:50px;
}
.setionNav a.btn{
    position: relative;
    background: #fff;
    padding: 24px 28px 24px 120px;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #151515;
    display: block;
    overflow: hidden;
    border: 0;
    border-radius: 5px;
    height: 129px;
    -webkit-transition: width 0.5s, height 0.5s, background-color 0.5s, -webkit-transform 0.5s;
    transition: width 0.5s, height 0.5s, background-color 0.5s, transform 0.5s;
    margin-bottom: 20px;
    white-space: normal;
    text-align: left;
    display: flex;
    align-content: center;
    align-items: center;
}
.btnChevron {
    position: absolute !important;
    right: 12px;
    top: 50%;
    margin-top: -13px;
}
.setionNav a.btn img{
    position: absolute;
    left: 16px;
    top: 24px;
    width: 98px;
    height: 81px;
}
.setionNav .col-lg-12, .setionNav .rowcdata{
    background: #fff;
    margin: 0 15px 0 15px;
    width: calc(100% - 30px);
    padding: 26px;
    border-radius: 4px;
    position:relative;
}
.setionNav .rowcdata{
    margin:0;
    width:100%;
}
.setionNav .row.rowc, .setionNav .rowcdata{
    top:-25px;
    position:relative;
}
.setionNav a.btn.active .fa-chevron-right:before {
    content: "\f078";
}
.setionNav a.btn p.title{
    margin-top:-10px;
}
.setionNav a.btn span.subtitle{
    position: absolute!important;
    left: 120px;
    top: 80px;
    font-size: 14px;
}


.setionNav {
    padding-top: 30px;
    padding-bottom: 60px;
} 
.btnDecline {
    background-color: #C0C0C0;
}
@media (max-width: 767px) {
    .mobile-center {
        text-align: center !important;
        
    }
}
.btn-waggy{
    background-color: #fea700 !important; 
}
.btn-waggy:hover {
    background-color: #4a93ea !important;
    color: white !important;
}