*{
padding:0;
margin:0;
box-sizing:border-box;
}
@font-face {
font-family: 'latolight';
src: url('fonts/lato/Lato-Light.eot'); /* IE9 Compat Modes */
src: url('fonts/lato/Lato-Lightd41d.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('fonts/lato/Lato-Light.woff2') format('woff2'), /* Modern Browsers */
url('fonts/lato/Lato-Light.woff') format('woff'), /* Modern Browsers */
url('fonts/lato/Lato-Light.ttf') format('truetype');
font-style: normal;
font-weight: normal;
text-rendering: optimizeLegibility;
}
@font-face {
font-family: 'lato';
src: url('fonts/lato/Lato-Regular.eot'); /* IE9 Compat Modes */
src: url('fonts/lato/Lato-Regulard41d.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('fonts/lato/Lato-Regular.woff2') format('woff2'), /* Modern Browsers */
url('fonts/lato/Lato-Regular.woff') format('woff'), /* Modern Browsers */
url('fonts/lato/Lato-Regular.ttf') format('truetype');
font-style: normal;
font-weight: normal;
text-rendering: optimizeLegibility;
}
@font-face {
font-family: 'montserrat_thin';
src: url('fonts/montserrat/montserrat-thin-webfont.woff2') format('woff2'),
url('fonts/montserrat/montserrat-thin-webfont.woff') format('woff'),
url('fonts/montserrat/Montserrat-Thin.otf') format('otf');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'montserrat_extralight';
src: url('fonts/montserrat/montserrat-extralight-webfont.woff2') format('woff2'),
url('fonts/montserrat/montserrat-extralight-webfont.woff') format('woff'),
url('fonts/montserrat/Montserrat-ExtraLight.otf') format('otf');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'montserratlight';
src: url('fonts/montserrat/montserrat-light-webfont.woff2') format('woff2'),
url('fonts/montserrat/montserrat-light-webfont.woff') format('woff'),
url('fonts/montserrat/Montserrat-Light.otf') format('otf');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'montserrat';
src: url('fonts/montserrat/montserrat-regular-webfont.woff2') format('woff2'),
url('fonts/montserrat/montserrat-regular-webfont.woff') format('woff'),
url('fonts/montserrat/Montserrat-Regular.otf') format('otf');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'montserratbold';
src: url('fonts/montserrat/montserrat-bold-webfont.woff2') format('woff2'),
url('fonts/montserrat/montserrat-bold-webfont.woff') format('woff'),
url('fonts/montserrat/Montserrat-Bold.html') format('otf');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'playfairbold';
src: url('fonts/play-fair/playfairdisplay-bold-webfont.woff2') format('woff2'),
url('fonts/play-fair/playfairdisplay-bold-webfont.woff') format('woff'),
url('fonts/play-fair/PlayfairDisplay-Bold.otf') format('otf');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family:'playfair';
src: url('fonts/play-fair/playfairdisplay-regular-webfont.woff2') format('woff2'),
url('fonts/play-fair/playfairdisplay-regular-webfont.woff') format('woff'),
url('fonts/play-fair/PlayfairDisplay-Regular.otf') format('otf');
font-weight: normal;
font-style: normal;
}
.slider img
{
width:100%;
}
ul, li{
list-style:none;
}
a{
text-decoration:none;
}
i{
font-style:normal;
font-family:fontAwesome;
}
p, a, li, span{
font-size:13px;
}
p{
font-family:'playfair';  
}
body{
font-family: math /* 'montserrat', 'lato', 'playfair', sans-serif */;
background:#e2e2e2;
}
.wrapper{
width:100%;
float:left;
}
.int-logo-20917{    
top: 108px;
position: absolute;
width: 90px;
right: 0px;
z-index: 9999;
}
.int-logo-20917 img{
width:100%;
}
/*----top header----*/
.top-header{
width:100%;
height:100px;
float:left;
position:absolute;
z-index:9999;
text-align:center;
background:linear-gradient(106deg, #ffbe30bf, #351e12);
/*background:rgb(133 84 11 / 44%)*/
}
.top-strip{
width:100%;
float:left;
background:#fff;
}
.top-header ul{
display:inline-block;
vertical-align:top;
margin-top:8px;
position:relative;
z-index:10;
}
.top-header ul li{
display:inline-block;
vertical-align:top;
margin:10px 0px;
width:150px;
}
.top-header ul li a{
font-size:14px;
color:#fff;
display:block;
width:240px;	
}
.top-header ul li a:hover{
}
.top-header ul li a i{
font-size:18px;
line-height:24px;
width:40px;
height:40px;
background-color:#f57708;
-webkit-border-radius:50%;
-moz-border-radius:50%;
border-radius:50%;
padding:10px;
margin-right: 3px;
-webkit-transition:all .3s;
-o-transition:all .3s;
-moz-transition:all .3s;
-ms-transition:all .3s;
transition:all .3s;
}
.top-header ul li a p{
font-family:'ui-sans-serif';
font-size:16px;
line-height:20px;
}
.top-header ul li a:hover i{
background:#fff;
color:#a86a0c;
}
.login-blink i{
animation:loginBlink 2s infinite;
}
@keyframes loginBlink{
35%{background:#000000; font-size:17px;}
70%{background:hsla(27, 94%, 32%, 0.922); font-size:15px;}
}
.logo{
display: inline-block;
vertical-align: top;
/* background: #ffffff; */
border-radius: 0 0 17px 20px;
position: relative;
top: 0px;
z-index: 9;
height: 100px;
}
.logo:before{
content:'';
position:absolute;
right:100%;
width:60px;
height:120px;
background:url(images/left-round.png) no-repeat;
background-size:100%;
}
.logo:after{
content:'';
position:absolute;
left:100%;
top:0;
width:60px;
height:120px;
background:url(images/right-round.png) no-repeat;
background-size:100%;
}
.logo img{
width:150px;
display:block;
}
/*---top header end----*/
.mr-box
{
float:left;
text-align:center;
box-sizing:border-box;
position: absolute;
bottom: 37px;
z-index: 99;
color:#FFFFFF;
font-size:18px;
width: 1;
width: 78%;
background:#2b0c09;
transition: all 500ms ease-in-out;
-webkit-transition: all 500ms ease-in-out;
text-align:center;
transition:transform 1s ease-in 0s;
animation-duration: 1.2s;
animation-name: mybl;
animation-iteration-count: infinite;
animation-direction: alternate;
-webkit-animation-duration:1.2s;
-webkit-animation-name: mybl;
-webkit-animation-iteration-count: infinite;
-webkit-animation-direction: alternate;
-webkit-animation-timing-function: ease-in-out; /* Chrome, Safari, Opera */
animation-timing-function: ease-in-out;
}
.mr-box a{
display:inline-block;
padding:10px;
color: #fff;
text-decoration:none;
font-size:12px;
}
.mr-box li
{
display:inline-block;
margin:0px 15px;
}
.mr-box a:hover{
color: #51e28f;
}
@keyframes mybl{
form {
backgroundr:#2b0c09;
}
to {
background:#eea941;
}		
}
.mr-box span
{
display:none;
}
/*---menu------*/
.header{
width:100%;
float:left;
margin-top:-37px;
background:rgba(0,0,0,0.80);
position:relative;
z-index:999;
}
.navigation{
width:99%;
float:left;
text-align:center;
position:relative;
}
.navigation .menu{
width:100%;
float:left;
}
.navigation .menu li{
display:inline-block;
vertical-align:bottom;
}
.navigation .menu li a{
color:#fff;
display:block;
padding:12px 20px;
cursor:pointer;
}
.navigation .menu > li:hover > a{
background:#fff;
color:#09274b;
}
/* Header End */
.banner{
width:100%;
float:left;
position:relative;
}
.slider{
width:100%;
float:left;
}
.slider > img{
width:100%;
height:650px;
display:block;
object-fit: cover;
}
.banner > img{
width:100%;
display:block;
}
.banner-news-box{
width:300px;
position:absolute;
right:0;
top:100px;
bottom:37px;
background:rgba(0,0,0,0.8);
z-index:99;
}
.banner-news-box h3{
font-size:12px;
color:#E8E8E8;
text-align:center;
padding:7px;
text-transform:uppercase;
background:#eea941;
letter-spacing:2px;
}
.banner-news-box ul{
width:100%;
float:left;
padding:0 8px;
}
.banner-news-box ul li{
position:relative;
width:100%;
float:left;
border-bottom:1px solid #7F7F7F;
padding-left:30px;
}
.banner-news-box ul li:last-child{
border-bottom:none;
}
.banner-news-box ul li:before{
content:'';
position:absolute;
left:5px;
top:10px;
background:url(images/bullet.gif) no-repeat center #fff;
background-size: 15px;
width: 30px;
height: 30px;
border-radius: 50%;
}
.banner-news-box ul li:hover{
background:#d0d0d0;
}
.banner-news-box ul li a{
width:100%;
float:left;
display:block;
padding:5px 0 5px 20px;
color:#fff;
font-size:11px;
line-height:18px;
}
.banner-news-box ul li:hover a{
color:#313131;
}
.banner-news-box ul li a p{
font-family:'montserrat';
}
.banner-news-box ul li a strong{
}
.banner-news-box ul li a span{
width:100%;
float:left;
margin-bottom:4px;
font-weight:bold;
}
.banner-news-box .more-news{
width:100%;
float:left;
position:absolute;
bottom:0;
}
.banner-news-box .more-news a{
text-align:center;
display:block;
background:#000;
color:#767676;
text-transform:uppercase;
letter-spacing:1px;
font-size:12px;
font-weight:bold;
padding:7px;
}
.banner-news-box .more-news a:hover{
color:#fff;
}
.full-width{
width: 100%;
float: left;
padding: 40px 0; 
justify-content: center;
align-items: center;
text-align: center;
}
.full-width h1{
padding: 40px 0 0px; 
font-size: 22px;
}
.min-width{
max-width:90%;
margin:0 auto;
}
.hm-about{
width:100%;
float:left;
padding:50px 20px 100px;
background:url(images/hm-about-bg.jpg) center;
background-size:cover;
text-align:center;
}
.hm-about h1{
font:400 44px 'latolight';
text-align:center;
padding:40px 0;
}
.hm-motto{
width:100%;
float:left;
padding:0 10% 25px;
margin-top:40px;
}
.hm-motto p{
padding-bottom:10px;
font-size:24px;
font-family:'playfair';
}
.explore{
display:inline-block;
}
.explore a{
display:block;
padding:10px 20px;
background:#a5145b;
color: #ffffff;
text-shadow: 2px 2px 2px #000;
-webkit-box-shadow: 1px 1px 0px #000, 2px 2px 0px #1b1b1b, 3px 3px 0px #242424, 4px 4px 0px #545454;
box-shadow: 1px 1px 0px #000, 2px 2px 0px #1b1b1b, 3px 3px 0px #242424, 4px 4px 0px #545454;
text-transform:uppercase;
}
.explore a i{
font-size:28px;
line-height:0;
display:inline-block;
float:none;
vertical-align:middle;
margin-right:5px;
}
.explore a:hover{
background:#007c62;
}
#hm-admission-bg{
background:#e1cfc3;
}
.hm-admission{
width:100%;
float:left;
background:#fff;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
box-shadow: -2px 0 15px rgb(245 181 0 / 32%);
}
.hm-admission .hm-admission-text{
float:left;
width:50%;
height:405px;
text-align:center;
}
.hm-admission h1{
/*display:inline-block;*/
vertical-align:middle;
padding:20px 30px 40px 50px;
text-align: left;
font-size: 45px;
margin-top: 5px;"
font-family: sans-serif;
color:#fff;
letter-spacing: 2px;
font-weight: normal;    
}
.textp {
padding: 20px 10px 20px 100px;
text-align: justify;
font-size: 20px;
margin-top: 10px;
}
@media (max-width: 768px) {
.hm-admission h1 {
font-size: 24px; /* Reduce font size for mobile */
padding: 30px 20px 20px 30px; /* Adjust padding for smaller screens */
text-align: center; /* Center text on mobile */
color: #000;
text-align: justify;
}
.textp {
padding: 5px 10px 10px;
font-size: 18px; /* Adjust font size for readability */
text-align: justify;
margin-top: 20px;
color: #000;
}
}
.hm-admission-img{
width:50%;
float:left;
}
.hm-admission .hm-admission-img img{
width:100%;
height:405px;
display:block;
}
#hm-feed-bg{
background:#fff;
}
.hm-feed{
width:100%;
float:left;
text-align:center;
position:relative;
}
.hm-feed h1{
font:400 40px 'montserrat_extralight';
padding-bottom:40px;
}
.hm-feed p{
padding:0 5% 20px;
font-size:18px;
line-height:36px;
font-family:'playfair';
}
.hm-feed img{
width:100%;
}
.hm-feed .explore{
position:absolute;
bottom:30px;
left:50%;
margin-left:-66px;
}
/* FOOTER */
.footer{
width:100%;
float:left;
background: url('../image/fBack.png') no-repeat center center;
background-size: cover; /* This will ensure the background image covers the entire footer */
}
.foot-social{
width:40%;
max-width:100%;
float:left;
margin:0 30%;
position:relative;
z-index:1;
}
.foot-social:before{
content:'';
position:absolute;
left:0;
right:40%;
top:0;
bottom:0;
background:#a3150b;
-webkit-transform:skewX(30deg);
-o-transform:skewX(30deg);
-ms-transform:skewX(30deg);
-moz-transform:skewX(30deg);
transform:skewX(30deg);
z-index:-1;
border-radius:0 0 0px 10px;
}
.foot-social:after{
content:'';
position:absolute;
left:40%;
right:0;
top:0;
bottom:0;
background:#a3150b;
-webkit-transform:skewX(-30deg);
-o-transform:skewX(-30deg);
-ms-transform:skewX(-30deg);
-moz-transform:skewX(-30deg);
transform:skewX(-30deg);
z-index:-1;
border-radius:0 0 10px 0px;
}
.foot-social ul{
width:100%;
float:left;
padding:10px 5%;
text-align:center;
}
.foot-social ul li{
display:inline-block;
vertical-align:top;
margin:0 20px;
}
.foot-social ul li a{
font-size:20px;
color:#fff;
}
.foot-social ul li a:hover{
color:#fff;
}
.fa-blog img{
width:19px;
display:block;
}
.footer .first-footer {
width: 100%;
float: left;
text-align:center;
padding:30px 0 20px;
border-bottom: 1px solid #730800;
}
.foot-box.footer-logo{
width:20%;
}
.footer-logo img{
width:100%;
display:block;
}
.foot-box{
display:inline-block;
vertical-align:top;
margin-right:10%;
width:30%;
text-align:left;
}
.foot-box:last-child{
margin-right:0;
}
.quick-links{
width:auto;
}
.foot-box h3{
margin-bottom:10px;
font-family: math;
color:#000;
text-align: center;
}
.foot-box ul li a{
color:#fff;
margin:5px 0;
display:block;
}
.foot-box ul li a:hover{
color:#fb594c;
}
.foot-box p{
color:#6e1515;
padding-bottom:10px;
font-family:lato;
font-size: larger;
}
.foot-box p a{
color:#fff;
}
.foot-box p a:hover{
color:#fb594c;
}
.bottom{
width:100%;
float:left;
padding:5px 30px;
background:#000000;
text-align:center;
border-top: 1px solid #4e0600;
}
.bottom p{
color:#ffb300;
font-size:14px;
margin-top:7px;
display:inline-block;
vertical-align:middle;
}
.pehS{
float:left;
margin-top:6px;
}
.pehS p{
margin-top:0;
display:inline-block;
vertical-align:middle;
}
.pehS a{
color:#fff;
padding-left:5px;
display:inline-block;
vertical-align:middle;
}
.pehS a:hover{
color:#fb594c;
}
.peh{
float:right;
margin:0px 0px 0px 5px;
}
.peh img{
width:100px;
height:20px;
float:left;
}
.peh p{
float:left;
margin-top:6px;
font-size:12px;
}
.button-top{
background:rgba(0,0,0,0.80);
position: fixed;
cursor:pointer;
right:10px;
bottom:40px;
color:#FFFFFF;
font-size:20px;
opacity:0;
width: 50px;
height: 50px;
text-align: center;
line-height: 50px;
border-radius: 50%;
z-index:99;
}
.button-top i{
margin-right:0;
}
.button-top:hover{
background:#000;
}
/*-------footer end----*/
/*---gallery-----*/
.gallery
{
width:250px;
margin:15px 1%;
float:left;
background: #eea941;
padding: 5px;
}
.gallery-pic
{
width:100%;
height:160px;
}
.gallery-pic img
{
width:100%;
height:100%;
object-fit: cover;
object-position: top;
}
.gallery-text
{
text-align:center;
color:#FFFFFF;
padding: 5px 5px 0px 5px;
}
/*---gallery-----*/
/*-------Inside SECTIONS START-----*/
.hm-section{
width:100%;
float:left;
}
.text-section{
width:100%;
float:left;
}
.inc-tlink{
width:100%;
float:left;
text-align:center;
}
.inc-tlink .menu{
width:100%;
float:left;
display: flex;
width: 100%;
overflow: auto;
}
.inc-tlink .menu li{
display: inline-flex;
vertical-align:bottom;
flex-grow: 1;
width: max-content;
align-items: center;
}
.inc-tlink .menu li a{
color:#fff;
width: fit-content;
padding: 12px 7px;
cursor: pointer;
font-size: 12px;
display: block;
align-items: center;
}
.inc-tlink .menu > li:hover > a{
background:#fff;
color:#09274b;
}
.menu li .dropdown{
position:absolute;
width:200px;
background:rgba(0,0,0,0.7);
-webkit-transform:scaleY(0);
-o-transform:scaleY(0);
-ms-transform:scaleY(0);
-moz-transform:scaleY(0);
transform:perspective(600px) rotateX(90deg);
transform-origin:top;
}
.menu li:hover .dropdown{
transform:perspective(00px) rotateX(0deg);
}
.menu li .dropdown ul{
width:100%;
float:left;
padding:10px;
}
.menu li .dropdown ul li{
width:100%;
float:left;
border-bottom:1px solid #a7a7a7;
}
.menu li .dropdown ul li:last-child{
border-bottom:none;
}
.menu li .dropdown ul li a{
color:#fff;
text-align:left;
padding:6px 10px;
}
.menu li .dropdown ul li a:hover{
background:rgba(255,255,255,0.7);
color:#000;
}
.inc-tlink-active{
background:#fff;
color:#212121 !important;
}
.inc-tlink-fixed{
position:fixed;
top:0;
margin-top:0;
background:rgba(0,0,0,0.80);
}
.textarea{
float:left;
margin:0 5%;
width:90%;
background:#fff;
box-shadow:-2px 0 15px rgb(245 181 0 / 32%);
text-align:justify;
position:relative;
}
.scroller{
width:100%;
float:left;
padding:40px 5%;
}
.bred-crumb{
position:absolute;
right:5%;
top:10px;
}
.bred-crumb li{
display:inline-block;
vertical-align:middle;
color:#1F1F1F;
font-size:12px;
}
.bred-crumb li a{
color:#eea941;
font-weight:bold;
display:block;
}
.bred-crumb li a i{
font-size:16px;
}
.bred-crumb li a:hover{
color:#1E1E1E;
}
.text-section1{
}
.heading{
float:left;
width:100%;
margin-bottom:25px;
}
.heading h3{
float:left;
padding-bottom:10px;
position:relative;
color:#262626;
font-size:30px;
}
.heading h3:before{
content:'';
position:absolute;
bottom:0;
left:0;
width:30px;
height:5px;
border-radius:5px;
background:#eea941;
}
.text{
width:100%;
float:left;
}
.content{
width:100%;
float:left;
}
.textarea h1, .textarea h2, .textarea h3, .textarea h4, .textarea h5, .textarea h6{
font-weight:400;
line-height:130%;
}
.vision-content{
border:1px solid rgba(0, 0, 0, 0.11);
}
.img-box{
width:50%;
float:left;
}
.ryt-img{
float:right;
}
.img-box img{
width:100%;
display:block;
}
.vision-content .text-box{
width:50%;
float:left;
padding:30px 40px;
}
.vision-content .text-box h4{
font-size:30px;
text-align:center;
padding:30px 0 0;
}
.howtoapply img{
width:100%;
display:block;
}
.text-box{
width:100%;
float:left;
}
.text-box h4{
width:100%;
float:left;
margin-bottom:15px;
color:#eea941;
font-size:24px;
}
.text-box-main{
display: block;
float: left;
width: 100%;
margin: 20px 0;
box-shadow: 0px -1px 11px -1px inset;
}
.head-text-box{
border: 1px solid gray;
padding: 10px;
color: white;
cursor: pointer;
background: #eea941;
}
.head-text-box h1{
position:relative;
}
.text-box{
display:block;
transition:all 500ms;
}
.head-text-box i{
position:absolute;
right: 0;
}
.text-box p{
line-height:33px;
font-size: 18px;
color: #323232;
padding-bottom:20px;
}
.text-box .curri-img{
width:30%;
float:left;
margin:10px;
}
.text-box ul li, .text-box ol li {
line-height: 28px;
font-size: 18px;
color: #323232;
padding-bottom: 7px;
}
.text-box .small-img{
width:20%;
}
.text-box .curri-img-full{
width:100%;
margin:10px 0;
}
.text-box .curri-img img{
width:100%;
display:block;
}
.text-box .curri-img-ryt{
float:right;
}
.text-box .curri-img-full img{
border-radius:0;
}
#management-bg{
background:#1f2d39;
background-size:100%;
}
.text-box > img{
width:100%;
display:block;
margin-top:30px;
}
#management-bg .text{
padding:20px;
background:rgba(255,255,255,0.82);
}
.white{
padding:10px;
background-color:rgba(255,255,255,0.82);
}
#awards-bg{
}
.awards-box{
width:100%;
}
.section-box{
width: 100%;
border: 4px solid #ccc;
box-sizing: border-box;
padding: 25px;
margin-bottom:15px;
}
.section-box img{
width:15%;
display:inline-block;
vertical-align:top;
}
.para-box{
display:inline-block;
vertical-align:top;
margin-left:23px;
width:80%;
}
.para-box h3{
color: #eea941;
margin-bottom: 15px;
font-size: 18px;
text-transform:uppercase;
}
.para-box h3 i{
margin-right:5px;
}
.para-box p{
font-size:15px;
}
.para-box ul{
list-style-type:circle;
}
.para-box ul li{
display:block;
font-family: 'montserrat', 'lato', 'playfair', sans-serif;
}
.para-box ul li a
{
padding: 2px 12px;
background: #eea941;
color: #fff;
font-size: 19px;
}
.para-box ul li p:before{
content:'\00BB';
display:inline-block;
margin-right:10px;
font-weight:800;
color: #eea941;
}
.para-box ul li p{
font-size: 15px;
line-height: 22px;
padding-bottom: 10px;
}
#hm-social-bg{
background:url(images/social-feed-bg.jpg);
background-size:100%;
}
.hm-social{
width:100%;
float:left;
text-align:center;
}
.hm-social h1{
color:#fff;
margin-bottom:20px;
}
.hm-social .hm-fb{
display:inline-block;
vertical-align:top;
margin:0 1%;
width:30%;
}
.hm-social iframe{
display:inline-block;
vertical-align:top;
margin:0 1%;
width:30%;
height:236px;
}
.hm-students-speak{
display:inline-block;
vertical-align:top;
margin:0 1%;
width:30%;
height:236px;
text-align:center;
padding:20px;
background:radial-gradient(#fff 38%, #956000bf 136%);
}
.hm-students-speak h3{
color:#aa3a17;
margin-bottom:10px;
}
.hm-students-speakBox{
width:100%;
float:left;
position:relative;
}
.hm-students-speakBox:before{
content:'\275D';
position:absolute;
left:0;
font-size:32px;
}
.hm-students-speakBox .hm-students-text{
width:100%;
float:left;
padding:20px;
color:#202020;
}
.hm-students-speakBox .hm-students-text p{
line-height:20px;
}
.hm-students-speakBox .hm-students-text small{
font-weight:bold;
width:100%;
float:left;
line-height:15px;
margin-top:10px;
}
/*-----let's connect----*/
.connect-box{
width:100%;
box-sizing:border-box;
text-align:center;
margin:15px auto 0;
}
.connect-box ul li{
display: inline-block;
width: 18%;
margin-right: 1%;
box-shadow: 0px 0px 1px #eea941 inset;
padding: 10px;
}
.connect-box ul li img{
width:100%;
display:block;
}
.upload-box{
/*background: #e4e4e4;*/
padding: 4px;
margin-top:10px;
}
.upload-box a{
display: inline-block;
padding: 10px 20px;
background: #a5145b;
color: #ffffff;
text-shadow: 2px 2px 2px #000;
-webkit-box-shadow: 1px 1px 0px #000, 2px 2px 0px #1b1b1b, 3px 3px 0px #242424, 4px 4px 0px #545454;
box-shadow: 1px 1px 0px #000, 2px 2px 0px #1b1b1b, 3px 3px 0px #242424, 4px 4px 0px #545454;
text-transform: uppercase;
/*background: #eea941;
padding: 11px 36px;
display: inline-block;
margin: 3px;
color:#fff;*/
}
.upload-box a i{
font-size: 28px;
line-height: 0;
display: inline-block;
float: none;
vertical-align: middle;
margin-right: 5px;
}
.upload-box a:hover {
background: #007c62;
}
.upload-box .connect input[type=file]
{
width: 190px;
cursor:pointer;
outline: none;
margin-right: 3px;
display: inline-block;
padding: 7px 5px;
background: #a5145b;
color: #ffffff;
text-shadow: 2px 2px 2px #000;
-webkit-box-shadow: 1px 1px 0px #000, 2px 2px 0px #1b1b1b, 3px 3px 0px #242424, 4px 4px 0px #545454;
box-shadow: 1px 1px 0px #000, 2px 2px 0px #1b1b1b, 3px 3px 0px #242424, 4px 4px 0px #545454;
}
.upload-box .connect input[type=file]:hover 
{
background: #007c62;
}
.upload-box .connect input[type=submit]
{
display: inline-block;
padding: 10px 20px;
cursor:pointer;
background: #a5145b;
color: #ffffff;
text-shadow: 2px 2px 2px #000;
-webkit-box-shadow: 1px 1px 0px #000, 2px 2px 0px #1b1b1b, 3px 3px 0px #242424, 4px 4px 0px #545454;
box-shadow: 1px 1px 0px #000, 2px 2px 0px #1b1b1b, 3px 3px 0px #242424, 4px 4px 0px #545454;
/*color: #fff;
background: #eea941;
padding: 8px 10px;*/
border: 0px;
outline: none;
}
.upload-box .connect input[type=submit]:hover {
background: #007c62;
}
/*-----let's connect----*/
/************anuj/************/
.management
{
display:inline-block;
width:100%;
margin: 20px 0;
}
/*.management-img
{
width:22%;
vertical-align: top;
display:inline-block;
}*/
.leader-img{
width:27%;
margin:0 20px 0 0;
float:left;
position:relative;
}
.management-text .leader-img img{
width:100%;
display:block;
}
.management-text p em{
color:#ee6900;
}
.bottom-shadow{
position:absolute;
display:none !important;
}
.adv-img{
width:17%;
margin:0 20px 20px 0;
float:left;
position:relative;
}
.adv-img img{
width:100%;
margin:0;
display:block;
}
.management-text{
float:left;
width:100%;
}
.management-text h6 em{
color:#ee6900;
margin-top:15px;
display:block;
}
.management-text p{
position:relative;
z-index:99;
}
.management-text-none
{
display:none;
}
.readmore {
display: inline-block;
cursor:pointer;
}
.text-box h6{
display:block;
font-size:18px;
color:#007c62;
}
.text-box h5{
display:block;
font-size:18px;
color:#007c62;
margin:25px 0px 10px 0px;
}
.readmore h6
{
font-size:14px;
}
.readmore h6 i{
font-size:12px;
line-height:0;
display:inline-block;
float:none;
vertical-align:middle;
margin-left:5px;
}
.readmore h6:hover{
color:#132f18;
}
.lower-alpha li
{
list-style-type: lower-alpha !important;
margin:0 0 10px 15px;    
line-height: 24px;
font-size: 17px;
color: #323232;
font-family:'playfair';
}
.lower-alpha li p{
padding-bottom:0;
}
.schroll
{
max-height:378px;
overflow: auto;
}
.table 
{
margin:10px 0px;
}
.table td
{
width:50%;
padding:5px;   
line-height: 24px;
font-size: 16px;
/*color: #323232;*/
}
.table td a
{
padding:5px;   
line-height: 24px;
font-size: 14px;
color:#b14840;
}
.table td a:hover{
color:#000;
}
.width50
{
float:left;
margin-right:2%;
width:48%;
}
.width50 iframe
{
border: 2px solid #8c1755;
display: block;
}
.enquiry-form
{
margin:0px 10%;
width: 80%;
display:inline-block;
padding:20px;
border-radius:10px;
}
.enquiry-form li
{
margin:10px 0px;
width:100%;
float:left;
}
.enquiry-form input
{
padding:5px 10px;
outline:none;
width:100%;
}
.enquiry-form textarea
{
padding:5px 10px;
outline:none;
width:100%;
}
.project-type
{
width:20%;
float:left;
text-align: left;
line-height: 24px;
font-size: 17px;
color:#1f2d39;
}
.calums-type
{
float:left;
width:10%;
font-size: 17px;
color:#1f2d39;
text-align:left;
}
.input-type
{
width:60%;
text-align:left;
float:left;
}
#submit
{
border: none;
color: #fff;
cursor: pointer;
border-radius: 4px;
width: 100px;
background: #1f2d39;
}
#submit:hover
{
background: #eea941;
}
.annual-pic
{
float:left;
width:100%;
}
.annual-pic a {
float: left;
width: 20%;
margin:0 20px 15px 0;
border: 1px solid green;
padding: 5px 7px;
overflow:hidden;
}
.annual-pic img 
{
width:100%;
display:block;
height:200px;
-webkit-transition:all 400ms;
-o-transition:all 400ms;
-ms-transition:all 400ms;
-moz-transition:all 400ms;
transition:all 400ms;
}
.annual-pic a:hover img{
-webkit-transform: scale(1.1,1.1);
-o-transform: scale(1.1,1.1);
-moz-transform: scale(1.1,1.1);
-ms-transform: scale(1.1,1.1);
transform: scale(1.1,1.1);
}
.text-box samp{
display: block;
font-size: 14px;
margin: 10px 0px;
color: #083e32;
font-family: 'lato', sans-serif;
}
.select-press{
float:right;
padding:4px;
}
.press{
width:100%;
float:left;
}
.press-head{
width:100%;
float:left;
margin-bottom:30px;
}
.press-head li{
float:left;
}
.press-head li a{
color:#fff;
display:block;
padding:6px 10px;
background:#C5C5C5;
}
.activeMonth{
background:#000 !important;
cursor:pointer;
}
.activeMonth:hover{
background:#9B0002 !important;
}
.currentPress{
background:#9B0002 !important;
cursor:text;
}
.monthlyPress12, .monthlyPress13, .monthlyPress14, .monthlyPress15, .monthlyPress16{
width:100%;
float:left;
}
.awards-th{
float:left;
width:150px;
margin:0 4% 20px 0;
text-align:center;
}
.awards-th:last-child{
margin-right:0;
}
.awards-th a{
display:block;
color:#717171;
font-size:13px;
padding:10px 10px;
border:1px solid #8F8F8F;
}
.awards-th a:hover{
background:#747474;
color:#fff;
}
.awards-th a img{
width:100%;
margin-bottom:7px;
display:inline-block;
}
.media-coverages{
width:100%;
float:left;
text-align:left;
padding:15px 0;
border-bottom:1px dashed rgba(46,46,46,0.54);
}
.media-coverages:last-child{
border-bottom:none;
}
.press p {
font-size: 15px;
color: #323232;
line-height:19px;
padding-bottom: 10px;
}
/*-------SECTIONS END-----*/
.bg-white{
background:#fff !important;
}
.lab-heading{
width:100%;
float:left;
margin-bottom:25px;
border: solid #ccc;
border-width: 1px 0;
}
#mb-lab-btn{
display:none;
}
.lab-heading .lab-btn{
float:left;
position:relative;
background:#717171;
color:#fff;
font-size:17px;
padding:10px;
margin-right:20px;
text-transform:uppercase;
}
.lab-heading .lab-btn:after{
content:'';
position:absolute;
right:-10px;
top:0;
bottom:0;
border-top:18px solid transparent;
border-bottom:18px solid transparent;
border-left:10px solid #717171;
}
.lab-heading .labs-list{
float:left;
}
.lab-heading .labs-list li{
display:inline-block;
}
.lab-heading .labs-list li a{
display:block;
font-size:14px;
padding:10px;
color:#eea941;
}
.lab-heading .labs-list li a:hover{
color:#ADADAD;
}
.labs{
width:100%;
float:left;
padding-bottom:10px;
}
.labs:last-child{
border-bottom:none;
}
.labs h6{
font-size:16px;
padding-bottom:10px;
color:#1A1A1A;
text-align:center;
}
.labs h6 em{
color:#AF0002;
}
.icon-box{
width:100%;
float:left;
}
.icon-box .icons{
width:170px;
float:left;
padding:10px;
margin:5px;
background:#87080A;
text-align:center;
}
.icon-box .icons img{
width:100%;
display:block;
}
.icon-box .icons span{
width:100%;
float:left;
color:#fff;
}
/*--Latest Update--*/
.latest-update{
width:100%;
float:left;
}
.latest-update li{
position:relative;
width:100%;
float:left;
padding-left:25px;
}
.latest-update li:before{
content:'\279C';
position:absolute;
left:0;
line-height:0;
}
.latest-update li a {
display: inline-block;
}
.latest-update li a:hover{
opacity:0.5;
}
.latest-update li a span{
color:#eea941;
font-size:17px;
font-weight:bold;
margin-bottom:5px;
width:100%;
float:left;
}
/*CAREER*/
.vacancy-box{
width:100%;
float:left;
}
.vacancy-box h4{
font-size:20px;
}
.vacancy-box .vacancy-list{
width:100%;
float:left;
margin-bottom:30px;
font-size:17px;
}
.vacancy-box .vacancy-list h3{
float:left;
padding-left:10px;
border-left:3px solid #eea941;
font-size:16px;
color:#373737;
margin-bottom:10px;
}
.vacancy-box .vacancy-list li{
width:100%;
float:left;
font-size:17px;
color:#323232;
position:relative;
padding-left:30px;
}
.vacancy-box .vacancy-list li:before{
content:'\2730';
position:absolute;
left:10px;
top:0;
line-height:20px;
color:#eea941;
}
.apply-now{
float:left;
width:100%;
}
.apply-now a{
float:left;
padding:10px;
color: #fff;
border-radius: 4px;
background: #1f2d39;
}
.apply-now a:hover{
background:#eea941;
}
/*--current opening--*/
.vacancy-box h2{
font-size:16px;
float:left;
padding:10px;
color:#fff;
background:#373737;
width:40%;
position:relative;
margin-bottom:10px;
}
.vacancy-box h2:after{
content:'';
position:absolute;
right:-75px;
top:0;
bottom:0;
width:50px;
border-top:39px solid transparent;
border-bottom:0px solid transparent;
border-left:25px solid #373737;
}
.vacancy-box table{
width:100%;
border:0px !important;
border-spacing:0;
}
.vacancy-box table th{
background: #eea941;
padding: 7px 9px;
color: #fff;
}
.vacancy-box table td{
padding:5px;
}
.vacancy-box table td input[type=text],table td input[type=password]{
padding:5px;
}
.vacancy-box table td select{
padding:5px;
}
.vacancy-box .table3 input[type=text]{
width:69px !important;
}
.vacancy-box .table4 td:nth-child(2) input[type=text]{
width:76px;
}
.vacancy-box .table4 td:nth-child(3) input[type=text]{
width:76px;
}
.vacancy-box .table4 td:nth-child(4) input[type=text]{
width:236px !important;
}
.vacancy-box .img-preview img{
width:100%;
height:100%;
}
.vacancy-box center #submit{
width:auto;
padding:10px;
}
/*calendar*/
.fc-sun{
background:#515151;
}
.fc-day-header{
background:none;
}
/*calendar*/
/*----curriculum----*/
.main-content .text-box{
margin:15px 0;
}
.main-content .img-box{
width:45%;
padding:10px 30px 10px 0;
}
.main-content .img-box.ryt-img{
padding:10px 0px 10px 30px;
}
.main-content .img-box.full-img{
width:100%;
padding:20px 0;
}
.menu li .home{
font-size:20px;
line-height:0;
padding: 18px 20px !important;
background:#eea941;
}
.home i{
line-height:0;
}
.taglines{
width:100%;
float:left;
margin:10px 0;
}
.taglines h5{
margin:0;
display: block;
font-size: 18px;
color: #007c62;
}
.taglines h5 em{
width:100%;
float:left;
}
.taglines h5 small{
float:right;
}
/*---admission---*/
.heading small{
font-weight:100;
font-size:22px;
color: #b14840;
}
.table .admission-list li{
display:block;
font-size:16px;
}
.admission-list{
width:100%;
}
.admission-list li{
position:relative;
padding-left:25px;
display:table;
}
.admission-list li:before{
content:'\27A9';
position:absolute;
left:0;
top:7px;
}
.table .admission-list li:before{
top:0;
}
.admission-list li p{
padding-bottom:5px;
}
.download-btn{
float:left;
display:table;
}
.download-btn a{
display:block;
padding:6px 10px;
color:#eea941;
background:#fff;
border:1px solid #eea941;
position:relative;
z-index:1;
transition:all 400ms;
}
.download-btn a:before{
content:'';
position:absolute;
left:0;
top:0;
bottom:0;
width:3%;
z-index:-1;
transition:all 400ms;
background:#eea941;
}
.download-btn a:hover{
color:#fff;
}
.download-btn a:hover:before{
width:100%;
}
.table{
width:100%;
float:left;
overflow:auto;
}
.table table{
border-collapse:collapse;
font-family:'playfair';
}
.table table thead th{
background:#1f2d39;
color:#fff;
font-weight:400;
letter-spacing:1px;
padding:10px;
text-align:center;
font-size:16px;
text-transform:uppercase;
width:25%;
}
.table table tbody th{
background:#c8c8c8;
font-size:16px;
}
.table table tbody td{
width:25%;
vertical-align:top;
}
.tctable table tbody td {
width: 10% !important;
vertical-align: top;
}
.tctable th{
background:#1f2d39 !important;
color:#fff;
font-weight:400;
letter-spacing:1px;
padding:10px;
text-align:center;
font-size:16px;
text-transform:uppercase;
}
.admission-table table tbody tr:last-child td{
text-align:center;
color:#b14840;
}
.admission-boards p strong{
color:#eea941;
}
.time-table{
text-align:center;
}
.time-table tbody th{
padding:10px;
}
/*----clubs----*/
.clubs-box{
margin:20px 0px 0;
background:#b7003f;
background:radial-gradient(#ff5a92,#710027);
border:7px double #fff;
}
.clubs-box ol{
width:100%;
float:left;
padding-left:20px;
}
ol li{
list-style:inherit;
}
.club-slider{
width:100%;
float:left;
}
.club-slides{
}
.club-imgs{
width:40%;
float:left;
}
.club-imgs img{
width:100%;
}
.club-text{
width:60%;
float:left;
padding:20px;
height:503px;
overflow:auto;
}
.nicescroll-rails-vr{
right:0 !important;
}
.club-text h5{
margin:0 0 20px;
font-size:22px;
color:#fff;
}
.club-text .admission-list h6{
margin:15px 0 0;
}
.club-text h6{
color:#fff;
}
.club-text p{
color:#ffccde;
letter-spacing:0.5px;
}
.club-text p em{
color:#fff;
}
.clubs-box .bx-wrapper{
padding-bottom:0px;
}
.clubs-box .bx-wrapper .bx-controls-direction a{
top:50%;
margin-top:-20px;
background-color:#C1336C;
border:1px solid #8F0023;
width:40px;
height:40px;
opacity:1;
}
.clubs-box .bx-wrapper .bx-controls-direction a:hover{
background-color:#fff;
}
.clubs-box .bx-wrapper .bx-next{
right:-13px;
}
.clubs-box .bx-wrapper .bx-prev{
left:-13px;
}
/*----clubs----*/
/*SPORTS*/
.sports-list{
width:100%;
float:left;
}
.sports-list li{
display:inline-block;
vertical-align:top;
width:180px;
margin:10px;
}
.sports-list li img{
display:inline-block;
vertical-align:middle;
}
.sports-list li p{
display:inline-block;
vertical-align:middle;
padding-bottom:0;
padding-left:10px;
}
.keyvalues{
width:100%;
float:left;
text-align: center;
}
.keyvalues p{
text-align:left;
}
.keyvalues .admission-list{
float:left;
width:100%;
}
.keyvalues .admission-list li{
width:50%;
float:left;
}
.keyvalues .admission-list li p{
}
.keyvalues .img-box{
width:45%;
display:inline-block;
vertical-align:middle;
float:none;
}
.sports-box{
width:100%;
float:left;
text-align:center;
padding:20px 10px 10px;
margin-bottom:20px;
background:#000;
background:-webkit-linear-gradient(60deg,#a10e62,#a7fff7);
background:-o-linear-gradient(60deg,#a10e62,#a7fff7);
background:-ms-linear-gradient(60deg,#a10e62,#a7fff7);
background:-moz-linear-gradient(60deg,#a10e62,#a7fff7);
background:linear-gradient(60deg,#a10e62,#a7fff7);
}
.sports-box p{
color:#fff;
font-size:20px;
padding-bottom:0;
text-transform:uppercase;
}
/*--------emagazines******-----*/
.emag{
width:250px;
padding:10px;
text-align:center;
border:1px solid #252525;
float:left;
margin:10px;
}
.emag:hover{
border-color:#eea941;
}
.emag img{
width:100%;
display:block;
}
.emag span{
width:100%;
float:left;
padding-top:10px;
}
.emag:hover span{
color:#eea941;
}
.emag iframe{
width:100%;
}
/*----cuddle care-------*/
.cc-time-table.table{
text-align:center;
}
.cc-time-table.table table thead th{
width:auto;
}
.cc-time-table.table table tbody td{
width:auto;
}
/*----cuddle care-------*/
/***********Calander styling********/
/*meal menu*/
#meal-menu .fc-bg .fc-sun, #meal-menu .fc-bg .fc-sat{
background:#c5d9f1;
}
#meal-menu .fc-head-container .fc-sun, #meal-menu .fc-head-container .fc-sat{
background:#c5d9f1;
}
#meal-menu .fc-event, .fc-event-dot{
background:#2f8753;
}
#meal-menu .fc-day-grid-event{
margin:2px;
padding:2px 1px;
}
.fc-unthemed td.fc-today{
background:#e91e63 !important;
}
/*meal menu*/
/*School Calendar*/
#calendar1 .fc-bg .fc-sun, #calendar1 .fc-bg .fc-sat, #calendar2 .fc-bg .fc-sun, #calendar2 .fc-bg .fc-sat{
background:#fdb7df;
}
#calendar1 .fc-head-container .fc-sun, #calendar1 .fc-head-container .fc-sat, #calendar2 .fc-head-container .fc-sun, #calendar2 .fc-head-container .fc-sat{
background:#fdb7df;
}
#calendar1 .fc-day-grid-event, #calendar2 .fc-day-grid-event{
margin:2px;
padding:2px 1px;
}
/*School Calendar*/
/***********Calander styling********/
/*********MOBILE MENU*********/
.mb-menu-btn{
position:absolute;
right:10px;
bottom:8px;
color:#fff;
font-size:25px;
cursor:pointer;
line-height:0;
display:none;
z-index:99;
-webkit-transition:all 400ms;
-o-transition:all 400ms;
-moz-transition:all 400ms;
-ms-transition:all 400ms;
transition:all 400ms;
}
.mb-menu-btn.close-menu{
color:#755421;
width:30px;
height:30px;
bottom:10px;
line-height:30px;
text-align:center;
background:#fff;
font-size:20px;
}
.mb-menu-btn i:before{
-webkit-transition:all 400ms;
-o-transition:all 400ms;
-moz-transition:all 400ms;
-ms-transition:all 400ms;
transition:all 400ms;
}
.mb-menu-btn.close-menu i:before{
content:'\f00d ';
}
.mb-overlay{
position:fixed;
left:0;
right:0;
top:0;
bottom:0;
background:rgba(0,0,0,0);
z-index:98;
display:none;
}
.mb-menu{
position:absolute;
right:0;
top:100%;
width:300px;
display:none;
z-index:99;
background:#755421;
border-top:3px solid #eea941;
}
.mb-menu.mb-menu-show{
width:300px;
}
.mb-menu ul{
width:100%;
float:left;
padding:0 10px;
margin-top:0;
}
.mb-menu ul li{
width:100% !important;
float:left;
margin:0;
}
.mb-menu ul li a{
display:block;
font-size:14px;
text-align:left;
padding:10px;
border-bottom:1px solid #a73128;
border-top:1px solid #731811;
}
.mb-menu ul li:first-child a{
border-top:none;
}
.mb-menu ul li:last-child a{
border-bottom:none;
}
.mb-menu ul li a i{
background:#232323;
text-align:center;
}
.mb-home{
float:left;
display:none;
}
.mb-home a{
color:#fff;
display:block;
font-size:20px;
line-height:0;
padding:12px 20px;
background:#eea941;
}
.mb-tlink-btn{
float:right;
color:#fff;
font-size:20px;
line-height:0;
padding:12px 20px;
background:#eea941;
cursor:pointer;
display:none; 
}
.mb-tlink-btn i{
-webkit-transition:all 400ms;
-o-transition:all 400ms;
-moz-transition:all 400ms;
-ms-transition:all 400ms;
transition:all 400ms;
}
.mb-tlink-btn.close-tlink i{
-webkit-transform:rotate(180deg);
-o-transform:rotate(180deg);
-moz-transform:rotate(180deg);
-ms-transform:rotate(180deg);
transform:rotate(180deg);
}
.mb-navigation{
position:absolute;
right:0%;
left:60px;
top:100%;
display:none;
background:#eea941;
padding:10px 10px;
}
.mb-navigation .mb-tlink-menu{
width:100%;
float:left;
}
.mb-navigation .mb-tlink-menu li{
width:100%;
float:left;
}
.mb-navigation .mb-tlink-menu li a{
display:block;
padding:10px;
color:#fff;
border-bottom:1px solid #a73128;
border-top:1px solid #731811;
}
.mb-navigation .mb-tlink-menu > li:first-child > a{
border-top:none;
}
.mb-navigation .mb-tlink-menu > li:last-child > a{
border-bottom:none;
}
.mb-navigation .mb-tlink-menu li .dropdown{
width:100%;
float:left;
}
.mb-navigation .mb-tlink-menu li .dropdown ul{
width:100%;
float:left;
padding:0 10px;
background:#611510;
}
.mb-navigation .mb-tlink-menu .dropdown li:first-child a{
border-top:none;
}
.mb-navigation .mb-tlink-menu .dropdown li:last-child a{
border-bottom:none;
}
ul.sub-menu {
display: none;
list-style-type: none;
padding: 0 5px 0 5px;
/*background-color: #684e39;*/
background: linear-gradient(106deg, #ffbe30bf, #351e12);
border-radius: 5px;
text-align: left;
width: 248px;
margin-left: 10px;
}
/* Show sub-menu when hovering over parent item */
li:hover > .sub-menu {
display: block;
}
/* Optional: Style the sub-menu items */
ul.sub-menu li a {
text-decoration: none;
color: #ffffff;
}
ul.sub-menu li a:hover {
color: #dac134;
}
.virtual-tour
{
position: absolute;
z-index: 99999;
left:0px;              
/*top: 108px;
bottom: 100px;*/
}
.virtual-tour img
{
border-radius: 0px 5px 5px 0px;
width: 180px;
}
.regiter-merit{position:fixed;bottom:300px;z-index:9999;width:151px;background: #a5145b;color: #fff;padding: 10px; box-shadow:2px 2px 2px #000;
-webkit-animation:fee-payment 1s infinite;
animation:fee-payment 1s infinite; 
}
.regiter-merit a{ color:#FFFFFF;}
.regiter-merit1{position:fixed;bottom:150px;z-index:9999;width:68px; display:block; text-align:right;background: #a5145b;color: #fff;padding: 10px; box-shadow:2px 2px 2px #000;
-webkit-animation:fee-payment 1s infinite;
animation:fee-payment 1s infinite;
}
.regiter-merit2{position:fixed;bottom:220px;z-index:9999;width: 147px;background: #ffaa00;color: #fff;padding: 10px; box-shadow:2px 2px 2px #000;
-webkit-animation:fee-payment12 1s infinite;
animation:fee-payment12 1s infinite;
}
@-webkit-keyframes fee-payment{
50%{background:#a5145b;}
50%{background:#007c62;}
}
@keyframes fee-payment{
50%{background:#a5145b;}
50%{background:#007c62;}
}
@-webkit-keyframes fee-payment12{
50%{background:#007c62;}
50%{background:#a5145b;}
}
@keyframes fee-payment12{
50%{background:#007c62;}
50%{background:#a5145b;}
}
/*upcoming events*/
.updates{
background: #eea941;
float: left;
width: 100%;
}
.sub-update{
padding: 10px 0;
float: left;
}
.updates .sub-update:nth-child(1){
width:190px;
background: #eea941;
}
.updates .sub-update:nth-child(2){
width: calc(100% - 190px);
padding: 0px 0px 0px 20px;
background: #fff;
border-top: 1px solid #d8d8d8;
}
.marquee {
color: #fff;
width: calc(100% - 112px);
display: inline-block;
padding: 10px 0px;
}
.sub-update h4{
display: block;
color: #fff;
text-align: center;
letter-spacing: 1px;
/* font-weight: 400; */
padding: 6px 0;
font-family: 'montserrat', 'lato', 'playfair', sans-serif;
}
.sub-update figure{
display: inline-block;
border-right: 1px solid grey;
padding: 0 10px;
}
.sub-update figure a{
color: #000; 
font-size: 14px;
}
.sub-update figure a p{
color: #000; 
font-size: 14px;
font-family: 'montserrat', 'lato', 'playfair', sans-serif;
text-transform:uppercase;
}
.sub-update figure a p sup {
text-transform:lowercase !important;
}
.sub-update figure a:hover p{
color: #710505;
}
.sub-update figure:last-child{
border-right: none;
}
.usp-main{
text-align: center;
width: 100%;
float: left;
margin: 30px 0;
}
.header { 
margin-top: 0px; 
}
.readBox
{
float: right; 
}
.readBox a
{ 
padding: 19px 20px 15px 10px;
color: #000;
display: block;
z-index: 99;
text-transform: uppercase;
}
.readBox a:hover
{
color:#eea941;	
}
.blog-main-box{
width:100%;
float:left;
background:#fff;
}
.blog-main-box .blogList
{
width: 100%;
float: left;
padding: 20px;
display: flex;
background: #fff2f8;
margin-bottom: 1px;  
border: 1px solid #ffe7f2;
align-items: center;
min-height: 250px;
}
.blog-main-box .blogList:nth-child(even){
background: #ffeae8; 
border: 1px solid #ffdedb;  
}
.blog-main-box .blogList .blog-text{
width: 70%;
float: left;
align-items: center;
display: flex; 
padding-left:20px;
flex-wrap: wrap;
}
.blog-main-box .blogList .blog-text.blogList-full{
width:100%;    
padding-left:0px;
}
.blog-main-box .blogList h1{
display: block;
text-align: left;
color:#64420e;
margin-bottom: 5px;
font-size: 21px;
text-transform: uppercase;
} 
.blog-main-box .blogList .blog-img{
width:30%;
float:left;
}
.blog-main-box .blogList .blog-img iframe{
width:100%;
height:200px; 
}
.blog-main-box .blogList .blog-img img{
width:100%; 
display:block;
} 
.blog-main-box .blogList .BloglistBox{
width: 100%;
float: left;
text-align: left;
}
.blog-main-box .blogList .BloglistBox li {
font-size: 15px;
line-height: 22px;
padding-bottom: 5px;
position: relative;
font-family: 'lato';
color: #323232;
}
.blog-main-box .blogList .BloglistBox li a{ 
color: #323232;
}
.blog-main-box .blogList p{
	padding: 20px 10px 20px 20px;
    text-align: justify;
    font-size: 20px;
    margin-top: 10px;
	line-height: 22px;
	/*position: relative;*/
	font-family: 'math';
}
.blog-main-box .blogList .BloglistBox li:before {
content: '\00BB';
display: inline-block;
margin-right: 10px;
font-weight: 800;
color: #eea941;
}
.overview{ display:inline-block; margin:40px auto; text-align:center; width:100%;}
.overview ul{ display:flex; justify-content:center;}
.overview ul li{ width:150px; margin:5px; border:2px solid #537A06;}
.overview ul li img{ width:100%; display:block;}
/*************************___--- ~RESPONSIVE START~ ---___**************************/
@media (min-width:1400px){
.slider > img {
height: 100% ;
}
}
@media (max-width:1230px){
.virtual-tour
{
position: absolute;
top: 93px;
left:0;
}
.top-header ul li { 
width: 54px;
}
}
@media (max-width:1024px){
.int-logo-20917 {
top: 200px;
left: 0px;
}
.slider > img{
height:500px;
}
.hm-about h1, .hm-feed h1{
font-size:38px;
}
.hm-motto p{
font-size:20px;
}
.hm-admission h1{
font-size:21px;
}
.hm-admission .hm-admission-text, .hm-admission .hm-admission-img img{
height:305px;
}
.hm-students-speakBox .hm-students-text{
padding:10px 20px;
}
/*inside page*/
.text-box p, .lower-alpha li, .table .admission-list li{
font-size:15px;
line-height:20px;
}
.text-box ul li, .text-box ol li {
font-size:15px;
line-height:20px;
}
.vision-content .text-box{
padding:20px 20px 10px;
}
.vision-content .text-box h4{
padding:0;
font-size:22px;
}
.schroll{
max-height:285px;
}
.emag{
width:185px;
}
.mr-box
{
width:71%;
}
.mr-box li
{
display:none;
}
.mr-box span
{
display:block;
}
.mr-box a
{
font-size:22px;
}
.gallery-sec
{
text-align:center;
}
.gallery {
width: 30.333%;
margin: 8px 1%;
float: initial;  
text-align: center;
display: inline-block;
vertical-align: top;
}
.gallery-pic { 
height: auto !important;
}
}
@media (max-width:953px){
.mr-box
{
width:68%;
}
.mr-box a
{
font-size:18px;
}
.logo img {
width: 210px;
}
}
@media (max-width:930px){
.top-header ul{
width:auto;
}
.textarea{
width:90%;
margin:0 5%;
}
}
@media (max-width:890px){
.logo img{
width:200px;
padding:10px 0;
}
.top-header ul li{
margin:0;
}
#meal-menu{
overflow:auto;
}
.fc-view-container{
width:100% !important;
}
.fc-view-container .fc-title
{
font-size:7px;
}
.fc-event {
line-height: .7;
}
#calendar2
{
width: 724px;     
}
#calendar1
{
width: 724px;     
}
.fc-scroller .fc-week .fc-content-skeleton table tbody tr{
overflow:auto !important;
}
}
@media (max-width:768px){
.int-logo-20917 {
top: 150px;
right: 0px;
left:auto;
z-index:9;
}
.top-header{		
height:40px;
}
.logo{
/*float:left;*/
border-radius: 0 0 20px 0px;
}
.logo img{
width:180px;
padding:0;
}
.top-header > ul{
display:none;
}
.header{
margin-top:0;
}
.mb-menu-btn{
display:block;
}
.navigation, .inc-tlink{
display:none;
}
.mb-home{
display:block;
}
.mb-tlink-btn{
display:block;
}
.lab-heading{
position:relative;
}
.lab-btn{
display:none;
}
#mb-lab-btn{
display:block;
cursor:pointer;
}
/*.mb-menu{
display:none;
}*/
.slider > img{
height:400px;
}
.banner-news-box{
position:static;
width:100%;
float:left;
margin-bottom:10px;
}
.banner-news-box .more-news a{
background:#0e7a4a;
color:#000;
}
.banner-news-box .more-news{
position:static;
}
.hm-about{
padding:30px 20px 40px;
}
.hm-about h1, .hm-feed h1{
font-size:28px;
}
.hm-motto{
padding:0;
margin-top:0;
}
.hm-motto p{
font-size:17px;
}
.hm-feed .explore{
margin-left:-53px;
}
.explore a{
font-size:12px;
padding:7px 15px;
}
.explore a i{
font-size:19px;
}
.hm-admission-img{
width:35%;
}
.main-content .img-box{
padding:0 10px 0 0;
}
.main-content .img-box.ryt-img{
padding:0 0 0px 10px;
}
.hm-admission{
background:#e1cfc3;
}
.hm-admission .hm-admission-text{
padding:10px 0;
border:solid #353535;
border-width:1px 1px 1px 0;
}
.hm-admission .hm-admission-text, .hm-admission .hm-admission-img img{
height:161px;
margin:5px 0;
}
.hm-admission .hm-admission-text{
width:65%;
}
.hm-admission h1{
padding:10px 20px;
font-size:19px;
}
.hm-social .hm-fb, .hm-social iframe{
width:47%;
}
.hm-students-speak{
width:100%;
margin:20px 0;
height:180px;
}
.hm-students-speak .bx-wrapper{
padding-bottom:40px;
}
.bottom{
text-align:center;
}
.pehS, .bottom>p{
width:100%;
}
.peh{
float:none;
display:inline-block;
margin:0;
}
.vision-content .img-box{
width:100%;
text-align:center;
background:#ffeeec;
background:-webkit-linear-gradient(left, #fff, #e8d3d0, #fff);
background:-o-linear-gradient(to right, #fff, #e8d3d0, #fff);
background:-moz-linear-gradient(to right, #fff, #e8d3d0, #fff);
background:-ms-linear-gradient(to right, #fff, #e8d3d0, #fff);
background:linear-gradient(to right, #fff, #e8d3d0, #fff);
}
.vision-content .img-box img{
width:120px;
display:table;
margin:0 auto;
border:2px solid #eea941;
}
.vision-content .text-box{
width:100%;
}
.schroll{
max-height:100%;
overflow:inherit;
}
.textarea{
text-align:justify;
}
.text-box h6{
font-size:16px;
}
.lab-heading .lab-btn{
font-size:14px;
}
.lab-heading .lab-btn:after{
border-width:13px 0 13px 10px;
}
.lab-heading .labs-list li a{
font-size:14px;
}
.text-box h4{
font-size:20px;
}
.club-text h5{
margin-bottom:10px;
}
.club-text p{
padding-bottom:5px;
}
.emag{
width:200px;
}
.fh5-light-box{
}
.fh5-light-box iframe{
width:500px !important;
}
.project-type{
font-size:14px;
line-height:normal;
}
.mr-box {
width: 100%;
position:initial;
}
.updates .sub-update:nth-child(1) {
width: 140px;
}
.sub-update h4 {
font-size: 14px; 
letter-spacing: 0px;
font-weight: 400; 
}
.updates .sub-update:nth-child(2) {
width: calc(100% - 140px);
}
.readBox a {
font-size: 11px;
padding: 19px 10px 15px 10px;
}
.marquee { 
width: calc(100% - 95px);
} 
.blog-main-box .blogList .blog-img{
width:40%;
}
.blog-main-box .blogList .blog-text {
width: 60%;
}
}
@media (max-width:656px){
.navigation .menu li, .inc-tlink .menu li{
position:relative;
}
.menu li .dropdown{
right:0;
}
.foot-social{
width:50%;
margin:0 25%;
}
.foot-box.footer-logo{
width:33%;
}
.foot-box:last-child{
width:100%;
padding:0 20px;
margin-top:20px;
text-align:center;
}
.heading h3{
font-size:24px;
}
.vision-content .text-box{
padding:20px 10px 10px;
}
.text-box h4{
font-size:19px;
}
.club-slides{
}
.club-imgs{
width:50%;
margin:10px 25% 0;
}
.club-text{
width:100%;
margin-top:20px;
border-top:1px dotted #fff;
}
.club-text p{
color:#fff;
}
.club-text h5{
text-align:center;
}
.clubs-box .bx-wrapper .bx-controls-direction a{
top:0%;
margin-top:2px;
}
.clubs-box .bx-wrapper .bx-prev{
margin-left:15px;
}
.clubs-box .bx-wrapper .bx-next{
margin-right:15px;
}
.connect-box ul li{
width:30%;
margin:1%;
}
.enquiry-form{
width:100%;
margin:0;
}
.input-type{
width:65%;
}
.virtual-tour {
position: fixed;
/*top: auto;*/
bottom: 0;
}
.virtual-tour img{
border-radius:0;
}
.regiter-merit {
position: fixed;
right: 0;
bottom: 0;
}
.gallery {
width: 46%;
margin: 8px 1%;
}
.bottom { 
padding-bottom: 55px;
}
}
@media (max-width:560px){	
.gallery-text p {
color: #FFF;
font-size: 9px;
line-height: normal;
text-align: left;
padding: 3px 3px 0px;
letter-spacing: 1px;
font-weight: bold;
}
.gallery {
width: 50%;
padding: 1px;
}
.table table tbody th {
text-align: center;
background: #952f24;
color: #f9f9f9;
padding: 10px 0;
font-weight: 100;
font-size: 12px;
font-family: system-ui;
border-color: #ccc;
border-color: #158a43;
}
.table table tbody td {
font-size: 11px;
text-align: left;
font-family: system-ui;
border-color: #158a43;
width: auto;
color: #000;
font-weight: bold;
letter-spacing: 0;
}
.labs-list{
width:200px;
position:absolute;
top:39px;
left:0;
background:#dadada;
border:1px solid #4e4e4e;
display:none;
z-index:99;
}
.labs-list li{
width:100%;
}
.house-table th{
font-size:14px;
}
.width50{
width:100%;
margin-right:0;
}
}
@media (max-width:550px){
.slider > img{
height:300px;
}
.hm-students-speakBox .hm-students-text p {
line-height: initial;
}
.tesimt-img-text {
height: 250px;
overflow: auto;
}
.hm-about {
padding: 12px 12px 40px;
}
.hm-about h1{
padding:10px 0 20px;
}
.hm-about h1, .hm-feed h1{
font-size:22px;
color: #eea941;
font-weight: bold;
}
.hm-admission h1{
font-size:17px;
}
.hm-feed h1{
padding-bottom:15px;
}
.hm-feed p {
padding: 0 3% 20px;
font-size: 17px;
line-height: 25px;
}
.hm-feed .explore{
margin-left:-53px;
}
.foot-social {
width: 94%;
margin: 0 3%;
}
.text-box p, .lower-alpha li{
text-align:justify;
}
.text-box .curri-img{
width:40%;
margin:0 0 0 10px;
}
.text-box .curri-img-full{
width:100%;
margin:0 0 10px 0;
}
.labs .lab-imgs img{
width:32%;
padding:5px;
margin:.5%;
}
.sports-list li{
width:135px;
margin:2%;
}
.table table{
background:#fff;
display:table;
width:130%;
}
.tctable table{
background:#fff;
display:table;
width:150%;
}
.tctable td a {
line-height: 6px;
font-size: 12px;
}
.tctable td {
padding: 5px;
line-height: 18px;
font-size: 12px;
}.tctable th {
font-size: 12px !important;
}
.emag{
width:180px;
margin:5px;
}
.emag span{
font-size:12px;
line-height:16px;
}
.fh5-light-box iframe{
width:400px !important;
}
.project-type{
width:auto;
}
.calums-type{
display:none;
}
.input-type{
width:100%;
}
.enquiry-form li:last-child .project-type{
display:none;
}
.mr-box a {
font-size: 14px;
}
.bred-crumb li {
display: inline-block;
vertical-align: middle;
color: #1F1F1F;
font-size:9px; 
}
.bred-crumb { 
right:auto;
top: 10px;
left: 5%;
}
.mr-box a {
font-size: 14px;
}
.blog-main-box .blogList {
flex-wrap: wrap; 
}
.blog-main-box .blogList .blog-img {
width: 100%;
}
.blog-main-box .blogList .blog-text {
width: 100%;
padding-left: 0;
padding-top: 20px;
}
.blog-main-box .blogList h1 { 
font-size: 15px;
}
}
@media (max-width:425px){
.text-box h2 {
font-size: 19px;
}
.text-box h4 {
font-size: 17px;
}
.logo img{
width:135px;
}
.logo:before, .logo:after{
width:46px;
height:50px;
}
.banner{
margin-top:50px;
}
.slider > img{
height:200px;
}
.hm-admission-img{
width:60%;
margin:0 20%;
position: relative;
z-index: 1;
}
.hm-admission .hm-admission-text, .hm-admission .hm-admission-img img{
height:auto;
margin:0;
}
.hm-admission .hm-admission-img img{
padding:5px;
border:solid #212121;
border-width:1px 1px 0;
background:#fff;
}
.hm-admission .hm-admission-text{
width:100%;
border-width:1px;
margin-bottom:15px;
margin-top:-1px;
background:#fff;
}
.hm-about{
}
.hm-about:before{
content:'';
position:absolute;
left:0;
right:0;
top:0;
bottom:0;
background:rgba(255,255,255,0.80);
z-index:-1;
}
.hm-about h1, .hm-feed h1{
font-size:19px;
}
.hm-motto p{
font-size:14px;
text-align:justify;
}
.hm-feed p{
padding:0 0 20px;
font-size:14px;
line-height:20px;
}
.hm-students-speak{
height:auto;
}
.hm-social .hm-fb, .hm-social iframe{
width:100%;
margin:0;
}
.hm-social .hm-fb{
margin-bottom:20px;
}
.footer .first-footer{
padding:10px;
}
.foot-social {
width: 92%;
margin: 0 4%;
}
.foot-box.footer-logo{
width:100%;
margin:0 0 10px;
text-align:center;
}
.foot-box.footer-logo img{
width:200px;
display:inline-block;
}
.connect-box ul li{
width:46%;
}
.heading{
margin-bottom:10px;
}
.heading h3 {
float: none;
text-align: center;
font-size: 15px;
width: 100%;
}
.heading h3:before{
left:50%;
width:60px;
margin-left:-30px;
}
.main-content .text-box{
margin:0;
}
.text-box h4{
text-align:center;
}
.quick-links{
text-align:center;
margin:0;
}
#management-bg .text{
padding:10px;
}
.management-text .leader-img{
width:50%;
margin:0 25% 20px;
}
.management-text h6{
text-align:center;
}
.adv-img{
width:40%;
margin:0 15px 10px 0;
}
.main-content .img-box{
width:100%;
padding:0 0 10px 0 !important;
}
.taglines h5{
font-size:15px;
}
.labs h6{
text-align:left;
}
.text-box h6{
font-size:15px;
}
.emag{
width:200px;
margin:5px auto;
display:table;
float:none;
}
.fh5-light-box iframe{
width:380px !important;
}
.awards-box .section-box{
padding:10px;
}
.awards-box figure a img{
width:80%;
margin:0 10% 20px;
}
.awards-box figure .para-box{
width:100%;
margin-left:0;
}
.awards-box .para-box h3{
text-transform: capitalize;
font-size:16px;
}
.vacancy-box{
overflow:auto;
background:#fff;
}
.vacancy-box h2{
width:93%;
font-size:14px;
}
.vacancy-box .vacancy-list li{
line-height:23px;
font-size:15px;
}
.vacancy-box table{
font-size:13px;
}
.vacancy-box table th b, .vacancy-box table th, .vacancy-box table strong{
font-weight:400;
}
.fc-toolbar h2{
font-size:16px;
margin:10px 0;
}
.updates .sub-update:nth-child(1) {
width: 95px;
padding: 7px 0;
background: #eea941;
}
.sub-update h4 {
font-size: 13px; 
padding: 0px 0; 
}
.updates .sub-update:nth-child(2) {
width: calc(100% - 95px);
padding: 0px 10px 0px 10px;
}
.sub-update figure a p { 
font-size: 11px;
}
.readBox
{
display:none;	
}
.readBox a {
font-size: 11px;
padding: 16px 10px 13px 10px;
}
.marquee { 
width:100%;
padding: 7px 0px;
}
#regiter-merit1 {
/* bottom: 36px !important; */
width: 49.8%;
}
#regiter-merit2 {
bottom: 36px !important;
width: 33.33%;
}
#regiter-merit3 {
bottom: 75px !important;
width: 100%;
font-size: 12px;
}
.regiter-merit {
width:33.33% !important;
}
.regiter-merit2 a{
font-size: 12px;
}
.virtual-tour {
width: 180px;
bottom: 150px;
/*width: 33.33%;
bottom: -4px;*/
}
.virtual-tour img{
width: 100%!important;
}
#regiter-merit1 {
/* bottom: 0px !important; */
width: 33.33%;
/* right: 33% !important; */
padding: 9px 2px;
}
.regiter-merit1 {
right: 0;
bottom: 35px !important;
position: fixed;
width: 67% !important;
}
}
@media (max-width:375px){
.labs .lab-imgs img{
width:45%;
}
.gallery {
width: 100%;
margin: 8px -2px;
}
.gallery-text { 
height: auto !important;
}
.gallery-text span { 
top: auto;
transform: translateY(0%);
}
}
.container {
display: flex;
flex-wrap: wrap;
}
.row {
display: flex;
flex-wrap: wrap;
margin-right: 0px;
margin-left: 0px;
width: 100%;
}
.col-xl-2, .col-xl-4, .col-xl-6, .col-xl-8, .col-xl-10, .col-xl-12 {
position: relative;
width: 100%;
padding-right:0px;
padding-left: 0px;
}
/* For different column sizes */
.col-xl-2 {
flex: 0 0 auto;
width: 16.66667%;
}
.col-xl-4 {
flex: 0 0 auto;
width: 25%;
}




.col-xl-6 {
flex: 0 0 auto;
width: 50%;
}
.col-xl-8 {
flex: 0 0 auto;
width: 66.66667%;
}
.col-xl-10 {
flex: 0 0 auto;
width: 83.33333%;
}
.col-xl-12 {
flex: 0 0 auto;
width: 100%;
}
@media (max-width: 1200px) {
.col-xl-2, .col-xl-4, .col-xl-6, .col-xl-8, .col-xl-10, .col-xl-12 {
width: 100%; /* Stacks on smaller screens */
}
}
/* Column styles for each col-xl class */
.col-xl-1 {
flex: 0 0 auto;
width: 8.33333%; /* 1 out of 12 columns */
}
.col-xl-3 {
flex: 0 0 auto;
width: 25%; /* 3 out of 12 columns */
}



.col-xl-5 {
flex: 0 0 auto;
width: 41.66667%; /* 5 out of 12 columns */
display: flex;
flex-direction: column;
}
.col-xl-7 {
flex: 0 0 auto;
width: 58.33333%; /* 7 out of 12 columns */
display: flex;
flex-direction: column;
}
.col-xl-9 {
flex: 0 0 auto;
width: 75%; /* 9 out of 12 columns */
}
.col-xl-11 {
flex: 0 0 auto;
width: 91.66667%; /* 11 out of 12 columns */
}
.col-xl-12 {
flex: 0 0 auto;
width: 100%; /* Full width */
}
/* Ensures responsiveness on smaller screens */
@media (max-width: 1200px) {
.col-xl-1, .col-xl-3, .col-xl-5, .col-xl-7, .col-xl-9, .col-xl-11 {
width: 100%; /* Stacks on smaller screens */
}
}
.centered-item {
display: flex;	
justify-content: center;  /* Center horizontally */
align-items: center;      /* Center vertically */
height: 100px;
font-size: medium;
padding: 0 10px 0 10px ;	
font-size: 18px;
font-family: 'playfair';
}
@media only screen and (max-width: 768px) {
.centered-item {
display: none;
}
}
.content-container {
display: flex;
height: 100vh; 
}
.content-left {
flex: 7; 
background-image: url(../image/HomeMain.png);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
display: flex;
justify-content: center;
align-items: center;	
text-align: center;	
}
.content-left p{
font-size: 22px;
}
.content-right {
flex: 8; 
background-image: url(../image/Home2.png); 
background-size: cover;
background-position: center;
background-repeat: no-repeat;
display: flex;
justify-content: center;
align-items: center;
}
.certificate-img {
width: 90%; 
}
/* Media query for mobile devices */
@media screen and (max-width: 768px) {
.content-container {
flex-direction: column;  /* Stacks the content vertically on mobile */
}
.content-left, .content-right {
flex: 1 1 100%;  /* Both sections take 100% width on mobile */
}
.certificate-img {
width: 100%;  /* Makes the image 100% width on mobile */
margin-top: 10px;  /* Adjust margin for mobile */
}
}
.centered-content {
width:100%;
justify-content: center; 
align-items: center;     
text-align: center;      
height: 100vh;      
padding-top: 40px;      
padding-bottom: 20px ;    
} 
/* Desktop-Specific Styles */
.desktopShow {
display: block;
margin-top: 75px;
}
.mobileShow {
display: none;
}
@media (max-width: 767px) {
/* Mobile-Specific Styles */
.desktopShow {
display: none;
}
.mobileShow {
display: block;
margin-top: 75px;
}
}
.mt {
margin: 40px;
}
.mb {
margin: 4px;
}
.ml {
margin: 4px;
}
.mr{
margin: 4px;
}

/* For desktop and mobile */
.cambridge-custom-width-33 {
    flex: 0 0 33.33%; /* 33.33% width */
    width: 33.33%;
}

/* Optionally, you can add media queries for custom behavior on mobile devices */
@media (max-width: 767px) {
    /* For smaller screens (mobile), you may want to change the width or styling */
    .cambridge-custom-width-33 {
        flex: 0 0 100%; /* Set width to 100% for mobile (if needed) */
        width: 100%;
    }
}

/* General styling for form */
form {
    max-width: auto; /* Limit form width */
    margin: 0 auto; /* Center the form */
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Style the select dropdown */
select.form-control {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    transition: border-color 0.3s ease;
}

select.form-control:focus {
    border-color: #66afe9;
    outline: none;
}

/* Style the text input */
input[type=text], select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

input[type=submit] {
  width: 100%;
  background-color: #4CAF50;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
}

/* Style the submit button */
input[type="submit"].btn-success {
    width: 100%;
    padding: 12px;
    font-size: 18px;
    background-color: #28a745;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

input[type="submit"].btn-success:hover {
    background-color: #218838;
}

/* Optional: Add focus styles for the submit button */
input[type="submit"].btn-success:focus {
    outline: none;
}

