@font-face {
  font-family: "Cloister Black";
  src: url("../fonts/CloisterBlack.ttf") format("ttf");
}

body {
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
}


::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    background: rgba(184, 46, 51, 1);
    background: -moz-linear-gradient(top, rgba(184, 46, 51, 1) 0%, rgba(132, 23, 25, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(184, 46, 51, 1)), color-stop(100%, rgba(132, 23, 25, 1)));
    background: -webkit-linear-gradient(top, rgba(184, 46, 51, 1) 0%, rgba(132, 23, 25, 1) 100%);
    background: -o-linear-gradient(top, rgba(184, 46, 51, 1) 0%, rgba(132, 23, 25, 1) 100%);
    background: -ms-linear-gradient(top, rgba(184, 46, 51, 1) 0%, rgba(132, 23, 25, 1) 100%);
    background: linear-gradient(to bottom, rgba(184, 46, 51, 1) 0%, rgba(132, 23, 25, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b82e33', endColorstr='#841719', GradientType=0);
    outline: 1px solid slategrey;
    border-radius: 50px;
}

.top-header {
    /*background-color: #841719;*/
    background: rgba(184,46,51,1);
    background: -moz-linear-gradient(top, rgba(184,46,51,1) 0%, rgba(132,23,25,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(184,46,51,1)), color-stop(100%, rgba(132,23,25,1)));
    background: -webkit-linear-gradient(top, rgba(184,46,51,1) 0%, rgba(132,23,25,1) 100%);
    background: -o-linear-gradient(top, rgba(184,46,51,1) 0%, rgba(132,23,25,1) 100%);
    background: -ms-linear-gradient(top, rgba(184,46,51,1) 0%, rgba(132,23,25,1) 100%);
    background: linear-gradient(to bottom, rgba(184,46,51,1) 0%, rgba(132,23,25,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b82e33', endColorstr='#841719', GradientType=0 );
    padding: 5px 0;
}
.top-header .left ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.top-header .left ul li {
    float: left;
    margin-right: 5px;
    color: #fff;
    line-height: 30px;
}
.top-header .left ul li a {
    color: #f29400;
}
.top-header .right ul {
    list-style: none;
    padding-left: 0;
    float: right;
    margin-bottom: 0;
}
.top-header .right ul li {
    float: left;
    margin-left: 5px;
	margin-bottom: 2px;
}
.top-header .right ul li a {
    
}

.btn-animation  {
	color: #fff;
  animation: pulse 2s infinite;
}
/*created for green blink of vacany button done by ajay 1-2-23*/
.btn-animation-new  {
  
    color: #fff;
  animation: blink 1s infinite;
}
@keyframes blink {
  0% {
     background-color: #00D100;
  }
  100% {
     background-color: #8AFF8A;
  }
}
@keyframes pulse {
  0% {
     background-color: #FFC107;
  }
  100% {
     background-color: #de4b2d;
  }
}

.middle-header {
    background: url(../img/texture-bg.jpg) center no-repeat;
    background-size: cover;
}
.middle-header .logo {
    max-height: 150px;
    margin: 0 auto;
    padding: 10px 0;
}
.middle-header h1 {
    color: #f3392b;
    text-shadow: -2px 0px 0px #841719;
    font-family: 'Cloister Black', sans-serif;
    font-size: 50px;
}

.social-links {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.social-links li {
    float: left;
}
.social-links li a {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    display: block;
    color: #fff;
}


.btn-theme {
    color: #fff;
    background-color: #de4b2d;
}
.btn-theme:hover {
    color: #fff;
    background-color: #de4b2d;
}

.btn:focus,
button:focus {
    outline: none;
    box-shadow: none;
}
.form-control:focus {
    outline: none;
    box-shadow: none;
}

.main {
    position: relative;
    overflow: hidden;
}

section {
    padding: 60px 0;
}

p {
    text-align: justify;
}

.title {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.title:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 100px;
    height: 3px;
    border-radius: 50px;
    background-color: #de4b2d;
}
.text-caps {
    text-transform: uppercase;
}

.tickercontainer {
    background-color: rgba(132, 23, 25, .6);
    overflow: visible !important;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99;
}
.tickercontainer ul {
    padding: 10px 0;
}
.tickercontainer ul li {
    color: #fff;
    font-size: 12px;
    position: relative;
    padding-left: 20px !important;
    margin-right: 20px;
}
.tickercontainer ul li:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 10px;
    background-color: #f1f1f1;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.tickercontainer ul li span {
    color: #f29400;
}
.tickercontainer ul li a {
    color: #f29400;
    margin-left: 10px;
}
.tickercontainer ul li a:hover {
    color: #17a2b8;
}

.navbar-toggler {
    color: #fff;
}
.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}
.navbar-nav li a {
    font-size: 16px;
    color: #fff;
    position: relative;
}
.navbar-nav li ul {
    padding: 0;
}
.navbar-nav li ul li a {
    font-size: 15px;
    padding: 8px 10px;
    color: #333;
}
.navbar-nav li.dropdown > a {
    padding-right: 20px !important;
}
.navbar-nav li.dropdown a svg {
    width: 10px;
    height: 10px;
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.navbar-nav li.dropdown a.dropdown-toggle:after {
    display: none;
}
.navbar-nav li ul li a svg {
    transform: rotate(-90deg);
}

.managers-section ul {
    list-style: none;
    padding-left: 0;
}
.managers-section ul li {
	line-height: 26px;
	font-weight: 600;
}
.managers-section ul li span {
	width: 50%;
	float: right;
}
@media screen and (max-width:380px) {
	.managers-section ul li span {
		width: 100%;
	}
}

.award {
    height: 250px;
    width: 100%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.owl-carousel .owl-nav {
    text-align: center;
    margin-top: 30px;
}
.owl-carousel .owl-nav button.owl-next, 
.owl-carousel .owl-nav button.owl-prev {
    font-size: 30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background-color: #b62d32;
    margin: 1px;
}

.inner-banner {
    padding-bottom: 0;
    border-bottom: 1px solid #f1f1f1;
}
.inner-banner .breadcrumb {
    margin-bottom: 0;
    background-color: transparent;
    padding: 10px 0;
}
.inner-banner .breadcrumb .breadcrumb-item a {
    color: #000;
}
.inner-banner .breadcrumb .breadcrumb-item.active {
    color: #f3392b;
}

.contact-form {
    padding: 20px;
    -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 14px 0 rgba(0, 0, 0, .2);
    -ms-box-shadow: 0 0 14px 0 rgba(0, 0, 0, .2);
    -o-box-shadow: 0 0 14px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, .2);
}
.contact-form label {
    color: #999;
}
.contact-form label span {
    color: #f00;
}
.contact-form .form-control {
    border-radius: 0;
}
.contact-form .input-group-text {
    border-radius: 0;
}

.contact-block {
    padding: 20px;
    height: 100%;
    background: rgba(184,46,51,1);
    background: -moz-linear-gradient(top, rgba(184,46,51,1) 0%, rgba(132,23,25,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(184,46,51,1)), color-stop(100%, rgba(132,23,25,1)));
    background: -webkit-linear-gradient(top, rgba(184,46,51,1) 0%, rgba(132,23,25,1) 100%);
    background: -o-linear-gradient(top, rgba(184,46,51,1) 0%, rgba(132,23,25,1) 100%);
    background: -ms-linear-gradient(top, rgba(184,46,51,1) 0%, rgba(132,23,25,1) 100%);
    background: linear-gradient(to bottom, rgba(184,46,51,1) 0%, rgba(132,23,25,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b82e33', endColorstr='#841719', GradientType=0 );
    -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 14px 0 rgba(0, 0, 0, .2);
    -ms-box-shadow: 0 0 14px 0 rgba(0, 0, 0, .2);
    -o-box-shadow: 0 0 14px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, .2);
    position: relative;
}
.contact-block:before {
    content: '';
    position: absolute;
    background: url(../img/st-michaels-logo.png);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 206px;
    height: 238px;
    opacity: 0.3;
}
.contact-block h4 {
    color: #fff;
    margin-bottom: 30px;
}
.contact-block .contact {
    list-style: none;
    padding-left: 0;
    color: #fff;
}
.contact-block .contact li {
    line-height: 2;
    padding-left: 30px;
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #870c0f;
}
.contact-block .contact li a {
    display: block;
    color: #fff;
}
.contact-block .contact li a:hover {
    text-decoration: none;
    color: #f3392b;
}
.contact-block .contact p {
    margin-bottom: 5px;
    font-size: 14px;
    position: relative;
    padding-left: 30px;
}
.contact-block .contact li svg {
    width: 15px !important;
    margin-right: 5px;
    position: absolute;
    top: 8px;
    left: 5px;
}

.gallery .gallery-box {
    height: 240px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
    background-size: cover !important;
    background-position: top center !important;
    background-repeat: no-repeat !important;
}
.gallery .gallery-box h4 {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    background-color: rgba(174, 41, 46, .6);
    padding: 10px;
    font-size: 16px;
    color: #fff;
    transition: all ease .5s;
}
.gallery .gallery-box img {
    transition: all ease .5s;
    min-height: 100%;
} 
.gallery .gallery-box:hover img {
    transform: scale(1.2);
} 
.gallery .gallery-box.img-box svg {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 50px;
    text-align: center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #fff;
    transition: all ease .5s;
    transform: scale(0);
}
.gallery .gallery-box.video-box svg {
    content: '';
    position: absolute;
    width: 72px;
    height: 72px;
    line-height: 50px;
    text-align: center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #F44336;
    transition: all ease .5s;
    transform: scale(0);
    z-index: 9;
}
.gallery .gallery-box.img-box:hover svg,
.gallery .gallery-box.video-box:hover svg {
    transform: scale(1);
}
.gallery .gallery-box.img-box:hover h4 {
    bottom: -100%;
}

.gallery .gallery-box iframe {
    width: 100%;
    height: 100%;
    position: relative;
}
.gallery .gallery-box.video-box:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}


.footer {
    color: #fff;
    background-color: #803128;
    background: -moz-linear-gradient(top, rgba(184,46,51,1) 0%, rgba(132,23,25,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(184,46,51,1)), color-stop(100%, rgba(132,23,25,1)));
    background: -webkit-linear-gradient(top, rgba(184,46,51,1) 0%, rgba(132,23,25,1) 100%);
    background: -o-linear-gradient(top, rgba(184,46,51,1) 0%, rgba(132,23,25,1) 100%);
    background: -ms-linear-gradient(top, rgba(184,46,51,1) 0%, rgba(132,23,25,1) 100%);
    background: linear-gradient(to bottom, rgba(184,46,51,1) 0%, rgba(132,23,25,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b82e33', endColorstr='#841719', GradientType=0 );
}
.footer-top  {
    padding: 60px 0 30px;
}
.footer a {
    color: #fff;
}
.footer a:hover {
    text-decoration: none;
}
.footer .footer-logo {
    text-align: center;
}
.footer .footer-logo img {
    max-height: 150px;
    margin: 0 auto;
}
.footer ul {
    list-style: none;
    padding-left: 0;
}
.footer ul li {
    line-height: 2;
    padding-left: 20px;
    position: relative;
}
.footer ul li::before {
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    font-size: 12px;
    line-height: 30px;
    color: #cb6d6e;
    margin: auto;
}
.footer ul li a {
    padding-bottom: 5px;
    position: relative;
}
.footer ul li a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 0px;
    opacity: 0;
    background-color: #fff;
    margin: auto;
    transition: all ease .5s;
}
.footer ul li:hover a:before {
    width: 100%;
    opacity: 1;
    transition: all ease .5s;
}
.footer-contact li {
    padding-left: 0 !important;
}
.footer-contact li::before {
    display: none !important;
}
.footer-contact p {
    margin-bottom: 0;
    font-size: 14px;
}
.footer-contact svg {
    width: 15px !important;
    margin-right: 5px;
}
.footer-bottom {
    color: #fff;
    background-color: #6b0d0e;
    padding: 10px 0;
}
.footer-bottom p {
    margin-bottom: 0;
}
.copyright {
    
}
.developed p {
    text-align: right;
}

.modal-header {
    color: #fff;
    background-color: #841719;
}


/*PRELOADING------------ */
#overlayer {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    background-color: #803128;
    background: -moz-linear-gradient(top, rgba(184,46,51,1) 0%, rgba(132,23,25,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(184,46,51,1)), color-stop(100%, rgba(132,23,25,1)));
    background: -webkit-linear-gradient(top, rgba(184,46,51,1) 0%, rgba(132,23,25,1) 100%);
    background: -o-linear-gradient(top, rgba(184,46,51,1) 0%, rgba(132,23,25,1) 100%);
    background: -ms-linear-gradient(top, rgba(184,46,51,1) 0%, rgba(132,23,25,1) 100%);
    background: linear-gradient(to bottom, rgba(184,46,51,1) 0%, rgba(132,23,25,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b82e33', endColorstr='#841719', GradientType=0 );
}
.loader {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: fixed;
    z-index: 9999;
    border: 4px solid #Fff;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    animation: loader 2s infinite ease;
}
.loader-inner {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    background-color: #fff;
    animation: loader-inner 2s infinite ease-in;
}
@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader-inner {
  0% {
    height: 0%;
  }
  25% {
    height: 0%;
  }
  50% {
    height: 100%;
  }
  75% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}


@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1400px;
    }
}
@media screen and (max-width:991px) {
    .navbar {
        padding: 10px 0;
    }
    .navbar .container {
        display: block;
    }
    .navbar .social-links {
        float: right;
    }
    .middle-header .logo {
        max-height: 100px;
    }
    .middle-header h1 {
        font-size: 37px;
    }
    .navbar-nav .dropdown-menu {
        background-color: transparent !important;
    }
    .navbar-nav > li {
        border-bottom: 1px solid #5d0709;
    }
    .navbar-nav li ul li a {
        color: #fff;
    }
    .navbar-nav li ul li a svg {
        transform: rotate(0deg);
    }
    .navbar-nav li.show > a svg {
        transform: rotate(-180deg);
    }
}
@media screen and (max-width:767px) {
    .top-header .left ul,
    .top-header .right ul {
        float: none;
        text-align: center;
        display: table;
        margin: auto;
    }
    .middle-header .logo {
        max-height: 100px;
    }
    .middle-header h1 {
        font-size: 30px;
    }
    .navbar-nav {
        padding: 20px;
    }
    .copyright p,
    .developed p {
        text-align: center;
    }
}
@media screen and (max-width:480px) {
    .middle-header h1 {
        font-size: 22px;
    }
}

.custom-page img {
    max-width: 100%;
}

.moto {
    padding-bottom: 0;
}
.moto .stmichaels-moto {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}
.moto .stmichaels-moto img {
    width: 100%;
}
@media screen and (min-width:768px) {
    .moto {
        padding: 0;
    }
    .moto .stmichaels-moto {
        width: 300px;
        margin-top: -355px;
        margin-left: 0;
    }
} 

.registration-form {
    padding: 30px;
    background-color: #ead19e;
    border: 1px solid #b62d32;
}
.registration-form .form-control {
    border-radius: 0;
    border-color: #b62d32;
}
.registration-form .custom-file-label {
    border: 1px solid #b72d32;
    border-radius: 0;
}
.registration-form .custom-file-input:lang(en)~.custom-file-label::after {
    content: "UPLOAD";
    color: #ffffff;
    background-color: #9c2125;
    border-radius: 0;
}
.registration-form .custom-file-input:focus {
    outline: none;
    box-shadow: none;
}
.registration-form .btn {
    border-radius: 0;
}
.registration-form .input-group-text {
    color: #ffffff;
    background-color: #9c2125;
    border: 1px solid #9c2125;
}
.datepicker table {
    margin: auto;
}
.datepicker-dropdown {
    width: 220px;
}

.news-and-events ul {
    padding-left: 0;
    list-style: none;
}
.news-and-events ul li {
    margin-bottom: 20px;
}
.news-and-events ul li p {
    margin-bottom: 10px;
}
.news-and-events ul li h4 {
    color: #9c2125;
}
.news-and-events ul li a:hover {
    text-decoration: none;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #b52c31;
    background-color: #fff;
    border: 1px solid #b52c31;
}
.page-link:hover {
    z-index: 2;
    color: #ffffff;
    text-decoration: none;
    background-color: #b42c31;
    border-color: #b52c31;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #b42c31;
    border-color: #b52d31;
}

.cbse-registration-form {
	padding: 30px;
    background-color: #ead19e;
    border: 1px solid #b62d32;
}
.cbse-registration-form .form-control {
    border-radius: 0;
    border-color: #b62d32;
}
.cbse-registration-form .custom-file-label {
    border: 1px solid #b72d32;
    border-radius: 0;
}
.cbse-registration-form .custom-file-input:lang(en)~.custom-file-label::after {
    content: "UPLOAD";
    color: #ffffff;
    background-color: #9c2125;
    border-radius: 0;
}
.cbse-registration-form .custom-file-input:focus {
    outline: none;
    box-shadow: none;
}

.notice_main_bg{
    width: 100%;
    background: #bd3d3c;
	padding: 10px;
}
.notice_main_bg h2{
    color: #fff;
    text-align: center;
    padding: 10px 0;
	font-size: 24px;
}
.notice_main_bg table{
	background: #fff;
	padding: 10px;
}
.notice_main_bg table td{
	padding: 10px;
}

.notice_main_bg table tr td p{
	border-bottom: 1px solid #dee2e6;
    text-transform: uppercase;
    font-size: 14px;
    text-align: left;
}

.notice_main_bg table tr td p a{
   color: #000;
}

.notice_main{
    width: 100%;
    height: 300px;
    overflow-y: scroll;
}






















