/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@font-face {
  font-family: myFont;
  src: url(HelNoDis-Reg.otf);
  /* font-display: swap; */
}

@font-face {
  font-family: myFontBold;
  src: url(HelNoDis-Bold.otf);
  /* font-display: swap; */
}

@font-face {
  font-family: myFontExB;
  src: url(HelNoDis-ExB.otf);
  /* font-display: swap; */
}

@font-face {
  font-family: myFontLight;
  src: url(HelNoDis-Light.otf);
  /* font-display: swap; */
}

body {
  background: #1E1E2C;
  color: #c4c6c7;
  font-family: myFontLight;
  letter-spacing: 1px;
  /* font-family: "Open Sans", sans-serif; */
}

a {
  color: #9d9d9d;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #fff;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1, h2, h3, h4, h5, h6 {
  /* font-family: "Raleway", sans-serif; */
  font-family: myFontExB;
  letter-spacing: 1px;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Prelaoder */
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("../img/preloader.svg") no-repeat center center;
}

/* #preloaders { */
  /* position: fixed; */
  /* left: 0; */
  /* top: 0; */
  /* z-index: 999; */
  /* width: 100%; */
  /* height: 100%; */
  /* overflow: visible; */
  /* background: url("../img/red-svg.svg") no-repeat center center; */
  /* animation: rotate 2s linear infinite; */
/* } */

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  /* background: rgba(0, 0, 0, 0.2); */
  background: none;
  color: #fff;
  padding: 0px;
  /* 12px 9px 12px; */
  font-size: 16px;
  border-radius: 2px;
  right: 45px;
  bottom: 25px;
  transition: background 0.5s;
  
  animation: rotate 1s linear infinite;
  animation-play-state: paused;
  animation-delay: calc(var(--scroll) * -1s);

  animation-iteration-count: 1;
  animation-fill-mode: both;
}

.back-to-top:hover {
	  animation: none;
}

.back-to-top i {
  display: none;
}

.back-to-top img {
  max-width: 40px;
  max-height: 40px;
  /* opacity: 0.7; */
}


.back-to-top img:hover {
  content: url('../img/red.svg');
}

@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}


@media (max-width: 768px) {
  .back-to-top {
    /* bottom: 5px; */
    /* right: 5px; */
	/* max-width: 32px; */
    /* max-height: 32px; */
	
	position: fixed;
	display: none;
	background: rgba(0, 0, 0, 0.2);
	color: #fff;
	padding: 6px 12px 9px 12px;
	font-size: 16px;
	border-radius: 2px;
	right: 15px;
	bottom: 15px;
	transition: background 0.5s;
    animation: none;
  }
  
  .back-to-top img {
    visibility: hidden;
    display: none;
    max-width: 0px;
    max-height: 0px;
  }
  
  .back-to-top i {
    display: inline-block;
  }
}



.back-to-top:focus {
  /* background: rgba(0, 0, 0, 0.2); */
  background: none;
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  /* background: #9d9d9d; */
  background: none;
  color: #fff;
}

/*--------------------------------------------------------------
# Welcome
--------------------------------------------------------------*/
#hero {
  display: table;
  width: 100%;
  height: 100vh;
  /* background: url(../img/hero-bg.jpg) top center; */
  background: linear-gradient( rgba(30, 30, 44, 0.5), rgba(30, 30, 44, 0.5) ), url('../img/hero-bg.webp')top center;

  background-size: cover;
}

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

#hero .hero-logo {
  margin: 20px;
}

#hero .hero-logo img {
  max-width: 100%;
}

#hero .hero-container {
  background: rgba(0, 0, 0, 0.);
  display: table-cell;
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: top;
}

#hero h1 {
  /* margin: 10px 0 10px 0; */
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
  text-transform: uppercase;
  /* color: #1E1E2C; */
  color: #fff;  
  font-family: myFontBold;
  /* text-shadow: gray 0px 0px 10px; */
}

#hero .center {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 16px;
    line-height: 32px;
  }
  
  #hero .center {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
}

#hero h2 {
  margin-bottom: 10px;
  font-size: 48px;
  color: #fff;  
  font-family: myFontLight;
  /* text-shadow: gray 0px 0px 10px; */
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 24px;
    line-height: 14px;
    /* margin-bottom: 30px; */
  }
  #hero h2 .rotating {
    display: block;
  }
}

#hero .rotating > .animated {
  display: inline-block;
}

#hero .actions {
  background: #1E1E2C;
  vertical-align: bottom;
  height: 80px;  
}


#hero .actions a {
  font-family: myFont;
  letter-spacing: 2px;

  /* font-family: "Raleway", sans-serif; */
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  /* letter-spacing: 1px; */
  display: inline-block;
  border-radius: 2px;
  transition: 0.5s;
  margin: 30px 15px 35px 15px;
  /* float: center; */
}

#hero .actions img {
  float: left;
  /* max-width: 12%; */
  margin-top: 15px;
  margin-right: -200px;  
  margin-bottom: 20px;
  margin-left: 30px;
  max-height: 70px;
}

#hero .actions img:hover {
  /* opacity: 0.3; */
}

#hero .btn-get-started {
  /* background: #03C4EB; */
  /* border: 2px solid #03C4EB; */
  color: #fff;
}

#hero .btn-get-started:hover {
  background: none;
  /* border: 2px solid #fff; */
  color: #4e4d51;
}

#hero .btn-services {
  /* border: 2px solid #fff; */
  color: #fff;
}

#hero .btn-services:hover {
  /* background: #03C4EB; */
  /* border: 2px solid #03C4EB; */
  color: #4e4d51;
}

#hero .actions .lang {
  float: right;
  text-transform: none;
  margin-right: 30px;   
  margin-left: -20px;
}

#hero .active {
  color: #fff;
}

#hero .inactive {
  color: #6c757d;
}

@media (max-width: 768px) {
  #hero .actions {
    height: 80px;
  }
  
  #hero .actions a {
    display: none;
  }

  #hero .actions img {
    max-height: 40px;
	
	float: left;
    margin-top: 20px;
    margin-right: -200px;  
    margin-bottom: 20px;
    margin-left: 25px;
  }

  }  
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header-sticky-wrapper {

}


#header {
  /* background: #1E1E2C; */    
  background: rgba(30, 30, 44, 0.9);  
  padding: 5px 0;
  height: 80px;
}

#header #logo {
  float: left;
  padding: 5px;
  margin-right: -100px;
}

#header #logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 6px 0;
  line-height: 1;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header #logo h1 a, #header #logo h1 a:hover {
  color: #fff;
}

#header #logo img {
  padding: 0;
  margin: 0;
  max-height: 60px;
}

#header #logo img:hover {
  opacity: 0.3;
}

@media (max-width: 768px) {
  #header {
    height: 80px;
  }
  
  #header #logo {
    float: left;
    padding: 0px;
    margin-right: -100px;
  }
  
  #header #logo h1 {
    font-size: 26px;
  }
  #header #logo img {
    max-height: 40px;	
	float: left;
    margin-top: 15px;
    margin-right: -200px;  
    margin-bottom: 20px;
    margin-left: 10px;
  }
}

.is-sticky #header {
  background: rgba(30, 30, 44, 0.9);
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

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

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
  /* float: right; */
  margin: 5px 0;
  text-align: center;
}

#nav-menu-container ul{
  display: inline-block;
}

@media (max-width: 768px) {
  #nav-menu-container {
    display: none;
  }
}

/* Nav Meu Styling */
.nav-menu a {
  padding: 20px 15px 15px 15px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-family: myFont;
  letter-spacing: 2px;

  /* font-family: 'Raleway', sans-serif; */
  font-weight: 300;
  font-size: 14px;
  outline: none;
}

.nav-menu a:hover, .nav-menu li:hover > a, .nav-menu .menu-active > a {
  color: #4e4d51;
}

.nav-menu .menu-b > a{
  color: #fff;
}

.nav-menu ul {
  margin: 4px 0 0 15px;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.08);
}

.nav-menu ul li {
  background: #fff;
  border-top: 1px solid #f4f4f4;
}

.nav-menu ul li:first-child {
  border-top: 0;
}

.nav-menu ul li:hover {
  background: #f6f6f6;
}

.nav-menu ul li a {
  color: #333;
}

.nav-menu ul ul {
  margin: 0;
}

.nav-rig, .nav-rig a {
  float:right;
  padding-left:5px; 
  padding-right:0px;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 15px 20px 0 0;
  border: 0;
  background: none;
  font-size: 32px;
  display: none;
  transition: all 0.4s;
  outline: none;
}

#mobile-nav-toggle i {
  color: #fff;
}

@media (max-width: 768px) {
  #mobile-nav-toggle {
    display: inline;
  }
}

#mobile-nav .nav-rig {
    float:none;
	padding-left:20px;
  }

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(30, 30, 44, 1.0);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #9d9d9d;
}

#mobile-nav ul .menu-item-active {
  color: #9d9d9d;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Common
--------------------------------*/
.section-title {
  font-size: 48px;
  color: #1E1E2C;
  /* text-transform: uppercase; */
  text-align: left;
  font-weight: 700;
  margin-bottom: 20px;
}

.section-description {
  text-align: center;
  margin-bottom: 40px;
}

.section-title-divider {
  width: 50px;
  height: 3px;
  background: #c6c7c9;
  /* margin: 0 auto; */
  margin-bottom: 20px;
}

/* Get Started Section
--------------------------------*/
#about {
  background: linear-gradient(rgba(30, 30, 44, 0.9), rgba(30, 30, 44, 0.7)), url("../img/services-bg.webp") fixed center center;
  background-size: cover;
  padding: 90px 0;
  color: #c6c7c9;
}

#about .about-img {
  overflow: hidden;
}

#about .about-img img {
  max-width: 100%;
}

@media (max-width: 768px) {
  #about .about-img {
    height: auto;
  }
  #about .about-img img {
    margin-left: 0;
    padding-bottom: 30px;
  }
}

#about .about-content {
  /* background: #fff; */
}

#about .about-title {
  color: #fff;
  font-weight: 700;  
  font-size: 72px;
  text-align: left;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
	#about .about-title {
		font-size: 56px;
	}
}

#about .about-text {
  line-height: 26px;
  margin-top: 25px;
  margin-bottom: 15px;
}

#about .about-text:last-child {
  margin-bottom: 0;
}

/* Services Section
--------------------------------*/
#services {
  background: linear-gradient(rgba(30, 30, 44, 0.9), rgba(30, 30, 44, 0.7)), url("../img/services.webp")center center;/* fixed center center;*/
  background-size: cover;
  padding: 90px 0;
  color: #c6c7c9;
}

#services .service-item {
  margin-top: 20px;
  margin-bottom: 0px;
}

#services .service-icon {
  float: left;
  background: #9d9d9d;
  padding: 16px;
  border-radius: 50%;
  transition: 0.5s;
  border: 1px solid #9d9d9d;
}

#services .service-icon i {
  color: #fff;
  font-size: 24px;
}

#services .service-item:hover .service-icon {
  background: #fff;
}

#services .service-item:hover .service-icon i {
  color: #9d9d9d;
}

#services .service-main-title { 
  color: #fff;
  font-weight: 700;  
  font-size: 72px;
  text-align: left;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
	#services .service-main-title {
		font-size: 56px;
	}
}

#services .service-title {
  margin-left: 0px;
  font-weight: 700;
  margin-top: 45px;
  margin-bottom: 15px;
  /* text-transform: uppercase; */
  color: #fff;
}

#services .service-title a {
  color: #fff;
}

#services .service-description {
  /* text-align: justify; */
  margin-left: 0px;
  margin-right: 80px;
  line-height: 24px;
  margin-top: 25px;
  margin-bottom: 15px;
  color: #c9c9cb;
}

@media (max-width: 768px) {
	#services .service-description {
		margin-right: 0px;
	}
}

#services .subscribe-btn-container {
  text-align: center;
  margin-right: 80px;
}

#services .subscribe-btn {
  /* font-family: "Raleway", sans-serif; */
  font-family: myFontBold;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#services .subscribe-btn:hover {
  background: #1E1E2C;
  border: 2px solid #fff;
}

/* Subscribe Section
--------------------------------*/
#subscribe {
  background: #1E1E2C;
  /* linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/subscribe-bg.jpg) fixed center center; */
  background-size: cover;
  padding: 80px 0;
}

#subscribe .subscribe-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

#subscribe .subscribe-text {
  color: #fff;
  margin-bottom: 35px;
}

#subscribe .subscribe-btn-container {
  text-align: center;
  padding-top: 20px;
}

#subscribe .subscribe-btn {
  /* font-family: "Raleway", sans-serif; */
  font-family: myFontBold;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#subscribe .subscribe-btn:hover {
  background: #9d9d9d;
  border: 2px solid #9d9d9d;
}

/* Portfolio Section
--------------------------------*/
#portfolio {
  background: #1E1E2C;
  padding: 80px 0 40px 0;
}

#portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 35px auto;
  list-style: none;
  text-align: center;
}

#portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #666666;
  transition: all 0.3s ease-in-out;
}

#portfolio #portfolio-flters li:hover, #portfolio #portfolio-flters li.filter-active {
  color: #fff;
}

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

#portfolio .port-title {
  font-size: 72px;
  color: #fff;
  text-align: left;
  font-weight: 700;
  margin-bottom: 20px;
}

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

#portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.85);
  padding: 15px;
}

#portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #333333;
  margin-bottom: 5px;
}

#portfolio .portfolio-item .portfolio-info p {
  color: #666666;
  font-size: 14px;
  margin-bottom: 0;
}

#portfolio .portfolio-item .portfolio-info .preview-link, #portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 48px;
  font-size: 20px;
  top: calc(50% - 18px);
  color: #4d4d4d;
}

#portfolio .portfolio-item .portfolio-info .preview-link:hover, #portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #9d9d9d;
}

#portfolio .portfolio-item .portfolio-info .details-link {
  right: 15px;
}

#portfolio .portfolio-item .portfolio-links {
  opacity: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
}

#portfolio .portfolio-item .portfolio-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

#portfolio .portfolio-item .portfolio-links a:hover {
  color: #57e1fd;
}

#portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
}

#portfolio .section-title {
  color: #fff;
  font-size: 72px;
  margin-bottom: 40px;
}

/* Testimonials Section
--------------------------------*/
#testimonials {
  background: #f6f6f6;
  padding: 80px 0;
}

#testimonials .profile {
  text-align: center;
}

#testimonials .profile .pic {
  border-radius: 50%;
  border: 6px solid #fff;
  margin-bottom: 15px;
  overflow: hidden;
  height: 260px;
  width: 260px;
}

#testimonials .profile .pic img {
  max-width: 100%;
}

#testimonials .profile h4 {
  font-weight: 700;
  color: #9d9d9d;
  margin-bottom: 5px;
}

#testimonials .profile span {
  color: #333333;
}

#testimonials .quote {
  position: relative;
  background: #fff;
  padding: 60px;
  margin-top: 40px;
  font-size: 16px;
  font-style: italic;
  border-radius: 5px;
}

#testimonials .quote b {
  display: inline-block;
  font-size: 22px;
  left: -9px;
  position: relative;
  top: -8px;
}

#testimonials .quote small {
  display: inline-block;
  right: -9px;
  position: relative;
  top: 4px;
}

/* Team Section
--------------------------------*/
#team {
  background: #1E1E2C;
  padding: 90px 0 60px 0;
  color:#c4c6c7;
}

#team .section-title {
  font-size: 72px;
  color:#fff;
}

@media (max-width: 768px) {
	#team .section-title {
		font-size: 56px;
	}
}

#team .section-title-divider {
  background: #fff;
}

#team .section-description {
  color: #c9c9cb;
}

#team .member {
  text-align: center;
  margin-bottom: 20px;
}

#team .member .pic {
  margin-bottom: 15px;
  overflow: hidden;
  height: 260px;
}

#team .middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 130px;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

@media (max-width: 768px) {
	#team .middle {
		opacity: 1;
	}
}

#team a{
  color: #fff;
}

#team .member .pic img {
  max-width: 100%;
}

#team .member:hover .pic{
  opacity: 0.3;
}

@media (max-width: 768px) {
	#team .pic{
		opacity: 1;
	}
	
	#team .member:hover .pic{
		opacity: 1;
	}
}

#team .member:hover .middle {
  opacity: 1;
}

#team .details {
  display: none;
  text-align: left;
}

#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
}

#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

#team .member .social {
  margin-top: 15px;
}

#team .member .social a {
  color: #666666;
}

#team .member .social a:hover {
  color: #9d9d9d;
}

#team .member .social i {
  font-size: 18px;
  margin: 0 2px;
  text-align: right;

}

/* Contact Section
--------------------------------*/
#contact {
  /* background: radial-gradient(rgba(30, 30, 44, 0.1), rgba(30, 30, 44, 1.0)), url(../img/contact.webp) fixed center center; */
  background: radial-gradient(rgba(30, 30, 44, 0.8), rgba(30, 30, 44, 1.5)), url(../img/yachts.jpeg) fixed center center;
  background-size:cover;
  /* padding: 80px 0 120px 0;   */
  padding: 100px 0;
  color: #c6c7c9;
  font-family: myFontLight;
}

#contact .contact-main-title { 
  color: #fff;
  font-weight: 700;  
  font-size: 72px;
  text-align: left;
  /* margin-top: 60px; */
  margin-bottom: 20px;
}

@media (max-width: 768px) {
	#contact .contact-main-title {
		font-size: 56px;
	}
}

#contact .info {
  color: #c6c7c9;
  margin-bottom: 0px;
  padding-top: 40px;
}

#contact .form {
  padding-top: 60px;
}

#contact .contact-title {
  font-size: 24px;
  color: #c4c6c7;
}

#contact .mb-3 {
  font-size: 24px;
}

#contact .info i {
  font-size: 32px;
  color: #9d9d9d;
  float: left;
}

#contact .info p {
  /* padding: 0 0 10px 50px; */
  line-height: 24px;
}

#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: center;
  padding: 15px;
  font-size: 16px;
}

#contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #1E1E2C;
  text-align: center;
  padding: 15px;
  font-size: 16px;
}

#contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  color: #1E1E2C;
  font-size: 16px;
}

#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 #f3f3f3;
  border-top-color: #1E1E2C;
  -webkit-animation: animate-loading 2s linear infinite;
  animation: animate-loading 2s linear infinite;
}

#contact .grupa2{
  margin-bottom: 0px;
}

#contact .form-control{
  border-radius: 0;
  background-clip: border-box;
}

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

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

#contact .php-email-form input::focus, #contact .php-email-form textarea::focus {
  background-color: #9d9d9d;
}

#contact .php-email-form button[type="submit"] {
  background: #9d9d9d;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  width: 100%;
}

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

@-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: 30px 0;
}

.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: gray;
  content: "/";
}

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

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

.portfolio-details a {
  color: #18171d;
}

.portfolio-details a:hover, a:active, a:focus {
  color: #9d9d9d;
}

.portfolio-details .portfolio-details-container {
  position: relative;
}

.portfolio-details .portfolio-details-carousel {
  position: relative;
  z-index: 1;
}

.portfolio-details .portfolio-details-carousel .owl-nav, .portfolio-details .portfolio-details-carousel .owl-dots {
  margin-top: 5px;
  text-align: left;
}

.portfolio-details .portfolio-details-carousel .owl-dot {
  display: inline-block;
  margin: 0 10px 0 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.portfolio-details .portfolio-details-carousel .owl-dot.active {
  background-color: #9d9d9d !important;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  position: absolute;
  right: 0;
  bottom: -50px;
  color: #18171d;
  line-height: normal;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 400;
  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: 50px;
  padding-bottom: 50px;
}

.portfolio-details .portfolio-description h2 {
  width: 50%;
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 20px;
}

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

@media (max-width: 768px) {
  .portfolio-details .portfolio-description h2 {
    width: 100%;
  }
  .portfolio-details .portfolio-info {
    position: static;
    margin-top: 30px;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #18171d;
  padding: 10px 0;
  color: #fff;
}

#footer .copyright {
  text-align: center;
  margin-top: 40px;
}

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