
@font-face {
    font-family: 'RobotoCondensed-Light';
    src: url(../fonts/Roboto/RobotoCondensed-Light.ttf);
}
@font-face {
    font-family: 'RobotoCondensed-Regular';
    src: url(../fonts/Roboto/RobotoCondensed-Regular.ttf);
}
@font-face {
    font-family: 'RobotoCondensed-Bold';
    src: url(../fonts/Roboto/RobotoCondensed-Bold.ttf);
}

@font-face {
    font-family: 'MASQUE__';
    src: url(../fonts/masque/MASQUE__.ttf);
}
.logo-area .toggle-btns
{
    display: none;
}


/* vars */

:root{
	--roboto1:'RobotoCondensed-Light';
	--roboto2:'RobotoCondensed-Regular';
	--roboto3: 'RobotoCondensed-Bold';

	--mosque:'MASQUE__';

    --grays:#222;

	--color1:#01A385;
	--color2:#126757;
};

/* basic */


a:focus
{
     outline: 0px;
}

a,a:hover
{
     text-decoration: none !important;
}

 ul,ol {
     margin-bottom: 0;
     list-style: none;
     padding-left: 0;
}
 body{
     line-height: 25px;
     font-style: normal;
     color: #272525;
     background-color: #f7f7f7;
     font-size: 14px;
     overflow-x: hidden;    
     font-family: var(--roboto2);
     /*letter-spacing: 1px;*/
     /*min-height: 2000px;*/
}

body.inner-page footer
{
    padding-top: 40px;
    margin-top: 0;
}

.container
{
    max-width: 90%;
}

.heading2
{
    text-align: center;
}
.heading2 h4
{
    font-family: var(--mosque);
    display: inline-block;
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 20px;
    text-align: center;
    color: var(--white);
    letter-spacing: 2px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
    text-shadow: 2px 2px 5px rgba(0,0,0,.7);
}

.heading2 h4:before
{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 250px;
    height: 1px;
    background-color: var(--white);
}

.heading2 h4:after
{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    max-width: 250px;
    height: 3px;
    background-color: var(--color1);
}



.heading3
{
    /*text-align: center;*/
}
.heading3 h4
{
    font-family: var(--mosque);
    display: inline-block;
    text-transform: uppercase;
    font-size: 25px;
    margin-bottom: 20px;
    color: var(--color1);
    letter-spacing: 2px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.heading3 h4 span
{
    color: var(--grays);
}

.heading3 h4:before
{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 200px;
    height: 1px;
    background-color: #999;
}

.heading3 h4:after
{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    max-width: 250px;
    height: 3px;
    background-color: var(--color1);
}

.read-button
{
    position:relative;
    display: inline-block;
    background-color: var(--color1);
    padding: 5px 15px;
    color: var(--white);   
    box-shadow: 0 0 15px rgba(0,0,0,.1); 
    transition: box-shadow .1s linear;
}
.read-button span
{
    position: relative;
    z-index: 5;
}
.read-button:hover
{
    color: var(--white);
    box-shadow: 0 0 15px rgba(0,0,0,.5);
}
.read-button:before
{
    content: '';
    position: absolute;
    width: 100%;
    height: 0%;
    top: 0;
    left: 0;
    background-color: var(--grays);
    transition: all .2s linear;
}

.read-button:after
{
    content: '';
    position: absolute;
    width: 100%;
    height: 00%;
    bottom: 0;
    left: 0;
    background-color: var(--grays);
    transition: all .2s linear;
}

.read-button:hover:before,
.read-button:hover:after
{
    height: 50%;
}

/*
*************************************
*/

.topbar
{
    background-color: var(--color1);
    padding: 5px;
}
.topbar > .container
{
    max-width: 95%;
}
.topbar .left-info-bar ul li
{
    float: left;
}
.topbar .left-info-bar ul li a
{
    color: var(--white);
    font-family: var(--roboto2);
    font-size: 15px;
}
.topbar .left-info-bar ul li:hover a
{
    color: var(--white);
}
.topbar .left-info-bar ul li:not(:last-child) a
{
    margin-right: 12px;
}



.topbar .right-info-bar ul
{
    float: right;
}
.topbar .right-info-bar ul li
{
    float: left;
}
.topbar .right-info-bar ul li:not(:last-child) a
{
    margin-right: 15px;
}

.topbar .right-info-bar ul li a
{
    color: var(--white);
    font-family: var(--roboto2);
    font-size: 15px;
}
.topbar .right-info-bar ul li:hover a
{
    color: var(--white);
}

.topbar .parentportal a
{
  position: absolute;
right: 10px;
top: 0px;
font-family:var(--roboto3);
background: var(--grays);
padding: 6px 15px;
animation: abc 2s infinite linear;
-webkit-animation: abc 2s infinite linear;
-moz-animation: abc 2s infinite linear;
color: var(--white);
}

@keyframes abc 
{
  0%,45%
  {
    background-color: var(--grays); 
  }
  46%,100%
  {
    background-color: #9F0C12; 
  }
  
}
@-webkit-keyframes abc 
{
  0%,45%
  {
    background-color: #13458C; 
  }
  46%,100%
  {
    background-color: #479EE7; 
  }
  
}
@-moz-keyframes abc 
{
  0%,45%
  {
    background-color: #13458C; 
  }
  46%,100%
  {
    background-color: #479EE7; 
  }
  
}



/*
=============================================
*/
.navigations
{
    box-shadow: 3px 5px 4px rgba(0,0,0,.3);
 /*   position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 150;*/
    background-color: var(--white);
}
.navigations > .container
{
    max-width: 95%;
}
.navigations .logo
{
    margin:11px 0;
}
.mynavigation .main-ul
{
    text-align: right;
    /*margin: 25px 0;*/
}
.mynavigation .main-ul .list-items
{
    display: inline-block;   
}
.mynavigation .main-ul .list-items .anchor-links
{
    text-transform: uppercase;
    font-family:var(--roboto3);
    display: block;
    padding:38px 10px;
    font-size: 15px;
    color: var(--grays);
}
.mynavigation .main-ul .list-items:hover .anchor-links
{
    color: var(--color1);
}

.mynavigation .main-ul .list-items.has-dropdown
{
    position: relative;
    z-index: 5;
}
.mynavigation .main-ul .list-items.has-dropdown .sub-menu
{
    position: absolute;
    top: 100%;
    left: 0%;
    min-width: 180px;
    background-color: var(--grays);
    text-align: left;
}

@media screen and (min-width: 767px)
{
    .mynavigation .main-ul .list-items.has-dropdown .sub-menu
    {
        opacity: 0;
        visibility: hidden;
        transition: all .3s linear;
    }
    .mynavigation .main-ul .list-items.has-dropdown:hover .sub-menu
    {
        opacity: 1;
        visibility:visible;
    }
}

.mynavigation .main-ul .list-items.has-dropdown .sub-menu li a
{
        font-family: var(--roboto1);
        color: var(--white);
        font-size: 14px;
        white-space: nowrap;
        display: block;
        padding:6px 12px;
        border-bottom: 1px solid #424040;
}
.mynavigation .main-ul .list-items.has-dropdown .sub-menu li:last-child a
{
    border-bottom: 0px solid transparent
}
.mynavigation .main-ul .list-items.has-dropdown .sub-menu li:hover a
{
    background-color: var(--color1);
    color: var(--white);
}


/*
*****************************************
*****************************************
*/

#carouselExampleIndicators
{
    position: relative;
}


#carouselExampleIndicators.carousel-control-prev,
#carouselExampleIndicators.carousel-control-next
{
    position: relative;
    z-index: 5;
}

.carousel-fade .carousel-item {
 opacity: 0;
 transition-duration: .6s;
 transition-property: opacity;
}

.carousel-fade  .carousel-item.active,
.carousel-fade  .carousel-item-next.carousel-item-left,
.carousel-fade  .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-right {
 opacity: 0;
}

.carousel-fade  .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-prev {
 transform: translateX(0);
 transform: translate3d(0, 0, 0);
}

.carousel-control-next-icon, 
.carousel-control-prev-icon
{
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.carousel-control-next, 
.carousel-control-prev
{
    opacity: .6;
}

.carousel-control-prev-icon
{
    background-image: url(../img/prev.png);
}
.carousel-control-next-icon
{
    background-image: url(../img/next.png);
}

.carousel-caption
{
    position: absolute;
    left: 0;
    text-align: left;
    bottom: 10%;
}

#carouselExampleIndicators .carousel-inner .carousel-item:before
{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#carouselExampleIndicators .carousel-indicators li
{
    height: 8px;
    background-color: var(--color1);
}
#carouselExampleIndicators .carousel-indicators li.active
{
    background-color: var(--white);
}


#carouselExampleIndicators .single-caption
{
    position: absolute;
    bottom: 20px;
    left: 100px;
    max-width: 583px;
    z-index: 5;
    background-color: rgba(237, 28, 36, 1);
    padding: 25px 20px;
}
#carouselExampleIndicators .single-caption h3
{
    font-family: var(--mosque);
    color: var(--white);
    font-size: 30px;
    margin-bottom: 15px;
}
#carouselExampleIndicators .single-caption p
{
    font-family: var(--roboto1);
    color: var(--white);
    font-size: 16px;
    margin-bottom: 15px;
    text-align: justify;
}

/*
====================================
*/


.heading02 h4 span
{
    text-transform: uppercase;
    color: var(--color1);
}
.heading02 h4
{
    font-family: var(--mosque);
    text-transform: capitalize;
    font-size: 30px;
    margin-bottom: 20px;
}

.heading02 h4 span
{
    display: inline-block;
    margin-bottom: 5px;
}


/*
====================================
*/
section.about-us
{
    margin-top:50px; 
}


section.about-us .right-side-about
{
    padding-right: 40px;
}

section.about-us .heading h4 span
{
    text-transform: uppercase;
    color: var(--color1);
}
section.about-us .heading h4
{
    font-family: var(--mosque);
    text-transform: capitalize;
    font-size: 30px;
    margin-bottom: 20px;
}

section.about-us .heading h4 span
{
    display: block;
    margin-bottom: 5px;
}

section.about-us .desc p
{
    text-align: justify;
    font-size: 18px;
    line-height: 26px;
    color: #000;
}

section.about-us .read-more
{
    display: inline-block;
    background-color: var(--color1);
    color: var(--white);
    font-family: var(--roboto2);
    padding: 10px 20px;
    line-height: 22px;
    font-size: 15px;
    position: relative;
    border-right: 3px solid var(--color2);
    border-bottom: 3px solid var(--color2);
}


section.about-us .image-icon .thumb-image
{
    width: calc(100% / 2);
    float: left;
    height: 220px;
    background-size: cover;
    background-position: center;
    border:10px solid #F7F7F7;
     -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      border-radius: 20px;
      position: relative;
}

section.about-us .image-icon .thumb-image a.overlay
{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.4);
    -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      border-radius: 20px;
      cursor: pointer;
      opacity: 0;
      visibility: hidden;
      transition: all .3s linear;
}

section.about-us .image-icon .thumb-image:hover a.overlay
{
    opacity: 1;visibility: visible;
}

section.about-us .image-icon .thumb-image:nth-child(2)
{
    margin-top: 30px;
}
section.about-us .image-icon .thumb-image:nth-child(3)
{
    margin-top: -30px;
}

section.about-us .image-icon .thumb-image img
{
    border-radius: 5px;
}



/*========================================*/



section.about-us .three-images
{
    position:relative;
}
section.about-us .three-images .image1
{
    width:85%;
}
section.about-us .three-images .image2
{
    width:50%;
    position:absolute;
    bottom:0;
    right:0;
    border-top:15px solid var(--white);
    border-left:15px solid var(--white);
    z-index:2;
}
section.about-us .three-images .image3
{
    border-top: 20px solid var(--white);
    border-right: 20px solid var(--white);
    width: 54%;
}

/*
=================================================
*/

section.message
{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    background-attachment: fixed;
}

section.message .message-overlay
{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.6);
    padding: 70px 0 80px;

}

#message
{
    margin-top: 75px;
}

#message .testimonial
{
    margin: 0 15px;
    background-color: var(--white);
    box-shadow: 0 0 15px rgba(0,0,0,0.5);
}

#message .testimonial .message-container
{
    padding:15px;
}
#message .testimonial .message-container .image
{
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background-color: var(--white);
}
#message .testimonial .message-container .image img
{
    border-radius: 50%;
    width: 100%;
    height: 100%;
    padding: 7px;
}


#message .testimonial .message-container .content-area
{
    padding: 65px 25px 20px;

}
#message .testimonial .message-container .content-area h4.name
{
    font-family: var(--roboto3);
    color: var(--grays);
    font-size: 20px;
    word-spacing: -2px;
}
#message .testimonial .message-container .content-area h4.name small
{
    font-family: var(--roboto2);
    color:  #505050;
}
#message .testimonial .message-container .content-area p
{
    font-family: var(--roboto2);
    color: var(--grays);
    font-size: 16px;
    color: #505050;
    line-height: 22px;
    text-align:justify;
    min-height: 66px;
    max-height: 66px;
    overflow: hidden;
    text-overflow: ellipsis;
}


#message.owl-carousel .owl-wrapper-outer
{
    overflow-x: clip;
}


/*
**********************************
*/

section.news-admission
{

    margin-top:40px; 
    background-color: var(--white);
    padding: 50px 0 60px;
}

section.news-admission .news-container
{
    min-height: 373px;
    max-height: 373px;
    overflow: hidden;
    text-overflow: ellipsis;
}

section.news-admission .news-container .news-row
{
    border:1px solid #eae8e8;
    padding: 15px;
    margin-bottom: 10px;
}
section.news-admission .news-container .news-row:nth-child(2n+1)
{
    background-color: #EFF3F0;
}

section.news-admission .news-container .news-row .news-icon
{
    display: table-cell;
    vertical-align: top;
    width: 65px;
    text-align: center;
    font-size: 2.5em;
    vertical-align: top;
}

section.news-admission .news-container .news-row .news-icon img
{
    padding: 8px;
}
section.news-admission .news-container .news-row .news-detail
{
    display: table-cell;
    vertical-align: top;
    padding-left: 10px;
}
section.news-admission .news-container .news-row .news-detail h4.news-title
{
    font-family: var(--roboto3);
    font-size: 18px;
    margin-bottom: 3px;
}
section.news-admission .news-container .news-row .news-detail h4.news-title a
{
    color: var(--grays);
}
section.news-admission .news-container .news-row .news-detail h4.news-title:hover a
{
    color: var(--color1);
}
section.news-admission .news-container .news-row .news-detail p
{
    margin-bottom: 3px;
    font-family: var(--roboto2);
    color: var(--grays);
    font-size: 16px;
    color: #505050;
    line-height: 22px;
    height: 22px;
    overflow: hidden;
}

section.news-admission .news-container .news-row .news-detail .dates
{
    margin-top: 5px;
    margin-bottom: 3px;
    display: inline-block;
    font-family: var(--roboto2);
    font-size: 15px;
}

section.news-admission .news-container .news-row .news-detail .dates span .fa
{
    color: var(--color1);
    font-size: 1.1em;
}

section.news-admission .news-container .news-row .news-detail .dates span a{
        display: inline-block;
        width: 25px;
        height: 25px;
        text-align: center;
        border-radius: 3px;
}


section.news-admission .admission-enquiry
{
    width: 90%;
    float: right;
    height: 520px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
section.news-admission .admission-enquiry .enquiry-form-container
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.6);
}

section.news-admission .admission-enquiry .enquiry-form-container .forms
{
    padding: 0 30px;
}

.enquiry-form-container .forms .form-group 
{
    position: relative;
}
.enquiry-form-container .forms .form-group .input-icon
{
    position: absolute;
    left: 10px;
    top: 10px;
    color: #a8a8a8;
    font-size: 1.2em;
}
.enquiry-form-container .forms .form-group .form-control
{
    padding-left: 35px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.enquiry-form-container .forms .button-submit .submit-admission
{
    background-color: var(--color1);
    text-align: center;
    padding:8px;
    border:0;
    box-shadow: 0;
    display: block;
    width: 100%;
    color: var(--white);
    font-family: var(--roboto2);
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 3px;
    cursor: pointer;
}


section.news-admission .admission-enquiry .enquiry-form-container .form-container
{
    position: absolute;
    width: 90%;
    height: 90%;
    left: 5%;
    top: 5%;
    background-color:rgba(255,255,255,1);
    overflow: hidden;
}

section.news-admission .admission-enquiry .form-control:focus
{
    box-shadow: none;
}

section.news-admission .admission-enquiry .enquiry-form-container .form-container .heading
{
    position: relative;
    padding: 17px 60px 45px;
    margin-bottom: 20px;
}

section.news-admission .admission-enquiry .enquiry-form-container .form-container .heading h4
{
    font-family: var(--mosque);
    color: var(--white);
    position: relative;
    z-index: 2;
    font-size: 28px;
    line-height: 28px;
    text-align: center;
}

section.news-admission .admission-enquiry .enquiry-form-container .form-container .heading span
{
    position: absolute;
    height: 100%;
    width: 100%;
    clip-path: polygon(-115.5% 0, 113% 0, 76% 100%);
    left: 0;
    background-color:var(--color1);
    top: 0;
    z-index: 1;
}


.calendar-icons
{
    position: relative;
    width: 100%;
}
.calendar-icons .calendar-icon
{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    color: var(--color1);
}
.calendar-icons .inputs
{
    width: 100%;
}

/*
**********************************
*/

section.latest-events
{
    background-color: #EFF3F0;
    padding: 70px 0;
}

section.latest-events .event-heading
{
    max-width: 80%;
    margin:auto;
    text-align: center;
}
section.latest-events .event-heading p
{
    font-family: var(--roboto2);
    color: #000;
    font-size: 18px;
    line-height: 23px;
}

section.latest-events .heading3 h4
{
    margin-bottom: 10px;
}

section.latest-events .owl-carousel .owl-wrapper-outer
{
    overflow: hidden;
}

section.latest-events .event-heading
{
    width: 100%;
    position: relative;
}

section.latest-events .event-heading .centerlizes
{
    margin-bottom: 25px;
}

.latest-events-carousel #latest-events .testimonial 
{
    margin:0 15px;
    box-shadow: 0 0 15px rgba(0,0,0,.1);
}

.latest-events-carousel #latest-events .testimonial .image
{
    width: 100%;
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.latest-events-carousel #latest-events .testimonial .detail
{
    padding:15px 15px 25px;
    background-color: var(--white);
}
.latest-events-carousel #latest-events .testimonial .detail span.date
{
    display: block;
}
.latest-events-carousel #latest-events .testimonial .detail span.date i.fa
{
    color: var(--color1);
}
.latest-events-carousel #latest-events .testimonial .detail h3
{
    font-family: var(--roboto3);
    color: var(--grays);
    font-size: 18px;
/*    min-height: 42px;
    max-height: 42px;*/
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 5px;
    margin-bottom: 5px;
}
.latest-events-carousel #latest-events .testimonial .detail p
{
    font-family: var(--roboto2);
    color: #000;
    font-size: 15px;
    line-height: 24px;
}


/*
**************************************
*/

footer
{
    position: relative;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    padding: 60px 0 20px;
}
footer:before
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.9);
}


footer .information-container
{
    background-color: var(--grays);
    padding: 30px 0;
    max-width: 80%;
    border-radius: 30px;
    margin: auto;
    position: relative;
    top: -80px;
}
footer .information-container .footer-info-box
{
    text-align: center;
}
footer .information-container .footer-info-box .icon
{
    margin-bottom: 7px;
    display: inline-block;
}
footer .information-container .footer-info-box .icon .fa
{
    color: var(--color1);
    font-size: 2em;
}
footer .information-container .footer-info-box .right-area .titles, 
footer .information-container .footer-info-box .right-area .detail 
{
    color: #ccc;
}

footer .information-container .footer-info-box .right-area .titles
{
    font-family: var(--roboto3);
    font-size: 18px;
    display: block;
    color: var(--white);
}
footer .information-container .footer-info-box .right-area .detail 
{
     font-family: var(--roboto2);
    font-size: 14px;
    display: block;
}


/*=========================================*/


footer .ftr-box .ftr-heading
{
    font-family: var(--roboto3);
    color: var(--color1);
    font-size: 20px;
    margin-bottom: 10px;
}
footer .ftr-box .contact-address .add-row .school-name
{
    font-family: var(--roboto3);
    text-transform: capitalize;
    color: var(--white);
    font-size: 18px;
    display: block;
}
footer .ftr-box .contact-address .add-row span.value
{
    font-family: var(--roboto2);
    color: var(--white);
    font-size: 14px;
    line-height: 20px;
    display: block;
    margin: 4px 0;
}
footer .ftr-box .contact-address .add-row.cont-row span.icon
{
    color: var(--white);
}
footer .ftr-box .contact-address .add-row.cont-row span.value
{
    display: inline-block;
}
footer .ftr-box .contact-address .social-icon-row
{
    margin-top: 15px;
}
footer .ftr-box .contact-address .social-icon-row a
{
    color: var(--white);
    width: 30px;
    height: 30px;
    display: block;
    border:1px solid var(--color1);
    float: left;
    margin-right: 10px;
    text-align: center;
    background-color: var(--color1);
}
footer .ftr-box .contact-address .social-icon-row a:hover
{
    background-color: var(--color2);
    color: var(--white);
    border-color: var(--color2);
}
footer .ftr-box .contact-address .social-icon-row a .fa
{
    line-height: 30px;
}

footer .ftr-box .ftr-links ul li a
{
    font-family: var(--roboto2);
    color: var(--white);
    position: relative;
    display: block;
    padding-left: 12px;
    font-size: 15px;
}
footer .ftr-box .ftr-links ul li a:before
{
    content: '\f105';
    position: absolute;
    top: 0;
    left: 0;
    font-family: fontawesome;
}

.copyright
{
    background-color: var(--color2);
    text-align: center;
    padding: 8px;   
    font-family: var(--roboto1);
    font-size: 16px;
    color:var(--white);
}
.copyright a
{
    color: var(--white);
    font-family: var(--roboto2);
}


/*==============calender===============*/

#mycalendars
{
    width: 90%;
    margin-right: 5%;
}

#ical {
  width: 100%;
  height: auto;
  margin: auto;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  border: 1px solid #ccc;
  padding: 3px; }

#ical .cal_head {
  background:var(--color1);
  color: #fff;
  padding: 10px 10px;
  display: block;
  text-align: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  position: relative;
  border-radius: 2px 2px 0 0;
  font-family: "Roboto-Medium"; }

.icaltable {
  border-collapse: separate;
  border-width: 0px 0px 1px 1px;
  font-size: 20px;
  width: 100%;
  height: auto;
  background: #f8f8f8; }

.icaltable td, .icaltable th {
  width: 14.28%;
  text-align: center;
  vertical-align: middle;
  background: url("../img/cells.png") repeat scroll 0% 0% #F8F8F8;
  color: #444;
  position: relative;
  font-size: 16px;
  height: 24px;
  padding: 12px 0px;
  border: 1px solid #ddd;
  font-family:var(--roboto2) }

  .icaltable td
  {
      font-family: var(--roboto2);
  }

#ical .events li span.title,
#ical .events li span.desc {
  display: none; }

#ical .events li span.event_desc,
#ical .events li span.event1 {
  color: #000; }

#ical .events li span.event1 {
  display: block; }

.icaltable th {
  height: 30px;
  font-size: 16px;
  font-family: var(--roboto2);
  color:var(--grays); }

.icaltable td:hover, .icaltable th:hover {
  background-position: 0px -81px;
  color: #222; }

.icaltable td.date_has_event {
  background-color:var(--color2);
  background-image: url(../img/pattern2.png);
  color: white; }

.icaltable td.date_has_event:hover {
  background-color: var(--color1); }

.icaltable td.today {
  background-color: var(--color1);
  background-image: url(../img/pattern2.png);
  color: white; }

.icaltable td.today:hover {
  background-color: var(--color1);
  color: #fff; }

.events {
  position: relative; }

.events ul {
  right: 0px !important;
  bottom: 30px !important; }

.events ul {
  text-align: left;
  position: absolute;
  display: none;
  z-index: 1000;
  padding: 5px;
  background: #E7ECF2 url(../img/popup.png) no-repeat;
  color: white;
  border: 1px solid white;
  font-size: 15px;
  width: 200px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  -border-radius: 3px;
  list-style: none;
  color: #444444;
  -webkit-box-shadow: 0px 8px 8px #333; }

.events li {
  padding-bottom: 5px; }

.events li span {
  float: left;
  font-size: 14px;
  text-align: justify;
  color: #555;
  font-family:var(--roboto3) 
  margin-right: 5px; }

.events li span.title {
    color: #222;
  }

#icalprev {
  position: absolute;
  left: 10px;
  cursor: pointer; }

#icalnext {
  position: absolute;
  right: 10px;
  cursor: pointer; }

#currentmonth {
  padding: 0;
  text-align: center;
  font-family: var(--roboto3);
  font-size: 1.2em;
  text-transform: uppercase; }

#currentyear {
  padding: 0;
  text-align: center;
  font-family: var(--roboto3);
  font-size: 1.2em;
}

#icalprev, #icalnext {
  top: 50%;
  transform: translateY(-50%); }




/*
==================================================
*/


 .banner-innerpages {
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center;
     width: 100%;
     position: relative;
 }

 @media screen and (min-width: 768px) {
     .banner-innerpages {
         height: 250px;
     }
 }

 .banner-innerpages:before {
     content: '';
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background:linear-gradient(to bottom, rgba(0 0 0  / 0%), rgba(0 0 0  / 0%), rgba(0 0 0  / 40%), rgba(0 0 0  / 50%));
     z-index: 2;
 }

 .banner-innerpages .banner-text {
     position: absolute;
     bottom: 50px;
     left: 0;
     width: 100%;
     text-align: center;
     z-index: 2;
 }

 .banner-innerpages .banner-text h5 {
     margin-bottom: 0;
     color: var(--white);
     font-weight: 700;
     font-size: 30px;
     text-transform: uppercase;
     word-spacing: 2px;
     letter-spacing: 1px;
     text-shadow: 1px 1px 2px rgba(0 0 0 / 10%);
 }  




/*
====================================
*/

section.contact
{
    margin-top: 45px;
}
section.contact .contact-container
{
    margin: 0 auto;
    max-width: 75%;
    background-color: var(--white);
    box-shadow: 0px 2px 50px 5px rgb(0 0 0 / 12%);
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    padding: 40px 35px;
    margin-bottom: 40px;
    border-radius: 10px;
}
section.contact.career-section .contact-container
{
    max-width: 90%;
}

section.contact .contact-container form
{
    margin-top: 40px;
}

section.contact .contact-container .input-group
{
    margin-bottom: 22px;
    position: relative;
}
section.contact .contact-container .input-group label
{
    font-weight: 500;
    left: 10px;
    font-size: 16px;
    top: 5px;
    position: absolute;
    z-index: 5;
    pointer-events: none;
    padding:3px 7px;
    transition: .2s;
}
section.contact .contact-container .input-group .form-select
{
    width: 100%;
}
section.contact .contact-container .input-group .inputs
{
    padding:.6rem 1rem;
}
section.contact .contact-container .input-group select.inputs
{
    height: calc(2.25rem + 8px);
    border-radius: .25rem;
    padding:.6rem 1rem;
}
section.contact .contact-container .input-group .inputs:focus
{
    box-shadow: none;
    outline: none;
}
section.contact .contact-container .input-group label
{
    margin-bottom: 0;
}

section.contact .contact-container .input-group .inputs:focus + label
{
    top: -15px;
    background-color: var(--white);
    font-size: 13px;
    color: var(--color1);
    font-weight: 600;
}


section.contact .contact-container .input-group .inputs:valid + label
{
    top: -15px;
    background-color: var(--white);
    font-size: 13px;
    color: var(--color1);
    font-weight: 600;
}



section.contact .contact-container .input-submit .submit-form
{
    display: inline-block;
    padding:8px 35px;
    font-weight: 600;
    color: var(--white);
    text-transform: uppercase;
    background:linear-gradient(45deg, var(--color1),#0d6fa3,var(--color1));
    border: 1px solid var(--color1);
    transition: .4s;
    box-sizing: border-box;
    cursor: pointer;
}
section.contact .contact-container .input-submit .submit-form:hover
{
    color: var(--color1);
    background:transparent;
    border-radius: 25px;
}


#ui-datepicker-div
{
    z-index: 99999 !important;
}


/*
=====================================================
*/


/*
======================================
*/

section.gallery-page
{
    margin-top: 50px;
}
section.gallery-page .container
{
    max-width: 95%;
}
.gallery-box-container
{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 25px;
    /*justify-content: center;*/
}
.gallery-box-container .gallery-box
{
    width: calc(33.333% - 20px);
    margin:0 10px 20px;
    background-color: var(--white);
    border-radius: 7px;
    flex:0 0 auto;
    box-shadow: 0px 0px 25px rgb(0 0 0 / 30%);
}
.gallery-box-container .gallery-box .image
{
    overflow: hidden;
}

.gallery-box-container .gallery-box .image .img-box
{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width:100%;
    height: 200px;
    transform: scale(1);
    transition: .3s ease-in-out;
    border-radius: 7px 7px 0 0;
}
.gallery-box-container.facilities-areas .gallery-box .image .img-box
{
    height: 230px;
}
.gallery-box-container .gallery-box:hover .image .img-box
{
    transform: scale(1.1);
}
.gallery-box-container .gallery-box .datea
{
    font-family: var(--roboto3);
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    padding:20px 5px 5px;
    display: block;
}
.gallery-box-container .gallery-box .datea i
{
    color: var(--color1);
} 

.gallery-box-container .gallery-box .title
{
    font-family: var(--roboto3);
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    padding:5px 5px 10px;
}

.gallery-box-container .gallery-box .small-content
{
    margin-bottom: 0;
    font-family: var(--roboto2);
    text-align: center;
    font-size: 15px;
    line-height: 20px;
    padding:00px 5px 20px;
}

/*
=========================================
*/

.position-relative
{
    position: relative !important;
}
.position-relative a.stretched-link
{
     position: absolute !important;
     content: '';
     top: 0;
     left: 0;
     right:0;
     bottom: 0;
     z-index: 2;   
}



/*
===================================
*/

.sidebar-area
{
    background-color: var(--color1);
    box-shadow: 0 0 15px 5px rgba(0 0 0 / 15%);
    border-radius: 25px 0 0 25px;
}
.sidebar-area .sidbar-container
{
    padding:20px 10px;
}

.sidebar-area .sidbar-container .headings
{
    font-weight: 700;
    font-size: 22px;
    color: var(--white);
    margin-bottom: 15px;
    padding:0 10px;
}
.sidebar-area .sidbar-container ul li:not(:last-child)
{
    border-bottom: 1px solid #ccc;
}
.sidebar-area .sidbar-container ul li a
{
    display:block;
    color: var(--white);
    font-weight: 400;
    font-size: 15px;
    padding:6px 10px;
    line-height: 22px;
}
.sidebar-area .sidbar-container ul li:hover > a
{
    background-color: var(--white);
    color: var(--color1);
    font-weight: 600;
}
.sidebar-area .sidbar-container ul li.active > a
{
    background-color: var(--white);
    color: var(--color1);
    font-weight: 600;
}

/*
=========================================
*/

section.mandatary-public-disclosure
{
    margin-top: 40px;
}

.mandatary-public-disclosure .mandatary-public-discloure-container .container
{
    max-width: 80%;
}

.mytables .table thead tr
{
    background-color: var(--color1);
    text-align: center;
}
.mytables .table thead tr th
{
    padding:10px 15px;
    color: var(--white);
    font-size: 16px;
    font-weight: normal;
    font-family: var(--roboto2);
    text-align: center;
}
.mytables .table tbody tr td
{
    padding:10px 15px;
    color: var(--dark);
    font-size: 15px;
    font-weight: normal;
    font-family: var(--roboto2);
    text-align: center;
}

.mytables .table tbody tr:nth-child(odd)
{
    background-color: var(--white);
}

.mytables .table tbody tr td[data-title="Sr. No."]
{
    font-family: var(--roboto3);
}
.mytables .table tbody tr td[data-title="Download File"] a
{
    display: inline-block;
    width: 35px;
    height: 35px;
    background-color: var(--color2);
    color: var(--white);
    border-radius: 5px;
}
.mytables .table tbody tr td[data-title="Download File"] a:hover
{
    background-color: var(--grays);
}
.mytables .table tbody tr td[data-title="Download File"] a i
{
    line-height: 35px;
}

/*
===================================
*/

section.admission-information
{
    margin-top: 50px;
}


.side-image
{
    float: right;
    max-width: 450px;
    margin-left: 20px;
    background-color: var(--white);
    border-radius: 8px;
    box-shadow: 0 0 10px 5px rgba(0 0 0 / 10%);
    overflow: hidden;
}
.side-image img
{
    width: 100%;
    padding:8px;
    border-radius: 8px;
    transform: scale(1);
    transition: .5s;
}
.side-image:hover img
{
    transform: scale(1.08);
}




.side-image-message
{
    float: right;
    max-width: 350px;
    margin-left: 20px;
    background-color: var(--white);
    border-radius: 8px;
    box-shadow: 0 0 10px 5px rgba(0 0 0 / 10%);
    overflow: hidden;
    margin-bottom: 20px;
}
.side-image-message img
{
    width: 100%;
    padding:8px;
    border-radius: 8px;
    transform: scale(1);
    transition: .5s;
}
.side-image-message:hover img
{
    transform: scale(1.08);
}


.content-desc p
{
    text-align: justify;
    font-size: 15px;
}
.content-desc p span.strong
{
    font-family: var(--roboto3);
    font-size: 16px;
}

.content-desc ul
{
    padding-left: 20px;
    margin-bottom: 20px;
}
.content-desc ul li
{
    list-style-type: square;
    font-size: 15px;
}

p.quotes
{
    font-size: 20px;
    font-style: italic;
}

/*
======================================
*/

.table-content
{
    margin-top: 25px;
}
.table-content .heading02 h4
{
    font-size: 25px;
}
.message-heading.heading02 h4
{
    font-size: 23px;
    margin-bottom: 10px;
}


.infra-heaidng-marginbottom h4
{
    margin-bottom: 0px;
    margin-top: 20px;
}





/*
========================
*/


#no-more-tables.myInvisbleForm
{
    max-width: 90%;
    margin:auto;
    margin-top: 20px;
}

#no-more-tables.myInvisbleForm table thead
{
    background-color: var(--white);
}

#no-more-tables.myInvisbleForm table thead tr th, 
#no-more-tables.myInvisbleForm table tbody tr td
{
    text-align: justify;
}

#no-more-tables.myInvisbleForm .table-striped tbody tr:nth-of-type(2n+1)
{
    background-color: #EFF3F0;
}
#no-more-tables.myInvisbleForm table tbody tr
{
    margin-top: 10px;
    margin-bottom: 10px;
}
#no-more-tables.myInvisbleForm table tbody tr td
{
    padding: 10px .75rem;
    vertical-align: middle;
}
#no-more-tables.myInvisbleForm table tbody tr td[data-title="Icon"]
{
    color: var(--color1);
    text-align: center;
    width: 100px;
}
#no-more-tables.myInvisbleForm table tbody tr td[data-title="Detail"]
{
    vertical-align: top;
}
#no-more-tables.myInvisbleForm table tbody tr td[data-title="Detail"] .detail .date
{
    color: #181717;
    font-size: 13px;    
    font-family:'Poppins';
    font-weight: 500;
    margin-bottom:5px;
}
#no-more-tables.myInvisbleForm table tbody tr td[data-title="Detail"] .detail .date .fa
{
    color: var(--color1);
}
#no-more-tables.myInvisbleForm table tbody tr td[data-title="Detail"] .detailTitle
{
    font-family:'Poppins';
    font-weight: 600;
    color: var(--color333);
    font-size: 18px;
    margin-bottom: 8px;
}
#no-more-tables.myInvisbleForm table tbody tr td[data-title="Detail"] .detailDesc
{
    font-family:'Poppins';
    font-weight: 400;
    line-height: 24px;
    font-size: 15px;
}

#no-more-tables.myInvisbleForm.retires table tbody tr td[data-title="Detail"]
{
    padding: 15px;
}
#no-more-tables.myInvisbleForm table tbody tr td[data-title="Download File"]
{
    width: 100px;
}


#no-more-tables table tbody tr td[data-title="Download File"] a, #no-more-tables table tbody tr td[data-title="File"] a {
    color: #fff !important;
    background-color: var(--color2);
    width: 35px;
    height: 35px;
    text-align: center;
    display: block;
    border-radius: 3px;
    line-height: 35px;
    margin: auto;
}


.semi-heading-type-text
{
    font-family: var(--roboto3);
    font-size: 18px;
    color: #000;
    margin:25px 0;
}


.content-limite
{
    height: 66px;
    overflow: hidden;
    margin-bottom: 15px;
}