.footer-section {
    background-image: linear-gradient(rgba(9, 16, 13, 0.88), rgba(9, 16, 13, 0.88)), url(../img/bg/1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    position: relative;
    padding: 0px 10px;
}
.topbar {
    background: red;
  
}
.topbar .topbar-left .topbar-info-list li i {
    color: var(--primary-color);
    margin-right: 5px;
}
header.style-2 .main-nav ul li a:hover {
    color: var(--primary-color1);
}
.footer-section .footer-top {
    padding: 40px 0px;
}
.footer-section p{
    font-size: 17px;
    font-weight: 400;
    font-family: var(--font-work-sans);
    color: var(--border-color);
    transition: all .4s ease;
    color: #d7d3d3;
}
.ptb-40{
    padding-top: 40px;
    padding-bottom: 40px;
}
.banner-section2 .swiper-slide::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
     min-height: auto;
    background-color: rgba(3, 0, 15, .25);
}
.banner-section2 .swiper-slide {
    position: relative;
    z-index: 1;
    min-height: auto;
    display: flex
;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.video-section2 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url(../img/bg/1.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0px;
    background-attachment: fixed;
}
.inner-banner-section {
    position: relative;
    display: flex
;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    background-image: url(../img/bg/1.png);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 250px;
}

.contact-from-wrapper .contact-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.contact-from-wrapper .contact-list li {
    display: flex
;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 15px;
    gap: 12px;
}
.contact-from-wrapper .contact-list li .icon .bi {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid var(--primary-color1);
    color: var(--primary-color);
    display: block;
    transition: all .45s ease;
    font-size: 16px;
}
.contact-from-wrapper .contact-list li .text {
    color: var(--primary-color);
}   
.contact-from-wrapper .contact-list li .text a {
    display: block;
    margin-bottom: 3px;
}
.contact-from-wrapper .footer-social {
    padding: 0;
    list-style: none;
    display: flex
;
    /* flex-direction: row; */
    gap: 20px;
    margin-top: 25px;
}
.contact-from-wrapper .footer-social i {
    border: 1px solid #5e5e5e;
    width: 30px;
    height: 30px;
    line-height: 29px;
    color: var(--white);
    background: #0f1012;
    text-align: center;
    font-size: 16px;
    border-radius: 50%;
    transition: all .5s ease-out 0s;
}
.fixed_btn {
    z-index: 999;
    padding: 0;
    margin: 0;
    position: fixed;
    list-style: none;
    bottom: 5%;
    right: 0px;
}
.fixed_btn li {
    margin: 0 5px 5px 0;
}
.fixed_btn .whatsapp {
    background: #25D366;
}
.fixed_btn li a i {
    font-size: 20px;
    display: block;
    text-align: center;
    color: #fff;
    line-height: 40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.fixed_btn .call {
    background:red;
}