/*=======================
  Header CSS
=========================*/ 
#header {
	background: #000000;
	padding: 8px 0;
}
#header .header-inner{
	background:#000000;
}
#header.sticky .header-inner{
	position: fixed;
	z-index: 455;
	width: 100%;
	border-radius: 0;
	padding:5px 0;
	top: 0;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
/*----- Main Menu -----*/
#header .nav-area{
	position:relative;
}
#header .mainmenu {
	float: left;
	width: 100%;
	padding-right: 30px;
}
#header .navbar-collapse {
	padding-right: 0;
	padding-left: 0;
	position: relative;
	border-top: 0px solid;
	box-shadow: none;
}
#header .mobile-nav {
	display: none;
}

#header .nav{
	float:right;
}
#header .nav li {
	position:relative;
	margin-right:5px;
}
#header .nav li:last-child{
	border:0px;
}
#header .nav li a {
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	padding: 18px 20px;
	position: relative;
	font-weight: 500;
	display: block;
}
#header .nav li:hover a, 
#header .nav li.active a {
	color: #fff;
	border-radius: 25px 0px 25px 0px;
}
#header .nav li .sub-menu {
	position: absolute;
	left: 0;
	z-index: 8;
	width: 220px;
	top: 150%;
	opacity: 0;
	background: #d4d4d4f8;
	visibility: hidden;
	border-top: 3px solid;
}
#header .nav li:hover .sub-menu{
	opacity:1;
	visibility:visible;
	top:100%;
}
#header .nav li .sub-menu li {
	border-right: none;
}
#header .nav li .sub-menu li:last-child{
	border-bottom:0px solid;
}
#header .nav li .sub-menu li a {
	padding: 8px 20px;
	text-align: left;
	border-radius: 0px;
	background: transparent;
	font-size: 14px;
	text-transform: capitalize;
}
#header .nav li .sub-menu li i{
	margin-right:5px;
}

/*=======================
  End Header
=========================*/ 

/*=======================
  Slider CSS
=========================*/ 
#j-slider{
	position: relative;	
}
#j-slider #particles-js{
	display:none;
}
#j-slider .single-slider {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 550px;
	position:relative;
}
#j-slider .single-slider::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(20, 19, 19, 0.493);
	content: "";
}
#j-slider .slide-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height:550px;
}
#j-slider .slide-text.left{
	text-align:left;
	padding:0 300px 0 0;
}
#j-slider .slide-text.center{
	text-align:center;
	padding: 0 100px;
}
#j-slider .slide-text.right{
	text-align:right;
	padding:0 0 0 300px;
}
#j-slider .slide-text h1 {
	color: #fff;
	font-size: 40px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 20px;
}
#j-slider .slide-text span {
	display: block;
	font-size: 20px;
	margin-bottom: 15px;
	position: relative;
	color: #eee;
	font-weight: 400;
	text-transform: uppercase;
}
#j-slider .slide-text p{
	color:#fff;
	font-size:16px;
	margin-bottom:20px;
}
#j-slider .slide-button .button {
	border-radius: 0px;
	color: #fff;
	margin-right: 10px;
	margin: 0 10px 0 0;
	border-radius: 20px 0px 20px 0;
	overflow: hidden;
	position: relative;
	vertical-align: top;
	border:1px solid #e2e2e2;
	background:transparent;
}
#j-slider .slide-button .button:hover,
#j-slider .slide-button .button.primary{
	border-color:transparent;
}
#j-slider .slide-button .button:last-child{
	margin-right:0px;
}
#j-slider .owl-dots {
	position: absolute;
	margin-top: -10px;
	left: 50%;
	margin-left:-15px;
	bottom: 70px;
}
#j-slider .owl-dots .owl-dot {
	display: inline-block;
	margin-bottom: 10px;
}
#j-slider .owl-dots .owl-dot span {
	width: 5px;
	height: 15px;
	display: block;
	border-radius: 15px;
}
#j-slider .owl-dots .owl-dot:hover span{
	border-color:transparent;
} 
#j-slider .owl-dots .owl-dot.active span{
	border-color:transparent;
	height: 25px;
}
#j-slider .owl-nav div {
	position: absolute;
	top: 50%;
	background: transparent;
	color: #fff;
	border: 1px solid #ddd;
	width: 42px;
	height: 42px;
	line-height: 42px;
	padding: 0;
	font-size: 18px;
	border-radius:0px;
	opacity: 0.5;
	margin: -18px 0 0;
	font-size: 30px;
	background: rgba(255, 255, 255, 0.13);
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
#j-slider .owl-nav div:hover{
	border-color:transparent;
	opacity:1;
}
#j-slider .owl-nav .owl-prev {
	left: 0;
}
#j-slider .owl-nav .owl-next{
	right:0;
}
#j-slider.static .slide-text p{
	padding:0 100px;
}
/* Slider Animation */
#j-slider .slide-text h1{
    animation: fadeInLeft 0.6s both 0.6s;
}
#j-slider .slide-text p{
    animation: fadeInLeft 0.8s both 0.8s;
}
#j-slider .slide-text .button{
    animation: fadeInLeft 1s both 1s;
}
/*=======================
  End Slider CSS
=========================*/  

/*=======================
  Statics CSS
=========================*/ 
#statics {
	position: relative;
	margin-top:-50px;
	z-index: 2;
}
#statics .statics {
	border-radius: 10px;
	overflow: hidden;
}
#statics.no-margin{
	margin-top:0px;
}
#statics .static-single {
	text-align: center;
	padding: 15px;
	position: relative;
	background: #252525;
	overflow: hidden;
}
#statics .static-single .icon{
	display:block;
	border-radius:100%;
	align-items: center;
	display: inline-block;
	max-width: 100px; /* ajusta o tamanho se necessário */
	
}
#statics .static-single i {
	font-size: 30px;
	background: #f5f5f5;
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	border-radius: 100%;
}
#statics .s-info {
	display: block;
	align-items: center;
}
#statics .number {
	margin: 8px 0;
}
#statics .static-single span {
	display: block;
	font-size: 28px;
	color: #fff;
	font-weight: 700;
}
#statics .static-single p {
	color: #fff;
	font-size: 15px;
}
/*=======================
  End Statics CSS
=========================*/

/*=======================
  About Css
=========================*/ 
#about-us {
  display: flex;
  align-items: center;
  gap: 20px;
}

#about-us .single-video {
  flex: 1;
  position: relative;
}

#about-us .about-main {
  flex: 1;
}

.container {
  text-align: left;
  padding-left: 15px;
}

span {
  color: #16AE47;
}

#about-us .about-main h3 {
  margin-bottom: 15px;
}

#about-us .single-about p {
		font-size:16px;
  margin-bottom: 15px;
}

#about-us .about-main .button {
  margin-top: 15px;
}

#about-us .about-main .button i {
  margin-left: 10px;
  font-size: 15px;
}

#about-us .single-video img {
  width: 100%;
}

#about-us .single-video::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.72);
  opacity: 0.3;
  visibility: visible;
  content: "";
}

#about-us .single-video:hover:before {
  opacity: 0;
  visibility: hidden;
}

#about-us .single-video::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -2;
  margin-left: 7px;
  margin-top: 7px;
}

#about-us .single-video:hover:after {
  margin-left: 0;
  margin-top: 0;
}

#about-us .single-video i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  border-radius: 100%;
  margin-left: -25px;
  margin-top: -25px;
  color: #fff;
  cursor: pointer;
}

#about-us .single-video:hover i {
  transform: scale(1.2);
}
/*=======================
  End About CSS
=========================*/ 
/*=======================
  Service CSS
=========================*/ 
#service{
	background:#f5f5f5;
}
#service .single-service {
	text-align: center;
	background: #fff;
	padding: 30px;
	position: relative;
	-webkit-box-shadow: 1px 1px 6px rgba(20, 20, 20, 0.4);
	-moz-box-shadow: 1px 1px 6px rgba(20, 20, 20, 0.4);
	box-shadow: 1px 1px 6px rgba(20, 20, 20, 0.4);
}
#service .single-service .number{
	font-size: 28px;
	line-height: 65px;
	height: 65px;
	width: 65px;
	background: #252525;
	border-radius: 50%;
	text-align: center;
	display:inline-block;
	border:1px solid transparent;
}
#service .single-service .number p {
	
	color: #fff;
	margin:0;
}
#service .single-service:hover .number p{
	-webkit-transform:scale(1.4);
	-moz-transform:scale(1.4);
	transform:scale(1.4);
} 
#service .single-service h4 {
	font-size: 18px;
	font-weight: 700;
	margin: 14px 0;
	text-transform: uppercase;
}
#service .single-service.active h4,
#service .single-service:hover h4{
	color:#fff;
}
#service .single-service.active p,
#service .single-service:hover p{
	color:#fff;
}
#service .single-service:hover i,
#service .single-service.active i{
	color: #fff;
	background:transparent;
	border-color:#fff;
}
#service .single-service .ico-bg {
	position: absolute;
	content: "";
	color: #988D8D;
	font-size: 50px;
	background: transparent;
	left: 0;
	top: 50%;
	bottom: 33px;
	z-index: 3;
	border: none;
	transition: all 1s ease;
	opacity: 0;
	visibility: hidden;
}
#service .single-service:hover .ico-bg,
#service .single-service.active .ico-bg{
	color: #fff;
	left:20%;
	opacity: 0.3;
	visibility:visible;
}
/*=======================
  End Service CSS
=========================*/ 
/*=======================
  Team CSS
=========================*/  
#team .single-team {
	text-align: center;
	overflow: hidden;
	border-top:4px solid;
}
#team .team-head{
	position:relative;
}
#team .team-head::before {
	position: absolute;
	top: 0px;
	right: 0;
	width: 100%;
	background: rgba(255, 255, 255, 0.72);
	opacity: 0.3;
	content: "";
	height: 100%;
	visibility: hidden;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}
#team .single-team:hover .team-head::before {
	top: 0;
	opacity:1;
	visibility:visible;
	-webkit-transform:translateY(0%);
	-moz-transform:translateY(0%);
	transform:translateY(0%);
}
#team .single-team img {
    width: 100%;
}
#team .team-social {
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	top: 50%;
	left:50%;
	margin-left:-90px;
	margin-top:-15px;	
	opacity: 0;
	visibility:0;
	-webkit-transform:translateX(100%);
	-moz-transform:translateX(100%);
	transform:translateX(100%);
}
#team .single-team:hover .team-social {
	visibility:visible;
	opacity:1;
	-webkit-transform:translateY(0%);
	-moz-transform:translateY(0%);
	transform:translateY(0%);
}
#team .team-social li {
    display: inline-block;
    margin: 0px 5px;
}
#team .team-social li a {
    display: block;
    height: 30px;
    width: 30px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    line-height: 30px;
    font-size: 16px;
}
#team .team-social li a:hover {
   background:#3332326c;
}
#team .team-info {
	position: relative;
	bottom: 0;
	width: 100%;
	padding: 20px 0 5px 0;
}
#team .team-info .name {
	position: absolute;
	width: 100%;
	top: -16px;
}
#team .team-info .name h4 {
	color: #fff;
	background: RGBA(32, 27, 26, 0.8);
	position: relative;
	display: inline-block;
	padding: 5px;
	font-size: 18px;
	text-transform: uppercase;
	margin: 0;
}
#team .team-info p {
	color: #fff;
	margin: 0;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
}
/*=======================
  End Team CSS
=========================*/ 
/*=======================
  Project CSS
=========================*/
#project{
	background:#f5f5f5;
}
#project .section-title{
	margin-bottom:50px;
}
#project .no-margin{
	margin:0;
}
#project .no-margin:hover .project-single{
	opacity:0.3;
}
#project .no-margin .project-single:hover{
	opacity:1;
}
#project .col-md-4{
	padding:0;
}
#project .project-single{
	position:relative;
	overflow:hidden;
	transition:all 0.3s ease;
}
#project .project-head{
	position:relative;
} 
#project .project-head::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(37, 37, 37, 0.8);
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	transform: translateX(-100%);
	z-index:3;
}
#project .project-single:hover .project-head::before{
	opacity:1;
	visibility:visible;
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	transform: translateX(0%);
}
#project .project-head img{
	width:100%;
	z-index:2;
}
#project .project-single:hover img{
	transform:scale(1.8);
}
#project .project-hover {
	position: absolute;
	top: 35px;
	bottom: 35px;
	left: 35px;
	padding: 20px;
	visibility: hidden;
	opacity: 0;
	transition: all 0.30s ease;
	border: 3px solid #eee;
	right: 35px;
	z-index: 4;
}
#project .project-single:hover .project-hover {
	opacity:1;
	visibility:visible;
}
#project .project-hover h4 {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
}
#project .project-hover a {
	color: #fff;
	padding-top: 10px;
}
#project .project-hover p {
	color: #fff;
	font-size: 13px;
	margin: 0;
}
/*=======================
  End Project CSS
=========================*/

/*=======================
  Contact CSS
=========================*/
.container {
  text-align: left;
  padding-left: 15px;
}

span {
  color: #16AE47;

}

#contact .about-main h3 {
  margin-bottom: 15px;
}

#contact .single-about p {
  margin-bottom: 15px;
}

#contact .about-main .button {
  margin-top: 15px;
}

#contact .about-main .button i {
  margin-left: 10px;
  font-size: 15px;
}

#contact .single-video {
  position: relative;
}

#contact .single-video video {
  width: 100%;
}

#contact .single-video::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.72);
  opacity: 0.3;
  visibility: visible;
  content: "";
}

#contact .single-video:hover:before {
  opacity: 0;
  visibility: hidden;
}

#contact .single-video::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -2;
  margin-left: 7px;
  margin-top: 7px;
}

#contact .single-video:hover:after {
  margin-left: 0;
  margin-top: 0;
}

#contact .single-video i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  border-radius: 100%;
  margin-left: -25px;
  margin-top: -25px;
  color: #fff;
  cursor: pointer;
}

#contact .single-video:hover i {
  transform: scale(1.2);
}

#contact .row.fadeInUp {
  display: flex;
  flex-direction: row-reverse; /* Text on right, video on left */
  align-items: center;
  gap: 20px;
}

#contact .about-main {
  flex: 1;
}

#contact .about-video {
  flex: 1;
}

/* Responsive adjustments */
@media (max-width: 767px) {
  #contact .row.fadeInUp {
    flex-direction: column; /* Stack vertically on small screens */
    align-items: stretch;
  }

  #contact .about-main,
  #contact .about-video {
    flex: none; /* Remove equal width constraint */
    width: 100%; /* Full width for each */
  }

  #contact .about-main {
    order: 1; /* Ensure text appears below video */
  }

  #contact .about-video {
    order: 0; /* Video on top */
  }
}
/*=======================
  Service CSS
=========================*/ 
/*=======================
  End Contact CSS
=========================*/
/*=======================
  Mail Success CSS
=========================*/
#success .mail{
	text-align:center;
}
#success .mail h2{
	margin-bottom:20px;
}
#success .mail .button i{
	margin-right:5px;
}
/*=======================
  End Mail Success CSS
=========================*/

/*=======================
 
/*=======================
  Footer Top CSS
=========================*/ 
#footer-top {
	background: #070707;
	padding: 40px 0 70px;
}
#footer-top .single-widget{
	margin-top:30px;
}
#footer-top .single-widget h2 {
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 20px;
	display: block;
	border-bottom: 1px dotted;
	padding-bottom: 20px;
}
#footer-top .single-widget p{
	color:#bbb;
}
#footer-top .single-widget .list li {
	color: #bbb;
	position: relative;
	padding-left: 40px;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 20px;
}
#footer-top .single-widget .list li:last-child{
	margin-bottom:0px;
}
#footer-top .single-widget .list i {
	position: absolute;
	top: 50%;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	left: 0;
	margin-top: -15px;
	font-size: 16px;
}
#footer-top .single-widget .list a{
	color:#bbb;
}
#footer-top .about p{
	color:#bbb;
}
#footer-top .logo{
	margin-top:20px;
}
#footer-top .logo a {
	color: #fff;
	text-transform: uppercase;
	font-size:40px;
	font-weight: 400;
}
#footer-top form {
	position: relative;
	margin-top: 20px;
}
#footer-top form input {
	width: 100%;
	height: 40px;
	border: 0px solid;
	padding: 10px 40px;
	border-radius: 30px;
	text-transform: capitalize;
}
#footer-top form button {
	position: absolute;
	right: 0;
	height: 100%;
	border: 0px solid;
	width: 70px;
	color: #fff;
	padding: 0;
	border-radius: 0px;
	box-shadow: none;
	top: 0;
	border-radius: 30px;
}
#footer-top form button:hover{
	background:#252525;
	border-radius:0px;
}
/*=======================
  End Footer Top CSS
=========================*/ 
#footer {
	background: #000000;
	border-top: 1px solid rgba(221, 221, 221, 0.22);
	padding: 10px 0;
}
#footer .copyright{
	padding:5px 0;
	float:left;
}
#footer .copyright p{
	color:#fff;
	margin:0;
}
#footer .copyright span{
	margin:0px 5px;
}
#footer .social {
	float: right;
	margin-top: 5px;
}
#footer .social li {
	display: inline-block;
	margin-right: 10px;
	color:#bbb;
	font-weight:500;
}
#footer .social li:last-child{
	margin-right:0;
}
#footer .social a {
	display: block;
	width: 26px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	color: #fff;
	border-radius: 100%;
	border:1px solid transparent;
}
#footer .social li:hover a{
	background:transparent;
}
#footer .social li:hover a i{
	opacity: 0;
    -webkit-animation-name: hvr-icon-drop;
    animation-name: hvr-icon-drop;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
#contact{
	background:#f5f5f5;
}
#contact.personal{
	background:#fff;
}
#contact .form-group{
	position:relative;
}
#contact .form-group:last-child{
	margin:0;
}
#contact .form-group i {
	position: absolute;
	font-size: 16px;
	padding: 15px 12px;
}
#contact .form-group input {
	width: 100%;
	height: 44px;
	border: 1px solid #bbb;
	padding-left: 40px;
}
#contact .form-group input:hover,
#contact .form-group input:focus,
#contact .form-group textarea:hover{
	padding-left:50px;
}
#contact .form-group textarea{
	border:1px solid #bbb;
	padding:10px;
	width: 100%;
	padding-left:40px;
}
#contact .form-group .button {
	height: 50px;
	display:block;
	width:100%;
	height:50px;
	border-radius:0px;
	border:0px solid;
	padding:0;
	font-size:14px;
	text-transform: uppercase;
}
#contact .form-group .button:hover{
	background:linear-gradient(135deg, #08AE64, #16AE47);
}
#contact .form-group .button i{
	position:relative;
	display:inline-block;
	color:#fff;
	margin-right:10px;
	padding:0px;
}
#contact .single-video img {
  width: 100%;
}

#contact .single-video::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.72);
  opacity: 0.3;
  visibility: visible;
  content: "";
}

#contact .single-video:hover:before {
  opacity: 0;
  visibility: hidden;
}

#contact .single-video::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -2;
  margin-left: 7px;
  margin-top: 7px;
}

#contact .single-video:hover:after {
  margin-left: 0;
  margin-top: 0;
}

#contact .single-video i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  border-radius: 100%;
  margin-left: -25px;
  margin-top: -25px;
  color: #fff;
  cursor: pointer;
}

#contact .single-video:hover i {
  transform: scale(1.2);
}