.item-testimonials {
    padding: 0;
    text-align: center;
    /* background-color: rgb(255 255 255); */
    -webkit-border-radius: 3px;
    border-radius: 8px;
    -webkit-transition: all ease-in-out .6s;
    transition: all ease-in-out .6s;
}

.item-testimonials {
    /* background-color: #f3f3f3; */
    border-radius: 0;
    width: 100%;
    object-fit: contain;
    margin: 0 auto 0px auto;
    display: inline-block;
    border: 4px solid #ffffff;
    box-shadow: none !important;
}

.item-testimonials img {
    background-color: #f3f3f3;
    -webkit-border-radius: 50%;
    border-radius: 0;
    width: 100%;
    height: 270px;
    object-fit: contain;
    margin: 0 auto 10px auto;
    display: inline-block;
    /* border: 4px solid #ffffff; */
    -webkit-transition: all ease .6s;
    transition: all ease .6s;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
img, svg {
    vertical-align: middle;
}

.item-testimonials .name {
    color: #c42526;
    font-weight: 500;
    font-size: 14px;
    padding: 5px 0;
    line-height: 18px;
}
.item-testimonials span {
    display: block;
    font-size: 13px;
    padding-bottom: 5px;
    color: black;
    font-weight: bold;
}
.item-testimonials p

 {
    padding-top: 0px;
    color: #000;
    font-weight: 400;
    font-size: 12px;
    padding-bottom: 0px;
    margin: 0;
    line-height: 18px;
}
.name-deg-des {
    padding-bottom: 10px;
}
.item-testimonials h5 {
    font-size: 16px;
    color: #c42526;
}
.img-fluidresult {
    max-width: 100%;
    height: 100%;
}

.curiculam-pdf-ico a {
    background: #ececec;
    padding: 6px 5px;
    border-radius: 5px;
}
.curiculam-pdf-ico img {
    width: 50px;
}
.curiculam-pdf-ico h5{
    font-size: 16px !important;
}
.custom-box {
    margin-bottom: 3rem !important;
}
.dropdown-menu li {
    list-style: none !important;
}
#myDropdown li {
    list-style: none !important;
}
ul.dropdown-menu {
    padding: 0 !important;
}
ul#myDropdown {
    padding: 0 !important;
}

.choose li{
    list-style: none !important;
}

.marquee-track img {
    display: inline-block !important;
}

.social-media .fab {
    display: inline-flex;
}

/* career form */


.application-form {
    max-width: 1200px;
    margin: 40px auto;
}

/* Row reset */
.application-form .applicationform .row {
    padding: 0;
}

/* Field spacing */
.application-form .applicationform .col-md-3,
.application-form .applicationform .col-md-4,
.application-form .applicationform .col-md-6,
.application-form .applicationform .col-md-12 {
    margin-bottom: 15px;
}

/* Inputs */
.application-form .form-control {
    width: 100%;
    height: 38px;
    padding: 8px 10px;
    font-size: 13px;
    border: 1px solid #ddd;
    border-radius: 0;
    color: #555;
    box-shadow: none;
}

/* Textarea */
.application-form textarea.form-control {
    height: auto;
    min-height: 38px;
}

/* Section headings */
.application-form h5 {
    margin: 25px 0 10px;
    color: #c42526;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
}

/* Flex groups (child, from-to etc.) */
.application-form .d-flex {
    display: flex;
    align-items: center;
    gap: 8px;
}

.application-form .d-flex input {
    flex: 1;
}

/* Labels (From / To etc.) */
.application-form .applicationform span {
    font-size: 12px;
    min-width: 45px;
    display: flex;
    align-items: center;
}

/* File upload */
.application-form .choose-file {
    border: 1px solid #ddd;
    padding: 6px 10px;
    background: #fff;
    cursor: pointer;
}

.application-form #pic {
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    font-size: 13px;
    color: #333;
}

/* Buttons */
.application-form .btn-success {
    background: #2e7d32;
    border: none;
    padding: 5px 10px;
    font-size: 12px;
}

.application-form .btn-success:hover {
    background: #256628;
}

/* Submit button */
.application-form .career {
    background: #0d6efd;
    border: none;
    font-size: 14px;
}

.application-form .career:hover {
    background: #0b5ed7;
}

/* Checkbox */
.application-form .simple-reg-terms {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 13px;
}

.application-form .heading-title h2 {
    font-size: 25px;
    margin-bottom: 20px;
}
.studentlife-img {
    height: 230px;
    object-fit: cover;
    width: 100%;
    border-radius: 10px;
    background: none;
}

.infra h3{
font-size:20px !important;
}

