
.w3-bar-block .w3-bar-item{
    padding:16px
  }

  /**
* Template Name: iPortfolio
* Updated: May 30 2023 with Bootstrap v5.3.0
* Template URL: https://bootstrapmade.com/iportfolio-bootstrap-portfolio-websites-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
 html {
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}

body {
  color: #272829;
  font-size: 1.2em;
}


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

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

.container,
.container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 1199px) {
  #header {
    left: -300px;
  }

  #main {
    margin-left: 0;
  }

  .container,
  .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 40vh;
  background: url("../../assets/images/graduation.jpeg") bottom center;
  background-size: cover;
}


#hero:before {
  content: "";
  background: rgba(5, 13, 24, 0.3);
  position: absolute;
  bottom: 60vh;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}


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

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

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

#hero p.free-service {
    padding: 20px 10px 20px 10px;
    font-size: 20px;
    font-family: "Poppins", sans-serif;

}

#hero p span {
  color: #fff;
  padding-bottom: 4px;
  letter-spacing: 1px;
  border-bottom: 3px solid #149ddd;
}

#hero p span.free-badge {
  color: #fff;
  padding-bottom: 4px;
  letter-spacing: 1px;
  background-color: red;
  padding: 10px 10px;
}

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

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
.section {
  height: 40vh;
}

.section-bg {
  background: #f5f8fd;
}

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

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #173b6c;
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 50%;
  height: 3px;
  background: #149ddd;
  bottom: 0;
  left: 25%;
}

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




/*----------------------------------------------------
# TOP BUTTON
------------------------------------------------*/
#topBtn {
  display: none;
  position: fixed;
  right: 15px;
  bottom: 60px;
  z-index: 996;
  background: #149ddd;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 50%;
  transition: all 0.4s;
}

#topBtn:hover {
  background-color: #555;
}

/*----------------------------------------------
# Hide scrollbar but keep its functionalities
----------------------------------------*/
/* Hide scrollbar for Chrome, Safari and Opera */
body::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
body {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

/*---------------------------------------------------
# article
------------------------------------*/
.item {
    padding:10px;
    margin: 20px 0px;
    border: 1px solid lightgray;
    border-radius: 10px;
}