/*** 
=============================================
    Footer area style
=============================================
***/
.padding-footer
{
	padding: 0 0 0 5px;
}
.logoimg
{
 position: relative;
 right: 20px;
}
.logoimg2
{
 position: relative;
 right: 13px;
}
.footer-para{
   /* font-size: 14px;*/
   margin: 0;
}

.day
{
    text-transform: capitalize;
    font-size: 17px;
    /*font-weight: 500;*/
    color: #004265;
}
.time
{
    font-size: 13px !important;
    color: #484848;
    margin-left: 10px;
    font-weight: 500;
}
.ftco-footer
{
    padding: 90px 0 60px 0;
}
.right-arrow
{
 font-size: 12px;
 margin-right: 10px;
}
.right-arrow .fa
{
 color: #efa50b;
}
.footer-ul
{
        display: inline-flex;
        
        margin-top: 20px;
}
.ftco-animate
{
    margin-right:10px;
}
.ftco-footer .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .7;
    background: #fff;
}
.footer-heading
{
    color: #004265;
    padding: 0 0 0 0;
    margin: 20px 0 20px 0;
    font-size: 20px;
}
.ftco-footer .footer-block .list-unstyled li a span
{
        color: #207dff;
}

.footer-ul li a span {
    position: absolute;
    font-size: 17px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff !important;
}
.footer-ul li a {
    height: 35px;
    width: 35px;
    display: block;
    background: #207dff;
    border-radius: 50%;
    position: relative;
}

/*** 
=============================================
    Footer bottom area style
=============================================
***/
.footer-bottom-area{
    background: #2391cc;
    padding: 22px 0;
}
.footer-bottom-area .footer-bottom {
    overflow: hidden;
}
.footer-bottom-area .footer-bottom .footer-botton-left p {
    line-height: 26px;
    margin:0 55px 0 0px;
    font-family: 'Poppins', sans-serif;
}
.footer-bottom-area .footer-bottom .footer-botton-left p span:before {
    color: #4eab27;
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
    padding-right: 5px;
    position: relative;
    top: 1px;
}
.footer-bottom-area .footer-bottom .footer-botton-left p b{
    color: #ffffff;
    font-weight: 500;
}
.footer-bottom-area .footer-bottom .footer-botton-left p a{
    color: #888888;
    font-size: 15px;
    font-weight: 400;
    transition: all 500ms ease;     
}
.footer-bottom-area .footer-bottom .footer-botton-left p a:hover{
    color: #ffffff;    
}


.footer-bottom-area .footer-bottom .copyright-text {
    margin: 0 0 0 0px;
        text-align: center;
}
.footer-bottom-area .footer-bottom .copyright-text p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    line-height: 26px;
}
.footer-bottom-area .footer-bottom .copyright-text p a {
    color: #fbb824; 
    font-weight: 500;
    transition: all 500ms ease;
}
.footer-bottom-area .footer-bottom .copyright-text p a:hover{
    color: #000;
}
.footer-links-m
{
    color: white;
    font-size: 13px;
    margin-right: 11px;
}

@media (min-width: 320px) and (max-width: 374px){
.time{ font-size: 14px;}
.day{  font-size: 14px;}
.logoimg{bottom: 0;}
}

@media (min-width: 375px) and (max-width: 424px) {
.logoimg{bottom: 0;}

}

@media (min-width: 425px) and (max-width: 600px) {
.logoimg{bottom: 0;}

}

@media (min-width: 601px) and (max-width: 768px) {
.logoimg{bottom: 0;}

}

@media (min-width: 769px) and (max-width: 1024px){
.logoimg{bottom: 0;}
}

@media (min-width: 1280px) and (max-width: 1366px) {
.time{ font-size: 13px !important;}
.day{  font-size: 13px !important;}
}

@media (min-width: 1367px) and (max-width: 1440px) {

}

@media (min-width: 1601px) and (max-width: 1700px) {

}

@media (min-width: 1701px) and (max-width: 1800px) {

}

@media (min-width: 1801px) and (max-width: 1920px) {

}

@media (min-width: 1921px) and (max-width: 2560px) {

}
