 .tblColor {
        /* font-family: "Bonheur Royale", cursive; */
        font-family: "Crimson Text", serif;
        font-weight: 100;
        font-style:italic;
        }

        .webtxt{
            font-size: 1.02rem;
            font-family: Georgia, 'Times New Roman', Times, serif;
        }
        .ml14 {
          font-weight: 200;
          font-size: 2.2em;
        }

        .ml14 .text-wrapper {
          position: relative;
          display: inline-block;
          padding-top: 0.1em;
          padding-right: 0.05em;
          padding-bottom: 0.15em;
        }

        .ml14 .line {
          opacity: 0;
          position: absolute;
          left: 0;
          height: 2px;
          width: 100%;
          background-color: #951abc;
          transform-origin: 100% 100%;
          bottom: 0;
        }

        .ml14 .letter {
          display: inline-block;
          line-height: 1em;
        }
    
        .ml142 {
          font-weight: 200;
          font-size: 2.2em;
        }

        .ml142 .text-wrapper2 {
          position: relative;
          display: inline-block;
          padding-top: 0.1em;
          padding-right: 0.05em;
          padding-bottom: 0.15em;
        }

        .ml142 .line2 {
          opacity: 0;
          position: absolute;
          left: 0;
          height: 2px;
          width: 100%;
          background-color: #951abc;
          transform-origin: 100% 100%;
          bottom: 0;
        }

        .ml142 .letter2 {
          display: inline-block;
          line-height: 1em;
        }
        .ml143 {
          font-weight: 200;
          font-size: 2.2em;
        }

        .ml143 .text-wrapper3 {
          position: relative;
          display: inline-block;
          padding-top: 0.1em;
          padding-right: 0.05em;
          padding-bottom: 0.15em;
        }

        .ml143 .line3 {
          opacity: 0;
          position: absolute;
          left: 0;
          height: 2px;
          width: 100%;
          background-color: #951abc;
          transform-origin: 100% 100%;
          bottom: 0;
        }

        .ml143 .letter3 {
          display: inline-block;
          line-height: 1em;
        }
 .parallelogram {
        position: relative;
        margin-left: 35px;
        width: 250px;
        height: 150px;
        transform: skew(20deg);
        background: #555;
        background-image: url('myimages/image/img1.jpg');
        background-size: cover;
        background-position: center; /* Centers the image within the div */
        background-repeat: no-repeat;
      }
      .parallelogram1 {
        position: relative;
        margin-top: 50px;
        margin-left: 25px;
        width: 200px;
        height: 150px;
        transform: skew(20deg);
        /* background: #555; */
        background-image:url('myimages/image/islamabad.jpg');
        background-size: cover;
        /*background-position:left;/* : center; /* Centers the image within the div */
        background-repeat: no-repeat;
        
      }
      .parallelogram2 {
        position: relative;
        margin-top: 10px;
        margin-left:210px;
        width: 200px;
        height: 150px;
        transform: skew(20deg);
        background: #555;
        background-image: url('myimages/image/img2.jpg');
        background-size: cover;
        /*background-position:left;/* : center; /* Centers the image within the div */
        background-repeat: no-repeat;
        
      }
      .parallelogram3 {
        position: relative;
        top:-150px;
        /* margin-top: 1px; */
        width: 200px;
        height: 150px;
        transform: skew(20deg);
        background: #555;
        background-image: url('myimages/image/img3.jpg');
        background-size: cover;
        /*background-position:left;/* : center; /* Centers the image within the div */
        background-repeat: no-repeat;
        
      }
      .parallelogram4 {
        position: relative;
        top:-140px;
        margin-left: 150px;
        width: 250px;
        height: 150px;
        transform: skew(20deg);
        background: #555;
        background-image: url('myimages/image/MAN.JPG');
        background-size: cover;
        /*background-position:left;/* : center; /* Centers the image within the div */
        background-repeat: no-repeat;
        
      }
      .anchors{
       display: flex;
        justify-content: center;
        align-items: center;
      }
         .human-resources {
        --bg-color: #DCE9FF;
        --bg-color-light: #f1f7ff;
        --text-color-hover: #4C5656;
        --boxs-shadow-color: rgba(220, 233, 255, 0.48);
        }

        .carda {
        width: 220px;
        height: 321px;
        background: #fff;
        border-top-right-radius: 10px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative;
        box-shadow: 0 14px 26px rgba(0,0,0,0.04);
        transition: all 0.3s ease-out;
        text-decoration: none;
        }

        .carda:hover {
        transform: translateY(-5px) scale(1.005) translateZ(0);
        box-shadow: 0 24px 36px rgba(0,0,0,0.11),
            0 24px 46px var(--boxs-shadow-color);
        }

        .carda:hover .overlay {
        transform: scale(4) translateZ(0);
        }

        .carda:hover .circle1 {
        border-color: var(--bg-color-light);
        background: var(--bg-color);
        }

        .carda:hover .circle1:after {
        background: var(--bg-color-light);
        }

        .carda:hover p {
        color: var(--text-color-hover);
        }

        .carda:active {
        transform: scale(1) translateZ(0);
        box-shadow: 0 15px 24px rgba(0,0,0,0.11),
            0 15px 24px var(--boxs-shadow-color);
        }

        .carda p {
        font-size: 17px;
        color: #4C5656;
        margin-top: 30px;
        z-index: 1000;
        transition: color 0.3s ease-out;
        }

        .circle {
        width: 131px;
        height: 131px;
        border-radius: 50%;
        /* background: #fff; */
        background: transparent;
        border: 3px solid var(--bg-color);
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        z-index: 1;
        transition: all 0.3s ease-out;
        }

        .circle:after {
        content: "";
        width: 118px;
        height: 118px;
        display: block;
        position: absolute;
        /* background: var(--bg-color); */
        border-radius: 50%;
        transition: opacity 0.3s ease-out;
        }

        .circle svg {
        z-index: 10000;
        transform: translateZ(0);
        }

        .overlay {
        width: 118px;
        position: absolute;
        height: 118px;
        border-radius: 50%;
        background: var(--bg-color);
        top: 70px;
        left: 50px;
        z-index: 0;
        transition: transform 0.3s ease-out;
        }
        #eimage{
            /* margin: auto; */
            height: 120px;
            width: 120px;
            align-items: center;
            border-radius: 50%;
        }
        .paraFonts{
            font-size: 1.25rem;
        }
        .fontsm{
            font-size: 18px;
        }
        .downloadFonts{
          font-size: 1.025rem; 
          background-color: #b8b4b4; 
        }
        .otherLinksFonts{
            font-size: 1.25rem;
            font-family: Georgia, 'Times New Roman', Times, serif;
        }
        
        @media (max-width: 768px) {
        .divSize{
            width: 300px;
        }    
        .fontsm {
            font-size: min(max(16px, 2vw), 24px);
        }
        .accordianSize{
            height: 500px;
        }
        .dropSize{
            margin-left: 2px;
            width: 150px;
            font-size: 10px;
        }
        .fsHeadStyle{
            font-size: 14px;
        }
        .fsStyle{
            font-size: 12px;
        }
        .fsBtnSize{
            width: 100px;
        }
        .letters{
            font-size: 24px;
        }
        .letters2{
            font-size: 24px;
        }
        .letters3{
            font-size: 24px;
        }
        .paraFonts{
            font-size: 13px;
        }
        .downloadFonts{
          font-size: 13px;  
        }
        .otherLinkSize1{
         width: 100px;   
         height: 200px;
         margin-bottom: 250px;
        }
        }