
.footer {
    background-color: #28459a;
    padding-top: 0;
    padding-bottom: 0
}

.news-all-btn button {
    width: 13rem;
    margin-top: 2rem;
    border-radius: 11px;
    background: #FFF;
    border: solid 1px #28459a;
}

.news-all-btn button:hover {
    background-color: #28459a;
    transition: .2s;

}

.news-all-btn a:hover {
    color: #FFF !important;
}

.news-all-btn a {
    text-decoration: none !important;
    color: #28459a !important;
}

.widget-content a {
    margin: 1rem;

}

.footer svg {
    color: #FFF;
}

.footer .footer-logo {
    max-width: 100%;
    width: 200px
}

@media screen and (max-width: 991.98px) {
    .footer .footer-logo {
        margin: 0 auto 0
    }
}

.footer .footer-top {
    padding-top: 50px;
    padding-bottom: 47px;
    border-bottom: 2px solid #292929
}

.footer .footer-center {
    padding-top: 0;
    padding-bottom: 35px
}

@media screen and (min-width: 992px) {
    .footer .footer-center {
        padding-top: 100px
    }
}

.footer .footer-widget {
    text-align: left
}

@media screen and (max-width: 568px) {
    .footer .footer-widget {
        text-align: center
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .footer .footer-widget {
        padding-top: 30px;
        padding-bottom: 0;
        margin-bottom: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer .footer-widget {
        padding-bottom: 40px;
        margin-bottom: 20px;
        padding-top: 60px
    }
}

.footer .footer-widget .footer-widget-title h5 {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    text-transform: capitalize;
    font-family: Poppins, sans-serif;
    margin-bottom: 22px
}

@media only screen and (max-width: 991px) {
    .footer .footer-widget .footer-widget-title h5 {
        margin-bottom: 15px
    }
}

.footer .footer-widget .widget-content p {
    color: #fff;
    line-height: 25px;
    margin-bottom: 25px
}

.footer .footer-widget .widget-content .module-social {
    height: auto;
    line-height: normal
}

.footer .widget-about p {
    margin-bottom: 17px
}

.footer .widget-about .module-social {
    border-bottom: 0
}

.footer .widget-newsletter .widget-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (min-width: 992px) {
    .footer .widget-newsletter .widget-content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.footer .widget-newsletter .widget-content p {
    font-family: Poppins, sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin-bottom: 30px
}

@media screen and (min-width: 992px) {
    .footer .widget-newsletter .widget-content p {
        text-align: right;
        margin-right: 30px;
        margin-bottom: 0
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .footer .widget-newsletter .widget-content p {
        font-size: 14px
    }
}

.footer .widget-newsletter .widget-content form {
    overflow: hidden;
    margin-bottom: 0
}

.footer .widget-newsletter .widget-content .form-newsletter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow: visible;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

@media screen and (max-width: 568px) {
    .footer .widget-newsletter .widget-content .form-newsletter {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.footer .widget-newsletter .widget-content .form-newsletter .form-control {
    background-color: transparent;
    border: 1px solid #292929;
    color: #b9b9b9;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 400;
    height: 50px;
    line-height: 50px;
    margin-bottom: 20px;
    border-radius: 3px;
    padding-left: 20px;
    padding-right: 20px;
    width: 270px;
    text-transform: capitalize
}

@media screen and (min-width: 992px) {
    .footer .widget-newsletter .widget-content .form-newsletter .form-control {
        margin-bottom: 0
    }
}

@media screen and (min-width: 569px) {
    .footer .widget-newsletter .widget-content .form-newsletter .form-control {
        margin-right: 30px;
        margin-bottom: 0
    }
}

.footer .widget-newsletter .widget-content .form-newsletter .form-control::-webkit-input-placeholder {
    color: #b9b9b9
}

.footer .widget-newsletter .widget-content .form-newsletter .form-control::-moz-placeholder {
    color: #b9b9b9
}

.footer .widget-newsletter .widget-content .form-newsletter .form-control:-ms-input-placeholder {
    color: #b9b9b9
}

.footer .widget-newsletter .widget-content .form-newsletter .btn {
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    border-radius: 3px
}

@media screen and (max-width: 568px) {
    .footer .widget-newsletter .widget-content .form-newsletter .btn {
        width: 100%
    }
}

.footer .widget-newsletter .widget-content .form-newsletter .btn:active, .footer .widget-newsletter .widget-content .form-newsletter .btn:focus, .footer .widget-newsletter .widget-content .form-newsletter .btn:hover {
    background-color: #c81a06;
    border-color: #c81a06
}

.footer .widget-links ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    overflow: hidden;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px)
}

.footer .widget-links ul li {
    display: block
}

.footer .widget-links ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 33px;
    text-transform: capitalize;
    font-family: Poppins, sans-serif
}

.footer .widget-links ul li a:hover {
    color: var(--maincolor)
}

.footer .widget-contact .widget-content p {
    color: #fff;
    margin-bottom: 15px
}

.footer .widget-contact .widget-content .phone {
    margin-bottom: 20px
}

.footer .widget-contact .widget-content .phone a {
    text-decoration: none;
    color: #fff;
    font-family: Poppins, sans-serif;
    font-size: 14px;
}

.footer .widget-contact .widget-content .phone a i {
    display: inline-block;
    font-size: 18px;
    margin-right: 9px
}

.footer .widget-contact .widget-content .address a {
    color: #fff;
    font-size: 14px
}

.footer .widget-contact .widget-content .address a:hover {
    color: var(--maincolor)
}

.footer-copyright {
    padding: 33px 0 40px;
    font-size: 13px;
    font-family: Poppins, sans-serif;
    color: #fff
}

.footer-copyright .copyright {
    margin-bottom: 15px
}

.footer-copyright .module-social {
    height: auto;
    line-height: normal
}

.footer-copyright .module-social a {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.footer-copyright-links {
    text-align: right
}

.footer-copyright-links li {
    display: inline-block
}

.footer-copyright-links li a {
    display: block;
    color: #000;
    font-size: 13px;
    line-height: 1;
    display: block;
    padding-left: 16px;
    position: relative
}

.footer-copyright-links li a:hover {
    color: #fff
}

.footer-copyright-links li a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 8px;
    height: 10px;
    width: 1px;
    background-color: #000
}

.footer-copyright-links li:first-child a :before {
    display: none
}

.footer-widget-recent .entry {
    margin-bottom: 15px
}

.footer-widget-recent .entry .entry-title a {
    color: #7f7f7f;
    font-size: 14px;
    line-height: 23px;
    display: block;
    margin-bottom: 5px
}

.footer-widget-recent .entry .entry-title a:hover {
    color: var(--maincolor)
}

.footer-widget-recent .entry .entry-meta {
    color: #000;
    font-size: 12px
}

.footer-widget-recent .entry:last-of-type {
    margin-bottom: 0
}

.widget-instagram a {
    display: inline-block;
    margin: 2px;
    position: relative;
    width: 59px;
    height: 59px
}

.widget-instagram a img {
    max-width: 100%;
    height: auto
}

.widget-instagram a:hover .insta-hover {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.widget-instagram .insta-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 350ms;
    -o-transition: all 350ms;
    transition: all 350ms
}

.widget-instagram .insta-hover i {
    line-height: 59px;
    display: block;
    background-color: var(--maincolor);
    color: #fff;
    font-size: 11px;
    text-align: center
}

.footer-light {
    background-color: #fff
}

.footer-light .footer-widget-title h5 {
    color: #1b1a1a
}

.footer-light .widget-newsletter .form-control {
    border: 1px solid #eaeaea
}

.footer-light .widget-newsletter button:hover {
    background-color: #1b1a1a;
    color: #fff
}

.footer-light .footer-copyright {
    border-color: #eaeaea
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .footer .widget-newsletter form {
        max-width: 400px
    }

    .footer .pull-right {
        float: none !important
    }
}

@-webkit-keyframes alertfadein {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes alertfadein {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

.news-next {
    right: -3rem
}

.news-prev {
    left: -3rem
}

.news-next, .news-prev {
    position: absolute;
    cursor: pointer;
    border: 1px solid var(--maincolor);
    padding: 10px;
    top: 50%
}

.news-next:hover, .news-prev:hover {
    background-color: var(--maincolor);
    color: #fff !important
}

.feature-panel:hover .read-more-brands p {
    color: #fff !important
}

.content-brands-div {
    margin-bottom: 15px
}

.text-color-light {
    color: #fff !important
}

.footer-contact p {
    margin-bottom: 0 !important;
    font-weight: 700 !important;
    font-size: 17px
}

.footer-contact i {
    margin-right: 10px
}

.footer-contact {
    display: flex;
    align-items: center
}

.copyright {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center
}

.copyright span {
    display: flex;
    align-items: center
}

.copyright span p {
    color: #fff;
    margin: 0 5px;
    font-size: 13px
}

.text-color-white {
    color: #fff
}

.post-title-link {
    font-size: 1rem
}

.post-content {
    padding: 10px 0
}

.counter-name a {
    padding: 10px;
    align-items: center;
    display: flex
}

#sender-button {
    background-color: var(--maincolor) !important;
    border-radius: 13px;
}

html .btn-outline.btn-secondary {
    color: #e32024!important;

    border-color: #e32024 !important;
}

html .btn-outline.btn-secondary {
    background-color: #FFF !important;
    color: #e32024 !important;
    border-radius: 5px;
}

#header .header-social-icons {
    margin-left: 3rem !important;
}

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

html .btn-outline.btn-secondary:active {
    color: #fff !important;
    background-color: #e32024 !important;
    border-color: #ffffff !important;
}

html .bg-color-primary, html .bg-primary {
    background-color: #e42526 !important;
}

html .text-color-hover-primary:hover, html .text-hover-primary:hover {
    color: #e32024 !important;
}

.about-contact {
    bottom: 110px !important;
    left: -3rem;
}

.about-contact-get {
    height: 11rem;
    width: 12rem;
    font-size: 12px !important;
}

@media (min-width: 1200px) {
    .container:not(.container-bs):not(.container-xl-custom):not(.container-xxl-custom) {
        max-width: 1460px;
    }
}

.custom-container-background:before {
    width: 100%;
}

@media only screen and (max-width: 600px) {
    .text-3-5{
        font-size: 13px!important;
        margin-top: 1rem;
        line-height: 18px;
    }
    .text-5-6{
        font-size:18px!important;
    }
    .text-8{
        font-size: 26px!important;
    }
    #header .header-column {
        display: flex;
        align-self: stretch;
        align-items: center;
        flex-grow: 1;
        flex-direction: row-reverse;
    }

    #header {
        height: 100px;
    }

    .slider-text-title {
        font-size: 27px !important;
        color: #FFF !important;
        font-family: Poppins, sans-serif;
        font-weight: 700 !important;
    }

    .slider-text-content {
        font-size: 13px !important;
        line-height: 21px;
    }

    .slider-text-buttons {
        padding: 10px 10px!important;
    }
    .gallery-row{
        display: flex;
    flex-direction: column;

    }
    .footer-ul{
        display: flex;
    flex-direction: column;
    align-items: center;
    }
    .footer-ul h5{
        display: flex;
        /* text-align: center; */
        /* align-items: center; */
        justify-content: center;
    }
}

.widget-content li {
    list-style: none;
}

#header .header-logo{
    margin: 5px;
    /* margin: 1rem 0; */
    position: relative;
    z-index: 1;
}
.form-control:not(.form-control-sm):not(.form-control-lg){
    border-radius: 5px;
}
html .btn-secondary {
    background-color: #2b4797;}
    