.footer{position:relative; left:0px; top:0px; width:100%; height:auto; background:#333; }
.footer .footer_hiden_image{position:absolute; left:0px; top:0px; width:100%; height:100%; overflow:hidden;}
.footer .footer_hiden_image img{position:absolute; left:-9999px; top:-9999px; right:-9999px; bottom:-9999px; margin:auto; width:100%;}


.footer .footer_top{position:relative; left:0px; top:0px; width:calc(100% + 0px); height:100px; background:#333; display:flex; justify-content:center; border-bottom:2px solid rgba(255,255,255,0.1);}
.footer .footer_top .top_title{position:relative; width:calc(25% - 60px); height:100%;}
.footer .footer_top .top_title h2{color:#fff; font-family:poppins_r; font-size:30px; margin-top:28px;}
.footer .footer_top .top_links{position:relative; width:calc(75% - 180px); top:20px; height:60px; border-left:2px solid rgba(255,255,255,0.1); }
.footer .footer_top .top_links p{display:inline-flex; color:#fff; font-family:poppins_r; margin-left:30px; font-size:18px;}

.footer .footer_shadow{position:relative; left:0px; top:0px; width:100%;  background:rgba(34,34,34,0.8); display:flex; justify-content:center; flex-wrap:wrap;}

.footer .footer_shadow .footer_column{position:relative; width:calc(25% - 60px);}
.footer .footer_shadow .footer_column:hover{cursor:pointer;}
.footer .footer_shadow .footer_column .footer_header{position:relative; left:0px; top:0px; width:calc(100% - 30px); height:120px; border-bottom:2px solid rgba(255,255,255,0.1);}
.footer .footer_shadow .footer_column .footer_header h4{font-family:poppins_r; color:#fff; position:absolute; font-size:20px; margin-top:0px; left:0px; top:50px;}
.footer .footer_shadow .footer_column .footer_header .header_line{position:absolute; transition:all 0.2s; left:0px; bottom:-2px; width:30%; height:2px; background:#f18024;}
.footer .footer_shadow .footer_column:hover .footer_header .header_line{width:100%; }

.footer .footer_shadow .footer_column .footer_body{position:relative; left:0px; top:0px; margin-top:50px; width:calc(100% - 30px); min-height:40px; }
.footer .footer_shadow .footer_column .footer_body h5{font-family:poppins_t; font-size:22px; color:#f18024; }
.footer .footer_shadow .footer_column .footer_body p{font-family:poppins_t; color:#fff; font-size:16px; }
.footer .footer_shadow .footer_column .footer_body p i{margin-right:20px;}

.footer .footer_shadow .footer_column .footer_body .newsletter{position:relative; left:0px; top:0px; width:100%; height:40px; border:2px solid rgba(255,255,255,0.1);}
.footer .footer_shadow .footer_column .footer_body .newsletter input{position:absolute; left:0px; top:0p; width:calc(100% - 88px); height:100%; background:none; border:none; font-family:poppins_t; color:#fff; padding-left:20px; outline:none;}
.footer .footer_shadow .footer_column .footer_body .newsletter .submit_icon{position:absolute; right:-2px; top:-2px; width:88px; height:44px; background:#f18024; text-align:center;}
.footer .footer_shadow .footer_column .footer_body .newsletter .submit_icon i{font-size:22px; margin-top:10px; color:#fff;}

.footer .footer_shadow .designed_by{position:relative; left:0px; top:0px; width:100%; height:80px; margin-top:30px; border-top:2px solid rgba(255,255,255,0.1); text-align:center;}
.footer .footer_shadow .designed_by h2{font-family:poppins_r; margin:0px; padding-top:22px; color:#fff;}
.footer .footer_shadow .designed_by h2 span{color:#f18024;}


@media only screen and (max-width: 1500px){
    .footer .footer_top .top_title{width:calc(25% - 50px);}
    .footer .footer_top .top_links{width:calc(75% - 60px);}

    .footer .footer_shadow .footer_column{width:calc(25% - 30px);}
}

@media only screen and (max-width: 1000px){
    .footer .footer_hiden_image img{width:auto; height:100%;}
    .footer .footer_shadow .footer_column .footer_header{display:none;}
    .footer .footer_shadow .footer_column{width:calc(33.33% - 40px);}
    .footer .footer_shadow .first_colum{width:calc(100% - 120px);}
}
@media only screen and (max-width: 800px){
    .second_column, .footer .footer_top{display:none;}
    .footer .footer_shadow .footer_column{width:calc(50% - 60px);}
    .footer .footer_shadow .first_colum{width:calc(100% - 120px);}
    .footer .footer_shadow .last_column{text-align:right;}

    .footer .footer_shadow .designed_by h2{font-size:18px;}

}

@media only screen and (max-width: 600px){
    .footer .footer_shadow .last_column{display:none;}
    .footer .footer_shadow .footer_column{width:calc(100% - 60px); text-align:center; }

    .footer .footer_shadow .designed_by h2{padding-top:10px; margin-left:30px;  margin-right:30px;}
    .footer .footer_shadow .footer_column .footer_body p{ width:calc(100% + 30px); }
    .footer .footer_shadow .footer_column .footer_body h5{width:calc(100% + 30px);}
}


























