
/* BANNER */
.logo img {
  width: 100%;
  height: auto;
  max-width: 150px;
}

.banner {
  position: relative;
  background-color: black;
  height: 75vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}


.banner #banner-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.banner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: white;
  opacity: 0.7;
  z-index: 1;
}

.banner .content {
  position: relative;
  z-index: 2;
}

.banner div {
  height:90%;
}


.banner .img-div {
  display: block;
  width:100%;
  display: flex;
  justify-content: center;
}

.banner img {
  display: block;
  max-width: 80%;
  max-height:auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  object-fit: contain;
}

.iframe-container {
  margin-top: 40px;
  overflow: hidden;
  padding-top: 56.25%; /* 16:9*/
  position: relative;
}

.iframe-container iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.tp-caption img {
  max-width: none;
}

/* HOME PAGE */

.single_counter .icon {
  font-size: 48px;
  color: #008DD2;
  width: 80px;
  margin: 0 auto;
}

.page-middle-banner .opacity h4, h5 {
  color: #fff;

}

.logo_left{
  margin-top: 20px;
  margin-bottom: 10px;
  width: 100%;
  height: auto;
  max-width: 100px;
  left:0;
}

#partner_logo .item img {
  height: 90%;
  width: auto;
  max-width: 90%;
}

#partner_logo .item a {
  display: contents;
}

#about-us .theme-title a.more,
#pilot-section .single-service-content a.more,
#team-section .theme-title a.more {
  width: 130px;
  line-height: 45px;
  color:/*#292929*/ #008DD2;
  border-width: 1px;
  margin-top:22px;
  border-color:/*#d73e4d*/ #008DD2;
  border-style: solid;
}
#about-us .theme-title a.more:hover,
#pilot-section .single-service-content a.more:hover,
#team-section .theme-title a.more:hover {
  color:#fff;
}

#blog-section .post p {
  word-wrap: break-word;
}

#partner-section .theme-title {
  margin: 10px 0 50px 0;
}



#contact-section .contact-address-content .left-side ul li .icon i {
  vertical-align: middle;
  line-height: 60px !important;
}

#contact-section .contact-address-content .theme-title {
  text-align: center;
  margin: 95px 0 0 0;
}

#contact-section .contact-address-content .theme-title h2:before {
  background: linear-gradient(to right, #008DD2, #6E4C98);
  content: '';
  width: 25px;
  height: 3px;
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -12px;
}

#contact-section .contact-address-content .d-sm-none img {
  width: 80%;
  height: auto;
  margin-top: 50px;
}

/* TEAM PAGE */

#team-page .team-coordinator,
#team-page .team-logos {
  text-align: center;
  margin-top: 50px;
}

#team-page .team-logos {
  display: table;
}

#team-page .team-coordinator .logo-tooltip,
#team-page .team-logos .logo-tooltip {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  padding-right: 5px;
  padding-left: 5px;
  opacity: 0.8;

  /* Position the tooltip text - see examples below! */
  position:absolute;
  z-index: 10;
  bottom: 101%;
  left: 50%;
  margin-left: -65px;
}

#team-page .team-coordinator div:hover .logo-tooltip,
#team-page .team-logos div:hover .logo-tooltip {
  visibility: visible;
}

#team-page .team-coordinator h6,
#team-page .team-logos h6 {
  margin-bottom: 30px;
}

#team-page .team-coordinator img {
  height: 150px;
  width: auto;
}

#team-page .team-logos .team-logo {
  text-align:center;
  display:table-cell;
  vertical-align: middle;
  padding-bottom: 50px;
}

#team-page .team-logos img.special_40 {
  width: auto;
  height: 40px;
  margin-top: 20px;
  margin-bottom: 20px;
}

#team-page .team-logos img.special_60 {
  width: auto;
  height: 60px;
  margin-top: 10px;
  margin-bottom: 10px;
}

#team-page .team-logos img.horizontal {
  height: 80px;
  width: auto;
}

#team-page #team_map {
  height: 70%;
  margin-bottom: 50px;
}

#team-page #team_map .map-popup {
  text-align: center;
  width: 100%;
}

#team-page .leaflet-popup {
  width: 200px;
}

#team-page #team_map .map-popup p.popup-title {
  font-size: 16px;
  line-height: 1.4 !important;
  color:#292929;
}

#team-page #team_map .map-popup img {
  width: 80%;
  height: auto;
  display: block;
  margin: auto auto 2px auto;
}

/*  FACTSHEET PAGE  */

.factsheet-box {
  background-color: #008DD240;
  padding: 20px;
}

/* PRIVACY PAGE */

#policy-page .section h4 {
  margin: 53px 0 13px 0;
  text-transform: none;
}

#policy-page .section h4 {
  padding-bottom: 25px;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 25px;
}

#policy-page .section > h6 {
  margin: 23px 0 28px 0;
  text-transform: none;
}

#policy-page .section p {
  text-align: justify;
  font-size: 16px;
  width: 100%;
  margin: 20px auto 0 0 !important;
}

#policy-page .section ul {
  margin: 10px auto 0 60px;
  list-style-type: square;
}

#policy-page .section li {
  font-size: 16px;
  width: 75%;
  font-family: 'Raleway', sans-serif;
}

/* BLOG DETAILS PAGE */
.blog-details-page {
  margin-top: 100px;
}

.blog-details-post-wrapper p {
  word-wrap: break-word;
}

.post-share-area {
  padding-top: 50px;
}

.sidebar-recent-post .carousel-controls {
  text-align: center;
  font-size: xx-large;
  margin-bottom: 40px;
}

.sidebar-recent-post .carousel-controls span:hover {
  color: #008DD2;
}

.recent-single-post #thumbnail {
  width: 65px;
  height: 65px;
  overflow: hidden;
  /*margin: 10px;*/
  position: relative;
  display: inline-block;
}

.recent-single-post #thumbnail img {
  position: absolute;
  left: -1000%;
  right: -1000%;
  top: -1000%;
  bottom: -1000%;
  margin: auto;
  min-width: 100%;
}

.recent-single-post .post {
  display: inline-block;
}

.recent-single-post .post a {
  display: block;
}

.blog-bullets {
  list-style-type: circle !important;
  padding-left: 40px !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 26px;
}

/*  KNOWLEDGE HUB PAGE  */
#knowledge-section .knowledge-menu ul {
  text-align: center;
  margin-top: 34px;
  margin-bottom: 60px;
}
#knowledge-section .knowledge-menu ul li {
  display: inline-block;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  color:#292929;
  padding: 0 8px;
  border-width: 0;
  border-bottom-width:1px;
  border-color: transparent;
  margin: 15px 10px 0 10px;
  padding-bottom: 10px;
} 

#knowledge-section .knowledge-gallery {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
}

#knowledge-section .knowledge-gallery .grid-item {
  padding: 0 15px;
  margin-bottom: 32px;
  float:left;
  display: none;
}
#knowledge-section .knowledge-gallery .single-img {
  position: relative;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
}

#knowledge-section .knowledge-gallery .single-img ul li {
  display: inline-block;
  color: rgb(0, 0, 0);
  font-size: 18px;
  margin-top: 8px;
}

#knowledge-section .knowledge-gallery .single-img img {
  display: block;
  margin: auto;
}
/* #knowledge-section .knowledge-gallery .single-img:hover img {
  -webkit-transform: scale3d(1.15,1.15,1);
     -moz-transform: scale3d(1.15,1.15,1);
      -ms-transform: scale3d(1.15,1.15,1);
       -o-transform: scale3d(1.15,1.15,1);
          transform: scale3d(1.15,1.15,1);
} */


/* FOOTER */

footer i.fa {
  line-height: inherit !important;
}


/*** ADMIN PAGES ***/
#admin-blog-section {
  margin: 100px;
  width: 100%;
  align-content: center;
}

#table_posts {
  width: 80%;
}

#table_posts td, #table_posts th {
  text-align: center;
  vertical-align: middle;
}

#admin-blog-section button {
  color: white;
  padding: 10px;
}

#table_posts button {
  height: 50%;
  width: 30%;
  margin: 10px;
}


#overlay {
  position: fixed;
  height: 100%; 
  width: 100%;
  top: 0;
  right: 0;  
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.8);
  display: none;
  z-index: 9000;
}

#popup {
  max-width: 600px;
  width: 80%;
  max-height: 500px;
  height: 80%; 
  padding: 20px;
  position: relative;
  background: #fff;
  margin: 20px auto;
  z-index:9001;
  align-content: center;
}

#popup input {
  width: 90%;
  margin-bottom: 10px;
}
#popup textarea {
  width: 90%;
  margin-bottom: 10px;
}

#popup button {
  color: white;
  padding: 10px;
}

#popup h3, #popup h6 {
  margin-top: 10%;
}

#popup .delete_popup_btn {
  width: 15%;
  margin-top: 10%;
  margin-left: 25%;
}


#close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  color: #000;
}

/*  PILOT PAGES */

#pilot-partners-section h3 {
  padding-bottom: 30px;
}

.partners-wrapper {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.circletag {
  padding: 40px;
  border-radius: 50%;
  background-color: #fff;
  line-height: 100px;
  text-align: center;
  margin: 0 auto;
}

.circletag img {
  max-width: 100%;
  max-height: 100%;
  position: relative;
  top: 50%;
  transform: translate(0%, -50%);
}

#pilot-technical {
  background: #333333;
  padding-bottom: 80px;
}

#pilot-technical .row {
  padding-top: 40px;
}

#pilot-technical .theme-title h2, #pilot-technical .theme-title p {
  color: #fff;
}



#pilot-technical .tech-card {
  height: 504px; 
  padding: 0;
}

#pilot-technical .rectangle {
  width: 385px; 
  height: 504px; 
  left: 0px; 
  top: 0px; 
  background: white; 
  border-radius: 30px; 
  border: 1px #008DD2 solid;
}

#pilot-technical .card-text {
  width: 325px; 
  left: 30px; 
  top: 44px; 
  position: absolute; 
  color: #292929;
  font-family: 'Raleway', sans-serif; 
  font-size: 14px; 
  font-weight: 400; 
  line-height: 20px; 
  word-wrap: break-word;
  text-align: justify;
}

#pilot-technical .card-title {
  width: 325px; 
  left: 30px; 
  top: 10px; 
  position: absolute; 
  color: #008DD2; 
  font-size: 16px; 
  font-family: 'Raleway', sans-serif;
  font-weight: 900; 
  line-height: 24px; 
  word-wrap: break-word;
}

#pilot-technical .card-img {
  width: 385px; 
  height: 290px; 
  left: 0px; 
  top: 0px; 
  position: absolute; 
  border-top-left-radius: 30px; 
  border-top-right-radius: 30px;
}

#pilot-technical .highlight-bullets {
  list-style-type: circle !important;
  padding-left: 20px !important;
}

#pilot-results {
  padding-bottom: 100px;
}

#pilot-results p {
  font-weight: 600;
  padding-bottom: 10px;
}

#pilot-results ul {
  list-style-type: circle !important;
  padding-left: 20px !important;
}

#pilot-results ul li {
  font-size: 16px; 
  font-family: 'Raleway', sans-serif; 
  line-height: 22px; 
  word-wrap: break-word;
  text-align: justify;
}

#pilot-results #carouselvideo .carousel-control {
  top: 30% !important;
  bottom: 30% !important;
}

#pilot-results #carouselvideo span {
  top: 50%;
  position: absolute;
  font-size: 30px;
}

#pilot-results #carouselvideo .carousel-indicators {
  bottom: 40px !important;
}
