/* Footer Starts */

.footerCont {
    position: relative;
    min-height: 40vh;
    background: var(--Primary-color);
    transform: translateY(-10px);
    text-align: center;
    color: #fff;
}

.footerCont .footerServ {
    width: 15rem;
    padding: 1rem;
}

.footerCont .footerServ h4 {
    font-size: 1.8rem;
    margin: 0 0 30px 0;
}

.footerCont .footerServ a {
    display: block;
    color: #fff;
    font-weight: 400;
    transition: all 0.2s ease;
}

.footerCont .footerServ a:hover {
    font-weight: 500;
    background: #1e1270;
}

.footerCont .logo {
    object-fit: fill;
    width: 11rem;
    max-height: 4rem;
    margin-top: 0.2rem;
    opacity: 1;
}

.footerCont .inFooter {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    left: 0;
    width: 100%;
    border-radius: 4px;
    padding: 2.5rem 2.5rem 1rem 2.5rem;
    /* background-color: #292c2f; */
    /* box-shadow: 10px 10px 20px -5px rgb(88, 88, 88); */
}

.footerCont .social-links {
    display: flex;
    justify-content: space-evenly;
}

.footerCont .footer-socials a {
    display: block;
    color: #fff;
    /* padding: 10px; */
    font-size: 1.2rem;
    width: 35px;
    height: 35px;
    border-radius: 5px;
}

.footerCont .footerLogo a {
    width: 100% !important;
    height: auto !important;
    margin: auto;
}

.footerCont .outFooter {
    left: 0;
    width: 100%;
}

.footerCont .footer-socials h3 {
    text-align: center;
}

.footerCont .row {
    display: flex;
    flex-wrap: wrap;
}

.footerCont .modal {
    position: fixed !important;
    top: 0;
}

.footerCont .modal-dialog {
    margin-right: auto;
    margin-left: auto;
}

.footerCont .company-name .line {
    margin-left: auto;
}

.footerCont .line {
    margin-left: auto;
}

.footerCont .outFooter .row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.footerCont p {
    margin-top: 1rem;
}

.footerCont .flx {
    display: flex;
    flex-wrap: wrap;
}

.footerCont .flx p a {
    text-decoration: none;
    color: #aaa;
}

.footerCont #button1 {
    display: block;
    margin-top: 30px;
    background-color: #000;
    border: none;
}

.footerCont #button1:hover {
    color: #fff;
    border: none;
    transform: scale(1.1);
    background: linear-gradient(135deg, #ffa067 0%, #ff2959 49%, #ff2024 100%);
    transition: 0.6s;
}


/* footer {
    background-color: #141414;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .12);
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    font: 700 16px sans-serif;
    padding: 2.5rem 2.5rem 0.5rem 2.5rem;
    bottom: 0;
    color: #fff
} */

.footerCont .fa.footer-contacts-icon,
.social-links a {
    background-color: #0b0150;
    text-align: center
}

.footer-navigation {
    margin: auto;
    text-align: center;
}

.footer-navigation h3 {
    margin: 0 0 20px;
    font: 400 36px Cookie, cursive;
    color: #fff
}

.footer-navigation h3 a {
    text-decoration: none;
    color: #fff
}

.footer-navigation h3 span {
    color: #5383d3
}

.footer-navigation p.links a {
    color: #fff;
    text-decoration: none
}

.footer-navigation p.company-name {
    color: #8f9296;
    font-size: 14px;
    font-weight: 400;
    margin-top: 1rem !important;
}

@media (max-width:767px) {
    .footer-socials {
        margin: 30px 0
    }
}

.footer-socials {
    margin-left: 5px;
    /* margin-right: auto; */
}

.footer-socials h4 {
    text-align: center;
}

.footer-socials p {
    display: inline-block;
    color: #fff;
    vertical-align: middle
}

.footerCont .footer-socials p a {
    color: #5383d3;
    text-decoration: none
}

.footerCont .fa.footer-contacts-icon {
    color: #fff;
    font-size: 18px;
    min-width: 38px;
    height: 38px;
    border-radius: 50%;
    line-height: 38px;
    margin: 10px 15px 10px 0
}

span.new-line-span {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 2
}


/* .footer-about {
    padding-left: 5%;
} */

.footer-about h4 {
    display: block;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 20px
}

.footer-about p {
    width: max-content;
    line-height: 20px;
    color: #92999f;
    font-size: 13px;
    font-weight: 500;
    margin: auto 0 !important;
}

.footer-about a:hover {
    font-weight: 600;
}

div.social-links {
    margin-top: 20px;
    text-align: center;
    color: #fff
}

.social-links a {
    display: inline-block;
    width: 35px;
    height: 35px;
    cursor: pointer;
    border-radius: 2px;
    font-size: 20px;
    color: #fff;
    line-height: 35px;
    margin-right: 5px;
    margin-bottom: 5px
}

.logo {
    width: 11rem;
    max-height: 4rem;
    margin-top: 0.2rem;
    opacity: 1;
}

@media(max-width:767px) {
    .outFooter .row {
        display: block;
    }
    .line {
        width: 60%;
        border-bottom: 2px solid rgb(32, 32, 32);
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%, 0);
        margin: auto 0;
        text-align: center;
    }
    .footer-socials {
        margin-top: 2rem;
        margin-bottom: 3rem;
    }
    .flx {
        width: 100%;
        margin-left: 50%;
        transform: translate(-50%, 0);
    }
    .footer-about {
        margin: auto;
        text-align: center;
        margin: 2rem 0;
    }
    .footer-about .btn {
        margin: auto;
    }
}

.col-sm-6 .col-md-4 {
    position: relative;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.footerCopyright {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.footerCopyright p {
    margin: auto;
}

@media screen and (max-width:845px) {
    .footerCont .inFooter {
        flex-direction: column;
        align-items: center;
    }
    .footerCont .inFooter .footer-socials {
        position: relative;
        margin: 3rem 0;
        padding: 3rem 0;
    }
    .footerCont .inFooter .footer-socials::before {
        content: '';
        width: 100%;
        height: 2px;
        background: red;
        display: block;
        position: absolute;
        top: 0;
        margin: auto;
    }
    .footerCont .inFooter .footer-socials::after {
        content: '';
        width: 100%;
        height: 2px;
        background: red;
        display: block;
        position: absolute;
        bottom: 0;
        margin: auto;
    }
}


/* Footer Ends */