/* Global css */ 
*{margin:0;padding:0;}   
html{font-size:100%;width:100%;height:100%;}   
body {  color: #222; font-family: 'Open Sans', sans-serif; font-weight: 400; font-size: 14px;  line-height: 28px;  min-width: 360px;  width: 100%;  }  
button,input[type="submit"],input[type="search"],a{transition:all .3s ease;-moz-transition:all .3s ease;-webkit-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;}
a {  color: inherit;  font-weight: inherit;    text-decoration: none;}  
a:hover{text-decoration:none;outline:0;color:#3C0008;} 
a:focus{outline:none!important;outline-offset:inherit!important;text-decoration:none!important;}
button:focus{outline:none;}
a,img{border:none;outline:none;}
img{max-width:100%;height:auto;display:inline-block;}
label {	font-weight: 400;	font-size: 15px;	line-height: normal;	margin-bottom: 0;}
dl, ol, ul {list-style-position: inside; list-style: none;}
h1,h2,h3,h4,h5,h6{margin:0; font-family: 'Poppins', sans-serif; font-weight: 600;} 
p{display:block;margin:0;padding:0 0 15px;  word-wrap: break-word; letter-spacing: .2px;}
.roboto{font-family: 'Roboto', sans-serif;}
.open-sans{font-family: 'Open Sans', sans-serif;}
.poppins{font-family: 'Poppins', sans-serif;}
.check-custom input[type="checkbox"]{display:none;}
.check-custom input[type="checkbox"] + label{background:rgba(0,0,0,0) url('../images/chkbox.png') no-repeat left top;font-weight:300;line-height:22px;margin:0;min-height:22px;min-width:22px;padding:0 0 0 30px; margin-right: 10px;}
.check-custom input[type="checkbox"]:checked + label{background-image:url('../images/chkbox-chacked.png');}
.radio-custom input[type="radio"]{display:none;}
.radio-custom input[type="radio"] + label{background:rgba(0,0,0,0) url('../images/chkbox.png') no-repeat left top;font-weight:300;line-height:22px;margin:0;min-height:22px;min-width:22px;padding:0 0 0 30px; margin-right: 10px;}
.radio-custom input[type="radio"]:checked + label{background-image:url('../images/chkbox-chacked.png');}
.form-group{display:block;position:relative;float:left; width: 100%;}
.form-control {	background: #f7f7f7 ;	border: 1px solid #ddd;	border-radius: 0;	box-shadow: none;	color: #555555;	font-size: 14px;	font-weight: 300;	height: 48px;	padding: 0 15px;
}
.with-left-icon .form-control{ padding-left:58px; }
.form-control:focus {  border-color:inherit; -webkit-box-shadow: none;  box-shadow: none;  outline: 0 none;}
*:focus {    outline: none;}
select,select.form-control{height: 48px !important; text-overflow:ellipsis;white-space:nowrap;padding-right:28px;padding-left:8px;-moz-appearance:none;-webkit-appearance:none;-ms-appearance:none;-o-appearance:none;appearance:none;}
select option{background: #fff; padding:5px 10px; font-size: 14px; color:#000; border-bottom: 1px solid #ddd;}
select option:last-child{border-bottom: none;}
.select-upper{float:left; width:100%;position: relative;}
.select-upper::after {content: "\f078";  color:#666;    font-family: 'Font Awesome 5 Free'; font-weight: 900;  position: absolute;  right: 20px;  text-decoration: inherit; pointer-events: none;  top: 50%;  transform: translateY(-50%);   -webkit-transform: translateY(-50%);   -ms-transform: translateY(-50%);  text-shadow: none;}
.select-upper.no-arrow::after{ display: none; }
textarea.form-control{min-height:140px;resize:vertical;height:auto; padding:10px;}
.inp-left-icon{position: relative;}
.inp-left-icon::after {content: "\f0d7";  color:#fff;    font-family: 'Font Awesome 5 Free'; font-weight: 900;  position: absolute;  right: 20px;  text-decoration: inherit; pointer-events: none;  top: 50%;  transform: translateY(-50%);   -webkit-transform: translateY(-50%);   -ms-transform: translateY(-50%);  text-shadow: none;}
/* Buttons CSS */
.btn-inline .btn { margin: 0 5px 5px 0px;} 
.btn-inline .btn:first-child{margin-left: 0;} 
.btn-inline .btn:last-child{margin-right: 0;}
.btn:focus{outline: normal;  box-shadow: none !important;}
.btn-custom {  height: 36px;  padding: 0 15px;   line-height: 33px;  min-width: 130px;  color: #fff;  background-color: #7a1806;  font-size: 14px;  text-align: center;  font-weight: 600;
  text-shadow: none;  border: 1px solid #7a1806;  font-family: 'Open Sans', sans-serif;  text-transform: uppercase;}
.btn-custom:hover, .btn-custom:focus{background-color:#E6646E;color:#fff;border-color:#E6646E; }
.hvr-sweep-to-right {-webkit-transform: perspective(1px) translateZ(0);transform: perspective(1px) translateZ(0);position: relative; 
-webkit-transition-property: color;transition-property: color;-webkit-transition-duration: 0.3s; transition-duration: 0.3s;}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {  color: white;}
.btn-red{background-color:#E6646E;border-color:#E6646E ;}
.btn-red:hover, .btn-red:focus{background-color:#7a1806;color:#fff;border-color:#7a1806; } 
.btn-yellow{background-color:#FBDD23;border-color:#FBDD23 ; color:#222;} 
.btn-yellow:hover, .btn-yellow:focus{background-color:#E6646E;color:#fff;border-color:#E6646E; } 


.relative{ position:relative;}
.col-centered{float:none; margin:0 auto;}
.no-gutter{padding:0;}
.uppercase{text-transform: uppercase;}
.capitalize{text-transform:  capitalize;}
.full{width:100%;}
hr{margin-top: 10px; margin-bottom: 10px;}
.container {  width: 90%;  max-width: 1410px;}
.link-blue{color:#224e96;}
.link-blue i{margin:0 5px; vertical-align: middle;}
.link-blue:hover{color:#ff9301;}
.underline{text-decoration: underline;}
.paddTB80{padding-top: 80px; padding-bottom: 80px;}
.paddT80{padding-top: 80px;}
.paddB80{padding-bottom: 80px;}
.bg-lightgray{background:#F9F9F9;}
.marB0{margin-bottom: 0 !important;}

 /* For Placeholder Color */
input::-webkit-input-placeholder {color: #666 !important;  opacity: 1 ;}
input:-moz-placeholder {color: #666 !important ;   opacity: 1 ;}
input::-moz-placeholder {color: #666 !important ;  opacity: 1 ;}
input:-ms-input-placeholder { color: #666 !important ; opacity: 1 ;}
textarea::-webkit-input-placeholder {color: #666 !important; opacity: 1 ;}
textarea:-moz-placeholder { color: #666 !important ; opacity: 1 ;}
textarea::-moz-placeholder {color: #666 !important ; opacity: 1 ;}
textarea:-ms-input-placeholder {color: #666 !important; opacity: 1 ;}
/*Header*/

header { background: #fff;	width: 100%;	-webkit-transition: all 0.4s ease;	transition: all 0.4s ease;}
.fixed{position: fixed;left: 0;top: 0;z-index: 9; }
.header-top {  height: 40px;  background: #7a1806;  display: flex;  align-items: center;}
.header-top .col-12{display: flex;align-items: center;justify-content: space-between;}
.header-top .emails {	display: flex;}
.header-top .emails p{color:#fff; padding-bottom: 0; margin-right: 20px; display: flex; align-items: center;}
.header-top .emails p img{margin-right: 5px;}
.header-top .emails p span{margin-right: 5px;}
 
.header-inner {display: flex;justify-content: space-between;align-items: center;height: 112px;} 
.logo {	display: flex; align-items: center;}
.logo a{ flex-shrink: 0;}
.logo img { display: block; transition: all .3s ease;-moz-transition: all .3s ease;-webkit-transition: all .3s ease;-ms-transition: all .3s ease;-o-transition: all .3s ease; }
.logo-title {	width: 100%; margin-left: 10px;  font-family: 'Poppins', sans-serif;}
.logo-title h1 {  font-style: normal;  font-weight: 600;  font-size: 22px;  line-height: 22px;  color: #000;  text-transform: uppercase;  font-family: 'Poppins', sans-serif;  margin-bottom: 8px;}
.logo-title p {  font-style: normal;  font-weight: 600;  font-size: 14px;  line-height: 14px;  text-transform: capitalize;  color: #7a1806;  margin-bottom: 1px;  padding-bottom: 0;
  letter-spacing: 1.5px;  font-family: 'Poppins', sans-serif;}
.logo-title span{font-style: normal;font-weight: 600;font-size: 12px;line-height: 12px;color: #7F7C9B;  font-family: 'Poppins', sans-serif;  text-transform: uppercase;  letter-spacing: 1.5px; }
input::-ms-clear, input::-ms-reveal {display: none !important;}
.head-right{display: flex; flex-direction: column; justify-content: space-between;}
.head-right-btns {
  display: flex;
  align-items: center;
}
.head-right-btns a.head-btn{border-radius: 3px; height: 33px; padding:7px 15px; font-weight: 600; text-transform: uppercase; line-height: 19px; background-color: #7a1806; color:#fff; margin-left: 10px;}
.head-right-btns a.head-btn.btn-red{background-color: #E6646E; } 

.login-btn-head .dropdown-menu {padding: 0;} 
.login-btn-head .dropdown-menu a {  font-size: 14px;  border-bottom: 1px solid #ddd;  padding: 5px 15px;} 
.login-btn-head .dropdown-menu a:last-child{border-bottom: none;} 

.head-content{padding-top: 15px; }  
.head-content.for-mobile{display: none;}
.head-content p{font-style: normal;font-weight: 700;font-size: 15px;line-height: 27px;text-align: right;color: #000000;  font-family: 'Open Sans', sans-serif; padding-bottom: 0; }
.main-navbar {	display: flex;	background: #FBDD23;}  
.collapse.navbar-collapse {  justify-content: center;} 
.main-navbar .navbar-dark{padding:0;} 
.main-navbar .navbar-dark .navbar-nav{height: 50px;}
.main-navbar .navbar-dark .navbar-nav .nav-item{display: flex; align-items: center;}
.main-navbar .navbar-dark .navbar-nav .nav-item:hover .nav-link{color:#fff; background: #7a1806; transition:all .3s ease;-moz-transition:all .3s ease;-webkit-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;}  
.main-navbar .navbar-dark .navbar-nav .nav-link {	color: #222;	font-size: 13px; display: flex; align-items: center;	font-weight: 600;	padding: 17px 10px;	line-height: 16px; transition:all .3s ease;-moz-transition:all .3s ease;-webkit-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease; }     
.main-navbar .navbar-dark .navbar-nav .nav-link.dropdown-toggle::after {    margin-left: 7px;    font-size: 12px;}   
.main-navbar .navbar-dark .navbar-nav .nav-link:focus, .main-navbar .navbar-dark .navbar-nav .nav-link:hover, .main-navbar .navbar-dark .navbar-nav .nav-link.active {color:#fff; background: #7a1806; transition:all .3s ease;-moz-transition:all .3s ease;-webkit-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;}
.main-navbar .btn{min-width: 145px; 	transition: all .3s ease;	-moz-transition: all .3s ease;	-webkit-transition: all .3s ease;	-ms-transition: all .3s ease;	-o-transition: all .3s ease;}
.main-navbar .navbar-dark .navbar-nav .dropdown-menu{padding:0; margin-top: 0; border-radius: 0;	top: calc(100% - 1px); min-width: 200px;}
.main-navbar .navbar-dark .navbar-nav .dropdown-menu li a {	padding: 10px 15px;	display: block;	border-bottom: 1px solid #ddd;	font-size: 13px;	font-weight: 400;	line-height: 18px;}
.main-navbar .navbar-dark .navbar-nav .dropdown-menu li a:hover{background: #7a1806; color:#fff;}
.main-navbar .navbar-dark .navbar-nav .nav-item.dropdown:hover > ul {display: block;}
.main-navbar .navbar-dark .navbar-nav .nav-item .dropdown-submenu{position: relative;}
.main-navbar .navbar-dark .navbar-nav .nav-item .dropdown-submenu > a.dropdown-toggle {    display: flex;    align-items: center;    justify-content: space-between;}
  .main-navbar .navbar-dark .navbar-nav .nav-item .dropdown-submenu > a.dropdown-toggle::after{margin-left: 10px; font-size: 14px;}
.main-navbar .navbar-dark .navbar-nav .nav-item .dropdown-submenu .dropdown-menu {top: 0;left: 100%;margin-top: -1px;}
.main-navbar .navbar-dark .navbar-nav .nav-item.dropdown:hover > ul li:hover > ul {  display: block;}
.main-banner {	position: relative;	background: #fff;	}
.main-banner .owl-carousel .owl-nav {margin-top: 0;position: absolute;top: 50%;width: 100%;transform: translateY(-50%);-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);display: flex;justify-content: space-between;}
.main-banner .owl-carousel .owl-nav button{margin:0; width: 50px;}
.main-banner .owl-carousel .owl-nav button span{ font-size: 50px;color:#fff;}
.main-banner .owl-carousel .owl-nav [class*="owl-"]:hover {	background: transparent;}
.main-banner .owl-carousel {height: 100%;}
.main-banner .banner-col{overflow: hidden;}
.slider-caption {position: absolute;left: 0; top: 50%; z-index: 2; text-align: center;width: 100%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%);
} 
.slider-caption h1 {font-size: 54px;color: #fff;line-height: 75px;}
.slider-caption p {  font-size: 30px;  color: #fff;  font-weight: 600;  line-height: 44px;}
.main-slider .owl-dots {position: absolute;bottom: 10px;width: 100%;margin: 0 !important;left: 0;z-index: 3;}
.main-slider .owl-dots button span{margin:5px 4px !important;}
.main-slider .owl-dots .owl-dot.active span, .main-slider .owl-dots .owl-dot:hover span {	background: #FF784F;}
.slider-marquee {  position: absolute;  bottom: 0;  left: 0;  width: 100%;  height: 44px;  background: rgba(0,0,0,.7);  z-index: 2;  line-height: 44px;}
.slider-marquee a{color:#fff;}
/* Banner notification */

.banner-three-servies {  background: #F4F6FA;  position: relative;  z-index: 2;}
.banner-three-servies::before {  content: '';  width: 108px;  height: 127px;  background: url(../images/arrowshade.png) no-repeat top center;
  background-size: 108px;  top: 0px;  left: 0px;  position: absolute;  -webkit-animation: floating2 7s infinite;  -o-animation: floating2 7s infinite;  animation: floating2 7s infinite;}
.banner-three-servies .container{position: relative;}
.banner-three-servies .container::after {  content: '';  width: 72px;  height: 72px;  top: -50px;  z-index: -1;  right: -20px;  position: absolute;  background: url(../images/square-shape.svg) no-repeat top center;  -webkit-animation: floating2 7s infinite;  -o-animation: floating2 7s infinite;  animation: floating2 7s infinite;}
.banner-service-col {  height: 122px;  border-radius: 3px;  align-items: center;  display: flex;  padding: 0 25px;   margin-top: -28px;}
.banner-three-servies .row [class^="col-"]:first-child .banner-service-col{  background: #7a1806;}
.banner-three-servies .row [class^="col-"]:nth-child(2) .banner-service-col{  background: #FFDC13;}
.banner-three-servies .row [class^="col-"]:last-child .banner-service-col{  background: #7a1806;}
.ban-ser-thumb {  flex-shrink: 0;  margin-right: 35px;}
.ban-ser-content {  width: 100%;  font-family: 'Poppins', sans-serif;}
.ban-ser-content h3{font-size: 22px; font-weight: 600; color:#fff; margin-bottom: 5px;}    
.banner-three-servies .row [class^="col-"]:nth-child(2) .banner-service-col .ban-ser-content h3{  color: #7a1806;}
.ban-ser-content a{font-size: 16px; font-weight: 400;color:#FFDC13; position: relative;}      
.banner-three-servies .row [class^="col-"]:nth-child(2) .banner-service-col .ban-ser-content a{  color: #E6646E;} 
.ban-ser-content a::after {  background: url(../images/yellow-right-arrow.svg) no-repeat center center;
  background-size: 32px;  width: 32px;  height: 8px;  content: "";  position: absolute;  left: calc(100% + 20px);  top: 50%;  
  transform: translateY(-50%);-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%); 
  transition:all .3s ease;-moz-transition:all .3s ease;-webkit-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease; 
}
.banner-three-servies .row [class^="col-"]:nth-child(2) .banner-service-col .ban-ser-content a::after{  background: url(../images/yellow-right-arrow-red.svg) no-repeat center center;}
.banner-three-servies .row [class^="col-"]:hover .ban-ser-content a::after{  left: calc(100% + 50px);
  transition:all .3s ease;-moz-transition:all .3s ease;-webkit-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;
}
.section-title {  margin-bottom: 40px;}
.section-title h2 {  color: #000;  font-size: 36px;}
.college-activities-section{background: #F4F6FA;}
.overview-section{background: #fff;position: relative;}
.overview-content{position: relative;}
.overview-content::before {  content: '';  width: 72px;  height: 72px;  top: -70px;  left: -20px;  position: absolute;  background: url(../images/square-shape.svg) no-repeat top center;
  -webkit-animation: floating2 7s infinite;
  -o-animation: floating2 7s infinite;
  animation: floating2 7s infinite;
}

.overview-content h2 {   margin-bottom: 10px;   font-size: 36px;}
.overview-content p {  padding-bottom: 25px;}
.overview-cols {  display: flex;  flex-wrap: wrap;  margin-bottom: 0;  justify-content: flex-end;}
.overview-cols li {  width: 50%;  padding: 0 15px;  margin-bottom: 30px;    -webkit-tap-highlight-color: rgba(0,0,0,0);    -webkit-font-smoothing: antialiased;    -moz-osx-font-smoothing: grayscale;}
.overview-cols li:last-child, .overview-cols li:nth-last-child(2){margin-bottom: 0;} 
.overview-cols li a {
  background: #fff;
  border-radius: 3px;
  display: flex;
  align-items: center; 
  padding: 0 30px; 
  height: 122px;
  justify-content: flex-start;
}
.overview-cols li a img {
  margin-bottom: 10px;
  display: block;
  width: 55px;
  flex-shrink: 0;
  margin-right: 15px;
}
.overview-cols li a h3{font-size: 18px; font-weight: 600; color:#7a1806;} 
.overview-cols li a h3 span {
  display: block;
  font-size: 30px;
  color: #333;
  margin-top: 5px;
}
.hvr-top {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-top:hover, .hvr-top:focus, .hvr-top:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.square-animate-img {
	position: relative;  
}
@keyframes floating2 {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-20px);
	}
	100% {
		transform: translatey(0px);
	}
}

.latest-news-section{background: url(../images/virtual-tour-bg.jpg) no-repeat center center; background-size: cover;}
.virtual-tour-thumb {border-radius: 12px;overflow: hidden;}
.virtual-tour-thumb img{width: 100%;}

.virtual-tour-thumb a img {
  height: 225px;
  object-fit: cover;
}
.latest-news-col {
	background-color:#7a1806;
	padding: 20px;
	border-radius: 10px;
}
.latest-news-col ul{margin-bottom: 0;}
.latest-news-col ul li {display: flex;align-items: center;justify-content: space-between;border-bottom: 1px solid rgba(255,255,255,.30);padding: 18px 0;}
.latest-news-col ul li:first-child{ padding-top: 0;}
.latest-news-col ul li:last-child{border-bottom: none; padding-bottom: 0;} 
.latest-news-left {  width: 100%;} 
.latest-news-col ul li p {
	color: #fff;
	padding-bottom: 0;
	padding-right: 20px;
}
.latest-news-col ul li p span{  font-style: italic;  font-size: 13px;  line-height: 22px;} 
.latest-news-col ul li:hover p{
	color: #999999;
} 
.latest-news-col h3 {font-size: 24px;color: #fff;font-weight: 500;text-transform: uppercase;position: relative;display: inline-block;margin-bottom: 25px;}
.latest-news-col h3::after{background: #fff; content:""; width: 55px; height: 1px; position: absolute; left:calc(100% + 10px); top:50%; transform: translateY(-50%); 
  -webkit-: translateY(-50%); -ms-: translateY(-50%);} 
.marquee-outer{height: 270px; overflow: hidden;}
.marquee-outer ul.marquee{
position: relative; 
box-sizing: border-box; 
animation: marquee 10s linear infinite; 
}
.marquee-outer ul.marquee:hover { 
animation-play-state: paused;
}
  @keyframes marquee {   
    0%   { top:   calc(100% + 10px) }        
    100% { top: -270px }       
  }



  .programme-section{background-color: #F4F6FA; position: relative;}  
  .programme-section::after {
    content: '';
    width: 108px;
    height: 127px;
    background: url(../images/arrowshade.png) no-repeat top center;
    background-size: 108px; 
    top: 0px;
    right: 0px; 
    position: absolute;
    -webkit-animation: floating2 7s infinite;
    -o-animation: floating2 7s infinite;
    animation: floating2 7s infinite;
  }
  .prog-btns-col [class^="col-"]{margin-bottom: 30px;} 
  .prog-btns-col .btn.btn-large{    border-radius: 3px;    width: 100%;    text-align: center;    height: 102px;    display: flex;    align-items: center;
    justify-content: center;    font-size: 20px;}

.activites-thumb {  position: relative;}
.activites-thumb::before{
  content: '';
  width: 110px;
  height: 92px;
  background-size: 110px;
  top: -24px;
  right: -30px;
  position: absolute;
  background: url(../images/square-shape2.svg) no-repeat top center;
  -webkit-animation: floating2 7s infinite;
  -o-animation: floating2 7s infinite;
  animation: floating2 7s infinite;
}
.activites-thumb::after{
  content: '';
  width: 138px;
  height: 116px;  
  background-size: 138px; 
  bottom: -36px;
  left: -50px;
  position: absolute;
  background: url(../images/square-shape3.svg) no-repeat top center;
  -webkit-animation: floating2 7s infinite;
  -o-animation: floating2 7s infinite;
  animation: floating2 7s infinite;
}
.activites-thumb img {  border-radius: 20px 0 20px 20px;  position: relative;  z-index: 1;}
.activites-content {  padding-left: 50px;}
.activites-list li{margin-bottom: 60px;}
.activites-list li:last-child{margin-bottom: 0;} 
.activites-list li:nth-last-child(2){margin-bottom: 30px;} 
.act-col {  position: relative;  padding-left: 130px;}
.act-col > img{position: absolute; left:0; top:0;}
.act-col h3{font-size: 22px; font-weight: 600; padding-bottom: 5px;}  
.act-col p{font-size: 16px; font-weight: 500;}  
.act-col-link {  position: absolute;  left: 0;  top: 0;  width: 100%;  height: 100%;} 
.photo-gallery-section{background: url(../images/gallery-bg.jpg) no-repeat center center; background-size: cover;}
.gallery-col {  border: 10px solid #fff;  margin-bottom: 30px;	position: relative; overflow: hidden;}
.gallery-col::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); 
}
.gallery-col:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}

.gallery-col img{width:100%;max-height:280px;object-fit:cover;}

.award-recognition-section{background-color: #F4F6FA;}
.award-col { text-align: center;}
.award-thumb {  border: 5px solid #FFDC13;  margin-bottom: 30px;  overflow: hidden;  height: 197px;}
.award-thumb img{width: 100%; max-width: 120%; 	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;  
	transition: .3s ease-in-out;}
.award-col:hover .award-thumb img{ -webkit-transform: scale(1.3);
	transform: scale(1.3);} 
.award-col h3 {font-size: 18px;font-weight: 600;color: #7a1806;margin-bottom: 15px;}
.award-col p{color:#636F78; padding-bottom: 0;  font-weight: 600;line-height: 20px;}  
.award-cont p {  text-align: center !important;}   
.modal-body .award-cont p {  text-align: left !important;}   

/* Admission Section */
.admission-section{background: url(../images/admission-bg.jpg) no-repeat center center; background-size: cover;}
.admission-section .section-title{margin-bottom: 30px;}
.admission-section .btn.btn-custom{width: 192px; height: 58px; font-size: 20px;font-weight: 700; line-height: 57px;}

/* Custom Table */
.table-custom table thead tr th, .table-custom table tbody tr td{width: 20%;}
.table-custom table thead tr th {	font-size: 16px;	line-height: 26px;	font-weight: 500;	text-transform: uppercase;	color: #fff;	background: #333;	padding: 10px 20px;	border: none;}
.table-custom table tbody tr td {	font-size: 15px;	line-height: 24px;	font-weight: 400;	text-transform: uppercase;	color: #9D9696;padding: 10px 20px;}
.table-custom table tbody tr td img{height: 28px;}
.table-custom table tbody tr td a {	width: 120px;	height: 32px;	border-radius: 100px;	color: #fff;	background: #000;	text-transform: uppercase;	font-size: 12px;	line-height: 30px;	display: block;	text-align: center;}

/* Card Sidebar */
.content-area-third {	padding: 40px 0; }
.card-sidebar {	height: 100%;	border-radius: 10px;	overflow: hidden;}
.card-sidebar .card-header {	height: 57px;	font-family: Poppins;	font-style: normal; text-align: center;	font-weight: 600;	font-size: 26px;	line-height: 57px;	color: #fff;	padding-top: 0;	padding-bottom: 0;  background-color: #7a1806;  border-color: #7a1806;}
.card-sidebar .card-body{background: #F1F2F2;}
.card-sidebar .card-body img {	width: 100%;	border-radius: 10px;	margin-bottom: 20px;	height: 200px;	object-fit: cover;}
.card-sidebar .card-body p{font-style: normal;font-weight: 600;font-size: 16px;line-height: 24px;color: #000000;padding-bottom: 15px;}
.card-sidebar .card-body .video-block{position: relative; margin-bottom: 20px;}
.card-sidebar .card-body .video-block img{height: auto;}
.card-sidebar .card-body .video-block iframe{position: absolute;left:0;top:0;width: 100%; height: 100%;}

/* Video Gallery */
.card-videos-outer {	display: flex;	justify-content: space-between;	flex-wrap: wrap;}
.card-videos-outer .item{width: calc(50% - 9px);}
.card-videos-outer .item .gallery-col{width: 100%;}
.card-videos-outer .item .gallery-col img{width: 100%;}
.card-video-btn{margin-top: 29px;}

/* Footer */
footer{background: #fff; position: relative;}
footer::before {
  content: '';
  width: 108px;
  height: 127px;
  background: url(../images/arrowshade.png) no-repeat top center;
  background-size: 108px; 
  bottom: 40px;
  left: 0px; 
  position: absolute;
  -webkit-animation: floating2 7s infinite;
	-o-animation: floating2 7s infinite;
	animation: floating2 7s infinite;
}
footer::after {
  content: '';
  width: 108px;
  height: 127px;
  background: url(../images/arrowshade.png) no-repeat top center;
  background-size: 108px; 
  top: 0px;
  right: 0px; 
  position: absolute;
  -webkit-animation: floating2 7s infinite;
	-o-animation: floating2 7s infinite;
	animation: floating2 7s infinite;
}
footer .footer-top{padding:40px 0;}
footer .footer-top .logo a img{width: 100px; height: 100px;}
footer .footer-top .logo-title{text-align: left;}
footer .footer-top .logo-title h1 {	font-size: 28px;	line-height: 33px;	color: #fff;}
footer .footer-top .logo-title p {	font-size: 18px;	line-height: 27px;	color: #fff;}
footer .footer-top .logo-title span {	font-size: 13px;	line-height: 17px;	color: #fff;}
.footer-top ul li {color: #202020;font-weight: 600;}
.footer-top ul li a {color: #202020;transition: all .3s ease;-moz-transition: all .3s ease;-webkit-transition: all .3s ease;-ms-transition: all .3s ease;-o-transition: all .3s ease;font-weight: 600;
  position: relative; padding-left: 10px;
}
.footer-top ul li a::before {
	background: #202020;
	height: 1.5px;
	width: 4px;
	content: "";
	position: absolute;  
	left: 0; 
	top: 50%; 
	transform: translateY(-50%);-ms-transform: translateY(-50%);-webkit-transform: translateY(-50%);
}
.footer-top ul li a:hover{color:#FF8C9C; transition:all .3s ease;-moz-transition:all .3s ease;-webkit-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease; padding-left: 20px;}
footer .footer-btm {  border-top: 1px solid rgba(0,0,0,.1);  height: 60px;  display: flex;  align-items: center;} 
.footer-top h3 {  font-size: 20px;  font-weight: 600;  color: #7F7C9B;  margin-bottom: 10px;  text-transform: uppercase;}
.footer-top ul li, .footer-top ul{list-style-type: none;} 
footer .row > [class^="col-"] ul li{text-align: left;}
.logo-footer {  text-align: center;}
.logo-footer img {  width: 95px;}
footer p {  line-height: 22px;  padding-bottom: 0;  color: #202020;  font-weight: 600;  text-align: center;}
.header-social {	display: flex;}
.header-social a {
  font-size: 14px;
  color: #7a1806;
  width: 28px;
  height: 28px;
  background: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  text-align: center;
  line-height: 28px;
  margin-right: 8px;
}
.header-social a:last-child{margin-right: 0; }
.header-social a:hover{background-color: #FBDD23; color:#222;}

.footer-social {	display: flex;}
.footer-social a {
  font-size: 14px;
  color: #7F7C9B;
  width: 28px;
  height: 28px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #C9C9C9;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  text-align: center;
  line-height: 26px;
  margin-right: 8px;
}
.footer-social a:last-child{margin-right: 0; }
.footer-social a:hover{background-color: #FF8C9C; color:#ffffff;  border-color:#FF8C9C;}


/* Inner page */
.middle-container.page-inner{padding-top: 40px; padding-bottom: 40px; background-color: #F4F6FA; background-image: url(../images/bg-tranns.png); background-repeat: no-repeat; background-position: center; background-size:100%; background-attachment: fixed;}
.sidebar {     
  height: 100%;     
  box-shadow: 0 0 5px rgb(0 0 0 / 50%);     
  background-color: #fff; 
}
.sidebar h3 {background: #7a1806;color: #fff;padding: 10px 25px;font-size: 22px;width: 100%;}
.sidebar .sidebar-list{margin-bottom: 0;}
.sidebar .sidebar-list li, .sidebar .sidebar-list{list-style-type: none;}
.sidebar-list li a {
  background: #fff;
  display: block;
  margin-bottom: 0;
  padding: 10px 15px; 
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  position: relative; 
  border-bottom: 1px solid #dbdbeb;
} 
.sidebar-list li:hover a, .sidebar-list li a.active{background: #dbdbeb; } 
.sidebar-list li:hover a::after, .sidebar-list li a.active::after { 
  position: absolute;
  left: -15px;
  top: 50%; 
  content: "";
  width: 0;
  height: 0;
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent; 
  border-right: 15px solid #dbdbeb; 
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  
}
.page-title {	border-bottom: 2px solid #3C0008;	margin-bottom: 20px;}
.page-title h1 {padding-bottom: 10px;}
.content-area {  padding: 20px;  background: #fff; height: 100%;font-family: 'Poppins', sans-serif; box-shadow: 0 0 5px rgb(0 0 0 / 50%);}
.content-area p{font-family: 'Poppins', sans-serif; text-align: justify;}   
.content-area .page-title h1 {	font-size: 32px;}   
.content-area h2{font-size: 26px;}   
.content-area h3{font-size: 22px;}   
.content-area h4{font-size: 18px;} 
.image-block img{margin-bottom: 20px; border:1px solid #ddd;padding:5px;}
.content-area ul{list-style-type: circle; margin-left: 20px;}
.content-area ol{list-style-type:decimal;margin-left: 20px;}
.content-area ul li ul, .content-area ol li ol{padding-left: 20px; }
.content-area ul li ul{list-style-type: lower-alpha;}
.content-area ol li ol{ list-style-type: upper-roman;}
.title-custom h2 {
  background: #3739912e;
  padding: 6px 15px 5px 15px;
  color: #202020;
  font-size: 22px;
  margin-bottom: 15px;
}
.title-custom h3 {
  background: #3739912e;
  padding: 6px 15px 5px 15px;
  color: #202020;
  font-size: 20px;
  margin-bottom: 15px; 
}
.title-custom h4 {	background: #3739912e;	  padding: 7px 15px 6px 15px;	color: #202020;	font-size: 16px;	margin-bottom: 15px;}
.logoes-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
} 
.logoes-list a {
  border: 1px solid #ddd;
  width: calc(50% - 10px);
  display: flex;  
  justify-content: center;
  align-items: center;
  height: 190px;
  margin-bottom: 15px;
  background: #f7f7f7;
}
.logoes-list a img {  
  max-width: 70%;
  max-height: 70%; 
    -webkit-transform: scale(1); 
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.logoes-list a:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.row.contact-det-top-col {
  margin-top: 60px;
}
.contact-det-top-col [class^="col-"] {
  margin-bottom: 50px; 
} 
.contact-det-col {
  background: #f4f5fb;
  width: 100%;
  padding: 50px 20px 20px 20px;
  height: 100%;
  position: relative;
  text-align: center;
}
.contact-det-icon {
  position: absolute;
  top: -30px;
  left: 50%;
  background: #f4f5fb;
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  transform: translateX(-50%);
  padding: 5px;
}
.contact-det-col h3 {
  font-size: 16px;
  color: #373991;
}
.contact-det-col p {
  font-size: 14px; 
  line-height: normal;
  padding-top: 5px;
  text-align: center;
} 
.page-map { background: #f7f7f7; margin-top: 40px; margin-bottom: 40px;  }     
.page-map iframe{width: 100%; height: 250px; display: block;}     
  
.content-area.footer-top h3 {
  font-size: 16px;
  color: #fff;
  background: #7a1806;
  margin-bottom: 0; 
  padding: 10px 15px; 
}  

.content-area.footer-top .row.footer-widget-row [class^="col-"]{margin-bottom: 60px;} 
.content-area.footer-top .row.footer-widget-row ul {
  background: #f7f7f7;
  margin-left: 0; 
  height: 100%;
  padding: 15px;
  margin-bottom: 0;
}


.fac-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
} 
.fac-thumb {
  margin-bottom: 15px;
  overflow: hidden;
  width: 170px;
  height: 213px; 
  border: 1px solid #ddd; 
  padding: 5px;
}
.fac-thumb img{width: 100%; height: 100%;object-fit: cover;} 
.fac-col h3 {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
.fac-col p {
  font-size: 13px; 
  font-weight: 500;
  text-align: center; 
  line-height: 20px; 
  padding-top: 3px; 
} 
.google-form-viewer {
  background: #f7f7f7;   
  position: relative;  
}
.google-form-viewer iframe{position: absolute; left:0; top:0; width: 100%; height: 100%;} 



.thumb-with-title-col-outer .row [class^="col-"]{margin-bottom: 30px;}
.thumb-with-title-col {
  overflow: hidden;
  position: relative;
}
.thumb-with-title-col::before {
	width: 100%;
	height: 100%;
	background: rgba(11,33,47,.9);
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all .5s ease 0s; 	-ms-transition: all .5s ease 0s; 	-webkit-transition: all .5s ease 0s; 
  z-index: 2;
}
.thumb-with-title-col::before {
	content: "";
}
.thumb-with-title-col:hover::before {
	opacity: 1;
}
.thumb-with-title-col::after {
	background: rgba(255,255,255,.3);
	border: 2px solid #A4243B;
	top: 0;
  width: 100%;
	height: 100%;
	left: 170%;
	opacity: 1;
	z-index: 1;
	transform: skewX(45deg);	-webkit-transform: skewX(45deg);	-ms-transform: skewX(45deg);
	transition: all 1s ease 0s;	-webkit-transition: all 1s ease 0s;	-ms-transition: all 1s ease 0s;
  content:"";
  position: absolute;
  z-index: 3;
}
.thumb-with-title-col:hover::after {
	left: -170%;
}
.thumb-with-title-col img{width:100%;max-width:100%;height:200px;object-fit:cover;}

.thumb-with-title-col h3 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  background: rgba(0,0,0,.5);
  text-align: center;
  width: 100%;
  margin-top: -40px;
  z-index: 1;
  position: absolute;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  left: 0;
  bottom: 0;
  color: #fff;
  padding: 15px 0;
}
.thumb-with-title-col h3 a{display: block;}
.thumb-with-title-col:hover h3{background-color: #A4243B; color:#fff;	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;} 
  .thumb-with-title-col:hover h3 a{color:#fff;}
  .thumb-with-title-col-inner{}
  .thumb-with-title-col .thumb-with-title-col-inner {
    width: 100%;
    position: absolute;
    bottom: -100%;
    left: 0;
    transition: all .5s ease 0s;
    text-align: center;
    z-index: 3; 
  }
  .thumb-with-title-col .thumb-with-title-col-inner h4 {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;  
}
  .thumb-with-title-col .thumb-with-title-col-inner ul{    margin-bottom: 15px; margin-top: 10px; margin-left: 0;}
  .thumb-with-title-col .thumb-with-title-col-inner ul li a{color:#fff;}
  .thumb-with-title-col:hover .thumb-with-title-col-inner {
    bottom: 50%;
    transform: translateY(50%);    -webkit-transform: translateY(50%);    -ms-transform: translateY(50%);
}

/* Galleryfilter */
.gallery-filter h3 {
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 10px;
}
.search-gallery-filter {
  display: flex;
  align-items: center; 
  border: 1px solid #ddd;
  margin-bottom: 20px; 
  padding: 0 15px; 
}
.search-gallery-filter .form-group{margin:15px 0;} 
.search-gallery-filter { }
.search-gallery-filter [class^="col-"]:last-child .form-group{margin-top: 0;} 
  
.photo-gallery-section.pageinner{background: none;} 
.photo-gallery-section.pageinner .gallery-col {  border: 1px solid #ddd;  margin-bottom: 20px;  padding: 5px;} 
.photo-gallery-section.pageinner .gallery-col img {  height: 300px;  object-fit: cover;}  
.achievments-row [class^="col-"]{margin-bottom: 25px;}
.ach-col {  background: #f7f7f7;}
.ach-content {  padding: 20px;}
.ach-content h3 {
  font-size: 18px;
  margin-bottom: 5px;
}
.ach-content p {
  line-height: normal;
  font-size: 14px;
  padding-bottom: 6px;
  color: #000;
  font-weight: 500;
}
.ach-content p span {color:#666; font-weight: 400;}
.ach-content .btn{margin-top: 5px;}  

 /* Custom tabs */    
  .custom-tabs ul.nav.nav-tabs {
  background: transparent;
  border-bottom: 1px solid #212529;
  margin-bottom: 5px !important;
  margin-left: 0 !important;
}
.custom-tabs ul.nav.nav-tabs li { 
margin-bottom: 0;
margin-right: 5px;
list-style: none;
display: flex;
} 
.custom-tabs ul.nav.nav-tabs li a {
font-weight: 500;
text-transform: uppercase; 
background: #212529;
color: #fff; 
border-radius: 0;
padding: 5px 19px;
font-size: 14px;
}
.custom-tabs ul.nav.nav-tabs li a.active{background:#7a1806;}  
.cust-tab-inner {  padding: 15px 0;}
.custom-tabs.tab-large-inner ul.nav.nav-tabs{border-bottom: none;}  
.custom-tabs.tab-large-inner ul.nav.nav-tabs li{margin-bottom: 5px;}   
.content-area .award-rec-row > [class^="col-"]{margin-bottom: 30px;}

.modal-body .award-col {
  display: flex; 
}
.modal-body .award-thumb {
  border: 3px solid #FFDC13;
  margin-bottom: 0;
  height: auto;
  width: 350px;
  margin-right: 15px; 
  flex-shrink: 0;
}
.modal-body .award-cont {
  text-align: left;
  width: 100%;
}
.modal-body .award-cont h3 {
  margin-bottom: 5px;
}
  
.covidlink {position: absolute; top: 60px;  right: 20px;  z-index: 1; }  
.covidlink a{display: block;}      
    
.image-block.covidimg img{width: 100%;}    


/*Services*/
.title3{font-size:20px;font-weight:600;}

.box-sl-services {
	margin:0px auto;
	text-align:center;
	width:100%;
	box-shadow:0px 0px 13px 0px rgba(0,0,0,0.08);
	padding:25px 15px;
	border-radius:9px;
	margin-left:0px;
	margin-top:10px;
	margin-bottom:20px;
	background:#fff;
}

.box-sl-services .title2 {
	text-align:left;
	margin-top:20px;
	margin-bottom:20px;
}

.event-date {
  margin-top: 20px;
  margin-bottom: 10px;
}

.box-sl-services .boxspaceing {
	padding:20px 10px;
}

.sidebar .sidebar-list li span {
  font-weight: bold;
  padding: 10px 15px 0;
  margin-top: 10px;
  display: inline-block;
  text-transform: uppercase;
}

.header-social a.facebook:hover {
  background:#4267B2;
  color:#fff;
}
.header-social a.twitter:hover {
  background:#00acee;
  color:#fff;
}
.header-social a.instagram:hover{
  background:#bc2a8d;
  color:#fff;
}
.header-social a.youtube:hover{
background:#c4302b;
color:#fff;
}


.footer-social a.facebook:hover {
  background:#4267B2;
  color:#fff;
}
.footer-social a.twitter:hover {
  background:#00acee;
  color:#fff;
}
.footer-social a.instagram:hover{
  background:#bc2a8d;
  color:#fff;
}
.footer-social a.youtube:hover{
background:#c4302b;
color:#fff;
}
.newsection {
  background: rgba(0, 0, 0, 0.5);
  color: #fff; 
  position: absolute; 
  top: 0; 
  width: 100%;
  text-align: right;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  z-index: 2;
}

 
.notificationPopup .modal-body {
  background: #fff;
  border: 2px solid #FFDC13; 
  padding: 35px 15px 40px 15px;
}
.notificationpop-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.notificationPopup .modal-body .btn.btn-custom {  min-width: 192px;  height: 58px;  font-size: 20px;  font-weight: 700;  line-height: 57px;}
.notificationPopup .notification-titie {  font-size: 30px;  font-weight: 700;  margin-bottom: 25px;  margin-top: 15px;}
.notificationPopup button.close {
  position: absolute;
  right: 10px; 
  top: 8px;
  background: #7a1806;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  opacity: 1;
}
.notificationPopup button.close span {
  display: block;
  text-shadow: none;
  line-height: 28px;
}
.head-top-menu {
  margin-left: auto;
  margin-right: 20px;
}
.head-top-menu a {
color:#fff;
}

.video-block{position: relative; margin-bottom: 20px;}
.video-block img{height: auto;}
.video-block iframe{position: absolute;left:0;top:0;width: 100%; height: 100%;}
