body {
    padding: 0;
    /* background-color: #282C2A !important; */
    font-family: "Poppins", sans-serif;
    position: relative;
    margin: 0;
    /* max-width: 1920px;
    margin: 0 auto; */
}
img {
    height: auto;
    max-width: 100%;
}
* {
    box-sizing: border-box;
}
a {
    text-decoration: none;
}
p,
li,
a {
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.container {
    width: 1340px;
    margin: 0 auto;
    max-width: 90%;
}
.each-box-section {
    display: flex;
    align-items: self-end;
}
.line-bg-1 {
    background-image: url(../images/line-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    z-index: -1;
}
.line-bg-2 {
    background-image: url(../images/lines-2.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: calc(100% - 370px);
    opacity: 0.4;
    z-index: 1;
}
.gitex-header {
    padding-top: 52px;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 2;
}
.gitex-header .lang-outer {
    display: flex;
    justify-content: center;
    align-items: center;
}
.gitex-header .lang-outer .header-back-button {
    margin-right: 15px;
}
.gitex-header .container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
}
.gitex-header .header-right {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    align-items: center;
    width: auto;
}
a.et-brand {
    width: 240px;
}
a.et-brand img {
    float: left;
}
a.et-brand-gitex {
    width: auto;
    display: inline-block;
}
a.et-brand-gitex img {
    float: left;
}
.lng-switch a {
    color: #000;
    border-radius: 30px;
    border: 1px solid rgba(188, 190, 192, 0.6);
    background: rgba(255, 255, 255, 0.1);
    padding: 8px 24px;
    display: inline-block;
    font-size: 18px;
    line-height: 1.2em;
    transition: all 0.3s ease;
}
.lng-switch a:hover {
    background: rgba(51, 189, 188, 0.1);
}
.gitex-header a.header-back-button {
    font-size: 16px;
    color: #000;
}
.gitex-header a.header-back-button:hover {
    color: #006ae2;
}
.hero-banner {
    padding: 285px 0 180px;
    background-size: cover;
    background-position: bottom center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    min-height: 865px;
    text-align: center;
}
.hero-banner .container div {
    display: grid;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
.hero-banner .container div img {
    margin: 0 auto;
}
.hero-banner .date-info {
    margin-top: 40px;
}
.down-arrow {
    background-image: url(../images/down-arrow.svg);
    width: 50.83px;
    height: 97.32px;
    position: absolute;
    left: 5%;
    top: 45%;
    background-size: contain;
    z-index: 3;
    background-repeat: no-repeat;
}
.hero-banner h1 {
    font-family: "Poppins", sans-serif;
    font-size: 84px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    color: #fff;
    width: 800px;
    max-width: 100%;
    margin: 0;
    position: relative;
    z-index: 4;
}
.hero-banner h1 span {
    color: #33bdbc;
}

.info-box-outer {
    position: relative;
    z-index: 2;
}
.info-box {
    border-radius: 20px;
    border: 1px solid rgba(188, 190, 192, 0.6);
    background: rgba(188, 190, 192, 0.2);
    display: flex;
    width: 100%;
    padding: 30px 8%;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    margin: 0 auto;
    margin-top: -40px;
    position: relative;
    z-index: 4;
    flex-wrap: wrap;
}
.info-box-date,
.info-box-location {
    background-image: url(../images/calendar-icon.svg);
    min-height: 72px;
    padding-left: 105px;
    background-repeat: no-repeat;
    background-position: left center;
    color: #f1f2f2;
    font-family: "Poppins", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
}
.info-box-location {
    background-image: url(../images/location-icon.svg);
}

.box-section-outer {
    position: relative;
    z-index: 2;
}
.box-section {
    display: flex;
    justify-content: space-between;
    gap: 45px;
    /* margin-top: 45px; */
    flex-wrap: nowrap;
}
.each-box-section {
    border-radius: 20px;
    /* border: 1px solid rgba(188, 190, 192, 0.60); */
    padding: 33px 32px;
    width: calc(33.33% - 45px);
    transition: all 0.3s;
    text-align: center;
}
.each-box-section:hover {
    opacity: 0.5 !important;
    transform: scale(1.05);
}
.each-box-section h3 {
    width: 100%;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 0;
    margin-top: 32px;
}

.ar-display {
    display: none;
}
.en-display {
    display: block;
}

.quotes-section-outer {
    position: relative;
    z-index: 2;
    /* margin-top: 180px; */
}
.quotes-section {
    padding: 0px 84px;
    border-radius: 30px;
    /* background: #29908D; */
    position: relative;
    min-height: 554px;
    display: flex;
    align-items: center;
    color: #142c4d !important;
    background: url(../images/car-pattern.png) no-repeat left bottom;
    background-size: cover;
    margin-top: 60px;
}
.quotes-section > img {
    position: absolute;
    bottom: 0;
    right: 40px;
    max-width: 49%;
}
.quotes-section-content {
    width: 37%;
}
.quotes-section-content h2 {
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 44px;
    font-style: normal;
    font-weight: 800;
    line-height: 1em;
    text-transform: uppercase;
    margin-top: 100px;
    margin-bottom: 0;
}
.quotes-section-content h5 {
    color: #142c4d;
    font-family: "Poppins", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: bold;
    line-height: 120%;
    text-transform: uppercase;
    margin: 0;
}
.right-to-left-arrow {
    background-image: url(../images/right-to-left-arrow.svg);
    width: 118px;
    height: 60px;
    position: absolute;
    right: -2%;
    top: 21%;
    background-size: contain;
    z-index: 3;
    background-repeat: no-repeat;
}

.marquee-section-outer {
    margin: 180px 0;
    text-align: center;
    position: relative;
    z-index: 2;
    width: 100%;
    overflow: hidden;
}
.marquee-section-outer h2 {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 99px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    text-transform: uppercase;
    white-space: nowrap;
    color: #282c29;
    margin: 0;
}
.marquee-section-outer span {
    -webkit-text-stroke-color: #33bdbc;
    color: #33bdbc;
}

.press-section-outer {
    position: relative;
    z-index: 2;
    margin-bottom: 180px;
}
.press-section {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}
.press-each {
    width: calc(33.33% - 34px);
    border-radius: 20px;
    /* border: 1px solid rgba(188, 190, 192, 0.60);
    background: rgba(209, 211, 212, 0.20); */
    padding: 16px;
    background: url(../images/news-box.png) no-repeat center center;
    background-size: 100% 100%;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}
.press-each::before {
    content: "";
    position: absolute;
    top: -30px;
    right: -30px;
    width: 60px;
    height: 60px;
    background: radial-gradient(
        circle,
        rgba(255, 0, 255, 0.8) 0%,
        rgba(255, 0, 255, 0.3) 40%,
        transparent 70%
    );
    border-radius: 50%;
    z-index: -1;
    filter: blur(20px);
    opacity: 0;
    transition: all 0.4s ease;
}
.press-each::after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: -30px;
    width: 60px;
    height: 60px;
    background: radial-gradient(
        circle,
        rgba(0, 255, 0, 0.8) 0%,
        rgba(0, 255, 0, 0.3) 40%,
        transparent 70%
    );
    border-radius: 50%;
    z-index: -1;
    filter: blur(20px);
    opacity: 0;
    transition: all 0.4s ease;
}
.press-each span.postdate {
    display: block;
    background-image: url(../images/calender-new-icon.png);
    color: #006ae2;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    background-repeat: no-repeat;
    padding-left: 40px;
    line-height: 27px;
    min-height: 27px;
}
.press-each-image {
    width: 100%;
    height: 304px;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 15px;
}
.press-each-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}
.press-each:hover {
    transform: translateY(-5px);
    backdrop-filter: blur(15px);
    /* border: 1px solid rgba(255, 255, 255, 0.1); */
    /* box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3); */
}
.press-each:hover::before {
    opacity: 1;
    filter: blur(30px);
    background: radial-gradient(
        circle,
        rgba(255, 0, 255, 1) 0%,
        rgba(255, 0, 255, 0.5) 30%,
        rgba(255, 0, 255, 0.2) 60%,
        transparent 80%
    );
    transform: scale(1.2);
}
.press-each:hover::after {
    opacity: 1;
    filter: blur(30px);
    background: radial-gradient(
        circle,
        rgba(0, 255, 0, 1) 0%,
        rgba(0, 255, 0, 0.5) 30%,
        rgba(0, 255, 0, 0.2) 60%,
        transparent 80%
    );
    transform: scale(1.2);
}
.press-each:hover img {
    /* transform: scale(1.1); */
}
.press-each h3 {
    margin-top: 15px;
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.sub-titles-outer {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 10px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
h2.sub-titles {
    color: #006ae2;
    font-family: "Poppins", sans-serif;
    font-size: 42px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 0px !important;
    margin-top: 0;
    position: relative;
}
.sub-titles-outer .sub-titles-border {
    content: "";
    height: 2px;
    width: 30%;
    background-color: #006ae2;
    /* position: absolute; */
    /* top: 24px; */
    margin-left: 25px;
    position: relative;
}
.sub-titles-outer .sub-titles-border::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 100%;
    border: 1px solid #006ae2;
    position: absolute;
    left: 0;
    top: -4px;
    background: white;
}
.sub-titles-outer .sub-titles-border::after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 100%;
    border: 1px solid #006ae2;
    position: absolute;
    left: 0;
    top: -4px;
    background: white;
    transition: ease-in-out 2s;
}
.sub-titles-outer.aos-animate .sub-titles-border::after {
    left: 100%;
}

.contact-section-outer {
    position: relative;
    z-index: 2;
}
.contact-section {
    /* border-radius: 30px;
    border: 1px solid rgba(188, 190, 192, 0.60);
    background: rgba(209, 211, 212, 0.20); */
    padding: 60px 40px;
    background: url(../images/form-box.png) no-repeat center center;
    background-size: 100% 100%;
    margin-bottom: 60px;
}
.contact-row {
    display: flex;
    gap: 48px;
    margin-bottom: 38px;
}
.contact-row.contact-row-last {
    margin-bottom: 0;
}
.contact-row p {
    margin: 0;
}
.contact-column {
    width: 50%;
    position: relative;
}
.contact-section input[type="email"],
.contact-section input[type="number"],
.contact-section input[type="password"],
.contact-section input[type="tel"],
.contact-section input[type="text"],
select,
textarea {
    /* border-radius: 10px; */
    background: transparent;
    height: 49px;
    padding: 10px 16px;
    margin: 0;
    font-size: 20px !important;
    color: #000;
    border: 1px solid transparent;
    border-bottom: 1px solid #b2b2b2;
    outline: none;
    width: 100%;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
}
.contact-section input::placeholder {
    color: #bcbec0;
}
.contact-section select {
    background-image: url(../images/select-new.png);
    background-repeat: no-repeat;
    background-position: 97% center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.contact-section select:invalid,
.contact-section select option[value=""] {
    color: #bcbec0;
}
.wpcf7-not-valid {
    border-color: red !important;
}
.contact-section input.wpcf7-form-control.wpcf7-submit {
    border-radius: 10px;
    background: linear-gradient(90deg, #b14be0 0%, #3c3c3c 50%, #3b9cf1 100%);
    background-size: 125% 125%;
    width: 100%;
    height: 49px;
    padding: 10px 16px;
    font-size: 20px !important;
    margin: 0;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    border: none;
    outline: none;
    cursor: pointer;
    transition: background-position 0.6s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(177, 75, 224, 0.4),
        0 0 40px rgba(59, 156, 241, 0.3), 0 4px 15px rgba(0, 0, 0, 0.2);
}
.contact-section input.wpcf7-form-control.wpcf7-submit:hover {
    background-position: 100% 0;
    box-shadow: 0 0 30px rgba(177, 75, 224, 0.6),
        0 0 60px rgba(59, 156, 241, 0.5), 0 6px 20px rgba(0, 0, 0, 0.3);
}
.contact-column span.wpcf7-spinner {
    position: absolute;
    right: 0;
    top: 12px;
}
span.wpcf7-not-valid-tip {
    display: none;
}
.wpcf7-response-output {
    border: none !important;
    padding: 0 !important;
    margin: 20px 0 0 0 !important;
    color: #fff;
    text-align: center;
}
.contact-section > h2 {
    text-align: center;
    color: #000;
}

.gitex-footer {
    padding-top: 180px;
    position: relative;
    z-index: 2;
    background: #002862;
}
.gitex-footer .container {
    border-top: 1px solid rgba(255, 255, 255, 0.8);
    padding: 41px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.gitex-footer p.copyright,
.gitex-footer p.copyright a {
    color: #fff;
    margin: 0;
    font-size: 18px;
}
ul.social-icons {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 20px;
}
ul.social-icons a {
    color: #fff;
}
ul.social-icons img {
    float: left;
    height: 25px;
    width: 30px;
    filter: brightness(0) invert(1);
}
.left-to-right-arrow {
    background-image: url(../images/left-to-right-arrow.svg);
    width: 97px;
    height: 51px;
    position: absolute;
    left: 5%;
    top: -120px;
    background-size: contain;
    z-index: 3;
}

.box-section-outer.blue-bg {
    background-image: url(../images/blue-bg-with-glow.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px 0;
}
.grecaptcha-badge {
    display: none !important;
}

@media (max-width: 1680px) {
    .down-arrow {
        width: 40px;
        height: 80px;
        left: 2%;
    }
}

@media (max-width: 1466px) {
    .hero-banner h1 {
        font-size: 74px;
    }
    .down-arrow {
        left: 1.2%;
        width: 35px;
        background-repeat: no-repeat;
    }
    .box-section {
        gap: 30px;
        /* margin-top: 30px; */
    }
    .each-box-section {
        width: calc(25% - 30px);
        padding: 25px;
    }
    .quotes-section-outer {
        /* margin-top: 160px; */
    }
    .marquee-section-outer {
        margin: 160px 0;
    }
    .marquee-section-outer h2 {
        font-size: 80px;
    }
    .press-section-outer {
        margin-bottom: 160px;
    }
    h2.sub-titles {
        margin-bottom: 80px;
    }
    .press-each h3 {
        font-size: 24px;
    }
    .press-section {
        gap: 40px;
    }
    .press-each {
        width: calc(33.33% - 27px);
    }
    .contact-section {
        padding: 80px 160px;
    }
    .gitex-footer {
        padding-top: 160px;
    }
    .contact-section input[type="email"],
    .contact-section input[type="number"],
    .contact-section input[type="password"],
    .contact-section input[type="tel"],
    .contact-section input[type="text"],
    select,
    textarea {
        font-size: 18px !important;
    }
    .contact-section input.wpcf7-form-control.wpcf7-submit {
        font-size: 19px !important;
    }
}

@media (max-width: 1440px) {
    .quotes-section {
        min-height: 520px;
    }
}

@media (max-width: 1380px) {
    p,
    li,
    a {
        font-size: 24px;
    }
    .each-box-section h3 {
        font-size: 22px;
    }
    .quotes-section-outer {
        /* margin-top: 140px; */
    }
    .quotes-section-content h2 {
        font-size: 34px;
        margin-top: 60px;
    }
    .quotes-section-content h5 {
        font-size: 24px;
    }
    .quotes-section {
        min-height: 480px;
    }
    .right-to-left-arrow {
        width: 78px;
        height: 40px;
    }
    .marquee-section-outer {
        margin: 140px 0;
    }
    .marquee-section-outer h2 {
        font-size: 70px;
    }

    h2.sub-titles {
        margin-bottom: 70px;
    }
    .contact-section {
        padding: 70px 140px;
    }
    .contact-row {
        gap: 35px;
        margin-bottom: 25px;
    }
    .gitex-footer {
        padding-top: 140px;
    }
    .press-section-outer {
        margin-bottom: 140px;
    }
    .press-each-image {
        height: 250px;
    }
    .left-to-right-arrow {
        width: 80px;
        background-repeat: no-repeat;
        height: 40px;
        top: -90px;
    }
}

@media (max-width: 1366px) {
}

@media (max-width: 1199px) {
    p,
    li,
    a {
        font-size: 22px;
    }

    .hero-banner h1 {
        font-size: 54px;
        width: 520px;
    }
    .info-box-date,
    .info-box-location {
        font-size: 26px;
        padding-top: 6px;
    }

    .each-box-section {
        width: calc(100% - 15px);
        padding: 25px;
    }
    .quotes-section-outer {
        /* margin-top: 110px; */
    }
    .quotes-section {
        min-height: 420px;
        padding: 10px 60px;
    }
    .marquee-section-outer {
        margin: 110px 0;
    }

    h2.sub-titles {
        margin-bottom: 60px;
        font-size: 32px;
    }
    h2.sub-titles::after {
        margin-left: 15px;
        top: 19px;
        width: 25%;
    }
    .press-each span.postdate {
        font-size: 14px;
        background-size: 20px;
        padding-left: 30px;
        line-height: 20px;
        min-height: 20px;
    }
    .press-each h3 {
        font-size: 20px;
    }
    .press-section-outer {
        margin-bottom: 110px;
    }
    .gitex-footer {
        padding-top: 110px;
    }
    .contact-section input[type="email"],
    .contact-section input[type="number"],
    .contact-section input[type="password"],
    .contact-section input[type="tel"],
    .contact-section input[type="text"],
    select,
    textarea {
        font-size: 16px !important;
    }
    .contact-section input.wpcf7-form-control.wpcf7-submit {
        font-size: 18px !important;
    }
    .contact-section {
        padding: 60px 100px;
    }
    .press-each-image {
        height: 200px;
    }
    .hero-banner {
        min-height: 725px;
    }
    .gitex-header a.header-back-button {
        margin-right: 10px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 961px) {
    .quotes-section {
        display: flex;
        flex-wrap: wrap;
        padding: 50px 40px 0px 40px;
    }
    .quotes-section-content {
        width: 100%;
        margin-bottom: 30px;
    }
    .quotes-section-content h2 {
        font-size: 28px;
        margin-top: 40px;
    }
    .quotes-section-content h5 {
        font-size: 22px;
    }
    .quotes-section > img {
        position: static;
        max-width: 70%;
    }
    .right-to-left-arrow {
        width: 48px;
        height: 30px;
    }
    .contact-section {
        padding: 50px;
    }
    .left-to-right-arrow {
        width: 60px;
        height: 40px;
        top: -70px;
    }
    .box-section {
        flex-wrap: wrap;
    }
    .each-box-section {
        width: calc(50% - 25px);
        padding: 25px;
        justify-content: center;
    }
}

@media only screen and (max-width: 768px) {
    .container {
        max-width: 95%;
    }
    .gitex-header {
        padding-top: 20px;
    }

    a.et-brand {
        width: 140px;
    }
    a.et-brand-gitex {
        width: 160px;
    }
    .hero-banner {
        padding: 190px 0 40px;
    }
    /* .gitex-footer .logo{
        max-width: 200px;
        margin: 0 auto;
    } */
    .info-box-date,
    .info-box-location {
        font-size: 22px;
        padding-top: 10px;
    }
    .gitex-header .header-right {
        gap: 20px;
    }
    .lng-switch a {
        padding: 6px 20px;
        font-size: 16px;
    }
    .hero-banner h1 {
        width: 500px;
        text-align: center;
        margin: 0 auto;
    }
    .gitex-footer .container {
        display: block;
    }
    .gitex-footer p.copyright {
        width: 100%;
        text-align: center;
    }
    ul.social-icons {
        margin: 0 auto;
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
        margin-top: 10px;
    }
    .quotes-section-outer {
        /* margin-top: 80px; */
    }
    .marquee-section-outer {
        margin: 80px 0;
    }
    .marquee-section-outer h2 {
        font-size: 50px;
    }
    .marquee-section-outer h2 img {
        height: 30px;
    }
    .press-each {
        width: 100%;
    }
    .press-each-image {
        height: 300px;
    }
    .contact-section {
        padding: 50px 50px;
    }
    .press-section-outer {
        margin-bottom: 80px;
    }
    .gitex-footer {
        padding-top: 80px;
    }
    h2.sub-titles {
        margin-bottom: 50px;
        font-size: 28px;
    }
    h2.sub-titles::after {
        left: 0;
        top: auto;
        margin: 0;
        bottom: -8px;
    }
    .left-to-right-arrow {
        top: -60px;
    }
    .hero-banner {
        min-height: 575px;
    }
}

@media only screen and (max-width: 560px) {
    .box-section {
        gap: 20px;
        /* margin-top: 20px; */
    }
    .each-box-section {
        width: calc(50% - 10px);
        padding: 15px;
    }
    .each-box-section h3 {
        font-size: 18px;
        margin-top: 20px;
    }
    .each-box-section img {
        width: 80px;
        max-height: 70px;
    }
    .quotes-section > img {
        max-width: 100%;
    }
    .marquee-section-outer h2 {
        font-size: 40px;
    }
    .contact-column {
        width: 100%;
    }
    .contact-row {
        flex-wrap: wrap;
        gap: 25px;
    }
    .contact-section {
        padding: 50px 30px;
    }
    .gitex-header .header-right {
        gap: 15px;
    }
    .gitex-header a.header-back-button {
        background-image: url(../images/home-icon.svg);
        background-repeat: no-repeat;
        font-size: 0;
        height: 20px;
        width: 20px;
        background-position: center;
        display: inline-block;
        background-size: contain;
        filter: brightness(0);
    }
    .sub-titles-outer .sub-titles-border {
        clear: left;
        width: 100%;
        margin: 0;
        margin-top: 10px;
    }
    a.et-brand-gitex {
        width: 140px;
    }
    .lng-switch a {
        padding: 6px 12px;
        font-size: 14px;
    }
}
@media only screen and (max-width: 400px) {
    .each-box-section {
        width: 100%;
        padding: 20px;
        text-align: center;
    }
}
@media only screen and (max-width: 380px) {
    .hero-banner h1 {
        font-size: 40px;
    }
    .gitex-header .header-right {
        gap: 10px;
    }
    a.et-brand-gitex {
        /* width: 70px; */
    }
}
