.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
}
.h1,
h1 {
    text-transform: uppercase;
}
h1,
h2,
h3 {
    font-size: clamp(1.1rem, 2vw, 1.4rem);
    font-weight: bold;
    color: #364d81;
}
a {
    text-decoration: none;
    font-size: 0.813rem;
}
a:hover {
    color: rgba(215, 216, 219, .95);
}
/*Sass Variable*/
body {
    font-family: "Open Sans", sans-serif;
    position: relative;
}
.bg-primary {
    background-color: #344b80 !important;
}
.btn-primary {
    color: #fff;
    background-color: #344b80;
    border-color: #344b80;
}
.error-message {
    color: #dc3545;
    font-size: 0.8rem;
    font-weight: bold;
}
.mandatory-field {
    color: #dc3545;
}
.alert-danger {
    color: #fff;
    background-color: #c9324f;
    border-color: #f5c2c7;
}
/**************************************** Placeholder Hide on Focus ****************************/
::-webkit-input-placeholder {
    opacity: 1;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}
/* Chrome <=56, Safari < 10 */
:-moz-placeholder {
    opacity: 1;
    -moz-transition: opacity .5s;
    transition: opacity .5s;
}
/* FF 4-18 */
::-moz-placeholder {
    opacity: 1;
    -moz-transition: opacity .5s;
    transition: opacity .5s;
}
/* FF 19-51 */
:-ms-input-placeholder {
    opacity: 1;
    -ms-transition: opacity .5s;
    transition: opacity .5s;
}
/* IE 10+ */
::placeholder {
    opacity: 1;
    transition: opacity .5s;
}
/* Modern Browsers */
*:focus::-webkit-input-placeholder {
    opacity: 0;
}
/* Chrome <=56, Safari < 10 */
*:focus:-moz-placeholder {
    opacity: 0;
}
/* FF 4-18 */
*:focus::-moz-placeholder {
    opacity: 0;
}
/* FF 19-50 */
*:focus:-ms-input-placeholder {
    opacity: 0;
}
/* IE 10+ */
*:focus::placeholder {
    opacity: 0;
}
/* Modern Browsers */
/**************************************** end Placeholder Hide on Focus ****************************/
/*For Home Page Body*/
/* .hm-body{
    background: url('../images/back-home-hm.jpg') no-repeat center center;
    background-size: cover; 
}
.hm-body:before {
    content: '';
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    background-color:rgb(234,239,244,0.9);
    z-index: -1;
} */
/*For Navigation*/
#navbarSupportedContent .nav-icons>li>a,
#navbarSupportedContent1 .nav-icons>li>a {
    text-align: center;
    font-size: 14px;
    color: #334a7f;
    font-weight: bold;
}
.form-floating>.form-control:-webkit-autofill~label {
    color: #334a7f;
}
.or-line {
    position: relative;
    overflow: hidden;
}
.or-line:after,
.or-line:before {
    position: absolute;
    background-color: #fff;
    width: 47%;
    height: 1px;
    content: "";
    top: 50%;
    z-index: 0;
}
.or-line:after {
    right: 0;
}
.or-line:before {
    left: 0;
}
/*Global Overrights*/
.bg-primary {
    background: #344b80 !important;
}
.text-primary {
    color: #344b80 !important;
}
.bg-white {
    background: #fff !important;
}
/*button Style rounded*/
.btn-rnd-global {
    background-color: #c9324f;
    color: #fff;
    border-radius: 50px;
    -moz-border-radious: 50%;
    -webkit-border-radious: 50px;
    padding: 10px 20px;
    border-radius: 50px;
    border: solid 2px #fff;
    transition: all 1s;
    font-size: 0.9rem;
}
.btn-rnd-global:hover {
    background-color: #344c81;
    color: #fff;
}
.drp-btn .dropdown-menu > li >a {
    font-size:0.8rem;
    color: #344c81;
    font-weight: bold;
}
.navbar .logo-alumni {
    max-width: 110px;
}
.nav-wrapper {
    width: 100%;
    position: sticky;
    top: 0;
}
#myCarousel .card.user-card {
    border-top: none;
    -webkit-box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.05), 0 -2px 1px -2px rgba(0, 0, 0, 0.04), 0 0 0 -1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.05), 0 -2px 1px -2px rgba(0, 0, 0, 0.04), 0 0 0 -1px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 150ms linear;
    transition: all 150ms linear;
}
#myCarousel .card {
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2.94px 0.06px rgba(4, 26, 55, 0.16);
    box-shadow: 0 1px 2.94px 0.06px rgba(4, 26, 55, 0.16);
    border: none;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#myCarousel .card .card-header {
    background-color: transparent;
    border-bottom: none;
    padding: 25px;
}
#myCarousel .card .card-header h5 {
    margin-bottom: 0;
    color: #222;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    margin-right: 10px;
    line-height: 1.4;
}
#myCarousel .card .card-header+.card-block,
.card .card-header+.card-block-big {
    padding-top: 0;
}
#myCarousel .user-card .card-block {
    text-align: center;
}
#myCarousel .card .card-block {
    padding: 25px;
}
#myCarousel .user-card .card-block .user-image {
    position: relative;
    margin: 0 auto;
    display: inline-block;
    padding: 5px;
    width: 110px;
    height: 110px;
}
#myCarousel .user-card .card-block .user-image img {
    z-index: 20;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 100px;
    height: 100px;
}
#myCarousel .img-radius {
    border-radius: 50%;
}
#myCarousel .f-w-600 {
    font-weight: 600;
}
#myCarousel .m-b-10 {
    margin-bottom: 10px;
}
#myCarousel .m-t-25 {
    margin-top: 25px;
}
#myCarousel .m-t-15 {
    margin-top: 15px;
}
#myCarousel .card .card-block p {
    line-height: 1.4;
}
#myCarousel .text-muted {
    color: #919aa3 !important;
}
#myCarousel .user-card .card-block .activity-leval li.active {
    background-color: #2ed8b6;
}
#myCarousel .user-card .card-block .activity-leval li {
    display: inline-block;
    width: 15%;
    height: 4px;
    margin: 0 3px;
    background-color: #ccc;
}
#myCarousel .user-card .card-block .counter-block {
    color: #fff;
}
#myCarousel .bg-c-blue {
    background: linear-gradient(45deg, #4099ff, #73b4ff);
}
#myCarousel .bg-c-green {
    background: linear-gradient(45deg, #2ed8b6, #59e0c5);
}
#myCarousel .bg-c-yellow {
    background: linear-gradient(45deg, #FFB64D, #ffcb80);
}
#myCarousel .bg-c-pink {
    background: linear-gradient(45deg, #FF5370, #ff869a);
}
#myCarousel .m-t-10 {
    margin-top: 10px;
}
#myCarousel .p-20 {
    padding: 20px;
}
#myCarousel .user-card .card-block .user-social-link i {
    font-size: 30px;
}
#myCarousel .text-facebook {
    color: #3B5997;
}
#myCarousel .text-twitter {
    color: #42C0FB;
}
#myCarousel .text-dribbble {
    color: #EC4A89;
}
#myCarousel .user-card .card-block .user-image:before {
    bottom: 0;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}
#myCarousel .user-card .card-block .user-image:after,
#myCarousel .user-card .card-block .user-image:before {
    content: "";
    width: 100%;
    height: 48%;
    border: 2px solid #4099ff;
    position: absolute;
    left: 0;
    z-index: 10;
}
#myCarousel .user-card .card-block .user-image:after {
    top: 0;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}
#myCarousel .user-card .card-block .user-image:after,
#myCarousel .user-card .card-block .user-image:before {
    content: "";
    width: 100%;
    height: 48%;
    border: 2px solid #4099ff;
    position: absolute;
    left: 0;
    z-index: 10;
}
#myCarousel {
    margin-top: 50px;
}
#myCarousel .card .rounded-circle {
    width: 50%;
    border: solid 1px #344b80;
    padding: 1px;
}
.carousel-control-next,
.carousel-control-prev {
    justify-content: end;
    text-align: right;
    right: 15px;
}
.carousel-control-prev {
    justify-content: start;
    text-align: left;
    left: 15px;
}
/*CSS for Ticker*/
.list-ticker ul {
    list-style: none;
}
.list-ticker li {
    padding: 20px;
    border-bottom: 1px dashed #ccc;
}
.list-ticker li:after {
    content: '';
    display: block;
    clear: both;
}
.list-ticker img {
    float: left;
    max-width: 50px;
    margin: 5px 15px 0 0;
}
.list-ticker a {
    font-size: 0.9rem;
    font-weight: bold;
    font-style: italic;
}
.list-ticker p {
    argin: 15px 0 0;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    color: #344b80;
    display: flex;
    align-items: center;
}
#ntc-lst>li {
    padding-bottom: 10px;
    list-style-type: none;
}
#ntc-lst>li:last-child {
    padding-bottom: 0;
}
#ntc-lst>li a {
    display: flex;
    background-color: #dc3545;
    border-radius: 50px;
    padding: 10px 30px;
    color: #fff;
    gap: 10px;
    border: solid 1px #344b80;
    font-weight: bold;
    align-items: center;
    font-style: italic;
    font-size: clamp(0.6rem, 2vw, 0.9rem);
}
#ntc-lst li>a>span {
    border-right: solid 1px #ccc;
    padding-right: 10px;
    font-weight: bold;
    flex-basis: 25%;
}
#ntc-lst {
    margin-bottom: 50px;
}
.ntc-back {
    background-image: url(../front/images/bbd-alumni-bg.jpg);
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
}
.ntc-back:before {
    background-color: rgba(53, 75, 128, 0.8);
    content: "";
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
/*End of Ticker*/
/* other Page CSS */
.pg-inner {
    min-height: 460px;
}
.form-floating>.form-control,
.form-floating>.form-select {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.bdr-gry {
    border: 1px solid #ccc;
}
.bdr-gry:focus {
    border: 1px solid #dc3545 !important;
}
.fs-res * {
    font-size: 0.8rem;
}

.people-search {
    width: 140px;
   height: 140px;
}


.wrapper {
    min-height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    align-items: center;
    display: flex;
}
.bd .wrapper {
    flex-flow: column;
}
.inner {
    margin: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    /*  background: url("../images/bg-reg.png"); */
    background-repeat: no-repeat;
    position: relative;
}
.inner h3 {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 32px;
    color: #333;
    letter-spacing: 2px;
}
.bg-con {
    position: relative;
}
.bg-con:before {
    /* background-color: rgba(255,255,255,0.8); */
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 0;
    background: rgb(255, 255, 255);
    background: radial-gradient(circle, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 45%, rgba(38, 66, 126, 0.9) 100%);
}
form.reg {
    background-color: #fff;
    padding: 20px 40px;
    border: solid 1px #cccccc;
    border-radius: 15px;
}
.form-group {
    display: flex;
}
.form-group .form-wrapper {
    width: 50%;
}
.form-group .form-wrapper:first-child {
    margin-right: 20px;
}
.form-wrapper {
    margin-bottom: 17px;
}
.form-wrapper label {
    margin-bottom: 9px;
    display: block;
    font-size: 0.9rem;
    font-weight: bold;
}
.form-control {
    border: 1px solid #ccc;
    display: block;
    width: 100%;
    min-height: 36px;
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 0.9rem;
    white-space: normal;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 0.9rem;
    color: inherit !important;
}
.input-group-text {
    line-height: 1.6;
    padding: 0.5rem .75rem;
}
.form-control:focus {
    border: 1px solid #dc3545;
}
select {
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    padding-left: 20px;
}
select option[value=""][disabled] {
    display: none;
}
.btn-sld {
    background: #c9324f;
    font-size: 0.8rem;
    color: #fff;
    text-transform: uppercase;
    border-radius: 20px;
    overflow: hidden;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.btn-sld:hover {
    color: #fff;
}
.btn-sld:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #344b80;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.btn-sld:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.checkbox {
    position: relative;
}
.checkbox label {
    padding-left: 22px;
    cursor: pointer;
}
.checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.checkbox input:checked~.checkmark:after {
    display: block;
}
.checkmark {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 12px;
    width: 13px;
    border-radius: 2px;
    background-color: #ebebeb;
    border: 1px solid #ccc;
    font-family: Material-Design-Iconic-Font;
    color: #000;
    font-size: 10px;
    font-weight: bolder;
}
.checkmark:after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    content: '\f26b';
}
/* .bg-hdr-custom {
        background-color:#EAEFF4;
        padding-bottom: 20px; 
        top: 0;
        z-index: 999;
} */
.select2-container--default .select2-selection--single {
    border: 1px solid #ccc !important;
    display: block !important;
    width: 100% !important;
    min-height: 40px !important;
    padding: 4px 20px !important;
    border-radius: 20px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-left: -14px !important;
    margin-top: 3px !important;
}
.captch .g-recaptcha>div {
    width: 100% !important;
    height: auto !important;
}
.captcha .rc-anchor-normal {
    width: auto !important;
}
.txt-small {
    font-size: 0.6rem;
}
.list-group-item {
    transition: background-color 0.5s;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
    background-color: rgba(0, 0, 0, .05)
}
/* Registion Page Label Hide by default */
.reg .form-wrapper {
    position: relative;
}
#storeUser .select2-container {
    width: 100% !important;
}
.reg .form-wrapper>label,
label.ttle-mobile {
    position: absolute;
    top: -15px;
    left: 0;
    background-color: #fff;
    padding: 2px 2px;
    margin-bottom: 0;
    z-index: 99;
    font-weight: 400;
    font-size: 0.8rem;
    visibility: hidden;
    transition: visibility 0.2s linear, opacity 0.2s linear;
    opacity: 0;
}
.reg .form-wrapper>label.title-conditional.showttle,
label.ttle-mobile.title-conditional.showttle {
    visibility: visible;
    opacity: 1;
}
.fs-registration {
    font-size: clamp(0.8rem, 2vw, 1rem);
}
.form-floating>.form-control,
.form-floating>.form-select {
    height: max(48px, 4.5vw);
}
.form-floating>label {
    font-size: clamp(14px, 2vw, 16px)
}
/* Registion Page Datepicker font size */
.ui-datepicker .ui-datepicker-title select {
    font-size: clamp(0.7rem, 2vw, 0.9rem) !important;
}
.ui-datepicker td>a {
    font-size: clamp(0.6rem, 2vw, 0.8rem);
}



@media (max-width: 991px) {
    .inner {
        min-width: 768px;
    }
    .people-search {
        width: 110px;
        height: 60px;
    }

}
@media (max-width: 767px) {
    .inner {
        min-width: auto;
        background: none;
        padding-top: 0;
        padding-bottom: 0;
    }
    .bg-con:before {
        content: none;
    }
    .bg-con {
        background: none !important;
    }
    form.reg {
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
    }
}


@media (max-width: 768px) {
    #myCarousel .carousel-inner .carousel-item>div {
        display: none;
    }
    #myCarousel .carousel-inner .carousel-item>div:first-child {
        display: block;
    }
    .btn-rnd-global {
        padding: 10px 12px;
        font-size: 0.7rem;
    }
    .fs-res li {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
        gap: 7px;
        line-height: normal;
    }


    .people-search {
        width: 100px;
        height: 100px;
    }

}



@media (max-width:600px) {
    #navbarSupportedContent,
    #navbarSupportedContent1 {
        position: absolute;
        top: 72px;
        background-color: #EAEFF4;
        width: 95%;
        z-index: 9999;
    }
    #navbarSupportedContent1 {
        background-color: #fff;
    }
    .fs-res * {
        font-size: 0.8rem;
    }
    /* For Regsistration Signup Responsiveness */
    .reg .form-group .form-wrapper {
        width: 100% !important;
    }
    .reg .form-group {
        display: block;
    }
    .nav-wrapper {
        position: static;
    }
    .nav-wrapper+#scroll-up {
        padding: 15px 20px 10px;
    }

    .people-search {
        width: 70px;
       height: 70px;
    }

}


#myCarousel .carousel-inner .carousel-item.active,
#myCarousel .carousel-inner .carousel-item-start,
#myCarousel .carousel-inner .carousel-item-next,
#myCarousel .carousel-inner .carousel-item-prev {
    display: flex;
}
@media (min-width: 768px) {
    #myCarousel .carousel-inner .carousel-item-right.active,
    #myCarousel .carousel-inner .carousel-item-next,
    #myCarousel .carousel-item-next:not(.carousel-item-start) {
        transform: translateX(25%) !important;
    }
    #myCarousel .carousel-inner .carousel-item-left.active,
    #myCarousel .carousel-item-prev:not(.carousel-item-end),
    #myCarousel .active.carousel-item-start,
    #myCarousel .carousel-item-prev:not(.carousel-item-end) {
        transform: translateX(-25%) !important;
    }
    #myCarousel .carousel-item-next.carousel-item-start,
    #myCarousel .active.carousel-item-end {
        transform: translateX(0) !important;
    }
    #myCarousel .carousel-inner .carousel-item-prev,
    #myCarousel.carousel-item-prev:not(.carousel-item-end) {
        transform: translateX(-25%) !important;
    }
}
/* When the width is between 600px and 900px or above 1100px - change the appearance of <div> */
@media screen and (min-width: 767px) and (max-width: 992px) {
    .btn-rnd-global {
        padding: 10px 10px;
        font-size: 0.7rem;
    }
}
@media (max-width: 600px) {
    .form-control,
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        padding: 5px 20px;
    }
    .input-group-text {
        line-height: 1.6;
        padding: 0.3rem .75rem;
    }
}