body {
    height: 100% !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8edd0), to(#f5c063));
    min-height: 100vh;
}

#header {
  transition: all 0.5s;
  background: #0A301C;
  z-index: 997;
  border-bottom: 5px solid #e7b24a;
}

header.header-scrolled {
  border-color: #a38d3f;
  box-shadow: 0px 2px 15p	x rgba(18, 66, 101, 0.08);
}

#header .logo {
  font-size: 22px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 0.5px;
  font-family: "Poppins", sans-serif;
}

#header .logo a {
  color: #16507b;
}

#header .logo img {
  max-height: 40px;
}

.navbar .getstarted, .navbar .getstarted {
    padding-left: 1rem;
    padding-right: 1rem;
	width: fit-content;
}	
.navbar .getstarted, .navbar .getstarted:focus {
    background: #e7b24a;
    border-radius: 4px;
    color: #fff;
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    /* align-items: center; */
}

.navbar a, .navbar a:focus {
    Ddisplay: flex;
    align-items: center;
    justify-content: space-between;
	/* padding: 10px 0 10px 30px; */
    font-size: 15px;
	line-height: normal;
    color: #edcc6a;
    /* white-space: nowrap; */
    transition: 0.3s;
}

.tree a {
	color: #5a5a5a;
	text-decoration: none;
}

.tree span {
	color: #5a5a5a;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
	color: #0a301c;
}

.nav-link:focus, .nav-link:hover {
    color: white;
}

.navbar-toggler .navbar-light {
	background-color: #e7b24a !important;
}
	  
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 80px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f8fbfe;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #124265;
}

.section-title p {
  margin-bottom: 0;
  font-size: 14px;
  color: #919191;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #dbcfa5;
  font-size: 14px;
  background: #f8fbfe;
  box-shadow: 0px 2px 15px rgba(18, 66, 101, 0.08);
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #a38d3f;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 26px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 300;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #777777;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #124265;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #2487ce;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #2487ce;
}

#footer .footer-newsletter {
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 5px;
  text-align: left;
  border: 1px solid #cde5f6;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: -1px;
  right: -2px;
  bottom: -1px;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px 2px 20px;
  background: #2487ce;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 5px 5px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #3194db;
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #444444;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #dbcfa5;
  color: #a38d3f;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 5px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #d6c381;
  color: #a38d3f;
  text-decoration: none;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    width: auto !important;
}	

@media screen and (max-width: 768px) {
	.titulo {
		width: 250px;
		font-size: 1.2rem !important;			
	}
	#logomarca {
		width: 80px;
		height: 80px;
	}
	
	.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
		justify-content: center;
	}
}

@media screen and (min-width: 768px) {
	.titulo {
		width: 430px;
		font-size: 1.6rem !important;	
	}

	#logomarca {
		width: 100px;
		height: 100px;
	}
}

@media (min-width: 992px) {	
	.titulo {
		width: 420px;
		font-size: 1,8rem !important;	
	}

	#logomarca {
		width: 130px;
		height: 130px;
	}		
}

span{
    font-size:15px;
}

/*--------------------------------------------------------------
# Card box
--------------------------------------------------------------*/
.box{
    padding:60px 0px;
}

.box-part{
    background:#FFF;
    border-radius:10px;
    padding:60px 10px;
    margin:30px 0px;
	
} 
.text{
    margin:20px 0px;
}

.fa{
     color:#28693a;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #dbcfa5;
  padding: 3px; 
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #a18a3b;
  line-height: 0;
}

.back-to-top:hover {
  background: #d6c381;
  color: #fff;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #2487ce;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.list-group-flush>.list-group-item {
    background: rgb(255 177 0 / 15%) !important;
}