    @font-face {
        font-family: 'TradeGothic LT';
        src: url('../fonts/idcard/TradeGothicLT-BoldTwoOblique.woff2') format('woff2'),
            url('../fonts/idcard/TradeGothicLT-BoldTwoOblique.woff') format('woff');
        font-weight: bold;
        font-style: italic;
        font-display: swap;
    }



    @font-face {
        font-family: 'TradeGothic LT';
        src: url('../fonts/idcard/TradeGothicLT-BoldOblique.woff2') format('woff2'),
            url('../fonts/idcard/TradeGothicLT-BoldOblique.woff') format('woff');
        font-weight: bold;
        font-style: italic;
        font-display: swap;
    }

    @font-face {
        font-family: 'TradeGothic LT';
        src: url('../fonts/idcard/TradeGothicLT-Bold.woff2') format('woff2'),
            url('../fonts/idcard/TradeGothicLT-Bold.woff') format('woff');
        font-weight: bold;
        font-style: normal;
        font-display: swap;
    }

    @font-face {
        font-family: 'TradeGothic LT';
        src: url('../fonts/idcard/TradeGothicLT-LightOblique.woff2') format('woff2'),
            url('../fonts/idcard/TradeGothicLT-LightOblique.woff') format('woff');
        font-weight: 300;
        font-style: italic;
        font-display: swap;
    }


    

    @font-face {
        font-family: 'TradeGothic LT';
        src: url('../fonts/idcard/TradeGothicLT-Oblique.woff2') format('woff2'),
            url('../fonts/idcard/TradeGothicLT-Oblique.woff') format('woff');
        font-weight: normal;
        font-style: italic;
        font-display: swap;
    }

    @font-face {
        font-family: 'TradeGothic LT';
        src: url('../fonts/idcard/TradeGothicLT-Light.woff2') format('woff2'),
            url('../fonts/idcard/TradeGothicLT-Light.woff') format('woff');
        font-weight: 300;
        font-style: normal;
        font-display: swap;
    }

    @font-face {
        font-family: 'TradeGothic LT';
        src: url('../fonts/idcard/TradeGothicLT.woff2') format('woff2'),
            url('../fonts/idcard/TradeGothicLT.woff') format('woff');
        font-weight: normal;
        font-style: normal;
        font-display: swap;
    }


        .text-center {
            width: 350px;

            position: absolute;
            top:0;
            bottom: 0;
            left: 0;
            right: 0;
            font-family: Arial;

            margin: auto;
        }
        .display-1
        {
            display:inline-block;
            float: left;
            color:#d33e50;
            text-align: center;
            width: 50%;
        }
        .display-2
        {
            display:inline-block;
            float: right;
            color:#d33e50;
            text-align: center;
            width: 50%;
        }
        .display-3
        {
            float: left;
            color:red;
            width: 100%;
            text-align: center;
            color:#d33e50;
        }
        .display-4
        {
            float: left;
            color:red;
            width: 100%;
            text-align: center;
            color:#d33e50;
            font-size: 14px;
        }
        .display-heading
        {
            font-size: 14px;
            font-family:sans-serif;
            margin-bottom: 0px;
            font-weight: 800;
        }
        .display-content
        {
            color: black;
            margin-bottom: 10px;
            font-family: Verdana;
            font-size: 12px;
            font-weight: 600;
        }
        #about{
            padding: 0;
        }

        #container {
            position:relative;
        }

        #img2 {
            position: absolute;
            left: 50px;
            top: 50px;
            width: 180px!important;
            height: 155px!important;
            margin-top: 60px;
            margin-left: 60px;

        }

        #img3 {
            position: absolute;
            left: 50px;
            top: 50px;
            width: 150px!important;
            height: 147px!important;
            margin-top: 104px;
            margin-left: 180px;
            color:#d33e50;
            font-size: 10px;
        }



        /* Centered text */
        .centered {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }
    .container_main{
      font-family: 'TradeGothic LT', sans-serif !important;
    }
    .c_name{
        font-family: 'TradeGothic LT', sans-serif !important;
      font-weight: 700;
      font-size: 11px;
      letter-spacing: 3px;
      color: #646363;
    }
    .c_sub_name{
        font-family: 'TradeGothic LT', sans-serif !important;
        font-size: 7.5px;
        font-weight: 700;
        letter-spacing: 1.5px;
        color: #646363;
        position: relative;
        top: -2px;
    }
    .c_sub_name:before{
        font-family: 'TradeGothic LT', sans-serif !important;
      content: "";
      position: absolute;
      border-bottom: 1px solid #000;
      width: 62px;
      /* height: 18px; */
      top: 10px;
    }
    .bg_img{
        font-family: 'TradeGothic LT', sans-serif !important;
      background-image: url(assets/img/idcard/bg.png);
      width: 100vw;
      height: 100vh;
      background-size: cover;
        background-position: 48%;
    }

.hexagon {
    font-family: 'TradeGothic LT', sans-serif !important;
    overflow: hidden;
    visibility: hidden;
    -webkit-transform: rotate(120deg);
       -moz-transform: rotate(120deg);
        -ms-transform: rotate(120deg);
         -o-transform: rotate(120deg);
            transform: rotate(120deg);
    cursor: pointer;
    }
.hexagon-in1 {
    font-family: 'TradeGothic LT', sans-serif !important;
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(-60deg);
       -moz-transform: rotate(-60deg);
        -ms-transform: rotate(-60deg);
         -o-transform: rotate(-60deg);
            transform: rotate(-60deg);
    }
.hexagon-in2 {
    font-family: 'TradeGothic LT', sans-serif !important;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    visibility: visible;
    -webkit-transform: rotate(-60deg);
       -moz-transform: rotate(-60deg);
        -ms-transform: rotate(-60deg);
         -o-transform: rotate(-60deg);
            transform: rotate(-60deg);
    }



    .hexagon2 {
        font-family: 'TradeGothic LT', sans-serif !important;
        width: 160px;
        height: 200px;
    }
    .profile_img{
        font-family: 'TradeGothic LT', sans-serif !important;
      position: absolute;
      left: 31.5%;
      margin-top: 15px;
        background-color: transparent;
    }

    .details_profile{
        font-family: 'TradeGothic LT', sans-serif !important;
      position: absolute;
      top: 48%;
      width: 100%;
    }
    .w-31{
        width: 29.5% !important;
    }
    .details_profile_text{
        font-family: 'TradeGothic LT', sans-serif !important;
      text-align: center;
      color: #c4c6c6;
      font-size: 14px;
/*      margin-top: 15px;*/
    margin-left: 8px;
    }

    .details_profile_text h6{
        font-family: 'TradeGothic LT', sans-serif !important;
      font-size: 16px;
          font-weight: 600;
    }
    .myma-text{
        font-size: 11px;
    position: absolute;
    top: 57px;
    font-family: 'Montserrat';
    right: 10px;
    /* transform: rotate(
90deg); */
    font-weight: 800;
    letter-spacing: 1px;
}
.profilr_text_div{
    color:#000;text-align: left;
}

    .main_id_container{
        position: relative;
        width: 214px;
        height: 342px;
        margin: 0px auto;
        /*background: #000;*/
        border: 3px solid;
        border-color: #212529;
        margin-top: 1px;
    }
    .c_sub_name_new {
        font-family: 'TradeGothic LT', sans-serif !important;
        font-size: 10.5px;
        font-weight: 700;
        letter-spacing: 2.5px;
        color: #000;
        position: relative;
        top: -5px;
        line-height: 25px;
    }
    .c_name_new {
        font-family: 'TradeGothic LT', sans-serif !important;
        font-weight: 700;
        font-size: 25px;
        letter-spacing: 5px;
        color: #000;
    }
    .c_sub_name_new:before{
        font-family: 'TradeGothic LT', sans-serif !important;
        content: "";
        position: absolute;
        border-bottom: 1px solid #000;
        width: 100px;
        /* height: 18px; */
        top: 23px;
    }
    .profile_img_new img{
        width: 100px;
        height: 120px;
        background-size: cover;
        overflow: hidden;
        border: 1px solid;

    }
    .myma-text_new{
        font-size: 7px;
        font-family: 'Montserrat';
        /* transform: rotate(
    90deg); */
        font-weight: 800;
        letter-spacing: 1px;
        position: absolute;
        /* top: 0; */
        right: 14%;
        bottom: 41.5%;
    }
    .res-text{
        position: absolute;
        top: 27%;
        color: #fff;
        font-family: 'TradeGothic LT';
        font-size: 18px;
        font-weight: 500;
    }
    .w-30{
        width: 28.5% !important;
    }