html,
body {
  overflow-x: hidden;
  scroll-behavior: smooth;

}


@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}


h1,a,button{
  color: #1995AD;
}

.cover{
  background-color: #A1D6E2;
}

h3{
  color: #A1D6E2;
}
footer{
  background-color: #A1D6E2;
}
i:hover{
  color: rgb(255, 255, 255);
}

button.btn.btn-primary , a.btn.btn-primary, a.btn.btn-outline-primary{
  background-color: #1995AD;
  color: #ffffff;
  border: #1995AD;
}
.camera{
  color: #000;
}

@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

.section {
  scroll-margin-top: 2rem;
  padding-bottom: 0;
  
}



/* Additional utility styles */
.container-narrow {
  max-width: 1024px;
  margin: 0 auto;
}

.text-small {
  font-size: 0.875rem;
}

.text-uppercase {
  letter-spacing: 0.05em;
}

.hover-effect {
  transition: transform .18s ease-in-out;
}

.hover-effect:hover {
  transform: translateY(-2px);
}

.marker {
  position: relative;
  display: inline;
  width: auto;
}

.marker-center {
  padding-right: 0;
}

.marker:after {
  content: "";
  width: 125px;
  height: 30px;
  position: absolute;
  bottom: -25px;
  right: -30px;
  background-image: url("../images/marker.svg");
  background-repeat: no-repeat;
}

.marker-center:after {
  bottom: -30px;
  left: 50%;
  margin-left: -60px;
}

@media (max-width: 575.98px) {
  .marker {
    padding-right: 0;
  }

  .marker:after {
    bottom: -30px;
    left: 50%;
    margin-left: -60px;
  }
}

.entry-title a {
  text-decoration: none;
}


h1,
.font-weight-bolder {
  font-weight: 900 !important;
}

h2,
h3,
.font-weight-bold {
  font-weight: 700 !important;
}

h4,
h5 .font-weight-medium {
  font-weight: 500 !important;
}

h6,
.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-thin {
  font-weight: 100 !important;
}

.text-stroke-header {
  -webkit-text-stroke: 3px #ffffff;
  color: transparent;
}

/*Header Text Display */

.display-1 {
font-size: 9rem;
font-weight: 300;
line-height: 1.2;
}

.display-2 {
font-size: 7rem;
font-weight: 300;
line-height: 1.2;
}
.display-3 {
font-size: 8rem;
font-weight: 300;
line-height: 1.2;
}

@media (max-width: 1200px) {
.display-1 {
  font-size: calc(1.8rem + 7.5vw) ;
}
.display-2 {
  font-size: calc(3.2rem + 4.1vw) ;
}
.display-3 {
  font-size: calc(1.8rem + 7.5vw) ;
}
}


@media (max-width: 769px) {
.display-1 {
  font-size: calc(1.2rem + 7.1vw) ;
}
.display-2 {
  font-size: calc(2.8rem + 3.8vw) ;
}
.display-3 {
  font-size: calc(2.8rem + 4.5vw) ;
}
}


@media (max-width: 576px) {
.display-1 {
  font-size: calc(3rem + 6.8vw) ;
}
.display-2 {
  font-size: calc(2.2rem + 3vw) ;
}

.display-3 {
  font-size: calc(2.8rem + 2.2vw) ;
}
}

.display-4 {
font-size: 4.5rem;
font-weight: 300;
line-height: 1.2;
}

@media (max-width: 1200px) {
.display-4 {
  font-size: calc(1.575rem + 3.9vw) ;
}
}




/* Header */
.site-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 3rem;
  text-decoration: none;
}

@media (min-width: 48em) {
  .site-title {
    float: left;
  }
}

/*navbar*/

.nav-link {
  font-weight: 700;
  color: rgba(0, 0, 0, 0.8) !important;
}

.social-nav .nav-link {
  padding: 0 0.5rem;
  font-size: 1.1rem;
  line-height: 2.5rem;
}

.nav-link:hover,
.nav-link:focus,
.active .nav-link {
  color: rgba(0, 0, 0, 0.6) !important;
}


.navbar {
  font-size: 18px;
  letter-spacing: 1px; }




/* Hero (intro) section */
.intro-title {
  font-weight: 800;
}

@-webkit-keyframes animateWave {
  0% {
    transform: scale(1, 0);
  }

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

@keyframes animateWave {
  0% {
    transform: scale(1, 0);
  }

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

.wave-bg{
  display: block;
  height: 220px;
  width: 100%;
  min-width: 600px;
  transform-origin: top;
  -webkit-animation: animateWave 2000ms cubic-bezier(0.23, 1, 0.32, 1) forwards;
  animation: animateWave 2000ms cubic-bezier(0.23, 1, 0.32, 1) forwards;
  background-image: url("../images/wave-bg.svg");
  background-position: center;
  background-repeat: no-repeat;
}


.opp-wave-bg {
  position: absolute;
  top: -200px; 
  left: 0;
  right: 0;
  height: 220px;
  width: 100%;
  min-width: 600px;
  z-index: 1;
  transform-origin: top;
  background-image: url("../images/opp-wave-bg.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


/* Education Section */
.education {
  background-color: #f9fbfd;
  padding: 60px 0;
}

.education-horizontal-timeline {
  padding: 40px 0;
  position: relative;
}

/* Timeline Item */
.single-horizontal-timeline {
  text-align: left;
  padding-bottom: 40px;
  position: relative;
  margin-bottom: 20px;
}

/* Experience Time */
.single-horizontal-timeline .experience-time h2 {
  font-size: 17px;
  color: #1995AD;
  font-weight: bold;
  margin-bottom: 5px;
}

.single-horizontal-timeline .experience-time h3 {
  font-size: 16px;
  color: #333;
  margin-bottom: 5px;
  text-transform: capitalize;
}

/* Timeline Border */
.timeline-horizontal-border {
  display: flex;
  align-items: center;
  padding: 10px 0;
}

.timeline-horizontal-border i {
  font-size: 12px;
  color: #1995AD;
  margin-right: 5px;
}

span.single-timeline-horizontal {
  display: inline-block;
  background: #b2c1ce;
  height: 2px;
  width: 100%;
}

span.single-timeline-horizontal.spacial-horizontal-line {
  width: 60%;
}

h4.title{
  font-size: 16px;
  font-weight: bold;
}


h5.title{
  font-size: 16px;
  font-weight: bolder;
}

/* Timeline Content */
.timeline .timeline-content h4 {
  font-size: 14px;
  color: #333;
  margin-bottom: 10px;
}

.timeline .timeline-content h5 {
  font-size: 12px;
  color: #555;
  margin-bottom: 10px;
}

.timeline .timeline-content p {
  font-size: 12px;
  color: #777;
}

/* Horizontal Line After Each Timeline Item */
.single-horizontal-timeline:not(:last-child)::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 2px;
  background-color: #b2c1ce;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

/* Responsive Design */
@media (max-width: 768px) {
  .single-horizontal-timeline {
    padding-bottom: 20px;
  }

  .timeline-horizontal-border {
    justify-content: center;
  }

  span.single-timeline-horizontal {
    width: 70%;
  }
}



/* Skills Style */
.progress-container {
  margin-bottom: 20px;
  font-size: 18px;
}

.progress-container .progress-bar {
  height: 5px;
  transform: scaleX(0);
  transition: transform 2s ease-in-out;
  transform-origin: 0% 0%;
}

.progress-container .progress {
  height: 5px;
  font-size: 18px;
}

.progress-container .aos-animate {
  transform: scaleX(1);
}

.progress-container {
  position: relative;
}

.progress-container+.progress-container,
.progress-container~.progress-container {
  margin-top: 15px;
}

.progress-container .progress-badge {
  color: #888;
  font-size: 0.8571em;
  text-transform: uppercase;
}

.progress-container .progress {
  height: 10px;
  border-radius: 0;
  box-shadow: none;
  background: rgba(222, 222, 222, 0.8);
  margin-top: 14px;
}

.progress-bar.progress-bar-primary.aos-init.aos-animate{
  height: 10px;
}

.progress-container .progress .progress-bar {
  box-shadow: none;
  background-color: #1995AD;
  
}

.progress-container .progress .progress-value {
  position: absolute;
  top: 2px;
  right: 0;
  color: #888;
  font-size: 0.8571em;
}


/*Experience Section*/
.experience .experience-title {
  color: #1995AD;
  font-size: 26px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
}

.experience .experience-item {
  padding: 0 0 20px 20px;
  margin-top: -2px;
  border-left: 2px solid #1995AD;
  position: relative;
}

.experience .experience-item h4 {
  line-height: 18px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: color-mix(in srgb, #1995AD, transparent 20%);
  margin-bottom: 10px;
}

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

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

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

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

.experience .experience-item::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  left: -9px;
  top: 0;
  background: #1995AD;
  border: 2px solid #1995AD;
}

/*Certificate Section*/

/* ---- .item ---- */
.isotope:after {
  content: '';
  display: block;
  clear: both;
}

.isotope .item {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

/*.item img*/
.isotope .item img {
  width: 100%;
  height: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.isotope .item:hover img {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}

/*.item img*/

/*.isotope-overlay*/
.isotope-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(31, 44, 108, .5);
  display: flex;
  align-items: center;
  text-transform: uppercase;
  justify-content: center;
  flex-direction: row;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.isotope-overlay a {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.isotope .item:hover .isotope-overlay {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  top: 0;
}

/*.isotope-overlay*/

@media screen and (min-width: 768px) {
  .image-container.image-right {
    top: 80px;
    margin-left: -100px;
    margin-bottom: 130px; }
  .image-container.image-left {
    margin-right: -100px; } }

@media screen and (max-width: 768px) {
  .image-container.image-left {
    margin-bottom: 220px; }
    .image-container.image-left p.blockquote {
      margin: 0 auto;
      position: relative;
      right: 0; }
  .nav-tabs {
    display: inline-block;
    width: 100%;
    padding-left: 100px;
    padding-right: 100px;
    text-align: center; }
    .nav-tabs .nav-item > .nav-link {
      margin-bottom: 5px; }
  .landing-page .section-story-overview .image-container:nth-child(2) {
    margin-left: 0;
    margin-bottom: 30px; } }

@media screen and (max-width: 576px) {
  .navbar[class*='navbar-expand-'] .container {
    margin-left: 0;
    margin-right: 0; }
  .footer .copyright {
    text-align: center; }
  .section-nucleo-icons .icons-container i {
    font-size: 30px; }
    .section-nucleo-icons .icons-container i:nth-child(6) {
      font-size: 48px; }
  .page-header .container h6.category-absolute {
    width: 90%; } }

@media screen and (min-width: 991px) and (max-width: 1200px) {
  .section-images .hero-images-container-1 {
    right: 9%;
    max-width: 370px; }
  .section-images .hero-images-container-2 {
    right: 2%;
    max-width: 216px; } }

@media screen and (max-width: 768px) {
  .section-images {
    height: 300px;
    max-height: 300px; }
    .section-images .hero-images-container {
      max-width: 380px; }
    .section-images .hero-images-container-1 {
      right: 7%;
      top: 87%;
      max-width: 210px; }
    .section-images .hero-images-container-2 {
      right: 1%;
      max-width: 133px;
      top: 99%; } }

@media screen and (max-width: 517px) {
  .alert .alert-icon {
    margin-top: 10px; } }

@media screen and (min-width: 1200px) {
  .section-images .hero-images-container-1 {
    top: 51%;
    right: 21%; }
  .section-images .hero-images-container-2 {
    top: 66%;
    right: 14%; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .section-images .hero-images-container,
  .section-images .hero-images-container-1,
  .section-images .hero-images-container-2 {
    margin-top: -15vh;
    margin-left: 80px; }
  .section-images .hero-images-container {
    max-width: 300px; }
  .section-images .hero-images-container-1 {
    right: 28%;
    top: 40%; }
  .section-images .hero-images-container-2 {
    right: 21%;
    top: 55%; }
  .index-page .category-absolute {
    top: 90vh; } }

@media screen and (max-width: 580px) {
  .alert button.close {
    position: absolute;
    right: 11px;
    top: 50%;
    transform: translateY(-50%); } }


/* Images Gallery Style (Certificate)*/
.gallery .cc-porfolio-image figure {
  position: relative;
  overflow: hidden;
  text-align: center; }

.gallery .cc-porfolio-image figure img {
  position: relative;
  display: block;
  max-width: 100%;
  opacity: 1; }

.gallery .cc-porfolio-image figure figcaption {
  position: absolute;
  color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.gallery .cc-porfolio-image figure figcaption,
.gallery .cc-porfolio-image figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.gallery .cc-porfolio-image figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0; }

.gallery .cc-porfolio-image figure .h4,
.gallery .cc-porfolio-image figure p {
  margin: 0; }

.gallery figure.cc-effect figcaption::before,
.gallery figure.cc-effect figcaption::after {
  position: absolute;
  content: '';
  opacity: 0; }

.gallery figure.cc-effect figcaption::before {
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  transform: scale(0, 0);
  transform-origin: 0 0; }

.gallery figure.cc-effect figcaption::after {
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  transform: scale(0, 0);
  transform-origin: 100% 0; }

.gallery figure.cc-effect .h4 {
  margin-top: 25%;
  transition: transform 0.35s;
  opacity: 0; }
  @media (max-width: 480px) {
    .gallery figure.cc-effect .h4 {
      font-size: 14px; } }

.gallery figcaption .container {
  position: absolute;
  width: 100%;
  bottom: 20px; }

.gallery figure.cc-effect p,
.gallery figure.cc-effect button {
  padding: 0.5em 2em;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: transform 0.35s;
  opacity: 0; }

.gallery figure.cc-effect img,
.gallery figure.cc-effect .h4 {
  transform: scale(1.06, 1.06); }

.gallery figure.cc-effect img,
.gallery figure.cc-effect figcaption::before,
.gallery figure.cc-effect figcaption::after,
.gallery figure.cc-effect p {
  transition: opacity 0.35s, transform 0.35s; }

.gallery figure.cc-effect:hover img {
  opacity: 1;
  transform: translate3d(0, 0, 0); }

.gallery figure.cc-effect:hover figcaption::before,
.gallery figure.cc-effect:hover figcaption::after {
  opacity: 1;
  transform: scale(1); }

.gallery figure.cc-effect:hover figcaption:before {
  background: rgba(27, 23, 23, 0.5); }

.gallery figure.cc-effect:hover .h4,
.gallery figure.cc-effect:hover p,
.gallery figure.cc-effect:hover button {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  color: #fff; }

.gallery figure.cc-effect:hover figcaption::after,
.gallery figure.cc-effect:hover .h4,
.gallery figure.cc-effect:hover p,
.gallery figure.cc-effect:hover img {
  transition-delay: 0.15s; }


  /*Footer Section*/
  footer {
    position: relative;
    z-index: 0;
    padding-top: 240px; 
  }