@media ( min-width : 1200px) {
	.container {
		width: 1200px;
	}
}
@media (min-width: 1600px) {
   .Menu_wrapper .container {
        width: 1583px;
    }
}
@media (min-width: 1500px) {
    .faculty_main .container {
        width: 1461px;
    }
}
div#maximenuck90 .maximenumobiletogglericonck
{
    color: #fff;
}
a:hover
{
    text-decoration: none !important;
}
a {
    text-decoration: none !important;
}
ul
{
    margin-bottom: 0;
    padding-left: 0;
}
li
{
    list-style: none;
}
h3, h4, p
{
    margin: 0;
}
body
{
   font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.8;
     overflow-x: hidden;
}
.Inner_social li a:hover::before, .Inner_social li a:before,  .Inner_social li a:hover i, .Inner_social li a i, .Inner_form .btn, .Inner_form .btn:hover
{
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}
.text-white
{
    color: #fff !important;
}
.foot_p a{
    color:#3d8af5;
}
a:hover{
    color:#e31e24;
}
/* ====================top_wrapper====================== */
.cursor {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    border-radius: 50%;
    background: transparent;
    pointer-events: none;
    z-index: 111;
    border: 1px solid #fff;
    transition: all 0.2s ease-out;
    animation: moveCursor1 .5s infinite alternate;
}

.expand {
    background: transparent;
    animation: moveCursor2 .5s forwards;
    border: 1px solid yellow;
}

@keyframes moveCursor1 {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(.8);
    }
}

@keyframes moveCursor2 {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(2.5);
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

.Top_wrapper 
{
       padding: 9px 0 10px 0;
    position: relative;
    background: #0f3a91;
    z-index: 1;
}
@media (max-width: 992px) {
    .Top_wrapper {
        display: none;
    }
}
.Top_wrapper::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 30.5%;
    background:#4170b8;
    z-index: -1;
}
.header-top-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-top-social span {
    color: #ffffff;
    font-weight: 500;
}
.header-top-social span {
    color: #ffffff;
    font-weight: 500;
}
.header-top-social a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    color:  #ffffff;
    font-size: 16px;
    background: #132743;
    text-align: center;
    margin-left: 5px;
    border-radius: 50px;
    transition: all .5s ease-in-out;
    display: inline-block;
}
.header-top-contact ul {
    display: flex;
    align-items: center;
    gap: 20px;
}
.header-top-contact ul li {
    display: flex;
    gap: 10px;
    border-right: 1px solid rgba(255, 255, 255, .2);
    padding-right: 20px;
}

.header-top-contact ul li a {
    color: #ffffff;
    font-weight: 400;
    font-size: 15px;
}
.header-top-contact ul li a i {
    color: #89b5f3;
    margin-right: 5px;
}
.header-top-social a:hover {
    color:#1659e6;
}

.logo img{
    width:340px;
}
     @media (max-width: 992px) {
  .logo img{
        width: 156px;
}
}

#navbar {
    background-color: #132743;
    position: fixed;
    display: block;
    transition: 0.4s all ease;
}
.menu-fixed.sticky {
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    width: 100% !important;
    z-index: 2222;
    animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
    padding: 6px 0;
}
.sticky-header .theme-btn {
    color: #040303;
    background: #ffffff;
}
/* ====================Marqueee_wrapper====================== */
.Marquee_hd {
   background: #0f3a91;
    color: #ffffff;
    padding: 7px 8px;
    text-decoration: none;
    font-size: 20px;
}

.Marquee_hd {
    animation: blinker 1s linear infinite;
}
@keyframes blinker{
50% {
    opacity: .7;
}
}
.ticker-container {
    overflow: hidden;
    white-space: nowrap;
    background: #000;
    color: #fff;
    padding: 8.5px 0;
}

.ticker-wrapper {
    display: inline-block;
    animation: ticker 30s linear infinite;
}
.ticker {
    display: inline-block;
    font-size: 18px;
}
@keyframes ticker{
0% {
    transform: translateX(150%);
}

100% {
    transform: translateX(-100%);
}
}

.btn {
  background: #F2B922;
  color:#000;
  padding:5px 8px;
  border-radius:5px;
  text-decoration:none;
}
/* ====================Menu_wrapper====================== */
.Menu_wrapper{
    padding:10px 0;
}
.mt-2 {
    margin-top: 1.5rem !important;
}
.theme-btn {
    font-size: 14px;
    color: #ffffff;
    padding: 14px 20px;
    transition: all .5s ease-in-out;
    text-transform: uppercase;
    position: relative;
    border-radius: 50px 50px 50px 0;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    border: none;
    background: #012758;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    z-index: 1;
        display: inline-block;
}
.theme-btn:hover {
    color: #ffffff;
}
.Admissionprocedure_wrapper .theme-btn{
      color: #19232B;
      background: #ffffff;
}
.Admissionprocedure_wrapper .theme-btn:hover{
      color: #ffffff;
}
div#maximenuck91 ul.maximenuck li.maximenuck ul.maximenuck2 li > a, div#maximenuck91 ul.maximenuck2 li > a, div#maximenuck91 ul.maximenuck2 li > span.separator{
    color:#19232B;
        font-size: 13px;
}
.theme-btn:hover::before {
    transform: translateY(-50%) translateX(-50%) scale(1);
}
.theme-btn::before {
    content: "";
    height: 300px;
    width: 300px;
    background: #4170b8;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%) scale(0);
    transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: -1;
}
.Menu_wrapper .theme-btn:hover{
    color:#ffffff;
}
div#maximenuck91 ul.maximenuck li.maximenuck.level1 > a, div#maximenuck91 ul.maximenuck li.maximenuck.level1 > span.separator{
    /*color:#19232B;*/
    color:#ffffff;
}


div#maximenuck91 ul.maximenuck li.maximenuck.level1:hover > a span.titreck, div#maximenuck91 ul.maximenuck li.maximenuck.level1.active > a span.titreck, div#maximenuck91 ul.maximenuck li.maximenuck.level1:hover > span.separator, div#maximenuck91 ul.maximenuck li.maximenuck.level1.active > span.separator{
    color:#e31e24;
}

div#maximenuck91 ul.maximenuck li.maximenuck.level1:hover, div#maximenuck91 ul.maximenuck li.maximenuck.level1.active {
    background: transparent;
}
 div#maximenuck91 ul.maximenuck {
    background: transparent;
}
/*div#maximenuck91 ul.maximenuck{
    text-align:right;
}*/
.Menu_wrapper{
    background-color: #132743;
}
.Menu_wrapper .theme-btn{
    color: #040303;
        background: #ffffff;
}
div#maximenuck91{
    font-size: 16px;
    font-weight: 500;
    color:#19232B;
    margin-top: 14px;
    /*background: #132743;*/
    line-height: 35px;
}
div#maximenuck91 ul.maximenuck li.level1.parent > a:after, div#maximenuck91 ul.maximenuck li.level1.parent > span.separator:after {
    border-color: #ffffff transparent transparent transparent;
    top: 29px;
    right: 0px;

}
div#maximenuck91 ul.maximenuck li.level1.parent:hover > a:after, div#maximenuck91 ul.maximenuck li.level1.parent:hover > span.separator:after {
    border-color: #e31e24 transparent transparent transparent;
}
div#maximenuck91 div.floatck{    
        /*background: #012758;*/
        border:none;
}
/*div#maximenuck91 ul.maximenuck li.maximenuck ul.maximenuck2 li > a, div#maximenuck91 ul.maximenuck2 li > a, div#maximenuck91 ul.maximenuck2 li > span.separator {
    color: #ffffff;
}*/
div#maximenuck91 li.maximenuck.level1 > div.floatck {
    border-top: 4px solid #0505e1;
}
div#maximenuck91 ul.maximenuck li ul.maximenuck2 li.maximenuck:hover, div#maximenuck91 ul.maximenuck2 li.maximenuck:hover {
    color:#ffffff;
}
div#maximenuck91 ul.maximenuck li.maximenuck ul.maximenuck2 li:hover > a::before {
        opacity: 1;
        visibility: visible;
    }
div#maximenuck91 ul.maximenuck li.maximenuck ul.maximenuck2 li> a::before{
        content: "//";
        position: absolute;
        left: 0;
        top: 8px;
        color:#e31e24;
        opacity: 0;
        visibility: hidden;
        transition: all .5s ease-in-out;
        z-index: -1;
    }
   div#maximenuck91 ul.maximenuck li.maximenuck ul.maximenuck2 li:hover > a, div#maximenuck91 ul.maximenuck li.maximenuck ul.maximenuck2 li:hover > h2 a,
    div#maximenuck91 ul.maximenuck li.maximenuck ul.maximenuck2 li:hover > h3 a, div#maximenuck91 ul.maximenuck li.maximenuck ul.maximenuck2 li.active > a,
     div#maximenuck91 ul.maximenuck li.maximenuck ul.maximenuck2 li:hover > span.separator, div#maximenuck91 ul.maximenuck2 li:hover > a, 
     div#maximenuck91 ul.maximenuck2 li:hover > h2 a, div#maximenuck91 ul.maximenuck2 li:hover > h3 a, div#maximenuck91 ul.maximenuck2 li.active > a,
      div#maximenuck91 ul.maximenuck li:hover > span.separator{
        color:#e31e24;
       
    }
   div#maximenuck91 ul.maximenuck li.maximenuck ul.maximenuck2 li> a:hover{
         padding-left: 11px;
         transition: all .3s ease-in-out;
     }
     .menus {
        position: relative;
    left: 86px;
     }
     @media (max-width: 992px) {
   .menus {
       left:0;
    }
}
div#maximenuck91 .maximenumobiletogglericonck{
    background:transparent;
        position: relative;
    top: -69px;
        color: #fff;
}
div#maximenuck91 .maximenumobiletogglericonck:after{
    display:none;
}
     .login {
        text-align:end;
     }
     div#maximenuck111 .maximenumobiletogglericonck{
    background:transparent;
        position: relative;
    top: -69px;
        color: #fff;
}
     
     
     
        
/* ====================menusticky_wrapper====================== */  
     div#maximenuck111 ul.maximenuck li.maximenuck.level1 > a, div#maximenuck111 ul.maximenuck li.maximenuck.level1 > span.separator{
    /*color:#19232B;*/
    color:#ffffff;
}
div#maximenuck111 ul.maximenuck li.maximenuck ul.maximenuck2 li > a, div#maximenuck111 ul.maximenuck2 li > a, div#maximenuck111 ul.maximenuck2 li > span.separator {
    font-size: 13px;
}

div#maximenuck111 ul.maximenuck li.maximenuck.level1:hover > a span.titreck, div#maximenuck111 ul.maximenuck li.maximenuck.level1.active > a span.titreck, div#maximenuck111 ul.maximenuck li.maximenuck.level1:hover > span.separator, div#maximenuck111 ul.maximenuck li.maximenuck.level1.active > span.separator{
    color:#e31e24;
}

div#maximenuck111 ul.maximenuck li.maximenuck.level1:hover, div#maximenuck111 ul.maximenuck li.maximenuck.level1.active {
    background: transparent;
}
 div#maximenuck111 ul.maximenuck {
    background: transparent;
}

/*div#maximenuck91 ul.maximenuck{
    text-align:right;
}*/
.Menu_wrapper{
    background-color: #132743;
}
.Menu_wrapper .theme-btn{
    color: #040303;
        background: #ffffff;
}
div#maximenuck111{
    font-size: 16px;
    font-weight: 500;
    color:#19232B;
    margin-top: 14px;
    /*background: #132743;*/
    line-height: 35px;
}
div#maximenuck111 ul.maximenuck li.level1.parent > a:after, div#maximenuck111 ul.maximenuck li.level1.parent > span.separator:after {
    border-color: #ffffff transparent transparent transparent;
    top: 29px;
    right: 0px;

}
div#maximenuck111 ul.maximenuck li.level1.parent:hover > a:after, div#maximenuck111 ul.maximenuck li.level1.parent:hover > span.separator:after {
    border-color: #e31e24 transparent transparent transparent;
}
div#maximenuck111 div.floatck{    
        /*background: #012758;*/
        border:none;
}
/*div#maximenuck91 ul.maximenuck li.maximenuck ul.maximenuck2 li > a, div#maximenuck91 ul.maximenuck2 li > a, div#maximenuck91 ul.maximenuck2 li > span.separator {
    color: #ffffff;
}*/
div#maximenuck111 li.maximenuck.level1 > div.floatck {
    border-top: 4px solid #0505e1;
}
div#maximenuck111 ul.maximenuck li ul.maximenuck2 li.maximenuck:hover, div#maximenuck111 ul.maximenuck2 li.maximenuck:hover {
    color:#ffffff;
}
div#maximenuck111 ul.maximenuck li.maximenuck ul.maximenuck2 li:hover > a::before {
        opacity: 1;
        visibility: visible;
    }
div#maximenuck111 ul.maximenuck li.maximenuck ul.maximenuck2 li> a::before{
        content: "//";
        position: absolute;
        left: 0;
        top: 8px;
        color:#e31e24;
        opacity: 0;
        visibility: hidden;
        transition: all .5s ease-in-out;
        z-index: -1;
    }
   div#maximenuck111 ul.maximenuck li.maximenuck ul.maximenuck2 li:hover > a, div#maximenuck111 ul.maximenuck li.maximenuck ul.maximenuck2 li:hover > h2 a,
    div#maximenuck111 ul.maximenuck li.maximenuck ul.maximenuck2 li:hover > h3 a, div#maximenuck111 ul.maximenuck li.maximenuck ul.maximenuck2 li.active > a,
     div#maximenuck111 ul.maximenuck li.maximenuck ul.maximenuck2 li:hover > span.separator, div#maximenuck111 ul.maximenuck2 li:hover > a, 
     div#maximenuck111 ul.maximenuck2 li:hover > h2 a, div#maximenuck111 ul.maximenuck2 li:hover > h3 a, div#maximenuck111 ul.maximenuck2 li.active > a,
      div#maximenuck111 ul.maximenuck li:hover > span.separator{
        color:#e31e24;
       
    }
   div#maximenuck111 ul.maximenuck li.maximenuck ul.maximenuck2 li> a:hover{
         padding-left: 11px;
         transition: all .3s ease-in-out;
     }
     .menus {
        position: relative;
    left: 86px;
     }
     @media (max-width: 992px) {
   .menus {
       left:0;
    }
}
div#maximenuck111 .maximenumobiletogglericonck{
    background:transparent;
}
div#maximenuck111 .maximenumobiletogglericonck:after{
    display:none;
}
     .login {
        text-align:end;
     }
    div#maximenuck111 ul.maximenuck li.maximenuck ul.maximenuck2 li > a, div#maximenuck111 ul.maximenuck2 li > a, div#maximenuck111 ul.maximenuck2 li > span.separator{
        color:#000;
    } 
         @media (max-width: 992px) {
   .login {
          position: relative;
            top: -57px;
            margin-bottom: -63px;
    }
}
/* ====================slide_wrapper====================== */
.slide_wrapper{
    position:relative;
    z-index:1;
}
.Marquee_wrapper{
    background-color: #000;
}
         @media (max-width: 992px) {
   .Marquee_wrapper {
         background:transparent;
    }
}
.cameraSlide{
    top:110px;
}
/* ====================feature_wrapper====================== */
.ms-auto {
    margin-left: auto !important;
}
.feature-item {
    position: relative;
    padding: 20px 25px;
    background:#ffffff;
    border-radius: 50px 50px 50px 0px;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    z-index: 1;
}
.feature-item .count {
    position: absolute;
    right: 30px;
    top: 0px;
    font-size: 50px;
    font-weight: 800;
    -webkit-text-stroke: 2px #012758;
    -webkit-text-fill-color: transparent;
}

.feature-icon {
    width: 80px;
    height: 80px;
    line-height: 65px;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
    font-size: 60px;
    background: #012758;
    margin-bottom: 25px;
    box-shadow: 5px 5px 0 #F2F3F5;
    position: relative;
    transition: all .5s ease-in-out;
}

.feature-icon img {
    width: 48px;
    filter: brightness(0) invert(1);
}
.feature-content h4 {
    color:#19232B;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}
.feature-content p {
    color: #19232B;
}
.feature-item:hover .feature-icon {
    transform: rotateY(360deg);
}

.fa-negative {
    margin-top: -139px;
    margin-right: 20px;
}
.feature-area {
    position: relative;
    z-index: 1;
}
/* ====================menu_wrapper====================== */
.About_wrapper{
    padding:100px 0;
}
.about-img {
    display: flex;
    gap: 30px;
    position: relative;
}
.about-img .img-1 {
    border-radius: 80px 80px 0 80px;
}
.about-experience {
    display: flex;
    align-items: center;
    text-align: center;
    background: #f9cb54;
    padding: 15px 20px 15px 15px;
    color: #ffffff;
    border-radius: 50px 50px 50px 0;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 10%);
}
.about-experience-icon {
    color: #116E63;
    font-size: 65px;
    width: 90px;
    height: 90px;
    line-height: 70px;
    text-align: center;
    margin: auto;
    background: #ffffff;
    border-radius: 50px;
    margin-bottom: 5px;
}
.about-experience-icon img {
    width: 65px;
}
.text-start {
    text-align: left !important;
}
.about-img .img-2 {
    border-radius: 50%;
    border: 2px dashed #f9cb54;
    padding: 4px;
      animation: border-dance 4s infinite linear;
}
.border_js{
    transform: translate(0px, -5px);
    transition: 0.5s;
    animation: border-dance 4s infinite linear;
}

/*.border_js {
    margin-bottom: 42px;
    transition: 0.5s;
    overflow: hidden;
    padding: 27px 29px;
    position: relative;
    transform: translate(0px, 0px);
    background: linear-gradient(90deg, #007df0 50%, transparent 50%), linear-gradient(90deg, #007df0 50%, transparent 50%), linear-gradient(0deg, #007df0 50%, transparent 50%), linear-gradient(0deg, #007df0 50%, transparent 50%);
    background-size: 25px 1px, 25px 1px, 1px 25px, 1px 25px;
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-position: 0px 0px, 200px 100%, 0px 100px, 100% 0px;
}*/
@keyframes border-dance {
    0% {
        background-position: 0px 0px, 200px 100%, 0px 150px, 100% 0px;
    }

    100% {
        background-position: 300px 0px, 0px 100%, 0px 0px, 100% 150px;
    }
}
@keyframes animName {
 0%{
    transform: rotate(0deg);
   }
100%{
    transform: rotate(360deg);
   }
}
.about-img .img-3 {
    border-radius: 0 80px 80px 80px;
}
.mt-4 {
    margin-top: 1.5rem !important;
}

.about-right {
    position: relative;
    display: block;
}
.site-heading {
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}
.mb-3 {
    margin-bottom: 1rem !important;
}
.site-title-tagline {
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 18px;
    font-weight: 700;
    color:#f9cb54;
    position: relative;
    border-bottom: 2px solid #f9cb54;
}
.site-title-tagline i {
    line-height: 0;
    font-size: 20px;
}
.site-title {
    font-weight: 800;
    text-transform: capitalize;
    font-size: 55px;
    color: #19232B;
    margin-top: 10px;
    margin-bottom: 0;
    position: relative;
    font-family: 'Yantramanav', sans-serif;
}

/*.site-title span {
    color: #012758;
}*/
.about-content {
    margin-top: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.about-item {
    position: relative;
    display: flex;
    gap: 12px;
    margin-bottom: 25px;
}

.about-item-icon {
    width: 70px;
    height: 70px;
    line-height: 58px;
    text-align: center;
    margin-bottom: 12px;
    background: #012758;
    border-radius: 50px;
    font-size: 45px;
    color:#132743;
    box-shadow: -5px 5px 0 rgb(19 39 67 / 16%);
}
.about-item-icon img {
    width: 45px;
    filter: brightness(0) invert(1);
}

.about-item-content {
    flex: 1;
}
.about-item-content h5 {
    font-size: 22px;
    margin-bottom: 5px;
}
.about-quote {
    position: relative;
    color: #19232B;
    padding: 20px 10px;
    background: rgb(19 39 67 / 16%);
    border-radius: 20px;
}

.about-quote i {
    position: absolute;
    font-size: 45px;
    color:#012758;
    right: 15px;
    bottom: -15px;
}
.about-bottom {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    margin-top: 30px;
}
.about-phone {
    display: flex;
    align-items: center;
    gap: 12px;
}
.about-phone .icon {
    width: 48px;
    height: 48px;
    line-height: 48px;
    background: #012758;
    color: #ffffff;
    border-radius: 50px;
    text-align: center;
    font-size: 22px;
    

}
.about-phone .number {
    line-height: 1;
}
.about-phone .number span {
    color:#012758;
    font-weight: 500;
}
.about-phone .number h6 {
    font-size: 20px;
    margin-top: 8px;
}
.about-phone .number h6 a {
    color: #132743;
}
@keyframes rotate { 
  100% { transform: rotate(60deg);  }
}

/* ====================Counter_wrapper====================== */
.Counter_wrapper{
        position: relative;
    background-image: url(https://christschoolhassan.in/images/Homepage/counter/home_counter.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    z-index: 1;
}
.Counter_wrapper::before {
    content: "";
    position: absolute;
    background: #132743;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .7;
    z-index: -1;
}
.jmm-counter.default .jmm-icon {
    position: relative;
    text-align: center;
    font-size: 60px;
    width: 100px;
    height: 100px;
    line-height: 88px;
    color: #ffffff;
    background: #012758;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}
.jmm-counter.default .jmm-icon::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 10px;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    border: 3px solid #ffffff;
    transition: all .5s ease-in-out;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    z-index: -1;
}
.jmm-counter.default .jmm-icon img {
    width: 60px;
    filter: brightness(0) invert(1);
}
.jmm-counter .item-1:hover .jmm-icon::before {
    left: 0;
    top: 0;
}
.jmm-counter .item-2:hover .jmm-icon::before {
    left: 0;
    top: 0;
}
.jmm-counter .item-3:hover .jmm-icon::before {
    left: 0;
    top: 0;
}
.jmm-counter .item-4:hover .jmm-icon::before {
    left: 0;
    top: 0;
}
.jmm-counter.default .jm-count {
    display: block;
    line-height: 1;
    color: #ffffff;
    font-size: 50px;
    font-weight: 600;
}
.jmm-counter.default .jmm-subtitle{
    color: #ffffff;
    margin-top: 20px;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
}

.pb-60 {
    padding-bottom: 60px;
}
.pt-60 {
    padding-top: 60px;
}
.jmm-counter.default .jmm-item{
    text-align:left;
}
/* ====================Facilities_wrapper====================== */
.Facilities_wrapper {
    position: relative;
}

.py-120 {
    padding: 120px 0;
}
.site-heading {
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}
.tuition-wrap{
        border-radius: 50px 50px 50px 0;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
    padding: 26px;
}
.site-title-tagline {
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 18px;
    font-weight: 700;
    color: #012758;
    position: relative;
    border-bottom: 2px solid #012758;
}

.site-title-tagline i {
    line-height: 0;
    font-size: 20px;
}
.mb-12{
    margin-bottom: 20px;
}
.site-title {
    font-weight: 800;
    text-transform: capitalize;
    font-size: 47px;
    color: #19232B;
    margin-top: 10px;
    margin-bottom: 0;
    position: relative;
}

.site-heading p {
    margin-top: 15px;
}
.course-item {
    position: relative;
    background: #ffffff;
    padding: 20px;
    border-radius: 50px 50px 50px 0;
    margin-bottom: 25px;
    box-shadow:0 0 40px 5px rgb(0 0 0 / 5%);
}

.course-img {
    position: relative;
        margin-bottom: 26px;
}
.course-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    border-radius: 40px 40px 40px 0;
    background: #19232B;
    transition: all .5s ease-in-out;
}

.course-tag {
    position: absolute;
    right: -15px;
    top: 15px;
    background: #012758;
    color: #ffffff;
    border-radius: 40px 40px 40px 0;
    padding: 2px 10px;
    margin-bottom: 10px;
    display: inline-block;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.17);
    z-index: 1;
}
.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}
.course-img img {
    border-radius: 40px 40px 40px 0;
}

.course-img a {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 100%;
    line-height: 50px;
    padding: 0;
    margin: -25px 0 0 -25px;
    color: #ffffff;
    background: #012758;
    transform: scale(3);
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease-in-out;
    z-index: 1;
}
.course-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px 0;
    display:none;
}

.course-meta-left {
    font-weight: 500;
}

.course-meta-left i {
    color: #f9cb54;
}
.course-rating {
    color: #f9cb54;
    font-weight: 500;
}
.course-title a {
    margin-bottom: 10px;
    color: #19232B;
    margin: 0px;
    font-weight: 600;
    font-family: 'Yantramanav', sans-serif;
    line-height: 1;
    font-size: 22px;
}
.course-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    
}
.course-item:hover .course-img a:hover {
    background: #ffffff;
    color:#012758;
}
.course-text{
    margin-top: 10px;
}
.course-item:hover .course-img a {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

.course-price {
    display: inline-block;
    background: #012758;
    color: #ffffff;
    padding: 1px 10px;
    border-radius: 50px 50px 50px 0;
    font-weight: 500;
}

.course-item:hover .course-img::before {
    opacity: 0.5;
    visibility: visible;
}

.course-title:hover {
    color: #f9cb54;
}


/* ====================video_wrapper====================== */
.mt-30 {
    margin-top: 30px;
}
.video-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    border-radius: 5px;
    height: 350px;
    z-index: 100;
}
.video-wrapper .play-btn {
    display: inline-block;
    padding: 0;
    height: 75px;
    width: 75px;
    text-align: center;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.play-btn i::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #FDA31B;
    border-radius: 50px;
    animation: ripple-wave 1s linear infinite;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all 0.5s ease-in-out;
}
@keyframes ripple-wave {
  0% {
    opacity: 0.8;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}
.play-btn {
    display: inline-block;
    padding: 0;
    height: 75px;
    width: 75px;
    line-height: 75px;
    font-size: 20px;
    text-align: center;
    background: #FDA31B;
    color: #ffffff !important;
    position: absolute;
    border-radius: 50%;
    z-index: 1;
}
.video-content::before {
    content: "";
    position: absolute;
    background: rgba(3, 2, 7, .2);
    border-radius: 80px 80px 80px 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.video-content {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 80px 80px 80px 0;
}
/* ====================Management_wrapper====================== */
.team-item {
    position: relative;
    background:#ffffff;
    padding: 15px;
    margin-bottom: 25px;
    border-radius: 60px 60px 60px 0;
    overflow: hidden;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    transition: all .5s ease-in-out!important;
}
.team-img img {
    border-radius: 50px 50px 50px 0;
}
.team-social {
    position: absolute;
    margin-bottom: 10px;
    text-align: center;
    top: 50px;
    right: 0px;
    bottom: 0;
    opacity: 0;
    transition: all .5s ease-in-out;
}
.team-social a {
    display: block;
    color: #ffffff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    border-radius: 50px 50px 50px 0;
    background: #4170b8;
    box-shadow:0 0 40px 5px rgb(0 0 0 / 5%);
    transition: all .5s ease-in-out;
}

.team-content {
    margin-top: 15px;
    position: relative;
}

.team-bio h5 a {
    font-size: 22px;
    margin-top: 5px;
    margin-bottom: 5px;
    text-transform: capitalize;
    color: #19232B;
    margin: 0px;
    font-weight: 600;
    font-family:'Yantramanav', sans-serif;
    line-height: 1;
}

.team-bio span {
    font-size: 13px;
    font-weight: 500;
    color: #012758;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.team-social-btn {
    position: absolute;
    right: -5px;
    bottom: 25px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    padding-left: 12px;
    border-radius: 50px 50px 0 50px;
    cursor: pointer;
    background: #012758;
    color: #ffffff;
    transition: all .5s ease-in-out;
}
.team-item:hover {
    transform: translateY(-10px);
}

.team-item:hover .team-social {
    opacity: 1;
    right: 30px;
}
.team-item:hover .team-social-btn {
    background: #4170b8;
}
.team-social a:hover {
    background: #012758;
    color:#ffffff;
}
/* ====================Whychooseus_wrapper====================== */
.Whychooseus_wrapper {
    position: relative;
    background: #012758;
    z-index: 1;
}
.Whychooseus_wrapper::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(https://christschoolhassan.in/images/Homepage/whychoose/01.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    opacity: 0.08;
    z-index: -1;
}
.pb-80 {
    padding-bottom: 80px;
}
.pt-80 {
    padding-top: 80px;
}
.align-items-center {
    align-items: center !important;
}
.site-heading p {
    margin-top: 15px;
    text-align:center;
}
.text-white {
    --bs-text-opacity: 1;
    color: rgba(255,255,255, var(--bs-text-opacity)) !important;
}

.choose-content-wrap {
    margin-top: 30px;
}

.choose-item {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #ffffff;
    border-radius: 50px 50px 50px 0;
    /*box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);*/
    padding: 15px 15px 15px 0;
    overflow: hidden;
}
.choose-item-icon {
    width: 80px;
    height: 80px;
    line-height: 75px;
    text-align: right;
    background: #012758;
    border-radius: 50px 50px 50px 0;
    padding-right: 12px;
    margin-left: -12px;
}
.choose-item-icon img {
    width: 45px;
    filter: brightness(0) invert(1);
}
.choose-item-info {
    flex: 1;
}

.choose-item-info h4 {
    color: #19232B;
    margin-bottom: 10px;
    font-size: 21px;
    font-weight: 600;
    font-family:'Yantramanav', sans-serif;
    line-height: 1;
}

.choose-img {
    position: relative;
    margin-left: 50px;
    margin-bottom: 22px;
}
.choose-img::before {
    content: "";
    position: absolute;
    left: -15px;
    bottom: -15px;
    width: 100%;
    height: 100%;
    border: 5px solid #012758;
    border-radius: 30% 0 30% 30%;
}
.choose-img img {
    border-radius: 30% 0 30% 30%;
}

/* ====================Activity_wrapper====================== */

.Activity_wrapper{
    
}

.department-slider .department-item {
    box-shadow: none;
    margin-bottom: 0;
}
.department-item {
    position: relative;
    background: #ffffff;
    border-radius: 50px 50px 50px 0;
    padding: 30px;
    margin-bottom: 25px;
    overflow: hidden;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}
.department-item::before {
    content: "";
    position: absolute;
    right: -10px;
    top: -10px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 10px solid #012758;
    transition: all .5s ease-in-out;
    opacity: .2;
}

.department-icon {
    margin-bottom: 20px;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.department-icon img {
    width: 60px !important;
}
.department-title a {
    margin-bottom: 10px;
        color: #19232B;
    font-weight: 600;
    font-family: 'Yantramanav', sans-serif;
    line-height: 1;
    font-size: 22px;
}
.department-title {
    margin-bottom: 10px;
    }
.department-btn {
    margin-top: 10px;
}

.department-btn a {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color:#000;
}
.department-btn a i {
    margin-left: 5px;
}

.department-item:hover::before {
    opacity: 1;
}

.department-title:hover {
    color: #FDA31B;
}
.department-btn a:hover {
    color: #012758;
}

/* ====================Upcomingevents_wrapper====================== */

/*.Upcomingevents_wrapper{
    position: relative;
    background-image: url(http://localhost/Projects/Hassan%20christ/images/Homepage/upcoming.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.Upcomingevents_wrapper{
    position: absolute;
    z-index: 10;
    right: 0;
}*/
.cta-content {
    position: relative;
    /*padding:25px 40px;
    margin-top: -40px;*/
        padding: 25px 15px;
    z-index: 1;
}
.cta-content::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
   /* background: #ffffff;
    border-radius: 80px 80px 80px 0;*/
    z-index: -1;
}
#marqueecontainer{
    height: 477px;
}
.cta-content::after {
    content: "";
    position: absolute;
    left: 8px;
    top: 8px;
    bottom: 8px;
    right: 8px;
    border: 8px double #012758;
    border-radius: 70px 70px 70px 0;
    z-index: -1;
    background: #ffffff;
}
#vmarqueesmall{
    display:none;
}
.ms-lg-auto {
        margin-left: auto !important;
    }

.Upcomingevents_wrapper h3{
    background: #012758;
    border-radius: 50px 50px 50px 0;
    /*padding: 20px 30px;*/
        padding: 12px 30px;
    color: #ffffff;
    margin: 0px 18px;
}
.upcom_col{
    margin-left: 700px;
}

/* ====================Latestnews_wrapper====================== */
.bt-cs .bt-inner{
    position: relative;
    margin-bottom: 25px;
    padding: 20px 20px 15px 20px;
    border-radius: 50px 50px 50px 0;
    background: #ffffff;
    /*box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);*/
    transition: all .5s ease-in-out;
    margin-right: 19px;
}
.News_wrapper{
        background: rgb(242, 243, 245);
}
.bt-cs .bt-inner:hover img {
    transform: scale(1.1);
}

.bt-cs .bt-inner img{
    border-radius: 30px 30px 30px 0;
        outline: none;
    border: none;
     transition: all .5s ease-in-out;
    
}
.fix{
    overflow:hidden;
    border-radius: 30px 30px 30px 0;
    padding-bottom: 14px;
}

.readmore{
    margin-top: 15px;
    padding: 11px 15px;
        font-size: 14px;
    color: #ffffff;
    transition: all .5s ease-in-out;
    text-transform: uppercase;
    position: relative;
    border-radius: 50px 50px 50px 0;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    border: none;
    background: #132743;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    z-index: 1;
    margin-right: 173px;
}

.readmore::before {
    content: "";
    height: 300px;
    width: 300px;
    background: #116E63;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%) scale(0);
    transition: 0.5scubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: -1;
}


.bt-cs .bt-inner a{
    color:#ffffff;
}
.readmore:hover {
    background: #4170b8;
}

.bt-cs .bt-inner .bt-title:hover {
    color: #f9cb54;
}

.bt-cs .bt-inner .bt-title {
    font-size: 22px;
    margin-bottom: 15px;
    line-height: 1.2;
    text-transform: capitalize;
        color: #19232B;
    margin: 0px;
    font-weight: 600;
    font-family: 'Yantramanav', sans-serif;
}
.bt-date{
    position: absolute;
    padding: 4px 12px 4px 12px;
    right: -10px;
    top: 40px;
    font-weight: 500;
    background:#012758;
    color: #ffffff;
    border-radius: 50px 50px 50px 0;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    z-index: 2;
}



/* ====================Footer_wrapper====================== */
.Admissionprocedure_wrapper {
    position: relative;
    background-image: url(https://christschoolhassan.in/images/Homepage/admissionprocedure.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
}
.Admissionprocedure_wrapper::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background:#012758;
    opacity: .8;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  position: relative;
  margin-bottom: 15px;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color:#212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,border-radius 0.15s ease;
}
.accordion{
    border: none;
    margin-bottom: 30px;
    background: #ffffff;
    border-radius: 30px 30px 30px 0 !important;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
        color: #212529;
        font-weight: 600;
    font-size: 20px;
}
/*.active, .accordion:hover {
  background-color: #ccc; 
}*/

.panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
      margin-top: -33px;
      
    border-radius: 0 30px 0 !important;
}

.accordion span {
    width: 45px;
    height: 45px;
    margin-right: 15px;
}
.accordion span i {
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50px;
    background: #012758;
    text-align: center;
    color: #ffffff;
}

/* ====================Footer_wrapper====================== */

.footer-area {
    background: #012758;
    position: relative;
    z-index: 1;
}

.footer-widget {
    position: relative;
    z-index: 1;
}
.footer-widget-box {
    margin-bottom: 20px;
}
.footer-logo img {
    width: 307px;
    margin-bottom: 25px;
}
.footer-widget-box p {
    color: #ffffff;
    padding-right: 18px;
    margin-bottom: 20px;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.footer-contact li {
    position: relative;
    display: flex;
    justify-content: start;
    align-items: center;
    color: #F5FAFF;
    font-size: 16px;
    margin-bottom: 15px;
}
.footer-contact li a {
    color:#F5FAFF;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.footer-contact li i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    margin-right: 15px;
    border-radius: 10px 10px 10px 0;
    background:#3d8af5;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #ffffff;
}

.footer-widget-title {
    color:#ffffff;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
    font-size: 21px;
    z-index: 1;
}
.footer-widget-title::before {
    content: '';
    position: absolute;
    width: 90px;
    height: 3px;
    background: rgba(255, 255, 255, 0.2);
    bottom: 0;
    left: 0;
    z-index: -1;
}
.footer-widget-title::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 3px;
    background: #3d8af5;
    bottom: 0;
    left: 18px;
    z-index: -1;
}

.footer-list {
    display: flex;
    flex-direction: column;
    gap: 2.65rem;
}

.footer-list li a {
    color: #ffffff;
    transition: all .5s ease-in-out;
}
.footer-list li a i {
    margin-right: 5px;
    color: #3d8af5;
}
.pb-70 {
    padding-bottom: 70px;
}
.pt-100 {
    padding-top: 100px;
}
.copyright-wrapper {
    padding: 25px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.align-self-center {
    align-self: center !important;
}
.footer-social {
    display: flex;
    gap: 15px;
    justify-content: end;
}

.footer-social li a i {
    height: 38px;
    width: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 10px 10px 10px 0;
    background: #ffffff;
    color: #3d8af5;
    transition: all .5s ease-in-out;
}
.footer-social li a i:hover {
    background: #3d8af5;
    color: #ffffff;
}

.footer-shape {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: .05;
    z-index: -1;
}

.footer-list li a:hover {
    padding-left: 10px;
    color:#3d8af5;
}








/* ====================Upcomingevents_wrapper====================== */

.Upcomingevents_wrapper  a{
   display: flex;
   flex-wrap: no-wrap;
   align-items: center;
   
   text-decoration: none;
   color: #000;
   position: relative;
   background-color: #eee;
   padding: 1em 1em 1em 0;
}

.Upcomingevents_wrapper  .date{
   min-width: 100px;
   text-align: center;
   color: #fff;
   z-index: 0;
   margin-right: 10px;
   
   &:before{
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100px;
      height: 100%;
      background-color: #012758;
      z-index: -1;
   }
}
/* ====================Testimonials_wrapper====================== */


.Testimonials_wrapper {
    background-image: url(https://christschoolhassan.in/images/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.Testimonials_wrapper::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(1, 39, 88, .85);
}
.Testimonials_wrapper .site-title{
    color:#fff;
}
.set_testimon{
        background: #ffffff;
    border-radius: 40px 40px 40px 0;
    padding: 25px 25px;
    margin: 6px;
    position: relative;
    border-bottom: 5px solid #012758;
}
.Testimonials_wrapper .site-title-tagline,.Admissionprocedure_wrapper .site-title-tagline{
    color: #9ec2ef;
    border-bottom: 2px solid #9ec2ef;
}
.Testimonials_wrapper .site-title span,.Admissionprocedure_wrapper .site-title span {
    color: #9ec2ef;
}
.reviews-block__slide{
    padding:0 0;
}

.reviews-block__person-name{
    font-size: 18px;
    color: #19232B;
    margin-bottom: 2px;
}

.reviews-block__person-role {
    color: #012758;
    font-weight: 500;
}
.reviews-block__person-image {
    padding: 4px;
    border-radius: 50px;
    border: 2px dashed #012758;
}
.reviews-block__person-image img {
    border-radius: 50%;
}
.reviews-block__text::after{
    right: 10px;
    bottom: 210px;
    position: absolute;
    right: 0px;
    top: 0px;
    color:#ffffff;
    font-size: 30px;
    width: 40px;
    height: 40px;
    line-height: 41px;
    text-align: center;
    background:#012758;
    border-radius: 50px 50px 50px 0;
}
.nav-bottom-right .owl-nav{
        bottom: -9px;
    right: 47%;
}
.nav-light .owl-nav .owl-prev:hover, .nav-light .owl-nav .owl-next:hover, .nav-light.nav-bottom-right .owl-nav .owl-prev:hover, .nav-light.nav-bottom-right .owl-nav .owl-next:hover, .nav-light.nav-outside-top .owl-nav .owl-prev:hover, .nav-light.nav-outside-top .owl-nav .owl-next:hover{
    background-color: #98bbf1;
}
/* ====================Photogallery_wrapper====================== */
.gallery-item {
    position: relative;
    width: 100%;
    margin-bottom: 25px;
}
.gallery-img {
    height: 100%;
}
.gallery-img img {
    width: 100%;
    border-radius: 50px 50px 50px 0;
}

.gallery-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.gallery-content::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px;
    background: #012758;
    border-radius: 50px 50px 50px 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
.gallery-link {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: 0.5s;
    border-radius: 50px;
    opacity: 0;
    visibility: hidden;
    font-size: 60px;
    color: #ffffff;
}
.gallery-content:hover::before {
    opacity: 0.9;
    visibility: visible;
}
.gallery-content:hover .gallery-link {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
}




/* ====================Photogallery_wrapper====================== */
.breadcrumb_wrapper  {
        background: url(https://christschoolhassan.in/images/breadcrumb.png);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    position: relative;
        padding-top: 92px;
    padding-bottom: 89px;
    z-index: 1;
}
.breadcrumb_wrapper::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000000;
    opacity: 0.65;
    z-index: -1;
}
.breadcrumb{
    background:transparent;
}


.breadcrumb>.active {
    color: #97c0f9;
}

.breadcrumb>.active {
    position: relative;
    display: inline-block;
    font-weight: 500;
    text-transform: capitalize;
}
.pathway:hover {
    color: #116E63;
}

.pathway {
    color:#ffffff;
    transition: all 0.5s ease-in-out;
}

.breadcrumb_wrapper .page_head {
    font-size: 36px;
    color: #ffffff;
}
.icons{
    display:none;
}
.fa-angles-right{
    color:#ffffff;
}





/* ====================Contact_wrapper====================== */

.contact-content {
    margin-bottom: 50px;
}

.contact-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 35px;
    padding: 30px 20px;
    position: relative;
    margin-bottom: 25px;
    border-radius: 50px 50px 50px 0;
    background: #ffffff;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    transition: all .5s ease-in-out;
}

.contact-info::before {
    content: "";
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: -8px;
    background: #132743;
    clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
    height: 20px;
    z-index: -1;
}

.contact-info-icon {
    font-size: 35px;
    color: #ffffff;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    position: relative;
    border-radius: 30px;
    background: #132743;
}

.contact-info-icon::before {
    content: "";
    position: absolute;
    left: -15px;
    right: -15px;
    top: -15px;
    bottom: -15px;
    border: 3px solid #132743;
    border-radius: 40px;
}

.contact-info h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #19232B;
}
.contact-info p a{
    color: #19232B;
    font-weight: 500;
    font-size: 16px;
}

.form_contact_1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 30px;
}
.form-horizontal .control-label{
    display:none;
}

.form-horizontal .controls{
    margin-left:0;
}

input[type="text"], input[type="email"] {
    width: 100%;
    height: 62px;
    border-radius: 100px;
    outline: none;
    border: none;
    background: #F7F7F7;
    font-size: 18px;
    font-weight: 500;
    color: #797a84;
    text-transform: capitalize;
    padding: 0 30px;
}
textarea {
    width: 100%;
    border-radius: 100px;
    outline: none;
    border: none;
    background: #F7F7F7;
    font-size: 18px;
    font-weight: 500;
    color: #797a84;
    text-transform: capitalize;
    padding: 0 30px;
        padding-top: 15px;
}

.input-80{
    max-width: 100%;
     width: 100%;
}

.contact-info-content p{
        color: #19232B;
}


.contact-form-header h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #19232B;
}
.contact-form {
    padding: 25px;
}
.contact-form-header {
    margin-bottom: 30px;
}
.contact-img {
    position: relative;
    padding-left: 20px;
}
.contact-img::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 100%;
    background: #132743;
    border-radius: 20px 0 0 20px;
    clip-path: polygon(100% 0, 20% 50%, 100% 100%, 0 100%, 0 0);
    z-index: -1;
}
.contact-img img {
    width: 100%;
    clip-path: polygon(100% 0, 100% 100%, 10% 100%, 0 50%, 10% 0);
}

.contact-wrapper {
    position: relative;
    background:#ffffff;
    border-radius: 20px;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    z-index: 1;
}
.contact-map {
    margin-bottom: -9px;
}

.infor_2{
        padding-bottom: 51px;
}
.infor_3{
        padding-bottom: 21px;
}
.contact-info-content p.info_para{
    font-size: 15px;
}
.breadcrumb>li+li:before{
    display:none
}


/* ====================Princiapl Message====================== */
.team-single-img img {
    border-radius: 50px 50px 50px 0;
}

.team-details {
    padding: 45px;
    background: #F2F3F5;
    border-radius: 50px 50px 50px 0;
}
h3 {
    font-size: 28px;
    color: #19232B;
    margin: 0px;
    font-weight: 600;
    font-family: 'Yantramanav', sans-serif;
    line-height: 1;
}
.team-details strong {
    color:#0f3a91;
}

.mt-3 {
    margin-top: 1rem !important;
}

.pb-80 {
    padding-bottom: 80px;
}

.pt-120 {
    padding-top: 120px;
}
/* ====================Facilitities Message====================== */
.widget {
      background: #fff;
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 20px;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
        border-radius: 50px 50px 50px 0;
    border-left: 5px solid #132743;
}
.widget .widget-title {
    padding-bottom: 10px;
    margin-bottom: 30px;
    position: relative;
    font-size: 22px;
    color: #19232B;
}

.widget .widget-title::before {
    position: absolute;
    content: '';
    width: 15px;
    border-bottom: 3px solid #0f3a91;
    bottom: 0;
    left: 0;
}
.widget .widget-title::after {
    position: absolute;
    content: '';
    width: 30px;
    border-bottom: 3px solid #0f3a91;
    bottom: 0;
    left: 22px;
}
.widget .category-list a {
    display: block;
    padding: 10px 0;
    font-weight: 500;
    border-bottom: 1px solid #ced4da;
    transition: all .5s ease-in-out;
        color: #19232b;
        font-size: 19px;
}
.widget .category-list a i {
    margin-right: 5px;
    color: #0f3a91;
}
.widget .category-list a span {
    float: right;
}

.widget .recent-post-single {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 20px;
}
.widget .recent-post-img {
    margin-right: 20px;
}

.widget .recent-post-img img {
    width: 120px;
    border-radius: 10px;
}

.widget .recent-post-bio h6 a {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    color:#19232B;
}
.widget .recent-post-bio span {
    font-size: 14px;
    color:#0f3a91;
    font-weight: 500;
}
.widget .social-share-link a {
        display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 31px;
    border: 2px solid #132743;
    color: #132743;
    text-align: center;
    margin-right: 5px;
    border-radius: 50px;
    transition: all .5s ease-in-out;
}

.widget .tag-list a {
    background: #ffffff;
    color: #19232B;
    padding: 5px 15px;
    margin-bottom: 10px;
    margin-right: 10px;
    border-radius: 10px;
    display: inline-block;
    transition: all .5s ease-in-out;
}

.widget .category-list a:hover {
    padding-left: 10px;
    color: #3074ff;
}
.widget .social-share-link a:hover {
    background: #132743;
    color: #ffffff;
}
.widget .tag-list a:hover {
    background-color: #132743;
    color: #ffffff;
}
.sidebar ul li a:before{
        content: "\f061";
    font-weight: 900;
    font-family: "FontAwesome";
    position: relative;
    right: 5px;
}
.nav>li>a:hover, .nav>li>a:focus{
    background-color: transparent;
}
.recent-post{
    display:none;
}
.blockqoute {
    background: #fff;
    border-left: 5px solid #132743;
    padding: 30px;
    font-size: 17px;
    /*font-style: italic;*/
    margin: 20px 0;
    border-radius: 50px 50px 50px 0;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
}
.blockqoute p{
    font-size:18px;
}
.blockqoute-author {
    margin-top: 20px;
    padding-left: 60px;
    position: relative;
    color: #19232B;
}
.blockqoute-author::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 40px;
    background: #132743;
    left: 0;
    top: 10px;
    display: none;
}
/* ====================Vision mission====================== */
.vission_mission{
    padding:100px 0;
}

.vission_mission .details-item {
    margin-bottom: 40px;
}
.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}
.pager{
    display:none;
}

.mt-2 {
    margin-top: .5rem !important;
}
.blog-thumb-img{
    margin-bottom: 20px;
}
.blog-thumb-img img{
    border-radius:20px;
}
.hover14 figure::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.hover14 figure {
    position: relative;
}
figure {
    background: #fff;
    overflow: hidden;
}
.hover14 figure:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
@keyframes shine{
    100% {
    left: 125%;
}
}
.mt-22 {
    margin-top: 1.5rem !important;
}
/* ===================About_inner====================== */
.about_inner{
    padding:100px 0;
}
.about_inner .choose-img::before {
    content: "";
    background: #012758;
    border-radius: 50px 50px 50px 0;
    transform: rotate(5deg);
    z-index: -1;
        content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 50px 50px 50px 0;
    transform: rotate(-8deg);
    z-index: -1;
}
.about_inner .choose-img img {
       border-radius: 50px 50px 50px 0;
}

/* ===================Assesment Structure====================== */
.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}
.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.table-light{
        color: #000;
    border-color: #c6c7c8;
}

.table>:not(caption)>*>* {
    padding: .5rem .5rem;
    color: initial, initial, #000;
    background-color: #f8f9fa;
    border-bottom-width:1px;
    box-shadow: inset 0 0 0 9999px initial, initial, transparent;
}
tbody, td, tfoot, th, thead, tr {
    border-color: #c6c7c8;
    border-style: solid;
    border-width: 0;
}

.tuition-wrap h4{
    color: #19232B;
    margin: 0px;
    font-weight: 600;
    font-family: 'Yantramanav', sans-serif;
    line-height: 1;
    font-size: 22px;
}

p{
    text-align: justify;
    font-size: 17px;
}
table {
    width: 100%;
    border-collapse: collapse;
}
td {
    border: 1px solid black;
    padding: 8px;
    text-align: left;
    font-size: 14px;
}
 th {
    border: 1px solid #fff;
    padding: 8px;
    text-align: left;
    font-size: 14px;
    color:#fff;
}
th {
    background-color: #132743;
}
 tr:nth-child(odd) {
    background-color: #dddddd;
}
.no-bg {
    background-color: white;
}
/*img {
    max-width: 100px;
    height: auto;
}*/

.content-list i{
    color:#2e6ff1;
}
.mandatory_disclosure .Inr_contents{
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.23), 0 10px 40px rgba(0, 0, 0, 0.19);
    margin: 1em auto 0.625em;
    overflow: hidden;
    padding: 1.25em 0.625em 2.5em;
}

.accordion-body th {
   color: #757F95;
}

/* ===================Faculty====================== */
.faculty_main{
    padding:100px 0;
}

.faculty_main table {
  width: 100%;
  //   container size
  width: min(900px, 100%-3rem);
  margin-inline: auto;
  //using border-collapse default border of table and padding will be disappear.
  border-collapse: collapse;
  border-spacing: 2rem;
  box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
}
 .faculty_main th,td,caption {
    padding: 1rem;
  }

.faculty_main table th {
   background: #132743;
    border-radius: 20px 0 0 0;
    border-right: 7px solid #fff;
    color: #fff;
    text-align: center;
}
/* .faculty_main table th:nth-child(2) {*/
/*    background: #e5f4fb;*/
/*}*/

/*.faculty_main table th:nth-child(3) {*/
/*    background: #e3f4df;*/
/*    border-radius: 0 20px 0 0;*/
/*    border-left: 7px solid #fff;*/
/*}*/
.faculty_main td {
    border-bottom: 2px dashed #eeeded;
    font-weight: 400;
    font-size: 16px;
    color: #686868;
  }
  @media (max-width: 767px) {
    .faculty_main td {
       border-bottom: none;
    }
}
.faculty_main caption,th,td {
  text-align: center;
}

@media (max-width: 767px) {
    .faculty_main table {
        display: block;
        width: 100%;
    }
}
 
@media (max-width: 767px) {
    .faculty_main tbody {
        width: auto;
        position: relative;
        overflow-x: auto;
    }
}
@media (max-width: 767px) {
    .faculty_main thead, .faculty_main tbody, .faculty_main thead th {
        display: block;
    }
}
@media (max-width: 767px) {
   .faculty_main thead {
        float: left;
    }
}
@media (max-width: 767px) {
    .faculty_main thead th {
        text-align: left;
    }
}

@media (max-width: 767px) {
    .faculty_main tbody td {
        display: block;
        text-align: center;
        margin-top:4px;
    }
}

@media (max-width: 767px) {
    .faculty_main tbody tr {
        display: table-cell;
    }
}
@media (max-width: 767px) {
    .faculty_main thead {
                margin-bottom: 15px;
    }
}
@media (max-width: 767px) {
    .faculty_main thead th {
        margin-bottom: 4px;
    }
}
@media (max-width: 767px) {
    .faculty_main tr td:nth-child(odd) {
        background: #F8F8F8;
        border-right: 1px solid #E6E4E4;
    }
}

@media (max-width: 767px) {
    .faculty_main table:before {
        content: "Scroll horizontally >";
        display: block;
        text-align: right;
        font-size: 11px;
        color: white;
        padding: 0 0 10px;
    }
}

@media (max-width: 767px) {
    .faculty_main td, .faculty_main th {
        padding: 20px .625em .625em .625em;
        height: 60px;
        vertical-align: middle;
        box-sizing: border-box;
        overflow-x: hidden;
        overflow-y: auto;
        width: 120px;
        font-size: 13px;
        text-overflow: ellipsis;
    }
}
.Cocurricular_main{
    padding-top:100px;
}
.Cocurricular_main .Inr_contents {
    background: #fff;
    margin-bottom: 100px;
}
.Cocurricular_main .Inr_contents {
    text-align: left;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
}
.club_images ul.sigFreeClassic li.sigFreeThumb{
    padding:5px;
}
/* ===================Faculty_single====================== */
.Faculty_main{
    padding:100px 0;
}
.faculty_member{
    background: #fff;
    border-radius: 10px;
    transition: all 0.35s ease-in-out;
    position: relative;
    z-index: 1;
    overflow: hidden;
    box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);
        padding: 13px;
}
.faculty_member .team-img {
    border: 10px solid #fff;
    border-radius: 100%;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15) inset, 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
}
.faculty_member .team-content {
    margin-top: 20px;
        background: #132743;
    border-radius: 30px;
    padding: 6px;
}
.faculty_member .team-content h4 {
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 800;
}
.faculty_member .team-content h4 a{
    color:#fff;
    font-family: 'Yantramanav', sans-serif;
}
.faculty_member .team-content p {
    color: #F24080;
        text-align: center;
}
.pdt-2{
    margin-top:25px;
}
.faculty_member .team-img img{
    width:100%;
}
.box_newsletter {
  width: 300px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
  display: block;
  border-radius: 20px;
  font-family: "Poppins", sans-serif;
  padding: 20px 30px 30px 30px;
  background: #fff;
  position: relative;
}
.header_newletter {
    position: absolute;
    background: #132743;
    width: 100%;
    height: 60px;
    padding: 13px 0;
    left: 0;
    top: 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    color: #fff;
    text-align: center;
    font-size: 21px;
    overflow: hidden;
}
.header_newletter p {
  margin:0;
  position:absolute;
  top:20%;
  left:28%;
  font-size:40px;
}
.Magazine_wrapper{
    padding:100px 0;
}
.Magazine_wrapper .mt-22{
    margin-top: 7.5rem !important;
}

.pb-120{
    padding-bottom:120px;
}
.avPlayerWrapper .avPlayerContainer .avPlayerBlock{
    padding: 56% 0 0 0 !important;
}







