* {
    font-family: "Gilroy", Sans-serif;
}

.main-menu-close .search_icon_menu {
    display: none !important;
}

.post__outer {
    width: 100%;
    display: inline-block;
    position: relative;
}

.post__wrapper {
    display: inline-block;
    width: 100%;
    position: relative;
}

.post__wrapper .post__inner {
    display: inline-flex;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
    margin-bottom: 55px;
}

.post__wrapper .post__thumb {
    width: 30%;
    display: inline-block;
    position: relative;
}

.post__wrapper .post__thumb img {
    width: 100%;
    display: inline-block;
    position: relative;
    min-height: 280px !important;
    max-height: 280px !important;
    object-fit: contain;
}

.post__wrapper .post__information {
    width: 70%;
    display: inline-block;
    position: relative;
    padding-left: 59px;
}

.post__wrapper .post__meta_sec {
    width: 100%;
    position: relative;
    display: inline-flex;
    align-items: center;
    margin-bottom: 15px;
}

.post__wrapper .post__meta_sec {
    width: auto;
    display: inline-block;
}

.post__wrapper .cat_with_bg a {
    font-family: 'Gilroy ExtraBold';
    font-size: 12px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    background: #75ABD1;
    border-radius: 20px;
    padding: 4px 12px;
    position: relative;
    margin-right: 20px;
    text-transform: uppercase;
    letter-spacing: 1;
}

.post__wrapper .post__date {
    font-family: 'Gilroy ExtraBold';
    font-size: 12px;
    line-height: 22px;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 1;
    margin-right: 15px;
}

.post__wrapper .post__title {
    font-family: 'Gilroy ExtraBold';
    font-size: 24px;
    line-height: 30px;
    color: #232427;
    width: 100%;
    display: inline-block;
    margin-bottom: 8px;
}

.post__wrapper .post__excerpt {
    width: 100%;
    display: inline-block;
    position: relative;
    font-family: 'Gilroy Light';
    font-size: 18px;
    line-height: 22px;
    color: #232427;
}

@media screen and (max-width:1024px) {
    .post__wrapper .post__information {
        padding-left: 30px;
    }
}

@media screen and (max-width:768px) {
    .post__wrapper .post__thumb {
        width: 40%;
    }
    .post__wrapper .post__information {
        width: 60%;
    }
}

@media screen and (max-width:680px) {
    .post__wrapper .post__thumb {
        width: 100%;
    }
    .post__wrapper .post__information {
        width: 100%;
        padding-left: 0px;
        padding-top: 30px;
    }
    .post__wrapper .post__meta_sec {
        margin-bottom: 6px;
    }
}


/* Related All post Starat */

.related_outer {
    width: 100%;
    display: inline-block;
    position: relative;
}

.related__wrapper {
    width: 100%;
    display: inline-flex;
    position: relative;
    flex-wrap: wrap;
}

.related__wrapper .related__inner {
    width: calc(33.33% - 14px);
    display: inline-block;
    position: relative;
    margin-right: 21px;
    margin-bottom: 30px;
}

.related__wrapper .related__inner:nth-child(3n + 3) {
    margin-right: 0px;
}

.related__wrapper .related__inner .related__thumb {
    width: 100%;
    display: inline-block;
    position: relative;
}

.related__wrapper .related__inner .related__thumb img {
    min-height: 300px;
    max-height: 300px;
    object-fit: contain;
    width: 100%;
    display: inline-block;
}

.related__wrapper .related__information {
    width: 100%;
    display: inline-block;
    position: relative;
}

.related__wrapper .related__meta_sec {
    width: 100%;
    display: inline-flex;
    position: relative;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 6px;
}

.related__wrapper .related__meta_sec span {
    font-family: 'Gilroy Light', sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    font-weight: 400;
}

.related__wrapper .related__title {
    font-size: 16px;
    line-height: 20px;
    font-family: 'Gilroy ExtraBold', sans-serif;
    font-weight: bold;
    color: #000;
    margin: 0px !important;
}

.post__wrapper.less_width_sec {
    width: 80%;
    display: inline-block;
    position: relative;
    padding-left: 30px;
}

.term__list {
    width: 20%;
    display: inline-block;
    position: relative;
    vertical-align: top;
}

.checklist {
    width: 100%;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.checklist input {
    width: 20px;
    height: 20px;
}

.checklist label {
    vertical-align: text-bottom;
    font-size: 16px;
    line-height: 26px;
    color: #232427;
    padding-left: 10px;
    font-family: 'Gilroy Light', sans-serif;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.checklist label:hover {
    color: #75ABD1 !important;
}

.term__list h4 {
    font-size: 22px;
    line-height: 32px;
    margin: 20px 0px 10px !important;
    color: #232427 !important;
    font-family: 'Gilroy ExtraBold', sans-serif;
}

.checklist [type="checkbox"]:not(:checked),
.checklist [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

.checklist [type="checkbox"]:not(:checked)+label,
.checklist [type="checkbox"]:checked+label {
    position: relative;
    overflow: hidden;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    line-height: 25px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    color: #172619;
    text-align: left;
    font: normal normal normal 16px/19px;
    letter-spacing: 0px;
    color: #172619;
    opacity: 1;
    font-family: 'Gilroy Light', sans-serif;
}


/* checkbox aspect */

.checklist [type="checkbox"]+label:before,
.checklist [type="checkbox"]+label:after {
    content: '';
    position: absolute;
    left: 0;
    z-index: 1;
    -webkit-transition: .2s;
    transition: .2s;
}


/* Unchecked styles */

.checklist [type="checkbox"]:not(:checked)+label:before {
    top: 4px;
    width: 16px;
    height: 16px;
    border: 1px solid #232427;
    background: transparent;
}

.checklist [type="checkbox"]:not(:checked)+label:after {
    top: 4px;
    width: 16px;
    height: 16px;
    border: 1px solid #31696C;
    z-index: 0;
}


/* Checked styles */

.checklist [type="checkbox"]:checked+label:before {
    top: 4.5px;
    left: 2px;
    width: 5px;
    height: 12px;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 20% 40%;
    transform-origin: 100% 100%;
}

.checklist [type="checkbox"]:checked+label:after {
    top: 4px;
    width: 16px;
    height: 16px;
    border: 1px solid #232427;
    z-index: 0;
    background: #144654;
}


/* disabled checkbox */

.checklist [type="checkbox"]:disabled:not(:checked)+label:before,
.checklist [type="checkbox"]:disabled:checked+label:before {
    top: 50%;
    transform: translateY(-50%);
    box-shadow: none;
    background-color: #444;
    width: 16px;
    height: 16px;
    border: 3px solid #444;
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
}

.checklist [type="checkbox"]:disabled+label {
    color: #555;
}

.checklist [type="checkbox"]:disabled:not(:checked)+label:hover:before {
    border-color: #31696C;
}

@media screen and (max-width:768px) {
    .related__wrapper .related__inner {
        width: calc(50% - 10px);
        margin-right: 20px !important;
    }
    .related__wrapper .related__inner:nth-child(2n + 2) {
        margin-right: 0px !important;
    }
    .related__wrapper .related__inner .related__thumb img {
        min-height: 250px;
        max-height: 250px;
    }
    .post__wrapper.less_width_sec {
        width: 70% !important;
        padding-left: 20px;
    }
    .term__list {
        width: 30%;
    }
    .header__search {
        width: 100% !important;
        display: block;
        margin: 50px auto;
        padding: 20px 0px !important;
    }
}

@media screen and (max-width:680px) {
    .related__wrapper .related__inner {
        width: 100%;
        margin-right: 0px !important;
    }
    .related__wrapper .related__inner .related__thumb img {
        min-height: 250px;
        max-height: 250px;
    }
    .post__wrapper.less_width_sec {
        width: 100% !important;
        padding-left: 0px;
    }
    .term__list {
        width: 100%;
    }
}

.search_icon_menu a {
    font-size: 0px !important;
    height: 30px;
    width: 30px;
    background: url(https://hii.com/wp-content/uploads/2022/07/search.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.menu li.search_icon_menu>a:hover {
    background-color: transparent !important;
}


/* MOdel Css */

.moderl__overlayy {
    width: 100vw;
    height: 100vh;
    background: rgba(35, 36, 39, 0.5);
    position: fixed;
    display: none;
    text-align: center;
    z-index: 99999999999999;
    top: 0;
    left: 0;
    right: 0;
}

.moderl__overlayy.active {
    display: block !important;
}

.model__inner {
    max-width: 60vw;
    height: 100vh;
    display: block;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

.model__wrapper {
    width: 100%;
    display: inline-block;
    position: relative;
    background: rgba(35, 36, 39, 0.7);
    text-align: left;
    height: 100vh;
    overflow: auto;
}

.term__list.mobile_only {
    padding: 30px 30px 120px;
}

.close_btnn {
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    float: right;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 9;
}

.model__inner a,
.model__inner span,
.model__inner h3,
.model__inner h4,
.model__inner lable,
.model__inner .checklist label {
    color: #fff !important;
}

.model__inner h3,
.model__inner h4 {
    margin-top: 20px !important;
}

.model__inner .term__list .margin_top_0 {
    margin-top: 20px !important;
}

.model__inner .inline_f_btn {
    display: inline-flex;
    width: 100%;
    align-items: center;
    padding: 20px;
    background: #000;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
}

.model__inner .inline_f_btn a {
    width: calc(50% - 10px);
    display: inline-block;
    margin-right: 20px;
    text-align: center;
}

.model__inner .inline_f_btn a:last-child {
    margin-right: 0px;
}

.model__inner .filter_btn {
    font-family: 'Gilroy ExtraBold';
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #5E666F;
    padding: 12px;
    border: solid 2px #5E666F;
}

.model__inner .clear_btn {
    font-family: 'Gilroy Light';
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #5E666F00;
    padding: 12px;
    border: solid 2px #fff;
}

.single_news_term a {
    font-family: 'Gilroy-ExtraBold';
    font-size: 12px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    background: #75ABD1;
    border-radius: 20px;
    padding: 4px 12px;
    position: relative;
    margin-right: 20px;
    text-transform: uppercase;
    letter-spacing: 1;
    display: inline-block;
    margin-bottom: 10px;
}

@media screen and (max-width:768px) {
    .checklist [type="checkbox"]:not(:checked)+label,
    .checklist [type="checkbox"]:checked+label {
        color: #fff;
        color: #fff;
    }
    .checklist [type="checkbox"]:not(:checked)+label:before {
        border: 1px solid #fff;
    }
    .checklist [type="checkbox"]:not(:checked)+label:after {
        border: 1px solid #fff;
    }
    .checklist [type="checkbox"]:checked+label:before {
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }
    .checklist [type="checkbox"]:checked+label:after {
        border: 1px solid #fff;
    }
    /* disabled checkbox */
    .checklist [type="checkbox"]:disabled:not(:checked)+label:before,
    .checklist [type="checkbox"]:disabled:checked+label:before {
        background-color: #fff;
        border: 3px solid #fff;
    }
    .checklist [type="checkbox"]:disabled+label {
        color: #fff;
    }
    .checklist [type="checkbox"]:disabled:not(:checked)+label:hover:before {
        border-color: #fff;
    }
    .term__list {
        width: 100% !important;
        display: none;
    }
    .term__list.mobile_only {
        display: block !important;
    }
    .checklist [type="checkbox"]:not(:checked),
    .checklist [type="checkbox"]:checked {
        position: absolute;
        left: 0px;
        width: 100%;
        opacity: 0;
        z-index: 9999;
    }
}

@media screen and (max-width:680px) {
    .model__inner {
        max-width: 100vw;
        height: 100vh;
    }
}


/* MOdel Css */


/* Leadership Css Start */

.leadership__outer {
    width: 100%;
    display: inline-block;
    position: relative;
}

.leadership__wrapper {
    width: 100%;
    display: inline-flex;
    position: relative;
    flex-wrap: wrap;
}

.leadership__wrapper .leadership__inner {
    width: calc(16.66% - 20px);
    margin-right: 24px;
    display: inline-block;
    position: relative;
    margin-bottom: 30px !important;
}

.leadership__wrapper .leadership__inner:nth-child(6n + 6) {
    margin-right: 0px;
}

.leadership__wrapper .full_width_link {
    width: 100%;
    display: inline-block;
    position: relative;
}

.leadership__wrapper .leadership__thumb {
    width: 100%;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.leadership__wrapper .leadership__thumb img {
    width: 100%;
    display: inline-block;
    position: relative;
    min-height: 270px;
    max-height: 270px;
    object-fit: cover;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    overflow: hidden;
    object-position: top center;
}

.leadership__wrapper .leadership__information {
    width: 100%;
    display: inline-block;
    position: relative;
}

.leadership__wrapper .leadership__position {
    font-size: 13px;
    line-height: 22px;
    color: #ffffff;
    display: block;
    margin-top: 15px;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    font-family: "Gilroy", Sans-serif;
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.leadership__wrapper .leadership__title {
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
    font-family: 'Gilroy ExtraBold';
    margin: 5px 0 0;
    text-transform: capitalize;
    width: 100%;
    display: inline-block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    padding-top: 5px !important;
    min-height: 50px;
    max-height: 50px;
}

.leadership__wrapper .full_width_link:hover .leadership__thumb img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.leadership__wrapper .full_width_link:hover .leadership__position,
.leadership__wrapper .full_width_link:hover .leadership__title {
    color: #75ABD1 !important;
}

@media screen and (max-width:1024px) {
    .leadership__wrapper .leadership__inner {
        width: calc(33.33% - 14px);
        margin-right: 21px;
    }
    .leadership__wrapper .leadership__inner:nth-child(3n + 3) {
        margin-right: 0px;
    }
    .leadership__wrapper .leadership__thumb img {
        min-height: 490px;
        max-height: 490px;
        object-position: top center;
    }
}

@media screen and (max-width:768px) {
    .leadership__wrapper .leadership__thumb img {
        min-height: 390px;
        max-height: 390px;
        object-position: top center;
    }
}

@media screen and (max-width:580px) {
    .leadership__wrapper .leadership__inner {
        width: calc(50% - 10px);
        margin-right: 20px !important;
    }
    .leadership__wrapper .leadership__inner:nth-child(2n + 2) {
        margin-right: 0px !important;
    }
    .leadership__wrapper .leadership__thumb img {
        min-height: 230px;
        max-height: 230px;
        object-position: top center;
    }
    .leadership__wrapper .leadership__title {
        min-height: 46px;
        max-height: 46px;
    }
}


/* Leadership Css End */


/** Download Btn Style **/

.download_btn_wrapper {
    display: inline-block;
    position: relative;
    width: 100%;
}

.elementor-kit-1383 a {
    font-family: "Gilroy", Sans-serif;
}

.elementor a {
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
}

.download_btn_wrapper a {
    margin-top: 30px;
    font-family: 'Gilroy ExtraBold';
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #232427;
    width: auto;
    display: inline-block;
    border: solid 2px #232427;
    padding: 10px 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.download_btn_wrapper a:hover {
    color: #fff;
    background: #232427;
}

@media screen and (max-width:768px) {
    .download_btn_wrapper {
        text-align: center;
    }
}


/** Download Btn Style **/


/** Social Media Css Start **/

.social_links {
    width: 100%;
    display: inline-block;
    text-align: right;
    position: relative;
    margin-top: 12px;
}

.social_links .inner_icon {
    display: inline-flex;
    position: relative;
    width: auto;
    gap: 10px;
}

.social_links .inner_icon img {
    display: inline-block;
    max-width: 25px;
    width: 100%;
    object-fit: contain;
    height: auto;
}

@media screen and (max-width:680px) {
    .social_links {
        text-align: center;
    }
}


/** Social Media Css End **/


/** NewsRoom Listing Css Start **/

.newsroom__outer {
    width: 100%;
    display: inline-block;
    position: relative;
}

.newsroom__outer .newsroom__wrapper {
    width: 100%;
    display: inline-flex;
    position: relative;
    flex-wrap: wrap;
}

.newsroom__outer .newsroom__inner {
    width: calc(33.33% - 20px);
    margin-right: 30px;
    margin-bottom: 30px;
}

.newsroom__outer .newsroom__inner:nth-child(3n+3) {
    margin-right: 0px;
}

.newsroom__outer .newsroom__inner .newsroom__thumb {
    width: 100%;
    display: inline-block;
    position: relative;
    min-height: 350px;
    max-height: 350px;
}

.newsroom__outer .newsroom__inner .newsroom__thumb img {
    width: 100%;
    display: inline-block;
    position: relative;
    min-height: 350px;
    max-height: 350px;
    object-fit: contain;
}

.newsroom__outer .newsroom__information {
    width: 100%;
    display: inline-block;
    position: relative;
    margin-top: 20px;
}

.newsroom__outer .newsroom__title {
    width: 100%;
    display: inline-block;
    position: relative;
    color: #000000;
    font-family: "Gilroy", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 20px;
}

.newsroom__outer .newsroom__meta {
    width: 100%;
    display: inline-flex;
    position: relative;
    flex-wrap: wrap;
    gap: 10px;
}

.newsroom__outer .newsroom__meta .newsroom__mdata {
    width: auto;
    display: inline-block;
    position: relative;
    color: #000000;
    font-family: "Gilroy", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
}

.loadbutton {
    width: 100%;
    display: inline-block;
    position: relative;
    text-align: center;
}

.loadbutton #more_newsroom {
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 900;
    line-height: 20px;
    border-color: #144654;
    color: #144654;
    background-color: #EFEFEF;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-radius: 33px 33px 33px 33px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    padding: 12px 24px;
    position: relative;
    display: inline-block;
    width: auto;
}

.loadbutton #more_newsroom:hover {
    color: #fff;
    background-color: #144654;
}

@media screen and (max-width:1024px) {
    .newsroom__outer .newsroom__inner {
        width: calc(50% - 15px);
        margin-right: 30px !important;
        margin-bottom: 30px;
    }
    .newsroom__outer .newsroom__inner:nth-child(2n + 2) {
        margin-right: 0px !important;
    }
}

@media screen and (max-width:560px) {
    .newsroom__outer .newsroom__inner {
        width: 100%;
        margin-right: 0px !important;
        margin-bottom: 30px;
    }
}


/** NewsRoom Listing Css End **/


/** Legal Style Start **/

.legal__outer {
    width: 100%;
    display: inline-block;
    position: relative;
    padding-right: 30px;
    max-height: 60vh;
    overflow: auto;
}

.legal__wrapper {
    width: 100%;
    display: inline-block;
    position: relative;
}

.legal__item {
    width: 100%;
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
}

.legal__slide__title {
    width: 100%;
    display: inline-block;
    position: relative;
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.legal__item a {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.88);
    width: 100%;
    display: inline-block;
}


/** Legal Style End **/


/** Toggle Section Start **/

.outer__info {
    width: 100%;
    display: inline-block;
    position: relative;
}

.img__download__sec {
    display: none;
    width: 100%;
    position: relative;
}

.inner__decs {
    display: inline-flex;
    position: relative;
    width: 100%;
    padding: 20px 10px;
}

.inner__decs .inner_col1 {
    width: 90%;
    display: inline-block;
    position: relative;
    padding-right: 40px;
}

.inner__decs .inner_col2 {
    width: 10%;
    display: inline-block;
    position: relative;
}

.inner__decs .inner_col2 svg {
    max-width: 40px;
    width: 100%;
    position: relative;
    display: inline-block;
}

.img__title {
    display: inline-block;
    width: 100%;
    position: relative;
    font-size: 28px;
    line-height: 38px;
    color: #fff;
    font-weight: bold;
}

.img__desc {
    display: inline-block;
    width: 100%;
    position: relative;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    font-weight: 400;
}

.gallery__light .img__title {
    color: #000;
}

.gallery__light .img__desc {
    color: #000;
}

.gallery__light .lignt__media__title {
    color: #000;
}

@media screen and (max-width:1024px) {
    .inner__decs .inner_col1 {
        padding-right: 20px;
    }
}


/** Toggle Section End **/


/** Loader btn **/

#more_newsroom {
    text-align: center;
    position: relative;
    min-width: 180px;
}

#more_newsroom.active {
    font-size: 0px;
}

.loader__img {
    display: none;
    height: 40px;
    width: 40px;
    object-fit: contain;
    position: relative;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: 0;
    right: 0;
    mix-blend-mode: multiply;
}

.loader__img.active {
    display: block;
}

/** Loader btn **/