/* @import url('https://fonts.googleapis.com/css?family=Oranienbaum&display=swap&subset=cyrillic,cyrillic-ext,latin-ext'); */
@import url("https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i&display=swap");

* {
  margin: 0;
  padding: 0;
  font-family: "Lato", sans-serif;
}

body {
  font-family: "Lato", sans-serif;
}

/* =========start menu-section========== */

.heading h1 {
  font-size: 28px;
  position: relative;
  font-weight: 700;
}

.heading h1::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 150px;
  background-color: #e85222;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 45px;
}

.heading h1::after {
  content: "";
  position: absolute;
  height: 4px;
  width: 40px;
  background-color: #00a0e3;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 44px;
}

/*-----------for h2--------------*/
.heading h2 {
  font-size: 28px;
  position: relative;
  font-weight: 700;
}

.heading h2::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 150px;
  background-color: #e85222;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 45px;
}

.heading h2::after {
  content: "";
  position: absolute;
  height: 4px;
  width: 40px;
  background-color: #00a0e3;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 44px;
}

.mytab {
  padding-top: 50px;
}

/*--------h2 end------*/
/* Banner Start */
.banner-section {
  background-image: url("../img/ganga-iti-banner3.jpg");
  background-size: cover;
  padding: 120px 0;
  background-repeat: no-repeat;
  position: relative;
}

.heading-banner {
  position: absolute;
  top: 44%;
  left: 12%;
}

.banner-section .heading-banner h2 {
  margin: 0;
  padding: 0;
  font-size: 35px;
  font-weight: 600;
  color: #0e5688;
}

.banner-section-menu {
  background-color: #3a526a;
  padding: 15px 0;
  width: 100%;
}

.banner-section-menu ul {
  margin-left: 187px !important;
  list-style: none;
  padding: 0;
  margin: 0;
}

.banner-section-menu ul li {
  display: inline-block;
  margin-left: 6px;
  color: #fff;
}

.banner-section-menu ul li a {
  color: #fff;
}

.inner-page {
  padding: 50px 0;
}

.inner-page-content h3 {
  color: #db5500;
  font-size: 24px;
}

/* Banner End */
.header {
  background-color: #252936;
  padding: 8px 0;
}

.header p {
  color: #ffff;
  margin: 0px;
}

.header1 p {
  line-height: 22px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.header1 a i {
  margin: 5px;
  color: #fff;
}

/* .header1 .col-md-4 {
  border-left: 1px solid #e85222;
} */

.top-icon pemail-section {
  color: #ffff;
}

.top-icon a i:hover {
  color: red;
}

.top-icon span {
  color: red;
  font-size: 30px;
}

.top-icon ul li {
  list-style: none;
  margin-left: -20px;
  color: #fff;
}

/* .logo{ border-right: 1px solid yellow;}
.top-icon{border-right: 1px solid yellow;}
.email-section{ border-right: 1px solid yellow;  } */

.email-section a {
  color: #fff;
}

.email-section a:hover {
  color: #fff;
}

.email-section ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.email-section ul li {
  color: #fff;
}

/* .phone a{border: 1px solid;font-size: 14px;background-color: red;color: #ffff;padding: 9px;
    border-radius: 10px;border-color: tan;} */
.phone a {
  border: 1px solid;
  font-size: 16px;
  background-color: #e85222;
  color: #ffff;
  padding: 12px;
  border-radius: 10px;
  border-color: #fff;
  font-weight: 800;
}

/* .phone{ padding: 15px;} */
.phone {
  padding-top: 18px;
}

.online-payment {
  float: left;
  width: 100%;
  padding-top: 20px;
}

.online-payment .nav-link {
  transition: 0.5s ease-in;
  -webkit-transition: 0.5s ease-in;
  -moz-transition: 0.5s ease-in;
  background-color: #fff;
  padding: 4px;
  color: #fff;
}

.link span {
  display: block;
  transform: rotate(0deg);
  transition: all 300ms linear;
  color: #111;
}

.online-payment a.nav-link:hover {
  transition: 0.5s ease-in;
  -webkit-transition: 0.5s ease-in;
  -moz-transition: 0.5s ease-in;
  background-color: #e85222;
}

.link:hover span {
  text-shadow: 0 0 3px #fff;
  transform: rotate(360deg);
  color: #fff;
}

/* .phone a:hover{ color: red;background-color: #ffff;} */
.phone a:hover {
  color: #e85222;
  background-color: #ffff;
}

.header1 {
  background-color: #3a526a !important;
  padding: 10px 0;
}

.menu-section {
  background-color: #364d65;
}

.menu-section .navbar-nav .nav-item .nav-link {
  color: #fff;
}

.main-menu-section .navbar-nav .nav-item .nav-link {
  color: #fff;
  background: #364d65 !important;

}

.btco-hover-menu .collapse ul>li:hover>a {
  color: #fff !important;
  background: #015ce4 !important;
}

.navbar-nav .nav-item .nav-link:hover {
  color: #fff !important;
  background: #364d65;
}

.dropdown-menu li:hover {
  background: #015ce4;
}

.dropdown-item:hover {
  background: #fff;
  columns: #333
}

.main-menu-section .navbar-nav .nav-item .dropdown-menu {
  background: #015ce4;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #000 !important;
  text-decoration: none;
  background-color:
    #f8f9fa;
}

.main-menu-section .navbar-nav .nav-item .dropdown-menu li a:hover {
  background: none;
}

.main-menu-section .navbar-nav .nav-item .dropdown-menu li {
  border-bottom: 1px solid #fff;
}

.main-menu-section .navbar-nav .nav-item .dropdown-menu li a {
  color: #fff;
  font-weight: 600;
}

.main-menu-section .navbar-nav .nav-item .dropdown-menu li a:hover {
  color: #015ce4;
}

/* =========end menu-section========== */
/* =========start main-section========== */
.main-section {
  padding: 25px 0;
  margin: 50px 0px;
}

.heading h1 {
  font-size: 28px;
  font-weight: 600;
  color: #364d65;
  padding-bottom: 10px;
  text-transform: uppercase;
  text-align: center;
}

.para-section p {
  text-align: justify;
}

/* .notice-section{background-image:url('../img/notice-board.png');width: 100%;height: auto;
background-repeat: no-repeat;background-size: 100% 100%;height: 500px;} */

/* News Events Start */
/* ===================================rebbon================================== */
.directorsection h3 {
  background-color: #294a70;
  padding: 7px;
  font-size: 20px;
  color: #fff;
}

.directorsection ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.directorsection ul li {
  margin-top: 10px;
}

/* ===================================rebbon================================== */
#myTabMD {
  background: #294a70;
}

.my-tab .nav-tabs .nav-link.active {
  color: #333;
}

.my-tab a {
  color: #fff;
}

.my-tab a:hover {
  color: #fff;
}

.box {
  background-color: #294a70;
  color: #fff;
  border-radius: 0px 0px 5px 5px;
  border-bottom: 3px solid white;
}

.newssection {
  border: solid 2px #294a70;
  background-color: #333;
  height: 265px;
  margin: 0 15px;
  margin-top: 40px;

  border-radius: 0 0px 10px 10px;
}

.newssection ul {
  padding: 8px;
}

.news-events-section {
  margin: 35px 0;
}

.para-section .heading h1 {
  padding-bottom: 30px !important;
}

/* News Events End */

/* =========end main-section========== */
/* =========start main-section========== */
.heading h3 {
  font-size: 28px;
  font-weight: 600;
  color: #364d65;
  text-align: center;
  padding: 15px 0;
}

.main-box-section {
  padding: 25px 0;
  background: #effaff;
}

.box-section {
  width: 100%;
  /* height: 225px; */
  background-color: yellowgreen;
  box-shadow: 0px 3px 3px 0px #9d9d9d;
}

.box-section .img-box {
  position: relative;
  overflow: hidden;
}

.box-section .img-box img {
  width: 100%;
  height: 250px;
  transition: transform 2s;
}

.box-section:hover .img-box img {
  transform: scale(1.2);
}

.box-section .detail-section {
  position: absolute;
  top: 10px;
  left: 24px;
  bottom: 10px;
  right: 24px;
  background: rgba(0, 0, 0, 0.8);
  transform: scaleY(0);
  transition: transform 0.5s;
}

.box-section:hover .detail-section {
  transform: scaleY(1);
}

.box-section .detail-section .content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
}

.box-section .detail-section .content h3 {
  margin: 0;
  padding: 0;
  font-size: 20px;
  color: #ffe301;
  font-weight: 600;
}

.box-section .detail-section .content p {
  margin: 10px 0 0;
  padding: 0;
  line-height: 1.2;
}

.box-padd2 {
  padding-top: 15px;
}

.carousel-indicators li {
  width: 15px !important;
  height: 15px !important;
  border-radius: 100%;
}

.carousel-indicators .active {
  opacity: 1;
  background-color: #3a526a !important;
}

/* =========end main-section========== */

/*-------------footer-------------*/
.sec2 {
  width: 100%;
  height: auto;
  background: #352d74;
  position: relative;
  margin-top: 100px;
}

.ficon {
  position: absolute;
  width: 100px;
  height: 100px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
  top: -64px;
}

.sec2:before {
  content: "";
  width: 50%;
  height: 115px;
  position: absolute;
  top: -48px;
  left: 0px;
  background: #352d74;
  transform: skewY(6deg);
}

.sec2:after {
  content: "";
  width: 50%;
  height: 115px;
  position: absolute;
  top: -48px;
  right: 0px;
  background: #352d74;
  transform: skewY(-6deg);
}

.footercontent {
  padding-bottom: 10px;
}

.footercontent h2 {
  padding-top: 100px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  position: relative;
  z-index: 1;
}

.sicon ul {
  list-style: none;
  text-align: center;
  padding: 0px;
}

.sicon ul li {
  display: inline-block;
  padding: 5px;
}

.sicon ul li a {
  font-weight: bold;
  font-size: 20px;
  color: #fff;
}

.sicon p {
  color: #fff;
  text-align: center;
}

.link ul {
  list-style: none;
}

.link ul li a {
  color: #fff;
  font-size: 14px;
}

.para p {
  color: #fff;
  text-align: justify;
}

.copy {
  background: #110a48;
  margin: 0px;
}

.copy p {
  padding: 6px 0;
}

/* hover dropdown menus */

/* -------======start-inner-page-section========--------- */
/* ------start-about-us---- */
.heading-section {
  padding: 30px 0;
}

.heading-section h3 {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  color: #3a526a;
}

.heading-section2 {
  padding-bottom: 30px;
}

.heading-section2 h3 {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  color: #3a526a;
}

.heading-section2 p {
  text-align: center;
  color: #cc3333;
}

.para-section h3 {
  color: #cc3333;
  font-size: 1.5rem;
}

.rs-accordion-style1 .card {
  border: 0;
}

.rs-accordion-style1 .card .card-header {
  padding: 0;
  border: 0;
  margin-bottom: 10px;
  background: transparent;
}

.rs-accordion-style1 .card .card-header .acdn-title {
  background-color: rgba(240, 240, 240, 0.8);
  position: relative;
  margin-bottom: 0;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  cursor: pointer;
  font-weight: 500;
  letter-spacing: 0.2px;
  -webkit-transition: 0.2s background-color ease-in-out;
  transition: 0.2s background-color ease-in-out;
}

.photo-gallery-border {
  border: 10px inset #ddd;
}

.about-slider-section {
  padding-top: 30px;
}

.rs-accordion-style1 .card .card-header .acdn-title:not(.collapsed) {
  background-color: #28a745;
  color: #ffffff;
}

.about-photo-gallery h3 {
  text-align: center;
  padding: 10px 0;
  background: #364d65;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
}

.topper-section-border {
  border: 10px inset #ddd;
}

.topper-section h3 {
  text-align: center;
  padding: 10px 0;
  background: #fff;
  color: #364d65;
  font-size: 22px;
  font-weight: 600;
  box-shadow: 0px 2px 2px 1px #6c6c6c;
}

.slider .card img {
  height: 250px;
}

.slider .card .card-body h3 {
  font-size: 18px;
}

.gallery-button {
  width: 100%;
  margin-top: 15px;
  background: #8814a8;
  padding: 10px 0;
  text-align: center;
}

.gallery-button a {
  color: #fff;
  font-size: 20px;
}

.gallery-button a:hover {
  color: #e85222;
}

/* ------end-about-us---- */
/* ------start-enquiry-section---- */
.enquiry-section {
  padding: 0 300px;
}

.enquiry-section form {
  border: 1px solid#999;
  padding: 10px;
}

.button1 {
  background: #252936;
  color: #fff;
  transition: 1s;
}

.button1:hover {
  background-color: #db5500;
  border-radius: 25px;
  color: #fff;
}

/* ------end-enquiry-section---- */
/* ------start-contact-page-section */
.contact-page-section {
  padding: 50px 0;
}

.contact-detail-section h3 {
  color: #000;
  margin: 0;
}

.contact-detail-section h5 {
  color: #000;
  font-weight: 400;
  font-size: 15px;
}

.contact-detail-section .hr {
  background: #000;
}

.contact-icon ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-icon ul li {
  color: #3f75ac;
}

.follow-section ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 10px;
}

.follow-section ul li {
  display: inline-block;
  margin-left: 10px;
}

.follow-section ul li:first-child {
  margin: 0;
}

.follow-section ul li a {
  background: #007bff;
  padding: 10px;
}

.follow-section ul li a i {
  font-size: 23px;
  color: #fff;
}

.contact-detail-section {
  padding: 20px 0;
}

.contact-form-section form input {
  background: #fff;
}

::placeholder {
  /* Firefox, Chrome, Opera */
  color: blue !important;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: red !important;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: orange !important;
}

.contact-form-section form .form-group {
  margin-bottom: 2rem !important;
}

.contact-form-section form textarea {
  background: none;
}

.contact-button {
  width: 100%;
  display: block;
}

.contact-button button {
  float: right;
}

/* ------end-contact-page-section */
.copy p {
  margin: 0;
}

/* -------======end-inner-page-section========--------- */
/* NEW CSS 28-12-2020 */
.logo-bottom p {
  font-size: 12px;
  margin: 0;
}

.qr-code {
  width: 100%;
  text-align: center;
}

.top-contact {
  padding: 30px 0;
}

.top-contact .phone-no p {
  margin: 0;
}

.logo {
  margin-top: 22px;
}

.footer-icon img {
  width: 150px;
}

/* NEW CSS 28-12-2020 */
@media only screen and (max-width: 1200px) {
  .nav-item {
    font-size: 12px !important;
  }
}

@media only screen and (max-width: 991px) {
  .navbar-hover .show>.dropdown-toggle::after {
    transform: rotate(-90deg);
  }
  
  .carousel-item img{
	height : 250px;
 }
}

@media only screen and (min-width: 992px) {
 .carousel-item img{
	height : 100vh;
 }
  .navbar-hover .collapse ul li {
    position: relative;
  }

  .navbar-hover .collapse ul li:hover>ul {
    display: block;
  }

  .navbar-hover .collapse ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 250px;
    display: none;
  }

  .navbar-hover .collapse ul ul ul {
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 250px;
    display: none;
  }


  /*.navbar-hover .collapse ul ul ul ul{position:absolute;top:0;left:-100%;min-width:250px;display:none;z-index:1}*/
}

@media only screen and (max-width: 479px) {
  .banner-section-menu ul {
    margin-left: auto !important;
  }

  .phone-no {
    display: none !important;
  }

  .email-id {
    display: none !important;
  }

  .top-icon p {
    margin: 0;
    float: left;
  }

  .top-icon a {
    float: right;
  }

  .email-section ul li {
    float: left;
  }

  .email-section ul li:nth-child(2) {
    float: right;
  }

  .phone {
    width: 100%;
    margin: auto;
    text-align: center;
  }

  .header p {
    margin: 0;
    text-align: center;
  }

  .navbar button {
    margin-left: 85%;
  }

  .main-menu-section {
    padding: 10px 0 !important;
  }

  .heading h1 {
    font-size: 19px;
    text-align: center;
  }

  .heading h1::after {
    top: 30px;
  }

  .heading h1::before {
    top: 31px;
  }

  .heading h3 {
    font-size: 19px;
    text-align: center;
  }

  .box-padd {
    padding: 10px 10px;
  }

  .box-padd2 {
    padding-top: 0 !important;
  }

  .box-padd2 {
    padding: 10px 10px;
  }

  .box-section {
    margin-bottom: 20px;
  }

  .box-section .detail-section {
    bottom: 30px;
  }

  .sec2 img {
    top: -100px;
  }

  .footercontent h2 {
    padding-top: 45px;
  }

  .link ul {
    width: 100%;
    text-align: center;
  }

  .main-menu-section .navbar-nav .nav-item .nav-link {
    padding-left: 15px;
  }

  .enquiry-section {
    padding: 0px;
  }

  .contact-form-section {
    padding-top: 30px;
  }

  .banner-section {
    padding: 90px 0;
  }
}

/* Faculty members 4-2-2020 */
table {
  width: 100%;
  margin: 0px;
  padding: 0px;
  text-align: center;
}

table th {
  font-size: 18px;
  font-weight: bolder;
  padding: 10px 0px 10px 0px;
}

table td {
  padding: 5px 0px 5px 0px;
}

/*---For mail----*/

#fade {
  display: none;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: #ababab;
  z-index: 1001;
  -moz-opacity: 0.8;
  opacity: .70;
  filter: alpha(opacity=80);
}

#modal {
  display: none;
  position: absolute;
  top: 25%;
  left: 45%;
  width: 100px;
  height: 100px;
  padding: 30px 15px 0px;
  border: 3px solid #ababab;
  box-shadow: 1px 1px 10px #ababab;
  border-radius: 20px;
  background-color: white;
  z-index: 1000000002;
  text-align: center;
  overflow: auto;
}

/*------------------banner-----------------*/
.page-title {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
}

.ravis-title {
  width: 100%;
  position: relative;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 70px;
}

.ravis-title:before {
  top: -50px;
  border-bottom: 0;
}

.ravis-title:before,
.ravis-title:after {
  display: block;
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  height: 50px;
  border: 2px solid #cfa97a;
}

.ravis-title:after {
  bottom: -50px;
  border-top: 0;
}

.ravis-title:before {
  top: -50px;
  border-bottom: 0;
}

.ravis-title .inner-box {
  width: 100%;
  position: relative;
}

.ravis-title .inner-box:before {
  top: -45px;
  border-bottom: 0;
}

.ravis-title .inner-box:before,
.ravis-title .inner-box:after {
  display: block;
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -45px;
  width: 90px;
  height: 45px;
  border: 1px solid #cfa97a;
}

.page-title .ravis-title .inner-box .title {
  text-shadow: 0 0 10px #000;
}

.ravis-title .inner-box .title {
  color: #FFFFFF;
  font: 30px/40px 'playfair_displayregular', Arial, Helvetica, sans-serif;
}
