body{
 --color-primary: #F58220;
 --color-secondary: #296968;
 --color-heading-dark: #4A4846;
 --para-color: #3F3F3F;
}

.vt-new{
    overflow: hidden;
}
.vt-new p,
.vt-new li{
    font-size: 16px;
    color: var(--para-color);
    line-height: 1.6;
}
.vt-h3{
    font-size: 32px;
    font-size: clamp(1.5rem, calc(1.6vw + 1rem), 2.2rem);
    font-weight: 500;
    margin-bottom: 16px;
}
.vt-sm-h3{
    font-size: 32px;
    font-size: clamp(1.5rem, calc(1.6vw + 1rem), 2rem);
    font-weight: 500;
    margin-bottom: 16px;
}
.vt-h5{
    font-size: 22px;
    font-size: clamp(1rem, calc(0.5vw + 1rem), 1.4rem);
    font-weight: 400;
    margin-bottom: 16px;
}
.vt-hbtl:after{
    content: '';
    display: block;
    height:2px;
    width: 50px;
    background-color: #000;
    margin-top: 16px;
}
.vt-hbtl.text-center:after{
    margin-inline: auto;
}


/* Utilities Start */
.rounded-9{
    border-radius: 9px;
}
.vt-text-primary{
    color: var(--color-primary);
}
.vt-text-dgray{
    color: var(--color-heading-dark);
}
.vt-sec-my-60{
    margin-top: 60px;
    margin-bottom: 60px;
}
.vt-sec-py-60{
    padding-top: 60px;
    padding-bottom: 60px;
}
.vt-primary-btn,
.vt-secondary-btn{
    padding: 9px 18px;
    border-radius: 6px;
    font-weight: 300;
    font-size: 14px;
    display:block;
    border: 1px solid var(--bg-color);
    background-color: var(--bg-color);
    color: var(--text-color);
    transition: all 0.2s linear;
}
.vt-primary-btn{
    --bg-color: var(--color-primary);
    --text-color: #fff;
}
.vt-secondary-btn{
    --bg-color: var(--color-secondary);
    --text-color: #fff;
}

.vt-primary-btn:after, .vt-secondary-btn:after{
    content: '\f061';
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    font-size: 14px;
    margin-left: 10px;
    color: inherit;
    transform: rotate(311deg);
}
.vt-primary-btn:hover,
.vt-secondary-btn:hover{
     background-color: transparent;
     color: var(--bg-color);
}
.vt-downlaod-btn:after{
    content: '\f33d';
}

.vt-bg-grey{
    background-color: #F1F5F6;
}
.vt-card-white{
    border: 0px;
    background-color: #fff;
    box-shadow: 10px 40px 50px 0px rgb(229 233 246 / 40%);
    border-radius: 12px;
    height: 100%;
}
.vt-card-white .card-body{    
    padding: 8%;
}

.vt-card-white .card-icon{
    width: 90px;
    height: 90px;
    object-fit: contain;
    margin-bottom: 16px;
}
.vt-card-white .card-title{
    font-size: 19px;
    font-weight: 400;
}
.vt-righ-cover-img{
    width: 100%;
    height: auto;
    object-fit: cover;
    padding-right: 10px;
}
.vt-link-arrow{
    color: var(--color-primary);
    font-weight: 300;
}
.vt-link-arrow::after{
    content: '';
    content: '\f061';
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    font-size: 14px;
    margin-left: 12px;
    color: inherit;
}
.mx-h-600{
    max-height: 600px;
}
.row-gap-2r{
    row-gap: 2rem;
}

/* Utilities End */

.headermobmenu-mobile.headermobmenu_sticky.headermobmenu_sticky-active{
    background-color: #000 !important;
}
.mobile-menu-opened .headermobmenu-mobile__navigation{
    background-color: rgb(0 0 0 / 70%);
}
 .vt-hero-sec {
    position: relative;
    background-color: #000;
    min-height: clamp(300px, calc(90vh - 100px), 500px);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    background-position: center;
    background-size: cover;
}

.vt-hero-sec video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    z-index: -2;
    object-fit: cover;
}
.vt-hero-sec video::-webkit-media-controls-start-playback-button {
    display: none !important;
    -webkit-appearance: none;
}
.vt-hero-sec:after{
    content: '';
    position: absolute;
    inset: 0;
    background-color:rgba(0, 0, 0, 0.6);
    z-index: -1;
}
.vt-service-1.vt-hero-sec:after{
    background-color: transparent;
}
.vt-hero-sec .vt-h1{
    font-size: 42px;
    font-size: clamp(1.8rem, calc(2.8vw + 0.8rem), 3.2rem);
    font-weight: 600;
    margin-bottom: 16px;
}
.vt-hero-sec-wrapper{
    display: flex;
    justify-content: center;
    height: 100%;
    flex-direction: column;
}
main.vt-new .vt-bnr-p{
    font-size: 32px;
    font-size: clamp( 16px, calc(0.8vw + 1rem), 32px);
    font-family: var(--barlow-condensed);
    line-height: 1.2;
    font-weight: 300;
}

.vt-about-bg-vect{
    position: absolute;
    object-fit: contain;
    height: 140%;
    width: auto;
    right: -20%;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.vt-img-content-grid{
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0px 0px 95px 0px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
    justify-content: center;
}
.vt-img-content-grid .items{
    width: 33.33333%;
    background-color: #fff;
}
.vt-img-content-grid .items p{
    font-size: 16px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.vt-img-content-grid .items img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.vt-img-content-grid .items.text{
    padding: 20px;
    padding: min(34px, 6%) min(30px, 5%);
}

.vt-uw-layout{
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
    align-items: center;
}
.vt-uw-layout .right-text {
    padding-right: var(--x-padding);
    flex-basis: 45%;
    padding-block: var(--y-padding);
}
.vt-uw-layout .left-text {
    padding-left: var(--x-padding);
    flex-basis: 65%;
    padding-block: var(--y-padding);
}
.vt-git-form{
    background-color: #fff;
    padding: 20px;
    padding: min(26px, 4%);
    box-shadow: 4px 10px 30px 2px rgba(0, 0, 0, 0.06);
    border-radius: 16px;
}
.vt-git-form-ct-info{
    background-color: var(--color-primary);
    border-radius: 14px;
    color: #fff;
    padding: 30px 15px;
    padding: min(44px, 12%) min(24px, 10%);
    height: 100%;
}
.vt-git-form-bg-secodary{
    /* background-color: var(--color-secondary); */
    background-color: #249EA0;
}
.vt-git-form-ct-info h4{
    color: #fff;
    font-size: clamp(20px, calc(0.8vw + 1rem), 32px);
    margin-bottom: 24px;
}
.vt-git-form-ct-info a,
.vt-git-form-ct-info p{
    color: #fff;
    font-size: clamp(16px, calc(0.16vw + 1rem), 18px) !important;
    margin-bottom: 18px;
    font-weight: 300;
    display: flex;
    align-items: center;
    text-wrap: word;
    word-break: break-word;
}


.vt-git-form-wrapper .btn-checkbox{
    list-style: none;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 12px;
}
.vt-git-form-wrapper .btn-checkbox input[type="checkbox"] {
  display: none;
}

.vt-git-form-wrapper .btn-checkbox label {
    display: inline-block;
    padding: 6px 23px;
    border-radius: 50rem;
    border: 1px solid #787878;
    cursor: pointer;
    font-size: 14px;
    color: #3E3E3F;
    transition: background 0.2s, color 0.2s, border 0.2s;
    margin-bottom: 0px;
    /* font-family: var(--barlow-condensed); */
    font-weight: 500;
}

.vt-git-form-wrapper .btn-checkbox input:checked + label {
  background: var(--color-primary);
  color: #fff;
  border-color: var(--color-primary);
}
.vt-git-form .form-group{
    margin-bottom: 20px;
}
.vt-git-form .form-group label{
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0px;
    font-weight: 400;
    display: inline-block;
}

.vt-git-form .form-group .form-control,
.vt-git-form .form-group .select{
    border-width: 0px 0px 1px 0px !important;
    border-radius: 0px;
    font-size: 14px;
    border-color: #CDCDCD;
    color: var(--para-color);
}

.vt-git-form .form-group textarea.form-control{
    border-width: 1px;
    border-radius: 6px;
}
.vt-git-form .form-group .form-control:focus {
    outline: 0;
    border-color:  rgb(245 130 32 / 35%);
    box-shadow: 0px 2px 0px 0px rgb(245 130 32 / 35%);
}
.options{
    max-height: 300px;
    overflow-y: auto;
}
/* .vt-git-form .form-group:has(.form-control:focus) label{
    color: var(--color-primary);
} */

.vt-git-form .form-group .form-control::placeholder{
    color: #787878;
}
.vt-git-form .vt-primary-btn:after{
    content: none;
}
.options {
    transition: all 0.2s linear;
}
.options li{
    font-weight: 400;
}
.options li:hover {
    background-color: #555555;
    color: #fff;
}
.styledSelect{
    color: #495057;
    font-weight: 300;
}
.vt-git-form .vt-reset-btn {
    padding: 9px 18px;
    border-radius: 6px;
    font-weight: 300;
    font-size: 14px;
    display: block;
    --bg-color: rgba(134, 134, 134, 1);
    color: #fff;
    border: 1px solid var(--bg-color);
    background-color: var(--bg-color);
    transition: all .2s linear;
}
.vt-git-form .vt-reset-btn:hover{
    background-color: transparent;
    color: var(--bg-color);
}
.vt-git-form .form-group label .invalid-feedback{
    font-weight: 300;
    letter-spacing: 0.3px;
}
.vt-ne-slider {
    /* display: flex; */
    /* overflow: hidden; */
    /* gap: 30px; */
}

.vt-ne-slider .card {
    display: block;
    margin-top: 35px;
    margin-bottom: 35px;
    color: #fff;
    width: 300px;
    /* min-width: 200px; */
    height: 435px;
    border-radius: 10px;
    z-index: 0;
    overflow: hidden;
    position: relative;
    border: 0px;
    background-position: bottom;
    background-size: cover;
}
.vt-ne-slider .card > span,
.vt-ne-slider .card > div{
    position: absolute;
    bottom: 30px;
    width: 100%;
    padding: 0px 15px;
}

.vt-ne-slider .card > div > small{
    /* color: var(--color-primary); */
    margin-bottom: 3px;
    display: inline-block;
    color: #249EA0;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1.2;
}
.vt-ne-slider .card p{
    color: #fff;
    font-size: 16px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0px;

}
.vt-ne-slider .card h4 {
    font-size: 26px;
    font-weight: 300;
    margin-bottom: 12px;
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.vt-ne-slider .card::after {
    content: "";
    position: absolute;
    /* bottom: -50px; */
    width: 100%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 20%, rgba(23, 113, 115, 0.9) 90%);
    text-align: center;
}
.vt-pr-slider .card::after {
    /* background: linear-gradient(180deg, rgba(255, 255, 255, 0) 19%, rgba(23, 113, 115, 0.9) 52%); */
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 19%, rgba(245, 130, 32, 1) 52%);
}

.vt-wtcli-wrapper{
    background-color: #fff;
    display: flex;
    border-radius: 10px;
    padding: 80px 50px;
    padding: clamp(20px, calc(10px + 6vw), 54px) clamp(14px, calc(10px + 3vw), 50px);
    box-shadow: 4px 10px 30px 2px rgba(0, 0, 0, 0.06);
    z-index: 10;

}
.vt-wtcli-info{
  --size: 60px;
}
.vt-wtcli-info p{
    font-size: 16px;
    font-style: oblique;
    line-height: 1.4;
    color: #657187;
    font-weight: 200;
    margin-bottom: 8px;
}

.vt-wtcli-info small{
    font-size: 18px;
    font-style: normal;
    line-height: 1.4;
    color: #657187;
    font-weight: 300;
}
.vt-wtcli-info img {
    height: var(--size);
    width: var(--size);
    border-radius: 50%;
    object-fit: cover;
    margin-left:calc(var(--size) - 34px);
    margin-right: 20px;
}
.vt-wtcli-info h3{
    margin-bottom: 12px;
    font-size: 22px;
    display: flex;
    align-items: center;
}
.vt-wtcli-info svg {
    flex-shrink: 0;
    background-color: #249ea1;
    /* position: absolute; */
    margin-right: 12px;
    width: calc(var(--size) - 20px);
    height:calc(var(--size) - 20px);
    border-radius: 50%;
    /* left: 0px; */
    padding: 12px;
    /* top: 80%; */
    /* transform: translateY(-80%); */
}

.vt-wtcli-info h4 {
    font-size: 20px;
}
.vt-wtcli-info small {
    font-weight: 300;
    font-size: 16px;
}
.vt-counter-section{
    padding-top: 10vw;
    /* background-image: url(../images/counter-img.jpg); */
    background-image: url(../../images/us_images/counter-img.jpg);
    background-color: #000;
    background-position: center;
    background-size: cover;
    position: relative;
    padding-bottom: 30px;
    z-index: 1;
    --negative-top: 100px;
    padding-top: var(--negative-top);
    margin-top: calc(var(--negative-top) * -1 );
    padding-bottom: 60px;

}
.vt-counter-section::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: -1;
}
.vt-count-item h1{
    font-size: 32px;
    font-size: clamp(32px, calc(3vw + 2rem), 76px);
    color: var(--color-primary);
    margin-bottom: 8px;
    padding-top: 20px;
    font-weight: 300;
}
.vt-count-item h5,
.vt-count-item p{
    color: #fff;
}
.vt-count-item p{
    font-size: 20px;
    font-size: clamp(15px, calc(2w + 0.3rem ), 20px);
    font-weight: 200;
    font-style: italic;
}
.vt-rts-sec{
    position: relative;
}
.vt-rts-wrapper{
    --overlay-w: 100%
}
.vt-rts-wrapper h3{
    font-size: 32px;
    font-size: clamp(24px, calc(1vw + 1.5rem), 38px);
    margin-bottom: 12px;
    font-weight: 400;
    color: #fff;
}
.vt-rts-wrapper p{
    font-size: 18px;
    color: #fff !important;
}
.vt-rts-wrapper > .vt-rts-item{
    padding: 24px 16px;
    padding-top: clamp(20px, calc(10px + 6vw), 60px);
    padding-left: clamp(14px, calc(10px + 3vw), 50px);
    padding-right: clamp(14px, calc(10px + 3vw), 50px);
    padding-bottom: 120px;
}
.vt-rts-wrapper .vt-link-arrow{
    font-size: 14px;
}
.vt-rts-left-overlay,
.vt-rts-right-overlay{
    position: absolute;
    --overlay-w: 150%;
    width: var(--overlay-w);
    height: 100%;
    user-select: none;
    z-index: -1;
    background-image: var(--bg-image);
    inset: 0;
    left: -25%;
    background-position: center;
    background-size: cover;
}

.vt-rts-left-overlay:after,
.vt-rts-right-overlay:after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: var(--bg-color);
}
.vt-rts-left-overlay{
    --bg-color: rgba(181, 85, 4, 0.8);
    /* --bg-image: url(../images/ready-to-start.jpg) */
    --bg-image: url(../../images/us_images/ready-to-start.jpg)
}
.vt-rts-right-overlay{
    --bg-color: rgba(11, 105, 106, 0.8);
    /* --bg-image: url(../images/looking-for-job.jpg) */
    --bg-image: url(../../images/us_images/looking-for-job.jpg)
}
.vt-ftr-action{
    margin-block: var(--y-spacing);
}
.vt-ftr-action.logo{
    background-color: #494846;
    border-radius: 10px;
    text-align: center;
    margin-block: 0px;
    padding-block: var(--y-spacing);

}
.vt-ftr-action.logo img{
    height: 100px;
    width: auto;
   
}
.vt-ftr-action{
    /* width: 70%; */
    background-color: #fff;
    margin-inline: auto;
    padding-inline: 15px;
    padding-inline: clamp(15px, calc(1.5vw + 1rem), 36px);
}
.vt-ftr-action .social-handle{
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
.vt-ftr-action .social-handle svg{
    width: 24px;
    height: auto;
}
.vt-ftr-action .social-handle li a{
    color: rgba(134, 134, 134, 1);
}
.vt-ftr-action ul{
    list-style: none;
}
.vt-ftr-action ul li{
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 8px;
    font-weight: 400;
}
.vt-ftr-action ul li .ftr-text-lg{
    font-size: 150%;
    color: var(--color-primary);
    line-height: 1;
}
.vt-ftr-action ul li a{
    color: var(--color-heading-dark);
}
.vt-ftr-action ul li a:hover{
    color: var(--color-primary);
}
.vt-ftr-action h5 {
    color: var(--color-heading-dark);
    font-size: 21px;
    margin-bottom: 16px;
    font-weight: 400;
}
.vt-ftr-action-wrapper{
    box-shadow: 4px 10px 30px 2px rgba(0, 0, 0, 0.06);
    border-radius: 12px;
    --y-spacing: 20px;
    margin-top: -70px;
    background-color: #fff;
}
.vt-ftr-links-wrapper{
    padding-block: 40px;
    row-gap: 22px;
    border-bottom: 1px solid rgba(229, 229, 229, 1);
}
.vt-ftr-links-wrapper h5{
    font-size: 18px;
    margin-bottom: 9px;
    text-transform: uppercase;
    color: var(--color-primary);
}
.vt-ftr-links-wrapper  .vt-ftr-list ul{
    list-style-type: none;
    margin-bottom: 0px;
}
.vt-ftr-links-wrapper  .vt-ftr-list ul li a{
    color: var(--color-heading-dark);
    font-weight: 300;
}
.vt-ftr-links-wrapper  .vt-ftr-list ul li a:hover{
    color: var(--color-primary);
}
.vt-ftr-links-wrapper  .vt-ftr-list .form-control {
    box-shadow: 4px 10px 30px 2px rgba(0, 0, 0, 0.06) !important;
    border: 1px solid transparent;
}
.vt-ftr-links-wrapper  .vt-ftr-list .form-control:focus{
    border: 1px solid var(--color-primary);
}
.vt-ftr-links-wrapper  .vt-ftr-list .input-group-append .input-group-text{
    background-color: var(--color-primary);
    color: #fff;
    border-color: var(--color-primary);
}
.vt-ftr-links-wrapper  .vt-ftr-list .input-group-append .input-group-text:hover{
    background-color: transparent;
    color: var(--color-primary);
}
.vt-ftr-links-wrapper .vt-ftr-list .proud-to-be{
    height: auto;
    width: 80px;
}
.vt-ftr-links-wrapper .vt-ftr-list .vt-ftr-ci-img{
    height: 110px;
    width: 150px;
    object-fit: contain;
}
.vt-ftr-copyright{
    display: flex;
    justify-content: space-between;
    padding-block: 18px;
}
.vt-ftr-copyright ul{
    list-style-type: none;
    display: flex;
    margin-bottom: 0px;
    
}
.vt-ftr-copyright ul li{
    padding-inline: 12px;
    border-right: 1px solid var(--color-heading-dark);
    font-weight: 300;
}
.vt-ftr-copyright ul li a{
    color: var(--color-heading-dark);
}
.vt-ftr-copyright ul li a:hover{
    color: var(--color-primary);
    
}

/* Services Page Start 29/07/25  */
.vt-s-bg-dark{
    background-color: #161619;
}
.vt-s-bg-dark .text-muted{
    color: #868686 !important;
}
.vt-ser-card-sec figure{
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    margin: 0px;
    min-height: 350px;
}
.vt-ser-card-sec figure img{
    position: absolute;
    width : 100%;
    height: 100%;
    inset: 0px;
    object-fit: cover;
    object-position: right;
}
.vt-ser-card-sec figcaption{
    position: relative;
    background: rgba(0, 0, 0, 0.85);
    padding: 20px 22px;
    min-height: 200px;
}
.vt-ser-card-sec figcaption h4{
    margin-bottom: 4px;
}
.vt-ser-card-sec figcaption p{
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 0px;
}
.vt-ser-card-sec figcaption p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.vt-read-more{
    color: var(--color-primary);
    font-weight: 300;
}
.vt-ser-card-sec figure .vt-read-more:hover,
.vt-ser-card-sec figure .vt-read-more:active,
.vt-ser-card-sec figure .vt-read-more:focus{
   color: #fff;
}
@media screen and (min-width: 992px) {
    .vt-ser-card-sec:last-child {
        margin-bottom: -160px;
    }
}


/* LeaderShip */
.leadership-team{
    justify-content: flex-start;
    padding: 14px;
}
.leadership-team > p{
    padding-bottom: 0px;
}
.leadership-team img{
    object-fit: cover;
    object-position: top;
}

/* Industry */
.thumbnail > img{
    object-fit: cover;
}

.thumbnail article {
    width: 80%;
}
.contact-us-sec{
    padding-top: 80px;
}

@media (max-width: 768px) {
    .glass {
        bottom: -20px;
        padding: 15px;
    }
    .contact-us-sec{
        padding-block: 45px;
    }
}

@media screen and (min-width: 992px){
    .vt-sec-btm-neg{
        padding-bottom: 0px;
        margin-bottom: 180px;
    }
    .vt-ser-card-btm-neg{
        margin-bottom: -160px;
    }
    .vt-ser-card-sec figure{
        aspect-ratio: 7 / 4.9;
    }
}

/* Services Page End 29/07/25  */


/* Floating Contact Us Popup Start  */
.vt-floating-cta {
    z-index: 99;
    background-color: #F58220;
    color: #fff;
    padding: 6px 8px;
    border-radius: 6px 0px 0px 6px;
    box-shadow: 0px 0px 2px 0px #000000bf;
    gap: 8px;
    max-width: 90%;
}
.vt-floating-cta > a{
    color: white;
    align-items: center;
    display: flex;
    gap: 8px;
}
.vt-floating-cta {
    position: fixed;
    top: 50%;
    transform: translate(calc(100% - 44px), -50%);
    right: 0;
    display: flex;
    width: auto;
    align-items: center;
    z-index: 999;
    font-size: 14px;
    font-weight: 300;
    transition: all 0.3s ease-in-out;
}

.vt-floating-cta:hover {
    transform: translate(0, -50%);
}

.vt-floating-cta:before {
    content: '\f2b9';
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    font-size: 20px;
    color: inherit;
    margin-inline: 6px;
}

.vt-floating-cta .vt-floating-btn:after {
    content: '\f061';
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    font-size: 14px;
    color: inherit;
}
@media screen and (max-width: 786px) {
    .vt-floating-cta > a{
    font-size: 12px;
    }
    .vt-floating-cta:before{
    font-size: 18px;
    }
}
@media screen and (max-width: 250px) {
    .vt-floating-cta{
    display: none;
    }
}
/* Floating Contact Us Popup End */

/* Event Page Banner Hiding Issue  */

@media screen and (max-width: 1200px) {
    .custom-event-banner .innberBanner-bg{
        height: unset !important;
        width: 100%;
        aspect-ratio: 480 / 197;
        margin-top: 80px;
        min-height: 100px;
    }
}
@media screen and (min-width: 1600px) {
    .innberBanner-bg{
        height: 450px !important;
    }
}

/* Newroom Banner */
.innerBanner.custom-newsroom-banner::before{
    content: '';
    background: linear-gradient(90deg,rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 83%);
    inset: 0;
    position: absolute;
}
.newsroom-sec h2{
    padding-bottom: 0.4em !important;
}
@media screen and (max-width: 786px) {
    .innerBanner.custom-newsroom-banner::before{
        background: linear-gradient(90deg,rgba(0, 0, 0, 0.6) 100%,  rgba(255, 255, 255, 0) 83%);
    }
}

@media screen and (min-width: 992px){
    .vt-uw-layout {
        --x-padding:  50px;
        --y-padding: 20px;
    }
    .vt-uw-layout .right-text {
        border-right: 1px solid #657187;
    }
    .vt-rts-wrapper .col-lg-6{
        position: static;
    }
    .vt-rts-left-overlay,
    .vt-rts-right-overlay{
        --overlay-w: 50%
    }
    .vt-rts-left-overlay{
        left: 0px;
    }
    .vt-rts-right-overlay{
        left: 50%;
    }
    .vt-ftr-action-wrapper .vt-ftr-action.border-md-right{
        border-right: 1px solid #E5E5E5;
    }

}

@media screen and (max-width: 1200px){
    main.vt-new,
    .vt-hero-sec{
        padding-top: 75px;
        /* padding-top: 90px; */
    }
    main.vt-new .vt-hero-sec{
        padding-top: 0px;
    }
}
@media screen and (min-width: 1600px){
    .vt-about-bg-vect{
        height: 200%;
    }
    .vt-ne-slider .card h4{
        font-size: 22px;
    }
    .vt-ne-slider .card > div > small {
        font-size: 18px;
    }
    .vt-ne-slider .card p{
        font-size: 16px;
    }

}


@media screen and (max-width: 992px){
    .vt-about-bg-vect{
        height: 150%;
        opacity: 0.5;
        right: -50%;
    }
    .vt-uw-layout{
        flex-direction: column;
    }
    .vt-img-content-grid .items{
        width: 50%;
    }
    .vt-ftr-copyright{
        flex-direction: column;
        gap: 10px;
        align-items: center;
    }
    .vt-ftr-copyright li,
    .vt-ftr-action ul li{
        font-size: 14px;
    }
    .vt-ftr-action-wrapper{
        --y-spacing: 15px;
    }
    .vt-ftr-action h5{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .vt-rts-wrapper > .vt-rts-item{
        padding-bottom: clamp(20px, calc(10px + 6vw), 60px);
    }
    .vt-rts-wrapper > .vt-rts-item:nth-child(2){
        padding-bottom: 100px;
    }
    
    
}
@media screen and (max-width: 768px){
    .vt-card-white .card-body{
        padding: 4%;
    }
    .vt-img-content-grid .items{
        width: 100%;
    }
    .vt-ne-slider .card{
        height: 250px;
        margin-top:20px;
        margin-bottom:20px;
    }
    .vt-ne-slider .card h4{
        font-size: 14px;
        margin-bottom: 6px;
    }
    .vt-ne-slider .card > div > small{
        font-size: 13px
    }
    .vt-ne-slider .card p{
        font-size: 13px;
    }
    .swiper.mySwiper{
        padding: 15px;
    }
    .vt-ftr-copyright ul li a{
        font-size: 13px;
        line-height: 1.2;
        text-align: center;
    }
    .vt-wtcli-info h3{
        font-size: 18px;
    }
    .innerBanner::before{
        content: '';
        position: absolute;
        background-color: rgb(0 0 0 / 40%);
        inset: 0;
    }
    .innerBanner.custom-event-banner::before{
        content: none;
    }
    .vt-ftr-links-wrapper  .vt-ftr-list ul li a,
    .vt-ftr-list p{
        font-size: 14px;
    }
}