/**
* Template Name: iPortfolio - v3.3.0
* Template URL: https://bootstrapmade.com/iportfolio-bootstrap-portfolio-websites-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/
:root {
  --pf: 'Poppins',sans-serif;
  --sf: 'Oswald',sans-serif;
  --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  font-size: 14px;
  font-weight: 400;

  --green: #53ab46;
  --deep-blue: #1a4778;
  --blue: #1e4888;
  --yellow: #febf40;
}



/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Poppins", sans-serif;
  color: #272829;
  font-size: 14px;

}

a {
  color: #149ddd;
  text-decoration: none;
}

a:hover {
  color: #37b3ed;
  text-decoration: none;
}

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

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

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

.back-to-top:hover {
  background: #2eafec;
  color: #fff;
}

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

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 250px;
  transition: all ease-in-out 0.5s;
  z-index: 1059; /* original 9997 */
  transition: all 0.5s;
  padding: 0 15px;
  background: var(--blue);
  overflow-y: auto;
}

#header .profile img {
  margin: 15px auto;
  display: block;
  width: 120px;
  /* border: 8px solid #fff; */
  /* background: #fff; */
}

#header .profile h1 {
  font-size: 24px;
  margin: 0;
  padding: 0;
  font-weight: 600;
  -moz-text-align-last: center;
  text-align-last: center;
  font-family: "Poppins", sans-serif;
}

#header .profile h1 a, #header .profile h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .profile .social-links a {
  font-size: 18px;
  display: inline-block;
  background: var(--blue);
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 30px;
  height: 30px;
  transition: 0.3s;
}

#header .profile .social-links a:hover {
  background: #149ddd;
  color: #fff;
  text-decoration: none;
}

#header.scroll {
  width:80px;
}

#header.scroll .social-links {
  display:none;
}

#header.scroll .navbar li span {
  display:none;
}

#footer.scroll {
  display:none;
}

#main {
  margin-right: 250px;

}

#main.scroll {
  margin-right:80px;
}

@media (max-width: 1199px) {
  #header {
    right: -250px;
  }
  #main {
    margin-right: 0;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu {
  padding: 30px 0 0 0;
}

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

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
}

.nav-menu a, .nav-menu a:focus {
  display: flex;
  align-items: center;
  color: #ddd;
  padding: 1px 15px;
  margin-bottom: 5px;
  transition: 0.3s;
  font-size: 14px;
}

.nav-menu a i, .nav-menu a:focus i {
  font-size: 24px;
  padding-right: 8px;
  color: #ddd;
}

.nav-menu a:hover, .nav-menu .active, .nav-menu .active:focus, .nav-menu li:hover > a {
  text-decoration: none;
  color: #fff;
}

.nav-menu a:hover i, .nav-menu .active i, .nav-menu .active:focus i, .nav-menu li:hover > a i {
  color: #149ddd;
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  background-color: #149ddd;
  color: #fff;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  border-radius: 50px;
  cursor: pointer;
}

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

.mobile-nav-active #header {
  right: 0;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#top {
  width: 100%;
  height: 100vh;
  /*background: url("../../images/cover-23.jpg") top center;*/
  background-size: cover;
}

#top:before {
  content: "";
  /* background: rgba(5, 13, 24, 0.3); */
  background: #000;
  opacity:0.2;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

#top .hero-container {
  position: relative;
  z-index: 2;
  min-width: 300px;
  margin-right:300px;
}

#top h1 {
  margin: 0 0 10px 0;
  font-size: 64px;
  font-weight: 500;
  line-height: 56px;
  color: #fff;
}

#top p {
  color: #fff;
  margin-bottom: 50px;
  font-size: 26px;
  font-family: "Poppins", sans-serif;
}

#top p span {
  color: #fff;
  padding-bottom: 4px;
  letter-spacing: 1px;
  border-bottom: 3px solid var(--yellow);
}

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

@media (max-width: 768px) {
  #top h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #top h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  #top .hero-container {
    margin-right:0px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  /* background: #f5f8fd; */
  background: #f1f2f6;
}

.section-title {
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #173b6c;
  text-transform: uppercase;
}

.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: var(--green);
  bottom: 0;
  left: 0;
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 700;
  font-size: 26px;
  color: #173b6c;
}

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

.about .content ul li {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.about .content ul strong {
  margin-right: 10px;
}

.about .content ul i {
  font-size: 16px;
  margin-right: 5px;
  color: #149ddd;
  line-height: 0;
}

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

/*--------------------------------------------------------------
# splashes
--------------------------------------------------------------*/
.splashes {
  padding-bottom: 30px;
}

.splashes .count-box {
  padding: 30px;
  width: 100%;
}

.splashes .count-box i {
  display: block;
  font-size: 44px;
  color: var(--green);
  float: left;
  line-height: 0;
}

.precounter {
  font-size: 25px;
  line-height: 1.1;
  display: block;
  font-weight: 700;
  color: var(--green);
  margin-left: 60px;
}


.splashes .count-box span {
  font-size: 55px;
  line-height: 40px;
  display: block;
  font-weight: 700;
  color: var(--green);
  margin-left: 60px;
}

.splashes .count-box p {
  padding: 15px 0 0 0;
  margin: 0 0 0 60px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #122f57;
}

.splashes .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #122f57;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  transition: ease-in-out 0.3s;
}

.splashes .count-box a:hover {
  color: #1f5297;
}

/*--------------------------------------------------------------
# skills
--------------------------------------------------------------*/
.skills .progress {
  height: 60px;
  display: block;
  background: none;
  border-radius: 0;
}

.skills .progress .skill {
  padding: 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #050d18;
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: #dce8f8;
  height: 10px;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: .9s;
  background-color: #149ddd;
}

/*--------------------------------------------------------------
# Resume
--------------------------------------------------------------*/
.resume .resume-title {
  font-size: 26px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #050d18;
}

.resume .resume-item {
  padding: 0 0 20px 20px;
  margin-top: -2px;
  border-left: 2px solid #1f5297;
  position: relative;
}

.resume .resume-item h4 {
  line-height: 18px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #050d18;
  margin-bottom: 10px;
}

.resume .resume-item h5 {
  font-size: 16px;
  background: #e4edf9;
  padding: 5px 15px;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 10px;
}

.resume .resume-item ul {
  padding-left: 20px;
}

.resume .resume-item ul li {
  padding-bottom: 10px;
}

.resume .resume-item:last-child {
  padding-bottom: 0;
}

.resume .resume-item::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  left: -9px;
  top: 0;
  background: #fff;
  border: 2px solid #1f5297;
}

/*--------------------------------------------------------------
# research
--------------------------------------------------------------*/
.research .portfolio-item {
  margin-bottom: 30px;
}

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

.research #portfolio-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: #272829;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.research #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #149ddd;
}

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

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

.research .portfolio-wrap::before {
  content: "";
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.research .portfolio-wrap .portfolio-links {
  opacity: 1;
  left: 0;
  right: 0;
  bottom: -100%;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
  display: flex;
  justify-content: center;
}

.research .portfolio-wrap .portfolio-links a {
  color: #fff;
  font-size: 28px;
  text-align: center;
  background: var(--green);
  transition: 0.3s;
  width: 100%;
}

.research .portfolio-wrap .portfolio-links a:hover {
  background: var(--yellow);
}

.research .portfolio-wrap .portfolio-links a + a {
  border-left: 1px solid #37b3ed;
}

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

.research .portfolio-links h3 {
  color: #173b6c;
  font-weight:400;
}

.research .portfolio-wrap:hover .portfolio-links {
  opacity: 1;
  bottom: 0;
}

.research .research-bg {
  width:100%;
  height: 0;
  padding-top: 75%;
  background-size: cover;
}

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

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

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

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #149ddd;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #149ddd;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(5, 13, 24, 0.08);
}

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

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

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

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

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

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

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.values .icon-box {
  margin-bottom: 20px;
}

.values .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  background: var(--blue);
  border-radius: 50%;
  transition: 0.5s;
  border: 1px solid var(--blue);
}

.values .icon h1 {
  color: #fff;
  font-size: 50px;
  line-height: 0;
}

.values .icon-box:hover .icon {
  background: #fff;
}

.values .icon-box:hover .icon h1 {
  color: var(--blue) !important;
}

.values .title {
  margin-left: 80px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.values .title a {
  color: #343a40;
}

.values .title a:hover {
  color: #149ddd;
}

.values .description {
  margin-left: 80px;
  line-height: 24px;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-item {
  box-sizing: content-box;
  text-align: center;
  min-height: 320px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #c3e8fa;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p, .quotebox2 {
  font-style: italic;
  margin: 0 15px 15px 15px;
  padding: 20px;
  background: #fff;
  position: relative;
  margin-bottom: 35px;
  border-radius: 6px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.testimonials .testimonial-item p::after, .quotebox2::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 20px solid #fff;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 20px);
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #149ddd;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #149ddd;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact {
  padding-bottom: 130px;
}

.contact .info {
  padding: 30px;
  background: #fff;
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .info i {
  font-size: 20px;
  color: #149ddd;
  float: left;
  width: 44px;
  height: 44px;
  background: #dff3fc;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  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: #050d18;
}

.contact .info p {
  padding: 0 0 10px 60px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #173b6c;
}

.contact .info .email p {
  padding-top: 5px;
}

.contact .info .social-links {
  padding-left: 60px;
}

.contact .info .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
}

.contact .info .social-links a:hover {
  background: #149ddd;
  color: #fff;
}

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

.contact .php-email-form {
  width: 100%;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form .form-group {
  margin-bottom: 15px;
}

.contact .php-email-form label {
  padding-bottom: 8px;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 15px;
}

.contact .php-email-form button[type="submit"] {
  background: #149ddd;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #37b3ed;
}

@-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: 20px 0;
  background: #f9f9f9;
}

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

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

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

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

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

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  padding: 15px;
  color: #f4f6fd;
  font-size: 14px;
  position: fixed;
  right: 0;
  bottom: 0;
  width: 250px  ;
  z-index: 1058;
  background: #040b14;
}

#footer .copyright {
  text-align: center;
}

#footer .credits {
  padding-top: 5px;
  text-align: center;
  font-size: 13px;
  color: #eaebf0;
}

@media (max-width: 1199px) {
  #footer {
    position: static;
    width: auto;
    padding-right: 20px 15px;
  }
}

/* finance start ******************************************* */

.financialtable {
  font-size: 0.8rem;
}

.financialtable tr > td:nth-last-child(-n+2) {
  text-align: right !important;
}

/* finance end ********************************************** */

/* people start ********************************************* */

.people p {
  font-size: 0.8rem;
}

.people p span {
  font-weight: 700;
}















.text-blue {
  color: var(--blue) !important;
}

.text-green {
  color: var(--green) !important;
}

.text-yellow {
  color: var(--yellow) !important;
}

.text-white {
  color: #fff !important;
}

.pubs .desc {
  font-size:0.8rem;
  line-height:1.2;
}

.pubs .pubsblock {
  display:table-cell;
}

.pubs h4 {
  font-size: 1.3rem;
}

#chartdiv1 {
  min-height:500px;
}


.storyimg {
  background: #000;
  position:relative;
}

.storyimgbox {
  width: 100%;
  padding-top: 56.25%;
  background-size: cover !important;
  background-position: center !important;  
  transition: opacity ease-out 250ms;
  opacity:1;
}

.storyimg::before,
.storyimg::after {
    content: '';
    position: absolute;
    top: 1.7rem;
    bottom: 1.7rem;
    left: 1.7rem;
    right: 1.7rem;
    opacity: 1;
    transition: transform ease-out 450ms;
  }
  
  .storyimg::before {
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    transform: scale(1,0);
  }
  
  .storyimg::after {
    border-left: 1px solid white;
    border-right: 1px solid white;
    transform: scale(1,0);
  }
  
  .storyimg:hover::before {
    transform: scale(1.05, 1);
  }
  
  .storyimg:hover::after {
    transform: scale(1, 1.05);
  }




.storyimg:hover .storyimgbox {
    opacity: 0.4;
 }

.storyimg_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  opacity: 0;
  transition: opacity ease-out 250ms;
}

.storyimg:hover .storyimg_text {
  opacity: 1;
}

.bg-blue {
  background: #1a4985;
}


.bg-footer {
  background: var(--blue);
}



.bg-yellow {
  background: #F29F05;
}

.bg-purple {
  background: #7D5CF2; 
}

.viewstory {
  cursor: pointer;
}

.btn-primary {
    color: #fff;
    background-color: #1a4985;
    border-color: #1a4985;
}

.btn-primary:hover {
    background-color: #58ab47;
    border-color: #58ab47;
}

.storyheader {
  min-height:300px;
  background-size: cover;
}

.bs-icons {
  max-height:48px;
  float: left;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 100;
  color: var(--blue);
}


.quotebox {
  background: var(--blue);
  color: #fff;
  font-size: 1.3rem;
  font-style: italic;
  padding: 2rem;
  padding-left: 3rem;
  border-radius: 1.5rem;
  background-image: linear-gradient( 150deg, var(--blue) 0%, #fff 170%);
}

.quotebox .thequote {
  display: inline;
  line-height: 0.7;
  float: left;
  margin-right: 0.5rem;
  font-size: 5rem;
  margin-left: -2rem;
}

.quotebox p {
  font-size: 1rem;
  text-decoration: none;
  font-style: normal;
  line-height: 1.3;
}

.icon2 {
  max-width:3rem;
  width:3rem;
}

.spacer {
  height: calc(100% - 3rem);
  width: 3rem;
  float: left;
  clear:both;
}

.bigger {
  font-size: 150%;
}

.comms .bigger {
  font-size:170%;
  font-weight:700;
}

.underlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    background-attachment: fixed;
    z-index: -1;
    opacity: 0.4;
}

.sectionphoto {
    min-height: 50vh;
    background-size: cover;
    background-attachment: fixed;
    position:relative;
}     

.overlay-black {
  position: absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  background: #000;
  opacity: 0.3;
  z-index:1;
}


.overlay2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  background: #000;
  opacity: 1;
  z-index: 0; 
  
  }

.overlay2::before {
  position:relative;
}

.overlay2 video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1000;
    overflow: hidden;
}


.acronyms tr > td:first-child {
  font-weight:500;
  color: var(--blue);

}

.bg-footer a {
  color: var(--yellow);
}

.readmore {
  cursor:pointer;
  color: var(--green);
}






/* ***** start SDG ************************ */
.sdg {
  width:20%;
  margin:0;
  display:inline-block !important;  
  position:relative;
}

.sdg img:hover {
  opacity:0.5 !important;
}

.sdg img {
  width:100%;
  transition: opacity 300ms ease-in-out;
}

.tid-1:before {    color: #ea1b2c;}
.tid-2:before {    color: #d2a028;}
.tid-3:before {    color: #269b46;}
.tid-5:before {    color: #ee402a;}
.tid-8:before {    color: #8e1738;}
.tid-9:before {    color: #f16c24;}
.tid-12:before {    color: #ce8d2a;}
.tid-13:before {    color: #47773d;}
.tid-14:before {    color: #017cbb;}
.tid-15:before {    color: #3eb049;}

.bg-tid1 {    background-color: #ea1b2c;}
.bg-tid2 {    background-color: #d2a028;}
.bg-tid3 {    background-color: #269b46;}
.bg-tid5 {    background-color: #ee402a;}
.bg-tid8 {    background-color: #8e1738;}
.bg-tid9 {    background-color: #f16c24;}
.bg-tid12 {    background-color: #ce8d2a;}
.bg-tid13 {    background-color: #47773d;}
.bg-tid14 {    background-color: #017cbb;}
.bg-tid15 {    background-color: #3eb049;}

.sdgtext { display:none; transition: all 400ms ease-in-out 400ms; }

.sdgtextshow { display:block; transition: all 400ms ease-in-out 400ms; }

.sdgtextshow p {
  transition: all 300ms ease-in-out 300ms;
}


.active-trail-up:before {
    position: absolute;
    top: -1.5em;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 24px;
    animation: arrow-bounce-top 1s ease-in-out infinite;
}

.active-trail-down:before {
    position: absolute;
    bottom: -1.5em;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%) rotate(180deg);
    font-size: 24px;
    animation: arrow-bounce-bottom 1s ease-in-out infinite;
}

.active-trail-up:before {
    font-size: 3rem;
    font-weight:600;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\2304';
}

.active-trail-down:before {
    font-size: 3rem;
    font-weight:600;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\2304';
}

@keyframes arrow-bounce-top{
  0%{top:-1.5em;opacity:0;}
  30%{opacity:1;}
  100%{top:-1em;opacity:0;}
}

@keyframes arrow-bounce-bottom{
  0%{bottom:-1.5em;opacity:0;}
  30%{opacity:1;}
  100%{bottom:-1em;opacity:0;}
}


/* ***** end SDG *************************** */










/* *****Loader start **************** */

#s-loader {
  position: fixed;
  width: 96px;
  height: 96px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  border-radius: 16px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .2s ease-out, visibility 0s linear .2s;
  -o-transition: opacity .2s ease-out, visibility 0s linear .2s;
  transition: opacity .2s ease-out, visibility 0s linear .2s;
  z-index: 10000; }

#s-loader.fullscreen {
  padding: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background-color: #fff;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

#s-loader.show {
  -webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
  -o-transition: opacity .4s ease-out, visibility 0s linear 0s;
  transition: opacity .4s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1; }

#s-loader .circular {
  -webkit-animation: loader-rotate 2s linear infinite;
  animation: loader-rotate 2s linear infinite;
  position: absolute;
  left: calc(50% - 24px);
  top: calc(50% - 24px);
  display: block;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

#s-loader .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: loader-dash 1.5s ease-in-out infinite;
  animation: loader-dash 1.5s ease-in-out infinite;
  stroke-linecap: round; }

@-webkit-keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px; } }

@keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px; } }


/* *****Loader end ******************* */

