#demo {
    height: 100%;
    position: relative;
    overflow: hidden;
}
.carousel-inner {
    max-height: 600px;
}
.carousel-inner img {
    width: 100%;
    height: 100%;
}
.carousel-caption {
    bottom: unset;
    top: 20px;
    right: 8%;
    left: 8%;
    max-width: 100%;
    text-align: left;
}
.theme-orange {
    background: #e38b00;
    color: white;
}
.text-orange{
    color: #e38b00; 
}
.banner-form input {
    background-color: #fff !important;
    color: #333 !important;    
    border-radius: 4px !important;
    border-style: solid !important;
    border-width: 1px !important;
    line-height: 21px !important; 
    padding: 10px 10px !important;
    width: 100% !important;
}
.form-group {
    margin-bottom: 1rem;
}
img{
    max-width: 100%;
}
.text-justify{
    text-align: justify;
}
.theme-blue {
    background: #0c0b39;
      
}
.nav-link{
    font-weight: bold;
    color:#0c0b39 !important;
}

.about-us {
    text-align: center;
    padding: 0 0 50px;
    background: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-position: right;
    z-index: 1;
    position: relative;
}
#gku-gallery{
background: url(../images/bg_1-min.jpg);
}
#gku-courses{
    background: #1d449f;
    background-size: cover;
}

.gallery img {
    height: 217px;
    object-fit: cover;
    object-position: top center;
    width: 100%;
}
.accordion-item{
    margin-bottom:20px;
}
.accordion-item button{
    font-weight:bold;
}
.regform-3{
    position:absolute;
    right:0;
    top:-62px;
}
 .point-boxes{
 border-color: #e38b00 !important;
 }
 
 ul.whylists {
    list-style: none;
    padding-left: 0px;
    text-align: justify;
}
.whylists li {
    font-size: 17px;
    padding-left: 28px;
    margin-top: 8px;
    position: relative;
    font-family: sans-serif;
}
.whylists li:before {
    content: "\eaaa";
   font-family: 'Material Symbols Outlined';
     position: absolute;
    top: 0;
    left: 5px;
    font-size: 18px;
    color: #e38b00;
}

.icon-bar {
    position: fixed;
    bottom: 20%;
    text-align: center;
    right: 2%;
    z-index:999;
}
#whatsaap {
    border-radius: 50%;
    width: 46px;
}
#callme {
    background: #3c3c9e;
    border-radius: 50%;
    width: 46px;
    padding: 9px;
    margin-top: 10px;
}

.mobile-socialfix {
    bottom: 0;
    z-index: 9999999999999999;
}
.whatapp-mob {
    background: #1fb314;
}
.call-mob {
    background: #3c3c9e;
}
.call-mob img {
    width: 35px;
}
.whatapp-mob img {
    width: 40px;
}
.carousel-item::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 0;
}


@media (max-width: 768px){
  .regform-3{
    position:relative;
       top:0px;
}  
}
