/* CSS Document */


/* 
*
*
[Table of contents]
*
*
*
    font / @import url
    preloader / .preloader 
    general / body
    button / .btn 
    wrapper / .content-wrapper
    logo / .logo  
    main menu / .white nav  
    home slideshow / #bgslideshow
    homestatic / #home
    type js / .slider-type
    pricelist / .pricelist
    guest / .guest
    team / .team
    testimonial / .owl-theme .owl-dots .owl-dot
    gallery / .filter-wraper
    main-serv / .main-serv
    map / #map
    icon scroll / .icon-scroll
    totop / #totop
    contact / .contact
    form / .form-control
    Magnific Popup CSS / .mfp-bg
    scroll onStep / .onStep

*
*
*/

/* font */
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,400i,500,500i,600&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500&display=swap');

/* preloader */
.preloader {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 99999;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-flow: row nowrap;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
background: #fefefe;
}
.preloader-white {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 99999;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-flow: row nowrap;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
background: #fff;
}
.mainpreloader {
position: relative;
animation: rotate 1s infinite linear;
border: 3px solid rgba(0, 0, 0, .1);
width: 40px;
height: 40px;
margin-right: -24px;
border-radius: 999px;
}
.mainpreloader span {
position: absolute;
width: 40px;
height: 40px;
border: 3px solid transparent;
/* border-top: 3px solid #424242; */
border-top: 3px solid #424242;
top: -3px;
left: -3px;
border-radius: 999px;
}
@-webkit-keyframes rotate {
0% {
-webkit-transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
}
}
@keyframes rotate {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.logo-preloader {
animation: fadeimg 1s infinite linear;
}
@-webkit-keyframes fadeimg {
0% {
opacity: 1;
}
50% {
opacity: 0.6;
}
100% {
opacity: 1;
}
}
@keyframes fadeimg {
0% {
opacity: 1;
}
50% {
opacity: 0.6;
}
100% {
opacity: 1;
}
}
.bg-preloader {
position: fixed;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
background: #fefefe;
z-index: 9999;
}
/* end preloader */


/* general */
body {
font-family: 'Roboto', sans-serif;
font-style: normal;
font-weight: 300;
background: #fff;
color: #9E9E9E;
font-size: 16px;
line-height: 1.6;
letter-spacing: .2px;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
p{
margin-bottom: .5rem;
}
section {
position: relative;
background: #fff;
padding: 14vh 0;
}
.no-padding, section.no-padding{
padding: 0 !important;
}
.no-top{
padding-top: 0px;
}
.no-bottom{
padding-bottom: 0px;
}
.latin{
font-family: 'Poppins', serif;
}
.latin.black, .black{
color: #000;
}
.color{
color: #9E9E9E;
}
.light-color{
color: #c11bff;
}
small{
	font-size: 90%;
}
.p-3-vh {
  display: flex;
    justify-content: space-between;
    padding-left: 4%;
    padding-right: 4%;
    height: 23px;
}
.p-5-vh {
display: flex;
justify-content: space-between;
padding-left: 10%;
padding-right: 10%;
margin: auto;
}
.m-5-lr {
margin-left: 5%;
margin-right: 5%;
}
.m-5-tb {
margin-top:  5%;
margin-bottom: 5%;
}
.p120 {
padding: 120px;
}
.pb{
padding-bottom: 5%;
}
.m120{
margin: 120px;
}
.centered {
display: flex;
align-items: center;
justify-content: center;
}
.nomargin{
padding: 0px;
}
.ornamentheading{
margin-bottom: 1.5rem;
}
.ornamentheading::before{
content: "~";
margin-right: 5px;
}
.ornamentheading::after{
content: "~";
margin-left: 5px;
}
.ornamentline{
text-align: center;
position: relative;
z-index: 9;
}
.ornamentline::after{
content: "";
display: block;
background-image: url(../img/leaf.png);
position: relative;
background-attachment: relative;
background-size: cover;
background-position: top right;
width: 104px;
height: 20px;
margin: 10px auto 5px;
}
.bigicon{
font-size: 3rem;
color: #424242;
}
.border-thin{
text-align: center;
border: 1px solid #eee;
padding: 16vh 4vw;
}
.border-thin:last-child{
border: none;
}

/* button */
.btn{
margin: 25px auto;
font-size: 9pt;
letter-spacing: 3px;
padding: 16px 46px;
color: #fff;
background: #424242;
border-radius: 40px;
width: 200px;
height: 50px;
}
.btn:hover{
color: #fff;
background: #292929;
}
.btn a {
color: #fff;
text-decoration: none;
background-color: transparent;
}
a.gf{
font-family: 'Poppins', serif;
font-style: italic;
font-weight: 400;
color: #6f6f6f;
text-decoration: none;
font-size: 1rem;
}
a.gf::after{
display: block;
content: "";
width: 30px;
height: 1px;
background: #000;
margin: 0 auto;
-webkit-transition: all .5s cubic-bezier(.165, .84, .44, 1);
-moz-transition: all .5s cubic-bezier(.165, .84, .44, 1);
transition: all .5s cubic-bezier(.165, .84, .44, 1);
}
a.gf:hover{
color:#626570;
text-decoration: none;
}
a.gf:hover::after{
width: 60px;
-webkit-transition: all .5s cubic-bezier(.165, .84, .44, 1);
-moz-transition: all .5s cubic-bezier(.165, .84, .44, 1);
transition: all .5s cubic-bezier(.165, .84, .44, 1);
}
a{
-webkit-transition: all .5s cubic-bezier(.165, .84, .44, 1);
-moz-transition: all .5s cubic-bezier(.165, .84, .44, 1);
transition: all .5s cubic-bezier(.165, .84, .44, 1);
}
a:hover{
-webkit-transition: all .5s cubic-bezier(.165, .84, .44, 1);
-moz-transition: all .5s cubic-bezier(.165, .84, .44, 1);
transition: all .5s cubic-bezier(.165, .84, .44, 1);
}

/* wrapper */
.content-wrapper {
position: relative;
width: 100%;
overflow: hidden;
}
.container-fluid {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;

}
header{
top: 0px;
left: 0px;
/* overflow: hidden; */
position: relative;
z-index: 999;
}
header.init {
margin-bottom: 0px;
width: 100%;
padding: 15px 0;
box-shadow: 0px 10px 60px rgba(0, 0, 0, 0);
-webkit-transition: all .5s cubic-bezier(.165, .84, .44, 1);
-moz-transition: all .5s cubic-bezier(.165, .84, .44, 1);
transition: all .5s cubic-bezier(.165, .84, .44, 1);
}
header::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background-image: linear-gradient(to right, #000, #000) !important;
    -webkit-transition: all .5s cubic-bezier(.165, .84, .44, 1);
    -moz-transition: all .5s cubic-bezier(.165, .84, .44, 1);
    transition: all .5s cubic-bezier(.165, .84, .44, 1);
    display: none;
}
header.show::before{
    opacity: 1;
    -webkit-transition: all .5s cubic-bezier(.165, .84, .44, 1);
    -moz-transition: all .5s cubic-bezier(.165, .84, .44, 1);
    transition: all .5s cubic-bezier(.165, .84, .44, 1)
}
header.show {
position: relative;
top: 0px;
left: 0px;
padding: 0;
box-shadow: 0px 10px 60px rgba(0, 0, 0, .1);
/* background-image: linear-gradient(to right, #ba00ff, #7202bb) !important; */
-webkit-transition: all .5s cubic-bezier(.165, .84, .44, 1);
-moz-transition: all .5s cubic-bezier(.165, .84, .44, 1);
transition: all .5s cubic-bezier(.165, .84, .44, 1);
display: none;
}

/*logo*/
.logo {
position: relative;
top: -8px;
left: 0px;
margin: 0px;
height: max-content;
z-index: 2;
}
.logo img{
    height: auto;
    width: 9rem;
}
.logo img.show{
display: none;
}


/* main menu */
.white nav {
position: relative;
float: right;
top: 15px;
z-index: 999;
}
.white nav ul {
padding: 0;
margin: 0;
list-style: none;
position: relative;
}
.white nav ul li {
display: inline-block;
margin: 0;
margin-right: 5px;
}
.white nav ul li:last-child{
margin-right: 0px;
border-bottom: 0px;
}
.white nav ul li .input-group {
top: 15px;
margin-left: 20px;
width: 220px;
}
.white nav ul li .input-group button {
display: inherit;
padding: 0;
line-height: 0px;
border: none;
}
.white nav ul li .input-group i {
margin-left: 0px;
}
.white nav a {
color: #000;
display: block;
padding: 36% 0px;
padding: 24% 0%;
font-size: 14px;
font-weight: 400;
letter-spacing: .3px;
text-decoration: none;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.white nav a:hover {
color: #3F3F3F !important;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.white nav a.actived {
color: #3F3F3F !important;
}
.white nav ul ul {
display: none;
position: absolute;
top: 50px;
color: #efefef;
}
.white nav ul li:hover>ul {
display: inherit;
-webkit-animation-name: animfadeInUpmenu;
animation-name: animfadeInUpmenu;
-webkit-animation-duration: .3s;
animation-duration: .3s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.white nav ul ul li {
width: 200px;
float: none;
display: list-item;
background: #fff;
border-bottom: 1px groove rgba(0, 0, 0, .1);
box-shadow: 5px 5px 2px rgba(23, 36, 52, .05);
position: relative;
}
.white nav ul li i {
margin-left: 10px;
}
.white nav ul ul li a {
color: #626570;
font-size: 12px;
line-height: 5px;
padding: 16px 15px;
}
.white nav ul ul li a:hover {
color: #424242 !important;
background: #fbfbfb;
}
.white nav ul ul li a.active {
background: #f8f8f8;
}
.white nav ul ul li:last-child {
border-bottom: none;
}
.white nav ul ul ul li {
position: relative;
top: -75px;
left: 230px;
}
.white>nav>ul>li.has-children>a:after {
content: '\f107';
font-family: 'FontAwesome';
margin-left: 10px;
}
li>a:only-child:after {
content: '';
}
span.span-drop {
position: relative;
right: 0;
top: 0;
float: right;
cursor: pointer;
}
span.span-drop:after {
content: '\f107';
font-family: 'FontAwesome';
color: #fff;
width: 20px;
height: 20px;
text-align: center;
line-height: 20px;
display: inline-block;
background: #999;
}
@media (min-width: 1200px) {
span.span-drop {
display: none;
}
}
.nav-icon{
display: none;
}
.menu-right {
padding: 36px 0;
}
.menu-right .social-icons{
    margin: 0;
}
.menu-right .social-icons a{
	color: #fff;
	font-size: 11pt;
}
/* home slideshow */
#bgslideshow {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.bgslide {
  position: absolute;
  width: 100%;
  height: 100%;
}
.bgslide::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	background: rgba(0,0,0,.3);
}
.bgslide img {
  min-height: 100%;
  min-width: 1024px;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}
@-webkit-keyframes animfadebg {
    0% {
		-webkit-transform: scale(1.3);
		-ms-transform: scale(1.3);
        transform: scale(1.3)
        
    }
    50% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
	
	100% {
        -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3)
    }
}
@keyframes animfadebg {
    0% {
		-webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3)
        
    }

    50% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
	
	 100% {
        -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3)
    }
}
.animfadebg {
    opacity: 1;
    -webkit-animation-name: animfadebg ;
    animation-name: animfadebg ;
    -webkit-animation-duration: 40s;
    animation-duration: 40s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
/* homestatic */
#home {
color: #fff;
overflow: hidden;
width: 100%;
height: 100vh;
position: relative;
padding: 0;
}
#home #texthome{
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100vh;
    margin-top: 1rem;
    z-index: 1;
}
#home.vh{
height: 100vh;
}
#home.fullheight .wraphome{
	padding: 24vh 0;
}
#home::before{
content: "";
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
opacity: .45;
/* background-image: linear-gradient(to right, #9E9E9E, #000000);
 */z-index: 1;
}
#home img{/* 
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
object-fit: cover; */
z-index: 0;
}
/* type js */
.slider-type{
display: inline-block;

}
.typed-cursor{
display:inline;
opacity: 1;
font-weight: 100;
font-size:26pt;
-webkit-animation: blink 0.7s infinite;
-moz-animation: blink 0.7s infinite;
-ms-animation: blink 0.7s infinite;
-o-animation: blink 0.7s infinite;
animation: blink 0.7s infinite;
}
@-keyframes blink{
0% { opacity:1; }
50% { opacity:0; }
100% { opacity:1; }
}
@-webkit-keyframes blink{
0% { opacity:1; }
50% { opacity:0; }
100% { opacity:1; }
}
@-moz-keyframes blink{
0% { opacity:1; }
50% { opacity:0; }
100% { opacity:1; }
}
@-ms-keyframes blink{
0% { opacity:1; }
50% { opacity:0; }
100% { opacity:1; }
}
@-o-keyframes blink{
0% { opacity:1; }
50% { opacity:0; }
100% { opacity:1; }
}
/* bg video  */
.mainbgvideo {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    object-fit: cover;
}
/* pricelist */
.pricelist{
border: 10px solid #f7f3f3;
padding: 20px;
margin: 30px auto 20px;
}
.pricelist.rec{
border: 10px solid #424242;
}
.pricelist ul.list{
list-style: none;
list-style-type: none;
list-style-type: none;
margin: 20px auto;
padding: 0px;
text-align: left;
}
.pricelist ul.list li{
font-size: .96rem;
font-weight: 300;
padding: 12px 1vw;
border-top: 1px solid #eee;
}
.pricelist ul.list li:last-child{
border-bottom: 1px solid #eee;
}
.pricelist ul.list li i{
    margin-right: 5px;
}
.pricelist .latin{
    margin: 10px auto 60px;
}
.btnpricelist{
    margin: 30px auto 15px;
}
.btnpricelist .wlooks{
    margin: 0 auto;
}
.bigprice{
    font-size: 3.3rem;
    color: #333;
    font-weight: 500;
    text-align: center;
}
.bigprice small{
    font-size: 12px;
}
a.wlooks, .wlooks {
position: relative;
overflow: hidden;
display: block;
font-size: .8rem;
font-weight: 400;
letter-spacing: 1px;
text-transform: uppercase;
cursor: pointer;
margin: 1rem 0;
text-decoration: none;
width: max-content;
color: #fff !important;
background-image: linear-gradient(to left,  #959292, #424242);
border: none;
padding: 12px 44px;
height: auto;
border-radius: 30px;
}
a.wlooks span, .wlooks span{
    position: relative;
    z-index: 1;
}
a.wlooks::before, .wlooks::before{
position: absolute;
top: 0px;
left: 0px;
content: "";
background-image: linear-gradient(to right,  #959292, #424242);
width: 100%;
height: 100%;
opacity: 0;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
a.wlooks:hover::before, .wlooks:hover::before{
opacity: 1;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.imgwelooks{
    object-fit: cover;
    width: 100%;
    height: 96%;
    margin: 12px;
}
/* ceremony and reception */
.ceremonyandreceptions{
width: 100%;
height: auto;
}
.ceremonyandreceptions img{
object-fit: cover;
width: 100%;
height: 100%;
}

/* guest */
.guest{
/* background-image: url(../img/guest.jpg);
 */color: #fff;
position: relative;
background-attachment: relative;
background-size: cover;
background-position: top right;
font-size: 13pt;
}
.guest::before {
content: "";
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
background: rgba(0,0,0,.3);
z-index: 1;
}
/* team */
.team{
	margin: 0 auto;
	text-align: center;
}
.team .roundimg{
	width: calc(300px - 5vw);
	height: calc(300px - 5vw);
	margin: 30px auto;
	border-radius: 100%;
	overflow: hidden;
}
.team .roundimg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.team .social-icons{
	font-size: 13px;
}
.team .social-icons a{
    position: relative;
    display: inline-block;
    color: #fff;
    background-image: linear-gradient(to right, #7202bb, #ba00ff);
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    margin: 0 2px;
    overflow: hidden;
}
.team .social-icons a i{
  z-index: 1;
  position: relative;
  color: #000;
  font-size: 6rem;
}
.team .social-icons a::before{
    position: absolute;
    top: 0px;
    left: 0px;
    content: "";
    background-image: linear-gradient(to right, #ba00ff, #7202bb);
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.team .social-icons a:hover::before{
    opacity: 1;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
/* testimonial 
.owl-theme .owl-dots .owl-dot{
outline: none;
}
.owl-theme .owl-dots .owl-dot span{
width: 8px;
height: 8px;
margin: 5px;
background: #fff;
-webkit-transition: all .3s cubic-bezier(.165, .84, .44, 1);
-moz-transition: all .3s cubic-bezier(.165, .84, .44, 1);
transition: all .3s cubic-bezier(.165, .84, .44, 1);
}
.owl-theme .owl-dots .owl-dot:hover span{
background: #fff;
}
.owl-theme .owl-dots .owl-dot.active span{
outline: 0;
background: none;
border: 2px solid;
width: 15px;
height: 15px;
margin-bottom: 2px;
-webkit-transition: all .3s cubic-bezier(.165, .84, .44, 1);
-moz-transition: all .3s cubic-bezier(.165, .84, .44, 1);
transition: all .3s cubic-bezier(.165, .84, .44, 1);
}
.testimonial{
text-align: left;
margin: 15px 30px 30px;
display: flex;
} 
.testimonial .fa{
font-size: 1.3rem;
display: inline-block;
margin: 5px 15px 0 0;
color: #424242;
height: max-content;
}
.testimonial p{
font-size: 1rem;
line-height: 1.8;
display: inline-block;
}
.testimonial .bytesti{
font-size: .9rem;
font-weight: 400;
} */

/* gallery */
.filter-wraper{
display: block;
width: 100%;
height: auto;
display: flex;
justify-content: space-between;
}
ul#filter-porto, ul#filterheading, ul#filternum{
display: inline-block;
padding: 0px;
}
ul#filternum{
    float: right;
}
ul#filter-porto li, ul#filterheading li, ul#filternum li{
display: inline-block;
list-style: none;
}
ul#filter-porto{
font-size: 0;
display: flex;
}
ul#filter-porto li{
color: #333;
font-size: .96rem;
font-weight: 500;
font-family: 'Poppins', serif;
padding-right: 15px;
padding-left: 25px;
white-space: nowrap;
cursor: pointer;
-moz-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}

ul#filter-porto li:hover{
    background-color: black;
}

ul#filter-porto li:after{
    display: inline-block;
    content: "-";
    
    padding-left: 14px;
}
ul#filter-porto li:last-child{
margin-right: 0px;
}
ul#filter-porto li:last-child::after{
    content: " ";
}
ul#filter-porto li:hover, ul#filter-porto li.selected{
background-color: black;
color: #fff;
-moz-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
ul#filterheading li{  
position: relative;
top: 5px;
left: 0px;
font-size: .83rem;
font-weight: 800;
color: #292929;
background: #fff;
padding: 10px 0;
width: 100%;
text-align: center;
}
ul#filternum {
border-bottom: 1px solid #fff;
margin-right: 15px;
}
ul#filternum li{
padding-right: 30px;
position: relative;
top: 5px;
left: 0px;
font-size: .73rem;
font-weight: 600;
}
ul#filternum li:last-child{
padding-right: 0px;
}
/* gallery max width */
#w-gallery-container {
text-align: center;
overflow: hidden;
}
.w-gallery-container{
text-align: center;
margin-right: -6px;
margin-left: -2px;
}
.w-gallery{
border: 6px solid rgba(0,0,0,0);
overflow: hidden;
-webkit-transition-property: none;
-moz-transition-property: none;
-o-transition-property: none;
transition-property: none;
}
.w-gallery:after {
content: '';
display: block;
clear: both;
}
.w-gallery-image {
width: 100%;
height: 100%;
object-fit: cover;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
-moz-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.w-gallery:hover .w-gallery-image{
-webkit-transform: scale(1.03);
-ms-transform: scale(1.03);
transform: scale(1.03);
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
}
.content-gallery{
width: 100%;
height: 100%;
position: absolute;
top: 0px;
left: 0px;
color: #fff;
background: rgba(0,0,0,0);
-moz-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.content-gallery:hover{
cursor: zoom-in;
background: rgba(0,0,0,.3);
-moz-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.content-gallery:hover .content{
opacity: 1;
-moz-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.content{
position: absolute;
top: 10%;
left: 10%;
width: 80%;
height: 80%;
text-align: left;
opacity: 0;
-moz-transition: opacity .1s ease-in-out;
-ms-transition: opacity .1s ease-in-out;
-o-transition: opacity .1s ease-in-out;
transition: opacity .1s ease-in-out;
}
.topcontent{
font-size: 13px;
color: #fff;
font-weight: 500;
}
.botcontent{
position: absolute;
bottom: 0;
left: 0;
padding: 3vh 0;
font-size: calc(.8rem + (1 - .73) * ((100vw - 300px)/(1600 - 300)));
font-weight: 400;
}
.botcontent span{
margin-top: 0px;
padding-left: 0px;
}
/* gallery end */

/* main-serv */
.main-serv{
    background:rgba(254,254,254,0.8);
    border:1px solid rgba(0,0,0,0);
    height:100%; 
    padding:60px 20px 60px 20px;
    box-shadow: 5px 5px 2px rgba(23,36,52,0);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    }
    .main-serv:hover{
    cursor:pointer;
    border:1px solid rgba(0,0,0,0);
    box-shadow: 5px 5px 2px rgba(23,36,52,0);
    opacity: 0.8;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    }
.main-serv h1{ font-family: 'Open Sans', sans-serif; font-size:31pt; font-weight:600; letter-spacing:2px;}
.main-serv p { max-width:320px; margin:0 auto;}
.main-serv .icon{ display:block; font-size:44pt; color:#111;}

.text{
    margin:20px;
    }
.box-icon-simple.right{
    margin-right:70px;
    text-align:right;   
    }
    
.box-icon-simple.right span{
    font-size:24px;
    right:0;
    color:#fff;
    background-image: linear-gradient(to right,  #959292, #424242);
    padding:20px;
    border-radius:50px;
    -moz-border-radius:50px;
    -webkit-border-radius:50px;
    position:absolute;
    }
    
.box-icon-simple.left{
    margin-left:70px;
    }
    
.box-icon-simple.left span{
    font-size:24px;
    left:0;
    color:#fff;
    background-image: linear-gradient(to right,  #959292, #424242);  padding:20px;
    border-radius:50px;
    -moz-border-radius:50px;
    -webkit-border-radius:50px;
    position:absolute;
    }
/* main-serv end */


/* map */
#map{
    width: 100%;
    height: auto;
}
#map iframe{
    width: 100%;
    height: 400px;
    margin-bottom: -8px;
}
section.gray{
position: relative;
background: #fff !important;
}
.footer {
position: relative;
padding: 30px 0;
font-size: .8rem;
font-weight: 400;
background-color: #f8f9fa;
}
/* icon scroll */
.icon-scroll,
.icon-scroll:before {
    position: absolute;
    left: 50%;
}
.icon-scroll {
    display: flex;
    justify-content: center;
    margin-top: 210px;
    width: 26px;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.3);
    z-index: 1;
    border-radius: 25px;
    height: 38px;
}
.icon-scroll:before {
    content: '';
    width: 3px;
    height: 6px;
    background: rgba(255,255,255,.6);
    left: 12px;
    top: 8px;
    border-radius: 4px;
    -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
    -webkit-animation-name: scroll;
          animation-name: scroll;
}
@-webkit-keyframes scroll {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
}
@keyframes scroll {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
}
/* totop */
#totop {
width: 35px;
height: 35px;
font-size: 10pt;
color: #fff;
background-image: linear-gradient(to right, #959292, #424242) ;
line-height: 32px;
position: fixed;
right: 15px;
text-align: center;
cursor: pointer;
z-index: 9;
-webkit-border-radius: 2%;
-moz-border-radius: 2%;
-ms-border-radius: 2%;
-o-border-radius: 2%;
border-radius: 35px;
overflow: hidden;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
#totop i{
    z-index: 1;
    position: relative;
}
#totop::before{
position: absolute;
top: 0px;
left: 0px;
content: "";
background-image: linear-gradient(to right, #424242, #959292);
width: 100%;
height: 100%;
opacity: 0;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
#totop.init {
bottom: -100px;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
#totop.show {
bottom: 10px;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
#totop:hover::before {
opacity: 1;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
/* totop end */

/* contact */
.contact{
display: block;
}
.error, .success{
display: none;
}

/* form */
.form-control {
border: none;
border-bottom: 1px solid #ddd;
border-radius: 0;
}
.form-control:focus {
color: #495057;
background-color: #fff;
border-color: none;
outline: 0;
box-shadow: none;
}
select.form-control {
-moz-appearance: none;
-webkit-appearance: none;
}
select.form-control::-ms-expand {
display: none;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
/**
* Simple fade transition,
*/
.mfp-fade.mfp-bg {
opacity: 0;
-webkit-transition: all 0.15s ease-out; 
-moz-transition: all 0.15s ease-out; 
transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
opacity: 0;
-webkit-transition: all 0.15s ease-out; 
-moz-transition: all 0.15s ease-out; 
transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
opacity: 0;
}

/* scroll onStep */
.onStep {
opacity: 0;
}

@media (max-width: 768px) {
  .carousel-inner .carousel-item > div {
      display: none;
  }
  .carousel-inner .carousel-item > div:first-child {
      display: block;
  }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
  display: flex;
}

/* display 3 */
@media (min-width: 768px) {
  
  .carousel-inner .carousel-item-right.active,
  .carousel-inner .carousel-item-next {
    transform: translateX(33.333%);
  }
  
  .carousel-inner .carousel-item-left.active, 
  .carousel-inner .carousel-item-prev {
    transform: translateX(-33.333%);
  }
}

.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left{ 
transform: translateX(0);
}

.swiper-slide {
  width: 318px !important;
  margin: -1px!important;
}

.activea{ display: block !important }



nav a {
    position: relative;
    display: inline-block;
    outline: none;
    color: #000;
    text-decoration: none;
    font-weight: 400;
    text-shadow: 0 0 1px rgba(255,255,255,0.3);
    font-size: 1.35em;
}

nav a:hover,
nav a:focus {
    outline: none;
    color: #9e9e9e;
}

.ij-effect-9 a {
    margin: -2px 20px 0px 0px;
    padding: 18px 20px;
}

.ij-effect-9 a::before,
.ij-effect-9 a::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    content: '';
    opacity: 0.2;
    -webkit-transition: opacity 0.3s, height 0.3s;
    -moz-transition: opacity 0.3s, height 0.3s;
    transition: opacity 0.3s, height 0.3s;
}

.ij-effect-9 a::after {
    top: 100%;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
}

.ij-effect-9 a span:first-child {
    z-index: 2;
    display: block;
    font-weight: 300;
}

.ij-effect-9 a span:last-child {
    z-index: 1;
    display: block;
    padding: 0px 0 0 0;
    color: #fff;
    text-shadow: none;
    text-transform: none;
    font-size: 0.65em;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
}

.ij-effect-9 a:hover::before,
.ij-effect-9 a:focus::before {
    height: 4px;
}

.ij-effect-9 a:hover::before,
.ij-effect-9 a:hover::after,
.ij-effect-9 a:focus::before,
.ij-effect-9 a:focus::after {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}

.ij-effect-9 a:hover span:last-child,
.ij-effect-9 a:focus span:last-child {
    opacity: 1;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
}

/* Read more: ibrahimjabbari.com



Resources1×0.5×0.25×Rerun*/

.ij-effect-9 a.services-a {
    padding: 1px;
    text-decoration: none;
}


.home-nav {
	background: url(../img/image/circentralmenor.jpeg) center top no-repeat;
	width: 565px;
	height: 565px;
	display: block;
	margin: 85px auto 0;
}

.home-nav {
	position: relative;
}

ul.nav-circle li {
	text-align: center;
	width: 77px;
	display: inline-block;
	text-transform: uppercase;
	position: absolute;
}

.nav-circle .uiLayout {
    background: url(../img/image/valorizacao.png) center top no-repeat;
    top: 17px;
    width: 64px;
    height: 64px;
    position: relative;
    left: 423px;
}
.image__overlay{
    position: absolute;
    top: -24px;
    left: -24px;
    border-radius: 50%;
    width: 150%;
    height: 150%;
    background:rgb(0,0,0);
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.70s;
}
.image__overlay > *{
    transform: translateY(20px);
    transition: transform 0.25s;
}

.image__overlay:hover{
    opacity: 1;

}
.image__overlay:hover > *{
  transform: translateY(0);

}
.image__title{
    font-size: 1em;
    font-weight: bold;
}

.nav-circle .uiLayout a {
	padding: 48px 0 0;
	color: #9146af;
}

.nav-circle .css3 {
    background: url('../img/image/otimizacao.png') center top no-repeat;
    top: 134px;
    left: 476px;
    width: 64px;
    height: 64px;
    position: absolute;
    
}

ul.nav-circle li.css3 a {
	padding: 48px 0 0;
	color: #e84c3f;
}

.nav-circle .blog {
    background: url('../img/image/criatividade.png') center top no-repeat;
    top: 250px;
    left: 476px;
    width: 64px;
    height: 64px;
    position: absolute;
    
}

ul.nav-circle li.blog a {
	padding: 48px 0 0;
	color: #2b80b9;
}


.nav-circle .art {
    background: url('../img/image/vivencia.png') center top no-repeat;
    top: 341px;
    left: 429px;
    width: 64px;
    height: 64px;
    position: absolute;

}

ul.nav-circle li.art a {
	padding: 48px 0 0;
	color: #9146af;
}

.nav-circle .logos {
    background: url('../img/image/materializacao.png') center top no-repeat;
    top: 420px;
    left: 243px;
    width: 64px;
    height: 64px;
    position: absolute;
    
}

ul.nav-circle li.logos a {
	padding: 48px 0 0;
	color: #9146af;
}

.nav-circle .Stories {
    background: url('../img/image/conforto.png') center top no-repeat;
    top: 341px;
    left: 72px;
    width: 64px;
    height: 64px;
    position: absolute;

}

ul.nav-circle li.Stories a {
	padding: 48px 0 0;
	color: #9146af;
}
.nav-circle .tutorial {
    background: url('../img/image/economia.png') center top no-repeat;
    top: 250px;
    left: 25px;
    width: 64px;
    height: 64px;
    position: absolute;
    
}

ul.nav-circle li.tutorial a {
	padding: 48px 0 0;
	color: #2b80b9;
}

.nav-circle .html5 {
    background: url('../img/image/seguranca.png') center top no-repeat;
    top: 134px;
    left: 25px;
    width: 64px;
    height: 64px;
    position: absolute;
    
}
.nav-circle .planejamento {
    background: url(../img/image/planejamento.png) center top no-repeat;
    top: 17px;
    left: 78px;
    width: 64px;
    height: 64px;
    position: absolute;

}

ul.nav-circle li.html5 a {
	padding: 48px 0 0;
	color: #628d2b;
}

ul.nav-circle li a {
	display: inline-block;
}

form#contact-form {
  padding: 35px 0px;
}

header .title-name {
  /* padding: 4%;
  padding: 4% 0% 4% 13%;
  position: absolute; */
  position: relative;
  align-self: center;
}

header .title-name .mobile.d-lg-none {
  padding: 0% 0% 0% 0%;
  width: max-content;
}

.section-workplace {
  width: 100%;
  height: auto;
  margin-top: 8px;
}

.h215w-100 {
  height: auto;
  width: 100%;
}

section#div1,
section#div2,
section#div3,
section#div4,
section#div5,
section#div7,
section#div6 {
  padding: 5% 4%;
  margin-top: 3%;
  padding-bottom: 0px;
}

@media only screen and (max-width: 600px) {
  section#div1,
  section#div2,
  section#div3,
  section#div4,
  section#div5,
  section#div7,
  section#div6 {
    padding: 51% 9%;
    margin-top: 3%;
    padding-bottom: 0px;
  }
}

#img-mobile-height {
  height: 35rem;
}

@media only screen and (max-width: 600px) {
  #img-mobile-height {
    height: auto;
  }
}


#img-moile-port {
  padding: 0px 90px 0px;
}

@media only screen and (min-width: 1200px) {
  .white nav a {
    font-size: 12px;
  }
}

@media only screen and (max-width: 600px){
  #img-moile-port { padding: 0px 24px  0px; }
  .img-serv-left { height: 145px!important;}
}


#img-moile-port1 {
  padding: 0px 69px;
}

@media only screen and (max-width: 600px){
  #img-moile-port1 { padding: 0px 3px  0px;}
}

@media only screen and (max-width: 600px){
  #contatoinformaçoes { 
    padding: 0px 20px 4px 0px;
    margin-left: -31px;
  }
}

@media only screen and (max-width: 600px){
  #redesinfos {
    padding: 0px;
    margin-top: -12rem;
  }
}

.siganos {
  margin-left: -7rem;
}

@media only screen and (max-width: 600px) {
  .siganos {
    margin-top: -59px;
    margin-left: 25px;
  }
  .white nav a{
    padding: 4% 0px;
    
  }
  .mobile .owl-item {
    width: auto !important;
  }

  .mobile .item {
    width: 155px;
  }

  .mobile .owl-stage {    width: 295rem !important;}
}
.m-42 {
  margin-top: 42px;
}


h6.text-box {
  text-align: end;
  margin-top: 17px;
  line-height: 2;
  font-size: large;
}

.w-gallery {
  width: 353px !important;
  height: 250px !important;
}

.img-center-serv {
  height: auto;
  width: 410px;
}

.img-s {
  margin: 5px;
}

.fs-8{
  font-size: 0.85em;
  font-weight: 800;
  padding-left: 10px;
}

.img-serv-left {
  width: 34%;
  height: auto;
  padding: 1px;
}

.container-fluid .row .card {
	position: relative;
	border-radius: 0px;
  margin: auto;
  border: none;
}	
.container-fluid .row .card .icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #f00;
	transition: 0.7s;
	z-index: 1;
}	
.container-fluid .row .card:nth-child(1) .icon {
	background: #e07768;
}	
.container-fluid .row .card:nth-child(2) .icon {
	background: #6eadd4;
}	
.container-fluid .row .card:nth-child(3) .icon {
	background: #4aada9;
}	

.container-fluid .row .card .icon .fa {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 80px;
	transition: 0.7s;
	color: #fff;
}	
i {
	color: #000;
    font-size: 3rem !important;
    margin: 0% 5% 0% 5%;
}	
.container-fluid .row .card .face {
	width: 300px;
	height: 200px;
	transition: 0.5s;
}	
.container-fluid .row .card .face.face1 {
	position: relative;
	background: #333;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
	transform: translateY(100px);
}	
.container-fluid .row .card:hover .face.face1 {
	background: #ff0057;
	transform: translateY(0px);
}	
.container-fluid .row .card .face.face1 .content {
	opacity: 1;
	transition: 0.5s;
}	
.container-fluid .row .card:hover .face.face1 .content {
	opacity: 1;
}	
.container-fluid .row .card .face.face1 .content i {
	max-width: 100px;
}	
.container-fluid .row .card .face.face2 {
	position: relative;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
	box-sizing: border-box;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.8);
	transform: translateY(-100px);
}	
.container-fluid .row .card:hover .face.face2 {
	transform: translateY(0);
}	
.container-fluid .row .card .face.face2 .content p {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #414141;
}	
.container-fluid .row .card .face.face2 .content h3 {
	margin: 0 0 10px 0;
	padding: 0;
	color: #fff;
	font-size: 24px;
	text-align: center;
	color: #414141;
}	
.container-fluid .row a {
	text-decoration: none;
	color: #414141;
	transition: 0.5s;
}	
.card:nth-child(1) h3 a:hover{
	color: #e07768;
}
.card:nth-child(2) h3 a:hover{
	color: #6eadd4;
}
.card:nth-child(3) h3 a:hover{
	color: #4aada9;
}
.box-contato{
    width: 400px;
    height: 400px;
    margin: auto;
    color: #000;
    padding-top: 50px;
    text-transform: uppercase;
    margin-top: 14%;}

.box-contato h3{
    display: flex;

}
.redes{
    padding-top:50px;
    line-height: 200px;
    padding: 7rem;

}
.redes img{
    padding:30px;

}
.redes img:hover{
    width: 135px;
}
.redes p{
    font-style: italic;
}
.imagelateral img{
    width: 350px;
    height: 500px;
    padding: 20px;

}
.imagelateral{
    display: flex;
    justify-content: flex-end;
    padding: 100px;

}

*{
    margin:0;
    padding:0;
}


.owl-carousel img{

height: 180px;
}

#modal_img{
width: 55vw;
transform: scale(0);
transition: all linear 0.3s;

}
.modal_active #modal_img{
  transform: scale(1);
}
.modal{
  width: 100vw;
  height: 100vh;
  background-color: rgba(0,0,0,0.7);
  position: fixed;
  display:block;
  visibility: hidden;
  
  opacity: 0;
  transition: visibility 0.8s linear, opacity 0.5s linear;
}
.modal_content{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
.modal_active{
  visibility: visible;
  opacity: 1;
}
.small-img{
  cursor: pointer;
  transition: all linear 0.4s;
}
.small-img:hover{
  filter: grayscale(100%);
  transform: scale(1.1);
}
#btn_close{
  color: #fff;
  background-color: #000;
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 5px 10px;
  font-size: 25px;
  border:solid 1px #fff;
}
#btn_next{
  color: #fff;
  background-color: #000;
  position: absolute;
  top: 300px;
  right: 100px;
  padding: 20px 20px;
  font-size: 25px;
  border:solid 1px #fff;
}
/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #fff;
  background-color: #fff;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #000;
  color: #fff;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border-top: none;
}

.tabcontent {
  animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}


.container-fluid.contact {
  display: flex;
}

@media only screen and (max-width: 600px) {
  .container-fluid.contact {
    display: grid;
    
  }
  
}

.scroll::-webkit-scrollbar {
  width:10px;
  height: 10px;
  }
   
  .scroll::-webkit-scrollbar-track {
  background:#fff;
  }
   
  .scroll::-webkit-scrollbar-thumb {
  background: #333;
  }

  b, strong {
    font-weight: bold!important;
}

.f-30-text {
  font-size: 1.7rem;
}

.f-12px {
  font-size: 12px;
}

.tx2 {
  font-weight: bold !important;
  color: #959292;
  margin-bottom: 0px;
}

.f-18rem {
  font-size: 1.8rem;
}

.logo img.init.d-lg-none.aaa {
  width: 100px;
}

@media only screen and (max-width: 320px) {
  .logo img.init.d-lg-none.aaa {
    width: 46px;
    height: auto;
    padding-top: 25px;
}
}

.marg4 {
  margin-bottom: .4rem;
}