@font-face {
  font-family: "Lulo-Clean-One-Bold";
  src: url("T5392-OT/Lulo-Clean-One-Bold.otf") format("opentype");
}

body {
  overflow-x: hidden;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #888;
  line-height: 30px;
  text-align: center;
}

strong {
  font-weight: 600;
}

a {
  color: black;
  text-decoration: none;
  transition: all 0.3s;
}
a:hover,
a:focus {
  color: black;
  border: 0;
  text-decoration: none;
}

h1,
h2 {
  margin-top: 10px;
  font-size: 38px;
  font-weight: 300;
  color: #555;
  line-height: 50px;
}
h3 {
  font-size: 22px;
  font-weight: 300;
  color: #555;
  line-height: 30px;
  font-style: italic;
}

img {
  max-width: 100%;
}

.logo {
  background-color: transparent;
  width: auto;
  height: 300px;
  margin-right: auto;
  margin-left: auto;
}

.medium-paragraph {
  font-size: 17px;
  line-height: 32px;
}

::-moz-selection {
  background: black;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: black;
  color: #fff;
  text-shadow: none;
}

/***** General style, all sections *****/

.section-container {
  margin: 0 auto;
  max-width: 100%;
}

.Mycontainer {
  max-width: 100%;
}

.section-container-gray-bg {
  background: #fff;
}

.section-container-image-bg,
.section-container-image-bg h2,
.section-container-image-bg h3 {
  color: #fff;
}

.section-container-image-bg .divider-1 span {
  border-color: #fff;
}

.section-description {
  margin-top: 60px;
}

.section-description p {
  margin-top: 20px;
  padding: 0 120px;
}
.section-container-image-bg .section-description p {
  opacity: 0.8;
}

.section-bottom-button {
  padding-top: 60px;
}

/***** Divider *****/

.divider-1 span {
  display: inline-block;
  width: 200px;
  border-bottom: 1px dotted #aaa;
}

/***** Top menu *****/

.navbar {
  transition: all 0.6s;
  background-color: rgba(250, 250, 250, 0.25);
  box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 50%);
}

.navbar.navbar-no-bg {
  background-color: rgba(250, 250, 250, 0.25);
}

.navbar-dark .navbar-nav {
  font-size: 19px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
.navbar-dark .navbar-nav .nav-link {
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  border: 0;
}
.navbar-dark .navbar-nav .nav-link:hover {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link:focus {
  color: #fff;
  outline: 0;
}

.navbar-expand-md .navbar-nav .nav-link {
  padding-right: 1rem;
  padding-left: 1rem;
}

.navbar-brand {
  width: 123px;
  background: url(../img/logo.png) left center no-repeat;
  border: 0;
  text-indent: -99999px;
}

/***** Top content *****/

.top-content {
  width: 100%;
}

.top-content h1 {
  margin-top: 25px;
  color: #fff;
}
.top-content .description {
  margin: 30px 0 10px 0;
}
.top-content .description p {
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
}
.top-content .description a {
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.8);
}
.top-content .description a:hover,
.top-content .description a:focus {
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
}

.top-content .carousel-caption {
  bottom: 200px;
}

.top-content .carousel-indicators li {
  width: 16px;
  height: 16px;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 50%;
}

/***** Section 1 *****/

.section-1-box {
  padding-top: 30px;
  text-align: left;
}

.section-1-box .section-1-box-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto;

  background: black; /* Old browsers */
  /* background: -moz-linear-gradient(top, #a365bc 0%, #8542a0 100%); /* FF3.6+ */
  /* background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #a365bc),
    color-stop(100%, #8542a0)
  ); /* Chrome,Safari4+ */
  /*  background: -webkit-linear-gradient(
    top,
    #a365bc 0%,
    #8542a0 100%
  ); /* Chrome10+,Safari5.1+ */
  /* background: -o-linear-gradient(
    top,
    #a365bc 0%,
    #8542a0 100%
  ); /* Opera 11.10+ */
  /* background: -ms-linear-gradient(top, #a365bc 0%, #8542a0 100%); /* IE10+ */
  /* background: linear-gradient(to bottom, #a365bc 0%, #8542a0 100%); W3C
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a365bc', endColorstr='#8542a0',GradientType=0 ); /* IE6-9 */

  font-size: 40px;
  color: #fff;
  line-height: 80px;
  text-align: center;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -ms-transition: all 0.6s;
  transition: all 0.6s;
}

.section-1-box h3 {
  margin-top: 0;
  padding: 0 0 10px 0;
}

/***** Section 2 *****/

.section-2-box {
  margin-top: 30px;
  text-align: left;
}
.section-2-box h3 {
  margin-top: 0;
}
.section-2-box-text .medium-paragraph {
  margin-top: 20px;
  margin-bottom: 20px;
}

/***** Section 3 *****/

.section-3-box {
  margin-top: 30px;
  text-align: left;
}

.section-3-box .section-3-box-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto;

  background: black; /* Old browsers */
  /*background: -moz-linear-gradient(top, #a365bc 0%, #8542a0 100%); /* FF3.6+ */
  /* background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #a365bc),
    color-stop(100%, #8542a0)
  ); /* Chrome,Safari4+ */
  /* background: -webkit-linear-gradient(
    top,
    #a365bc 0%,
    #8542a0 100%
  ); /* Chrome10+,Safari5.1+ */
  /* background: -o-linear-gradient(
    top,
    #a365bc 0%,
    #8542a0 100%
  ); /* Opera 11.10+ */
  /* background: -ms-linear-gradient(top, #a365bc 0%, #8542a0 100%); /* IE10+ */
  /* background: linear-gradient(to bottom, #a365bc 0%, #8542a0 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a365bc', endColorstr='#8542a0',GradientType=0 ); /* IE6-9 */

  font-size: 28px;
  color: #fff;
  line-height: 60px;
  text-align: center;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.section-3-box h3 {
  margin-top: 0;
  padding: 0 0 10px 0;
}
.full-screen-portfolio .container-fluid,
.full-screen-portfolio .col-md-4,
.col-md-8 {
  padding-left: 0px;
  padding-right: 0px;
  float: left;
}

.portfolio-item img {
  width: 100%;
  overflow: hidden;
}

.portfolio-item .thumb {
  position: relative;
}

.portfolio-item .hover-effect .hover-content {
  position: absolute;
  text-align: left;
  width: 100%;
  bottom: 0;
  left: 0;
}

.full-screen-portfolio .portfolio-item h1 {
  position: relative;
  font-size: 22px;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  padding-left: 20px;
  line-height: 15px;
  transform: translateY(25px);
  transition: 0.5s ease-in-out;
  letter-spacing: 0.5px;
}

.full-screen-portfolio .portfolio-item em {
  font-style: normal;
  font-weight: 200;
}

.full-screen-portfolio .portfolio-item:hover h1 {
  transform: translateY(0);
}

.full-screen-portfolio .portfolio-item p {
  padding-left: 20px;
  font-weight: 300 !important;
  letter-spacing: 0.5px;
  font-size: 14px;
  color: #fff;
  opacity: 0;
  transform: translateY(10px);
  transition: 0.5s ease-in-out;
}

.full-screen-portfolio .portfolio-item {
  text-align: center;
  line-height: 20%;
  cursor: pointer;
}

.full-screen-portfolio .portfolio-item:hover p {
  opacity: 1;
  transform: translateY(0);
}

/***** Footer *****/

footer {
  padding: 40px 0;
}
