.legacywrapper .abs {
    font-size: 22px;
}

.input-bx input {
    width: 100%;
}
.resume-form textarea {
    height: 90px;
}
.career_page_form textarea {
    width: 100%;
    height: 80px;
}
.career_page_form form {
    box-shadow: none;
}
.resume-form .course_hide {
    visibility: hidden;
    margin: 0;
    height: 2px;
    padding: 0;
}
textarea#myTextarea {
    width: 100%;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    background: transparent;
    height: 85px;
}
.wpcf7-not-valid-tip {
    font-size: 14px;
    text-align: left;
}
.vkl_download_wrapper form {
    box-shadow: none !important;
    padding: 0;
}
/*journey*/
.vkl_yr {
    position: absolute;
    transform: rotate(-90deg);
    font-size: 27px;
    font-weight: 600;
    top: 65%;
    left: -3px;
    color: #000;
    font-family: var(--title-font);
}

.vkl_legacybx {
    border-left: 1px solid #3b3b3b59;
    height: 100%;
    margin-left: 50px;
    padding-left: 15px;
    height: 190px;
    display: flex;
    /* align-items: center; */
    padding-right: 15px;
    padding-top: 15px;
}
.vkl_legacybx h4 {
    font-weight: 800;
    font-size: 18px;
    line-height: 22px;
}
.vkl_legacybx_in ul li {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 15px;
}
.vkl_legacybx_in ul li:before {
    content: "";
   background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15'%3E%3Cpath fill='%23000' d='M9.875 7.5a2.375 2.375 0 1 1-4.75 0a2.375 2.375 0 0 1 4.75 0'/%3E%3C/svg%3E");
    position: absolute;
    left: -4px;
    top: 1px;
    background-size: cover;
        width: 15px;
    height: 15px;
}
.vkl_legacybxin h4{
    color: #000;
}
.vkl_legacybxin ul li{
    color: #000;
}
/*journey*/
.vkl-icon-img img {
    width: 70px;
    margin: 0 auto 20px;
}
.vklsucess ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.vklsucess ul li .vkl_cnt_sec {
    border: 1px solid #89c7e8;
    width: 220px;
    height: 270px;
    border-radius: 40px;
    display: flex;
    padding: 0 20px;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    position: relative;
    z-index: 999;
    left: 15px;
    top: 0;
    background: #fff;
    transition: 0.5s linear;
}
.vklsucess ul li{
    position: relative;
    transition: 0.5s linear;
}
.vklsucess {
    height: 390px;
    position: relative;
    margin-top: 90px;
}
.bgpattern {
    position: absolute;
    left: 0px;
    background: #89c7e8;
    border-radius: 40px;
    width: 220px;
    height: 270px;
    z-index: 1;
    transition: 0.5s linear;
}
.vklsucess ul li:hover .bgpattern {
    transition: 0.5s linear;
    left: 15px;
}
.vklsucess ul li h4 {
    font-weight: 800;
    font-size: 21px;
}
.glit-container .glit-div {
    filter: brightness(0);
}
/*.glit-container .glit-div1 {
    position: absolute;
    top: -90px;
    left: 0;
    width: 100%;
    z-index: 999;
}
.glit-container .glit-div2 {
    position: absolute;
    right: -10px;
    top: -130px;
}
.glit-container .glit-div3{
    position: absolute;
    right: -40px;
    bottom: 0;
}*/

.counter-gli {
  position: absolute;
}

.glit-div1 img,
.glit-div2 img,
.glit-div3 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.glit-div1 {
  height: 534px;
  position: absolute;
  bottom: 20px;
  right: 54%;
  z-index: 9;
  transition: 0.3s linear;
}
.glit-div2 {
  height: 534px;
  position: absolute;
  bottom: -9%;
  right: 0%;
  z-index: 9;
  transition: 0.3s linear;
}
.glit-div3 {
  height: 534px;
  position: absolute;
  bottom: 20px;
  right: 0%;
  z-index: 9;
  transition: opacity 1s ease-in-out;
}
.glit-div1,
.glit-div2,
.glit-div3 {
  opacity: 0;
  transition: opacity 1s ease-in-out; /* Smooth transition for opacity */
}

@media(max-width:767px){
    .legacy-img img {
        height: 230px!important;
    }
    .glit-container {
        display: none;
    }
    .vklsucess {
        height: unset;
        position: relative;
        margin-top: 0;
        text-align: center;
    }
    .vklsucess ul {
        display: inline-block;
    }
    .vklsucess ul li {
        margin-bottom: 40px;
    }
    .widget1 ul.footer-social-media {
        justify-content: center;
    }
    .footer-list {
        flex-wrap: wrap;
        column-gap: 25px;
        justify-content: center !important;
    }
}
@media(min-width:768px) and (max-width:991px){
    .glit-container {
        display: none;
    }
    .vklsucess ul li {
        width: 50%;
        text-align: center;
        margin: 0 auto 40px;
        display: flex;
        justify-content: center;
    }
    .vklsucess {
        height: unset;
        position: relative;
        margin-top: 0;
    }
   .vklsucess ul {
        align-items: center;
        justify-content: space-between;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    .vklsucess ul li .vkl_cnt_sec {
        margin: 0;
    }
    .bgpattern {
        left: unset;
    }
    



}
.legacy-img img {
    width: 100%;
    height: 130px;
    object-fit: cover;
}
.footer-list {
    display: flex;
    justify-content: space-between;
}



/*News*/
.vkl_download_wrapper h4 {
    margin-bottom: 20px;
    font-size: 22px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
}
.vkl_download_wrapper {
    background: #f0f0f0;
    padding: 30px 25px;
    border-radius: 0px;
}
.vkl_download_wrapper .input-bx_btn {
    text-align: center;
    margin-top: 30px;
	position:relative;
}
.input-bx_btn span.wpcf7-spinner {
    position: absolute;
}
.vkl_download_wrapper .input-bx_btn .btn-submit {
    background: #ccbcbb;
    color: #000;
    padding: 4px 10px;
    border-radius: 50px;
    width: 135px;
    font-weight: 500;
}
.vkl_download_wrapper .input-bx input {
    height: 60px;
    padding: 25px 0;
    border-bottom: 1px solid #00000036;
}
.vkl_download_wrapper .input-bx {
    margin-bottom: 10px !important;
    padding-right: 0;
}
@keyframes bounce-download {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(5px);
  }
}

.download-anim iconify-icon {
    display: flex;
    color: #000;
    animation: bounce-download 1s infinite ease-in-out;
    background: #ccbcbb;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    margin: 0 auto 15px;
}
.previous_report {
    background: #f0f0f0;
    padding: 20px;
    border: 1px solid #ececec;
    height: 200px;
    display: grid;
    justify-items: flex-start;
}
.previous_report h4 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
    height: 100px;
}
.previous_report button {
    border: 1px solid #d3cfcf;
    font-size: 14px;
    display: flex
;
    align-items: center;
    font-weight: 600;
    background: #ccbcbb;
    color: #000;
    padding: 4px 20px;
    border-radius: 50px;
}
#reportModal .modal-header {
    background: #ccbcbb;
}
.modal-body.vkl_download_wrapper {
    padding-top: 10px;
}






/**/

/*quality commitment*/
.iso_box {
    background: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 25px;
    margin-bottom: 25px;
    min-height: 345px;
}
.iso_box img {
    width: 85px;
    filter: brightness(0);
    margin-bottom: 20px;
}
.our-company-bg-color-three {
    background: #76d0c2!important;
}
.certificateimg{
    width: 100%;
    height: 350px;
    object-fit: cover;

}
/*quality commitment*/

/*home*/

.sec1 .logo img{
    width: 320px;
}
.news-img img {
    height: 280px;
    object-fit: cover;
}
.sec1_img img {
    width: 100%;
    height: 330px;
    object-fit: cover;
}
.bglight-1{
    background: #c3e6e1;
}
.vkl_download_wrapper button.btn-close {
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 11px;
}
.vkl_download_wrapper button:focus {
    box-shadow: none;
    outline: none;
}
.btn-dwnld1{
    border: 1px solid #d3cfcf;
    font-size: 14px;
    display: flex
;
    align-items: center;
    font-weight: 600;
    background: #ccbcbb;
    color: #000;
    padding: 4px 20px;
    border-radius: 50px;
    width: 143px;
}


















.resumefile1 {
    margin-top: 30px;
}
.resumefile1 input[type="file"] {
  display: none;
}
.filelabel {
    display: block;
    position: relative;
    background-color: #b6bac1;
    color: #404040;
    font-size: 1.12em;
    font-weight: 500;
    text-align: center;
    width: 100%;
    padding: 13px 0;
    margin: auto;
    border-radius: 
;
    cursor: pointer;
}
#files-list {
    font-weight: 500;
    color: #626262;
    padding: 1.1em 0em 0;
    list-style-type: none;
}

.uwy.userway_p2 {
    display: none;
}