@charset "utf-8";

/* CSS Document */

/* --------------------------Web Files-------------------------------------*/

@font-face {
    font-family: "poppinsblack";
    src:
        url("webFonts/poppins-black-webfont.woff2") format("woff2"),
        url("webFonts/poppins-black-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "poppinsbold";
    src:
        url("webFonts/poppins-bold-webfont.woff2") format("woff2"),
        url("webFonts/poppins-bold-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "poppinsextrabold";
    src:
        url("webFonts/poppins-extrabold-webfont.woff2") format("woff2"),
        url("webFonts/poppins-extrabold-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "poppinsextralight";
    src:
        url("webFonts/poppins-extralight-webfont.woff2") format("woff2"),
        url("webFonts/poppins-extralight-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "poppinslight";
    src:
        url("webFonts/poppins-light-webfont.woff2") format("woff2"),
        url("webFonts/poppins-light-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "poppinsmedium";
    src:
        url("webFonts/poppins-medium-webfont.woff2") format("woff2"),
        url("webFonts/poppins-medium-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "poppinsregular";
    src:
        url("webFonts/poppins-regular-webfont.woff2") format("woff2"),
        url("webFonts/poppins-regular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "poppinssemibold";
    src:
        url("webFonts/poppins-semibold-webfont.woff2") format("woff2"),
        url("webFonts/poppins-semibold-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "poppinsthin";
    src:
        url("webFonts/poppins-thin-webfont.woff2") format("woff2"),
        url("webFonts/poppins-thin-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Nafees Nastaleeq";
    src: url("webFonts/NafeesNastaleeq.eot");
    src:
        url("webFonts/NafeesNastaleeq.eot?#iefix") format("embedded-opentype"),
        url("webFonts/NafeesNastaleeq.woff2") format("woff2"),
        url("webFonts/NafeesNastaleeq.woff") format("woff"),
        url("webFonts/NafeesNastaleeq.svg#NafeesNastaleeq") format("svg");
    font-weight: normal;
    font-style: normal;
}

a:hover {
    text-decoration: underline;
}

a {
    transition: 0.7s;
}

/* Transition effects*/

.transition_3 {
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
}

.transition_2 {
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
}

.transition_7 {
    transition: 0.7s;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
}

.wow {
    visibility: hidden;
}

* {
    text-decoration: none;
    outline: none;
    font-family: "poppinsregular";
}

#menu:not(.mm-menu) {
    display: none;
}

a:hover {
    text-decoration: none;
}

body,
h3,
h1,
h2,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
    transition: 0.7s;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    -ms-transition: 0.7s;
}

a {
    text-decoration: none;
    transition: 0.7s;
}

a:focus {
    text-decoration: none;
    outline: none;
}

table {
    width: 100%;
}

.inner_left .finacial_inner .download_portion a {
    max-width: 270px;
    padding: 10px 0px;
}

/* --------------------------Web Files close-------------------------------------*/

/* --------------------------Fonts Classes-------------------------------------*/

/* --------------------------Fonts Classes-------------------------------------*/

/* --------------------------Main Styling-------------------------------------*/

.main_container {
    width: 100%;
    position: relative;
    max-width: 1700px;
    margin: 0 auto;
    overflow: hidden;
}

.fancybox__container {
    width: 100%;
    max-width: 1700px;
    margin: 0 auto;
}

.standard {
    position: relative;
    margin: 0 auto;
    width: 1280px;
}

.background_side {
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    height: 100%;
    z-index: 5;
    position: fixed;
    left: 0px;
    top: 0px;
}

#page {
    display: none;
}

div#preloader {
    overflow: hidden;
    background: url(../webImages/1.gif);
    background-color: rgba(180, 49, 38, 0.95);
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999999;
}

.main_mmenu {
    position: relative;
    /*height: 40px;*/
    display: none;
}

/* Override hover.css default blue color to match brand logo red */
.hvr-sweep-to-bottom:before,
.hvr-sweep-to-top:before,
.hvr-sweep-to-right:before,
.hvr-sweep-to-left:before,
.hvr-sweep-to-bottom:hover:before,
.hvr-sweep-to-top:hover:before,
.hvr-sweep-to-right:hover:before,
.hvr-sweep-to-left:hover:before {
    background: transparent !important;
}

.menu_icn {
    display: block;
    padding-left: 10px;
    position: fixed;
    left: 0px;
    top: 0px;
}

.menu_icn a {
    display: block;
}

.menu_icn img {
    margin-top: 2px;
}

.logo_menu a {
    color: #5e5e5e;
    font-size: 18px;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.logo_menu {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    right: 0px;
    left: 0px;
    text-align: center;
    width: 24%;
    margin: 0 auto;
}

.logo_menu img {
    width: 100%;
}

.mm-title {
    color: #ffffff !important;
}

.mm-listview {
    list-style: none;
}

body::-webkit-scrollbar-thumb {
    background: #b43126;
    border-radius: 10px 10px;
}

body::-webkit-scrollbar {
    width: 10px;
    background-color: #2d2d2d;
}

.col4_right .col4_right_main .col2_right_main ul .report {
    position: relative;
    width: 100%;
    display: block;
    text-align: center;
    padding: 10px 0px;
    border-top: 1px solid #c9c9c9;
    color: #b43126;
    font-size: 15px;
    text-transform: uppercase;
    font-family: "poppinsmedium";
    transition: 0.5s;
    letter-spacing: 2px;
}

.col4_right .col4_right_main .col2_right_main ul .report:hover {
    background: #706f6d;
    color: #fff;
}

/* --------------------------Main Styling-------------------------------------*/

/* --------------------------Header Styling-------------------------------------*/

.banner_side {
    position: relative;
    width: 100%;
    margin-top: 100px;
}

/*.banner_side:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    left: 0%;*/
/*    top: 0%;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: url(../webImages/banner-transparency.png) no-repeat;*/
/*    background-size: cover;*/
/*    z-index: 1;*/
/*}*/

#banner {
    list-style: none;
    padding: 0px 0px;
    margin: 0px 0px;
    width: 100% !important;
}

#banner li {
    width: 100% !important;
}

#banner li img {
    width: 100% !important;
}

#banner li img {
    width: 100% !important;
    animation: backgroundSlideshow 30s linear infinite alternate;
}

@-webkit-keyframes backgroundSlideshow {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.3);
    }

    100% {
        transform: scale(1);
    }
}

.pager {
    position: absolute;
    bottom: 45%;
    right: 30px;
    display: block;
    z-index: 1;
    width: 12px;
    margin: 0px 0px;
    z-index: 2;
}

.slide-node {
    margin: 0 auto;
}

#slide-pager {
    clear: both;
    overflow: hidden;
    padding: 0;
    text-align: center;
    z-index: 1;
    margin: 0px 0px;
}

#slide-pager li {
    display: block;
    margin-bottom: 10px;
    cursor: pointer;
}

#slide-pager li:last-child {
    margin-right: 0%;
}

#slide-pager li a {
    display: block;
    background: transparent;
    border: none;
    border-radius: 0px;
    width: 12px !important;
    border-radius: 50% !important;
    border: 1px solid #ffffff;
    height: 12px;
    padding: 5px 5px;
}

#slide-pager li a:hover {
    display: block;
    height: 12px;
    padding: 5px 5px;
    overflow: hidden;
    width: 12px !important;
    border-radius: 50% !important;
    border: 1px solid #0f747d;
    background: #0f747d;
}

#slide-pager li a.usl-current {
    display: block;
    height: 12px;
    padding: 5px 5px;
    overflow: hidden;
    width: 12px !important;
    border-radius: 50% !important;
    border: 1px solid #0f747d;
    background: #0f747d;
}

canvas {
    display: block;
}

/* ---- stats.js ---- */

.count-particles {
    background: #000022;
    position: absolute;
    top: 48px;
    left: 0;
    width: 80px;
    color: #13e8e9;
    font-size: 0.8em;
    text-align: left;
    text-indent: 4px;
    line-height: 14px;
    padding-bottom: 2px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.js-count-particles {
    font-size: 1.1em;
}

#stats,
.count-particles {
    user-select: none;
    -webkit-user-select: none;
    margin-top: 5px;
    margin-left: 5px;
}

#stats {
    border-radius: 3px 3px 0 0;
    overflow: hidden;
}

.count-particles {
    border-radius: 0 0 3px 3px;
}

/* ---- particles.js container ---- */

#particles-js {
    width: 100%;
    background-color: #0000004a;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: fixed;
    left: 0px;
    top: 0px;
    height: 100%;
}

#stats {
    display: none;
}

.header_side {
    position: relative;
    width: 100%;
}

/*.header_side:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    left: 0%;*/
/*    top: 0%;*/
/*    width: 100%;*/
/*    max-width: 865px;*/
/*    height: 100%;*/
/*    background: url(../webImages/1.png);*/
/*    background-size: 100% 100%;*/
/*    z-index: 1;*/
/*}*/

.header_top {
    position: fixed;
    width: 100%;
    z-index: 4;
    background: #fff;
    top: 0px;
    padding-bottom: 15px;
    transition: 0.5s;
    border-top: 5px solid #b43126;
    /*overflow: hidden;*/
    left: 0;
}

.header_top_ {
    background: #f7f7f7;
}

.col8_left {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 35px;
    padding: 0;
    vertical-align: middle;
    border: 1px solid #e8e4e4;
    box-shadow: 5px 5px 0px #f9f9f9;
    background: rgb(255 255 255 / 90%);
    display: flex;
    align-items: center;
    min-height: 42px;
}

/* ── News Ticker ── */
.news-ticker-wrap {
    display: flex;
    align-items: center;
    width: 100%;
    overflow: hidden;
    padding: 0 5px;
}

.ticker-label {
    flex-shrink: 0;
    background: #b43126;
    color: #fff;
    font-family: "poppinsbold", sans-serif;
    font-size: 12px;
    padding: 8px 14px;
    white-space: nowrap;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    gap: 6px;
    min-height: 42px;
    display: none;
}

.ticker-track-outer {
    flex: 1;
    overflow: hidden;
    position: relative;
}

.ticker-track {
    display: flex;
    align-items: center;
    white-space: nowrap;
    width: max-content;
    animation: ticker-scroll 250s linear infinite;
    padding: 0 20px;
}

.ticker-track:hover {
    animation-play-state: paused;
}

@keyframes ticker-scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.ticker-track a {
    display: inline-block;
    color: #b43126;
    font-family: "poppinsbold", sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.2s;
}

.ticker-track a:hover {
    color: #8a1f16;
    text-decoration: underline;
}

.ticker-sep {
    display: inline-block;
    margin: 0 14px;
    color: #ccc;
    font-size: 12px;
    user-select: none;
}

.logo_side {
    position: relative;
    width: 100%;
    max-width: 242px;
    padding: 10px 0px;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    top: 5px;
}

.header_top_ .menu_side ul li {
    border-right: 1px solid #b43126;
}

.logo_side a {
    display: block;
}

.logo_side img {
    width: 100%;
}

.logo_side::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right,
            rgba(255, 255, 255, 0.49) 0%,
            rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.logo_side:hover::before {
    -webkit-animation: shine 0.75s;
    animation: shine 0.75s;
}

@-webkit-keyframes shine {
    100% {
        left: 100%;
    }
}

@keyframes shine {
    100% {
        left: 100%;
    }
}

.col4_right_main .newcircule ul li:before {
    content: "";
    display: none !important;
}

.col4_right_main .newcircule ul li {
    display: inline-block;
    width: 49%;
    text-align: center;
}

.col2_right_main .newcircule ul li .col2_right_main_right {
    /* width: 50px; */
    text-align: center;
    margin: 8px 0px;
    margin-bottom: 0px;
    /* height: 50px; */
    border-radius: 50px;
    /* border: 1px solid #b43126; */
    /* line-height: 50px; */
    font-family: "poppinsbold";
    float: none;
    display: block;
    font-size: 35px;
}

.inner_left .col3_main .col3_box .banner_btn {
    max-width: 100%;
}

.col1 {
    position: relative;
    float: right;
    text-align: right;
}

.col1_top {
    position: relative;
    width: 100%;
}

.col1_top ul {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0px 0px;
    margin: 0px 0px;
    list-style: none;
}

.col1_top ul li {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.col1_top ul li a {
    display: block;
    color: #000000;
    font-size: 14px;
    padding: 15px 10px;
}

.col1_top ul li a:hover {
    color: #b43126;
}

.language_side {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.language_side ul {
    list-style: none;
    padding: 0px 0px;
    margin: 0px 0px;
}

.language_side ul li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.language_side ul li a {
    display: block;
    color: #000;
    font-size: 14px;
    background: #f9f9f9;
    transition: 0.3s;
}

.language_side ul li a.active {
    background: #b43126;
    color: #ffffff;
}

.language_side ul li a:hover {
    background: #b43126;
    color: #ffffff;
}

.menu_side {
    position: relative;
    width: 100%;
    margin-top: 15px;
}

.menu_side ul {
    list-style: none;
    padding: 0px 0px;
    margin: 0px 0px;
}

.menu_side ul li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border-right: 1px solid #dedede;
}

.menu_side ul li:last-child {
    border-right: none;
}

.menu_side ul li a {
    display: block;
    color: #000000;
    font-size: 16px;
    padding: 0px 12px;
}

.menu_side ul li a:hover {
    color: #b43126;
    font-weight: bold;
}

.menu_side ul li a.active {
    color: #b43126;
}

.headingText h2 {
    padding: 10px 10px;
    font-size: 11px;
    display: block;
    border-left: 1px solid #c9c9c9;
    border-right: 1px solid #c9c9c9;
    padding-top: 0px;
    border-bottom: 1px solid #c9c9c9;
    text-align: justify;
    color: #b43126;
    display: none;
}

.rating .headingText h4 {
    position: relative;
    width: 100%;
    background: #b43126;
    color: #ffffff;
    font-size: 15px;
    padding: 12px 15px;
    /*font-family: 'poppinsmedium';*/
    text-align: center;
}

.col4_right_main .rating .headingText ul {
    border: 1px solid #c9c9c9 !important;
}

.menu_side ul ul li a {
    padding: 12.5px 20px;
    color: #ffffff !important;
    font-size: 13px;
    transition: 0.5s;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
}

.menu_side ul ul li:before {
    content: "";
    position: absolute;
    left: 0%;
    top: 0%;
    width: 0%;
    height: 100%;
    background: #706f6d;
    transition: 0.5s;
    transform: none;
}

.menu_side ul ul li:after {
    display: none;
}

.menu_side ul ul li:hover:before {
    width: 100%;
}

.menu_side ul ul li {
    position: relative;
    width: 100%;
    border-right: none;
    transition: 0.5s;
    border-bottom: 1px solid #942b22;
    box-shadow: 0px 1px 0px #c33c31;
}

.menu_side ul ul li:last-child {
    border-bottom: none;
    box-shadow: none;
}

.menu_side ul ul ul {
    left: 100%;
    top: 0;
}

.menu_side ul li:nth-child(4) ul ul {
    left: inherit;
    right: 100%;
}

.menu_side ul li:nth-child(5) ul {
    left: inherit;
    right: 0%;
}

.menu_side ul li:nth-child(5) ul ul {
    left: inherit;
    right: 100%;
}

.menu_side ul li:nth-child(7) ul {
    left: inherit;
    right: 0%;
}

.menu_side ul li:nth-child(7) ul ul {
    left: inherit;
    right: 100%;
}

.menu_side ul ul {
    position: absolute;
    left: 0px;
    top: 100%;
    width: 100%;
    min-width: 235px;
    z-index: 1;
    background: #b43126;
    transition: all 0.2s ease-in-out;
    transform: scaleY(0);
    transform-origin: top;
    text-align: left;
}

.menu_side ul li:hover>ul {
    transform: scaleY(1);
}

.banner_txt {
    position: absolute;
    left: 0%;
    bottom: 32%;
    width: 100%;
    z-index: 3;
}

.banner_txt_main {
    position: relative;
    width: 100%;
    /*max-width: 580px;*/
    /*background: rgba(15, 15, 15, 0.7);*/
    /*backdrop-filter: blur(12px);*/
    /*-webkit-backdrop-filter: blur(12px);*/
    /*border-left: 4px solid #b43126;*/
    /*padding: 30px 40px;*/
    /*border-radius: 0 16px 16px 0;*/
    /*box-shadow: 0 20px 45px rgba(0, 0, 0, 0.35);*/
    /*border: 1px solid rgba(255, 255, 255, 0.1);*/
    /*border-left: 4px solid #b43126;*/
}

.banner_txt_main h3 {
    position: relative;
    width: 100%;
    color: #ffffff;
    font-size: 32px;
    font-family: "poppinsblack";
    margin-bottom: 10px;
}

.banner_txt_main_txt {
    position: relative;
    width: 100%;
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    margin: 15px 0px 0px 0px;
    max-height: 125px;
    overflow: hidden;
    line-height: 1.6;
}

.banner_txt_main_txt span {
    color: #ffffff !important;
    font-style: normal;
}

@media only screen and (max-width: 767px) {
    .banner_txt_main {
        max-width: max-content;
        padding: 15px 20px;
        /* margin: 0 auto; */
        border-radius: 12px;
    }

    .banner_txt_main h3 {
        font-size: 20px !important;
    }

    .banner_txt_main_txt {
        font-size: 13px !important;
        line-height: 1.4;
    }
}

@media only screen and (max-width: 480px) {
    .banner_txt_main {
        max-width: 95%;
        padding: 10px 15px;
    }

    .banner_txt_main h3 {
        font-size: 16px !important;
        margin-bottom: 5px;
    }

    .banner_txt_main_txt {
        font-size: 11px !important;
        max-height: 80px;
    }
}

.banner_btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    max-width: 190px;
    width: 100%;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    text-align: center;
    background: #706f6d;
    margin-right: 1.3%;
}

.banner_btn:nth-child(even):before {
    width: 50%;
}

.banner_btn:hover:nth-child(even):before {
    width: 100%;
}

.banner_btn:nth-child(odd):before {
    width: 50%;
}

.banner_btn:hover:nth-child(odd):before {
    width: 100%;
}

.banner_btn:before {
    content: "";
    position: absolute;
    left: 0%;
    top: 0%;
    width: 0%;
    height: 100%;
    background: #b43126;
    transition: 0.5s;
}

.banner_btn a {
    display: block;
    color: #ffffff;
    font-size: 16px;
    font-family: "poppinsbold";
    position: relative;
    z-index: 1;
}

.banner_btn a:before {
    content: "";
    position: absolute;
    left: 5px;
    top: 5px;
    width: 1px;
    height: 79%;
    background: #ffffff;
}

.banner_btn a span {
    display: block;
    color: #ffffff;
    font-size: 16px;
    font-family: "poppinsbold";
}

.banner_btn a span:before {
    content: "";
    position: absolute;
    left: 5px;
    top: 5px;
    width: 94%;
    height: 1px;
    background: #ffffff;
}

.banner_btn a span:after {
    content: "";
    position: absolute;
    left: 5px;
    bottom: 5px;
    width: 94%;
    height: 1px;
    background: #ffffff;
}

.mouse_btn {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 5%;
    width: 24px;
    cursor: pointer;
    margin: 0 auto;
    transition: 0.3s;
    z-index: 1;
    animation: backgroundSlideshow_ 0.7s linear infinite alternate;
}

.mouse_btn:hover {
    filter: drop-shadow(2px 4px 6px #000000);
}

.mouse_btn img {
    width: 100%;
    position: relative;
}

@keyframes backgroundSlideshow_ {
    0% {
        bottom: 5%;
    }

    50% {
        bottom: 7%;
    }

    100% {
        bottom: 5%;
    }
}

.banner_btn a:after {
    content: "";
    position: absolute;
    right: 5px;
    top: 5px;
    width: 1px;
    height: 79%;
    background: #ffffff;
}

.inner_banner {
    position: relative;
    width: 100%;
    margin-top: 120px;
}

.inner_banner img {
    width: 100%;
}

.header_side_ {
    position: relative;
    width: 100%;
}

.header_side_:before {
    display: none;
}

.header_side_ .logo_side {
    padding: 17px 0px;
}

.header_side_ .menu_side {
    margin-bottom: 15px;
}

.inner_banner h3 {
    position: absolute;
    left: 0%;
    right: 0%;
    margin: 0 auto;
    top: 42%;
    color: #ffffff;
    font-size: 38px;
    font-family: "poppinssemibold";
    text-align: center;
    -webkit-text-stroke-width: 1.5px;
    -webkit-text-stroke-color: #0000008c;
    text-shadow: 0px 2px 32px #000;
}

/* --------------------------Header Styling close-------------------------------------*/

/* --------------------------Content Styling -------------------------------------*/

.index_content {
    position: relative;
    width: 100%;
    /* background: url(../webImages/1.jpg); */
    background: url(../webImages/pci-new.png);
    background-size: auto;
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

/*----------------coprate information----------------*/
.col2 ul {
    padding: 0px 20px;
    margin: 0px;
    margin-top: 25px;
}

.col2 ul li {
    position: relative;
    width: 100%;
    margin-top: 0px;
    color: #000;
}

.col_cop {
    width: 43.3%;
    margin: 0px 0px;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 1;
}

.download_portion {
    margin-top: 25px;
}

.download_portion img {
    margin-right: 10px !important;
}

.col_cop h3 {
    position: relative;
    width: 100%;
    color: #fff;
    font-size: 30px;
    margin-bottom: 25px;
    font-family: poppinsbold;
    letter-spacing: -0.5px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.col_cop ul {
    margin: 20px auto;
    border: 1px solid rgba(255, 255, 255, 0.22);
    /*background: rgba(255, 255, 255, 0.05);*/
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    padding: 22px 24px;
    /*border-radius: 10px;*/
    /*box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);*/
}

.col_cop ul li {
    width: 100%;
    display: inline-block;
    margin: 0 auto;
    padding: 10px 0;
    font-size: 13.5px;
    color: rgba(255, 255, 255, 0.85);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.col_cop ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.col_cop ul li span {
    font-family: "poppinssemibold";
    color: #ffffff !important;
}

.col2 ul li strong {
    font-family: "poppinsbold";
    font-weight: normal;
}

.finacial .download_portion a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    max-width: 180px;
    width: 100%;
    text-align: center;
    border: 1px solid #d1d1d1;
    margin-bottom: 15px;
    margin-right: 12px;
    padding: 8px 10px;
    transition: 0.5s;
}

.finacial .download_portion a:before {
    content: "";
    width: 30px;
    height: 30px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    background: url(../webImages/financial-report-icon.png);
    background-size: contain;
    margin-right: 8px;
}

.finacial .download_portion br {
    display: none;
}

.finacial .download_portion a h4 {
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    vertical-align: middle;
    width: 72%;
    transition: 0.5s;
    text-align: left;
}

.finacial .download_portion a:hover {
    border: 1px solid #cecece;
    background: #f5f5f5;
}

.col2_right_main .rating ul li:before {
    display: none;
}

.finacial {
    overflow: hidden;
    position: relative;
    z-index: 1;
    text-align: left;
}

.finacial .download_portion {
    overflow: hidden;
}

/*----------------coprate information----------------*/
.col2 {
    position: relative;
    width: 100%;
    padding: 40px 0px;
    overflow: hidden;
}

.col2_bottom {
    display: none;
    padding: 0px 0px;
    padding-top: 60px;
    padding-bottom: 60px;
}

.col2_bottom:before {
    display: none;
}

/*.col2:before {*/
/*    content: '';*/
/*    background: url(../webImages/bg2.jpg);*/
/*    background-size: cover;*/
/*    position: absolute;*/
/*    left: 0px;*/
/*    top: 0px;*/
/*    width: 100%;*/
/*    height: 100%;*/
/* background-attachment: fixed; */
/*    background-position: center center;*/
/*    opacity: 0.7;*/
/*}*/

.col2_left {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin-right: 5%;
}

.col2 h3 {
    position: relative;
    width: 100%;
    color: #1a1a1a;
    font-size: 30px;
    max-height: 99px;
    overflow: hidden;
    font-family: "poppinsbold";
    letter-spacing: -0.3px;
}

.col2 h3 span {
    display: inline-block;
    vertical-align: sub;
    position: relative;
    color: #b43126;
    font-size: 90px;
}

.col2_left_txt {
    position: relative;
    width: 100%;
    color: #302f2e;
    font-size: 16px;
    margin: 30px 0px;
    max-height: 286px;
    overflow: hidden;
    text-align: justify;
}

.col2_right {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 49.3%;
}

.col2_right .col2_right_main:nth-child(2) {
    margin-right: 0%;
}

.col2_right_main {
    position: relative;
    width: 100%;
    margin-bottom: 12px;
    background: rgba(180, 49, 38, 0.03);
    /*border-radius: 8px;*/
    overflow: hidden;
    /* border: 1px solid rgba(180, 49, 38, 0.12); */
}

.col2_right_main h4 {
    position: relative;
    width: 100%;
    background: linear-gradient(90deg, #b43126, #8a1f16);
    color: #ffffff;
    font-size: 14px;
    padding: 11px 15px;
    font-family: "poppinsmedium";
    text-align: center;
    letter-spacing: 0.4px;
}

.col2_right .col2_right_main a img {
    width: 100% !important;
    max-width: 70px;
}

/*.col2_right .col2_right_main {*/
/*    text-align: center;*/
/*    display: inline-block;*/
/*    width: 48.1%;*/
/*    vertical-align: top;*/
/*    margin-right: 3.2%;*/
/*    border: 1px solid #c9c9c9;*/
/*    margin-bottom: 0px;*/
/*}*/

.col4 .col2_right_main {
    text-align: center;
    display: inline-block;
    width: 48%;
    vertical-align: top;
    margin-right: 3.2%;
    border: none;
    margin-bottom: 0px;
    background: #fff;
    /*border-radius: 10px;*/
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

.col4 .col2_right_main:nth-child(2) {
    margin-right: 0%;
}

.col4 .col5 {
    width: 100%;
}

.col4 .col5.myflex {
    display: flex;
    align-items: center;
    gap: 10px;
}

.col4 .col5.myflex a {
    width: 50%;
}

.col4 .col2_right_main ul li:hover .col2_right_main_left,
.col4 .col2_right_main ul li:hover .col2_right_main_right {
    color: #ffffff;
}

/*.col4 .col2_right_main a{*/
/*    display:inline-block;*/
/*}*/

.col4 .col5 img {
    max-width: 100%;
    margin: 20px 0px;
}

.col2_right_main ul {
    list-style: none;
    padding: 0px 0px;
    margin: 0px 0px;
    width: 100%;
    border: none;
}

.col2_right_main ul li {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.col2_right_main ul li a {
    display: block;
    padding: 11.5px 15px;
    color: #000;
    text-align: left;
    font-size: 16px;
    position: relative;
    z-index: 1;
}

.col2_right_main ul li:before {
    content: "";
    position: absolute;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 0%;
    background: #706f6d;
    transition: 0.5s;
}

.col2_right_main ul li:hover:before {
    height: 100%;
}

.col2_right_main ul li:hover a {
    color: #ffffff;
}

/*.col2_right_main ul li:hover .col2_right_main_left {*/
/*    color: #ffffff;*/
/*}*/

/*.col2_right_main ul li:hover .col2_right_main_right {*/
/*    color: #ffffff;*/
/*}*/

/* .col2_right_main ul li:hover .col2_right_main_right img {
    filter: brightness(0) invert(1);
} */

.col2_right_main_left {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #333333;
    font-size: 14px;
    transition: color 0.3s ease;
    font-family: "poppinsregular", sans-serif;
}

.col2_right_main_right {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #b43126;
    font-size: 13px;
    font-family: "poppinsbold", sans-serif;
    transition: color 0.3s ease;
    margin: 5px 0px;
}

.modal_box h2 {
    width: 100%;
    font-family: "poppinsbold";
    color: #333;
    text-align: left;
}

.modal_box .modal-body {
    padding: 10px 0px;
}

.modal_box .modal-body h4 {
    color: #333;
    font-size: 16px;
    font-family: "poppinsmedium";
}

.modal_box .modal-body p {
    position: relative;
    width: 100%;
    color: #333;
    font-size: 14px;
}

/* .modal_box .modal-body table {} */

.col3 {
    position: relative;
    width: 100%;
    padding: 40px 0px;
    text-align: center;
}

.col3 h3 {
    position: relative;
    width: 100%;
    /*color: #000000;*/
    color: #b43126;
    font-size: 30px;
    font-family: "poppinsbold";
    margin-bottom: 30px;
}

.col3_main {
    position: relative;
    width: 100%;
}

.col3_box {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 18.7%;
    margin-right: 1.3%;
}

.col3_box:last-child {
    margin-right: 0%;
}

.col3_box a {
    display: block;
}

.col3_box_img {
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 2;
}

.col3_box_img:before {
    content: "";
    width: 100%;
    height: 0%;
    position: absolute;
    left: 0%;
    top: 0%;
    z-index: 1;
    transition: 0.5s;
    background: rgba(180, 49, 38, 0.8);
}

.col3_box:hover .col3_box_img:before {
    height: 100%;
}

.col3_box_img_11:before {
    content: "";
    width: 0%;
    height: 0%;
    position: absolute;
    left: 0%;
    top: 0%;
    z-index: -1;
    transition: 0.5s;
    background: none;
}

.col3_box:hover .col3_box_img_11:before {
    height: 0%;
}

.col3_box_img_11 a {
    display: block;
}

.col3_box_img_11:after {
    content: "";
    width: 100%;
    height: 0%;
    position: absolute;
    left: 0%;
    top: 0%;
    z-index: 1;
    transition: 0.5s;
    background: rgba(180, 49, 38, 0.8);
}

.col3_box:hover .col3_box_img_11:after {
    height: 100%;
}

.col3_box_img img {
    width: 100%;
    transition: 0.3s;
}

.col3_box:hover .col3_box_img img {
    transform: scale(1.3);
}

.col3_box_txt {
    position: relative;
    width: 100%;
    color: #000000;
    font-size: 16px;
    margin-top: 10px;
    transition: 0.2s;
    text-align: center;
}

.col3_box:hover .col3_box_txt {
    color: #b43126;
}

.col3_box .banner_btn {
    border: 1px solid #ffffff;
    position: absolute;
    left: 0%;
    right: 0%;
    margin: 0 auto;
    top: 40%;
    z-index: 1;
    max-width: 160px;
    height: 40px;
    line-height: 40px;
    transform: scaleY(0);
    transition: 0.2s;
}

.col3_box .banner_btn span {
    font-family: "poppinsregular";
    color: #ffffff;
    position: relative;
    z-index: 1;
}

.col3_box:hover .banner_btn {
    transform: scaleY(1);
}

.col4 {
    position: relative;
    width: 100%;
    padding: 60px 0px;
}

.col4 .standard {
    z-index: 1;
}

.col4:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(../webImages/news-bg.jpg);
    background-size: cover;
    /* background-attachment: fixed; */
    /* background-position: center center; */
}

.col4_left {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 49.3%;
    margin-left: 7%;
    padding-top: 35px;
}

.col4_left img {
    width: 100%;
}

.col4_left h3 {
    position: relative;
    width: 100%;
    /* color: #000; */
    color: #fff;
    font-size: 30px;
    margin-bottom: 35px;
    font-family: poppinsbold;
}

.col4_left_main {
    position: relative;
    width: 100%;
    /*border: 1px solid #d7d7d7;*/
    /*background: #f7f7f7;*/
}

.col4_left_main_ {
    position: relative;
    width: 100%;
    padding: 23.5px 0px;
    border-bottom: 1px solid #d2d2d2;
    padding-top: 0px;
}

.col4_left_main ul {
    list-style: none;
    padding: 0px 0px;
    margin: 0px 0px;
    width: 100% !important;
}

.col4_left_main ul li {
    position: relative;
    width: 100% !important;
}

.col4_left_main ul li h6 {
    position: relative;
    width: 100%;
    color: #ffffff;
    font-size: 12px;
    max-height: 13px;
    overflow: hidden;
}

.col4_left_main ul li h5 {
    position: relative;
    width: 100%;
    color: #ffffff;
    font-size: 16px;
    margin: 5px 0px;
    max-height: 16px;
    overflow: hidden;
    font-family: "poppinsbold";
}

.col4_left_main_txt {
    position: relative;
    width: 100%;
    color: #ffffff;
    font-size: 13px;
    max-height: 35px;
    overflow: hidden;
}

.col4_left_main h4 {
    position: relative;
    width: 100%;
    color: #ffffff;
    font-size: 14px;
}

.col4_left_main h4 a {
    position: relative;
    width: 100%;
    color: #ffffff;
    font-size: 14px;
}

.col4_left_main h4 a:hover {
    color: #a2a2a2;
}

.col4_right {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 21.7%;
    margin-left: 5px;
}

.col4_right h3 {
    position: relative;
    width: 100%;
    /*color: #000;*/
    color: #b43126;
    font-size: 30px;
    margin-bottom: 20px;
    display: none;
}

.col4_right_main {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.col2_right_main_right img {
    width: 100%;
    max-width: 25px;
    transition: 0.5s;
}

.col4_right_main .col2_right_main {
    width: 55%;
    float: left;
    margin: 0% 0%;
    display: none;
}

.col4_right_main .rating {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    background: url(../webImages/bg_background1.jpg);
    background-size: cover;
}

.col4_right_main .col2_right_main .col2_right_main_left {
    font-size: 13px;
    width: 70%;
}

.rating .col2_right_main ul li a .col2_right_main_left {
    width: 60%;
}

.rating .col2_right_main ul li:before {
    display: none;
}

.rating .col2_right_main ul li a .col2_right_main_left {
    color: #000;
}

.rating .col2_right_main ul li a .col2_right_main_right {
    color: #b43126;
    margin: 0px 0px;
}

.col4_right .col4_right_main .col2_right_main ul li a .entityrating {
    max-width: 72px;
    width: 100%;
    display: block;
    margin: 0 auto;
    border: 1px solid #b43126;
    padding: 10px 10px;
    margin-top: 10px;
    border-radius: 50%;
    margin-bottom: 5px;
}

.rating .col2_right_main ul li a {
    padding: 11.1px 10px !important;
}

/* .col4_right_main .col2_right_main:nth-child(odd) ul li .col2_right_main_left {} */

.col4_right .col4_right_main .col2_right_main:nth-child(odd) ul li a {
    padding: 11.4px 10px;
}

.col2_right_main .newcircule ul li {
    padding: 10px 0px !important;
}

.col2_right_main .newcircule ul li .col2_right_main_left {
    width: 100%;
    text-align: center;
    font-family: poppinsbold;
}

.col4_right_main .col2_right_main ul li a {
    display: block;
    padding: 10.5px 15px;
    color: #000;
    font-size: 16px;
    position: relative;
    z-index: 1;
}

.col4_right_main .col2_right_main ul li a:before {
    content: "";
    width: 30px;
    height: 30px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    background: url(../webImages/financial-report-icon.png);
    background-size: contain;
    margin-right: 5px;
}

.col4_right .col4_right_main .col2_right_main:nth-child(2) .col2_right_main {
    width: 100%;
    float: none;
    margin-bottom: 0px;
    display: inline-block;
    vertical-align: top;
}

.col4_right .col4_right_main .col2_right_main ul li a {
    padding: 5.8px 10px;
}

.col4_right .col4_right_main .col2_right_main:nth-child(odd) ul {
    border-right: none;
}

.col4_right .col4_right_main .col2_right_main:nth-child(even) ul {
    border: 1px solid #c9c9c9;
    border-top: none;
    border-bottom: none;
}

.col5 {
    position: relative;
    width: 50%;
    text-align: center;
    margin-top: 0px;
    display: inline-block;
    vertical-align: middle;
}

.col5 a {
    display: block;
}

.col5 img {
    width: 100%;
    max-width: 735px;
    margin: 0px 23px;
    transition: 0.5s;
}

.col5:hover img {
    filter: grayscale(1);
}

.col6 {
    position: relative;
    width: 100%;
    background: #f9f9f9;
}

.col6 h3 {
    background: #b43126;
    position: relative;
    width: 100%;
    max-width: 245px;
    padding: 32px 10px;
    font-family: "poppinsbold";
    font-size: 24px;
    color: #fff;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

.col6 h3:after {
    content: "";
    position: absolute;
    right: 0px;
    top: 45%;
    width: 12px;
    height: 18px;
    background: url(../webImages/8.png);
}

.col6_main {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 80.5%;
}

.col6_box {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 19%;
    border-right: 1px solid #c6bfbf;
}

.col6_box:last-child {
    border-right: none;
}

.col6_box a {
    display: block;
    padding: 0px 20px;
}

.col6_box span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5%;
    transition: 0.5s;
    max-width: 47px;
    width: 100%;
}

.col6_box span img {
    width: 100%;
}

.col6_box_txt {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #171717;
    font-size: 14px;
    transition: 0.5s;
    width: 60%;
}

.col6_box:hover span {
    filter: brightness(0);
}

.col6_box:hover .col6_box_txt {
    color: #b43126;
}

.soc_side {
    position: relative;
    float: right;
}

.soc_side h3 {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #b43126;
    font-size: 12px;
    margin-right: 10px;
}

.soc_side a {
    display: inline-block;
    vertical-align: middle;
}

.soc1 {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 40px;
    height: 37px;
    margin-right: -4px;
    transition: 0.7s;
}

.soc1:hover {
    -webkit-filter: contrast(1.75);
    filter: contrast(1.75);
}

.ico1 {
    background: url(../webImages/10.png) 0px 0px no-repeat;
}

.ico2 {
    background: url(../webImages/10.png)-40px 0px no-repeat;
}

.ico3 {
    background: url(../webImages/10.png)-80px 0px no-repeat;
}

.inner_content {
    position: relative;
    width: 100%;
    margin: 40px 0px;
    margin-bottom: 120px;
}

.col7 {
    position: relative;
    width: 100%;
    background: #fdfdfd;
    border-bottom: 1px solid #f0f0f0;
    padding: 10px 0;
}

.col7 ul {
    list-style: none;
    padding: 0px 0px;
    margin: 0px 0px;
}

.col7 ul li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.col7 ul li a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #666666;
    font-size: 13px;
    padding: 6px 10px;
    transition: color 0.25s ease;
}

.col7 ul li a:hover {
    color: #b43126;
    text-decoration: none;
}

.col7 ul li a.active {
    color: #b43126;
    font-family: "poppinsbold";
}

.col7 ul li:before {
    content: "";
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 11px;
    background: url(../webImages/11.png);
}

.inner_left {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 79%;
    color: #333333;
    font-size: 14.5px;
    padding-right: 4%;
}

.inner_left h3 {
    position: relative;
    width: 100%;
    color: #b43126;
    font-size: 22px;
    font-family: "poppinsbold";
    margin-top: 30px;
    text-align: initial;
    /*margin-bottom: 20px;*/
    /*border-bottom: 2px solid #b43126;*/
    /*display: inline-block;*/
    /*padding-bottom: 6px;*/
}

.inner_left h4 {
    position: relative;
    width: 100%;
    color: #1a1a1a;
    font-size: 16px;
    font-family: "poppinssemibold";
    /*margin-bottom: 12px;*/
}

.inner_left h6 {
    position: relative;
    width: 100%;
    color: #333333;
    font-size: 15px;
    font-family: "poppinssemibold";
    margin-bottom: 10px;
}

.inner_left:after {
    content: "";
    position: fixed;
    right: 0px;
    top: 0px;
    width: 100%;
    max-width: 740px;
    height: 480px;
    /* background: url(../webImages/12.png); */
    background: url(../webImages/pci-new.png);
    background-size: contain;
    z-index: -1;
    /* background-attachment: fixed; */
    background-position: center center;
    background-repeat: no-repeat;
    left: 0px;
    margin: 0 auto;
}

.inner_left hr {
    position: relative;
    width: 100%;
    margin: 25px 0px;
    border-top: 1px solid #d1d1d1;
}

.inner_right {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 20%;
    padding-left: 10px;
    background: #ffffff;
    text-align: right;
}

.inner_right ul {
    list-style: none;
    padding: 0px 0px;
    margin: 0px 0px;
    width: 100%;
}

/*.inner_right ul ul {*/
/*    background: #dedede;*/
/*}*/

.inner_right ul ul li:last-child {
    border-bottom: none;
}

.inner_right ul li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #d1d1d1;
    transition: 0.3s;
}

.inner_right ul li:before {
    /*content: '';*/
    /*position: absolute;*/
    /*right: 0px;*/
    /*top: 0px;*/
    /*width: 0%;*/
    /*height: 100%;*/
    /*background: url(../webImages/13.png);*/
    /*background-size: 100% 100%;*/
    /*z-index: 2;*/
    /*transition: .5s;*/
    display: none;
}

.inner_right ul li a:hover {
    background: #b43126;
    /*width: 100%;*/
}

.inner_right ul li.active:before {
    width: 100%;
}

.inner_right ul li.active a {
    color: #ffffff;
}

.inner_right ul li a {
    display: block;
    padding: 10px 25px;
    color: #000000;
    font-size: 14px;
    position: relative;
    z-index: 3;
}

.inner_right ul li:after {
    content: "";
    position: absolute;
    right: 0px;
    top: 13px;
    width: 6px;
    height: 11px;
    background: url(../webImages/11.png);
    transform: rotate(180deg);
}

.inner_right ul li a:hover {
    color: #ffffff;
}

.col1_top ul li a img {
    max-width: 40px;
}

.col1_top ul li:last-child {
    border-left: 1px solid #b43126;
}

/* .jama a img {
    margin-bottom: 15px;
} */

.inner_left .col3_main .col3_box {
    margin-top: 9px;
    width: 23.3%;
}

.inner_left .col3_main {
    z-index: 1;
}

.inner_left .col3_main .col3_box h6 {
    margin-top: 15px;
    padding: 0 1rem;
    min-height: 35px;
    max-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.inner_left .col3_main .col3_box .col3_box_txt {
    position: relative;
    width: 100%;
    color: #000000;
    font-size: 13.27px;
    text-align: left;
    /*max-height: 72px;*/
    /*overflow: hidden;*/
}

.inner_left .col3_main .col3_box .banner_btn {
    position: relative;
    transform: none;
    margin-top: 15px;
    opacity: 1;
}

.inner_left img {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    max-width: 481px;
    width: 100%;
}

.inner_left_img_box {
    font-size: 13.27px;
    padding-right: 1%;
}

.contact_detail {
    position: relative;
    width: 100%;
    margin-top: 40px;
    z-index: 1;
}

.map_side_ iframe {
    width: 100%;
    height: 270px;
    border: 1px solid #c4c4c4;
}

.map_side_ {
    width: 50%;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 3%;
}

.contact_left {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-align: left;
    margin-top: 35px;
}

.contact_left h5 {
    color: #b43126;
    font-size: 16px;
    margin: 5px 0px;
    font-family: "poppinsbold";
    text-shadow: none;
}

.contact_left h6 {
    color: #000000;
    font-size: 13px;
    font-family: "poppinsbold";
    margin: 2px 0px;
}

.add1 {
    width: 100%;
    color: #000000;
    text-shadow: 0px 0px #000;
    font-size: 12px;
    margin-bottom: 10px;
}

.add1 a {
    color: #000000;
    text-shadow: 0px 0px #000;
    font-size: 12px;
}

.add1 a:hover {
    color: #b43126;
    text-shadow: 0px 0px #b43126;
}

.contact_right h5 {
    color: #b43126;
    font-size: 18px;
    margin: 20px 0px;
    font-family: "poppinsbold";
    text-shadow: none;
}

.contact_right {
    position: relative;
    width: 100%;
}

.form_1_ {
    position: relative;
    width: 100%;
    margin-right: 0%;
    display: inline-block;
    vertical-align: top;
}

.form_1_side_ {
    display: inline-block;
    vertical-align: top;
    width: 143px;
    color: #000000;
    font-size: 14px;
    text-shadow: 0px 0px #000000;
    padding-top: 8px;
}

.form_2_side_ {
    width: 33%;
    margin-bottom: 15px;
    display: inline-block;
    vertical-align: top;
}

.form_2_side_ input,
select {
    width: 100%;
    border: 1px solid #cccccc;
    height: 40px;
    padding-left: 10px;
}

.form_2_side__ {
    width: 100%;
}

.form_2_side_ textarea {
    width: 100%;
    border: 1px solid #cccccc;
    height: 30px;
    padding-left: 10px;
    height: 160px;
    resize: none;
    padding-top: 10px;
}

.contact_right .form_1:before {
    display: none;
}

.form_1 .submit_side {
    height: 45px !important;
    line-height: 45px !important;
    width: 100%;
    color: #fff;
    font-size: 17px;
    text-align: center;
    font-family: "poppinsbold";
    transition: 0.7s;
    border: none !important;
    margin-top: 10px;
    cursor: pointer;
    background: #b43126;
}

.form_1 .submit_side:hover {
    background: #000;
    color: #ffffff;
}

.col13_ .col13_left {
    width: 74%;
    margin-right: 3%;
}

.col13_ .col13_right {
    position: relative;
    width: 22.7%;
    text-align: right;
    border-right: 5px solid #b43126;
}

.col13_ .col13_right h3 {
    position: relative;
    width: 100%;
    color: #ffffff;
    font-size: 16px;
    background: #b43126;
    padding: 11.5px 20px;
    font-family: "poppinsbold";
}

.col13_right ul {
    list-style: none;
    padding: 0px 0px;
    margin: 0px 0px;
    width: 100%;
}

.col13_right ul li {
    position: relative;
    width: 100%;
}

.col13_right ul li a {
    display: block;
    color: #010101;
    text-shadow: 0px 0px 0px #010101;
    font-size: 16px;
    font-family: "Greenwich-ExtraLight";
    padding: 10px 20px;
}

.col13_right ul li a:hover {
    color: #b43126;
    text-shadow: 0px 0px 0px #b43126;
}

.col13_right ul li a.active {
    color: #b43126;
    text-shadow: 0px 0px 0px #b43126;
}

.col13_right ul ul {
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    background: rgba(255, 255, 255, 0.65);
}

.contact_left:nth-child(odd) {
    margin-right: 0%;
}

.contact_left_main {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 46%;
}

.form_1 {
    width: 100%;
}

/* --------------------------Content Styling close -------------------------------------*/

/* --------------------------owl_content Styling  -------------------------------------*/

/* --------------------------owl_content Styling close -------------------------------------*/

/* --------------------------Footer Styling --------------------------------------------*/

.footer_side {
    position: relative;
    width: 100%;
    padding: 40px 0px;
}

.footer_side:before {
    content: "";
    position: absolute;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    background: url(../webImages/8.jpg);
    background-size: cover;
    -webkit-animation: backgroundSlideshow 30s linear infinite alternate;
    -moz-animation: backgroundSlideshow 30s linear infinite alternate;
    -o-animation: backgroundSlideshow 30s linear infinite alternate;
    animation: backgroundSlideshow 30s linear infinite alternate;
    -webkit-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    background-repeat: repeat;
}

@-webkit-keyframes backgroundSlideshow {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: -250px 0;
    }

    100% {
        background-position: -500px 0;
    }
}

@-moz-keyframes backgroundSlideshow {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: -250px 0;
    }

    100% {
        background-position: -500px 0;
    }
}

@keyframes backgroundSlideshow {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: -250px 0;
    }

    100% {
        background-position: -500px 0;
    }
}

.right_footer {
    display: inline-block;
    vertical-align: top;
    width: 18.9%;
    margin-right: 8%;
}

.footer_logo {
    display: block;
    width: 100%;
}

.footer_logo img {
    width: 100%;
}

.footer_logo_txt {
    width: 100%;
    text-align: center;
}

.footer_logo_txt h3 {
    color: #b43126;
    font-size: 12.01px;
    margin-top: 15px;
    font-family: "EurostileLTStd-Demi_gdi";
}

.footer_link {
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    font-size: 12.01px;
    margin: 15px 0px;
}

.footer_link a {
    display: inline-block;
    color: #fff;
    font-size: 12.01px;
    vertical-align: middle;
    padding: 0px 5px;
    border-right: 1px solid #ffffff;
    height: 13px;
    line-height: 13px;
}

.footer_link a:last-child {
    border-right: none;
}

.footer_link a:hover {
    color: #b43126;
}

.jama {
    transition: 0.7s;
    padding: 0px 0px;
}

.jama a:hover img {
    filter: brightness(1) !important;
}

.jama a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    max-width: 108px;
    width: 100%;
    margin: 0px 5px;
    transition: 0.7s;
    /* padding-top: 4px; */
    /* filter: brightness(0) invert(1); */
}

.jama img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    filter: brightness(0) invert(1);
    transition: 0.7s;
}

.left_footer_side {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 72%;
}

.link1 {
    display: inline-block;
    vertical-align: top;
    width: 21%;
    margin-right: 3%;
}

.link1 h3 {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 10px;
    font-family: "poppinsmedium";
}

.link1 ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.link1 ul li {
    width: 100%;
    margin-bottom: 5px;
}

.link1 ul li a {
    display: block;
    color: #fff;
    font-size: 12.01px;
}

.link1 ul li a:hover {
    color: #b43126;
}

.link1:last-child {
    margin-right: 0%;
}

.top_btn {
    display: inline-block;
    vertical-align: top;
    /* direction: rtl; */
    /* width: 100%; */
    position: absolute;
    right: 0px;
    bottom: 10px;
}

.top_btn a {
    display: block;
}

.footer_side1 {
    position: relative;
    width: 100%;
    padding: 19px 0px;
    background: #fff;
    overflow: hidden;
}

.footer_side1 .standard {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
    position: relative;
    z-index: 1;
}

.footer_left {
    color: #000000;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    margin: 10px 0px;
}

.footer_left a {
    color: #000000;
    font-size: 12px;
    display: inline-block;
    vertical-align: top;
    padding: 0px 2px;
    transition: color 0.25s ease;
}

.footer_left a:hover {
    color: #b43126;
}

.imedia {
    font-size: 12.01px;
    color: #fff;
    position: relative;
    display: flex;
    align-items: center;
}

.imedia a {
    color: #000000;
    height: auto !important;
    padding-bottom: 0px;
}

.footer_bottom a {
    padding-right: 0px;
    font-size: 12.06px;
    color: #ffffff;
    display: inline-block;
    vertical-align: top;
}

.imedia a {
    color: #000000;
    height: auto !important;
    padding-bottom: 0px;
}

/*.imedia img {*/
/*     max-width: 200px;*/
/*    object-fit: contain;*/
/*}*/
.m_text {
    display: inline-block;
    vertical-align: top;
    font-size: 18.11px;
    color: #ffffff;
    margin-left: 0px;
    padding-left: 4px;
    margin-top: 2px;
}

.m_text a {
    height: 14px;
    line-height: 11px;
    display: block;
    color: #ffffff;
    font-size: 18.11px;
    margin-bottom: 1px;
}

.m_text .digital_media {
    font-size: 7.82px;
    margin-top: 0px;
    color: rgba(255, 255, 255, 0.65);
    text-shadow: 0px 0px rgba(255, 255, 255, 0.65);
}

.imedia a:hover {
    color: #b43126;
}

.digital_media span {
    color: #80af41;
    transition: 0.7s;
}

.m_text .digital_media:hover span {
    color: #b43126;
}

.download_portion {
    position: relative;
    width: 100%;
    margin-top: 25px;
}

.download_portion_col {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 1%;
    /* max-width: 230px; */
    width: 100%;
    /* margin-bottom: 25px; */
    /* border: 1px solid #ccc; */
    /* text-align: center; */
    transition: 0.5s;
    z-index: 1;
    margin-bottom: 5px;
}

/*.download_portion_col:hover {*/
/*    background: #b43126;*/
/*}*/

.download_portion_col:hover h6 {
    color: #b6362b;
}

/*.download_portion_col:hover .profile_col_box_btn {*/
/*    filter: brightness(0) invert(1);*/
/*}*/

.download_portion_col a {
    display: block;
    padding: 10px 0px;
}

.download_portion_col h6 {
    position: relative;
    width: 60%;
    color: #000000;
    text-shadow: 0px 0px 0px #000;
    transition: 0.5s;
    margin-bottom: 0px;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    transition: 0.5s;
}

.profile_col_box_btn img {
    margin: 0px 0px;
    max-width: 25px;
}

.profile_col_box_btn {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    transition: 0.5s;
    margin-right: 15px;
}

.inner_bullets {
    list-style: none;
    padding-left: 20px;
}

.inner_bullets2 {
    list-style: none;
    padding-left: 20px;
}

.inner_bullets li:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    position: relative;
    height: 8px;
    width: 8px;
    background-color: #b43126;
    margin-right: 10px;
}

.inner_bullets2 li:before {
    background-color: #dadada;
    border-radius: 50%;
}

.col1_top ul li a.mailDiv {
    background: #b43126;
    color: #ffffff;
}

/* --------------------------Footer Styling close---------------------------------------*/

/* --------------------------pop Styling close-------------------------------------*/

/* --------------------------selection Styling-------------------------------------*/

::selection {
    background: #b43126;
    color: #ffffff;
}

/* --------------------------selection Styling close-------------------------------------*/

/* --------------------------Owl Styling -------------------------------------*/

/* --------------------------owl Styling close-------------------------------------*/

/* --------------------------inner Styling-------------------------------------*/

/* --------------------------inner Styling-------------------------------------*/

/* --------------------------tabs Styling close-------------------------------------*/

/* --------------------------tabs2 Styling-------------------------------------*/

/* --------------------------tabs2 Styling close-------------------------------------*/

/* --------------------------dropdown Styling -------------------------------------*/

/* --------------------------dropdown Styling close-------------------------------------*/

.col7 {
    position: relative;
    width: 100%;
    background-size: cover;
    text-align: center;
    margin-bottom: 0px;
}

#counter {
    background: url(../webImages/financial-reporting2.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
}

/*#counter::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    inset: 0;*/
/*    background: linear-gradient(135deg, rgba(10, 10, 20, 0.78) 0%, rgba(100, 20, 14, 0.62) 100%);*/
/*    z-index: 0;*/
/*}*/

#milestone {
    padding: 60px 0;
    position: relative;
    z-index: 1;
}

.col7 h6 {
    position: relative;
    width: 100%;
    color: rgba(255, 255, 255, 0.75);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 8px;
}

.col7 h1 {
    position: relative;
    width: 100%;
    color: #fff;
    font-size: 38px;
    font-family: "poppinsbold";
    letter-spacing: -0.5px;
    margin-bottom: 0;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
}

.col7_right {
    position: relative;
    width: 100%;
    margin-top: 55px;
    margin-bottom: 55px;
    text-align: center;
}

.col7_main_box {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 19%;
    border-right: 1px solid #fff;
}

#milestone .col7_main_box {
    margin-bottom: 20px;
}

.col7_main_box i {
    font-size: 50px;
    color: #b78c3d;
    display: block;
    width: 100%;
    margin-bottom: 5px;
}

.col7_main_box h4 {
    position: relative;
    width: 100%;
    color: #b43126;
    font-size: 30px;
    font-family: "poppinsbold";
    margin-bottom: 10px;
}

.col7_main_box_img {
    position: relative;
    width: 100%;
    max-width: 75px;
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle;
}

.col7_main_box_img img {
    width: 100%;
}

.col7_main_box_txt_ {
    position: relative;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-left: 0%;
}

.col7_main_box_txt {
    position: relative;
    width: 70%;
    color: #ffffff;
    font-size: 14px;
    margin: 0 auto;
}

.col7_main_box:nth-child(5n) {
    margin-right: 0%;
    border-right: none;
}

.imgSetting .col3_box {
    margin: 1%;
}

.inner_content .inner_left .serviceClass .col3_box {
    margin-right: 2%;
    text-align: left;
}

.inner_content .inner_left .serviceClass {
    text-align: center;
}

.col2_right .col2_right_main ul li a:before {
    content: "";
    width: 30px;
    height: 30px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    background: url(../webImages/financial-report-icon.png);
    background-size: contain;
    margin-right: 5px;
}

.corporate {
    width: 100%;
    text-align: left;
    margin: 15px auto;
    overflow: auto;
}

.conn_img {
    width: 24%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin: 0px 2px 10px;
}

.conn_img img {
    width: 100%;
    padding: 0px 0px 10px;

    /*max-height: 370px;*/
}

.conn_img p {
    color: #777;
    font-size: 16px;
    font-family: "poppinsregular", Arial, sans-serif;
    text-align: center;
}

.conn_img p a {
    color: #777;
    font-size: 16px;
    font-family: "poppinsregular", Arial, sans-serif;
    text-align: center;
}

.corporate_box p {
    font-family: "poppinsregular", Arial, sans-serif;
}

.inine {
    width: 60%;
    margin: 0px auto;
    text-align: center;
}

.cop_left {
    width: 30%;
    text-align: center;
    margin: 0px auto;
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
}

.cop_left img {
    width: 100%;
    max-width: 275px;
}

.cop_right p {
    color: #777;
    font-size: 16px;
    font-family: "poppinsregular", Arial, sans-serif;
    text-align: justify;
    padding: 0px 10px;
    max-height: 210px;
    overflow-y: auto;
}

.fancybox-next {
    right: -39px;
}

.cop_right h2 {
    font-family: "poppinsregular", Arial, sans-serif;
    font-size: 28px;
    margin: 0px auto;
    padding: 10px 0px;
    padding-bottom: 0px;
    color: #b43126;
    font-family: poppinsbold;
}

.corporate_box {
    width: 60%;
    text-align: left;
    margin: 0px auto;
    color: #777;
    font-size: 16px;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    border-radius: 5px;
    padding: 1rem;
}

.img_management {
    margin-bottom: 20px;
}

.cop_right {
    width: 67.3%;
    text-align: left;
    margin: 0px auto;
    display: inline-block;
    vertical-align: top;
}

.conn_img h4 a {
    color: #777;
    font-size: 14px;
    font-family: "poppinsregular", Arial, sans-serif;
    text-align: center;
}

.conn_img span a {
    color: #777;
    font-size: 14px;
    font-family: "poppinsregular", Arial, sans-serif;
    text-align: center;
}

.cop_right h4 {
    font-size: 22px;
    margin: 0px auto;
    padding: 10px 0px;
    color: #b43126;
    font-family: poppinsbold;
}

.fancybox-overlay,
.fancybox__backdrop{
    background: #000000bf;
}

.fancybox-wrap {
    width: 58% !important;
    /*max-height:500px !important;*/
    margin: 0px auto;
    left: 0px;
    top: 80px;
}

/*.fancybox-skin {*/
/*    max-height:500px !important;*/
/*}*/
/*.fancybox-skin {*/
/*    max-height: 100%;*/
/*}*/
.fancybox-lock .fancybox-overlay {
    overflow: hidden;
}

.fancybox-nav {
    width: 40px !important;
}

.fancybox-image {
    position: relative;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
    background-image: url(../webImages/fancybox_sprite.png) !important;
}

.fancybox-inner {
    overflow: hidden !important;
    width: 100% !important;
    height: 100% !important;
}

.inner_content .inner_left_img_box ul li {
    text-align: justify;
    line-height: 1.42857143;
    color: #302f2e !important;
    font-size: 14px !important;
    margin-left: 20px;
}

.inner_content .inner_left_img_box {
    text-align: justify;
    line-height: 1.42857143 !important;
    color: #302f2e !important;
    font-size: 14px !important;
}

.inner_content .inner_left_img_box ul {
    padding: 0px;
    margin: 0px;
    display: inline-block;
    list-style: disc;
}

.inner_left.inner_left_img_box div {
    font-size: 14px !important;
    color: #302f2e !important;
}

.md_img {
    display: inline-block;
    text-align: center;
    display: block;
    margin: 11px auto;
}

.col2_txt h4 {
    color: #b43126;
}

.fancybox-prev {
    left: -40px;
}

/*mmenu css start*/
em.mm-counter {
    display: none;
}

.right_heading {
    color: #ca2416;
    font-size: 17px;
    text-align: center;
    margin-top: 16px;
}

.right_ul {
    height: 233px;
    margin-top: 17px !important;
}

/*pdf*/
.pdf-file {
    display: flex;
    gap: 8px;
    align-items: flex-end;
}

.pdf-file span i {
    font-size: 20px;
    color: #b43126;
}

.pdf-file a {
    text-decoration: underline;
    font-size: 16px;
    color: black;
    font-weight: 500;
}

.pdf-file a:hover {
    color: #b43126;
}

.qrcode {
    text-align: center;
}

.qrcode {
    text-align: center;
    display: flex !important;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.qrcode img {
    padding: 5px 0 !important;
    width: 30% !important;
}

/* Classic old Fancybox circular close button */
.fancybox__content>.f-button[data-fancybox-close] {
    width: 30px;
    height: 30px;

    top: -15px !important;
    right: -15px !important;

    padding: 0;
    margin: 0;

    background: #222;
    border: 2px solid #fff;
    border-radius: 50%;

    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);

    opacity: 1;
    color: #fff;
}

/* Hide Fancybox's current X */
.fancybox__content>.f-button[data-fancybox-close] svg {
    display: none;
}

/* Create the old-style X */
.fancybox__content>.f-button[data-fancybox-close]::before,
.fancybox__content>.f-button[data-fancybox-close]::after {
    content: "";
    position: absolute;

    width: 14px;
    height: 2px;

    top: 50%;
    left: 50%;

    background: #fff;
    border-radius: 1px;
}

.fancybox__content>.f-button[data-fancybox-close]::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.fancybox__content>.f-button[data-fancybox-close]::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.fancybox__content>.f-button[data-fancybox-close]:hover {
    background: #000;
}