.footer-con{
    width: 100%;
    background-color: #151515;
}
.footer-box {
    float: left;
    width: 100%;
    padding: 45px 0
}
.sitemap {
    width: 18%
}
.footer-rt h6, .sitemap h6 {
    padding: 0;
    color: #2eaef3;
    margin: 0 0 16px;
    line-height: 16px;
	font-size: 16px;
    font-weight: 400
}
.sitemap ul {
    float: left;
    padding: 0;
    width: 100%;
    list-style: none
}
.sitemap ul:nth-child(2) {
    margin: 0 0 25px
}
.sitemap ul li {
    color: #a5acb0;
    font-size: 14px;
    line-height: 22px
}
.sitemap ul li .style1 {
    font-size: 14px;
    margin: 0 5px 0 0
}
.sitemap ul li a {
    color: #a5acb0;
    text-decoration: none
}
.sitemap ul li a:hover,
.sitemap2 ul li .fa {
    color: #2eaef3
}
.sitemap ul:last-child {
    margin: 0
}
.sitemap2 ul li {
    padding: 0 0 0 20px;
    position: relative;
    margin: 0 0 15px
}
.sitemap2 ul li .fa{
    top:2px;
    left: 0;
	font-size:20px;
    position: absolute;
}
.footer-rt {
    float: right;
    width: 23%
}
.footer-rt .field1 {
    float: left;
    width: 100%;
    height: 40px;
    padding: 0 3%;
    border: none;
    color: #a5acb0;
    outline: 0;
    margin: 0 0 10px;
    border-radius: 5px;
    background: #000
}
.footer-rt .submit-btn a{
	display:block;
    width: 90px;
    height: 31px;
    outline: 0;
    line-height: 28px;
    font-size: 14px;
    color: #2eaef3;
    background:none;
    font-weight: 300;
    cursor: pointer;
    border-radius: 4px;
	text-decoration:none;
	text-align:center;
    border: 1px solid #2eaef3
}
.footer-rt .submit-btn a:hover {
    background: #2eaef3;
    color: #fff
}
#mc_embed_signup_scroll{
    float: left;
    width: 100%;
    font-size: 14px;
    color: #a5acb0;
}
.copyright-con {
    float: left;
    width: 100%;
    background: #000;
}
.copyright {
    float: left;
    width: 100%;
    color: #a5acb0;
    font-size: 14px;
    line-height: 34px;
    padding: 20px 0
}
.social-box{
    float: right;
}
.social-box li{
    float: left;
    margin: 0 0 0 5px;
}
.social-box li a{
    color: #fff;
    width: 32px;
    display: block;
    height: 32px;
    line-height: 32px;
	text-align:center;
    border-radius: 100%;
    text-decoration: none;
}
.social-box li.tw a{
    background-color: #1da1f2;
}
.social-box li.fb a{
    background-color: #4267b2;
}
.social-box li.ln a{
    background-color: #0084bf;
}
.social-box li.gp a{
    background-color: #d34836;
}
.social-box li.insta a{
    background: url("../images/footer/insta-icon.png") no-repeat;
}
.social-box li.mail a{
    background-color: #2eaef3;
}
#mc_embed_signup form{
    padding: 0 !important;
}
#mc_embed_signup .indicates-required{
    margin: 0 0 8px !important;
}
#mc_embed_signup .mc-field-group{
    width: 100% !important;
}
#mc_embed_signup .mc-field-group input{
    width: 97% !important;
}
#mc_embed_signup .mc-field-group input{
    border: none !important;
	padding:0 3% !important;
    margin: 0 0 10px !important;
}
#mc_embed_signup input{
    margin: 0 !important;
    width: 90px;
    padding: 0;
    border: 1px solid #2eaef3 !important;
}
#mc_embed_signup .indicates-required{
    font-size: 14px !important;
}
#mc_embed_signup div#mce-responses{
top: 0 !important;
padding: 0 !important;
width: 100% !important;
margin: 0 !important;
}
#mc_embed_signup div.response{
margin: 0 0 10px !important;
padding: 0 !important;
font-weight:normal !important;
    width: 100% !important;
}
/**************************************
Responsive
**************************************/
@media screen and (max-width: 1199px) {
    .footer-box {
        padding: 45px 15px;
    }
    .footer-rt .field1{
        padding: 0 1%;
    }
    .sitemap{
        width: 24%;
    }
    .sitemap2{
        width: 28%;
    }
    .footer-rt{
        margin: 20px 0 0;
        width: 100%;
    }
    .copyright{
        padding: 20px 15px;
    }
}
@media screen and (max-width: 800px) {
    .footer-box {
        padding: 30px 15px;
    }
    .sitemap,.footer-box{
        display: none;
    }
    .footer-rt{
        margin: 0;
    }
    .copyright-con{
        margin: 0;
    }
}
@media screen and (max-width: 690px) {
    .copyright {
        padding: 15px;
        text-align: center;
    }
    .social-box{
        width: 100%;
    }
    .social-box li{
        float: none;
        margin: 0;
        display: inline-block;
        vertical-align: top;
    }
}
@media screen and (max-width: 480px) {
    .copyright {
        line-height: 16px;
    }
    .social-box{
        margin: 15px 0 0;
    }
}
