/*
Template Name: Baewe - Creative Portfolio Template
Theme URI: http://themeforest.net/user/ridianur
Author: ridianur
Author URI:  http://themeforest.net/user/ridianur
*/

/* -----------------------------------------------------------
TABLE OF CONTENTS:
--------------------------------------------------------------
GENERAL SECTION
HEADER SECTION
SLIDER SECTION
VIDEO BACKGROUND SECTION
ABOUT SECTION
TEAM SECTION
WORKS SECTION
TESTIMONIAL SECTION
CONTACT SECTION
FOOTER SECTION
BLOG SECTION
----SIDEBAR SECTION
MEDIA QUERIES
-------------------------------------------------------------

------------------------------------------------------------*/

/*-----------------------------------------GENERAL SECTION--------------------------------------------------*/


body, html {
	height: 100%;
}
body {
	color: #939393;
	font-family: 'Arimo', sans-serif;
	font-size: 15.5px;
	line-height: 2.2;
}
b, strong {
    color: #666;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
	cursor: inherit;
}
a {
	color: #aaa;
	text-decoration: none;
	transition: ease .3s;
	-webkit-transition: ease .3s;
	-moz-transition: ease .3s;
	-o-transition: ease .3s;
	-ms-transition: ease .3s;
}
a:hover {
	text-decoration: none;
	color: #e54427;
}
a:focus {
	outline: none;
	color: #999999;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 800;
	font-family: 'Arimo', sans-serif;
	color: #333;
	line-height: 1.3;
}
iframe {
	border: none;
	width: 100%;
}
img {
	max-width: 100%;
}
.spacing10 {
	width: 100%;
	height: 10px;
}
.spacing20 {
	width: 100%;
	height: 20px;
}
.spacing30 {
	width: 100%;
	height: 30px;
}
.spacing40 {
	width: 100%;
	height: 40px;
}
.spacing80 {
	width: 100%;
	height: 80px;
}
.margin-right10{margin-right:10px;margin-bottom:10px;}
ul, ol {
	list-style-position: outside;
	list-style-type: circle;
	margin: 0;
	padding: 0 0 0 20px;
}
.clearboth {
	clear: both;
}

.content {
    background: #fff none repeat scroll 0 0;
    padding: 40px 0 ;
    position: relative;
    z-index: 1;
}
.gray-bg {
	background: #fafafa;
}
.white-bg {
	background: #ffffff;
}
blockquote {
    border: medium none;
    font-family: playfair display;
    font-size: 20px;
    font-style: italic;
    line-height: 1.5;
    padding: 0 0 0 40px;
    position: relative;
}

/* Fundo escuro apenas para o bloco "Fale Conosco" (gray-bg dentro de table-box) */
.table-box .gray-bg{
	background:#1F1F1F;
}

/*------ Contact page head slider (split layout: text left, image right) ------*/
.page-head-slider.se .slide{
	position:relative;
	overflow:hidden;
}
.page-head-slider.se .slider-img-bg{
	position:absolute;
	top:0;
	right:0;
	width:50%;
	height:100%;
	background-size:cover;
	background-position:center right;
}
.page-head-slider.se .slider-mask{
	position:absolute;
	left:0;
	top:0;
	width:50%;
	height:100%;
	background:#1F1F1F;
}
.page-head-slider.se .slider-box{
	position:relative;
	z-index:2;
}
.page-head-slider.se .slider-content.left-box-slider{
	max-width:50%;
}

@media (max-width: 768px){
	.page-head-slider.se .slider-img-bg,
	.page-head-slider.se .slider-mask{
		width:100%;
	}
	.page-head-slider.se .slider-content.left-box-slider{
		max-width:100%;
	}
}
blockquote::before{
	content:"\f10e";
    background: #1f1f1f none repeat scroll 0 0;
    border-radius: 100px;
    color: #fff;
    display: inline-block;
    font-family: fontawesome;
    font-size: 14px;
    height: 30px;
    left: 0;
    line-height: 30px;
    margin-top: -15px;
    position: absolute;
    text-align: center;
    top: 50%;
	font-style:normal;
    width: 30px;
}
.dark-bg {
    background: #1f1f1f none repeat scroll 0 0;
}
.dark-bg .content-title{color:#fff;}
.content-title span {
    color: #e54427;
}
.content-line {
    height: 1px;
    width: 300px;
    background: #ccc;
    margin: auto;
    margin-bottom: 40px;
	max-width: 100%;
}
.progress-bar-baewe {
    background-color: #1f1f1f;
}

.progress.skill-bar {
    border-radius: 0;
    height: 35px;
}
.skill {
    display: block;
    padding: 8px 10px;
    text-align: left;
    text-transform: uppercase;
}
.box-align-center {
    text-align: center;
}
.box-align-center blockquote::before {
    bottom: -40px;
    left: 50%;
    margin-left: -15px;
    top: auto;
}
.personal-color {
    color: #1f1f1f;
}
.align-right{text-align:right;}
.row-black{
	background:#333;
	margin:0;
	padding:80px 30px
}
.row-black .content-box-title::after {
    border-bottom: 5px solid #fff;
}

.row-black .content-box-title > h3,.row-black b, .row-black strong {
	color:#fff;
}
.img-bg {
	background-position: center center;
	background-size: cover;
}

.no-bottom{
	padding-bottom:0;
}
.content-head{
	text-align: center;
	margin-bottom:40px;
}
.content-title {
    font-size: 60px;
    margin: 0 0 20px;
	letter-spacing:-1px;
}
.sub-content {
    margin: auto;
    max-width: 900px;
	font-family: quicksand;
    font-size: 18px;
    margin-bottom: 30px;
    font-weight: 500;
    color: #B8B8B8;
}
/*----to top style----*/
.to-top.fixed {
    opacity: 1;
	bottom:30px;
}
.to-top {
    background: #333 none repeat scroll 0 0;
    bottom: -150px;
    color: #fff;
    display: block;
    font-size: 15px;
    height: 50px;
    line-height: 48px;
    opacity: 0;
    position: fixed;
    right: 30px;
    text-align: center;
    width: 50px;
    z-index: 333;
	overflow:hidden;
	 -webkit-transition-duration: 0.5s; 
    transition-duration: 0.5s;
}
.to-top:focus{color:#fff;}
.to-top:hover{color:#fff;}
.to-top::before {
    background:#e54427 none repeat scroll 0 0;
    border-radius: 200px;
	opacity:0.3;
    content: "";
    display: block;
    height: 200px;
    left: -50%;
    margin-top: -100px;
    position: absolute;
    top: 50%;
    width: 200px;
	opacity:0.3;
    z-index: -1;
	transform: scale(0);
	-ms-transform: scale(0);
    -webkit-transform: scale(0);
	-webkit-transition:all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
	-webkit-transition-duration: 0.8s; 
    transition-duration: 0.8s;
}
.to-top::after {
    background: #e54427  none repeat scroll 0 0;
    border-radius: 200px;
    content: "";
	opacity:0.3;
    display: block;
    height: 200px;
    left: -50%;
    margin-top: -100px;
    position: absolute;
    top: 50%;
    width: 200px;
    z-index: -1;
	transform: scale(0);
	-ms-transform: scale(0);
    -webkit-transform: scale(0);
	-webkit-transition:all 0.4s ease-in 0s;
    transition: all 0.4s ease-in 0s;
	transition-delay:0.3s;
}
.to-top:hover::after,.to-top:hover::before{
	opacity:1;
	transform: scale(4);
	-ms-transform: scale(4);
    -webkit-transform: scale(4);
}
/*-----inner page style---*/
.table-box {
    display: table;
    width: 100%;
	position:relative;
	z-index:1;
	background: #fff;
}
.dark-page .table-box{background:#1f1f1f;}
.table-cell-box {
    display: table-cell;
    vertical-align: middle;
	width: 50%;
	position:relative;
}
.table-content h3 > span{color:#e54427;}
.table-content.box-30 h3 {
    display: inline-block;
    text-align: left;
}
.box-small-icon {
    text-align: center;
}
.table-content.box-30{padding:40px 0;}
.box-30{width:30%; text-align:center;}
.box-70{width:70%;}
.table-content .box-small-icon h3 {
    font-size: 30px;
    text-align: center;
    margin-top: 20px;
}
.box-small-icon > i {
    font-size: 40px;
	margin-bottom:20px;
    color: #e54427;
    margin: auto;
    display: block;
    text-align: center;
}
.full-img-bg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background-size: cover;
    background-position: 50% 50%;
    z-index: -2;
}
.table-content {
    padding: 40px 7%;
}
.table-content .slider-mask {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
}
.cell-left-border {
    border-left: 10px solid #e54427;
}
.cell-right-border {
    border-right: 10px solid #e54427;
}
.table-content h3 {
    font-size: 60px;
    margin: 0 0 20px;
}
.color-bg h3 {
    color: #fff;
}
.dark-page .color-bg, .color-bg  {
    background: #e54427;
}
.color-bg .content-btn {
    border: 1px solid;
}
.cell-box-padding {
    padding: 40% 0;
}
.cell-line {
    height: 1px;
    width: 100px;
    background: #ccc;
    margin-bottom: 40px;
	max-width: 100%;
}
.slider-title.slider-title-big {
    font-size: 90px;
    margin: 60px 0 100px;
}
.slider-title span {
    color: #e54427;
}
.hero-box{background:#fff;}
.hero-title {
    font-size: 90px;
    margin: 60px 0 100px;
    text-transform: capitalize;
}
.hero-title span{
	color:#e54427;
}
.hero-padding {
    text-align: center;
    padding-top: 5%;
    padding-bottom: 5%;
}
.transparent {
    z-index: -1;
    position: relative;
}

/* ---------- GALERIA (página /blog renomeada para Galeria) ---------- */
.gallery-wrapper {
	padding: 40px 0 80px 0; /* reduzido padding-top de 80px para 40px */
}
.gallery-grid .col-md-4,
.gallery-grid .col-sm-6 {
	margin-bottom: 30px;
}
.gallery-item {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 4px;
}
.gallery-item-photo {
	cursor: default;
}
.gallery-item-video {
	cursor: pointer;
}
.gallery-thumb {
	width: 100%;
	position: relative;
	overflow: hidden;
	height: 320px; /* maior e mais próxima de um formato quadrado */
	transition: transform 0.6s ease;
}
.gallery-thumb img{
	width:100%;
	height:100%;
	display:block;
	object-fit:cover; /* garante corte uniforme mantendo proporção */
}
.gallery-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to top, rgba(0,0,0,0.55), rgba(0,0,0,0.05));
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 20px;
	color: #fff;
	transition: background 0.3s ease;
}
.gallery-item h3 {
	font-size: 18px;
	margin: 0 0 8px;
}
.gallery-tag {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #ff6600;
}
.gallery-text{
	display:none;
}
.gallery-item-video .gallery-overlay{
	justify-content:center;
	align-items:center;
	text-align:center;
	background: none;
}
.gallery-play-icon {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 2px solid rgba(255,255,255,0.9);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
	background: rgba(0,0,0,0.4);
}
.gallery-play-icon span {
	display: block;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 16px solid #ff6600;
	margin-left: 4px;
}
.gallery-text {
	margin-top: auto;
}
.gallery-item:hover .gallery-thumb {
	transform: scale(1.08);
}
.gallery-item:hover .gallery-overlay {
	background: linear-gradient(to top, rgba(0,0,0,0.95), rgba(0,0,0,0.3));
}

/* Modal para imagens da galeria */
.gallery-modal{
	display:none;
	position:fixed;
	z-index:9999;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.9);
	align-items:center;
	justify-content:center;
}
.gallery-modal-content{
	max-width:90%;
	max-height:90%;
	position:relative;
	pointer-events:none;
}
.gallery-modal-img{
	width:100%;
	height:auto;
	display:block;
	object-fit:contain;
	pointer-events:auto;
}
.gallery-modal-close{
	position:absolute;
	top:20px;
	right:30px;
	color:#fff;
	font-size:40px;
	font-weight:bold;
	cursor:pointer;
	z-index:10000;
	width:50px;
	height:50px;
	display:flex;
	align-items:center;
	justify-content:center;
	background:rgba(0,0,0,0.5);
	border-radius:50%;
	transition:all 0.3s ease;
	line-height:1;
}
.gallery-modal-close:hover{
	background:rgba(255,102,0,0.8);
	transform:scale(1.1);
}

/* Paginação da Galeria - apenas no mobile */
.gallery-wrapper .th-pagination{
	display:none !important; /* Escondido no desktop por padrão */
}
@media (max-width: 767px) {
	.gallery-wrapper .th-pagination{
		display:block !important; /* Mostra apenas no mobile */
		margin-top:40px;
		margin-bottom:30px;
		text-align:center;
	}
	.gallery-wrapper .th-pagination nav{
		display:flex !important;
		justify-content:center;
		align-items:center;
	}
	.gallery-wrapper .th-pagination .pagination{
		justify-content:center;
		align-items:center;
		flex-wrap:wrap;
		gap:8px;
	}
	.gallery-wrapper .th-pagination .pagination > li{
		margin:0;
	}
	.gallery-wrapper .th-pagination .pagination > li > a,
	.gallery-wrapper .th-pagination .pagination > li > span{
		min-width:44px;
		height:44px;
		line-height:44px;
		padding:0;
		text-align:center;
		border-radius:8px;
		border:2px solid rgba(255,255,255,0.2);
		background:rgba(255,255,255,0.1);
		color:#fff;
		font-size:16px;
		font-weight:600;
		transition:all 0.3s ease;
		display:flex;
		align-items:center;
		justify-content:center;
	}
	.gallery-wrapper .th-pagination .pagination > li > a:hover{
		background:rgba(255,69,0,0.8);
		border-color:#FF4500;
		color:#fff;
		transform:translateY(-2px);
	}
	.gallery-wrapper .th-pagination .pagination > .active > a,
	.gallery-wrapper .th-pagination .pagination > .active > span{
		background:#FF4500;
		border-color:#FF4500;
		color:#fff;
		box-shadow:0 4px 12px rgba(255,69,0,0.4);
	}
	.gallery-wrapper .th-pagination .pagination > .disabled > a,
	.gallery-wrapper .th-pagination .pagination > .disabled > span{
		opacity:0.4;
		cursor:not-allowed;
	}
	/* Garantir que a paginação seja visível no mobile */
	.gallery-wrapper .th-pagination nav,
	.gallery-wrapper .th-pagination ul.pagination{
		display:flex !important;
		visibility:visible !important;
		opacity:1 !important;
	}
}

/* Desktop: garantir que paginação esteja escondida */
@media (min-width: 768px) {
	.gallery-wrapper .th-pagination{
		display:none !important;
		visibility:hidden !important;
		opacity:0 !important;
		height:0 !important;
		overflow:hidden !important;
		margin:0 !important;
		padding:0 !important;
	}
}
/* Efeito suave no título e texto do banner da Galeria */
.page-head-slider .slider-title{
	transition: all 0.4s ease;
	text-shadow: 0 0 12px rgba(0,0,0,0.6);
}
.page-head-slider .slider-text{
	transition: all 0.4s ease;
	opacity: 0.9;
	/* Deixar igual ao parágrafo padrão (como no texto de contato) */
	font-size: 16px;
	line-height: 1.7;
	font-weight: 400;
	color: inherit;
}
.page-head-slider .slider-box:hover .slider-title{
	transform: translateY(-4px);
}
.page-head-slider .slider-box:hover .slider-text{
	transform: translateY(2px);
	opacity:1;
}
/*---dark color schemes---*/
.dark-page{background:#1f1f1f;}
.dark-page .content{
	background:#1f1f1f;
}
.dark-page .gray-bg {
    background: #1A1A1A;
}
.dark-page .small-title,.dark-page .blog-post-list h4{
	color:#fff;
}
.dark-page .dark-header {
    position: relative;
    background: #1f1f1f;
}
.dark-page h1, .dark-page h2, .dark-page h3, .dark-page h4, .dark-page h5, .dark-page h6,
.dark-page .contact-list i.fa,.dark-page .com-author{
	color:#fff;
}
.dark-page form input,.dark-page form textarea {
    background: #333;
    border-color: #424242;
}
.dark-page .content-btn::after {
    background: #1f1f1f;
}
.dark-page .gray-bg .content-btn::after{
	background: #1A1A1A;
}

/* ajuste específico: bloco "Fale Conosco" na contact page */
.dark-page .table-box .gray-bg{
	background:#1F1F1F;
}

.dark-page #related_posts,.dark-page .title-related-post,.dark-page .comment-content{
	border-color:#333;
}
.dark-page #searchform #s{
	border-color:#333;
}
.dark-page .border-post,.dark-page .widgettitle::after{
	background:#333;
}
.dark-page .com-btn {
    background: #e54427 none repeat scroll 0 0;
	border-color:#e54427;
}
.dark-page .pagination > li > a, .dark-page .pagination > li > span {
    background: #3333;
    border-color: #333;
}
.dark-page .pagination > li > a:hover,.dark-page .pagination > .active  > a{
	color:#fff;
	background-color: #e54427;
	border-color: #e54427;
}
/*-----------------------------HEADER SECTION-----------------------------------*/

/* Ajustes no container do Header */
.header.header-sobre {
	padding-top: 10px;
	background-color: transparent;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
}

.header.header-sobre .for-sticky {
	background: transparent !important;
	box-shadow: none !important;
}

.header.header-sobre .for-sticky.header-bg-dark {
	background: #131314 !important;
}

/* Remove icone social */
.header.header-sobre .header-icon {
    display: none;
}

/* Logo mais rente a esquerda */
.header.header-sobre .container-fluid {
	max-width: 100%;
	padding-left: 0;
	padding-right: 10px;
}
.header.header-sobre .logo-clean > a {
	padding-left: 0;
	margin-left: 0;
}
.header.header-sobre img {
	margin-left: 0;
}

/* Alinhamento dos itens e remoção de estilos de lista */
.header.header-sobre .navigation {
    display: flex;
    justify-content: flex-end; /* Joga o menu para a direita */
    align-items: center;       /* Centraliza verticalmente */
    list-style: none;
    margin: 0;
    padding-right: 0;
}

.header.header-sobre .navigation li {
    display: inline-block;
}

/* Estilo dos links */
.header.header-sobre .navigation li a {
    text-transform: uppercase; /* Caixa alta */
    padding: 10px 8px;         /* Mais juntos */
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    font-family: 'Arimo', sans-serif;
}

/* Cor Laranja para o item 'SOBRE' (Ativo) */
.header.header-sobre .navigation li a.active, 
.header.header-sobre .navigation li a:hover {
    color: #ff4500;
}

.header {
	position: absolute;
	z-index: 999;
	width:100%;
	padding-top:10px;
	top:0;
	left:0;
}
  
.white-header{
	position:relative;
	background:#fff;
}
.white-header .is-sticky .for-sticky {
    background: #fff;
    box-shadow: 0 0 5px 0 #eee;
}
.white-header .hamburger__icon, .white-header .hamburger__icon::before, .white-header .hamburger__icon::after { background:#1f1f1f;}
.white-header .header-icon li a,.white-header .navigation li a {
	color:#1f1f1f;
}
.clean-header .menu-box,.clean-header .is-sticky .menu-box{border:none;}
.logo {
    display: block;
    text-align: center;
	padding: 60px 0;
}
.logo-clean {
    display: block;
    float: left;
}
.menu-box {
    display: inline-block;
}
.box-header {
    float: right;
}
.container-fluid {
    max-width: 90%;
}
.navigation {
	display: block;
	list-style: outside none none;
	margin: 0;
	padding: 0;
	width: 100%;
}
.navigation li, .menu-box ul li {
    display: inline-block;
    position: relative;
}
.navigation li a {
	color: #fff;
	display: block;
	font-family: 'Arimo', sans-serif;
	font-size:15px;
	font-weight: bold;
	opacity: 0.6;
	padding: 20px 15px;
}

.navigation li a:hover {
	opacity: 1;
}
.navigation .current > a {
	opacity: 1;
}
.for-sticky {
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
}
.is-sticky .for-sticky {
	background: #1f1f1f none repeat scroll 0 0;
}
.menu-box ul li ul {
    background: rgba(0,0,0,0.8);
    border: 1px solid #333;
    left: 0;
    line-height: 1;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: left;
    top: 100%;
    width: 200px;
    z-index: 3;
}
.menu-box > ul >li:last-child ul{
	left: auto;
	right:0;
}
.navigation li, .menu-box ul ul li {
    display: block;
    position: relative;
}
.menu-box ul li ul li ul {
    left: 100%;
    top: 0;
}
.menu-box .navigation li ul li a, .menu-box ul li ul li a {
    line-height: 1.7;
    padding: 15px 17px;
	text-transform:capitalize;
	color: #fff;
}
.menu-box ul > li > ul {
    display: none;
}
.box-mobile {
	float: right;
	padding-right: 30px;
}
.mobile-menu {
	background: none repeat scroll 0 0 #ffffff;
	display: block;
	height: 0;
	list-style: none outside none;
	margin: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-align: center;
	top: 100%;
	width: 100%;
	z-index: 3;
	padding: 0;
	max-height: 480px;
	overflow-y: auto;
}
.mobile-menu.in {
	border: 1px solid #EEEEEE;
	max-height: 480px;
	overflow-x: hidden;
	overflow-y: auto;
	height: auto;
}
.mobile-menu li a {
	display: block;
	font-size: 11px;
	padding: 8px 15px;
	text-decoration: none;
	text-transform: uppercase;
	border-top: none;
}
.menu-btn {
	color: #fff;
	cursor: pointer;
	height: 30px;
	line-height: 30px;
	margin: 11px 0;
	text-align: center;
	width: 30px;
	z-index: 3;
	font-size: 18px;
}
.clean-header .menu-btn {
    margin: 19px 0;
}

.logo-clean > a {
    display: inline-block;
    padding: 9px 0;
}
.clean-header .logo1 {
    max-height: 50px;
}
.is-sticky .for-sticky {
    box-shadow: 0 0 5px 0 #222;
}
.header-icon {
    list-style: none;
    padding: 0;
    text-align: right;
    display: block;
    margin-left: 40px;
    float: right;
}
.header-icon li {
    display: inline-block;
    vertical-align: middle;
}
.header-icon li a{
	padding:20px 5px;
	display:block;
	color:#fff;
	opacity: 0.6;
}
.header-icon li a:hover{
	opacity: 1;
}
/*-----------------------------SLIDER SECTION-----------------------------------*/
.home-slider{background:#fff;}
.slider > .slide{display:none;}
.slide > .slide:first-child{display:block;}
.slider-img-bg {
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
	background-size: cover;
	background-position: 50% 50%;
	z-index: -2;
}
.slider-line {
    height: 1px;
    width: 300px;
    background: #fff;
    margin: auto;
    margin-bottom: 40px;
}
.slider-hidden{overflow:hidden;}
.slider-mask{
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    height: 100%;
    left: 0%;
    position: absolute;
    top: 0%;
    width: 100%;
    z-index: -1;
}

/* Overrides for contact page head slider (text left, image right) */
.page-head-slider.se .slide{
	position:relative;
	overflow:hidden;
}
.page-head-slider.se .slider-img-bg{
	right:0;
	left:auto;
	width:50%;
	z-index:0;
	background-position:center right;
}
.page-head-slider.se .slider-mask{
	width:50%;
	background:#1F1F1F;
	z-index:0;
}
.page-head-slider.se .slider-box{
	position:relative;
	z-index:1;
}
.page-head-slider.se .slider-content.left-box-slider{
	max-width:50%;
}

@media (max-width: 768px){
	.page-head-slider.se .slider-img-bg,
	.page-head-slider.se .slider-mask{
		width:100%;
	}
	.page-head-slider.se .slider-img-bg{
		z-index:-2 !important;
		background-size: cover !important;
		background-position: center center !important;
		background-repeat: no-repeat !important;
	}
	.page-head-slider.se .slider-mask{
		z-index:-1 !important;
	}
	.page-head-slider.se .slider-content.left-box-slider{
		max-width:100%;
	}
}
.slider-box {
    padding-bottom: 140px;
    padding-top: 220px;
    position: relative;
}
.slide{
	position:relative;
	overflow:hidden;
}
.slider-title {
    color: #fff;
    font-size: 60px;
    margin: 0 0 30px;
    text-transform: capitalize;
}
.slider-text {
    color: #fff;
    margin-bottom: 40px;
}
.fa.fa-long-arrow-right.slick-arrow {
    left: auto;
    right: 20px;
}
.slick-arrow {
    position: absolute;
    left: 20px;
	opacity:0;
    font-size: 30px;
    color: #fff;
    z-index: 3;
    margin-top: -15px;
    top: 50%;
    cursor: pointer;
	-webkit-transition:all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}
.slick-arrow:hover{padding:0 10px;}
.slider:hover .slick-arrow{
	opacity:1;
}
.btn-relative{overflow:hidden;display:inline-block;}
.slider-btn {
    background: #e54427 none repeat scroll 0 0;
    color: #fff;
	display: inline-block;
    font-family: 'Arimo', sans-serif;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 10px 40px;
    text-transform: uppercase;
	position:relative;
	overflow:hidden;
	z-index:1;
	 -webkit-transition-duration: 1.5s; 
    transition-duration: 1.5s;
}
.slider-btn:hover{color:#e54427;}
.slider-btn::before {
    background: #eee none repeat scroll 0 0;
    border-radius: 200px;
    content: "";
    display: block;
    height: 200px;
    left: -50%;
    margin-top: -100px;
    position: absolute;
    top: 50%;
    width: 200px;
	opacity:0.3;
    z-index: -1;
	transform: scale(0);
	-ms-transform: scale(0);
    -webkit-transform: scale(0);
	-webkit-transition:all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
	-webkit-transition-duration: 0.8s; 
    transition-duration: 0.8s;
}
.slider-btn::after {
    background: #fff none repeat scroll 0 0;
    border-radius: 200px;
    content: "";
	opacity:0.3;
    display: block;
    height: 200px;
    left: -50%;
    margin-top: -100px;
    position: absolute;
    top: 50%;
    width: 200px;
    z-index: -1;
	transform: scale(0);
	-ms-transform: scale(0);
    -webkit-transform: scale(0);
	-webkit-transition:all 0.4s ease-in 0s;
    transition: all 0.4s ease-in 0s;
	transition-delay:0.3s;
}
.slider-btn:hover::after,.slider-btn:hover::before{
	opacity:1;
	transform: scale(4);
	-ms-transform: scale(4);
    -webkit-transform: scale(4);
}
.slider-content {
    max-width: 800px;
    width: 100%;
    text-align: center;
    margin: auto;
}
.slider-content.left-box-slider {
    margin: 0;
    text-align: left;
}
.left-box-slider .slider-line {
    margin: 0;
    margin-bottom: 25px;
    background: #e54427;
    height: 5px;
    width: 150px;
    margin-top: -15px;
}
.page-head-slider .slider-box {
    padding-top: 265px;   /* aumentado mais um pouco */
    padding-bottom: 170px; /* aumentado mais um pouco */
}
/*------------------------------VIDEO BACKGROUND SECTION---------------------------------*/

#bg-video {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}
#big-video-wrap {
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}
#big-video-vid {
	position: absolute;
}
#big-video-wrap img {
	max-width: none;
	position: absolute;
}
.vjs-big-play-button, .vjs-text-track-display, .vjs-control-bar {
	display: none;
}
.vjs-hidden {
    display: none;
}
/*-----------------------------ABOUT 5s; 
    transition-duration: 1.5s;
}
.content-btn:hover{color:#e54427;border:1px solid #e54427;}
.content-btn::before {
    background: #eee none repeat scroll 0 0;
    border-radius: 200px;
    content: "";
    display: block;
    height: 200px;
    left: -50%;
    margin-top: -100px;
    position: absolute;
    top: 50%;
    width: 200px;
	opacity:0.3;
    z-index: -1;
	transform: scale(0);
	-ms-transform: scale(0);
    -webkit-transform: scale(0);
	-webkit-transition:all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
	-webkit-transition-duration: 0.8s; 
    transition-duration: 0.8s;
}
.content-btn::after {
    background: #fff none repeat scroll 0 0;
    border-radius: 200px;
    content: "";
	opacity:0.3;
    display: block;
    height: 200px;
    left: -50%;
    margin-top: -100px;
    position: absolute;
    top: 50%;
    width: 200px;
    z-index: -1;
	transform: scale(0);
	-ms-transform: scale(0);
    -webkit-transform: scale(0);
	-webkit-transition:all 0.4s ease-in 0s;
    transition: all 0.4s ease-in 0s;
	transition-delay:0.3s;
}
.content-btn:hover::after,.slider-btn:hover::before{
	opacity:1;
	transform: scale(4);
	-ms-transform: scale(4);
    -webkit-transform: scale(4);
}
.box-small-icon .content-btn{
	margin-bottom:40px;
}
/*-----------------------------ABOUT HERO SECTION-----------------------------------*/
body.page-sobre,
body.page-sobre .sec,
body.page-sobre .about-video-section,
body.page-sobre .about-mission-section,
body.page-sobre .about-hero-section {
    background-color: #131314 !important;
}

body.page-sobre h1,
body.page-sobre h2,
body.page-sobre h3,
body.page-sobre h4,
body.page-sobre h5,
body.page-sobre h6,
body.page-sobre p,
body.page-sobre div {
    color: #fff;
}

body.page-sobre .about-images-gallery,
body.page-sobre .about-images-gallery .gallery-item {
    background-color: #131314 !important;
}

body.page-sobre .port-box,
body.page-sobre .port-inner,
body.page-sobre .port-item {
    background-color: #131314 !important;
}

.about-hero-section {
    position: relative;
    padding: 40px 0;
    overflow: hidden;
    background-color: #131314;
}

.about-hero-section h1 {
    transform: translateY(-3cm);
}

.about-hero-section h2 { 
    font-size: 14px;
    line-height: 1.6;
    text-align: justify;
    text-justify: inter-word;
    max-width: calc(100% - 2cm);
    margin-left: 1cm; /* desktop */
}

/* MOBILE */
@media (max-width: 768px) {
    .about-hero-section h2 {
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        text-align: justify; /* mantém alinhado */
    }
}







.about-images-gallery,
.about-hero-section,
.port-box,
.port-inner,
.port-item {
    will-change: transform;
    backface-visibility: hidden;
    transform: translateZ(0);
}
.about-images-gallery,
.about-hero-section,
.port-box,
.port-inner,
.port-item {
    will-change: transform;
    backface-visibility: hidden;
    transform: translateZ(0);
}
body.page-sobre .about-us {
    background-color: #131314;
}
.footer.footer-two::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000; /* ou rgba(0,0,0,0.9) */
    z-index: -1;
}


.footer.footer-two::before {
    background-color: #131314 !important;
}
/* Estilização do botão de play */
.about-video-placeholder {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: relative;
    cursor: pointer;
}

.about-video-play-button {
    width: 60px;
    height: 60px;
    border: 5px solid #f16634; /* Borda laranja */
    border-radius: 50%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.9s ease;
    background-color: #000; /* Fundo preto */
    box-shadow: none !important; /* Remove qualquer sombra */
}

/* Ícone de play (triângulo laranja) */
.about-video-play-button::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 18px; /* Triângulo */
    border-color: transparent transparent transparent #f16634; /* Triângulo laranja */
    margin-left: 5px; /* Ajuste para centralizar visualmente */
    background: transparent !important; /* Garante que não tenha fundo */
    box-shadow: none !important; /* Garante que não tenha sombra */
}

/* Remove explicitamente qualquer pseudo-elemento ::after que possa estar causando duplicação */
.about-video-play-button::after {
    content: none !important;
    display: none !important;
}

/* Efeito hover */
.about-video-wrapper:hover .about-video-play-button {
    transform: scale(1.1);
}

.about-video-wrapper {
    position: relative;
    width: 100%;
    height: 470px;    /* ou ajuste conforme necessário */
    background-color: #000;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}


/*-----------------------------TEAM SECTION-----------------------------------*/

.team-sicon {
    padding: 0;
    display: block;
    position: relative;
    z-index: 33;
}
.team-sicon li {
    display: inline-block;
}
.team-sicon li a {
    color: #fff;
    padding: 10px;
    padding-left: 0;
}
.team-sicon li a:hover{
	opacity:0.4;
}
.team-list .port-dbox {
    width: auto;
}
.team-list-two .col-md-3 {
    padding: 0;
}
.team-list-two .port-inner {
    margin: 0;
}
.team-list-two .dbox-relative {
    background: transparent;
	padding: 0 20px;
}
.team-list-two .team-sicon li a{
	color:#e54427;
}
/*-----------------------------WORKS SECTION-----------------------------------*/
.port-item {
    padding: 0;
}
.port-inner {
    margin: 5px;
    overflow: hidden;
    position: relative;
}
.port-box {
    display: block;
    padding: 60% 0;
    position: relative;
    background: rgba(19, 19, 20, 0.9); /* #131314 with opacity if needed, or solid #131314 */
    background-color: #131314;
    z-index: 1;
    opacity: 0;
	-webkit-transition: all 0.5s cubic-bezier(0.5, 0, 0.4, 1);
	-moz-transition: all 0.5s cubic-bezier(0.5, 0, 0.4, 1);
	-ms-transition: all 0.5s cubic-bezier(0.5, 0, 0.4, 1);
	-o-transition: all 0.5s cubic-bezier(0.5, 0, 0.4, 1);
	transition: all 0.5s cubic-bezier(0.5, 0, 0.4, 1);
}
.port-inner:hover .port-box{opacity:0.3;}
.portfolio-type-two .port-box{
	padding:51%;
}
.portfolio-type-two .port-inner{
	margin:0;
}
.port-short .slider-padding {
    padding: 39.5%;
}
.portfolio-type-four .slider-center-box > h3 {
    font-size: 30px;
}
.port-link {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3;
}

.port-img {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.img-mask {
	z-index: 2;
	-webkit-transition: all 0.5s cubic-bezier(0.5, 0, 0.4, 1);
	-moz-transition: all 0.5s cubic-bezier(0.5, 0, 0.4, 1);
	-ms-transition: all 0.5s cubic-bezier(0.5, 0, 0.4, 1);
	-o-transition: all 0.5s cubic-bezier(0.5, 0, 0.4, 1);
	transition: all 0.5s cubic-bezier(0.5, 0, 0.4, 1);
}
.ani-width .img-mask {
	background: #fff none repeat scroll 0 0;
	height: 110%;
	position: absolute;
	right: -10px;
	top: -10px;
	bottom:-10px;
	width: 50%;
	transform:scale(1,1);
	transform-origin:right;
	-ms-transform: scale(1,1); 
    -ms-transform-origin:right; 
    -webkit-transform: scale(1,1);
    -webkit-transform-origin:right;
}

.gray-bg .ani-width .img-mask{
	background:#fafafa;
}
.dark-page .ani-width .img-mask {background:#1f1f1f;}
.dark-page .gray-bg .ani-width .img-mask{background:#1A1A1A;}
.full-ani-width .img-mask {
	-ms-transform: scale(0,1);
    -webkit-transform: scale(0,1);
	transform:scale(0,1);
}
.width-img {
	-webkit-transition: all 0.6s cubic-bezier(0.9, 0, 0.3, 1);
	-moz-transition: all 0.6s cubic-bezier(0.9, 0, 0.3, 1);
	-ms-transition: all 0.6s cubic-bezier(0.9, 0, 0.3, 1);
	-o-transition: all 0.6s cubic-bezier(0.9, 0, 0.3, 1);
	transition: all 0.6s cubic-bezier(0.9, 0, 0.3, 1);
}
.ani-width .width-img {
	opacity: 0;
}
.full-ani-width .width-img {
	opacity: 1;
}
.port-filter {
    list-style: outside none none;
    margin: 0 0 20px;
    padding: 0;
    text-align: center;
}
.port-filter-two{
	margin:20px 0;
}
.port-filter a.active {
    color: #fff;
    background: #e54427;
}
.port-filter a {
    background: transparent;
    display: inline-block;
    font-family: quicksand;
    font-size: 14px;
    padding: 5px 20px;
    text-transform: uppercase;
    z-index: 1;
    position: relative;
    overflow: hidden;
    font-weight: 600;
    color: #e54427;
}
.port-filter a:hover{color:#fff;}
.port-filter a::before {
    background: #e54427 none repeat scroll 0 0;
	opacity:0.3;
    border-radius: 200px;
    content: "";
    display: block;
    height: 200px;
    left: -50%;
    margin-top: -100px;
    position: absolute;
    top: 50%;
    width: 200px;
	opacity:0.3;
    z-index: -1;
	transform: scale(0);
	-ms-transform: scale(0);
    -webkit-transform: scale(0);
	-webkit-transition:all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
	-webkit-transition-duration: 0.8s; 
    transition-duration: 0.8s;
}
.port-filter a::after {
    background: #e54427 none repeat scroll 0 0;
    border-radius: 200px;
    content: "";
	opacity:0.3;
    display: block;
    height: 200px;
    left: -50%;
    margin-top: -100px;
    position: absolute;
    top: 50%;
    width: 200px;
    z-index: -1;
	transform: scale(0);
	-ms-transform: scale(0);
    -webkit-transform: scale(0);
	-webkit-transition:all 0.4s ease-in 0s;
    transition: all 0.4s ease-in 0s;
	transition-delay:0.3s;
}
.port-filter a:hover::after,.port-filter a:hover::before{
	opacity:1;
	transform: scale(4);
	-ms-transform: scale(4);
    -webkit-transform: scale(4);
}

.port-filter > li {
    display: inline-block;
}
.dbox-relative h3 {
    font-size: 22px;
    margin: 0;
    text-transform: capitalize;
    color: #fff;
}
.dbox-relative p {
    color: #fff;
    font-family: quicksand;
    line-height: 1.2;
    font-weight: 600;
    opacity: 0.8;
}

.port-dbox {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
	z-index:1;
}

.port-inner:hover .dbox-relative {
    opacity: 1;
	transform: scale(1);
	-ms-transform: scale(1);
    -webkit-transform: scale(1);
}
.dbox-relative {
    background: #e54427;
    opacity: 0;
    padding: 20px 40px;
    transition: 0.3s;
    margin: 30px;
    z-index: 1;
	transform: scale(0);
	-ms-transform: scale(0);
    -webkit-transform:scale(0);
	-webkit-transition:all 0.4s ease-in 0s;
    transition: all 0.4s ease-in 0s;
}
.portfolio-type-two .dbox-relative {
    background: transparent;
    transform: translateY(-50%);
	-ms-transform: translateY(-50%);
    -webkit-transform:translateY(-50%);
    top: 0;
    bottom: auto;
    padding: 40px;
}
.portfolio-type-two .port-inner:hover .dbox-relative {
    opacity: 1;
	transform: scale(1) translateY(0);
	-ms-transform: scale(1) translateY(0);
    -webkit-transform: scale(1) translateY(0);
}
.portfolio-type-two .dbox-relative p {
    color: #e54427;
    opacity: 1;
}
.other-portfolio .port-box {
    padding: 50% 0;
}
.other-portfolio .port-item{
	float:left;
}
.port-detail {
    list-style: none;
    padding: 0;
    display: inline-block;
    font-family: quicksand;
    font-size: 16px;
}
.port-detail li {
    display: inline-block;
    margin-right: 10px;
}
.port-gallery-body .col-md-12 .port-box {
    padding: 30% 0;
}
.port-top-gallery .port-box {
    padding: 35% 0;
}
.other-portfolio {
    text-align:center;
}
.op-title {
    font-size: 30px;
    text-transform: uppercase;
    margin: 0;
}
.op-sub {
    line-height: 1;
    font-family: quicksand;
    font-size: 17px;
    margin-bottom: 40px;
}

.single-work-title {
    font-size: 60px;
    margin: 0 0 30px;
    text-transform: capitalize;
}
.swork-line {
    margin-bottom: 25px;
    background: #e54427;
    height: 5px;
    width: 150px;
    margin-top: -15px;
}
/*-----------------------------TESTIMONIAL SECTION-----------------------------------*/
#testimonial {
    position: relative;
    z-index: 1;
}
#testimonial p {
    font-family: playfair display;
    font-size: 22px;
    font-style: italic;
}
#testimonial .testi-from {
    font-family: quicksand;
    font-size: 13px;
    font-style: normal;
    text-transform: uppercase;
}
#testimonial h3 {
    font-size: 20px;
    margin: 20px 0 0;
}
#testimonial > div {
    margin: auto;
    max-width: 900px;
    text-align: center;
}
#testimonial .fa {
    border-radius: 100px;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    margin: 20px;
    width: 50px;
    background: #e54427;
    color: #fff;
}
.with-bg #testimonial p ,.with-bg #testimonial h3 {color:#fff;}
.with-bg {
    padding: 150px 0;
}
.with-bg .slider-mask{background: rgba(0, 0, 0, 0.5) none repeat scroll 0 }
/*-----------------------------CONTACT SECTION-----------------------------------*/
.contact-list {
    list-style: outside none none;
    margin: 20px 0;
    padding: 0;
}
.contact-list > li {
    margin-bottom: 10px;
}
.contact-list i.fa {
    color: #1f1f1f;
    display: inline-block;
    font-size: 18px;
    margin-right: 7px;
}
.map_canvas {
    height: 500px;
}
.box-map {
    line-height: 1;
    padding: 20px 0 20px 20px;
    text-align: center;
    width: 100%;
}
.box-map > h3 {
    font-size: 16px;
    letter-spacing: 3px;
    margin: 10px 0 10px;
    text-transform: uppercase;
}
form input,form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #ddd;
	color: #888;
	line-height: inherit;
	padding: 8px 13px;
	width: 100%;
	background: #fff;
}
#MyContactForm{text-align:left;}
#MyContactForm p span {
    display: block;
    letter-spacing: 2px;
    text-transform: uppercase;
}
input:focus, textarea:focus {
	border-color: #aaa;
}
::-webkit-input-placeholder {
 color: #999;
}
#MyContactForm p label {
    cursor: text;
    display: block;
    margin: 0;
    position: relative;
    top: 0;
    width: 100%;
}
:-moz-placeholder { /* Firefox 18- */
 color: #999;
}

::-moz-placeholder {  /* Firefox 19+ */
 color: #999;
}

:-ms-input-placeholder {
 color: #999;
}
#form-wrapper #MyContactForm .error {
    bottom: 12px;
    color: #FF0000;
    font-family: inherit;
    font-size: 12px;
    font-weight: normal;
    left: auto;
	font-style:italic;
    letter-spacing: 0;
    position: absolute;
    right: 20px;
    text-transform: capitalize;
    width: auto;
}
.contact-btn {
    background: #e54427 none repeat scroll 0 0;
    color: #fff;
	border:1px solid #e54427;
	display: inline-block;
    font-family: 'Arimo', sans-serif;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 5px 40px;
    text-transform: uppercase;
	position:relative;
	overflow:hidden;
	z-index:1;
	 -webkit-transition-duration: 1.5s; 
    transition-duration: 1.5s;
}
.contact-btn:hover{color:#e54427;border:1px solid #e54427;}
.contact-btn::before {
    background: #eee none repeat scroll 0 0;
    border-radius: 200px;
    content: "";
    display: block;
    height: 200px;
    left: -50%;
    margin-top: -100px;
    position: absolute;
    top: 50%;
    width: 200px;
	opacity:0.3;
    z-index: -1;
	transform: scale(0);
	-ms-transform: scale(0);
    -webkit-transform: scale(0);
	-webkit-transition:all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
	-webkit-transition-duration: 0.8s; 
    transition-duration: 0.8s;
}
.contact-btn::after {
    background: #fff none repeat scroll 0 0;
    border-radius: 200px;
    content: "";
	opacity:0.3;
    display: block;
    height: 200px;
    left: -50%;
    margin-top: -100px;
    position: absolute;
    top: 50%;
    width: 200px;
    z-index: -1;
	transform: scale(0);
	-ms-transform: scale(0);
    -webkit-transform: scale(0);
	-webkit-transition:all 0.4s ease-in 0s;
    transition: all 0.4s ease-in 0s;
	transition-delay:0.3s;
}
.dark-page .contact-btn::after{background:#1f1f1f;}
.dark-page .gray-bg .contact-btn::after{background:#1A1A1A;}
.contact-btn:hover::after,.slider-btn:hover::before{
	opacity:1;
	transform: scale(4);
	-ms-transform: scale(4);
    -webkit-transform: scale(4);
}
#MyContactForm p {
	position: relative;
}
.response h3 {
    font-size: 22px;
    margin: 10px 0 25px;
    text-transform: uppercase;
}
/*-----------------------------FOOTER SECTION-----------------------------------*/
.footer {
    background: #000;
    text-align: center;
    padding: 100px 0;
	font-size:15px;
	line-height:1.2;
	font-family: 'Arimo', sans-serif;
}
.footer-icon {
    padding: 0;
	margin-top:20px;
    list-style: none;
}
.footer-icon li {
    display: inline-block;
}
.footer-icon li a {
    color: #fff;
    display: block;
	font-size:15px;
    padding: 10px;
	opacity:1;
	font-family: 'Arimo', sans-serif;
}
.footer-icon li  a:hover{opacity:0.5;}
.footer-img {
    margin-bottom: 40px;
}
.footer a{color:#e54427; font-family: 'Arimo', sans-serif;}
.footer a:hover{color:#fff;}
/*-----------------------------BLOG SECTION-----------------------------------*/
.blog-header {
    background: #1f1f1f none repeat scroll 0 0;
    position: relative;
    z-index: 999;
}
.blog-header-slider {
    background: #fafafa none repeat scroll 0 0;
}
.blog-img-bg {
    background-position: center center;
    background-size: cover;
    height: 500px;
    overflow: hidden;
}
.small-title {
    font-size: 30px;
    margin: 0 0 20px;
}
.blog-post-list h4 {
    font-size: 20px;
    margin: 10px 0 20px;
	-webkit-transition: ease .5s;
	-moz-transition: ease .5s;
	-o-transition: ease .5s;
	-ms-transition: ease .5s;
	transition:ease .5s;
}
.blog-post-list a:hover h4 {
    color: #e54427;
}
.blog-box {
	margin: 0 15px;
	position: relative;
	top: 50%;
	-ms-transform: translateY(-50%) scale(0, 0);
    -webkit-transform:  translateY(-50%) scale(0, 0);
	transform:  translateY(-50%) scale(0, 0);
    z-index: 1;
	transition:ease .5s;
	-webkit-transition: ease .5s;
	-moz-transition: ease .5s;
	-o-transition: ease .5s;
	-ms-transition: ease .5s;
}
.blog-header-slider:hover .slide-nav{opacity:1;}
.blog-img-bg:hover .blog-box {
	-ms-transform: translateY(-50%) scale(1, 1);
    -webkit-transform: translateY(-50%) scale(1, 1);
	transform: translateY(-50%) scale(1, 1);
    z-index: 1;
}
.blog-box-inner {
    border: 4px solid #fff;
    margin: auto;
    padding: 30px;
    position: relative;
    text-align: center;
    top: auto;
    max-width: 300px;
	-ms-transform: none;
    -webkit-transform: none;
	transform: none;
	text-align: center;
}

.blog-box h3 {
    font-size: 20px;
    letter-spacing: 2px;
    margin: 10px 0 30px;
	color: #fff;
    text-transform: uppercase;
}
.blog-box .slide-btn {
    font-size: 13px;
    letter-spacing: 3px;
    padding: 13px 25px;
}
.blog-box p {
    color: #fff;
    font-family: playfair display;
    font-style: italic;
    margin-bottom: 0;
}
.blog-title {
    display: block;
    font-size: 60px;
    margin: 0 0 10px;
    position: relative;
}
.blog-slider-box {
    padding: 27% 0;
}
.fa.fa-arrow-right.slick-arrow {
    left: auto;
    right: 20px;
}
.post-detail {
    font-size: 15px;
    font-weight: 600;
	padding:0;
    list-style: outside none none;
    text-transform: uppercase;
    font-family: quicksand;
}
.post-detail > li {
    display: inline-block;
    margin-right: 20px;
}
.post-detail > li i {
    background: #e54427 none repeat scroll 0 0;
    border-radius: 100px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin-right: 2px;
    text-align: center;
    width: 30px;
}
.border-post {
    background: #eee none repeat scroll 0 0;
    display: block;
    height: 1px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 40px;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #e54427  ;
    border-color: #e54427  ;
    color: #FFFFFF;
    cursor: default;
    z-index: 2;
}
.pagination li a:hover{color:#000000;}
.pagination > li > a, .pagination > li > span {
    color: inherit;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.blog-slider:hover .slide-nav {
	opacity: 1;
}
.blog-mason .blog-title {
    border-bottom: 1px solid #eee;
    font-size: 20px;
    padding-bottom: 20px;
}
.share-box a {
    display: inline-block;
    margin-left: 5px;
}
.share-box {
    font-family: playfair display;
    font-style: italic;
    padding-top: 20px;
	text-align:right;
}
.title-related-post {
    border-bottom: 1px solid #eee;
    font-size: 18px;
    letter-spacing: 1px;
    margin: 5px 0 40px;
    padding: 20px 0;
    text-transform: uppercase;
}
.related-title {
    font-size: 16px;
    margin: 10px 0 5px;
    text-transform: uppercase;
}
.related-cat {
    font-family: playfair display;
    font-style: italic;
    line-height: 1;
    margin-bottom: 20px;
}
#related_posts .col-sm-4{ margin-bottom:20px;}
#related_posts .col-sm-4 img{
opacity:1;
transition:0.3s;
}
#related_posts .col-sm-4:hover img{opacity:0.7;}
#related_posts .col-sm-4:nth-child(4) {
    clear: left;
}
#related_posts {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}
.footer.footer-two.clearfix {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: -1;
    left: 0;
}
/*-----------------------------SIDEBAR SECTION----------------------------------*/
.widgettitle {
    display: block;
    font-size: 35px;
    line-height: 1;
    margin: 0 0 20px;
    position: relative;
}
.widgettitle::after {
    content: "";
    width: 100px;
    height: 1px;
    background: #eee;
    display: block;
    margin-top: 20px;
}
.widget {
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.widget ul {
    padding: 0 0 0 20px;
}
#searchform {
    margin: 0x;
    position: relative;
}
#searchform #s {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #ddd;
    display: block;
    height: 50px;
    margin: 0;
    padding: 10px 45px 10px 15px;
    width: 100%;
}
#searchform #s:focus{border-color:#aaa;}
#searchform #searchsubmit {
    background: url("../images/search.png") no-repeat scroll center center #e54427  ;
    height: 30px;
	border-radius:100px;
    right: 10px;
    line-height: 1;
    margin-top: -15px;
    padding: 0;
    position: absolute;
    text-indent: -99999px;
    top: 50%;
    transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
    width: 30px;
	border:none;
}
#searchform #searchsubmit:hover{background-color:#b9b9b9  ;}
.widget ul li {
    list-style: outside none square;
    margin-bottom: 5px;
}
.tagcloud a {
    border: 1px solid #e54427;
    color: #e54427;
    display: inline-block;
	background:transparent;
    font-size: 11px;
    letter-spacing: 1px;
    margin-bottom: 5px;
    padding: 6px 17px;
    text-transform: uppercase;
}
.tagcloud a:hover{color:#fff;background:#e54427 ;}


.widget-about-us {
    text-align: center;
}
.widget-about-us h3 {
    color: #fff;
    display: inline-block;
    font-size: 35px;
    font-weight: 800;
    letter-spacing: 4px;
    margin: 0 0 20px;
    max-width: 100%;
    overflow-wrap: break-word;
    padding: 0 0 10px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}
.bordering-widget {
    background:#e54427;
    color: #fff;
    margin: 20%;
    padding: 20px;
    position: absolute;
    top: 0;
    width: 60%;
}
.abtw-box {
    position: relative;
	margin-bottom:20px;
	color:#fff;
}

.wdg-about-subtitle {
    font-family: "Playfair Display",serif;
    font-size: 18px;
    font-style: italic;
    line-height: 1;
    margin-bottom: 20px;
}
.widget .abtw-soc {
    list-style: outside none none;
    margin: 20px 0 0;
    padding: 0;
}
.widget .abtw-soc > li {
    display: inline-block;
    list-style: outside none none;
}
.abtw-soc a {
    border: 1px solid;
    border-radius: 100px;
    color: #e54427;
    display: inline-block;
    height: 30px;
    line-height: 28px;
    width: 30px;
}
.abtw-soc a:hover{
	color:#fff;
	background:#e54427;
	border-color:#e54427;
}

/*-------------COMMENTS SECTION-------------*/
.comment-list, .com-child {
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
}
.comment-list{padding:0;}
.comment-ava > img {
    border: 1px solid #ddd;
    padding: 5px;
    width: 100px;
}
.comment-ava {
    float: left;
    padding-right: 20px;
    width: 20%;
}
.com-box {
    float: left;
    width: 80%;
}
.comment-list .comment {
    display: block;
    margin: 10px 0;
    overflow: hidden;
}
.com-author {
    color: #555555;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
}
.com-reply {
    float: right;
    font-size: 13px;
}
.com-meta {
    font-size: 12px;
    font-style: italic;
}
.comment-content {
    border-bottom: 1px solid #eee;
    overflow: hidden;
    padding: 20px 0;
}
.com-btn {
	background: #e54427 none repeat scroll 0 0;
	color: #fff;
	border: 1px solid #e54427;
	display: inline-block;
	font-family: 'Arimo', sans-serif;
	font-weight: bold;
	letter-spacing: 2px;
	padding: 5px 40px;
	text-transform: uppercase;
	position: relative;
	overflow: hidden;
	z-index: 1;
	border:1px solid #e54427; 
	width:auto;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
}

.com-btn:hover{background:transparent ;color:#e54427 ;border:1px solid #e54427;}
.comment-top > span {
    display: block;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}
.title-strong {
    font-size: 16px;
    margin: 0;
    text-transform: uppercase;
}
.pagination > li > a, .pagination > li > span{color:inherit;}
/*-----------------------------MEDIA QUERIES-----------------------------------*/
@media (max-width:1199px) {
.port-item{width:33.3%;}
.other-portfolio .port-item,.port-gallery-body .port-item{width:50%;float:left}
.blog-title {
    font-size: 50px;
}
}
@media (max-width:992px) {
.slider-title,.blog-title ,.hero-title{
    font-size: 40px;
}
.cell-left-border{border:none;}
.content-title,.table-content h3 {
    font-size: 50px;
}
.container-fluid {
    max-width:100%;
}
.slider-line{display:none;}
.port-item{width:50%;}
.table-cell-box,.box-30,.box-70{width:100%;display:block;}
}
@media (max-width: 767px) {
.content-title,.table-content h3,.hero-title {
    font-size: 40px;
}
.box-with-icon {
    padding: 0;
}
.box-with-icon .fa {
    position: relative;
}
}
@media (max-width: 600px) {
.port-item,.other-portfolio .port-item,.port-gallery-body .port-item{width:100%;float:none;}
.cell-line{display:none;}
.slider-title,.blog-title,.hero-title {
    font-size: 30px;
}
.slider-box {
    padding-bottom:100px;
    padding-top: 150px;
}
.page-head-slider .slider-box {
    padding-top: 80px;
    padding-bottom: 40px;
}
}
