﻿.nav li.et-hover > ul,
.menu li.et-hover > ul {
    visibility: visible !important;
    opacity: 1 !important;
}

.da11y-submenu-show {
    visibility: visible !important;
}

.keyboard-outline {
    outline: #2ea3f2 solid 2px;
    -webkit-transition: none !important;
    transition: none !important;
}

button:active.keyboard-outline,
button:focus.keyboard-outline,
input:active.keyboard-outline,
input:focus.keyboard-outline,
a[role="tab"].keyboard-outline {
    outline-offset: -5px;
}

.et-search-form input:focus.keyboard-outline {
    padding-left: 15px;
    padding-right: 15px;
}

.et_pb_tab {
    -webkit-animation: none !important;
    animation: none !important;
}

.et_pb_contact_form_label,
.widget_search .screen-reader-text,
.et_pb_search .screen-reader-text {
    display: block !important;
}

.da11y-screen-reader-text,
.et_pb_contact_form_label,
.widget_search .screen-reader-text,
.et_pb_search .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    line-height: normal;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-size: 1em;
    font-weight: 600;
    -webkit-font-smoothing: subpixel-antialiased;
}

    .da11y-screen-reader-text:focus {
        background: #f1f1f1;
        color: #00547A;
        -webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
        box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
        clip: auto !important;
        display: block;
        height: auto;
        left: 5px;
        padding: 15px 23px 14px;
        text-decoration: none;
        top: 7px;
        width: auto;
        z-index: 1000000;
    }

.a2a_default_style {
    display: none;
    position: absolute;
    right: 98px;
    top: 89px;
    z-index: 100;
    background: #fff;
    padding: 3px 5px;
}

.inner-page-heading .a2a_default_style {
    top: 48px;
}

.a2a_default_style a {
    margin-top: 3px;
    margin-right: 3px;
    position: relative;
    z-index: 10;
}

    .a2a_default_style a.a2a_button_whatsapp {
        margin-right: 0px;
    }

    .a2a_default_style a img {
        border-radius: 3px;
    }

.a2a_default_style:before, .a2a_default_style:after {
    content: "";
    position: absolute;
    top: 0;
    width: 14px;
    background: #fff;
    height: 100%;
    z-index: 1;
}

.show {
    display: block;
}

/* Slider */

.slick-slide {
    margin: 0px 20px;
}

    .slick-slide img {
        width: 100%;
    }

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.corp-logo {
    width: 100%;
}

#contactContainer {
    background: url(../img/bg_img3.png);
    background-size: 100%;
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

    .slick-track:before,
    .slick-track:after {
        display: table;
        content: '';
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.important-link {
    position: relative;
    background-color: white;
    box-shadow: 0 0 5px 3px rgb(0 0 0 / 15%);
    background-image: url('../img/about-g20-bckg.png');
    background-size: 12%;
    background-repeat: repeat-x;
}

.about-Alimco {
    background-image: url('../img/bg_img.svg');
    background-size: 100%;
}

/*.body-border {
    background-image: url('../img/bg_img.svg');
    background-size: 100%;
}*/

.important-link h2:after {
    content: '';
    position: absolute;
    border-bottom: 2px solid #333;
    width: 150px;
    top: 35%;
    left: 50%;
    transform: translateX(-50%);
}

/*.photogallery h2:after {
    content: '';
    position: absolute;
    border-bottom: 2px solid #333;
    width: 175px;
    top: 8%;
    left: 50%;
    transform: translateX(-50%);
}*/

figure.photo span {
    font-size: 1.5em;
}

.content-inside {
    background: url(../img/calender-bg2.png) right bottom no-repeat;
    min-height: 600px;
    background-size: 25%;
}

.flag-grad-border {
    background-image: linear-gradient(90deg,#f09e4b,#e1dcd7,#e0e0e0,#d3dad2,#298921);
    height: 5px;
}

.grayscale-100 {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
}

.alimcoName {
    width: 45%;
    padding-left: 22px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    border-radius: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
    text-align: center;
    margin-bottom: 20px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    padding: 30px 20px;
    background: #fff;
    min-height: 800px;
}

    .team .member img {
        max-width: 100%;
        border-radius: 50%;
        margin: 0 0 30px 0;
    }

    .team .member h4 {
        font-weight: 700;
        margin-bottom: 2px;
        font-size: 18px;
    }

    .team .member span {
        font-style: italic;
        display: block;
        font-size: 13px;
    }

    .team .member p {
        padding-top: 10px;
        font-size: 16px;
        font-style: italic;
        color: #212529;
    }

    .team .member .social {
        margin-top: 15px;
    }

        .team .member .social a {
            color: #919191;
            transition: 0.3s;
        }

            .team .member .social a:hover {
                color: #e96b56;
            }

        .team .member .social i {
            font-size: 18px;
            margin: 0 2px;
        }

#hyperDepwd {
    margin-left: 40px;
}
/* Responsive Styles Large Desktop And Above */
@media all and (min-width: 1405px) {
}

/* Responsive Styles Standard Desktop Only */
@media all and (min-width: 1100px) and (max-width: 1405px) {
}

/* Responsive Styles Desktop Only */
@media all and (min-width: 981px) {
}

/* Responsive Styles 981px - 1100px */
@media all and (min-width: 981px) and (max-width: 1100px) {
}

/* Responsive Styles Tablet And Below */
@media all and (max-width: 980px) {
}

/* Responsive Styles 782px */
@media screen and (max-width: 782px) {
}



/* Responsive Styles Tablet Portrait */
@media all and (max-width: 768px) {
    .inner-page-heading .et_pb_sidebar_0.et_pb_widget_area_left {
        display: none;
    }
}

/* Responsive Styles Smartphone Only */
@media all and (max-width: 767px) {
}

/* Responsive Styles Smartphone Portrait */
@media all and (max-width: 479px) {
}

/* Responsive Styles Tablet Portrait And Below */
@media all and (max-width: 768px) {
}

/* Responsive Styles Standard Desktop Only */
@media all and (min-width: 981px) and (max-width: 1405px) {
}

/* Responsive Smartphone Ladnscape And Above */
@media all and (min-width: 480px) {
}

/* Responsive Styles Tablet Only */
@media all and (min-width: 768px) and (max-width: 980px) {
}

.eil-news-logo {
    width: 256px;
    height: 200px;
}

#main-content .news-container {
    max-width: 80%;
}

#main-content .container:before {
    background-color: #fff;
    width: 0;
}

.category-news #left-area, .category-press-releases #left-area {
    float: none;
    width: 100% !important;
}

.eil-report-row {
    display: table;
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
}

.f_reports {
    margin-bottom: 4%;
}

#main-content .news-container #left-area {
    padding-right: 0% !important;
    margin-bottom: 8%;
}

.news-container article {
    overflow: hidden;
    margin-bottom: 4%;
}

    .news-container article .news-left-sidebar {
        float: left;
        margin-right: 3%;
        width: 25%;
        height: 230px;
    }

        .news-container article .news-left-sidebar a.entry-featured-image-url {
            width: 100%;
            display: flex;
            text-align: center;
            overflow: hidden;
            height: inherit;
        }

            .news-container article .news-left-sidebar a.entry-featured-image-url > img {
                object-fit: /*contain*/ cover;
                width: 100%;
                height: inherit;
            }

.right-news {
    font-weight: 400 !important;
    float: right;
    width: 72%;
}

.news-container article h2.entry-title {
    font-size: 24px;
    font-weight: 400 !important;
    margin-top: 0;
}

#left-area .post-meta .published {
    position: relative;
    display: inline-block;
    padding-left: 24px;
}

    #left-area .post-meta .published:before {
        content: "\e023";
        font-family: "ETmodules" !important;
        font-size: 16px;
        color: #666;
        position: absolute;
        left: 0;
        top: 0px;
    }

.clearfix {
    clear: both;
}

.custom_inner_heading {
    background-color: #2957a4 !important;
}

    .custom_inner_heading .et_pb_row {
        max-width: 80%;
    }

    .custom_inner_heading .f_reports {
        margin-bottom: 0;
        position: absolute;
        top: 0;
        right: 0;
    }

        .custom_inner_heading .f_reports h2 {
            padding-bottom: 0;
            margin-top: 0;
            margin-bottom: 0;
            font-size: 16px;
            font-weight: 400 !important;
            display: inline-block;
            padding: 12px 15px;
            background: transparent;
            color: #fff;
        }

        .custom_inner_heading .f_reports .eil-year-report select {
            padding: 4px 20px 3px 10px;
            border: none;
            font-size: 18px;
            display: inline-block;
            border: 0px;
            /* margin-left: 15px; */
            background: #fff;
            border-left: 1px solid #333;
            margin-left: -4px;
            min-width: 120px;
        }

.navigation {
    margin-top: 1%;
    float: left;
    width: 100%;
}

    .navigation .alignleft a, .navigation .alignright a {
        position: relative;
        font-weight: 400;
        font-size: 18px;
        color: #00a546;
        /*border: 1px solid #00a546;*/
    }

    .navigation .alignleft a {
        padding: 8px 12px 8px 10px;
        padding-left: 50px;
    }

    .navigation .alignright a {
        padding: 8px 10px 8px 12px;
        padding-right: 50px;
    }

        .navigation .alignright a:before, .navigation .alignleft a:after {
            position: absolute;
            top: 9px;
            font-family: 'ETmodules';
            color: #00a546;
        }

        .navigation .alignright a:before {
            content: "\24";
            right: 12px;
        }

    .navigation .alignleft a:after {
        content: "\23";
        left: 12px;
    }

.float-element .contact-name {
    background: none;
    background: url(../img/ico-contac.png) no-repeat #fff 20px 30px;
    width: 250px;
    padding-bottom: 5px;
}

    .float-element .contact-name .contact-no {
        color: #2c3439;
    }

        .float-element .contact-name .contact-no span.std-code {
            padding-left: 32px;
        }

        .float-element .contact-name .contact-no .phone-no {
            left: 54px;
        }

.contact-name {
    padding: 30px 20px 20px 20px;
    background: url(../img/ico-contac.png) no-repeat #515a60 20px 30px;
    min-height: 80px;
    position: relative;
}

/*.footer-contact {
    width: 250px;
}*/

.clearfix:before, .clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.hlp-txt {
    display: inline-block;
    height: 19px;
    font-size: 12px;
    color: #fff;
    line-height: 19px;
    padding: 0px 10px;
    position: absolute;
    top: 0;
    left: 0;
    background: #f58220;
    font-weight: 600;
}

    .hlp-txt:after {
        width: 13px;
        height: 19px;
        position: absolute;
        content: '';
        z-index: 1000;
        top: 0;
        right: -12px;
        background: url(../img/help-arrow.png) no-repeat;
    }

    .hlp-txt:after {
        width: 13px;
        height: 19px;
        position: absolute;
        content: '';
        z-index: 1000;
        top: 0;
        right: -12px;
        background: url(../img/help-arrow.png) no-repeat;
    }

.contact-no {
    color: #fff;
    position: relative;
}

    .contact-no span.std-code {
        font-size: 40px;
        font-weight: 300;
        line-height: 30px;
        padding-left: 40px;
        position: relative;
    }

    .contact-no .phone-no {
        font-size: 25px;
        font-weight: 300;
        padding-left: 40px;
        display: block;
        /*position:absolute;
	top:-3px;
	left:110px;*/
    }

        .contact-no .phone-no .no {
            font-weight: 600;
            line-height: 18px;
            display: block;
        }

.float-element .contact-name .contact-no {
    color: #2c3439;
}

    .float-element .contact-name .contact-no span.std-code {
        padding-left: 32px;
    }

    .float-element .contact-name .contact-no .phone-no {
        left: 54px;
    }

.footer-cloud-cdntr {
    background: #f58220;
    color: #000;
    display: block;
    text-align: center;
    padding: 8px 10px;
    font-weight: 600;
    margin-top: 10px;
}

    .footer-cloud-cdntr:hover, .footer-cloud-cdntr:focus {
        background: #FF9230;
        color: #fff;
    }

.header-right {
    float: right;
}

#G20 {
    width: 9%;
}

#akam {
    width: 8%;
    margin-left: 5px;
}

#iso {
    width: 9%;
    margin-left: 5px;
}

/****** Media page css Start *******/


#media-common-list .news-colm {
    margin-top: 5%;
    padding-right: 0;
}

#media-common-list .media-news-row {
    clear: both;
    margin-bottom: 24px;
    overflow: hidden;
}

    #media-common-list .media-news-row .media-news-thumb {
        width: 20%;
        height: 70px;
        float: left;
        margin-right: 4%;
    }

        #media-common-list .media-news-row .media-news-thumb a {
            width: 100%;
            /*float:left;*/
            display: flex;
            text-align: center;
            overflow: hidden;
            height: inherit;
        }

            #media-common-list .media-news-row .media-news-thumb a > img {
                width: 100%;
                /*float:left;*/
                object-fit: /*contain*/ cover;
                width: 100%;
                height: inherit;
            }

    #media-common-list .media-news-row .media-news-title {
        width: 76%;
        float: right;
        min-height: 70px;
        position: relative;
    }

        #media-common-list .media-news-row .media-news-title p.post-meta {
            padding-bottom: 0em;
            font-size: 12px;
            /*position:absolute;
    bottom:0;
    left:0;*/
            line-height: 16px;
        }

            #media-common-list .media-news-row .media-news-title p.post-meta > span {
                padding-left: 20px;
                position: relative;
                display: inline-block;
                line-height: inherit;
            }

                #media-common-list .media-news-row .media-news-title p.post-meta > span:before {
                    position: absolute;
                    top: 0;
                    left: 0;
                    content: "\e023";
                    font-family: 'ETmodules';
                    font-size: 14px;
                }

        #media-common-list .media-news-row .media-news-title a h5 {
            /*margin-top: -5px;
    font-weight: 500;*/
            font-size: 16px;
            line-height: 1.35;
            padding-bottom: 0px;
            margin-top: 0;
            margin-bottom: 10px;
        }

#media-common-list .et_pb_widget_area_left {
    border-right: 0px;
}

.more_txt {
    margin-top: 15px;
    float: left;
    width: 100%;
}

    .more_txt a {
        /*color:#00a546;
   font-weight:500;*/
        position: relative;
        text-transform: capitalize;
        padding: 10px 0;
        padding-right: 20px;
    }

        .more_txt a:before {
            content: "\35";
            font-weight: 400;
            position: absolute;
            top: 9px;
            right: 0;
            font-family: 'ETmodules';
            font-size: 18px;
            /*color: #00a546;*/
        }


.form-group label {
    font-size: 1.5em;
}

.form-group span {
    font-size: 1.5em;
}

.model {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url('../img/Loader.gif') 50% 50% no-repeat;
    background-size: 4%;
}

.loading .modal {
    overflow: hidden;
}

.loading .modal {
    display: block;
}

.ticker-wrap {
    position: fixed;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    height: 4rem;
    background-color: #fdf8cd;
    padding-left: 100%;
    z-index: 1;
}

.ticker {
    display: inline-block;
    height: 4rem;
    line-height: 4rem;
    white-space: nowrap;
    padding-right: 100%;
}

.ticker__item {
    display: inline-block;
    padding: 0 2rem;
    font-size: 2rem;
    color: #000;
    font-size: 1.2em;
}

.ticker {
    animation-name: ticker;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-duration: 25s;
}

@keyframes ticker {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.ticker:hover {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

/***** Media page css End ******/


/* Responsive Styles Large Desktop And Above */
@media all and (min-width: 1405px) {
}

/* Responsive Styles Standard Desktop Only */
@media all and (min-width: 1100px) and (max-width: 1405px) {

    .news-container article .news-left-sidebar {
        width: 30%;
    }

    .news-container article h2.entry-title {
        line-height: 1.35;
        font-size: 22px;
    }

    .right-news {
        width: 67%;
    }

    #media-common-list .media-news-row .media-news-thumb {
        width: 25%;
        height: 60px;
        margin-right: 0%;
    }

    #media-common-list .media-news-row .media-news-title {
        width: 71%;
        float: right;
        min-height: 60px;
    }
}

/* Responsive Styles Desktop Only */
@media all and (min-width: 981px) {
}

/* Responsive Styles 981px - 1100px */
@media all and (min-width: 981px) and (max-width: 1100px) {

    .news-container article .news-left-sidebar {
        width: 30%;
        height: 200px;
    }

    .right-news {
        line-height: 1.5;
        width: 67%;
    }

    .news-container article h2.entry-title {
        font-size: 20px;
    }

    #media-common-list .media-news-row .media-news-thumb {
        width: 25%;
        height: 50px;
        margin-right: 0%;
    }

    #media-common-list .media-news-row .media-news-title {
        width: 71%;
        float: right;
        min-height: 65px;
    }

        #media-common-list .media-news-row .media-news-title a h5 {
            /* margin-top: -3px;*/
            font-size: 14px;
            margin-bottom: 15px;
        }

    #media-common-list .news-colm {
        margin-top: 8%;
    }
}

/* Responsive Styles Tablet And Below */
@media all and (max-width: 980px) {
}



/* Responsive Styles 782px */
@media screen and (max-width: 782px) {
}



/* Responsive Styles Tablet Portrait */
@media all and (max-width: 768px) {

    .news-container article .news-left-sidebar {
        width: 30%;
        height: 150px;
        margin-right: 5%;
    }

    .right-news {
        line-height: 1.5;
        width: 65%;
        font-size: 14px;
    }

    .news-container article h2.entry-title {
        font-size: 20px;
        line-height: 1.35;
    }

    #left-area .post-meta .published:before {
        top: -3px;
    }

    .custom_inner_heading .et_pb_module.et_pb_sidebar_0.et_pb_widget_area {
        display: none;
    }

    .custom_inner_heading .f_reports .eil-year-report select {
        padding: 3px 15px 4px 6px;
        font-size: 16px;
    }

    #main-content .news-container #left-area {
        margin-bottom: 120px;
    }

    #media-common-list .media-news-row .media-news-thumb {
        height: 80px;
    }

    #media-common-list .media-news-row .media-news-title a h5 {
        /* margin-top: -4px;*/
        font-size: 18px;
    }

    #media-common-list .media-news-row .media-news-title p.post-meta {
        font-size: 14px;
    }

    #media-common-list .media-news-row .media-news-title {
        min-height: 80px;
    }
}

/* Responsive Styles Smartphone Only */
@media all and (max-width: 767px) {

    .eil-report-row {
        text-align: right;
        float: right;
    }

    .custom_inner_heading .f_reports {
        top: 2px;
    }

        .custom_inner_heading .f_reports h2 {
            display: none;
        }

    #main-content .news-container #left-area {
        margin-bottom: 100px;
    }
}

/* Responsive Styles Smartphone Portrait */
@media all and (max-width: 479px) {

    .news-container article .news-left-sidebar {
        width: 100%;
        height: 230px;
        margin-right: 0;
    }

    .right-news {
        width: 100%;
        margin-top: 30px;
    }

        .right-news p {
            line-height: 1.4em;
        }

    .news-container article h2.entry-title {
        font-size: 20px;
        line-height: 1.35em;
    }

    #left-area .post-meta .published:before {
        top: -3px;
    }

    #media-common-list .media-news-row .media-news-thumb {
        width: 25%;
        height: 65px;
        margin-right: 0%;
    }

    #media-common-list .media-news-row .media-news-title {
        width: 70%;
        min-height: 65px;
    }

    #media-common-list .news-colm {
        margin-top: 7%;
    }

    #media-common-list .media-news-row .media-news-title a h5 {
        margin-top: -3px;
        font-size: 16px;
    }

    #media-common-list .media-news-row {
        margin-bottom: 20px;
    }

    .media-button {
        float: left !important;
        width: 100% !important;
        margin-right: 0% !important;
        margin-bottom: 3% !important;
        padding: 15px !important;
    }

        .media-button h4 {
            margin-top: 0 !important;
        }

    #media-common-list .news h4, #media-common-list .press h4 {
        font-size: 20px;
    }
}
/* Responsive Styles Smartphone Portrait */
@media all and (max-width: 320px) {

    .news-container article .news-left-sidebar {
        height: 180px;
    }

    .right-news {
        margin-top: 15px;
    }

    .news-container article h2.entry-title {
        font-size: 18px;
    }
}

/* Responsive Styles Tablet Portrait And Below */
@media all and (max-width: 768px) {
}

/* Responsive Styles Standard Desktop Only */
@media all and (min-width: 981px) and (max-width: 1405px) {
}

/* Responsive Smartphone Ladnscape And Above */
@media all and (min-width: 480px) {
}


/* Responsive Styles Tablet Only */
@media all and (min-width: 768px) and (max-width: 980px) {
}

/*
@media all and (min-width: 1100px) and (max-width: 1405px)  {
    .news-left-sidebar{ float: left; width: 25%; padding-top: 14px; }
    .right-news{ float: left; width: 75%; padding: 0px 15px; }
}
@media all and (max-width: 767px) {
    .news-left-sidebar{ float: left; width: 100%; padding: 0px 15px; }
    .right-news{ float: left; width: 100%; padding: 0px 15px; }
}*/

