
h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
}

p {
  line-height: 3.55;
  color: #636c72;
  font-size: 16px;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
}
 #portfolio
 h5{
	 margin-bottom: 4rem;
	 color:gray;
 }
h1 {
  font-size: 50px;
  font-family:"Sriracha";
  color: #f29433;
 
}


h2 {
  font-size: 50px;
  margin-bottom: 70px;
  padding-bottom:60px;
  color:#f29433;
  font-family:"Sriracha";
}
h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

/* ==================================================
  General
  ================================================== */
a {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

/* ==================================================
  Elements
  ================================================== */
.btn {
  background-color:#f29433;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 800;
  color: #fff;
  padding: 15px 45px;
  border-radius: 20px;
  cursor: pointer;
}


.text {
  white-space: nowrap; 
  color: white;
  font-size: 20px;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.btn:hover {
  background-color:#e1ba5f;
  color: #fff;
}

.btn:focus {
  color: #fff;
}
.btn-danger-2:hover {
  color: #fff;
  background-color: #ebbc6a;
  border-color: #fff;
}
.btn-danger-2 {
  color: #fff;
  background-color:#f29433 ;
  border-color: #fff; 
}
.btn-ghost {
  border: 3px solid #fff;
  background-color: transparent;
}

.btn-ghost:hover {
  background-color: #fff;
  color:#bed1bc
}

section {
  padding: 85px 0;
}

.card {
  position: relative;
  padding: 0;
  border: 0;
  border-radius: 0;
  margin: 0;
  overflow: hidden;
}

a:hover {
  text-decoration: none !important;
  color: #cfd8c2 !important;
}

.scrolltop {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background:#f29433;
  color: #fff;
  text-align: center;
  font-size: 24px;
}

.scrolltop:hover, .scrolltop:active, .scrolltop:focus {
  color: #fff !important;
  opacity: .75;
}

/* ==================================================
  Hero Styling
================================================== */
.hero {
  display: table;
  position: relative;
  background-image: url(../images/team15.jpg);
  background-size: cover;
  padding: 150px 0;
  color: #fff;
  width: 100%;
  height: 100vh;
}

.hero:after {
  content: '';
  z-index: 0;
  position: absolute;
  background: rgba(219, 158, 204, 0.29);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.hero .container {
  position: relative;
  z-index: 1;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 48%;
  background-color: #0000004f;
  border-radius: 50px;
  -webkit-box-shadow: 5px 5px 15px 5px #000000;
  box-shadow: 21px 5px 64px 9px #000000b5;
  padding: 30px 0;
}

.hero-brand {
  margin-bottom: 75px;
  display: inline-block;
}

.hero-brand:hover {
  opacity: .75;
}

.tagline {
  font-family: "Sriracha";
  font-size: 26px;
  margin: 45px 0 75px 0;
  color: #fff;
  line-height: 1.5;
}

/* ==================================================
  Header Styling
================================================== */
#header {
  background:#f29433; 
  height: 70px;
}

#header #logo {
  margin: 14px 25px 0 0;
}

#header #logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 2px 0;
  line-height: 1;
  font-family: "Raleway", Helvetica, Arial, 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: 40px;
}

@media (max-width: 768px) {
  #header {
    height: 50px;
  }
  #header #logo {
    margin: 10px 0 0 0;
  }
  #header #logo h1 {
    padding: 2px 0;
    font-size: 26px;
  }
  #header #logo img {
    max-height: 30px;
  }
}

#header .social-nav {
  margin-top: 15px;
}

#header .social-nav a {
  font-size: 24px;
  margin-left: 15px;
  color: #fff;
}

#header .social-nav a:hover {
  color: rgba(255, 255, 255, 0.75);
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .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: right;
}

.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 {
  margin: 0;
}

@media (max-width: 768px) {
  #nav-menu-container {
    display: none;
  }
  .hero .container {
  position: relative;
  z-index: 1;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  background-color: #0000004f;
  border-radius: 50px;
  -webkit-box-shadow: 5px 5px 15px 5px #000000;
  box-shadow: 21px 5px 64px 9px #000000b5;
  padding: 30px;
}

}

/* Nav Meu Styling */
.nav-menu a {
  padding: 22px 15px 18px 29px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  outline: none;
}

.nav-menu a:hover, .nav-menu li:hover > a, .nav-menu .menu-active > a {
  color: rgba(255, 255, 255, 0.75);
}

.nav-menu ul {
  margin: 4px 0 0 15px;
  -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.08);
  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: ; */
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.nav-menu ul li a {
  color: #333;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  padding: 10px 15px;
}

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

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

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 8px 10px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

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

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

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: #f29433;
  left: -260px;
  width: 260px;
  overflow-y: auto;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  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: #199EB8;
}

#mobile-nav ul .menu-item-active {
  color: #199EB8;
}

#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;
}
/* Privacy Policy Disclaimer */
body {
  font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  /* color: #f29433; */
  background-color: #fff;
}
/* ==================================================
  Stats Styling
================================================== */
.stats-row {
  margin-top: 65px;
}

.stats-col .circle {
  display: inline-block;
  width: 160px;
  height: 160px;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #666;
  border: 6px solid #7aa60c;
  border-radius: 50%;
  padding: 55px 25px 0 25px;
  position: relative;
  font-size:16px;
}

.stats-col .circle .stats-no {
  color: #fff;
  width: 70px;
  height: 70px;
  line-height: 70px;
  top: -25px;
  right: -15px;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 18px;
  background-color: #f29433;
  position: absolute;
  border-radius: 50%;
  font-weight: 700;
}

/* ==================================================
  Parallax Styling
  ================================================== */

.block {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 0px 30.36px;
  background-size: cover;
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}

.block h2 {
  text-transform: uppercase;
  margin-bottom: 15px;
}

.block p {
  color: #fff;
  margin-bottom: 45px;
}

/* ==================================================
  Features Styling
  ================================================== */
.features {
  padding-bottom: 4px;
}


.features h2 {
  color: #f29433;
}

.feature-col {
  display: table;
  padding-bottom: 45px;
}

.feature-col > div > div {
  display: table-cell;
  vertical-align: middle;
}

.feature-col h3 {
  color: #5e6c6a;
}

.feature-col p {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #999;
}

.feature-col .feature-icon {
  font-size: 60px;
  color: #f29433bf;
}
/* ==================================================
  Unsubscribe Styling
  ================================================== */
  
.unsubscribe-form h5{
  text-shadow: 0px 0px 4px rgba(255, 255, 255, 0.55);
  color: #514343;
}
.unsub_subheader{
  margin-bottom: 30px;
}


/* ==================================================
  Call-to-action Styling
  ================================================== */
  
.cta {
  background-color: #f29433;
  padding: 25px 0;
}

.cta h2 {
  margin-bottom: 5px;
}

.cta h2,
.cta p {
  color: #fff;
}

.cta p {
  margin-bottom: 0;
  opacity: .75;
}

.cta .btn-ghost {
  position: relative;
  top: 13px;
}

/* ==================================================
  Portfolio Styling
  ================================================== */
.portfolio {
  background-color:#fff ;
  padding-bottom: 0;
}

.portfolio h2 {
  color: #f29433;
  margin-bottom: 25px;
}

.portfolio-grid {
  margin-top: 65px;
}

.portfolio-grid .row {
  margin:100px 20px;
  /* margin-right:120px; */
}

.portfolio-grid .row > div {
  padding: 0;
}
.portfolio-grid .row > div .card{
  margin: 3px;
}

.portfolio-grid .row > div .card img {
  width: 100%;
}

.portfolio-grid .row > div .card .portfolio-over {
  position: absolute;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  background:#f98106;
  top: 0;
  left: 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
 
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.portfolio-grid .row > div .card .portfolio-over > div {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.portfolio-grid .row > div .card .portfolio-over .card-title {
  color: #fff;
  font-size: 30px;
 
}

.portfolio-grid .row > div .card .portfolio-over .card-text {
  color: #fff;
  opacity: .75;
  padding: 0 45px;
}

.portfolio-grid .row > div .card:hover .portfolio-over {
  opacity: 60%;
  visibility: visible;
 font-size:
}
.alert-success {
  color: #f29433;
  background-color: #cfd8c2;
  border-color: #badbcc;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/

.testimonials-one {
	background-color:#cfd8c2 ;
	padding-top: 120px;
	padding-bottom: 120px;
}

.testimonials-one__single {
	margin-bottom: 40px;
	text-align: center;
    height:500px;
}

.testimonials-one__stars {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	        justify-content: center;
	margin-bottom: 25px;
}

.testimonials-one__stars i {
	font-size: 18px;
	color: #ffa801;
}

.testimonials-one__stars i+i {
	margin-left: 5px;
}

.testimonials-one__content {
	background-color: #fff;
	position: relative;
	padding-left: 70px;
	padding-right: 70px;
	padding-bottom: 50px;
	padding-top: 60px;
	margin-bottom: 40px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
    height:100%;
}

.testimonials-one__single:hover .testimonials-one__content {
	box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.03);
}

.testimonials-one__content::before {
	content: '';
	width: 85px;
	height: 85px;
	/* background-image: url(../images/testi-qoute-1-1.png); */
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

.testimonials-one__content::after {
	content: '';
	width: 72px;
	height: 20px;
	background-image: url(../images/testi-arrow-1-1.png);
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.testimonials-one__content p {
	margin: 0;
	font-size: 20px;
	color: #9ca3a9;
	font-weight: 400;
	line-height: 36px;
	position: relative;
}

.testimonials-one__info img {
	border-radius: 50%;
}

.testimonials-one__info h3 {
	font-family: var(--thm-font);
	color: var(--thm-black);
	font-size: 20px;
	font-weight: 500;
	margin: 0;
	line-height: 1em;
	margin-top: 10px;
}

.testimonials-one__carousel .owl-item img {
	width: auto;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.testimonials-one__carousel .owl-nav button.owl-next,
.testimonials-one__carousel .owl-nav button.owl-prev {
	font-size: 20px;
	color: var(--thm-black);
	font-weight: 500;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.testimonials-one__carousel .owl-nav button.owl-prev {
	margin-right: 15px;
}
.testimonials-one__carousel .owl-nav button.owl-next:hover,
.testimonials-one__carousel .owl-nav button.owl-prev:hover {
	color: var(--thm-secondary);
	background-color: transparent;
}

/* ==================================================
  Subscribe Section
  ================================================== */
  .subscribe h2 {
	  margin-bottom: 0px !important;
  }
  .subscribe .btn, .unsubscribe-form .btn {
	  margin-top: 10px !important;
  }
  
/* ==================================================
  Contact Section
  ================================================== */
#contact {
  background: #f7f7f7;
  padding: 80px 0;
}

#contact h2 {
  font-family: "Segoe Script", Helvetica, Arial, sans-serif;
  color:#f29433;

}

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

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

#contactntrol #sendmessage {
  color: #199EB8;
  border: 1px solid #199EB8;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show, #contact .form #errormessage.show, #contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input, #contact .form textarea {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#contact .form button[type="submit"] {
  background: #f29433;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

#contact .form button[type="submit"]:hover {
  background: #98b5b0;
}


 img{
	  vertical-align: middle;
      opacity: 100%;
	  
 }
 img:hover{
	 opacity:40%;
 }
 /*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer {
  background:#3a3c39;
  padding: 20px 0;
  text-align:center;
}
.footer-links {
  line-height: 48px;
}
.footer-links li a {
  color: #000;
  margin-right: 15px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
.list-unstyled li {
  display: inline;
  font-size: 20px;
  color:#ff7a7a;
}
footer .links{
  margin-top: 10px;
}
footer .links a, footer .social a {
  margin: 7px 10px;
}
footer .copyright{
  margin-top: 10px;
}
.footer-links li a:hover {
  color: #5969dc;
}
.copyright {
  margin-top: 10px;
  float: right;
  color:#8a8484;
}
.copyright p {
  color: #000;
}
.copyright p a {
  color: #000;
}

.copyright p a:hover {
  color: #5969dc;
}
.btn-danger-2 {
  color: #fff;
  background-color:#f29433;
  border-color:#f29433;
  margin: 20px;
}
.btn-danger-2:hover{
  color: #fff;
  background-color:#f29433;
  border-color:#f29433;
}
.subscribe-accept{
    color:#eeebeb;
}

/* ==================================================
  Responsive Styling
  ================================================== */
@media (max-width: 61.9em) {
  section,
  .block,
  .cta {
    padding: 35px 0;
  }
  .features {
    padding-bottom: 5px;
  }
  p,
  .block p {
    margin: 0;
  }
  .hero-brand {
    margin-bottom: 35px;
  }
  .tagline {
    margin: 35px 0;
  }
  h1 {
    font-size: 32px;
    margin: 0;
  }
  h2,.tagline {
    font-size: 30px;
  }
  h2 {
    margin-bottom: 25px;
  }
  h3 {
    font-size: 30px;
  }
  .hero {
    padding: 75px 0;
  }
  .stats-col {
    margin-bottom: 25px;
  }
  .block {
    height: auto;
  }
  .feature-col {
    padding-bottom: 30px;
  }
  .portfolio-grid .card h3.card-title {
    font-size: 18px !important;
  }
  .portfolio-grid .card .card-text {
    font-size: 13px;
  }
  .team .team-over {
    padding-top: 20px;
  }
  .team .card .social-nav {
    margin-bottom: 15px;
    padding: 0;
  }
  
}
.container {
  width: 1840px;
  max-width: 100%;
}

@media (max-width: 767px) {
  .block {
    padding-left: 30px;
    padding-right: 30px;
  }
  
}

.hero::after {
  content: '';
  z-index: 0;
  position: absolute;
  background: rgba(219, 158, 204, 0);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#unsubscribe{
  background: url('../images/team16.jpg') no-repeat bottom center scroll;
  background-blend-mode: lighten;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -moz-background-size: cover;
  background-blend-mode: overlay;
  background-attachment: fixed;
}
a {
  color: #d86602;
  text-decoration: none;
}
#cent{
	background-color:#f29433;
}
.list-unstyled{
  display:inline;
}
.video-one {
  position: relative;
  display: block;
  padding: 13px 0 108px;
  background-color: #cfd8c2;
}
.video-one__tagline {
  font-size: 30px;
  color: #f29433;
  font-family: var(--thm-reey-font);
  margin: 0;
  padding-top: 67px;
  padding-bottom: 33px;
}
.video-one__icon-box span {
  font-size: 63px;
  color: #f29433;
  display: inline-block;
  transition: all .5s ease;
}
.video-one__four-icon-boxes li .video-one__icon-box-title {
  color: #666666;
}
.video-one__four-icon-boxes li:hover .video-one__icon-box-title {
  color: #f29433;
}
.video-one__center{
	padding-left:100px;
	padding-right:100px;
	
}
.privacy .section-head h3, .disclaimer .section-head h3{
  color: #f29433 !important;
}