/* Responsiveness all screens */

.mobile-topbar {
    display: none;
}


@media only screen and (min-width: 426px) and (max-width: 600px) {}

@media only screen and (max-width: 425px) {}

@media only screen and (min-width: 370px) and (max-width: 375px) {}

@media only screen and (max-width: 375px) {}

@media only screen and (min-width: 376px) and (max-width: 425px) {}

.site .button:focus,
button:focus,
input[type=submit]:focus,
input[type=reset]:focus,
.wp-block-search .wp-block-search__button:focus,
.wp-block-button .wp-block-button__link:focus,
.wp-block-file a.wp-block-file__button:focus {
    outline-offset: 0;
    outline: none;
}

@media only screen and (max-width: 997px) {

    #site-navigation ul.sub-menu li,
    #site-navigation ul.sub-menu {
        background-color: transparent;
        width: 100%;
    }

    #site-navigation ul.sub-menu {
        display: none;
    }

    .primary-navigation .primary-menu-container>ul>.menu-item {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
}

@media only screen and (max-width: 767px) {
    .main-fonts.centerfonts {
        margin-bottom: 50px;
    }

    .line-btm-heading svg {
        width: 80%;
    }

    .awardssec li.productscards .tt_innercontent p {
        font-size: 16px;
        line-height: 25px;
    }

    .awardssec li.productscards .tt_innercontent {
        padding: 0px 10px;
    }

    .tl_tabs ul {
        gap: 5px;
    }

    .tl_tabs ul a {
        font-size: 14px !important;
    }

    .assershistory p {
        line-height: 22px;
        font-size: 17px;
    }

    .assershistory h1 {
        font-size: 50px;
    }

    .assershistory h3 {
        font-size: 24px;
    }

    .assershistory .row {
        padding: 50px 0;
    }

    .bottombar {
        margin-top: -14px !important;
    }

    .timeline-section .container-fluid {
        width: 100%;
        padding: 0;
    }

    section.assershistory.section-space {
        margin-bottom: 30px;
    }

    section.timeline-section.section-space {
        margin-bottom: 30px;
    }

    #mapdiv {
        width: 100% !important;
        height: 300px !important;
    }

    .site-header1.menu {
        height: 90px;
    }

    #site-navigation ul.sub-menu li a {
        color: #fff;
    }

    #site-navigation ul.sub-menu li,
    #site-navigation ul.sub-menu {
        background-color: transparent;
        width: 100%;
    }

    .primary-navigation .primary-menu-container>ul>.menu-item {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .has-logo.has-title-and-tagline .menu-button-container #primary-mobile-menu[aria-expanded*=true] .dropdown-icon.close {
        color: #fff;
        opacity: 1;
    }

    /* .primary-navigation-open .menu-button-container , .primary-menu-container{
    background-color: #282828 !important;
} */
    .site-footer1 {
        padding: 50px 0px 0px;
    }

    body:not(.no-js) .animating img {
        width: 100%;
    }

    .copyright {
        text-align: center;
    } 
     

    footer#colophon .logodiv {
        width: 100%;
        margin-right: auto;
    }

    .main-fonts p {
        font-size: 16px;
        line-height: 23px;
    }

    section.core_value_section .inner_right_content {
        margin-bottom: 15px;
    }

    section.core_value_section .inner_right_content h4 {
        font-size: 25px;
        line-height: 30px;
    } 
    
    .innerbanner {
        padding-top: 150px;
        padding-bottom: 150px;
    }

    .menu-button-container #primary-mobile-menu .dropdown-icon.open .svg-icon {
        color: #fff;
    }

    .mobile-v .col-lg-3.col-md-3 {
        width: 40%;
    }

    .mobile-v .col-lg-9.col-md-9 {
        width: 55%;
    }

    .mobile-v {
        align-items: stretch !important;
        justify-content: space-between;
    }

    .site-logo .custom-logo {
        max-width: 110px;
    }

    .desktop-topbar {
        display: none;
    }

    .mobile-topbar {
        display: flex;
        justify-content: center;
    }
}

@media only screen and (max-width: 425px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .desktop-topbar {
        display: none;
    }

    .mobile-topbar {
        display: flex;
        justify-content: center;
    }

    .menu-button-container #primary-mobile-menu .dropdown-icon.open .svg-icon {
        color: #fff;
    }

    .mobile-v .col-lg-3.col-md-3 {
        width: 40%;
    }

    .mobile-v .col-lg-9.col-md-9 {
        width: 55%;
    }

    .mobile-v {
        align-items: stretch !important;
        justify-content: space-between;
    }

    .site-logo .custom-logo {
        max-width: 140px;
    }
}

@media only screen and (min-width: 426px) and (max-width: 580px) {}

@media only screen and (min-width: 426px) and (max-width: 767px) {}

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

@media only screen and (min-width: 768px) and (max-width: 991px) {}


@media only screen and (min-width: 992px) and (max-width: 1024px) {}

@media only screen and (min-width: 1025px) and (max-width: 1199px) {}

@media only screen and (max-width : 768px) {

    .animated {
        /*CSS transitions*/
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        /*CSS transforms*/
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        /*CSS animations*/
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }
}


@media only screen and (min-width: 1024px) {}

@media only screen and (min-width: 768px) and (max-width: 1024px) {}

@media only screen and (min-width: 1025px) and (max-width: 1399px) {}

@media only screen and (max-width: 1350px) and (min-width: 768px) {}

@media only screen and (max-width: 1024px) and (min-width: 768px) {}

@media (min-width: 1200px) and (max-width: 1599px) {}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {}

@media only screen and (min-width: 1601px) and (max-width: 1800px) {}

@media only screen and (min-width: 1025px) and (max-width: 1439px) {}

@media only screen and (min-width: 1680px) and (max-width: 1800px) {}

@media only screen and (min-width: 1801px) and (max-width: 2000px) {}

@media only screen and (min-width: 1650px) {}

@media only screen and (min-width: 2000px) {}

@media only screen and (min-width: 2001px) and (max-width: 2500px) {}

@media only screen and (min-width: 2501px) and (max-width: 3500px) {}

@media only screen and (min-width: 3501px) {}

/* firefox media query  */

@-moz-document url-prefix() {}



_::-webkit-full-page-media,
_:future,
:root .safari_only {}


@media not all and (min-resolution:.001dpcm) {
    @supports (-webkit-appearance:none) {}
}

/*  new css 5-28-24  */
.mission_section {
    background: #F2F3F3;
    padding: 17px 0px 46px;
}

.mission_section .card {
    border: 0;
    text-align: center;
    padding: 110px 22px 62px 24px;
    border-radius: 30px;
}

.mission_section .inner_text h3 {
    padding-bottom: 51px;
    text-transform: capitalize;
}

.mission_section .bottom-design-brnd {
    left: 20px;
    position: absolute;
    margin-top: -2%;
    z-index: 1;
    width: 90%;
    right: 15px;

}

.mission_section .single_item {
    position: relative;
}

.mission_section .single_item .top-icon-mission {
    position: absolute;
    top: -62px;
    left: 34%;
    width: 123px;
    z-index: 1;
    height: 123px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 17px solid #f2f3f3;
}

body:not(.no-js) .reveal .image-wrap {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    visibility: visible;
    transform: skewY(0);
}

.core_value_section {
    padding: 36px 0px 134px;
}

.core_value_section .image-brand-right {
    text-align: right;
    display: flex;
    justify-content: start;
}

.core_value_section .image-brand-right .i_b_inner {
    overflow: hidden;
    width: 80%;
}

.core_value_section .left-image {
    margin-left: 53%;
}

.core_value_section .right_image {
    position: absolute;
    z-index: 1;
    bottom: 29%;
    margin-left: 53%;
    margin-top: -87%;
    overflow: visible;
}

.core_value_section .bottom-design-brnd {
    width: 100%;
    left: 0;
}

.core_value_section h4 {
    text-transform: capitalize;
}

.diversity_us_section {
    padding: 100px 0px 36px;
}

.sustainability_us_section,
.why_work {
    padding: 100px 0px;
}

.event_section {
    padding: 46px 0px 00px 0px;
    margin-bottom: 140px;
}

.community-section {
    background: #F2F3F3;
    padding: 60px 0px;
}

.life_us_section {
    background: #F2F3F3;
    padding: 60px 0px 28px;
}

.life_us_section .col-content .main-fonts {
    margin-right: 0;
    margin-left: 70px;
}

#community-slider .item {
    position: relative;
}

#community-slider .shadow-bg {
    position: absolute;
    bottom: 34px;
    padding: 5px;
    color: #fff;
    text-align: center;
}

#community-slider .bottom-design1 {
    margin-top: -12px;
}

#community-slider .owl-dots {
    bottom: -4%;
    left: unset;
    right: -268px !important;
}

#community-slider .owl-dots button.owl-dot {
    border: 1px solid rgba(204, 51, 51, 1) !important;
}

#community-slider .owl-dots .owl-dot span {
    background: rgba(204, 51, 51, 1) !important;
}

/* #event-slider  {

}

#event-slider .item {
    position: relative;
}
#event-slider .shadow-bg {
    position: absolute;
    bottom: 34px;
    padding: 5px;
    color: #fff;
    text-align: center;
}
#event-slider .bottom-design1 {
    margin-top: -17px;
}
#event-slider .owl-dots {
    bottom: 9%;
    left: -496px;
    
}
#event-slider  .owl-dots button.owl-dot {
    border: 1px solid rgba(204, 51, 51, 1) !important;
}
#event-slider  .owl-dots .owl-dot span {
  background: rgba(204, 51, 51, 1) !important ;
} */
.main-event-detail {
    padding-top: 64px;
    margin-bottom: 61px;
}

.inner-description {
    padding-top: 53px;
}

.main-event-detail p {
    margin-bottom: 0;
}

.contenttop {
    margin-bottom: 39px;
}

.contentbottom {
    margin-top: 39px;
}

.event_social_icon {
    padding-top: 29px;
    margin-top: 13px;
}

.contentleft ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
}

.contentleft ul li {
    padding-left: 38px;
    position: relative;
}

.contentleft ul li:before {
    content: ' ';
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(/wp-content/uploads/2025/09/check.svg);
    background-size: cover;
    background-repeat: no-repeat;
    color: transparent;
    position: absolute;
    left: 0;
    top: 0;
}

div#relatedevents li.productscards {
    list-style: none;
    width: 100%;
}

p,
li {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #4D4D4D;
}

.event_inner_detail .left-text li {
    list-style: none;
    padding-bottom: 20px;
    /* display: flex;
    align-items: center; */
}

.event_inner_detail .left-text li:before {
    content: '';
    background-image: url(/wp-content/uploads/2024/05/Vector-19.png);
    display: inline-block;
    width: 16px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 8px;
    vertical-align: middle;
}

.event_inner_detail .bottom-description {
    padding-top: 39px;
}

.life_us_section .left-image {
    margin-right: 0%;
    right: 0;

}

.life_us_section .image-brand {
    justify-content: start;
}

.life_us_section .bottom-design-brnd {
    left: 0;
}

.svg-bottom {
    rotate: 180deg;
}

.team-details .team-image img {
    border-radius: 20px;
}

.main-event-detail .backbtn {
    padding-bottom: 24px;
}

.main-event-detail h1 {
    font-weight: 700;
    font-size: 54px;
    line-height: 66px;
    margin: 0;
    padding-bottom: 24px;
    color: #111;
}

.backbtn a.b-d-back {
    color: #e1251b;
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 18px;
    font-weight: 500;
}

.undertitle {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 48px;
}

.undertitle p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 30px;
    color: #000;
}

.team-details .icon_btn {
    padding-bottom: 48px;
}

.main-event-detail .row-center .main_ft_img {
    position: relative;
}

.main-event-detail .row-center .main_ft_img img {
    object-fit: cover;
    max-width: 100%;
    width: 100%;
}

.event_section .cat-text h2 {
    font-size: 30px;
}

.event_section .top-date {
    position: absolute;
    top: 32px;
    left: 0;
    right: 0;
    margin: auto;
    background: rgba(204, 51, 51, 1);
    height: 84px;
    width: 84px;
    border-radius: 16px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.event_section .top-date p {
    font-size: 38px;
    margin: 0;
    line-height: 0.5;
    color: #fff;
}

.event_section .top-date span {
    font-size: 12px;
    opacity: 0.7;
    color: #fff;
}

.event_section .cat-text p:first-child::before {
    content: '';
    background-image: url('/wp-content/uploads/2024/05/fozwl9.tif.png');
    display: inline-block;
    width: 16px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 8px;
    color: #fff;
}

.event_section .cat-text p:nth-child(2)::before {
    content: '';
    background-image: url('/wp-content/uploads/2024/05/Vector.png');
    display: inline-block;
    width: 16px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 8px;
    color: #fff;
}

.event_section .cat-text p {
    opacity: 1;
}

@media (max-width: 767px) {
    .event_inner_detail .left-text ul {
        padding: 0;
    }

    .team-leadership .tl_teams ul {
        /* flex-direction: column; */
    }

    .team-leadership .tl_teams .productscards {
        width: 100%;
    }
}

section.core_value_section .inner_right_content {
    display: flex;
    width: 100%;
    gap: 15px;
}

section.core_value_section .inner_right_content .icon {
    width: 20%;
}

.iconinner {
    width: 60px;
    height: 60px;
    background-color: #cc3333;
    padding: 10px;
    border-radius: 50px;
    overflow: hidden;
    position: relative;
}

.iconinner img {
    filter: invert(100%) sepia(0%) saturate(7489%) hue-rotate(427deg) brightness(100%) contrast(808%);
    position: relative;
    z-index: 99;
}

.iconinner:before {
    content: '';
    display: block;
    width: 90%;
    height: 17px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0px;
    z-index: 1;
    transition: all 0.5s ease 0s;
}

section.core_value_section .inner_right_content:hover .iconinner:before {
    transform: translate(0%, 0%) scale(7);
    /* background: #01549B; */
    background-image: linear-gradient(to right, #004180, #008ad1);
}