@media(min-width:1600px) {
    .container {
        max-width: 1460px;
    }
}

.img-responsive {
    max-width: 100%;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.pb-60 {
    padding-bottom: 60px !important;
}

.pb-70 {
    padding-bottom: 70px !important;
}

.pb-80 {
    padding-bottom: 80px !important;
}

.pb-90 {
    padding-bottom: 90px !important;
}

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

.pt-0 {
    padding-top: 0px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pt-60 {
    padding-top: 60px !important;
}

.pt-70 {
    padding-top: 70px !important;
}

.pt-80 {
    padding-top: 80px !important;
}

.pt-90 {
    padding-top: 90px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.mt-0 {
    margin-top: 0px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

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

.mt-30 {
    margin-top: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

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

.mt-90 {
    margin-top: 90px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mt-140 {
    margin-top: 140px !important;
}

.plr-40 {
    padding-left: 40px;
    padding-right: 40px;
}

.plr-15 {
    padding-left: 15px;
    padding-right: 15px;
}

.pbtb-50 {
    padding: 50px 0;
}

.pbtb-100 {
    padding: 100px 0;
}

.svg-responsive {
    display: block;
    overflow: auto;
    width: 100%;
}

.ml-10 {
    margin-left: 10px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-40 {
    margin-left: 40px;
}

.mr-10 {
    margin-right: 10px;
}

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

.row.gutter-15 {
    margin-left: -7.5px !important;
    margin-right: -7.5px !important;
}

.row.gutter-15>[class*="col-"] {
    padding-left: 7.5px !important;
    padding-right: 7.5px !important;
}

.equal-height-cards .card {
    height: 100%;
}

.border-none {
    border: none !important;
    border-color: transparent !important;
}

.color-black {
    color: #000 !important;
}

.border-top-radius-10 {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.border-bottom-radius-10 {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.overflow-hidden {
    overflow: hidden;
}
/* Select To CSS */
span.select2.select2-container, .form-control-select2 {
    width: 100% !important;
}

.socialIcons{
    padding-left: 20px;
}
.socialIcons i{
    margin-right: 10px;
    font-size: 20px;
    line-height: 40px;
    height: 40px;
    display: inline-block;
    color: #fff;
    border-radius: 100%;
    width: 40px;
    text-align: center;
}
.socialIcons i.fa-facebook{
    background: #3b5998;
}
.socialIcons i.fa-linkedin{
    background: #0e76a8;
}
.socialIcons img.fa-google{
    background: #000;
}

@media(max-width:991px) {
    .mt-md-50 {
        margin-top: 50px;
    }
}

@media(max-width:767px) {
    .mt-sm-50 {
        margin-top: 50px;
    }
}

@media(max-width:525px) {
    .plr-40 {
        padding-left: 20px;
        padding-right: 20px;
    }
}