.nav_tab_box {
    background-color: #f6f6f6;
    border-radius: 10px;
    padding: 8px 20px;
    display: flex;
    align-items: center;
    justify-content: left;
    flex-wrap: wrap;
    margin-top: 30px;
}

.nav_tab_box .nav-link.active {
    background: none !important;
    color: #ea652b !important;
}

.nav_tab_box .nav-link {
    padding: 0px !important;
    border-right: 2px solid #00000099 !important;
    padding-right: 15px !important;
    border-radius: 0px !important;
    line-height: 17px;
    font-family: "Lato";
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.56px;
    color: #00000099;
    margin: 10px 15px 10px 10px;
}

.nav_tab_box .nav-link:hover {
    color: #ea652b !important;
    text-decoration: none;
}

.Company_Specific {
    margin-top: 40px;
    padding-left: 25px;
    padding-right: 25px;
}

.select_year {
    margin-bottom: 35px;
}

.select_year label {
    color: #000000b2;
    font-family: "Lato";
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
}

.select_year select {
    border: 1px solid #e3e3e3;
    border-radius: 6px;
    color: #4d4d4d;
    font-family: "Lato";
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    padding: 10px 10px;
    width: 150px;
    margin-left: 10px;
}

.product-img-left img {
    width: 100%;
    height: 304px;
    object-fit: cover;
    border-radius: 10px;
}

.product-img-center img {
    width: 100%;
    height: 144px;
    border-radius: 10px;
    object-fit: cover;
}

.product-img-right img {
    width: 100%;
    height: 304px;
    object-fit: cover;
    border-radius: 10px;
}

.img-overlay {
    position: relative;
}

.product-img-right {
    position: relative;
}

.product-img-left {
    position: relative;
}

.product-name {
    color: #f4f4f4;
    margin: 0;
    font-family: "Lato";
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
}

.product-img-center {
    position: relative;
}

.view_icon {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 42px !important;
    border-radius: 8px 0px !important;
    width: 42px !important;
    background: linear-gradient(180deg, #da352c 0%, #ea652b 100%);
    padding: 8px;
    z-index: 9;
}

.border_B {
    border-bottom: 1px solid #ededed;
    padding-bottom: 45px;
    margin-bottom: 40px;
}

img.calendar_images {
    height: 18px;
    margin-right: 10px;
    width: auto !important;
}

.calendar_date_box {
    display: flex;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

.calendar_date {
    color: #00000099;
    font-family: "Lato";
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    text-align: justify;
    margin: 0;
}

.calendar_date_white {
    color: #ffffff;
    font-family: "Lato";
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    text-align: justify;
    margin: 0;
}

.read-more-text-white {
    color: #ffffff;
    font-family: "Lato";
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    /* margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 50px; */
}

.more_stories_carousel .sector_caro_icons {
    width: 35px;
    height: 35px;
}

.more_stories_carousel button.owl-prev {
    position: absolute;
    top: 30%;
    left: -50px;
}

.more_stories_carousel button.owl-prev {
    position: absolute;
    top: 30%;
    left: -50px;
}

.more_stories_carousel .owl-next {
    position: absolute;
    top: 30%;
    right: -50px;
}

.more_stories_text {
    color: #000000cc;
    font-family: "Lato";
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin: 0;
    /* overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 60px; */
}

.more_stories_readmore {
    color: #ea652b;
    font-family: "Lato";
    font-size: 14px;
    font-weight: 500;
    line-height: 32px;
    margin: 0;
    text-transform: capitalize;
}

.more_stories_images {
    height: 178px;
    object-fit: cover;
    object-position: top;
    border-radius: 5px;
    border: 1px solid #dedede;
}

.Corporate_Presentation_box {
    background-color: #f5f5f5;
    padding: 40px 20px;
    margin-top: 40px;
    margin-bottom: 30px;
}

.Corporate_image_box {
    background-color: #fff;
    padding: 20px;
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 50px;
    border: 1px solid #e4e4e4;
    border-radius: 7px;
}

.Corporate_image {
    position: relative;
    margin-right: 30px;
    margin-left: -60px;
}

.Corporate_image .Corporate-image {
    width: 220px !important;
    height: 175px;
}

.Corporate_image .Corporate-pdf {
    position: absolute;
    bottom: 0;
    right: 0;
    height: auto;
    width: 36px !important;
    background: linear-gradient(180deg, #da352c 0%, #ea652b 100%);
    padding: 5px;
    border-radius: 10px 0px 7px 0px;
}

.corporate_text {
    color: #000000;
    font-family: "Lato";
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    margin: 0;
}

.Corporate_carousel .sector_caro_icons {
    width: 35px;
    height: 35px;
}

.Corporate_carousel button.owl-prev {
    position: absolute;
    top: 45%;
    left: -66px;
}

.Corporate_carousel button.owl-next {
    position: absolute;
    top: 45%;
    right: -66px;
}

.Corporate_carousel .owl-dots {
    text-align: center;
}

.Corporate_carousel .owl-dot {
    background-color: #e3e3e3 !important;
    color: #000;
    width: 17px;
    height: 17px;
    margin-right: 20px;
    margin-top: 40px;
    border-radius: 50%;
}

.Corporate_carousel .owl-dots .active {
    background-color: #8b8b8b !important;
}

.Press_Release_tab {
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 40px !important;
}

.Press_Release_tab .nav-link {
    box-shadow: 0px 0px 10px 0px #0000001c;
    border-radius: 5px;
    font-family: "Lato";
    font-size: 18px;
    font-weight: 400;
    color: #00000099;
    line-height: 28px;
}

.Press_Release_tab .active {
    background: linear-gradient(90deg, #ea652b 0%, #da352c 100%) !important;
    color: #fff;
}

.Press_Release_section {
    padding-bottom: 70px;
    background-color: #f5f5f5;
    margin-top: 60px;
    padding-top: 30px;
}

.capital_media_kit {
    padding: 60px 0px;
    background-color: #f5f5f5;
}

.media_kit_box {
    border: 1px solid #d9d9d9;
    border-radius: 7px;
    text-align: center;
    padding: 10px 20px;
    background-color: #fff;
    margin-top: 30px;
}

.media_kit_box p {
    font-family: "Lato";
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #000000;
}

.media_kit_box p span {
    color: #ea652b;
}

.media_kit_box img {
    height: 60px;
}

.media_kit_box button {
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    color: #ffffff;
    padding: 10px 30px;
    border-radius: 2px;
    background: linear-gradient(0deg, #da352c 0%, #ea652b 100%);
    border: none;
}

.Download_logo {
    margin-bottom: -22px;
    margin-top: 30px;
}

.download_Profile {
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    color: #ffffff;
    padding: 10px 30px;
    border-radius: 2px;
    background: linear-gradient(0deg, #da352c 0%, #ea652b 100%);
    border: none;
    margin-top: 70px;
}

.media_contact_section {
    background-image: url(../images/media-contact-bg-img.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    padding: 97px 0px 20px 0px;
    height: 423px;
    margin-top: 20px;
    background-position: inherit;
    margin-bottom: 50px;
}

.media_contact_box {
    padding: 30px 40px;
    border-radius: 36px;
    background-color: #fff;
    box-shadow: 0px 0px 18px 0px #00000017;
}

.media_contact {
    border: 1px solid #efefef;
    border-radius: 5px;
    padding: 30px 50px;
    margin-top: 30px;
}

.media_contact_user_box img {
    height: 30px;
    margin-bottom: 10px;
}

.media_contact_user_box p {
    font-family: "Lato";
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    color: #000000;
    margin: 0;
}

.nav_tab_box .border_r_none {
    border-right: none !important;
}

.video_section {
    position: relative;
}

.video_btn {
    width: 46px;
    height: 46px;
    background: linear-gradient(
        180deg,
        rgba(218, 53, 44, 0.87) 0%,
        rgba(234, 101, 43, 0.87) 100%
    );
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video_btn img {
    height: 20px !important;
}
.over-ley-text {
    position: absolute;
    width: 100%;
    background-color: #000000bf;
    bottom: 0px;
    left: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 70px;
    padding: 5px 40px 5px 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.overlay-2 {
    position: absolute;
    width: 100%;
    background-color: #000000bf;
    bottom: 0px;
    left: 0;
    height: 50px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 5px 40px 5px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
