.overflow-hidden-x {
    overflow-x: hidden
}

.tran3s {
    transition: all .3s ease-in-out;
}

.rounded-circle {
    border-radius: 50%!important;
}

.text-xs {
    font-size: 12px !important;
}

.text-sm {
    font-size: 14px !important;
}

.text-base {
    font-size: 16px !important;
}

.text-lg {
    font-size: 18px !important;
}

.text-xl {
    font-size: 20px !important;
}

.text-2xl {
    font-size: 24px !important;
}


.pb-100 {
    padding-bottom: 100px;
}

.pb-130 {
    padding-bottom: 130px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-225 {
    padding-top: 225px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-45 {
    margin-top: 45px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-150 {
    margin-top: 150px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-60 {
    margin-bottom: 60px;
}

@media (max-width: 1199px) {
    .lg-mt-30 { margin-top: 30px !important;}
    .lg-mt-80 { margin-top: 80px !important;}

    .lg-mb-20  {margin-bottom: 20px !important;}

    .lg-mb-30 { margin-bottom: 30px !important;}
}

@media (max-width: 991px) {
    .md-mb-60 { margin-bottom: 60px !important;}
}