*{
    box-sizing: border-box;
}
svg:not(:root) {
    overflow: hidden;
}
.main-wrapper {
    max-width: 1170px;
    margin: 0 auto;
    text-align: center;
}
.upload-main-wrapper{
    width: 220px;
    margin: 0 auto;
}
#file-upload-name{
    margin: 4px 0 0 0;
    font-size: 12px;
}
.upload-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 40px auto 0;
    position: relative;
    cursor: pointer;
    background-color: #062351;
    padding: 8px 10px;
    border-radius: 10px;
    overflow: hidden;
    transition: 0.2s linear all;
    color: #ffffff;
}
.upload-wrapper input[type="file"] {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
    z-index: 1;
}
.upload-wrapper > svg {
    width: 50px;
    height: auto;
    cursor: pointer;
}
.upload-wrapper.success > svg{
    transform: translateX(-200px);
}
.upload-wrapper.uploaded {
    transition: 0.2s linear all;
    width: 60px;
    border-radius: 50%;
    height: auto;
    text-align: center;
}
.upload-wrapper .file-upload-text {
    position: absolute;
    left: 80px;
    opacity: 1;
    visibility: visible;
    transition: 0.2s linear all;
    font-size: 12px;
}
.upload-wrapper.uploaded .file-upload-text {
    text-indent: -999px;
    margin: 0;
}
.file-success-text {
    opacity: 0;
    transition: 0.2s linear all;
    visibility: hidden;
    transform: translateX(200px);
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.file-success-text svg {
    width: 25px;
    height: auto;
}
.file-success-text span{
    margin-left: 15px;
}
.upload-wrapper.success .file-success-text{
    opacity: 1;
    visibility: visible;
    transform: none;
}
.upload-wrapper.success.uploaded .file-success-text{
    opacity: 1;
    visibility: visible;
    transform: none;
}
.upload-wrapper.success.uploaded .file-success-text span{
    display: none;
}
.upload-wrapper .file-success-text circle{
    stroke-dasharray: 380;
    stroke-dashoffset: 380;
    transition: 1s linear all;
    transition-delay: 1.4s;
}
.upload-wrapper.success .file-success-text  circle {
    stroke-dashoffset: 0;
}
.upload-wrapper .file-success-text polyline {
    stroke-dasharray: 380;
    stroke-dashoffset: 380;
    transition: 1s linear all;
    transition-delay: 2s;
}
.upload-wrapper.success .file-success-text polyline {
    stroke-dashoffset: 0;
}
.upload-wrapper.success .file-upload-text{
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.blueBar10{
    margin: 25px auto 0;
    max-width: 320px;
    width: 100%;
    background:#062351 !important;
    color: #fff;
    border-radius: 1.5rem;
    padding: 0.6875rem 1.4375rem;
}

.blueBar10:hover{
    color:white;
}
.blueBar11{
    margin: 25px auto 0;
    max-width: 320px;
    width: 100%;
    background:#d20000 !important;
    color: #fff;
    border-radius: 1.5rem;
    padding: 0.6875rem 1.4375rem;
}

.blueBar11:hover{
    color:white;
}
.fff1{
    padding: 15px; border-radius:10px; margin-top: 7px;  font-family: 'PayPal-Sans', Helvetica Neue, Arial, sans-serif;margin-bottom: 1%;
}
.fff2{
    font-family: 'PayPal-Sans', Helvetica Neue, Arial, sans-serif; margin-top: -10px; border-radius:0  0 5px  5px; background: #fff7f7;
    border: 1px solid #d20000;
    border-top-width: 2px;
    padding: 10px
}
input#startDate {
    display: inline-block;
    position: relative;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}
.contai{
    max-width: 1000px;
    width: 100%;
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
    margin-right: auto;
    margin-left: auto;
}
.loadFont {
    font-family: Verdana, Geneva, sans-serif;
    font-weight: 400;
}

.progressbar {
    counter-reset: step;
}
.bbt2{
    min-width: 250px !important;
    text-align: center !important;
}
.bbt3{
    max-width:95%;
    margin:0 25%;
    text-align: center !important;

}
.progressbar li {
    position: relative;
    list-style: none;
    float: left;
    width: 20%;
    text-align: center;
    padding-bottom: 30px;
}
.blueBar7 {
    color: #062351 !important;
    background-color: #fff;

}
.blueBar3 {
    background-color: #062351 !important;
    color: #fff !important;
}
/* Circles */
.progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 40px;
    height: 40px;
    border: 1px solid #A9A8A8;
    display: block;
    text-align: center;
    margin: 100px auto 15px auto;
    border-radius: 50%;
    background-color: #A9A8A8;

    /* Center # in circle */
    line-height: 39px;
}

.foo{
    font-size: 14px;
}

.progressbar li:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background: #062351;
    top: 120px; /*half of height Parent (li) */
    left: -50%;
    z-index: -1;
}

.progressbar li:first-child:after {
    content: none;
}

.progressbar li.active:before {
    background: #16305b;
    content: "✔";
    color: white;
}

.progressbar li.active + li:after {
    background: #16305b;
}

#pro{
    background: white;
    height: 100vh;
    margin: 0;
    padding: 0;
    width: 100vh;
    z-index: 1;

}
/* Progress Bar Placement & Styling */
#progressive {
    position: absolute;
    width: 300px;
    height: 200px;
    z-index: 15;
    top: 50%;
    left: 50%;
    margin: -100px 0 0 -150px;
}

/* Transition speed for progress bar */
.six-sec-ease-in-out {
    -webkit-transition: width 6s ease-in-out;
    -moz-transition: width 6s ease-in-out;
    -ms-transition: width 6s ease-in-out;
    -o-transition: width 6s ease-in-out;
    transition: width 6s ease-in-out;
}

#shadow {
    border-radius: 10px;

    box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
}

.imagess{
    width: 250px;
    height: auto;
    padding: 0;
}
.imagess700{
    width: 70px;
    height: auto;
    padding: 5px;
    background: white;
    border-radius: 100%;
}
.imagess800{
    width: 100%;
    height: auto;
    padding: 5px;
}
.hblue{
    background: #b3b3b3;
}

.rowindustries{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;flex-wrap:wrap;}


.jumbotron{margin-bottom: 0;}
.back01 {
    min-height: 875px;
    background-size: cover;
    object-fit: cover;
    object-position: right;

}
.poss{
    position: absolute;
    top: 40%;
    left: 2%;
}
.fontss{
    font-weight: normal !important;
}
.bbt1{
    min-width: 120px !important;
    text-align: center !important;
}
.blueBar {
     background-color: #062351;
     color: #fff;
    padding: 5px;
}
.blueBar2 {
    background-color: #062351!important;
}


.bluebarcont{
    z-index: 2000;
    position: relative;
}
.card-img2{
    z-index: 110;
    position: relative;

}
.fonti{
    font-size: 12px !important;
}
.fonti2{
    font-size: 16px !important;
}
.noborde{
    border-bottom: none !important;
}
.super {
    padding-left: 10px;
    width: 50px;
    height: 50px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 10px;
}
.note11 {
    margin-top: -25px;
    padding-bottom: 25px;
    width: 99%;
}
.note12 {
   padding: 15px;
    margin-top: 40px;
}
.button{
    background: #0B2C5F;
    position: absolute;
    top: 0;
    right:0;
    bottom: 0;
    width: 80px;
    line-height: 112px;
    text-align: center;
    font-size: 48px;
}

.bluebarbar {
    background-color: #16305b;
    color: #fff;
}
.item1{
    text-align: center;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 60px 0 20px 0;
}

.item2{
    text-align: center;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 60px 0 20px 0;
}

.item3{
    text-align: center;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 60px 0 20px 0;
}
.item4{
    text-align: center;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 60px 0 20px 0;
}
.staritem1{
    width: 150px;
    height: 150px;
}

.staritem2{
    padding: 20px;
margin:10px;
}

.staritem3{
    text-align: center;

    width: 80px;    height: 80px;

}
.staritem4{
    text-align: center;

    background-position: top center;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    margin-right: 10px ;

    color: #fff;
}

#map {
    width: 100%;
    /* The width is the width of the web page */
}
.colbor{
    border-bottom: 1px solid rgba(255,255,255,0.2);
    padding-top: 35px;
}
.in {
    border-left: 2px solid rgba(255,255,255,0.2);
    width: 100%;
    font-size: 21px;
    padding-left: 20px ;

}

.col-full{
    width: 100%;
    text-align: center;
}

.navbar-collapse{
    flex-grow: 0;
}
.flexx{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    padding-left: 100px;
}
.indd{
    z-index: 999;
    position: relative;
    margin-top: -60px;
    padding-bottom: 120px;
}
.bg2{
    background: #e7e7e7;
    padding-bottom: 10px;
    padding-top: 10px;
}
.bg3{
    background: #e7e7e7;
}
.sepa{
    width: 80%;
}
/*about-us*/
.sepa2{
    width: 48%;
}
.poss2{
    position: absolute;
    top: 30%;
    left: 2%;
    width: 40%;

}
/*contact us*/
.subbak2{
    object-position: left;
    min-height: 250px !important;
}

/*carrers*/
.poss3{
    position: absolute;
    top: 38%;
    right:0;
}
/*programs*/
.bg4{
    background: #ececec;
}
.bg5{
    background: #434343;
}
.fontss2{
    font-size: 45px !important;

}
.back0 {
    min-height: 700px;
    object-fit: cover;
    object-position: right;
}
.pxc{
    padding-top: 60px;
}
.paz{
    padding: 40px 20px;
}
.paz2{
    padding-top: 30px ;
}
.paz3{
    padding: 150px 20px;
}
.paz4{
    padding-top: 5px ;
}
.smallfong {
    font-size: 56px;
    width: 100%;
}
.back03 {
    min-height: 1200px;
    object-fit: cover;
}
.icons:hover {
    color: #16305b;
    background-color: transparent;
}
.dd{  position: absolute;
    top: 20%; left: 20%}
.bbb{
    max-height: 550px;
    object-fit: cover;
    object-position: center;
}
@media screen and (max-width:1199px) and (min-width:992px) {
    .poss{
        position: absolute;
        top: 20%;
        left: 3%;
    }
    .smallfong {
        font-size: 48px;
        width: 70%;
    }

    .flexx{
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex;
        justify-content: center;
        padding-left: 70px;
        padding-top: 20px;
    }
    .back01 {
        min-height: 850px;
        background-size: cover;
        object-fit: cover;

    }
    .back0 {
        min-height: 350px;
        object-fit: cover;
        max-height: 800px;

    }
    .back02 {
        min-height: 300px;
        background-size: cover;
        object-fit: cover;

    }
    .back03 {
        min-height: 300px;
        object-fit: cover;
    }
    .note11 {
        margin-top: -20px;
        padding-bottom: 20px;
        width: 99%;
    }
    .note12 {
        padding: 5px;
        margin-top: 20px;
    }
    .sepa{
        width: 60%;
    }
    .gg{
        background: transparent;
        border-radius: 20px;
    }
    /*about-us*/
    .sepa2{
        width: 50%;
    }

    .subbak{
        object-position: left;
    }
    .smallfong2 {
        font-size: 18px !important;
        width: 60%;
    }
    .fontss2{
        font-size: 42px !important;

    }
    .poss2{
        position: absolute;
        top: 24%;
        left: 2%;
    }
    .pxc{
        padding-top: 60px;
    }
    .dd{  position: absolute;
        top: 20%; left: 10%}
    .bbb{
        min-height: 300px;
        object-fit: cover;
        object-position: center;
    }
}
@media screen and (max-width:991px) and (min-width:768px) {
    .poss{
        position: absolute;
        top: 20%;
        left: 10%;
    }
    .smallfong {
        font-size: 48px;
        width: 80%;
    }
    .blueBar {
        background-color: #062351;
        color: #fff;
        padding-bottom: 0;
    }
    .flexx{
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex;
        justify-content: center;
        padding-left: 70px;
        padding-top: 20px;
    }
    .back01 {
        min-height: 1000px;
        background-size: cover;
        object-fit: cover;

    }
    .back0 {
        min-height: 450px;
        object-fit: cover;
        object-position: right;
        max-height: 800px;

    }
    .back02 {
        min-height: 300px;
        background-size: cover;
        object-fit: cover;

    }
    .back03 {
        min-height: 300px;
        object-fit: cover;
    }
    .note11 {
        margin-top: -16px;
        padding-bottom: 45px;
        width: 110%;
    }
    .note12 {
        padding: 5px;
        margin-top: 20px;
        width: 100%;
    }
    .sepa{
        width: 60%;
    }
    .gg{
        background: white;
        border-radius: 20px;
    }
    /*about-us*/
    .sepa2{
        width: 45%;
    }
    .poss2{
        position: absolute;
        top: 20%;
        left: 2%;
    }
    .subbak{
        object-position: left;
    }
    .smallfong2 {
        font-size: 18px !important;
        width: 60%;
    }
    .fontss2{
        font-size: 33px !important;

    }
    .pxc{
        padding-top: 60px;
    }
    .dd{  position: absolute;
        top: 20%; left: 10%}
    .bbb{
        min-height: 300px;
        object-fit: cover;
        object-position: center;
    }
}
@media screen and (max-width:767px) and (min-width:576px) {
    .poss{
        position: absolute;
        top: 85%;
        left: 0;
    }
    .smallfong {
        font-size: 42px;
        width: 90%;
    }
    .blueBar {
        background-color: #062351;
        color: #fff;
        padding-bottom: 0;
    }
    .flexx{
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex;
        justify-content: center;
        padding-left: 70px;
        padding-top: 20px;
    }
    .back01 {
        min-height: 1200px;
        background-size: cover;
        object-fit: cover;

    }
    .back0 {
        min-height: 300px;
        object-fit: cover;
        object-position: top;
        max-height: 700px;

    }
    .back02 {
        min-height: 300px;
        background-size: cover;
        object-fit: cover;

    }
    .back03 {
        min-height: 300px;
        object-fit: cover;
    }
    .note11 {
        margin-top: -30px;
        padding-bottom: 30px;
        width: 110%;
    }
    .note12 {
        padding: 5px;
        margin-top: 20px;
    }
    .sepa{
        width: 60%;
    }
    .gg{
        background: white;
        border-radius: 20px;
    }
    /*about-us*/
    .sepa2{
        width: 50%;
    }
    .poss2{
        position: absolute;
        top: 24%;
        left: 2%;
    }

    .subbak4{
        object-position: right;
    }
    .smallfong2 {
        font-size: 18px !important;
        width: 60%;
    }
    .fontss2{
        font-size: 32px !important;

    }
    .poss3{
        position: absolute;
        top: 30%;
        right: 0;
        width: 40%;
    }
    .pxc{
        padding-top: 60px;
    }
    .paz{
        padding: 30px 20px;
    }
    .foo{
        font-size: 9px;
    }
    .dd{  position: absolute;
        top: 25%; left: 10%}
    .bbb{
        min-height: 300px;
        object-fit: cover;
        object-position: center;
    }
}
@media screen and (max-width:575px) and (min-width:400px) {
    .back01 {
        min-height: 1450px;
        background-size: cover;
        object-fit: cover;

    }

}
@media screen and (max-width:399px) and (min-width:350px) {
    .back01 {
        min-height: 1600px;
        background-size: cover;
        object-fit: cover;

    }
}
@media screen and (max-width:349px) {
    .back01 {
        min-height: 1820px;
        background-size: cover;
        object-fit: cover;

    }
}
@media screen and (max-width:575px) {
     .bbb{
         min-height: 300px;
         object-fit: cover;
         object-position: center;
     }
    .poss{
        position: absolute;
        top: 70%;
        left: 0;
    }
    .foo{
        font-size: 9px;
    }
    .pxc{
        padding-top: 52px;
    }
    .smallfong {
        font-size: 25px;
        width: 100%;
    }
    .fontss2{
        font-size: 28px !important;

    }

    .back0 {
        min-height: 400px;
        object-fit: cover;
        object-position: top;
        max-height: 800px;

    }
    .back02 {
        min-height: 300px;
        background-size: cover;
        object-fit: cover;
        object-position: right;

    }
    .back03 {
        min-height: 300px;
        object-fit: cover;

    }
    .note11 {
        margin-top: 35px;
        padding-bottom: 20px;
        width: 99%;
    }
    .note12 {
        padding: 5px;
        margin-top: 10px;
    }
    .sepa{
        width: 40%;
    }
    .gg{
        background: white;
        border-radius: 20px;
    }
    /*about-us*/
    .sepa2{
        width: 100%;
        margin-top: -100px;
    }
    .poss2{
        position: absolute;
        top: 32%;
        left: 3%;
        width: 75%;

    }
    .poss3{
        position: absolute;
        top: 45%;
        left: 2%;
        width: 40%;
    }
    .subbak{
        object-position: left;
        min-height: 300px;
    }


    .smallfong2 {
        font-size: 16px !important;
        width: 60%;
    }
    .subbak2{
        object-position: left;
        min-height: 250px !important;
    }
    .font3{
        color: black !important;

    }
    .indd{
        z-index: 999;
        position: relative;
        margin-top: -1px;
        padding-bottom: 100px;
    }
    .mtt{
        margin-top: -45px;
    }

    .subbak4{
        object-position: right;
        min-height: 300px;
    }
    .poss4{
        position: absolute;
        top: 58% !important;
        right: 3% !important;
        width: 95%;
        text-align: right;

    }
    .paz{
        padding: 30px 20px;
    }
    .poss5{
        top: 70% !important;
    }
    .poss6{
        top: 50% !important;
    }
    .imagess{
        width: 200px;
        height: auto;
        padding: 0;
    }
    .bbt2{
        min-width: 100px !important;
        text-align: center !important;
    }
    .bbt3{
        max-width:95%;
        margin:0 5%;
        text-align: center !important;

    }
}
