@charset "utf-8";
/* CSS Document */

html {
  scroll-behavior: smooth;
}
body {

}

.bgblue {
	background-color: #002147;
	}

.bglightblue {
	background-color: #001746;
}	
.bgheaderblue {
  background-color: #006699;
}

.bglightyellow{
  background-color: #ffc10714;
}

.bg1 {
  background-image: url(../imgs/bg1pattern.jpg);
}
.bg2 {
  background-image: url(../imgs/bg2pattern.jpg);
}
.bg3 {
  background-image: url(../imgs/bg3pattern.jpg);
}
.pad10 {
	padding: 8px;
	}
	.pad20 {
	padding: 18px;
	}
	.headertext
	{
	font-size: 13px;
	font-weight: normal	;
	font-family: Roboto, sans-serif;
	color: #FFFFFF;
		}

.headertext a
  {
  font-size: 13px;
  font-weight: normal ;
  font-family: Roboto, sans-serif;
  color: #FFFFFF;
  text-decoration: none;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
    }

.headertext a:hover {

     text-decoration:none;
  outline:none;
  color:#e47f09;

  padding-left: 10px; }

	.socialicons
	{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFF;
	margin-left: 5px;
		}
		.maroonbottomborder
		{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #810004;
}
	.maroontopborder
		{
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #810004;
}
	
.schoolheading
{
	font-family: 'David Libre', serif;
	font-size: 25px;
	color: #860002;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-bottom: 5px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
	.schoolsubheading
	{
	font-family: "MS Serif", "New York", serif;
	font-size: 18px;
	margin: 10px;
	color: #999;
}
	
	.text-xs-left { text-align: left; }
.text-xs-right { text-align: right; }
.text-xs-center { text-align: center; }
.text-xs-justify { text-align: justify; }



@media (min-width: 360px)
{.caption1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate( -50%, -50% );
    text-align: center;
    color: white;
   font-size: 20px;
	font-weight: bolder;
	font-family: Roboto, sans-serif;
	text-align: right;

}
 .pdd-5 {
    
    padding: 0px;
  }

.pmessage {
      padding: 10px;
    }
}
@media (min-width: 768px) {
    .text-sm-left { text-align: left; }
    .text-sm-right { text-align: right; }
    .text-sm-center { text-align: center; }
    .text-sm-justify { text-align: justify; }
.caption1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate( -50%, -50% );
    text-align: center;
    color: white;
   font-size: 20px;
	font-weight: bolder;
	font-family: Roboto, sans-serif;
	text-align: right;

}
 .pdd-5 {
    
    padding: 5px;
  }
.pmessage {
      padding: 10px;
    }

}

@media (min-width: 992px) {
    .text-md-left { text-align: left; }
    .text-md-right { text-align: right; }
    .text-md-center { text-align: center; }
    .text-md-justify { text-align: justify; }
	.dropdown:hover>.dropdown-menu {display:block;
margin-top: 0;}
.dropdown>.dropdown-toggle:active {
    pointer-events: none;}
.animate {
    animation-duration: 0.4s;
    -webkit-animation-duration: 0.4s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
  .dropdown-toggle::after {
    display:none;
}
.pmessage {
      padding: 20px;
    }
     .pdd-5 {
    
    padding: 35px;
  }
}

@media (min-width: 1200px) {
    .text-lg-left { text-align: left; }
    .text-lg-right { text-align: right; }
    .text-lg-center { text-align: center; }
    .text-lg-justify { text-align: justify; }
	.dropdown:hover>.dropdown-menu {display:block;
	margin-top: 0;}
	.dropdown>.dropdown-toggle:active {
    pointer-events: none;}

.dropdown-toggle::after {
    display:none;
}

 .pdd-5 {
    
    padding: 35px;
  }
}
.bglightgrey {
	background-color: #F6F6F6;
}

.pmessage {
      padding: 20px;
    }
 
.active {
	
}

.downborderblue {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #036;
}
.toppad10 {
	padding-top: 20px;
}
.toppad20 {
	padding-top: 50px;
}
.bottompad10 {
	padding-bottom: 10px;
}





@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform:translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}
.newslink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 600;
	padding-right: 5px;
	padding-left: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #800001;
	color: #000;
}
.bg-maroon { background-color:#800001;
	}
	.bordermaroon {
	border: 1px solid #800001;
		}
.bgschoolbg {
	background-image: url(../indexslider/1404161521261331.jpg);
}
.footer {
	}
.footer .flinks {
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	list-style-type: none;
	font-weight: normal;
}
.footer .flinks li a {
	color: #FFF;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
}


.footer .qltxt {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.groupheading h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 30px;
	color: #036;
	font-style: normal;
}
.blueborder {

	
		border-width: 1px;
	border-style: solid;
	border-color: #2F6A96;
}

.mynavbar .navbar-nav .nav-item .nav-link{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffff;
	margin: 1px;
	font-size: 15px;
	font-weight: bolder;
	font-family: Roboto, sans-serif;
	text-align: right;
	color: #006699;

}
.mynavbar .navbar-nav .nav-item .nav-link:hover {

	color: #e47f09;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e47f09;
	 transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
 
}

.mynavbar .navbar-nav .nav-item .dropdown-item {
	background-color: #ffff;
	color: #006699;
	font-size: 13px;
	font-family: Roboto, sans-serif;
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-color: #e6e9ec;
	border-bottom-width: 1px;
	padding-top: 15px;
	padding-bottom: 15px;
	 
 transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
   


}

.mynavbar .navbar-nav .nav-item .dropdown-item:hover {
	
	color:#FFFFFF  ;
	background-color:#e47f09;
	padding-left: 35px;

}



.dropdown-menu
{
	margin: 0px;
	padding: 0px;
	  -moz-transition:    all 1000ms ease;
    -webkit-transition: all 1000ms ease;
    -o-transition:      all 1000ms ease;
    -ms-transition:     all 1000ms ease;
    transition:         all 1000ms ease;

}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .85s ease;
       -o-transition: height .85s ease;
          transition: height .85s ease;
}



.desktitle{
	margin-bottom: : 5px;
	font-size: 25px;
font-weight: bolder;
	font-family: Roboto, sans-serif;
	color: #002147;
		}

.featurrestitle{
	margin-bottom: : 5px;
	font-size: 20px;
font-weight: bolder;
	font-family: Roboto, sans-serif;
	color: #002147;
		}
.body-title {	margin-bottom: : 5px;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	color: #2F6A96;
	font-weight: normal;
}
.bgdarkblue {
			background-color: #253b70;
			}
.footer .footer-link {
	color:#FFF;
	list-style-position: inside;
	list-style-type: none;
}
.footer .footer-link .link-head {
	color:#FFF;
	list-style-position: inside;
	list-style-type: none;
	font-weight: bold;
font-size: 18px;


}
.footer .footer-link  li {
	padding: 3px;
}


.footer .footer-link  a , .footer .footer-link  a:link, 
    .footer .footer-link  a:visited, 
    .footer .footer-link  a:active  {
	color:#FFF;
	list-style-position: inside;
	list-style-type: none;
	font-size: 14px;
	 text-decoration:none;

  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;

}





.footer .footer-link  .adr {
	color:#FFF;
	list-style-position: inside;
	list-style-type: none;
	font-size: 14px;
	 text-decoration:none;

  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;

}

.footer .footer-link  a:hover{
  text-decoration:none;
  outline:none;
  color: #e47f09;

  padding-left: 10px;

}

.footer .footer-link  a:before {
content: '> ';
  opacity: 0;  
  right: -20px;
  transition: 0.5s;
  font-weight: bold;
}
.footer .footer-link  a:hover:before {
  opacity: 1;
  right: 10px;
  font-weight: bold;
}




.fsocialicons {font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #FFF;
	}

.fsocialicons ul li a {
  color: #FFF;
  text-decoration: none;

  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  

  }

.fsocialicons ul li a:hover{
  text-decoration:none;
  outline:none;
  color: #e47f09;

}


	.rights {font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	}
	.quicklink_body{
	background-color:#093;
	padding: 0px;
	
	list-style-type: none;
	margin-top: 0px;
	margin-right: -10px;
	margin-bottom: 0px;
	margin-left: -10px;
	}
.quicklink_body li {
	border: 1px solid #000;
	
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	margin: 4px;
	padding: 5px;
}
.bottom-yellow-border {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #fdc800;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 10px;
	margin-left: 2px;
}
.active-nav-link {
	color: #fdc800;
	}
	.company-logo {

		transition: all 1s linear;
	}
.contact-text {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bolder;
	color: #2E6893;
	padding: 5px;
	margin: 5px;
	line-height: 30px;
}
.counter-area{

			}
			.title-background{
				

			}



.thumbnail1 {
    position: relative;
    display: inline-block;
}


.overlay-dark {
  background-color: rgba(black, 0.4);
}
.btn-group-xs > .btn, .btn-xs {
  padding: .25rem .4rem;
  font-size: .875rem;
  line-height: .5;
  border-radius: .2rem;
}

.tabheadtext{
	color: white;
}

#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;

}
 
 .txt-lightred {
 	color:  #ff7162;
 }
.txt-green {
  color:  #00a261;
 }

 .txt-orange {
  color:  #e47f09;
 }

 .txt-blue
 {
 	color: #036;
 }

 .txt-section-head
 {

  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 900;
  font-style: normal;

 }
.txt-section-title{
	position: relative;
    display: block;
   
    
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 900;
}

.ultxtsection{

}

.ultxtsection::before {
     content: "";
     width: 45px;
     height: 2px;
     
     /* background-color: var(--c-title-underline-color); */
     background: #dc3545;
     
     position: absolute;
     bottom: -12px;
     left: 0px;
     
   }

   .sec-title h2{
  position: relative;
  display: inline-block;
  font-size: 25px;
  line-height: 26px;
  color:  #e47f09;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: bolder;
  margin-bottom: 13px;
  padding: 0px 50px 0px 50px;
}

.sec-title h2:before{
  position: absolute;
  content: '';
  background: #e47f09;
  width: 30px;
  height: 2px;
  left: 0px;
  bottom: 11px;
}

.sec-title.style-two h2:after{
  display: none;
}

.sec-title.style-two h2{
  padding-right: 0px;
}


.sec-title h2:after{
  position: absolute;
  content: '';
  background: #e47f09;
  width: 30px;
  height: 2px;
  right: 0px;
  bottom: 11px;
}


.bg-radial-gradient-primary {
    background-color: #1bc5bd;
    background-image: radial-gradient(circle,rgba(201,247,245,.4),#1bc5bd 70%);
}
.bg-radial-gradient-success {
    background-color: #3699ff;
    background-image: radial-gradient(circle,rgba(225,240,255,.4),#3699ff 70%);
}
.bg-radial-gradient-info {
    background-color: #6993ff;
    background-image: radial-gradient(circle,rgba(225,233,255,.4),#6993ff 70%);
}
.bg-radial-gradient-danger {
    background-color: #f64e60;
    background-image: radial-gradient(circle,rgba(255,226,229,.4),#f64e60 70%);
}
.bg-radial-gradient-warning {
    background-color: #ffa800;
    background-image: radial-gradient(circle,rgba(255,244,222,.4),#ffa800 70%);
}
.bg-radial-gradient-dark {
    background-color: #181c32;
    background-image: radial-gradient(circle,rgba(209,211,224,.4),#181c32 70%);
}

.top-border-darkblue {
		border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #036;

 }
 .fit-img{
  width: 100%;
            height: 200px;
            object-fit: cover;
   }





.items {
    width: 100%;
    margin: 0px auto;
  
}

.slick-slide {
    margin: 10px
}


.media iframe,
.media-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 0;
    border-radius: inherit;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: rgba(120, 120, 120, .1);
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.media-content:before {
    content: '';
    position: absolute;
    height: 10%;
    width: 90%;
    left: 5%;
    bottom: 0;
    background: inherit;
    background-position-y: 100%;
    filter: blur(10px)
}

.circle .media-content:before {
    width: 40%;
    left: 30%
}


.profile-image{
    width: 100%;
    height: 200px;
    border-top-left-radius: 11px !important;
    border-top-right-radius: 11px;
}

.card-title{
    font-size: 19px;
    font-weight: 200;
}

  .facilities_img  {
            
            overflow: hidden;
            
           
        }

 .facilities_img img {
            width: 100%;
            transition: 0.9s all ease-in-out;
        }

        .facilities_img:hover img {
          opacity: .7;
            transform: scale(1.08);
        }
.gallery_category img {
   width: 100%;
            
               transition: .3s ease;

}


.overlay_galleryimg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 1.9s ease;
  background-color: #253b70;
}

/* When you mouse over the container, fade in the overlay icon*/
.gallery_category:hover .overlay_galleryimg {
  opacity: .8;
  

 /* transform: rotatey(180deg);*/
}

/* The icon inside the overlay is positioned in the middle vertically and horizontally */
.iconoverlay {
  color: white;
  font-size: 45px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  text-decoration: none;

}
.overlay_galleryimg a {
	text-decoration: none;
color: white;
 font-size: 45px;

}

/* When you move the mouse over the icon, change color */



.sficon {
  position: relative;
  color: #262626;
  transition: .5s;
  z-index: 3;
}

.sf

 {
  width: 90px;
  height: 90px;
  background-color: #fff;
  text-align: center;
  line-height: 80px;
  font-size: 35px;
  margin: 0 10px;
  display: block;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
 
}





.sf:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #253b70;
  transition: .75s;
  z-index: 2;
}

.sf:hover:before {
  top: 0;
}

.sfeature-1 {

   transition: all 1500ms ease;
  background-color: #1bc5bd;
 }
 .sfeature-2 {

   transition: all 1500ms ease;
  background-color: #f64e60;
 }
 .sfeature-3 {

   transition: all 1500ms ease;
  background-color: #ffa800;
 }
 .sfeature-4 {

   transition: all 1500ms ease;
  background-color: #006699;
 }
 .sfeature-5 {

   transition: all 1500ms ease;
  background-color: #00a261;
 }
 .sfeature-6 {

   transition: all 1500ms ease;
  background-color: #20c997;
 }

.sfeature-4:hover,.sfeature-5:hover,.sfeature-6:hover ,.sfeature-1:hover,.sfeature-2:hover,.sfeature-3:hover {background-color: #253b70;
  transform:rotate(360deg);


}


.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #ff7162;
    border-style: solid;
    border-width: 1px;
    border-color: #cac1c1; }

    .nav-pills .nav-link {
     

   color: #fff;
    background-color: #cac1c1;
    border-style: solid;
    border-width: 1px;
    border-color: #afaaaa;
    }
    .nav-pills .nav-link:hover {
     

   color: #fff;
    background-color: #ff7162;
    border-style: solid;
    border-width: 1px;
    border-color: #afaaaa;
     transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
    }


.dis-tbl{
  display:table;
}
.dis-tbl-cell{
  display:table-cell;
  vertical-align:middle;
}

.mx-auto {
    margin: 0px auto;
}
.max-w600 {
    max-width: 600px;
}
.p-b30 {
    padding-bottom: 30px;
}
