@charset "utf-8";
/* CSS Document */

.section__title-pre-6 {
    font-size: 18px;
    font-weight: 500;
    color: #D69A10;
    display: inline-block;
    text-transform: uppercase;
}
.section__title-6 {
    font-size: 50px;
    color: #222222;
    font-weight: 400;
}
.why__title-6 {
    font-size: 21px;
    font-weight: 600;
    color: #222222;
    margin-bottom: 0px;
    line-height: 44px;
        font-family: Poppins, sans-serif;
}
.why__title-6 a{
    color: #222222
}

.d-flex {
    display: flex !important;
}

.black-bg-2 {
    background: #222222;
}
.mb-35 {
    margin-bottom: 35px;
}
.footer__info-padding-2 {
    padding: 100px 0 55px;
}
.mb-25 {
    margin-bottom: 25px;
}
.footer__info-4 p {
    margin-bottom: 27px;
    color: #898989;
    font-family: "Rubik", sans-serif;
}
.footer__social ul li {
    display: inline-block;
}
.footer__ml-95 {
    margin-left: 95px;
}
.footer__widget-padding {
    padding-top: 100px;
    padding-bottom: 55px;
}

@media screen and (max-width: 600px) {
    .footer__info-padding-2 {
        padding: 30px 0 15px;
    }
    .footer__ml-95 {
        margin-left: 0px;
    }
    .footer__widget-padding {
        padding-top: 20px;
        padding-bottom: 15px;
    }
}

.footer__widget-title {
    font-size: 20px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 45px;
    font-family: "Poppins", sans-serif;
}

.footer__widget-title-3 {
    font-size: 20px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}

.footer__link ul li:not(:last-child) {
    margin-bottom: 7px;
}
.footer__social ul li:not(:last-child) {
    margin-right: 7px;
}

.footer__widget ul
    margin: 0px;
    padding: 0px;
}
.footer__link ul li a {
    font-size: 16px;
    color: #B3B9C5;
    font-family: "Lato", sans-serif;
}

.footer__link-4 ul li a {
    color: #898989;
    font-family: "Rubik", sans-serif;
}

.footer__social ul li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    background: #ffffff;
    color: #8A97B2;
    font-size: 14px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.footer__link-4 ul li a:hover {
  color: #ffffff;
}

.footer__bottom-4 {
    padding: 15px 0;
    border-top: 1px solid #3e3e3e;
}


.footer__copyright-4 p {
    color: #ffffff;
}
.footer__copyright p {
    font-size: 16px;
    margin-bottom: 0;
    color: #ffffff;
    font-family: "Lato", sans-serif;
}

.mr-10 {
    margin-right: 10px;
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.footer__social ul li a:hover {
  color: rgb(197, 159, 112) !important;
}