.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #f4f4f4;
}

body{
    padding-top: 0;
    background-color:#E4E4E4!important;
}

@font-face {
    font-family: 'IM-Regular';
    src: url("../font-face/inputmono/InputMono-Regular.ttf");
}
@font-face {
    font-family: 'IM-Bold';
    src: url("../font-face/inputmono/InputMono-Bold.ttf");
}
@font-face {
    font-family: 'IM-Medium';
    src: url("../font-face/inputmono/InputMono-Medium.ttf");
}
@font-face {
    font-family: 'Hendry';
    src: url("../font-face/Hendry.ttf");
}
@font-face {
    font-family: 'Hendry';
    src: url("../font-face/Hendry.ttf");
}
@font-face {
    font-family: 'Brinnan-Regular';
    src: url("../font-face/BrinnanRegular.otf");
}
@font-face {
    font-family: 'Brinnan-Bold';
    src: url("../font-face/BrinnanBold.otf");
}
@font-face {
    font-family: 'Brinnan-Black';
    src: url("../font-face/BrinnanBlack.otf");
}
@font-face {
    font-family: 'IM-Light';
    src: url("../font-face/inputmono/InputMono-Light.ttf");
}

@font-face {
    font-family: 'MT-Regular';
    src: url("../font-face/montserrat/Montserrat-Regular.ttf");
}
@font-face {
    font-family: 'MT-Bold';
    src: url("../font-face/montserrat/Montserrat-Bold.ttf");
}
@font-face {
    font-family: 'MT-Medium';
    src: url("../font-face/montserrat/Montserrat-Medium.ttf");
}
@font-face {
    font-family: 'MT-Light';
    src: url("../font-face/montserrat/Montserrat-Light.ttf");
}



.home-shadow{
    z-index: 2;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
}
.inner-shadow{
    z-index: 2;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.78);
}

.logo-show-w, .logo-show-w *{

    z-index: 20;
}


#intro-carousel{
    width: 100%;
    height: 100vh;
}
#intro-carousel .carousel-item{
    width: 100%;
    height: 100vh;
    position: relative;
    background-position: center center!important;
    background-size: cover!important;
    background-repeat: no-repeat;
}


#intro-section{
    padding-top: 0!important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
}


#intro-section img{
    width: 100%;
}



/*INTRO SECTION*/

#intro-section{
    display: block;
    height: 100vh;
    position: relative;
}
.logo-show{
    display: block;
    /*position: absolute;*/
    margin: 0 auto;

    width: 15%!important;

}

.logo-show-w{
    display: block;
    position: absolute;
    margin: 0 auto;
    width: 100%;
    top: 50%;
    left: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}



/* width */
body::-webkit-scrollbar {
    width: 15px;
}

/* Track */
body::-webkit-scrollbar-track{
    /*box-shadow: inset 0 0 5px grey;*/
    box-shadow: inset 0 0 5px transparent;
    bordeIM-radius: 0;
}

/* Handle */
body::-webkit-scrollbar-thumb{
    background: #5f5f5f;
    bordeIM-radius: 0;
}



/*MAIN NAVBAR*/
#navegation-bar .fa{
    font-size: 1.6rem;
    color: #ffffffc7;
}
#navegation-bar{
    box-shadow: none!important;
}
#navegation-bar .nav-link{
    font-family: 'Brinnan-Bold';
    font-size: .82rem;
    color:#ffffff;
    text-transform: uppercase;
}

#navegation-bar .nav-link::before{
    content: "|";
    padding-right: .5rem;
    margin-right: 10px;
    margin-left: 10px;
}
#navegation-bar .menu-item:nth-of-type(1) .nav-link::before{
    content: none;
    padding-right: 0;
    margin-right: 10px;
    margin-left: 0;
}

#navegation-bar #ghNavBar .nav-item{
    margin-left: 25px;
}
#navegation-bar .nav-item.active .nav-link{
    background-color: transparent;
    /*color: #FF2600;*/
}

/*FIxed top fix*/
#navegation-bar.fixed-top{
    transition-duration: 500ms;
}
#navegation-bar.fixed-top .navbar-brand {

    margin-top: 0;
}

#navegation-bar.fixed-top  {
    background-color: rgba(74,74,74,.33);
    z-index: 100;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12)!important;

    padding-top: 5px;
    padding-bottom: 5px;
}

.atos-inner-page #navegation-bar.fixed-top  {
    background-color: rgba(74,74,74,.65)!important;
}
#navegation-bar.fixed-top.top-nav-collapse  {
    background-color: rgba(74,74,74,.63)!important;
}

/*FIxed top fix End*/

#navegation-bar .navbar-brand img{
    height: 37px;
    width: auto;
}


#inner-navegation-bar .social-m-nav .nav-link::before{
    content: none!important;
}

#inner-navegation-bar .social-m-nav .lang-controllers{
    display: inline-flex;
}
#inner-navegation-bar .social-m-nav .lang-controllers .disabled-w-link{
    /*font-family: 'UB-Medium';*/
    opacity: .7;
}

.contact-nav{
    display: inline-flex!important;
}










.home-shadow{
    z-index: 2;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
}
.inner-shadow{
    z-index: 2;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.78);
}

.logo-show-w, .logo-show-w *{

    z-index: 20;
}


/*TOASTS*/
.toast{
    font-family: 'IM-Regular';
    font-size: .87rem;
}
.toast-warning {
    /*background-color: #d69512;*/
    background-color: #3a3a3a;
    /*color: #000000;*/
    /*border: 2px solid #000000;*/
    /*bordeIM-radius: 1px;*/
}

.toast-success {
    background-color: #026FC2!important;
}

.toast-error {
    background-color: #2f2f2f!important;
}

.logo-show-w, .arrow-down-w{
    z-index: 3;
}



#intro-carousel, #intro-carousel .carousel-inner {
    /*height: 100vh;*/
    width: 100%;
    position: relative;
}

#intro-carousel .carousel-item{
    width: 100%;
    background-position: center center!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    position: relative!important;
}

#intro-carousel .carousel-item, #intro-carousel .carousel-item img  {
    display: block;
    width: 100%;
}


.section {
    width: 100%;
    position: relative;
    padding-top: 65px;
    overflow-x: hidden;
    padding-bottom: 60px;
    /*border-bottom: 1px solid #d5d5d5;*/
}
.section.section-nb {
    border-bottom: 0;
}
#intro-section{
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.section-heading {
    text-align: left;
    text-transform: uppercase;
    font-family: 'Brinnan-Black'!important;
    font-size: 46px;
    /*line-height: 2rem;*/
    color: #393638;
    margin-bottom: 20px;
}


.section-desc, .section-desc p {
    color: #393638;
    font-family: 'Brinnan-Regular';
    margin-top: 18px;
    margin-bottom: 25px;
    font-size: .78rem;
    line-height: 1.1rem;
    text-align: left;
}


.gallery-item{
    margin-top: 25px;
}


.gallery-item .gallery-cover{
    width: 100%;
    background-position: center center!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    position: relative!important;
}

.gallery-item .gallery-cover img.img-shape{
    display: block;
    width: 100%;
    visibility: hidden;
}

.gallery-item .gallery-sign{
    color: #BFBFBF;
    font-family: 'IM-bold';
    margin-top: 22px;
    margin-bottom: 12px;
    font-size: .79rem;
    line-height: 1rem;
    text-align: left;
    text-transform: uppercase;
}
.gallery-item .gallery-heading{
    text-align: left;
    font-family: 'IM-Regular';
    font-size: 1.1rem;
    line-height: 1.3rem;
    color: #47CCEA;
    margin-bottom: 0;
}


/*===========*/

#intro-carousel .slide-desc{
    text-align: center;
    margin-top: 40px;
    font-family: 'Brinnan-Regular';
    font-size: 1.3rem;
    line-height: 1.7rem;
    color: #ffffff;
    margin-bottom: 0;
}
#intro-carousel .slide-logo{
    width: 90%!important;
}


.arrow-down-w-c {
    display: block;
    position: relative;
    width: 100%;
    text-align: center;
}
.arrow-down-w {
    display: block;
    position: absolute;
    background-size: 0;
    bottom: 7%;
    left: 0;
    width: 100%;
}

.arrow-down{
    width: 49px!important;
    height: auto;
    /* display: none; */
    margin: 0 auto;
}




/*=======================================*/

.project-item{
    padding: 5px;
    margin-top: 0;
    margin-bottom: 0;
}

.project-item-cover{
    width: 100%;
    position: relative;
    background-position: center center!important;
    background-size: cover!important;
    background-repeat: no-repeat;
    filter: grayscale(100%);
}

.project-item-cover:hover{
    transition-duration: 500ms;
    filter: none;
}

.img-shape{
    width: 100%;
    visibility: hidden;
}
.project-item-l .img-shape{
    width: 98.287%!important;
}

.project-item-body{
    height: 3.38rem;
    margin-top: 12px;
    margin-bottom: 3px;
    padding-right: 15%;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
}

.project-item-title{
    margin-bottom: 0;
    margin-top: 0;
    text-overflow: ellipsis;
    color: #393638;
    text-align: left;
    font-family: 'Brinnan-Bold';
    text-transform: uppercase;
    font-size: .84rem;
    line-height: 1.69rem;
    letter-spacing: .8px;
}

#studio{
    background-color: #FF8080;
}

.service-item{
    margin-top: 15px;
}




.service-heading {
    text-align: left;
    text-transform: uppercase;
    font-family: 'Brinnan-Black';
    font-size: 25px;
    line-height: 1.4rem;
    color: #393638;
    margin-top: 13px;
    margin-bottom: 10px;
}

.service-desc {
    color: #393638;
    font-family: 'Brinnan-Regular';
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 16px;
    /*line-height: 1.1rem;*/
    text-align: left;
}

#clients{

          background-image: url("https://brandlovers.co.mz/wp-content/themes/bl/assets/img/clients/backgroundClients.png");
  background-repeat: no-repeat;
  background-position: center;
/*display:block;*/
/*position:absolute;*/
/*background:url(../images/House-03.png);*/
background-repeat:no-repeat;
background-size: 100% 100%;
width:100%;
/*height:110vh;*/
float:right;
bottom:0;
right:0;
    
}

.carousel .carousel-indicators li{
    background-color: #666666;
    
}

.carousel-indicators {
    position: absolute;
    bottom: -45px;
}



#contact{
    background-color: #46C6BE;
    padding-bottom: 30px!important;
}

#contact .section-desc {
    font-family: 'Brinnan-Regular'!important;
    font-size: 18px!important;
    line-height:18px;
    color:#000000;
}

.sm-links a {
    color: #000000;
    text-transform: uppercase;
    font-family: 'MT-Medium';
    margin-bottom: 10px;
    font-size: .78rem;
    line-height: 1.1rem;
    text-align: left;
    margin-left: 27px;
}

.sm-links a:first-child{
    margin-left: 0!important;
}


#contact .form-control {
    background-color: transparent!important;
    color: #000000;
    border: 1px solid #000000;
    border-radius: 0;
    font-family: 'IM-Regular';
    text-transform: uppercase;
    font-size: .84rem;
    line-height: 1.69rem;
    margin-bottom: 12px;
}

#contact .response, #contact .mce_inline_error, #contact .mce-success-response {

    font-family: 'Brinnan-Regular';
    font-size: 24px;
    line-height: 1.69rem;
    color: #000000;
}

#contact .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000000;
    opacity: 1; /* Firefox */
}

#contact .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000000;
}

#contact .form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #000000;
}

#contact button{
    font-family: 'Brinnan-Bold';
    color: #000000;
    font-size: 24px;
    background-color: transparent!important;
    padding: 10px 10px 10px 0!important;
    border: none!important;
    text-align: left;
    text-transform: uppercase;
}
#contact .actions{
    list-style: none!important;
    padding-left: 0;
}

#map {
    height: 290px;
    width: 100%;
}





#footer-sign{
    background-color: #FFFFFF;
    padding-top: 10px;
    padding-bottom: 10px;
    /*border-top: .3px solid #CFCFCF;*/
}

.footer-sign {
    color: #545454;
    display: inline-block;
    font-size: .71rem;
    font-family: 'MT-Regular';
    margin-top: 5px;
    margin-bottom: 5px;
}


a.footer-sign:hover{
    color: #000000;
}


.map-class-w h1{
    font-size: .9rem;
    font-family: "MT-Medium";
    text-transform: uppercase;
    color: #000000;

}


.map-class-w p {
    color: #454545;
    font-size: .77rem;
    font-family: "MT-Regular";
    margin-bottom: 5px;
}





.portfolio-single .project-item-cover {
    filter: none!important;
}

.portfolio-single-row {
    margin-top: 30px;
    margin-bottom: 30px;
}









#team .lhc-team-item-cover {
    background-size: cover!important;
    background-position: center center!important;
    background-repeat: no-repeat;
    border-radius: 9px;
}

#team .lhc-team-item-cover img{
    width: 100%;
    height: auto;
    visibility: hidden;
}

#team .lhc-team-item-content {
    width: 100%;
}

.lhc-team-item-name{
    text-align: left;
    color: #424242!important;
    font-size: .89rem;
    font-family: 'IM-Medium';
    text-transform: uppercase;
    margin-top: 15px;
    line-height: 1.12rem;
}


.lhc-team-item-role p{
    text-align: left;
    color: #424242;
    font-size: .71rem;
    line-height: 1rem;
    font-family: 'MT-Regular';
    text-transform: uppercase;
    margin-top: 5px;
    margin-bottom: 0!important;
}

#team .team-switches{
    margin-top: 15px;
    margin-bottom: 25px;
}

#team .team-slider{
    display: none;
}
#team .team-slider.team-slider-active{
    display: block;
}
#team .lhc-team-item-inner{
    width: 100%;
    position: relative;
    background-color: #ffffff;
    border-radius: 9px;
}

#team .img-white-mask{
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    z-index: 2;
}

#team .team-slider-start{
    position: relative;
    width: 100%;
    display: block;
    z-index: 10;
}

#team .lhc-team-item-cover img:hover{
    cursor: grab;
}

#team .uk-slidenav {
    background-color: rgba(0,0,0,.5);
    padding: 5px;
}

#team .team-dots-final{
    position: absolute;
    top: 0;
    height: auto;
    width: 16%;
    left: 60%;
}


#team .section-heading {
    margin-bottom: 40px;
}

#team{
    margin-bottom: 40px;
}


#team .uk-position-small[class*=uk-position-center-left], #team .uk-position-small[class*=uk-position-center-right] {
    transform: translateY(-90%) translateY(-15px);
}


#team .lhc-team-item-cover, #team .lhc-team-item-inner {
    border-radius: 0;
}


.lhc-team-item{
        padding: 5px;
}



.uk-icon:not(.uk-preserve) [stroke*='#']:not(.uk-preserve) {
    stroke: #c2c2c2;
}



