
.bgColor, button:focus{
  background-color: #315972;
  color: #ffffff;
  
} 
#PreValue,#nextValue{
border: 5px;
float: center;
  height: 34px;
  background-color: #64aed0;
  border-radius: 5px;
}
.paginationList button{
border:1px solid  #9dcbe8;
background: #413e66;
margin: 5px;

}
.padding{
padding-left: 0;
padding-right:0;
}

#people{
  height: 1000px;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
.card-body{
  height: 400px;
}
.card-img-top{
  /* height: 150px;
  max-width: 100px; */
}
.card-title{
  height: 10px;
}
body {
  background: #fff;
  color: #444;
  font-family: "Open Sans", sans-serif;
}

a {
  color: #1bb1dc;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #0a98c0;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}



/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/

#topbar {
  padding: 0 0 10px 0;
  font-size: 14px;
  transition: all 0.5s;
}

#topbar .social-links {
  text-align: right;
}

#topbar .social-links a {
  color: #535074;
  padding: 4px 12px;
  display: inline-block;
  line-height: 1px;
}

#topbar .social-links a:hover {
  color: #1bb1dc;
}

#topbar .social-links a:first-child {
  border-left: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  height: 110px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 20px 0;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
  background-color: white !important;
}

#header.header-scrolled,
#header.header-pages {
  height: 70px;
  padding: 15px 0;
  background-color: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
}

#header.header-scrolled #topbar,
#header.header-pages #topbar {
  display: none;
}

#header .logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #413e66;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 7px 0;
  max-height: 26px;
}

.main-pages {
  margin-top: 60px;
}
/*--------------------------------------------------------------
# Landing Section
--------------------------------------------------------------*/
#one {
  width: 100%;
  margin-top:100px;
  
}
/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
  width: 100%;
  height: 100vh;
  
  position: relative;
  background: #f5f8fd url("../img/intro-bg.jpg") center top no-repeat;
  background-size: cover;
}

#intro .intro-info h2 {
  color: #413e66;
  margin-bottom: 40px;
  font-size: 48px;
  font-weight: 700;
}

#intro .intro-info h2 span {
  color: #1bb1dc;
}

#intro .intro-info .btn-get-started,
#intro .intro-info .btn-services {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #1bb1dc;
  color: #fff;
}

#intro .intro-info .btn-get-started:hover,
#intro .intro-info .btn-services:hover {
  background: #0a98c0;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Desktop Navigation */

.sidenav {
  right: 0;
}
#upper{
background-color: white !important;
}

.sidenav,
.sidenav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidenav > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;

}

.sidenav a {
  display: block;
  position: relative;
  color: #413e66;
  padding: 10px 15px;
  transition: 0.3s;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
}

.sidenav a:hover,
.sidenav .active > a,
.sidenav li:hover > a {
  color: #1bb1dc;
  text-decoration: none;
}


.sidenav .drop-down > a:after {
  content: "\f078";
  font-family: FontAwesome;
  padding-left: 1px;
  position: absolute;
}

.sidenav .active.drop-down > a:after {
  content: "\f077";
}

.sidenav .drop-down > a {
  padding-right: 35px;
}

.sidenav .drop-down ul {
  display: none;
  overflow: hidden;
}

.sidenav .drop-down li {

}

/* Mobile Navigation */

.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: rgba(40, 38, 70, 0.8);
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: #8dc2fa;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\f078";
  font-family: FontAwesome;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\f077";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  margin: 18px 18px 0 0;
  color: #065e77;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(40, 38, 70, 0.8);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Sections Header
--------------------------------*/

.section-header h3 {
  font-size: 36px;
  color: #413e66;
  text-align: center;
  font-weight: 700;
  position: relative;
  font-family: "Montserrat", sans-serif;
}

.section-header p {
  text-align: center;
  margin: auto;
  font-size: 15px;
  padding-bottom: 60px;
  color: #535074;
  width: 50%;
}

/* Section with background
--------------------------------*/

.section-bg {
  background: #f5f8fd;
}

/* About Us Section
--------------------------------*/

#about {
  padding: 80px 0;
}

#about .about-content {
  padding-top: 40px;
}

#about .about-content h2 {
  color: #413e66;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

#about .about-content h3 {
  color: #696592;
  font-weight: 400;
  font-size: 22px;
  font-style: italic;
}

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

#about .about-content ul li {
  padding-bottom: 10px;
}

#about .about-content ul li i {
  font-size: 20px;
  padding-right: 4px;
  color: #1bb1dc;
}

#about .about-img {
  position: relative;
  margin: 30px 30px 30px 30px;
}

#about .about-img img {
  width: 100%;
  border: 8px solid #fff;
  transition: .5s;
}

#about .about-img img:hover {
  width: 100%;
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

#about .about-img::before {
  position: absolute;
  left: -31px;
  top: -30px;
  width: 90%;
  height: 92%;
  z-index: -1;
  content: '';
  background-color: #ebf1fa;
  transition: .5s;
}

#about .about-img::after {
  position: absolute;
  right: -31px;
  bottom: -30px;
  width: 90%;
  height: 92%;
  z-index: -1;
  content: '';
  background-color: #ebf1fa;
  transition: .5s;
}


/* The side navigation menu */
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  right: 0;
  background-color: rgba(40, 38, 70, 0.8); /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 24px;
  color: #fff;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .5s;
  padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav  */

@media only screen and (max-width: 1026px) { 
  .navbutton { 
    display: none; 
  } 
  #crossonbigscreen{
    display: none; 
  }
}

#threedash{
  color: #1316eb;
  size: 24px;
  font-weight: 400;
}

#about {
  padding: 80px 0;
}

#about .about-content {
  padding-top: 40px;
}

#about .about-content h2 {
  color: #413e66;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

#about .about-content h3 {
  color: #696592;
  font-weight: 400;
  font-size: 22px;
  font-style: italic;
}

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

#about .about-content ul li {
  padding-bottom: 10px;
}

#about .about-content ul li i {
  font-size: 20px;
  padding-right: 4px;
  color: #1bb1dc;
}

#about .about-img {
  position: relative;
  margin: 30px 30px 30px 30px;
}

#about .about-img img {
  width: 100%;
  border: 8px solid #fff;
  transition: .5s;
}

#about .about-img img:hover {
  width: 100%;
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

#about .about-img::before {
  position: absolute;
  left: -31px;
  top: -30px;
  width: 90%;
  height: 92%;
  z-index: -1;
  content: '';
  background-color: #ebf1fa;
  transition: .5s;
}

#about .about-img::after {
  position: absolute;
  right: -31px;
  bottom: -30px;
  width: 90%;
  height: 92%;
  z-index: -1;
  content: '';
  background-color: #ebf1fa;
  transition: .5s;
}

#footer{
	width: 100%;
	background-color: white !important;
	padding: 15px 0px;
    height:80px;
}
.copyright {
    float: left;
}

.center {
  float: left;
  width: 47%;
  
}
.right { 
    width: 12%;
	float: right;
}
.left { 
    width: 41%;
	float: left;

}


#projects {
  color: #413e66;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-align: center;
  display : inline-block;
}

.proj_name{
  color: #413e66;
  font-family: "Montserrat", sans-serif;
  font-size: 22.5px;
  font-weight: 400;
  margin: 10px; 
  height: 100px;
  display : inline-block;
}

.proj{
  color: #413e66;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 450;
  margin: 30px;
  text-align: center;
  display: inline-block;
  height: 150px;
  
}

.links{
    background-color: #413e66;
    border-radius: 5px;
    border: none;
    color: white;
  height: 50px;
/*   
  top: 250px; */
    padding: 5px 5px;
    text-align: center;
    text-decoration: none;
   
    display: inline-block;
    font-size: 15px;
    margin: 5px;

}
.links span{
  cursor: pointer;
  display: inline-block;
  /* //position: relative; */
  transition: 0.25s;
}

.links span:after {
  content: '\00bb';
  /* position: absolute; */
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.25s;
}

.links:hover span {
  padding-right: 20px;
}

.links:hover span:after {
  opacity: 1;
  right: 0;
}
#back2Top {
    width: 50px;
    line-height: 50px;
    border-radius: 35px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    position: fixed;
    bottom: 50px;
    right: 20px;
    background-color: #c4f9ff;
    color: #555;
    text-align: center;
    font-size: 30px;
    text-decoration: none;
}
#back2Top:hover {
    background-color: #DDF;
    color: #000;
}

.ch{
  margin-left: 40px;

  float: left;


}
.probox{

  margin-left: 7%;
  margin-bottom: 10px;
  margin-top: 5px;
  opacity: 1;
  border-radius: 20%;
  transition: display 1s linear;

  float:center;

  background: #00C9FF;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #92FE9D, #00C9FF);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #92FE9D, #00C9FF); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */


}
.displa{
  text-decoration-color: white;
  position: relative;
  transition: 0.8s;
}



#participants{
  color: #413e66;
  font-family: "Montserrat", sans-serif;
  font-weight: 100px;
}

.proimg{
  margin: 10%;
  border-radius: 40px;
}

.tiles{
  width: 50%;
  float: left;
  margin-top: 30px;
  margin-right:0;
  border-radius: 20%;
  height: 500px;
  font-size: 16px;
  font-family: fantasy;
  display: inline-block;
  font-stretch: expanded;
  
}
.lin{
   background-color: #413e66;
    border-radius: 8px;
    border: none;
    color: white;
  padding: 5px 12px;
    text-align: center;
    text-decoration: none;
    float:left;
    display: inline-block;
    font-size: 10px;
    margin: 1%;
}


/* .box {
  height: 300px;

  width: 20%;
  margin: 0em .5em;
  background-position: center;
  background-size: cover;
  position: relative;
  border-radius: 25px;
} */

