/**
* Template Name: OnePage - v4.8.1
* Template URL: https://bootstrapmade.com/onepage-multipurpose-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
font-family: "georgia", serif;
  color: #444444;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;

}

@media screen and (max-width: 768px) {
 


}


a {
  color: #2487ce;
  text-decoration: none;
}

a:hover {
  color: #469fdf;
  text-decoration: none;
}


h1,
h2,
h3,
h4,
h5,
h6 {
 font-family: "georgia", serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #000;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #3e9bdd;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #500000;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #2487ce;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}


@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

@media (max-width: 992px){
#res {
    height: auto;
    width: auto;
}
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  color: #FF0000;
  align-content: left;
  padding: 2vh 0vw;
  position: static;
  display: flex;
}

.heade{
  padding: 0 1vw 0 4vw;
}

#header.header-scrolled {
  border-color: #e4e5e2;
  box-shadow: 0px 2px 15px rgba(18, 66, 101, 0.08);
}


@media (max-width: 798px) {
  #header .iipelogo2 {
    font-size: 4vw;
  }
.container img{
 
}
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.menubar{
  position: relative;

}

.menubar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;

}

.menubar li {
  position: relative;
  height: 100%;
  font-weight: 15vw;
}

.menubar a,
.menubar a:focus {
  display: flex;
  align-items: left;
  justify-content: space-between;
  padding: 10px 0 10px 20px;
  font-size: 1.5vw;
  color: #fff;

  white-space: nowrap;
  transition: 0.3s;
}


.menubar a:hover,
.menubar .active,
.menubar .active:focus,
.menubar li:hover>a {
  color: #2487ce;
}

.menubar .getstarted,
.menubar .getstarted:focus {
  background: #2487ce;
  padding: 8px 15px;
  margin-left: 10px;
  border-radius: 4px;
  color: #fff;

}

.menubar .getstarted:hover,
.menubar .getstarted:focus:hover {
  color: #fff;
  background: #3194db;
}

.menubar .dropdown ul {
   display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.menubar .dropdown ul li {
  min-width: 200px;
  background-color: #fff;
  color: #000;
  border-radius: 4px;
}

.menubar .dropdown ul a {
  padding: 10px 20px;
  text-transform: none;
   color: #000;
}

.menubar .dropdown ul a i {
  font-size: 12px;
}

.menubar .dropdown ul a:hover,
.menubar .dropdown ul .active:hover,
.menubar .dropdown ul li:hover>a {
  color: #2487ce;
}

.menubar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;

}

.menubar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.menubar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .menubar .dropdown .dropdown ul {
    left: -90%;
  }

  .menubar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}


@media screen and (max-width: 998px){
.mobile-nav-toggle {
    padding-left: 35vw;
}}
/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #124265;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;

}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

.sidenav{
  position: relative !important;
}
  .menubar ul {
    display: none;
  }
  

  #main{
  margin-left: 0px !important;
  border-left: 0px !important;
}

#main2{
   margin-left: 6vw !important;
  border-left: 0px !important;
}
.sidenav{
  width: 50vw !important;
  margin-right: 0 !important;
  display: inline-flex !important;
   display: flex !important;
}

.sidenav ul{
  display: flex !important;
}

.sidenav li{
  display: flex !important;
}
}

.menubar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(10, 38, 58, 0.9);
  transition: 0.3s;
  z-index: 999;
  width: 55vw;
  height: 45vh;
}

.menubar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.menubar-mobile ul {
  display: block;
  position: absolute;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.menubar-mobile a,
.menubar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #124265;
}

.menubar-mobile a:hover,
.menubar-mobile .active,
.menubar-mobile li:hover>a {
  color: #2487ce;
}

.menubar-mobile .getstarted,
.menubar-mobile .getstarted:focus {
  margin: 15px;
}

.menubar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.menubar-mobile .dropdown ul li {
  min-width: 200px;
}

.menubar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.menubar-mobile .dropdown ul a i {
  font-size: 12px;
}

.menubar-mobile .dropdown ul a:hover,
.menubar-mobile .dropdown ul .active:hover,
.menubar-mobile .dropdown ul li:hover>a {
  color: #2487ce;
}

.menubar-mobile .dropdown>.dropdown-active {
  display: block;
}


/*-----------------------side navigation bar-----------------*/

.sidenav{
  padding: 0;
  width: 17.1%;
 margin-left: 0;
  margin-top: 20px;
  opacity: 1;
  position: fixed;
  top: 0px;
   background-color: #500000;

}


.sidenav ul {
  margin-top: 2vw;
  padding: 0;
  display: table;
  list-style: none;
  float: left;
  width: 15vw;
  border-color: #3a3b3c;
  position: relative;
 margin-left: 0;
 
 background-color: #500000;

}


.sidenav li{
  margin-left: 1vw;
  width: 100%;
  font-size: 1.4vw;
}

.sidenav li a{
  margin-left: 1vw;
  width: 100%;
font-size: 1.4vw;
}




.sidenav-mobile{
  padding: 0;
  width: 17.1%;
 margin-left: 0;
  margin-top: 20px;
  opacity: 1;
  position: fixed;
  top: 0px;
   background-color: #500000;

}


.sidenav-mobile ul {
  margin-top: 20px;
  padding: 0;
  display: table;
  list-style: none;
  float: left;
  width: 210px;
  border-color: #3a3b3c;
  position: relative;
 margin-left: 0px;
 
 background-color: #500000;

}


.sidenav-mobile li{
  margin-left: 7px;
  width: 100%;
}

.sidenav-mobile li a{
  margin-left: 10px;
  width: 100%;

}





#main {
  
  padding: 0px 10px;
  border-left: 1px solid;

}



#main2 {
  padding: 0px 10px;
  border-left: 1px solid; 
  margin-left: 20vw;
}

@media screen and (max-width: 768px){
  #main2{ padding: 0px 0px;
  border-left: 1px solid;
  margin-left: 5vw !important;
}
}


.sidenav a,
.sidenav a:focus {
  display: flex;
  align-items: left;
  padding: 4px 3px 10px 0;
  color: #fff;
  transition: 0.3s ease-out;
  font-size: 20px;
 font-family: "georgia", serif;
    font-weight: 400;
    line-height: 1.5;
  background-color: #500000;
 
}

.sidenav a i,
.sidenav a:focus i {
  font-size: 22px;
  line-height: 0;

}

.sidenav a:hover,
.sidenav .active,
.sidenav .active:focus,
.sidenav li:hover>a {
  margin-left: 20px;
  color: #00008B;
  -webkit-transform:  scale(1.2);
  transform: scale(1.2);
}

.sidenav .getstarted,
.sidenav .getstarted:focus {
  background: #2487ce;
 
  color: #fff;
}

.sidenav .getstarted:hover,
.sidenav .getstarted:focus:hover {
  color: #fff;
  background: #3194db;
}




.sidenav-mobile a,
.sidenav-mobile a:focus {
  display: flex;
  align-items: left;
  padding: 4px 3px 10px 0;
  color: #fff;
  transition: 0.3s ease-out;
  font-size: 20px;
 font-family: "georgia", serif;
    font-weight: 400;
    line-height: 1.5;
  background-color: #500000;
 
}

.sidenav-mobile a i,
.sidenav-mobile a:focus i {
  font-size: 22px;
  line-height: 0;

}

.sidenav-mobile a:hover,
.sidenav-mobile .active,
.sidenav-mobile .active:focus,
.sidenav-mobile li:hover>a {
  margin-left: 20px;
  color: #00008B;
  -webkit-transform:  scale(1.2);
  transform: scale(1.2);
}

.sidenav-mobile .getstarted,
.sidenav-mobile .getstarted:focus {
  background: #2487ce;
 
  color: #fff;
}

.sidenav-mobile .getstarted:hover,
.sidenav-mobile .getstarted:focus:hover {
  color: #fff;
  background: #3194db;
}






/*--------------------------------------------------------------
# res Section
--------------------------------------------------------------*/
#res {
  margin-top: 0;
  width: 100%;
  height: 100vh;
  position: static;
  background-size: cover;
  background-color: #fff}

@media screen and (max-width: 768px)
[data-aos-delay] {
    transition-delay: 0 !important;
}





#res:before {
  content: "";
  background: rgba(255, 255, 255, 0.0);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}


#res .container {
  padding-top: 30px;
}

#res h1 {
  margin: 0;
  font-size: 60px;
  font-weight: 500;
  line-height: 72px;
  color: #124265;
font-family: "georgia", serif;
}

#res .depart{
  position: relative;
  display: flex;
  justify-content: left;
  z-index: 1;
  width: 30%;
}
#res .depart1{
  position: relative;
  display: flex;
  justify-content: left;
  z-index: 1;
  width: 40%;
  height: 60vh;
}

#res .depart h2{
color: #f5f5dc;
  font-size: 38px;
  font-weight: 1000;
  position: absolute;
  bottom: 5px;
  left: 10px;
}

#res .depart1 h2 {
  color: #4863a0;
  font-size: 38px;
  font-weight: 1000;
  position: absolute;
  bottom: 5px;
  left: 10px;
  margin-bottom: 200px;
  text-shadow: 2px 2px #4863a0;
  }

#res .btn-get-started {
font-family: "georgia", serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 14px 50px;
  border-radius: 5px;
  transition: 0.5s;
  margin-top: 30px;
  color: #fff;
  background: #2487ce;
}

#res .btn-get-started:hover {
  background: #3194db;
}

#ongoing_research .icon-boxes {
  margin-top: 100px;
}

#ongoing_research .icon-box {
  padding: 50px 30px;
  overflow: hidden;
  background: #3B3131;
  box-shadow: 0 0 29px 0 rgba(18, 66, 101, 0.08);
  transition: all 0.3s ease-in-out;
  border-radius: 500px;
  z-index: 1;
}

#ongoing_research .icon-box .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

#ongoing_research .icon-box .title a {
  color: #fff;
  transition: 0.3s;
}


#ongoing_research .icon-box p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}


#ongoing_research .icon-box .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
  color: #C2DFFF;
}

#ongoing_research .icon-box .icon {
  margin-bottom: 20px;
  padding-top: 10px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  font-size: 36px;
  line-height: 1;
  color: #2487ce;
}

#ongoing_research .icon-box:hover {
  transform: scale(1.08);
}

#ongoing_research .icon-box:hover .title a {
  color: #2487ce;
}

@media (min-width: 1024px) {
  # {
    background-attachment: fixed;
  }
}

@media (max-height: 800px) {
  #res {
    height: auto;
  }
}

@media (max-width: 992px) {
  #res {
    height: auto;
  }

  #res h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #res h2 {
    font-size: 18px;
    line-height: 24px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  display:  block;
}


.section-bg {
  background-color: #f8fbfe;
}


.section-title h3 {
  font-size: 27px;
  font-family: "georgia", serif;
  color: #000;
}

.section-title p {
  margin-bottom: 0;
  font-size: 14px;
  color: #919191;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/


.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-left: 28px;
  position: relative;
}

.about .content ul li+li {
  margin-top: 5px;
}

.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #2487ce;
  line-height: 1;
}


.about .content .btn-learn-more {
  font-family: "georgia", serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 5px;
  transition: 0.3s;
  line-height: 1;
  color: #2487ce;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #2487ce;
}

.about .content .btn-learn-more:hover {
  background: #2487ce;
  color: #fff;
  text-decoration: none;
}

#programs .container{
  background: #fffafa;
  border-radius: 10px;
  border-width: 5px;
  border-color: #fffafa;
  border-style: solid;
  margin: 0;
}

.programs .container h2 {
  font-weight: 800;
  font-size: 36px;
}

.programs .content-title{
  height: 60px;
  border-radius: 11px;
  font-size: 34px;
  font-family: "georgia", serif;
  margin-left: 30px;
  margin-top: 60px;
  font-weight: 600;
   background: #9f000f;
   color: #fff;
}



.programs .content {
 
  font-weight: 400;
  font-size: 22px;
font-family: "georgia", serif;
  margin-left: 30px;
  margin-right: 30px;
  text-align: left;
}

.programs .content .list1{
  font-weight: 600;
  font-size: 30px;
 font-family: "georgia", serif;
  color: #000;
  text-align: left;

}

.programs .section-title h2{
  font-size: 36px;
  font-weight: 800;
}


/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding: 60px 0;
}

.counts .count-box {
  width: 100%;
  text-align: center;
}

.counts .count-box span {
  font-size: 48px;
  line-height: 48px;
  display: block;
  font-weight: 700;
  color: #124265;
  margin-left: 80px;
  margin: auto;
}

.counts .count-box p {
  padding: 8px 0 0 0;
font-family: "georgia", serif;
  font-weight: 600;
  font-size: 14px;
  color: #1e6ca6;
}

/*--------------------------------------------------------------
# About Video
--------------------------------------------------------------*/

#about-video .container{
  box-shadow: 5px 10px 20px;
}

.about-video .content {
  font-size: 15px;
}

.about-video .content h3 {

  font-size: 24px;
  color: #124265;
}

.about-video .content ul {
  list-style: none;
  padding: 0;
}

.about-video .content ul li {
  padding-bottom: 10px;
  padding-left: 28px;
  position: relative;
}

.about-video .content ul i {
  font-size: 24px;
  color: #2487ce;
  position: absolute;
  left: 0;
  top: -2px;
}

.about-video .content p:last-child {
  margin-bottom: 0;
}

.about-video .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#2487ce 50%, rgba(36, 135, 206, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.about-video .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about-video .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(36, 135, 206, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.about-video .play-btn:hover::after {
  border-left: 15px solid #2487ce;
  transform: scale(20);
}

.about-video .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/


.clients {
  padding: 15px 0;
  text-align: center;
  background-color: #fff;
}

.clients img {
  width: 90px;
  transition: all 0.4s ease-in-out;
 
  padding: 15px 0;
  filter: grayscale(100);
  box-shadow: 5px 10px 8px;
}

.clients img:hover {
  filter: none;
  transform: scale(1.15);
}

@media (max-width: 768px) {
  .clients img {
    max-width: 90%;
  }
}

/*--------------------------------------------------------------*/




/*--------------------------------------------------------------
# Academics
--------------------------------------------------------------*/
.Academics{
  background-color: #e4e5e2;
}

.Academics .icon-box {
  text-align: center;
  padding: 70px 20px 80px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
  box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.05);
}

.Academics .icon-box .icon {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
  position: relative;
}

.Academics .icon-box .icon i {
  font-size: 36px;
  transition: 0.5s;
  position: relative;
}

.Academics .icon-box .icon svg {
  position: absolute;
  top: 0;
  left: 0;
}

.Academics .icon-box .icon svg path {
  transition: 0.5s;
  fill: #f5f5f5;
}

.Academics .icon-box h4 {
  font-weight: 600;
  margin: 10px 0 15px 0;
  font-size: 22px;
}

.Academics .icon-box h4 a {
  color: #124265;
  transition: ease-in-out 0.3s;
}

.Academics .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.Academics .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 35px 0 rgba(0, 0, 0, 0.08);
}

.Academics .iconbox-blue i {
  color: #47aeff;
}

.Academics .iconbox-blue:hover .icon i {
  color: #fff;
}

.Academics .iconbox-blue:hover .icon path {
  fill: #47aeff;
}

.Academics .iconbox-orange i {
  color: #ffa76e;
}

.Academics .iconbox-orange:hover .icon i {
  color: #fff;
}

.Academics .iconbox-orange:hover .icon path {
  fill: #ffa76e;
}

.Academics .iconbox-pink i {
  color: #e80368;
}

.Academics .iconbox-pink:hover .icon i {
  color: #fff;
}

.Academics .iconbox-pink:hover .icon path {
  fill: #e80368;
}

.Academics .iconbox-yellow i {
  color: #ffbb2c;
}

.Academics .iconbox-yellow:hover .icon i {
  color: #fff;
}

.Academics .iconbox-yellow:hover .icon path {
  fill: #ffbb2c;
}

.Academics .iconbox-red i {
  color: #ff5828;
}

.Academics .iconbox-red:hover .icon i {
  color: #fff;
}

.Academics .iconbox-red:hover .icon path {
  fill: #ff5828;
}

.Academics .iconbox-teal i {
  color: #11dbcf;
}

.Academics .iconbox-teal:hover .icon i {
  color: #fff;
}

.Academics .iconbox-teal:hover .icon path {
  fill: #11dbcf;
}



/*--------------------------------------------------------------
# facts & Figures
--------------------------------------------------------------*/

.ongoing_research .ongoing_research-item {
  margin-bottom: 10px;
}


.ongoing_research #ongoing_research-flters {
  padding: 0;
  margin: 0 auto 35px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
  padding: 2px 15px;
}

.ongoing_research #ongoing_research-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px 8px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.ongoing_research #ongoing_research-flters li:hover,
.ongoing_research #ongoing_research-flters li.filter-active {
  color: #2487ce;
}

.ongoing_research #ongoing_research-flters li:last-child {
  margin-right: 0;
}

.ongoing_research .ongoing_research-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.ongoing_research .ongoing_research-wrap::before {
  content: "";
  background: rgba(36, 135, 206, 0.6);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.ongoing_research .ongoing_research-wrap .ongoing_research-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.ongoing_research .ongoing_research-wrap .ongoing_research-info::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: 35px;
  left: 35px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.ongoing_research .ongoing_research-wrap .ongoing_research-info::after {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 35px;
  right: 35px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.ongoing_research .ongoing_research-wrap .ongoing_research-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.ongoing_research .ongoing_research-wrap .ongoing_research-info p {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

.ongoing_research .ongoing_research-wrap .ongoing_research-links {
  text-align: center;
  z-index: 4;
}

.ongoing_research .ongoing_research-wrap .ongoing_research-links a {
  color: rgba(255, 255, 255, 0.6);
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.ongoing_research .ongoing_research-wrap .ongoing_research-links a:hover {
  color: #fff;
}

.ongoing_research .ongoing_research-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.ongoing_research .ongoing_research-wrap:hover .ongoing_research-info {
  opacity: 1;
}

.ongoing_research .ongoing_research-wrap:hover .ongoing_research-info::before {
  top: 15px;
  left: 15px;
}

.ongoing_research .ongoing_research-wrap:hover .ongoing_research-info::after {
  bottom: 15px;
  right: 15px;
}

/*--------------------------------------------------------------
# ongoing_research Details
--------------------------------------------------------------*/
.ongoing_research-details {
  padding-top: 40px;
}

.ongoing_research-details .ongoing_research-details-slider img {
  width: 100%;
}

.ongoing_research-details .ongoing_research-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.ongoing_research-details .ongoing_research-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #2487ce;
}

.ongoing_research-details .ongoing_research-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #2487ce;
}

.ongoing_research-details .ongoing_research-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(18, 66, 101, 0.08);
}

.ongoing_research-details .ongoing_research-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.ongoing_research-details .ongoing_research-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.ongoing_research-details .ongoing_research-info ul li+li {
  margin-top: 10px;
}

.ongoing_research-details .ongoing_research-description {
  padding-top: 30px;
}

.ongoing_research-details .ongoing_research-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.ongoing_research-details .ongoing_research-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# faculty
--------------------------------------------------------------*/

.faculty{
  background-color: #e4e5e2;
}


.faculty .member {
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
  border-radius: 4px;
  background: #fff;
}

.faculty .member .member-img {
  position: relative;
  overflow: hidden;
  width: 180px;
  height: 200px;
  margin: 0 auto;
}




.faculty .member .social {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 25px;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
  background: rgba(255, 255, 255, 0.85);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.faculty .member .social a {
  transition: color 0.3s;
  color: #124265;
  margin: 0;
  display: inline-block;
}

.faculty .member .member-info :hover {
  color: #2487ce;
}
.faculty .member .member-img:hover img {
  -webkit-transform:  scale(1.5);
  transform: scale(1.5);
}

.faculty .member .social i {
  font-size: 18px;
  margin: 0 2px;
  line-height: 0;
}

.faculty .member .member-info {
  padding: 5px 5px;
}

.faculty .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #124265;
}

.faculty .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}

.faculty .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.faculty .member:hover .social {
  opacity: 1;
}



/*--------------------------------------------------------------
# newseve
--------------------------------------------------------------*/
.newseve .box {
  padding: 40px 20px;
  text-align: center;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  background: #fefefe;
  box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);
}

.newseve .box h3 {
  font-weight: 400;
  padding: 15px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  color: #124265;
}

.newseve .box h4 {
  font-size: 42px;
  color: #2487ce;
  font-weight: 500;
font-family: "georgia", serif;
  margin-bottom: 20px;
}

.newseve .box h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.newseve .box h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.newseve .box ul {
  padding: 0;
  list-style: none;
  color: #124265;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.newseve .box ul li {
  padding-bottom: 16px;
}

.newseve .box ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.newseve .box .btn-wrap {
  padding: 15px;
  text-align: center;
}

.newseve .box .btn-buy {
  display: inline-block;
  padding: 10px 40px;
  border-radius: 4px;
  color: #2487ce;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "georgia", serif;
  font-weight: 600;
  transition: 0.3s;
  border: 2px solid #2487ce;
}

.newseve .box .btn-buy:hover {
  background: #2487ce;
  color: #fff;
}

.newseve .featured {
  background: #778899;
}

.newseve .featured h3,
.newseve .featured h4,
.newseve .featured h4 span,
.newseve .featured ul,
.newseve .featured ul .na {
  color: #fff;
}

.newseve .featured .btn-wrap {
  padding: 15px;
  text-align: center;
}

.newseve .featured .btn-buy {
  color: #fff;
  border: 2px solid #fff;
}

.newseve .featured .btn-buy:hover {
  background: #fff;
  color: #2487ce;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-list {
  padding: 0 100px;
}

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

.faq .faq-list li+li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: "georgia", serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
  cursor: pointer;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #87c1ea;
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #343a40;
}

.faq .faq-list a.collapsed:hover {
  color: #2487ce;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  width: 100%;
  background: #fff;
  border-radius: 8px;
}

.contact .iipemap{
  border-radius: 200px;
}

.contact .info i {
  font-size: 20px;
  color: #2487ce;
  float: left;
  width: 44px;
  height: 44px;
  background: #e3f0fa;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #124265;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #217bbc;
}

.contact .info .email,
.contact .info .phone {
  margin-top: 40px;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: #2487ce;
  color: #fff;
}


@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f8fbfe;
  min-height: 40px;
  margin-top: 72px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 58px;
  }
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #1a5e90;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #fff;
  font-size: 14px;
  background: #500000;
  box-shadow: 0px 2px 15px rgba(18, 66, 101, 0.08);

}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #500000;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 26px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 300;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "georgia", serif;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #124265;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #fff;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #2487ce;
}

#footer .footer-newsletter {
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 5px;
  text-align: left;
  border: 1px solid #cde5f6;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: -1px;
  right: -2px;
  bottom: -1px;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px 2px 20px;
  background: #2487ce;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 5px 5px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #3194db;
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #444444;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #2487ce;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 2px;
  border-radius: 5px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #3194db;
  color: #fff;
  text-decoration: none;
}

.service1-area .service1-wrapper {
    margin-right: 0;
    margin-left: 0;
}

.service-box1 .service-box-content {
    -webkit-box-flex: 3;
    -moz-flex: 3;
    -webkit-flex: 3;
    flex: 3;
}

.service-box1 .service-box-content h3 {
    font-size: 22px;
    margin-bottom: 10px;
}

.service-box1 .service-box-content h3 a {
    color: #FFFFFF;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }

  .service-box1 .service-box-icon {
    text-align: center;
    padding-top: 10px;
    -webkit-box-flex: 1;
    -moz-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}


.service-box1 .service-box-icon i {
    color: #40CAB7;
    font-size: 36px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.service-box1:last-child {
    border-right: none;
}
@media only screen and (max-width: 991px)
.service-box1 {
    background-color: #002147;
    padding: 20px 20px 15px;


.service-box1 {
    border-right: 1px solid #aaaaaa;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    background-color: rgba(0, 33, 71, 0.8);
    padding-top: 15px;
    padding-right: 30px;
    padding-bottom: 15px;
    padding-left: 40px;
}

@import "bourbon";

$drk: #34495E;
$grn: #16A085;
$wht: #f5f5f5;
