.fs-5 {
    font-size: 5px !important;
}

.fs-5 {
    font-size: 5px !important;
}

.fs-5 {
    font-size: 5px !important;
}

.fs-6 {
    font-size: 6px !important;
}

.fs-7 {
    font-size: 7px !important;
}

.fs-8 {
    font-size: 8px !important;
}

.fs-9 {
    font-size: 9px !important;
}

.fs-10 {
    font-size: 10px !important;
}

.fs-11 {
    font-size: 11px !important;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-13 {
    font-size: 13px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-15 {
    font-size: 15px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-17 {
    font-size: 17px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-19 {
    font-size: 19px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.fs-21 {
    font-size: 21px !important;
}

.fs-22 {
    font-size: 22px !important;
}

.fs-23 {
    font-size: 23px !important;
}

.fs-24 {
    font-size: 24px !important;
}

.fs-25 {
    font-size: 25px !important;
}

.fs-26 {
    font-size: 26px !important;
}

.fs-27 {
    font-size: 27px !important;
}

.fs-28 {
    font-size: 28px !important;
}

.fs-29 {
    font-size: 29px !important;
}

.fs-30 {
    font-size: 30px !important;
}

.fs-31 {
    font-size: 31px !important;
}

.fs-32 {
    font-size: 32px !important;
}

.fs-33 {
    font-size: 33px !important;
}

.fs-34 {
    font-size: 34px !important;
}

.fs-35 {
    font-size: 35px !important;
}

.fs-42 {
    font-size: 42px !important;
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-800 {
    font-weight: 800 !important;
}

.move-animation {
    animation: mover 1s infinite alternate;
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-16px);
    }
}

.bg23 {
    background: url(assets/images/bg/call-action3.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.desc-custom {
    font-size: 24px !important;
    color: #f86327 !important;
    font-weight: 600 !important;
}

.desc-custom .desc-custom-icon {
    font-size: 15px !important;
    color: #f86327 !important;
    margin-left: 8px !important;
}

.login-btn {
    padding: 9px 15px !important;
    width: 100px !important;
    text-align: center !important;
    height: auto !important;
    line-height: inherit !important;
    color: #fff !important;

}

.book-demo-btn {
    padding: 3px 15px !important;
    line-height: inherit !important;
    background: linear-gradient(220deg, #f27c1e 0%, #dd4c23 79%) !important;
    text-transform: none !important;
    margin-top: 10px !important;
}

.nav-tabs {
    border-bottom: 1px solid var(--vz-gray-300);
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-success.nav-tabs-custom .nav-link.active {
    color: #0ab39c;
    background-color: var(--vz-card-bg);
}

.nav-tabs-custom .nav-item .nav-link {
    border: none;
    font-weight: 500;
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: var(--vz-link-color);
    text-decoration: none;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

button,
a {
    outline: none !important;
    position: relative;
}

a {
    text-decoration: none !important;
}

.avatar {
    vertical-align: middle;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.avatar-sm {
    height: 3rem;
    width: 3rem;
}

.avatar-border-color {
    border: 2px solid #5c05cd !important;
}

.avatar-xs {
    height: 2rem;
    width: 2rem;
    border: 1px solid #fff;
    border-radius: 50%;
}

.avatar-lg {
    height: 6rem;
    width: 6rem;
}

.rounded-circel {
    border-radius: 50% !important;
}

.avatar-title {
    align-items: center;
    background-color: rgb(239 241 246);
    color: #fff;
    display: flex;
    font-weight: 500;
    height: 100%;
    justify-content: center;
    width: 100%;
    border-radius: 50% !important;
}

.fa-brief-icon {
    color: #03228f;
    font-size: 40px !important;
}

.title-5 {
    text-align: left !important;
    font-family: 'Roboto', sans-serif !important;
    color: #55687d !important;
    font-weight: 500;
}

.fa-icon {
    float: inherit !important;
    color: #c0c3d1 !important;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #50687d !important;
    background-color: #fff !important;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    border-bottom: 1px solid #50687d;
    border-radius: 0;
}

.fa-sent-icon {
    color: #03228f !important;
}

.has-search .form-control {
    padding-left: 2.375rem;
    opacity: 0.3;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
    opacity: 0.3;
}

.pb-120 {
    padding-bottom: 120px !important;
}

.rs-testimonial.main-home.style4 .testi-item .testimonial-content .author-img-custom img {
    width: 60px !important;
    height: 60px !important;
    border-radius: 50px 50px 50px 50px !important;
}

.float-end {
    float: right !important;
}

.float-start {
    float: left !important;
}

.background-video {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: relative;
    z-index: -1;
}

.contnet {
    position: absolute;
    content: "";
    top: 25%;
    left: 25%;
    right: 25%;
    bottom: 25%;
    text-align: center;
}

.contnet h1 {
    font-size: 4rem !important
}

.contnet .more-text {
    margin-top: 30px;
}

@media only screen and (max-width: 575px) {
    .background-video {
        width: 100vw;
        height: 100vh;
        object-fit: cover;
        position: relative;
        z-index: -1;
    }

    .contnet {
        position: absolute;
        content: "";
        top: 20%;
        left: 5%;
        right: 5%;
        bottom: 5%;
        text-align: center;
    }

    .contnet h1 {
        font-size: 2rem !important
    }

    .contnet p {
        font-size: 1rem !important
    }

    .contnet .lets-talk-btn {
        padding: 30px;
    }

}

.column1 {
    -ms-flex: 25%;
    /* IE10 */
    flex: 25%;
    max-width: 25%;
    padding: 0 4px;
    display: flex;
}

.column1 img:hover {
    transition: all .8s ease;
    transform: scale(1.1);
}

.column1 img:first-child {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.column1 img:last-child {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.column2 {
    -ms-flex: 25%;
    /* IE10 */
    flex: 25%;
    max-width: 25%;
    padding: 0 4px;
    display: flex;
}

.column2 img {
    height: 210px !important;
}

.column2 img:hover {
    transition: all .8s ease;
    transform: scale(1.1);
}

.column2 img:first-child {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.column2 img:last-child {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.current-vacancies-card {
    box-shadow: 0 6px 25px rgb(0 0 0 / 7%) !important;
}

.card-shadow {
    box-shadow: 0 1px 2px 1px rgb(0 106 194 / 20%) !important;
}

.select {
    padding: 15px 15px 15px 15px !important;
    border-radius: 5px 5px 5px 5px !important;
    color: #666666 !important;
    border-style: solid !important;
    border-width: 0px 0px 0px 0px !important;
    border-color: #EFEFEF !important;
    background-color: #FFFFFF !important;
    height: 56px !important;
}

.form-check-radio-custom {
    width: 1rem !important;
    height: 1rem !important;
}

.btn-submit {
    background: linear-gradient(90deg, #03228f 0%, #4e95ed 100%);
    border: 0;
}

.resume-submit-details {
    background-color: #F0F5FF;
    padding: 35px 30px 45px 30px;
    border-radius: 5px 5px 5px 5px;

}

.main-custom-home {
    background-image: url('../images/bg.png') !important;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.title-signup {
    font-family: 'Roboto', sans-serif;
}

.form-label-custom {
    color: #55687d !important;
    font-weight: 600 !important;
    font-size: 12px !important;
}

.input-custom {
    /* font-size: 13px !important; */
    /* background: #F6F7F9 !important; */
    /* border: 1px solid #e3e7ef !important; */
    border-radius: 5px !important;
}

.input-custom-number {
    /* font-size: 13px !important; */
    /* background: #F6F7F9 !important; */
    /* border: 1px solid #e3e7ef !important; */
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

.reg-btn {
    background: linear-gradient(90deg, #03228f 0%, #4e95ed 100%) !important;
}

.btn-outline {
    color: #03228f !important;
    border-color: #03228f !important;
}

.btn-outline:hover {
    background-color: #03228f !important;
    color: #fff !important;
}

.btn-apply {
    background-color: #03228f !important;
    border-color: #03228f !important;
}

@media only screen and (max-width: 575px) {
    .remote-para {
        font-size: 16px !important;
        text-align: center !important;
        width: 100% !important;
    }
}

.input-class:focus {
    outline: none !important;
    box-shadow: none !important;
}

.input-class {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    border-left: 0;
}

.input-group-class {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.e-viewer {
    z-index: 9999;
    position: absolute;
    top: 20%;
    right: 2%;
    color: #5c05cd;
    font-weight: 600;
}

.form-check-input-custom {
    height: 15px;
    width: 15px;
}

.forgot-pass {
    text-decoration: underline !important;
}

.forgot-pass:hover {
    color: #5c05cd !important;
    font-weight: 500;
}

.btn-login {
    background: #5c05cd !important;
    border: 0 !important;
    border-radius: 10px !important;
}

.btn-login:hover {
    background-color: #005db5 !important;
    columns: #fff !important;
}

.dasboard-resume-width {
    width: 140% !important;
}

.banner-img {
    height: 100vh;
}

.card-custom {
    border: 3px solid #03228f;
    border-radius: 10px;
}

.card-custom1 {
    border: 3px solid #5f07cf;
    border-radius: 10px;
}

.stage {
    color: #fff;
    position: absolute;
    left: 50%;
    bottom: 0%;
    top: 90%;
    border-radius: 50%;
    font-weight: 800;
    line-height: 2;
    background-color: #5f07cf;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.btn-custom {
    border-radius: 7px;
    min-width: 120px;
    background: #03228f;
    box-shadow: 0 5px 10px rgba(30, 32, 37, .12) !important;
    color: #fff;
}

.btn-custom1 {
    border-radius: 7px;
    min-width: 120px;
    background: #5f07cf;
    box-shadow: 0 5px 10px rgba(30, 32, 37, .12) !important;
    color: #fff;
}

.line-height-22 {
    line-height: 22px;
}

.shadow-lg {
    box-shadow: 0 5px 10px rgba(30, 32, 37, .12) !important;
}

.border-radius-7 {
    border-radius: 7px !important;
}

.badge-primary-custom {
    background-color: #1273EB17 !important;
    padding: 10px !important;
    border-radius: 30px !important;
    text-transform: uppercase;
    font-weight: 500 !important;
}

.btn-readmore {
    padding: 14px 40px 14px 40px;
    background-image: linear-gradient(250deg, #4e95ed 19%, #03228f 100%);
    border-radius: 30px 30px 30px 30px;
    border: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: all 0.4s;
    z-index: 1;
    background-color: transparent;
}

.btn-readmore:hover {
    background-image: linear-gradient(180deg, #03228f 19%, #4e95ed 100%);
    color: #ffffff;
}

.btn-readless {
    padding: 14px 40px 14px 40px;
    background-image: linear-gradient(250deg, #4e95ed 19%, #03228f 100%);
    border-radius: 30px 30px 30px 30px;
    border: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: all 0.4s;
    z-index: 1;
    background-color: transparent;
}

.btn-readless:hover {
    background-image: linear-gradient(180deg, #03228f 19%, #4e95ed 100%);
    color: #ffffff;
}

.zoom-img:hover {
    transition: all 1s;
    transform: scale(1.1);
}

.mission-card-left {
    border-top-left-radius: 10%;
    border-bottom-left-radius: 10%;
}

.l-n6 {
    left: -6% !important;
}

.r-n6 {
    right: -6% !important;
}

.l-n3 {
    left: -3% !important;
}
.l-n4 {
    left: -4% !important;
}

.l-n9 {
    left: -9% !important;
}

.l-n5 {
    left: -5% !important;
}

.l-n7 {
    left: -7% !important;
}

.mission-card-right {
    border-top-right-radius: 10%;
    border-bottom-right-radius: 10%;
}

.mission-card {
    box-shadow: 0 6px 7px rgb(0 0 0 / 7%) !important;
}

@media only screen and (max-width: 575px) {
    .mobile-mission {
        padding-left: 40px !important;
        text-align: center !important;
    }

    .mobile-vission {
        padding-left: 27px !important;
        text-align: center !important;
    }

    .mobile-value {
        padding-left: 27px !important;
        text-align: center !important;
    }

    .mobile-mission .mission-img {
        width: 80% !important;
        justify-content: center !important;
    }

    .mobile-vission .vission-img {
        width: 80% !important;
        justify-content: center !important;
    }

    .mobile-value .value-img {
        width: 80% !important;
        justify-content: center !important;
    }

    .mobile-mission .mission-row {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .mobile-vission .vission-row {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .mobile-value .value-row {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .mobile-mission .mission-row-img {
        left: 0 !important;
    }

    .mobile-vission .vission-row-img {
        right: 0 !important;
    }

    .mobile-value .value-row-img {
        left: 0 !important;
    }

    .mobile-vission .vission-row {
        padding-left: 0 !important;
    }

    .mobile-mission .mission-content {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .mobile-vission .vission-content {
        padding-left: 20px !important;
        padding-right: 20px !important;
        text-align: center !important;
    }

    .mobile-value .value-content {
        padding-left: 20px !important;
        padding-right: 20px !important;
        text-align: center !important;
    }

    .mission-container-fluid {
        padding-right: 30px !important;
        padding-left: 10px !important;
    }
}

.start-0 {
    left: 0 !important;
}

.top-0 {
    top: 0 !important;
}

.end-0 {
    right: 0 !important;
}

.start-50 {
    left: 50% !important;
}

.top-50 {
    top: 50% !important;
}

.end-50 {
    right: 50% !important;
}

.bottom-0 {
    bottom: 0 !important;
}

.bottom-50 {
    bottom: 50% !important;
}

.start-100 {
    left: 100% !important;
}

.top-100 {
    top: 100% !important;
}

.top-35 {
    top: 35% !important;
}

.position-absolute {
    position: absolute !important;
}

.position-relative {
    position: relative !important;
}

/* Main CSS */
.grid-wrapper>div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.grid-wrapper>div>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.grid-wrapper {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-auto-rows: 200px;
    grid-auto-flow: dense;
}

.grid-wrapper .wide {
    grid-column: span 2;
}

.grid-wrapper .tall {
    grid-row: span 2;
}

.grid-wrapper .big {
    grid-column: span 2;
    grid-row: span 2;
}

.rs-videos .animate-border .popup-border-custom {

    background-image: linear-gradient(180deg, #02050f 0%, #abbcce 100%) !important;
    width: 65px !important;
    ;
    height: 65px !important;
    ;
    line-height: 65px !important;
    ;
    text-align: center !important;
    ;
    display: inline-block !important;
    ;
    border-radius: 50% !important;
    ;
    position: absolute !important;
    ;
    left: 50% !important;
    ;
    transform: translateX(-50%) !important;
    ;
}

.rs-videos .animate-border .popup-border-custom:before {
    content: "";
    border: 2px solid #33363a !important;
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    animation: zoomBig 3.25s linear infinite;
    -webkit-animation-delay: .75s;
    animation-delay: .75s;
}

.rs-videos .animate-border .popup-border-custom:after {
    content: "";
    border: 2px solid #33363a !important;
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    animation: zoomBig 3.25s linear infinite;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.sec-title2 .desc1 {
    font-size: 18px;
    line-height: 31px;
    font-weight: 400;
    /* color: #454545; */
    max-width: 900px;
    margin: 13px auto 0;
}

.avatar-icon .avatar-title:hover {
    background-color: #5c05cd !important;
    border: 0 !important;
    color: #fff !important;
}

.avatar-icon .avatar-title {
    color: #5c05cd !important;
}

@media only screen and (max-width: 575px) {
    .shape-part {
        display: none !important;
    }

    .login-container-fluid {
        padding-bottom: 50px !important;
    }
}

.avatar-title-custom {
    background-color: #e3d9eff7 !important;
    transition: all 0.6s;
}

.avatar-title-custom:hover {
    transform: translateY(calc(-1.5rem / 5));
    /* box-shadow: 0 5px 10px rgb(30 32 37 / 12%); */
}

.rs-footer-custom {
    background: url(../images/services/shape-2.png) !important;

}

.modal-header-custom {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}

.btn-modal-login {
    background: #5c05cd !important;
    border: 0 !important;
    border-radius: 10px !important;
}
.btn-modal-cancel{
    border: 0 !important;
    border-radius: 10px !important;
}
.modal-content-custom{
    border-radius: 10px !important;
}
.login-card:hover{
box-shadow: 0px 0px 10px 2px #5c05cd !important;
}
.team-inner-img{
    height:328px !important;
    width:328px !important;
}
.c-pointer{
    cursor: pointer;
}
.w-lg{
    min-width: 140px !important;
}

@media only screen and (max-width: 575px) {
    .create-account-mobile{
        font-size:16px !important;
    }
    .already-account-mobile{
        font-size: 12px !important;
    }
    .mobile-vision-statement{
        font-size: 30px !important;
        padding-left: 12px !important;
    }
}
.fs-40{
    font-size:40px !important;
}
.fs-38{
    font-size:38px !important;
}