/* @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    font-family: poppins !important;
} */

.logo {
    width: 250px;
}

@media screen and (max-width:400px) {
    .logo {
        width: 200px;

    }
}

@media (max-width: 991px) {
    .header-main.style-2 {
        padding: 20px !important;
    }
}

.breadcrumb-wrapper.bg-cover {
    padding-top: 100px !important;
}

@media screen and (max-width:767px) {
    .contact-section h3 a {
        font-size: 23px !important;

    }

    .contact-wrapper-2 .contact-left-items .contact-info-area-2 {
        padding: 40px 20px !important;
    }

    .contact-wrapper-2 .contact-left-items .contact-info-area-2 .contact-info-items .content h3 {
        font-size: 23px !important;

    }
}
.contact-section img{
    transform: scaleX(-1);
    border-radius: 10px 10px 0px 0px !important; 
}
.contact-wrapper-2 .contact-left-items .contact-info-area-2{
    border-radius: 0px 0px 10px 10px !important; 
}