
body{
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 400;    
    position: relative;
}

/* navbars start */
#nav{
    overflow: hidden;
}
img.logo {
    width: 80px;
}
h2.heading {
    text-align: center;
    color: #294a70;
    padding: 40px;
}
.para {
    font-size: 15px;
    text-align: justify;
    color: #294a70;
    font-weight: 500;
}
a.nav-link {
    color: #294a70;
    margin: 0 15px;
}
a.nav-link:hover {
    border-bottom: 2px solid #f4a024;
    color: #f4a024;
    font-weight: 600;
}
li.nav-item:hover {
    padding: 0 15px;
}
/* nav.navbar.navbar-expand-lg.fixed-top {
    background-color: #fff;
    padding: 0px;
    border-bottom: 1px solid #294a70;
}  */
.navbar {
    overflow: hidden;
    background-color: #fff;
    position: fixed;
    top: 0;
    padding: 0px;
    width: 100%;
}
#home {
    overflow: hidden;
    padding-top: 55px;
}
ul.navbar-nav.me-auto {
    margin: 0 auto;
}
.navbar {
    overflow: hidden;
    background-color: #fff;
    position: fixed;
    top: 0;
    padding: 0px;
    border-bottom: 1px solid #294a70;
    width: 100%;
}
/* navbars end */

/* about us start */
#about {
    overflow: hidden;
}
.about-us {
    padding: 0px 60px;
    padding-bottom: 40px;
}
.courses{
    padding: 0px 60px;
}
#more {
    display: none;
}
button#myBtn {
    color: #fff;
    border: none;
    padding: 8px 20px;
    font-size: 13px;
    border: 1px solid;
    background-color: #294a70;
}
button#myBtn:hover {
  background-color: #f4a024;
}
.course-list li {
    font-size: 18px;
    padding: 2px;
    font-weight: 400;
}
/* about us start */

/* faculty start */
#faculty {
    background-color: #294a70;
    overflow: hidden;
}
.owl-carousel .owl-item img {
    display: block;
    border: 1px solid #fff;
    width: 100%;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: #f4a024;
}
.grey-box-icon {
    background: #f6f6f6;
    padding: 15px 20px 20px 20px;
    text-align: center;
    margin-top: 50px;
    width: 330px;
    border-radius: 40px;
    height: 200px;
    position: relative;
    margin-bottom: 10px;
    margin-left: 10px;
    border: 1px solid #294a70;
}
ul.course-list {
    /* border: 1px solid #000; */
    color: #fff;
    padding: 30px;
    background-color: #294a70;
}
.grey-box-icon-pos {
    margin-top: -60px;
    height: 80px;
    width: 80px;
    margin-left: 110px;
    border-radius: 80px;
    margin-bottom: 31px;
    background-color: #294a70;
}
.grey-box-icon-pos:hover{
    background-color: #f4a024;
}
.grey-box-icon:hover {
    box-shadow: 4px 2px 20px 4px #294a70;
    transition: 1s;
}
i.fa-solid.fa-chalkboard-user {
    font-size: 35px;
    padding-top: 20px;
    color: #fff;
    
}

button.owl-prev {
        color: #fff !important;
        font-size: 30px !important;
        margin-left: -15px;
}
button.owl-next {
    color: #fff !important;
    font-size: 30px !important;
    margin-right: -15px;
}
button.owl-prev {
    position: relative;
    top: -110px;
    left: -10px;
}
button.owl-next {
    float: right;
    position: relative;
    top: -110px;
    right: -10px;
}
/* faculty end */

/* course start */
#course {
    overflow: hidden;
}
#course .nav-tabs  {
    border-bottom: none;
}
item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #294a70;
    border-color: var(--bs-nav-tabs-link-active-border-color);
}
#course .nav-link {
    border: 1px solid #ccc;
    margin:  4px;
}
div#v-pills-tab {
    padding: 40px;
    background-color: #294a70;

}
button#v-pills-profile-tab {
    color: #fff;
}
button#v-pills-home-tab {
    color: #fff;
}
button#v-pills-message-tab {
    color: #fff;
}
button#v-pills-messages-tab {
    color: #fff;
}
.sci-list.row {
    padding: 20px;
}
.arts-list.row {
    padding: 20px;
}
.comm-list.row {
    padding: 20px;
}
/* .focal-list.row {
    padding: 20px;
} */
.deg-ba.row {
    padding: 20px;
}
.deg-msc.row{
    padding: 20px;
}
.college-list{
    padding: 20px;
}
div#nav-tabContent {
    /* border: 1px solid #000; */
}
div#v-pills-tabContent {
    border: 1px solid #000;
}
/* coourse end */

/* why saket start */
#why-saket{
    overflow: hidden;
}
section#why-saket {
    background-color: #cccccc3b;
    padding-bottom: 30px;
}
.accordion-button:not(.collapsed) {
color: #294a70;
}
.accordion-button:focus {
    border-color: #294a70 !important;
    box-shadow: none  !important;
}

/* why saket end */

/* testimonials start */
#testimonials {
    overflow: hidden;
    height: 470px;
    background-color: #cccccc3b;
}
#testimonials h4{
    color: #294a70;
    font-size: 20px;
}
.student-test-img {
    width: 120px;
    margin: 0 auto;
    padding: 10px;
}
.student-test {
    border: 1px solid #294a70;
    padding: 10px;
    text-align: center;
    height: 330px;
    margin: 0 auto;
}
#testimonials button.owl-prev {
    position: relative;
    top: -130px;
    left: 0px;
}
#testimonials button.owl-next {
    position: relative;
    top: -130px;
    right: 15px;
}
.para-test {
    font-size: 13px;
    padding: 2px;
    color: #000;
}
.student-test-img img {
   border-radius: 50px;
} 
#testimonials button.owl-prev {
    color: #294a70 !important;
}
#testimonials button.owl-next {
    color: #294a70 !important;
}
/* testimonials start */

/* about developer start */
#about-dev{
    background-color: #15305b;
    overflow: hidden;
    padding-bottom: 80px;
}
/* about developer start */

/* contact us start */
#contact-us {
    background-color: #cccccc3b;
    overflow: hidden;
    padding-bottom: 10px;
}
.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #444;
    padding-right: calc(1.5em + 0.75rem);
    background-image: none;
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
form.was-validated {
    border: 1px solid #000;
    padding: 10px;
}
#contact-us .btn-submit{
    padding: 4px;
    border: 1px solid #000;
    /* background-color: #212327; */
   
}
#contact-us button.btn-submit {
    border: 1px solid #294a70 !important;
}
.btn-submit:hover {
    background-color: #294a70;
    color: #fff;
}
button.btn-submit {
    width: 100px;
    margin: 0 auto;
    padding: 6px;
    border: none;
    border-radius: 10px;
}
.form2 {
    display: none;
}
label.form-label {
    color: #294a70;
}
/* contact us end */

/* gallery plugin start */
/*Gallery Plugin*/
.demo-gallery > ul {
	margin-bottom: 0;
}
         /*   .demo-gallery > ul > li {
                float: left;
                margin-bottom: 15px;
                margin-right: 20px;
                width: 200px;
                }*/
                .demo-gallery > ul > li a {
                	border: 1px solid #FFF;
                	border-radius: inherit;
                	display: block;
                	overflow: hidden;
                	position: relative;
                	/*float: left;*/
                }
                .demo-gallery > ul > li a > img {
                	-webkit-transition: -webkit-transform 0.15s ease 0s;
                	-moz-transition: -moz-transform 0.15s ease 0s;
                	-o-transition: -o-transform 0.15s ease 0s;
                	transition: transform 0.15s ease 0s;
                	-webkit-transform: scale3d(1, 1, 1);
                	transform: scale3d(1, 1, 1);
             /* height: 100%;
             width: 100%;*/
         }
         .demo-gallery > ul > li a:hover > img {
         	-webkit-transform: scale3d(1.1, 1.1, 1.1);
         	transform: scale3d(1.1, 1.1, 1.1);
         }
         .demo-gallery > ul > li a:hover .demo-gallery-poster > img {
         	opacity: 1;
         }
         .demo-gallery > ul > li a .demo-gallery-poster {
         	/*background-color: rgba(0, 0, 0, 0.1);*/
         	bottom: 0;
         	left: 0;
         	position: absolute;
         	right: 0;
         	top: 0;
         	-webkit-transition: background-color 0.15s ease 0s;
         	-o-transition: background-color 0.15s ease 0s;
         	transition: background-color 0.15s ease 0s;
         }
         .demo-gallery > ul > li a .demo-gallery-poster > img {
         	left: 50%;
         	margin-left: -10px;
         	margin-top: -10px;
         	opacity: 0;
         	position: absolute;
         	top: 50%;
         	-webkit-transition: opacity 0.3s ease 0s;
         	-o-transition: opacity 0.3s ease 0s;
         	transition: opacity 0.3s ease 0s;
         	border: none !important;
         }
         .demo-gallery > ul > li a:hover .demo-gallery-poster {
         	background-color: rgba(0, 0, 0, 0.7);
         }
         .demo-gallery .justified-gallery > a > img {
         	-webkit-transition: -webkit-transform 0.15s ease 0s;
         	-moz-transition: -moz-transform 0.15s ease 0s;
         	-o-transition: -o-transform 0.15s ease 0s;
         	transition: transform 0.15s ease 0s;
         	-webkit-transform: scale3d(1, 1, 1);
         	transform: scale3d(1, 1, 1);
         	height: 100%;
         	width: 100%;
         }
         .demo-gallery .justified-gallery > a:hover > img {
         	-webkit-transform: scale3d(1.1, 1.1, 1.1);
         	transform: scale3d(1.1, 1.1, 1.1);
         }
         .demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
         	opacity: 1;
         }
         .demo-gallery .justified-gallery > a .demo-gallery-poster {
         	background-color: rgba(0, 0, 0, 0.1);
         	bottom: 0;
         	left: 0;
         	position: absolute;
         	right: 0;
         	top: 0;
         	-webkit-transition: background-color 0.15s ease 0s;
         	-o-transition: background-color 0.15s ease 0s;
         	transition: background-color 0.15s ease 0s;
         }
         .demo-gallery .justified-gallery > a .demo-gallery-poster > img {
         	left: 50%;
         	margin-left: -10px;
         	margin-top: -10px;
         	opacity: 0;
         	position: absolute;
         	top: 50%;
         	-webkit-transition: opacity 0.3s ease 0s;
         	-o-transition: opacity 0.3s ease 0s;
         	transition: opacity 0.3s ease 0s;
         }
         .demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
         	background-color: rgba(0, 0, 0, 0.5);
         }
         .demo-gallery .video .demo-gallery-poster img {
         	height: 48px;
         	margin-left: -24px;
         	margin-top: -24px;
         	opacity: 0.8;
         	width: 48px;
         }
         .demo-gallery.dark > ul > li a {
         	border: 3px solid #04070a;
         }
         .home .demo-gallery {
         	padding-bottom: 80px;
         }
         .inner-gallery .carousel-wrap { margin: 35px auto; padding: 0 5%; width: 100%; position: relative; }


         .inner-gallery{
            padding: 40px 0px;
            background: url(../img/overview-bg.jpg);
            background-size: cover;
            background-repeat: no-repeat;
          }
          .inner-gallery .nav>li>a {
            color: #000 !important;
            padding: 0px;
            text-transform: uppercase;
            font-size: 16px;
            font-weight: 400;
            line-height: 30px;
            padding: 15px 30px;
            border: 1px solid #000;
            margin: 1px;
            border-radius: 0px;
          }
          .inner-gallery .nav-justified>li.active>a
          {
            background-color: #000;
            color: #fff !important;
          }
          .inner-gallery .nav>li>a:hover, .nav>li>a:focus {
            text-decoration: dashed;
            /* background-color: #cba63b; */
            color: #294a70 !important;
          }
          .inner-gallery .nav>li.active{
            color: #fff !important;
          }
          .inner-gallery .nav-justified>li {
            display: table-cell;
            width: auto;
          }
          .inner-gallery .nav.nav-pills {
            display: flex;
            justify-content: center;
          }
          .inner-gallery .carousel-wrap { margin: 35px auto; padding: 0 5%; width: 100%; position: relative; }
          /* fix blank or flashing items on carousel */
          .inner-gallery .owl-carousel .item {position: relative; z-index: 100; -webkit-backface-visibility: hidden;}
          /* end fix */
          .inner-gallery .owl-nav i {font-size: 40px; color: #fff;}
          .inner-gallery .owl-nav .owl-prev {left: -37px; position: absolute;}
          .inner-gallery .owl-nav .owl-next {right: -37px; position: absolute;}
          .inner-gallery .owl-carousel .owl-nav button.owl-next, .inner-gallery .owl-carousel .owl-nav button.owl-prev {
            background: 0 0;
            color: inherit;
            border: none;
            padding: 0!important;
            font: inherit;
            width: 50px;
            height: 50px;
            border-radius: 30px;
            border: 1px solid #fff;
            margin: 5px;
            position: absolute;
            top: 40%;
          }
          .inner-gallery .video{
            margin-top: 30px;
          }
          .item a:hover .demo-gallery-poster {
            background-color: rgba(0, 0, 0, 0.7);
          }
          .item a .demo-gallery-poster {
            /* background-color: rgba(0, 0, 0, 0.1); */
            bottom: 0;
            left: 0;
            position: absolute;
            right: 0;
            top: 0;
            -webkit-transition: background-color 0.15s ease 0s;
            -o-transition: background-color 0.15s ease 0s;
            transition: background-color 0.15s ease 0s;
          }
          .demo-gallery-poster > img {
            left: 50%;
            margin-left: -10px;
            margin-top: -10px;
            opacity: 0;
            position: absolute;
            top: 50%;
            -webkit-transition: opacity 0.3s ease 0s;
            -o-transition: opacity 0.3s ease 0s;
            transition: opacity 0.3s ease 0s;
            border: none !important;
            width: 7% !important;
          }
          .item a:hover .demo-gallery-poster > img {
            opacity: 1;
          }
          .inner-gallery .owl-nav i {
              font-size: 40px;
              color: #fff;
          }
        #faculty  i.fa.fa-angle-left {
              font-size: 30px;
              top: -50px;
              left: -20px;
              position: relative;
          }
        #faculty  i.fa.fa-angle-right {
              font-size: 30px;
              top: -50px;
              right: -20px;
              position: relative;
          }
          
          button.owl-next {
              position: relative;
              margin-left: 100%;
          }
          

/* gallery plugin end */


/* highlights start */
#highlights {
    background-color: #cccccc3b;
}
.high-sec {
    border-right: 1px solid #294a70;
    border-top-right-radius: 10px;
}
.high-sec:hover{
    box-shadow: 4px 2px 20px 4px #294a70;
    transition: 1s;
}
/* highlights end */

/* tour start */
p.tour {
    font-size: 14px;
    text-align: justify;
}
.tour-cont {
    border-right: 1px solid #294a70;
    border-top-right-radius: 10px;
    padding: 10px;
}
.tour-cont:hover {
    box-shadow: 4px 2px 20px 4px #294a70;
    transition: 1s;
}
.tour-row {
    padding: 4px 0px 10px 0px;
}
.tour-cont-list {
    margin: 0 auto;
}
ul.tour-cont-list li{
    padding: 4px;
}
/* tour end */
