.header {
    /* height: 340px;
    overflow: hidden; */
    margin-top: 130px;
    margin-bottom: 15px;
}
.header_slider_image {
    /* height: 340px;
    overflow: hidden; */
}
.header img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#common_banner {
    background-image: url(../images/banner1.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 300px;
    display: flex;
    align-items: end;
    padding-bottom: 20px;
    position: relative;
}
#common_banner::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, black, #00000000);
}
.common_breadcrum {
    display: flex;
    align-items: center;
}
.common_breadcrum a{
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
}
.common_breadcrum iconify-icon {
    color: #fff;
    font-size: 14px;
    margin: 0 8px;
}
.common_banner {
    display: flex;
    align-items: end;
    justify-content: space-between;
    position: relative;
    z-index: 9;
}
#header_slider_wrap{
    margin-bottom: 12px;
}



.iconsec .dropdown button {
    background: transparent;
    border: 0;
    color: #fff;
}
.iconsec .dropdown-menu {
    background: #fff;
    border: 0;
    margin-top: 10px;
}
.iconsec .dropdown-menu li a {
    display: flex;
    align-items: center;
    font-size: 15px;
}
.iconsec .dropdown-menu li a iconify-icon {
    margin-right: 10px;
    font-size: 17px;
}