@media (min-width: 1040px) and (max-width: 1920px) {
  .main1 {
    width: 100% !important;
  }
  body {
    height: 100%;
  }
  body .container {
    margin-left: 0 !important;
    margin-bottom: 7%;
  }
  body #main_anim {
    position: absolute;
    bottom: 3% !important;
  }
  body .q_me .nme {
    margin-left: -35px;
  }
  body .q_me .qk {
    font-size: 20px;
  }
  body .links {
    margin: 0px !important;
    position: relative;
    left: 29%;
    min-width: 500px !important;
  }
  body .links a {
    color: black !important;
  }
  body #svv {
    display: inline-block !important;
  }
  @-webkit-keyframes fill {
    0% {
      fill: transparent;
    }
    to {
      fill: #212529;
      width: 249px;
      top: 70.5%;
      left: 28%;
    }
  }
  @keyframes fill {
    0% {
      fill: transparent;
    }
    to {
      fill: #212529;
      width: 249px;
      top: 70.5%;
      left: 28%;
    }
  }
  .wrk .card {
    width: 88vw !important;
    height: 450px !important;
    margin-bottom: 7%;
  }
  .wrk .card-body {
    padding: 6%;
    width: 50%;
    text-align: justify;
  }
  .wrk .card-title {
    font-size: 3rem;
  }
  .wrk .card-footer {
    display: none !important;
  }
  .wrk .vst {
    position: absolute;
    width: 59%;
    left: 48%;
    top: 29px;
    margin-bottom: 26px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .wrk .active_img {
    width: 65%;
  }
  .wrk .shp {
    position: absolute;
    width: 41%;
    left: 60%;
    top: -16%;
    margin-bottom: 26px;
  }
  .wrk .wave {
    position: absolute;
    width: 41%;
    left: 60%;
    top: 4%;
    margin-bottom: 26px;
  }
  .wrk .inst {
    top: -11% !important;
  }
  .wrk .role {
    position: absolute;
    top: 34% !important;
    width: 39%;
    display: none;
    height: 300px;
  }
  .wrk .rolee {
    top: 17% !important;
  }
  .wrk .card-title .role {
    top: 18%;
  }
  .wrk button {
    display: inline-block;
  }
  .skl .card {
    width: 191% !important;
  }
  .skl .pjt {
    left: 8.3% !important;
    display: block;
  }
  .skl .sklhd {
    position: relative;
    left: 0%;
    top: 22px;
  }
  .skl .sk2 {
    position: relative !important;
    left: -1.5% !important;
    top: -4px !important;
  }
  .skl .sk3 {
    position: relative !important;
    left: 0% !important;
    top: -4px !important;
  }
  .skl img {
    width: 15%;
    margin: 25px;
  }
  .skl .css {
    margin-bottom: 13%;
  }
  .skl .js {
    margin-bottom: 11%;
  }
  .skl .rad-prog {
    margin-left: 60px;
    height: 250px;
    border-bottom: 3px solid #cfcfcf;
  }
  .skl .rad_prog {
    margin-left: 60px;
    height: 250px;
    border-bottom: 3px solid #cfcfcf;
    width: 95% !important;
  }
  .skl .exp1 {
    background-color: #016FB9;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
  }
  .skl .exp2 {
    background-color: #37a0bb;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
  }
  .skl .expln {
    position: relative;
    right: 79%;
    top: 12%;
  }
  .skl p {
    display: inline;
    padding-bottom: 10px;
  }
  .abt_cnt {
    height: 1420px;
    color: white;
    width: 100%;
  }
  .abt_cnt .objy {
    width: 100%;
    height: 609px;
  }
  .abt_cnt .container {
    padding: 132px;
    width: 64%;
    margin: auto !important;
    padding-top: 23px;
  }
  .abt_cnt .qk {
    font-size: 1.2rem;
  }
  .abt_cnt strong {
    font-family: 'Krona One';
    text-transform: uppercase;
    font-size: 2rem;
  }
  .abt_cnt .name {
    margin-left: 100px !important;
  }
  .abt_cnt .pimg {
    background-image: url(dev.jpeg);
    width: 400px;
    height: 400px;
    background-size: cover;
    border: 15px solid #1C1C1C;
    border-bottom: 40px solid #1C1C1C;
    position: relative;
    left: 36%;
  }
  .abt_cnt .contct {
    position: absolute;
    top: 438px;
    left: 16%;
    z-index: 10;
    /* text-align: center; */
    font-size: 2rem;
    font-family: 'Krona One';
    margin: 8%;
    color: black;
    line-height: 1.6;
  }
  .abt_cnt .links {
    margin-left: 13% !important;
    margin-top: 14% !important;
  }
  .abt_cnt .links a {
    color: white !important;
  }
  .cont_btn {
    top: 83%;
    left: 92%;
  }
  #myBtn {
    display: none;
    position: fixed;
    bottom: 131px;
    right: 44px;
    z-index: 99;
    font-size: 11px;
    border: none;
    outline: none;
    background-color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
    width: 3rem;
    color: black;
  }
}

.active .rot1 {
  -webkit-animation: spin 3s cubic-bezier(0.8, 0, 0.2, 1);
          animation: spin 3s cubic-bezier(0.8, 0, 0.2, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
}

.active .rot2 {
  -webkit-animation: spin2 3s cubic-bezier(0.8, 0, 0.2, 1);
          animation: spin2 3s cubic-bezier(0.8, 0, 0.2, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes spin2 {
  100% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

@keyframes spin2 {
  100% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.active .rot3 {
  -webkit-animation: spin3 3s cubic-bezier(0.8, 0, 0.2, 1);
          animation: spin3 3s cubic-bezier(0.8, 0, 0.2, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes spin3 {
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

@keyframes spin3 {
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
/*# sourceMappingURL=main.css.map */