.header .menuitem .menu {
    justify-content: flex-start;
}

.header .menuitem .menu-item {
    margin-left: 32px;
}

.header .menuitem .menu-item:last-child {
    margin: 0px;
}

.header .menuitem .submenu {
    margin-top: -24px;
    padding-top: 24px;
}

nav.list-search {
    position: absolute;
    top: 100%;
    left: 24px;
    width: calc(100% - 48px);
    background: #fff;
    display: none;
    padding: 12px;
    -webkit-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
    z-index: 1;
}

nav.list-search a {
    display: block;
    margin: 0px;
    margin-bottom: 4px;
    text-transform: capitalize;
    line-height: 22px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-clip: padding-box;
    padding: 8px 12px;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    font-size: 14px;
    color: #000;
}

nav.list-search a:hover {
    color: #EEA616;
    background: #eea6161a;
}

.formsearch:hover nav.list-search {
    display: block;
}

.header.sticky .menuitem .submenu {
    margin-top: -17px;
    padding-top: 17px;
}

.issuesitem,
.newspaper {
    display: flex;
    align-items: center;
}

.newspaper {
    color: #EEA616;
    background: #eea6161a;
    border-radius: 8px;
    padding: 6px 20px;
    font-size: 14px;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.newspaper svg {
    fill: #EEA616;
    width: 24px;
    margin-left: 8px;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.newspaper:hover {
    background: #EEA616;
    color: #fff;
}

.newspaper:hover svg {
    fill: #fff;
}

.nomagin .item {
    margin: 0px;
}

.minheadtitle {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dateitem {
    display: flex;
    align-items: center;
}

.dateinput {
    position: relative;
    margin-left: 16px;
}

.dateinput img {
    position: absolute;
    left: 12px;
    top: 14px;
}

.dateinput .form-control {
    width: 200px;
    height: 44px;
    border-radius: 10px;
    font-size: 14px;
}

.dateitem .bottom {
    min-width: 140px;
    height: 44px;
    border-radius: 10px;
}

.itemissues {
    margin-top: 24px;
}

.itemissues .inner {
    display: block;
    position: relative;
    width: 100%;
    background: #fff;
    padding: 16px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0px 3px 8px -1px #3232470D;
    overflow: hidden;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.itemissues .inner:hover {
    transform: translateY(-1rem);
}

.itemissues .inner .photo {
    width: 100%;
    height: 300px;
    background: #ccc;
}

.itemissues .inner .photo img {
    width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.itemissues .inner .date {
    display: block;
    text-align: center;
    margin-top: 12px;
}

.itemissues .inner .title {
    text-align: center;
    font-size: 20px;
    margin: 0;
    color: #EEA616;
}

.aboutus .itemenergy .scroll {
    position: sticky;
    top: 100px;
}

.sectiongallery {
    background: #F7F7F9;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    padding-bottom: 32px;
}

@media (max-width: 991px) {
    .sectiongallery {
        padding-bottom: 24px;
    }
}

@media (max-width: 991px) {
    .sectiongallery .item {
        max-width: 100%;
        flex: 100%;
    }
}

.sectiongallery .item .inner {
    display: block;
    position: relative;
    width: 100%;
    background: #fff;
    border-radius: 20px;
    padding: 12px;
}

.sectiongallery .item .inner .photo {
    position: relative;
    width: 100%;
    height: 374px;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
}

.sectiongallery .item .inner .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sectiongallery .item .inner .title {
    margin: 20px 0px;
    font-weight: 400;
    cursor: pointer;
}

.sectiongallery .item .inner span {
    display: block;
    color: #EEA616;
}

.sectiongallery .item .subgallery {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.sectiongallery .item .subgallery:last-child {
    margin: 0;
}

.sectiongallery .item .subgallery .photo {
    min-width: 258px;
    max-width: 258px;
    height: 150px;
    margin-left: 12px;
}

.sectiongallery .item .subgallery .title {
    margin: 0px;
    font-size: 20px !important;
}

.slid-photos {
    direction: ltr;
    position: relative;
    width: 100%;
    background: #eeeeee;
    border-radius: 8px;
    padding: 24px;
    margin-top: 24px;
}

@media (max-width: 991px) {
    .slid-photos {
        margin-top: 12px;
    }
}

.slid-photos .het-img {
    margin: 0px auto;
    width: 100%;
    overflow: hidden;
}

@media (max-width: 1199px) {
    .slid-photos .het-img {}
}

.slid-photos .het-img .slides>li {
    display: none;
    -webkit-backface-visibility: hidden;
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 58vh;
    overflow: hidden;
}

@media (max-width: 991px) {
    .slid-photos .het-img .slides>li {
        height: 30vh;
    }
}

.slid-photos .het-img .slides>li img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.flexslider .slides>li {
    display: none;
    -webkit-backface-visibility: hidden;
}

.het-img2 {
    position: relative;
    background: #2d2d2d;
    padding: 24px;
    border-radius: 8px;
    margin-top: 24px;
}

.het-img2 li {
    cursor: pointer;
}

.het-img2 li img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    border: 2px solid transparent;
    border-radius: 8px;
}

.het-img2 li.flex-active-slide img {
    border: 2px solid #EEA616;
}

.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    background: #EEA616 url(../images/right-arrow.png) no-repeat center center;
    margin-top: -102px;
    background-size: 27%;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    text-indent: -9000px;
    border-radius: 8px;
}

.faqs .collapsible-link::before {
    width: 18px;
    height: 10px;
}

@media (max-width: 991px) {
    .flex-direction-nav a {
        margin-top: -64px;
    }
    .flex-direction-nav {
        display: none;
    }
    .het-img2 li img {
        height: 80px;
    }
}

.flex-direction-nav .flex-prev {
    left: 24px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default;
    z-index: -1;
}

.flex-direction-nav .flex-next {
    right: 24px;
    text-align: right;
    text-indent: 9000px;
}

.het-img2 .flex-direction-nav a {
    margin-top: -18px;
    display: none;
}

.het-img2:hover .flex-direction-nav a {
    display: block;
}

.infowatch {
    display: flex;
    align-items: center;
}

.infowatch .infouser {
    display: flex;
    margin-top: 20px;
}

.infowatch .infouser li {
    color: #EEA616;
    margin-left: 24px;
}

.infowatch .watch {
    display: flex;
    align-items: center;
    color: #EEA616;
    margin: 20px 24px 0px 0px;
}

.infowatch .watch svg {
    margin-left: 8px;
}

.t-size {
    font-size: 26px;
}

@media (max-width: 991px) {
    .itemissues {
        max-width: 50%;
        flex: 50%;
    }
    .allslide .item .carousel {
        height: auto;
    }
    .header .menuitem .menu-item {
        margin-left: 0px;
    }
    .header .menuitem .submenu,
    .header.sticky .menuitem .submenu {
        margin: 0;
        padding-top: 0;
    }
    .nomagin .item {
        margin-bottom: 24px;
    }
    .nomagin .item:last-child {
        margin: 0px;
    }
    .header .header-center .btn-ser {
        position: absolute;
        left: 146px;
    }
    .header .header-center .btn-ser .close-news {
        position: absolute;
        left: 0px;
        top: 0px;
    }
    .header .header-center .logo img {
        max-width: 94px;
    }
    .newspaper {
        padding: 4px 8px;
        font-size: 12px;
    }
    .newspaper svg {
        width: 20px;
        margin-left: 4px;
    }
    .sectiongallery .item .inner .photo {
        height: 242px;
    }
    .sectiongallery .item .subgallery .photo {
        min-width: 100px;
        max-width: 100px;
        height: 100px;
    }
    .sectiongallery .item .subgallery .title {
        font-size: 16px !important;
    }
    .sectiongallery .item .inner span {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .minheadtitle {
        display: block;
    }
    .dateitem {
        margin-top: 24px;
    }
}

@media (max-width: 676px) {
    .itemissues {
        max-width: 100%;
        flex: 100%;
    }
    .dateinput .form-control {
        width: 164px;
    }
}