/********** Template CSS **********/
:root {
    --primary: #009CFF;
    --secondary: #777777;
    --light: #F8F8F8;
    --dark: #252525;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}
.textunderline{color: #0b7fff;
    padding-bottom: 9px;
    width: fit-content;
   border-bottom: 2px solid #fd6601;
    font-weight: 800;
    list-style: none;}
.dmsgbtn{
    float: right !important;
    font-size: smaller;
    color: #ffa00c;
    font-weight: 600;
}
p{text-align: justify;}
.h-50{ height: 83% !important;}
.spantext{font-size: smaller;
    color: #ffa00c;
    font-weight: 600;}
/** news &event***/
.title-underbar h3 {
    font-size: 18px;
    color: #000000;
    font-weight: 600;
    border-bottom: 3px solid #03a9f4;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.list_2 ul {
    margin: 15px auto;
    padding: 0;
    width: 90%;
}

.list_2 ul li {
    padding: 0;
    margin: 0;
    list-style: none;
    border-bottom: #bebcbc 1px dotted;
    background: url(../img/bullet.jpg) no-repeat left top;
    list-style: none;
    padding-left: 35px;
    padding-bottom: 12px;
    margin-bottom: 15px;
}
.list_2 ul li a {
    color: #242121;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.marquee a {
    color: #333;
    text-decoration: none;
}
.news-flash {
    margin-bottom: -48px;
    margin-left: 0;
    /* background-color: #fff; */
    background: linear-gradient(to top, #dfe9f3 0%, white 100%);
    border: 1px solid #26bdef;
    margin-top: -46px;
}
.news-content {
    height: 35px;
    float: right;
    width: 84%;
}
.top-text {
    color: #fff !important;
}
.marquee{padding-top: 10px;}
a.news-heading:hover {
    color: #efe1e1;}
.news-heading {
    float: left;
    width: 15%;
    position: relative;
    padding: 5px 6px;
    box-sizing: border-box;
    color: #FFF;
    font-size: 20px;
    background: #0d6efd;
    line-height: 17px;
    font-weight: 600;
}
a.rightbtn:hover{color: #000000;}
.rightbtn {
    cursor: pointer;
    outline: 0;
    color: #fff;
    background-color: #009cff;
    border-color: #a4a5a7;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    border: 1px solid transparent;
    padding: 3px 12px;
    font-size: 16px;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    text-decoration: none;
    float: right !important;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    padding-right: 2rem !important;
    padding-left: 2rem !important;
}
.simbtn {
    cursor: pointer;
    outline: 0;
    color: #009cff;
    /* background-color: #009cff; */
    border-color: #568bf5;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    border: 1px solid #a5a0a0;
    padding: 3px 12px;
    font-size: 16px;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    /* text-decoration: none; */
    float: right !important;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}
.footerbg-dark {
    background-color: #063f62 !important;
}
.footertext {
    color: #fff2f2 !important;
}
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
    /* background-color: #fcba24; */
}

.btn.btn-primary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 20px 0;
    color: #FFFFFF;
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--dark);
}

.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 8px 0;
    }

    .navbar .navbar-nav {
        margin-top: 8px;
        border-top: 1px solid rgba(256, 256, 256, .1)
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
#header-carousel .carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
    z-index: 1;
}

#header-carousel .carousel-control-prev,
#header-carousel .carousel-control-next {
    width: 10%;
}

#header-carousel .carousel-control-prev-icon,
#header-carousel .carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 500px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

#header-carousel .carousel-indicators [data-bs-target] {
    /* width: 60px;
    height: 60px; */
    text-indent: 0;
    margin-bottom: 15px;
    border: 2px solid #FFFFFF;
    border-radius: 60px;
    overflow: hidden;
}

#header-carousel .carousel-indicators [data-bs-target] img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/inner.png) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--secondary);
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}


/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.section-title::before {
    position: absolute;
    content: "";
    width: calc(100% + 80px);
    height: 2px;
    top: 4px;
    left: -40px;
    background: var(--primary);
    z-index: -1;
}

.section-title::after {
    position: absolute;
    content: "";
    width: calc(100% + 120px);
    height: 2px;
    bottom: 4px;
    left: -60px;
    background: var(--primary);
    z-index: -1;
}

.section-title.text-start::before {
    width: calc(100% + 40px);
    left: 0;
}

.section-title.text-start::after {
    width: calc(100% + 60px);
    left: 0;
}



/*** Img Border ***/
.img-border {
    position: relative;
    height: 100%;
    min-height: 400px;
}

.img-border::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 3rem;
    bottom: 3rem;
    border: 5px solid #fcba24;
    border-radius: 6px;
}

.img-border img {
    position: absolute;
    top: 3rem;
    left: 3rem;
    width: calc(100% - 3rem);
    height: calc(100% - 3rem);
    object-fit: cover;
    border-radius: 6px;
}


/*** Facts ***/
.fact-item {
    transition: .5s;
}

.fact-item:hover {
    margin-top: -10px;
    background: #FFFFFF !important;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}


/*** Service ***/
.service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
    border: 1px solid transparent;
    transition: .5s;
}

.service-item:hover {
    margin-top: -10px;
    box-shadow: none;
    border: 1px solid #DEE2E6;
}


/*** Feature ***/
.progress {
    height: 5px;
}

.progress .progress-bar {
    width: 0px;
    transition: 3s;
}


/*** Project ***/
.project-item a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: rgba(0, 0, 0, .5);
    border-radius: 6px;
    opacity: 0;
    transition: .5s;
}

.project-item:hover a {
    opacity: 1;
}

.project-carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
}

.project-carousel .owl-dot {
    width: 50px;
    height: 50px;
    margin: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #DEE2E6;
    border-radius: 45px;
    transition: .5s;
}

.project-carousel .owl-dot:hover,
.project-carousel .owl-dot.active {
    color: #FFFFFF;
    border-color: var(--primary);
    background: var(--primary);
}


/*** Team ***/
.team-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.team-item .team-text {
    position: relative;
    height: 65px;
    overflow: hidden;
}

.team-item .team-title {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.team-item:hover .team-title {
    top: -65px;
}

.team-item .team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 65px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    transition: .5s;
}

.team-item .team-social .btn {
    margin: 0 3px;
}

.team-item:hover .team-social {
    top: 0;
}


/*** Testimonial ***/

.testimonial-carousel .owl-item .testimonial-item img {
    width: 60px;
    height: 60px;
}

.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item .testimonial-item * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin: 0 12px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #DEE2E6;
    border-radius: 50px;
    font-size: 18px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: #FFFFFF;
    border-color: var(--primary);
    background: var(--primary);
}


/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #ffffff;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}
.footer-title{padding: 4px 4px 15px 4px; border-bottom: 1px solid #9bb0c8;}
.footer-btn {
    color: #fff;
    cursor: pointer;
    background-color: #009cff;
    border: 1px solid #fff6f6;
    font-size: 1rem;
    border-radius: 6px;
}
.footer-btn:hover {
    color: #000;
    background-color: #fcba24;
    border-color: #fff1d2;
}
.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #ffffff;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}
@media (min-width: 992px) {
    .d-lg-flex {
        display: flex !important;
        background-color: #1380c5;
    }
}
:root {
  --theme-color: linear-gradient(180deg, rgb(0 156 255) 0%, rgb(70 91 144) 100%);
  --color-secondary: #FFA800;
  --body-color: #404040;
  --bold-color: #191919;
  --border-color: #d6d6d6;
  --button-hover: #222222;
  --shadow: 0 0 1rem #dddddd;
}
/* Main -> Admin Tabs */
.page-tabs {
  list-style: none;
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
  margin: 0 0 1rem 0;
  padding: 0;
  border-bottom: 2px solid var(--border-color);
}
ul.page-tabs li {
  padding: 0;
}
ul.page-tabs li a {
  padding: 4px 10px;
  background: var(--border-color);
  color: var(--bold-color);
  transition: all 0.3s ease;
}
ul.page-tabs li a:hover {
  background: var(--color-secondary);
  color: #ffffff;
}
ul.page-tabs li.active-page-tab a {
  background: var(--theme-color);
  color: #ffffff;
}

@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.ticker-wrap {
 
  bottom: 0;
  width: 100%;
  overflow: hidden;
  padding-left: 100%;
  box-sizing: content-box;
}
.ticker-wrap .ticker {
  display: inline-block;
  
  white-space: nowrap;
  padding-right: 100%;
  box-sizing: content-box;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: ticker;
  animation-name: ticker;
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
}
.ticker-wrap .ticker__item {
  display: inline-block;
  padding: 0 2rem;
 
  color: white;
}
.region-counter img {Position:absolute;min-height:100%;object-fit: cover;}
 #user-login-form  {
  background: #fff;
  max-width: 620px;
  width: 100%;
  padding: 58px 44px;
  border: 1px solid ##e1e2f0;
  border-radius: 4px;
  box-shadow: 0 0 5px 0 rgba(42, 45, 48, 0.12);
  transition: all 0.3s ease;
}

#user-login-form {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

#user-login-form label {
  font-size: 13px;
  color: #8086a9;
}

#user-login-form input {
  flex: 1;
  padding: 13px;
  border: 1px solid #d6d8e6;
  border-radius: 4px;
  font-size: 16px;
  transition: all 0.2s ease-out;
}

#user-login-form input:focus {
  outline: none;
  box-shadow: inset 2px 2px 5px 0 rgba(42, 45, 48, 0.12);
}

#user-login-form input::placeholder {
  color: #C8CDDF;
}

 #user-login-form [type="submit"] {
  width: 100%;
  padding: 12px;
  font-size: 18px;
  background:  var(--theme-color);
  color: #fff;
  border: none;
  border-radius: 100px;
  cursor: pointer;
  font-family: 'Open Sans', sans-serif;
  margin-top: 15px;
  transition: background 0.2s ease-out;
}

#user-login-form button:hover {
  background: #55D3AC;
}

@media(max-width: 458px) {
  
  
  #user-login-form {
    background: #f9faff;
    border: none;
    box-shadow: none;
    padding: 20px 0;
  }

}
 table {
   width: 100%;
   margin-bottom: 1.2rem;
   border-spacing: 0;
   border-collapse: collapse;
}
th,
tr,
td {
  vertical-align: middle;
}
th {
  margin: 0;
  padding: 10px;
  
  background: var(--theme-color);
  color: #fff;
  border: 2px solid var(--theme-color);
  text-align: left;
  text-shadow: none;
}
td {
  padding: 5px 10px;
  border: 2px solid #d6d6d6;
}
.file--application-pdf {
	
    display: inline-block;
    min-height: 16px;
    padding-left: 39px;
    background-repeat: no-repeat;
    background-position: left center;
  background-image: url(../img/pdf_icon.png);
}
.colorbox img {max-width:100%;height: auto;}
.message-container {
        background-color: #ffffff;
        border-radius: 10px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        max-width: 800px;
        margin: 60px auto;
        padding: 30px;
       
        border-right: 5px solid #54a0ff;
        
    }
    .header-section {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }
    .profile-pic {
        flex: 0 0 120px;
        max-width: 120px;
        border-radius: 50%;
        overflow: hidden;
        margin-right: 20px;
        border: 3px solid #ff6b6b;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }
    .profile-pic img {
        width: 100%;
        height: auto;
    }
    .chairman-details {
        flex: 1;
    }
    .chairman-name {
        font-size: 28px;
        font-weight: bold;
        color: #333333;
        margin: 0;
    }
    .designation {
        font-size: 18px;
        color: #555555;
        margin-top: 4px;
    }
    .message-body {
        font-size: 16px;
        color: #333333;
        line-height: 1.8;
        text-align: left;
    }
    .message-body p {
        margin-bottom: 20px;
    }
    .message-footer {
        text-align: right;
        margin-top: 30px;
        font-size: 16px;
        color: #555555;
    }
    .gradient-bar {
        height: 4px;
        background: linear-gradient(to right, #ff6b6b, #54a0ff, #1dd1a1, #feca57);
        border-radius: 2px;
        margin: 20px 0;
    }
	.service-item .mb-0 a {text-decoration:none; color:black;}
	/*Page registration*/
.courses-details-area .webform-submission-registration-form {
   /* background: url(../img/feedback-img.png) no-repeat;
    background-position: 80% 50%;*/
}
.webform-section-title{
    text-align: center;
    color: #ff4901;
    font-family: 'Font Awesome 5 Free';
    
}
.webform-submission-registration-form {
    max-width: 500px;
    text-align: center;
}

.webform-submission-registration-form label{ font-weight: normal; font-size: 15px; margin: 0; display: block;}
.webform-submission-registration-form .js-form-item {
    margin: 15px 0;
}

.webform-submission-registration-form .js-form-item .form-text,
.webform-submission-registration-form .js-form-item .form-tel,
.webform-submission-registration-form .js-form-item .form-email {
    width: 80%;
    box-sizing: border-box;
    height: 35px;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #c3c2c2;
}

.webform-submission-registration-form .js-form-item label {
    font-weight: normal;
    font-size: 15px;
    margin: 0;
}

.webform-submission-registration-form .js-form-item textarea {
    height: 100px;
    width: 80%;
    box-sizing: border-box;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #c3c2c2;
}

.webform-submission-registration-form .form-actions .form-submit {
    border: none;
    background-color: #015eb4;
    font-size: 13px;
    color: #fff;
    padding: 5px 10px;
    box-sizing: border-box;
    display: inline-block;
}
.leftimg{background: url(https://www.stxaviercollegesquare.org/themes/stxavier/img/feedback-img.png) no-repeat;
    background-position: 80% 50%;}