.footer-section h2,h3,h4,h5,h6{
    font-family: "Poppins", sans-serif;
}

.footer-section p{
    font-family: "Poppins", sans-serif;
}

.footer-section a{
    font-family: "Poppins", sans-serif;
}

.footer-section{
    /* background: linear-gradient(180deg,#0b0b0b,#1a1a1a); */
    color:#aaa;
    position: relative;
    margin-top:0px;
    margin-bottom: 0;
    /* padding: 80px 0 40px; */
}

.footer-logo{
    font-size:42px;
    font-weight:700;
    color:#fff;
}

.footer-logo span{
    color:#0063e4;
}

.footer-title{
    color:#fff;
    font-size:15px;
    letter-spacing:1px;
    margin-bottom:15px;
}

.footer-links a,
.footer-links-new a{
    color:#616161;
    text-decoration:none;
    /* display:block; */
    margin-bottom:6px;
    font-size:12px;
    text-transform:uppercase;
}

.footer-links a:hover{
    color:#0063e4;
}

/* Newsletter */

.newsletter-card{
    background:#fff;
    border-radius:14px;
    padding:40px;
    box-shadow:0 10px 40px rgba(0,0,0,.4);
    margin-top:-320px;
    max-width:352px;
}

.newsletter-card h4{
    font-weight:700;
}

.newsletter-btn{
    width:65px;
    height:65px;
    border-radius:50%;
    background:#51c119;
    border:none;
    color:#fff;
    font-size:30px;
    transform:rotate(318deg);
    font-weight:100;
    margin:24px 5px;
}

input.form-control.emailinlut{
    background:#e2e2e2;
    padding:11px 13px;
    border:2px solid #bfbfbf;
}

.smallpara{
    text-align:center;
    color:#000;
    font-weight:500;
    text-transform:uppercase;
    margin-top:21px;
    font-size:11px;
}

p#dasn{
    text-align:center;
    font-size:9px;
}

/* Footer bottom */

.footer-bottom{
    border-top:1px solid rgba(255,255,255,.1);
    margin-top:40px;
    padding:20px 0 15px;
    font-size:13px;
    text-transform:uppercase;
}

/* Background helpers */

/* .bhurabg{
    background-color:#080808;
    padding-top:40px;
} */


.bhurabg{
    background-color: #080808;
    padding-top: 40px;
    position: relative;
}

.topftitle {
    /* padding: 20px 0px; */
    padding-bottom: 55px;
}
.bhurabg:before{
    content: '';
    border-bottom: 1px solid #212226;
    width: 100%;
    height: 5px;
    position: absolute;
    top: 93px;
}

.Black_abg{
    background-color:#100d0f;
    padding:30px 10px;
}

/* Footer menu */

.footer-menu li{
    color:#555;
}

.footer-menu li a{
    color:#bdbdbd;
    text-decoration:none;
    font-size:13px;
    letter-spacing:.5px;
    transition:.3s;
}

.footer-menu li a:hover{
    color:#0063e4;
}

/* Misc */

.whatnumer a{
    color:#0063e4;
    text-decoration:none;
    margin-left:6px;
}

.abdasimg {
    max-width: 690px;
}

/* --- */

.inqeriesmenail{
    border-bottom: 1px solid #aaa8a9;
    padding-bottom: 3px;
    display: inline-block;
   
}
.inqeriesmenail a{
    color: #aaa8a9;
    font-size: 12px;
    text-decoration:none;
    text-transform: capitalize;
}

.inqeriesmenail span {
    margin-left: 7px;
    font-weight: 700;
    font-size: 13px;
}

.inqeriesmenail img {
    vertical-align: inherit;
}

.footer-title h3{
    font-size:16px;
    color: #616161;
    text-transform:uppercase;
}

.footer-title ul {
    margin: 0px;
    padding-left: 0px;
    list-style: none;
    line-height: 25px;
}

.fsdfjc01d {
    font-size: 10px;
    letter-spacing: 1px;
}



.topftitle p{
    text-transform: uppercase;
    font-size:12px;
    color:#616161;
    letter-spacing:2px;
}

/* new footer */

.topLogo {
    background: #1c232c;
    padding:40px 0px;
    text-align: center;
}
/* .middleWitetous{
    background: #151b23;
    color:#848d99;
    padding: 10px 10px;
    text-align: center;
    font-size:14px;
} */

.middleWitetous {
    background: #151b23;
    color: #848d99;
    padding: 30px 0px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height:19px;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* -- */
.boottomCopyRight {
    background-color:#10161d;
    padding: 30px 0px;
}


.wrapmanuLink ul li a {
    color: #848d99;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    letter-spacing:1px;
}

.wrapmanuLink ul {
    display: flex;
    justify-content: center;
    gap: 30px;
    list-style: none;
}

.copyRightupdate {
    color: #848d99;
    text-align: center;
    font-size: 17px;
    font-family: "Poppins", sans-serif;
}



@media(max-width:991px){
  .newsletter-card{
    margin-top: 0px;
    margin: auto;
   }
}


@media(max-width:768px){
 
}


@media(max-width:576px){

 .wrapmanuLink ul {
gap: 12px;
flex-wrap:wrap;
margin:0px;
padding:0px;
   
}

.wrapmanuLink ul li a {
   font-size: 10px;
   }
   .copyRightupdate {
   font-size: 13px;
}

.topLogo {
    background: #1c232c;
    padding: 20px 0px;
    text-align: center;
}

footer.footerCenterALL {
    background: #151b23;
}


}
