/* footer start here */





.footer_top {

    padding: 90px 0 70px;

}



.footer_logo img {

    margin-bottom: 18px;

}



.footer_social {

    display: flex;

    margin-bottom: 20px;

}



.footer_social ul {

    display: flex;

}

.footer_social ul li {

    display: inline-block;

    vertical-align: top;

    width: 32px;

    height: 32px;

    text-align: center;

    font-size: 18px;

    line-height: 32px;

    border-radius: 50%;

    margin-right: 10px;

    color: #ffffff;

    background: #0b2156;

}



.footer_social ul li a {

    color: #ffffff;

}



.footer_social ul li a:hover {

    color: #ff7300;

}



.footer_logo p {

    color: #636566;

    font-size: 17px;

    line-height: 22px;

    font-family: 'Poppins', sans-serif;

    font-weight: 400;

    padding: 0;

    margin: 0 0 15px;

}



.footer_logo p a {

    color: #636566;

    font-size: 17px;

    line-height: 22px;

    font-family: 'Poppins', sans-serif;

    font-weight: 400;

    padding: 0;

    margin: 0;

}

.footer_logo p a:hover {

    color: #ff7300;

}

.footer_logo p i {

    color: #0b2156;

}



.footer_bottom {

    border-top: #e2e2e2 1px solid;

    padding: 25px 0;

}



.footer_bottom p {

    text-align: center;

    padding: 0;

    margin: 0;

    color: #636566;

    font-size: 16px;

    line-height: 16px;

    font-family: 'Poppins', sans-serif;

    font-weight: 300;

}



.footer_top h3 {

    color: #0b2156;

    font-size: 22px;

    line-height: 22px;

    font-family: 'Poppins', sans-serif;

    font-weight: 600;

    margin-bottom: 20px;

}


.subscribe_wrap {
    margin-bottom: 25px;
}


.footer_contact_info p {

    color: #636566;

    font-size: 17px;

    line-height: 22px;

    font-family: 'Poppins', sans-serif;

    font-weight: 400;

    padding: 0;

    margin: 0 0 15px;

}



.footer_contact_info p a {

    color: #636566;

    font-size: 17px;

    line-height: 22px;

    font-family: 'Poppins', sans-serif;

    font-weight: 400;

    padding: 0;

    margin: 0;

}

.footer_contact_info p a:hover {

    color: #ff7300;

}

.footer_contact_info p i {

    color: #0b2156;

}


.footer_service ul li, .footer_quick_link ul li {

    color: #636566;

    font-size: 17px;

    line-height: 22px;

    font-family: 'Poppins', sans-serif;

    font-weight: 400;

    margin-bottom: 15px;

}

.footer_service ul li a, .footer_quick_link ul li a {

    color: #636566;

    font-size: 17px;

    line-height: 22px;

    font-family: 'Poppins', sans-serif;

    font-weight: 400;

}

.footer_service ul li a:hover, .footer_quick_link ul li a:hover {

    color: #ff7300;

}


.footer_quick_link ul li.current_page_item a {
    color: #ff7300;
}

.footer_service ul li.current-menu-item a {
    color: #ff7300;
}



.subscribe_wrap input[type="text"],
.subscribe_wrap input[type='email'] {

    color: #757575;

    font-size: 16px;

    line-height: 46px;

    font-family: 'Poppins', sans-serif;

    font-weight: 400;

    height: 46px;

    padding: 0 23px;

    border: #afacac 2px solid;

    width: 100%;

    border-radius: 25px;

    margin-bottom: 12px;

}

.mc4wp-alert.mc4wp-error p {
    margin-top: 5px;
    color: #f00;
    font-size: 12px;
}

.mc4wp-alert.mc4wp-success p {
    margin-top: 5px;
    color: #0a9e0a;
    font-size: 12px;
}

.subscribe_wrap input[type="submit"] {

    color: #757575;

    font-size: 16px;

    line-height: 46px;

    font-family: 'Poppins', sans-serif;

    font-weight: 400;

    height: 46px;

    background: #ff7300;

    border: none;

    color: #ffffff;

    padding: 0 35px;

    border-radius: 25px;

}

.subscribe_wrap input[type="submit"]:hover {

    background: #0b2156;

}





.footer_wrap {

    position: relative;

}



.footer01 {

    position: absolute;

    left: 10px;

    top: 40%;

}

.footer02 {

    position: absolute;

    right: 10px;

    top: 30%;

}





/* footer ends here */









@media only screen and (max-width:767px) {



    .footer_logo {

        text-align: center;

        margin: 0 0 15px;

    }

    .footer_social {

        display: flex;

        margin-bottom: 20px;

        justify-content: center;

    }

    .footer_logo img {

        margin: 0 auto 25px;

        width: 45%;

    }



    .footer_top {

        padding: 30px 0 30px;

    }



    .footer_service {

        text-align: center;

        margin-bottom: 20px;

    }

    .footer_service ul li a, .footer_quick_link ul li a {

        font-size: 15px;

        line-height: 20px;

    }

    .footer_quick_link ul li {

        margin-bottom: 10px;

    }

    .footer_quick_link {

        text-align: center;

        margin-bottom: 20px;

    }

    .footer_subscribe_area {

        text-align: center;

    }

    .footer_bottom {

        padding: 20px 0;

    }

    .footer_bottom p {

        font-size: 14px;

        line-height: 16px;

    }

    .subscribe_wrap input[type="text"] {

        font-size: 14px;

        line-height: 40px;

        height: 40px;

        padding: 0 20px;

        margin-bottom: 12px;

    }

    .subscribe_wrap input[type="submit"] {

        font-size: 14px;

        line-height: 40px;

        height: 40px;

        padding: 0 25px;

    }





}



@media screen and (min-width:360px) and (max-width:767px) {}



@media screen and (min-width:412px) and (max-width:767px) {}



@media screen and (min-width:480px) and (max-width:767px) {}



@media screen and (min-width:568px) and (max-width:767px) {}



@media screen and (min-width:636px) and (max-width:767px) {}



@media screen and (min-width:732px) and (max-width:1024px) {}



@media screen and (min-width:768px) and (max-width:1024px) {



    .footer_contact_info p a {
        font-size: 15px;
        line-height: 22px;
    }


    .footer_top h3 {

        color: #0b2156;

        font-size: 17px;

        line-height: 22px;

        font-family: 'Poppins', sans-serif;

        font-weight: 600;

        margin-bottom: 20px;

    }

    .footer_logo p a {

        font-size: 15px;

        line-height: 22px;

    }

    .footer_service ul li, 

    .footer_quick_link ul li {

        font-size: 17px;

        line-height: 22px;

        margin-bottom: 8px;

    }

    .footer_service ul li a, 

    .footer_quick_link ul li a {

        font-size: 15px;

        line-height: 20px;

    }

    .footer_top h3 {

        font-size: 17px;

        line-height: 22px;

        margin-bottom: 10px;

    }

    .footer_top {

        padding: 35px 0 30px;

    }

    .footer_bottom p {

        font-size: 14px;

        line-height: 16px;

    }

    .footer_bottom {

        border-top: #e2e2e2 1px solid;

        padding: 15px 0;

    }



}



@media screen and (min-width:800px) and (max-width:1024px) {}



@media screen and (min-width:900px) and (max-width:1024px) {}



@media screen and (min-width:980px) and (max-width:1024px) {}



@media screen and (min-width:1000px) and (max-width:1024px) {}



@media screen and (min-width:1025px) and (max-width:1280px) {}





@media screen and (min-width:1281px) and (max-width:1366px) {}







@media screen and (min-width:1500px) and (max-width:1999px) {}



@media screen and (min-width:2000px) and (max-width:3000px) {}