*{
    box-sizing: border-box;
}
svg:not(:root) {
    overflow: hidden;
}
.main-wrapper {
    max-width: 1170px;
    margin: 0 auto;
    text-align: center;
}
.upload-main-wrapper{
    width: 100%;
    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: #00081e;
    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: 60px;
    text-align: center;
}
.upload-wrapper .file-upload-text {
    position: absolute;
    left: 80px;
    opacity: 1;
    visibility: visible;
    transition: 0.2s linear all;
}
.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);
    }
}
.loadFont {
    font-family: Verdana, Geneva, sans-serif;
    font-weight: 400;
}
.blueBar10{
    margin: 25px auto 0;
    max-width: 320px;
    width: 100%;
    background:#00081e !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
}
.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;
}
.bbt2{
    min-width: 250px !important;
    text-align: center !important;
}
.bbt3{
  max-width:95%;
    margin:0 25%;
    text-align: center !important;

}
.progressbar {
    counter-reset: step;
}

.progressbar li {
    position: relative;
    list-style: none;
    float: left;
    width: 20%;
    text-align: center;
    padding-bottom: 40px;
}
input#startDate {
    display: inline-block;
    position: relative;
}
.bbt1{
    min-width: 120px !important;
    text-align: center !important;
}
.blueBar2 {
    background-color: #00081e!important;
}
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;
}
/* Circles */
.progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 40px;
    height: 40px;
    border: 1px solid #A9A8A8;
    display: block;
    text-align: center;
    margin: 30px 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: #16305b ;
    top: 45px; /*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;
}
.imagess{
    width: 180px;
    height: auto;
    padding: 5px;
}
.imagess101{
    width: 100px;
    height: auto;
    padding: 5px;
}
.imagess22{
    width: 230px;
    height: auto;
    padding: 5px;
}
.imagess40{
    width: 100px;
    height: auto;
    padding: 5px;
    margin:  0 auto;

}
.imagess45{
    width: 135px;
    height: auto;
    padding: 0;
    margin: auto 0;

}
.imagess50{
    width: 46px;
    height: auto;
    padding: 10px;
    margin: auto 0;

}
.navbar-collapse{
    flex-grow: 0;
}
.blueBar3 {
    background-color: #00081e;
    color: #fff !important;
}

.blueBar3:hover {
    color: #D0D0D0 !important;
}
.blueBar4 {
    color: #00081e;
}
.blueBar5 {
    color: #00081e !important;
    background-color: #fff;

}
.borr{
    border: none; padding: 0;text-align: right;width: auto;
}
.poss{
    position: absolute;
    top: 9%;
    left: 10%;
}
.back0 {
    min-height: 500px;
    object-fit: cover;
    padding-bottom: 100px;
}
.fonti2{
    font-size: 16px !important;
}
.highlights{
    width: 100%;
    padding: 0 250px;
    z-index: 2;
}
.widd{
    width: 31% !important;
}
.bg3{
    background: #e7e7e7;
}
.bluebarbar {
    background-color: #00081e !important;
    color: #fff;
}
.colbor{
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}
.den_o{
    line-height: 35px;
}
.twocolumms{
    column-count: 2;
}
.whh{
    box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
    background: white !important;
    color: black !important;
}
.cont{
    max-width: 60%;
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
    margin-right: auto;
    margin-left: auto;
}
.subcont{
     width: 60%;
     padding-right: var(--bs-gutter-x,.75rem);
     padding-left: var(--bs-gutter-x,.75rem);
     margin-right: auto;
     margin-left: auto;
 }
.pxc{
    padding-top: 160px;
}
.pxc1{
    margin-top: -100px !important;
}
@media screen and (max-width:1199px) and (min-width:992px) {
    .highlights{
        width: 100%;
        padding: 0 30px;
        z-index: 2;
    }
    .pxc{
        padding-top: 160px;
    }
    .bbt1{
        min-width: 120px !important;
        text-align: center !important;
    }

    .poss{
        position: absolute;
        top: 5%;
        left: 2%;
    }
    .pxc1{
        margin-top: -30px !important;
    }
    .back0 {
        object-fit: cover;
        object-position: left;
        min-height: 400px;
        padding-top: 200px;
        padding-bottom: 130px;    }
}
@media screen and (max-width:991px) and (min-width:768px) {
    .highlights{
        width: 100%;
        padding: 0 30px;
        z-index: 2;
    }
    .poss{
        position: absolute;
        top: 9%;
        left: 9%;
    }
    .pxc{
        padding-top: 130px;
    }
    .back0 {
        object-fit: cover;
        object-position: left;
        min-height: 400px;
        padding-top: 200px;
        padding-bottom: 100px;    }
    .pxc1{
        margin-top: -30px !important;
    }
}
@media screen and (max-width:767px) and (min-width:576px) {
    .poss{
        position: relative;
        top: 5%;
    }
    .pxc{
        padding-top: 115px;
    }

    .back0 {
        min-height: 600px;
        object-fit: cover;
        object-position: center;
        padding-top: 360px;
        padding-bottom: 100px;
    }
    .highlights{
        width: 100%;
        padding: 0 30px;
        z-index: 2;
    }
    .foo{
        font-size: 8px;
    }
    .pxc1{
        margin-top: 0 !important;
    }

}
@media screen and (max-width:575px) {
    .pxc{
        padding-top: 120px;
    }
    .foo{
        font-size: 8px;
    }
    .poss{
        position: relative;
        left: 0;
        top: 0;
    }

    .navbar-brand {
      margin: 0 auto;
        padding-left: 40px;
    }
    .back0 {
        min-height: 700px;
        object-fit: cover;
        object-position: center;
        padding-top: 430px;
    }
    .imagess{
        width: 155px;
        height: auto;
        padding: 5px;

    }
    .imagess101{
        width: 100px;
        height: auto;
        padding: 5px;
    }
    .widd{
        width: 100% !important;
    }
    .highlights{
        width: 100%;
        padding: 0;
        z-index: 2;
        margin-top: 0 !important;
    }
    .pxc1{
        margin-top: 0 !important;
    }
    .vv{
        margin: 10px 0;
    }
    .imagess22{
        width: 150px;
        height: auto;
        padding: 5px;
    }
    .twocolumms{
        column-count: 1;
    }
    .bbt2{
        min-width: 100px !important;
        text-align: center !important;
    }
    .bbt3{
        max-width:95%;
        margin:0 5%;
        text-align: center !important;

    }
}
.carousel-inner {
    padding: 1em;
}
.card {
    margin: 0 0.5em;
    box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
    border: none;
}
.carousel-control-prev,
.carousel-control-next {
    background-color: #e1e1e1;
    width: 6vh;
    height: 6vh;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}
@media (min-width: 768px) {
    .carousel-item {
        margin-right: 0;
        flex: 0 0 33.333333%;
        display: block;
    }
    .carousel-inner {
        display: flex;
    }
}
.card .img-wrapper {
    max-width: 100%;
    height: 13em;
    display: flex;
    justify-content: center;
    align-items: center;
}
.card img {
    max-height: 100%;
}
@media (max-width: 767px) {
    .card .img-wrapper {
        height: 17em;
    }
}
