        .f-28 {
            font-size: 28px;
        }

        .f-21 {

            font-size: 21px;
        }

        .f-16 {

            font-size: 16px;
        }

        .f-18 {

            font-size: 18px;
        }

        .grp_overview_ol li {
            font-size: 16px;
            margin-bottom: 50px;
            margin-left: 18px;
            color: #2b2c2d;
        }

        .ml-80 {
            margin-left: 80px;
        }

        .ml-65 {
            margin-left: 65px;
        }

        .pt-100 {
            padding: 100px 0px 0px 0px;
        }

        .pb-50 {
            padding-bottom: 50px;
        }

        .pb-100 {
            padding-bottom: 100px;
        }

        .mb-50 {
            margin-bottom: 50px;
        }

        ul.grp_overview_ul {
            padding-bottom: 25px;
        }

        .cust_grp_overview1_img {
            width: 100%;
        }

        .grp_overview_mainTtl {
            max-width: 40%;
            margin: auto;
        }

        .grp_overview_text {
            max-width: 65%;
            margin: auto;
            color: #2b2c2d;
            font-size: 16px;
        }

        .grp_overview_ul li {
            margin-left: 80px;
            font-size: 16px;
            font-weight: bold;
        }

        .slider-section {
            position: relative;
            padding-bottom: 40px;
        }

        .slider-section .image-slider {
            position: absolute;
            right: 0;
            top: 0;
            width: 100%;
            height: 100%;
        }

        .slider-section .slick-list,
        .slider-section .slick-track {
            height: 100%;
        }

        .slider-section .bg-img {
            position: absolute;
            left: 0;
            top: 0;
            width: 50%;
            height: 100%;
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;
        }

        .card-custm {
            box-shadow: 0px 10px 20px 0px rgba(5, 26, 58, 0.15);
            border: none;
        }

        .card-img-top.card-img-top-custm {
            width: 100%;
            border-top-left-radius: calc(0.25rem - 1px);
            border-top-right-radius: calc(0.25rem - 1px);
            height: 300px;
            object-fit: cover;
            border-radius: 0px !important;
        }

        .card-body-custm {
            padding-bottom: 35px;
        }

        .card_hover1 {
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 100%;
            background-color: #0c1028de;
            opacity: 0;
            transition: all .5s ease-in-out;
        }

        .card-custm {
            position: relative;
            cursor: pointer;
        }

        .hover_txt {
            font-size: 16px;
            color: #fff;
            padding: 40px 30px;
            opacity: 0;
            transition: all .3s ease-in-out;
        }

        .card-custm:hover .card_hover1,
        .card-custm:hover .hover_txt {
            opacity: 1;
        }

        .experience-slider {
            margin-top: 50px;
            padding: 0 70px;
        }

        .experience-slider .single-slider {
            position: relative;
            margin: 0 11px;
        }

        .experience-slider .single-slider a {
            display: block;
            -webkit-box-shadow: 0px 10px 20px 0px rgba(5, 26, 58, 0.15);
            -moz-box-shadow: 0px 10px 20px 0px rgba(5, 26, 58, 0.15);
            box-shadow: 0px 10px 20px 0px rgba(5, 26, 58, 0.15);
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px;
        }

        .experience-slider figure {
            position: relative;
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center center;
            padding: 37% 0;
        }

        .experience-slider figure:before {
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 100%;
            content: " ";
            background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.7) 99%, rgba(0, 0, 0, 1) 100%);
            background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.7) 99%, rgba(0, 0, 0, 1) 100%);
            background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.7) 99%, rgba(0, 0, 0, 1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#000000', GradientType=0);
        }

        .experience-slider h4 {
            position: absolute;
            left: 31px;
            bottom: 31px;
            margin: 0;
            color: #fff;
            font-size: 16px;
            line-height: 1.17;
        }

        .experience-slider .slick-arrow {
            cursor: pointer;
            background-color: #fff;
            outline: none;
            background-position: center center;
            background-repeat: no-repeat;
            z-index: 1;
            position: absolute;
            top: 50%;
            left: 0;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            transform: translateY(-50%);
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            height: 50px;
            width: 50px;
            border: 0;
            -webkit-box-shadow: 0px 10px 20px 0px rgba(5, 26, 58, 0.15);
            -moz-box-shadow: 0px 10px 20px 0px rgba(5, 26, 58, 0.15);
            box-shadow: 0px 10px 20px 0px rgba(5, 26, 58, 0.15);
            font-size: 0;
        }
        .box_p {
            min-height: 115px;
        }

