/*=======footer section css start=========*/
footer {
    padding: 50px 0 0px;
    background: #70bdc7;
    border-bottom: 6px solid #0f1868;
    box-shadow: 0 0 70px rgba(104, 104, 104, 0.55);
}
footer p{
    color: #fff;
}
footer .container {
    max-width: 1170px;
}

.footer-main {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    align-items: stretch;
}

.footer-col-nav {
    width: 260px;
}
.footer-col-nav:not(:last-child) {
    border-right: 1px solid #c2c2c2;
}

footer h4 {
    margin-bottom: 25px;
    color: #fff;
    font-family: 'Helvetica';
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
}

.footer-col-nav ul {
    margin: 0px;
    padding: 0px;
}

.footer-col-nav ul li {
    margin-bottom: 0;
    list-style: none;
    line-height: 22px;
}

.footer-col-nav ul li a {
    color: #fff;
    font-size: 12px;
    font-family: "Poppins";
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease-in;
}

.footer-col-nav ul li a:hover {
    color: #0f1868;
}
.contact-form{
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
.contact-form .column-left{
    max-width: 280px;
    margin-right: 30px;
}
.contact-form .column-left h4{
    font-size: 15px;
}
.contact-form .btn{
    padding: 6px 20px;
    font-size: 14px;
    border-radius: 0;
    text-transform: uppercase;
}
.contact-form address {
    color: #fff;
    font-size: 14px;
    font-family: "Poppins";
    font-weight: 600;
}
.contact-type{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 14px;
    font-family: "Poppins";
    font-weight: 600;
    color: #fff;
    padding-top: 10px;
}
.contact-type a{
      color: #fff;
      transition: all 0.3s ease-in;
}
.contact-type a:hover{
    color: #0f1868;
}
.contact-type .numbertext{
    margin-right: 25px;
}
.contact-type a img{
    margin-right: 10px;
}
.contact-type .gap-line{
    margin: 0 10px;
}
.footer-bottom{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0;
}
.footer-bottom .right-column{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: -25px;
}
.footer-bottom .right-column .social-link{
    margin-right: 30px;
}
.footer-bottom .right-column .social-link a{
    color: #fff;
    font-size: 24px;
    margin: 0 8px;
}
.footer-bottom .right-column .social-link a:hover{
    color: #0f1868;
}
.visa-card {
    margin-top: 0;
    margin-left: 10px;
}
/*=======footer section css end=========*/
