/* Footer css for Temporary */

.button_spinner {
    border: 2px solid #f3f3f396;
    border-radius: 50%;
    border-top: 2px solid #fff;
    width: 15px;
    height: 15px;
    -webkit-animation: spin 1s linear infinite;
    /* Safari */
    animation: spin 1s linear infinite;
}

body .carousel img {
    width: initial;
}

body .carousel .slide img {
    width: initial;
}

body .owl-carousel .owl-item img {
    width: auto;
}


/* Safari */

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.footer_icon_row { 
    padding: 50px 0px !important;
}

.footer_icon_text {
    max-width: 271px;
    margin-left: 30px;
    font-weight: 400;
    font-size: 18px;
}

.footer_icon_text.footer_icon_text_last {
    max-width: 200px;
}

.footer_icon_text strong {
    font-weight: 700;
    font-size: 18px;
}

.footer_sec_2_wrap {
    padding: 60px 0px;
    border-bottom: 1px solid #dddddd;
}

.link_wrapper_footer {
    max-width: 70%;
}

.link_wrapper_footer .footer_links {
    flex: 1 !important;
}

.link_wrapper_footer+div {
    max-width: 30%;
}

.footer_right_icons>div {
    display: flex;
    align-items: center;
}

.icon_img {
    width: 40px;
    margin-right: 50px;
}

.footer_right_icons {
    margin-bottom: 64px;
}

.footer_right_icons:last-child {
    margin-bottom: 0px;
}

.footer_right_icons>div>img {
    padding-right: 50px;
}

.footer_links strong {
    margin-bottom: 10px;
    display: block;
}

.footer_links>div {
    margin-bottom: 25px;
}

.footer_links>div>span {
    font-size: 14px;
}

.footer_links>div:last-child {
    margin-bottom: 0px;
}

body .footer_links ul {
    padding: 0px;
    list-style: none;
}

body .footer_links strong {
    font-size: 14px;
    color: #111111;
    /* text-transform: uppercase; */
}

body .footer_links ul li {
    padding: 0px;
    line-height: 1.8rem;
    color:#484848;
    font-size: 14px;
}

body .footer_links ul li a {
    font-size: 14px;
    font-weight: 400;
    color:#484848;
    text-decoration: none;
    line-height: 2.2;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    opacity: 1;
}
body .footer_links ul li a:hover {
    color: #111111;
    text-decoration: underline;
}
.privacy-policy a{
    margin-left: 10px;
}
.footer_contact_wrapper {
    padding: 25px 0px;
}

.footer_contact_icons {
    flex: 0 0 55%;
}

.footer_contact_wrapper .footer-icon-para {
    margin-left: 20px;
}

.footer-icon-para p:first-child {
    color: #ffffff;
}

.bottom-footer {
    padding: 20px 0px;
}

.privacy-policy .column:last-child {
    margin-left: 60px;
    font-size: 12px;
    color: #484848;
}
.privacy-policy .column:last-child>a {
    color: #484848;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}
.privacy-policy .column:last-child>a:hover {
    color: #000000;
}

.privacy-policy p {
    font-size: 12px;
    color: #484848;
}

.designed .column {
    font-size: 14px;
    color: #484848;
}

.footer_contact_social {
    flex: 0 0 11.9%;
}

.footer_icon_row div[class*='col-']:first-child {
    padding-left: 0px;
}

.footer_icon_row div[class*='col-']:last-child {
    padding-right: 0px;
}

.footer_site_links {
    display: flex;
    justify-content: space-between;
}


/* .footer_links_left {
    max-width: 72%;
    flex: 0 0 100%;
} */

.footer_contact_main .footer_links {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
}

.footer_contact_main .footer_links ul {
    margin-bottom: 20px;
    color: white;
}




body .footer_block_light .footer_links strong {
    color: #282C3F;
}
body .footer_block_light .footer_links ul>li,
body .footer_block_light .footer_links ul>li a{ 
    color: #282C3F;
}

@media (max-width: 1279px) {
    .footer_icon_text.footer_icon_text_last {
        max-width: 240px;
        margin-left: 20px;
    }
    .footer_icon_text,
    .footer_icon_text strong {
        font-size: 15px;
    }
    .footer_contact_icons {
        flex: 0 0 68%;
    }
}

@media (max-width: 1199px) {
    .footer_links_left {
        flex-direction: column;
    }
    .link_wrapper_footer {
        max-width: 100%;
    }
    .link_wrapper_footer+div {
        max-width: 100%;
        display: flex;
        border-top: 1px solid #dddddd;
        margin-top: 30px;
    }
    .footer_right_icons {
        margin-top: 20px;
        margin-bottom: 0px;
        text-align: center;
        flex: 1;
    }
    .icon_img {
        margin: auto;
        margin-bottom: 20px;
    }
    .footer_right_icons>div {
        flex-direction: column;
        flex: 1;
        text-align: center;
    }
}
@media (max-width: 1023px){
    body .footer_links ul{
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 10px;
    }
    body .footer_links ul>li{
        width: 16%;
    }
    body .phone_block{
        /* color: rgba(255, 255, 255, 0.6); */
        font-size: 14px;
        font-weight: 400 !important;
        padding: 20px 0;
        border-top: 1px solid #5A5C65;
        letter-spacing: 0.748px;
    }
    body .phone_block>ul{
        padding: 0 !important;
        margin:0 !important;
    }
    body .phone_block>ul>li{
        color: #484848;
        font-size: 14px;
        font-weight: 400;
        padding: 0;
        list-style-type: none !important;
    }
    body .phone_block>ul>li>strong{
        letter-spacing: 0.48px;
        font-weight: 500 !important;
    }
    body .email_block{
        /* color: rgba(255, 255, 255, 0.6); */
        font-size: 14px;
        font-weight: 400 !important;
        padding: 20px 0;
        border-top: 1px solid #5A5C65;
        letter-spacing: 0.748px;
    }
    body .email_block>ul{
        padding: 0 !important;
        margin:0 !important;
    }
    body .email_block>ul>li{
        color: #484848;
        font-size: 14px;
        font-weight: 400;
        padding: 0;
        list-style-type: none !important;
    }
    body .email_block>ul>li>strong{
        letter-spacing: 0.48px;
        font-weight: 500 !important;
    }
    .privacy-policy p,.privacy-policy .column:last-child,.privacy-policy .column:last-child>a{
        color: #a7aab6;
        font-size: 13px;
        margin-left: 0;
    }
    .privacy-policy .column:last-child>a:hover{
        color: #fff;
    }
}
@media (max-width:640px){
    body .footer_links ul>li{
        width: 33.33%;
    }
    .privacy-policy{
        position: relative;
    }
    .privacy-policy::after{
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        height: 110%;
        width: 1px;
        background-color: #7D808B;
        transform: translate(-50%,-50%);
    }
}
@media (max-width:480px){
    body .footer_links ul>li{
        width: 50%;
    }
    .privacy-policy{
        text-align: center;
        display: block !important;
    }
    .privacy-policy::after{
        display: none;
    }
    body .phone_block{
        padding: 10px 0;
    }
    body .footer_links{
        margin-bottom: 12px;
    }
    body .email_block{
        padding: 10px 0;
    }
}
@media (max-width:400px){
}