/********   footer   *********/
footer{
    background-color: #111111;
    padding: 50px 0;
    width:100%;
}
.footer-sect {
    width:25%;
    margin-bottom:20px;
}
footer .footer-sect  h4{
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: 'noto_sansregular';
}
footer .footer-sect ul li{
    margin-bottom: 8px;
}
footer .footer-sect ul li a, footer .footer-sect p{
    color: #CCCCCC;    
    font-family: 'noto_sansregular';
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
}
footer .footer-sect ul li a:hover{
    color:#fff;
}
footer .footer-sect ul li a i{
    margin-right: 10px;
}
.email{
    background-color: #F6F6F6;
    border-width: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    padding: 10px;
    font-family: 'noto_sansregular';
}
.subscribe-btns{
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 0px 0px 0px 0px;
    color: #fff;
    background-color: #e4c47b;
    border-color: #E4C47B;
    border:1px solid #E4C47B;
    border-radius: 0px 0px 0px 0px;
    min-height: 48px;
    padding: 6px 25px;
    font-family: 'noto_sansregular';
}
.subscribe-btns:hover{
    color: #333333;
}
.mar-topp{
    margin-top:20px;
}
.footer-bottom{
    width:100%;
    margin-top: 70px;
}
.footer-bottom p, .footer-bottom ul{
    width:50%;
    justify-content:right;
}
.footer-bottom ul li{
    margin:0 12px;
}
.footer-bottom ul li a i{
    transform: rotate(0deg);
    color: #999999;
    border-color: #999999;
    font-size: 24px;
    text-align: center;
}
.footer-bottom p{
    color: #C5C5C5;
    font-size: 15px;
}
.footer-bottom ul{
    text-align: right;
}
/********   footer  end  *********/

/********   Responsive footer  *********/
@media only screen and (max-width: 1400px) {
.subscribe-btns {
	padding: 6px 19px;
}
.footer-bottom p {
    font-size: 13px;
}
}
@media screen and (min-width:768px) and (max-width: 1200px) { 
    .footer-sect {
        width:100%;
    }
    .footer-sect.footer-sect-a {
        order: 4;
        width: 25%;
        margin: 40px 0;
    }
    .footer-sect.footer-sect-b {
        order: 3;
        width: 33%;
        margin: 40px 0;
    }
    .email {
        width: 49%;
    }
    .footer-sect.footer-sect-c{
        order:2;
        width: 33%;
        margin: 40px 0;
    }
    .footer-sect.footer-sect-d {
        order: 0; 
    }
    .subscribe-btns {
        padding: 6px 48px;
    }
    .footer-bottom {
        margin-top: 30px;
    }
    .footer-bottom p {
        color: #C5C5C5;
        font-size: 10px;
        text-align: left;
        margin-top: 10px;
    }
    
}
/********   Responsive footer end  *********/
/********   Responsive footer  *********/
@media screen and (min-width:320px) and (max-width: 767px) { 
    .footer-sect {
        width:100%;
    }
    .footer-bottom p, .footer-bottom ul {
        width:100%;
    }
    .footer-sect.footer-sect-a {
        order: 4;
    }
    .footer-sect.footer-sect-b {
        order: 3;
        width: 50%;
        margin: 40px 0;
    }
    .footer-sect.footer-sect-c{
        order:2;
        width: 50%;
        margin: 40px 0;
    }
    .footer-sect.footer-sect-d {
        order: 0;
        text-align: center;;
    }
    footer .footer-sect ul li a, footer .footer-sect p {
        font-size: 15px;
    }
    .email,.subscribe-btns {
        width: 100%;
    }
    .subscribe-btns {
        margin-top:10px;
    }
    .footer-bottom {
        margin-top: 30px;
    }
    .footer-bottom ul {
        text-align: right;
        order: 0;
    }
    .footer-bottom p {
        color: #C5C5C5;
        font-size: 10px;
        order: 1;
        text-align: center;
        margin-top: 25px;
    }
    
}
/********   Responsive footer end  *********/