
.back{top:230px ;padding-left: 50px;position: absolute; color: #fff;}

a.back:link {color:#FFF;opacity: .5;}
a.back:visited {color:#FFF;}
a.back:hover {color:#FFF;}


.nav_inside{width: 175px;position: absolute;right: 12%; text-align: left; }

.nav_inside a{font-size: 14px !important;padding: 10px 0; /*line-height: 40px;*/}


.nav_inside .nav-link{padding: 10px 0 !important;}


.nav_inside  a:hover, .nav_inside .active, .nav_inside  .active:focus, .nav_inside li:hover > a{
    border-bottom: 1px solid #fff !important;display: inline-block; padding: 10px 0;
}
.catalogue h4 {
    font-size: 1.3em;
    line-height: 1.3em;
    text-align: center;
    padding: 10px 0;
    color: #e1b755;
}




.info_project{
    width: 350px;
    background: rgba(0, 0, 0, 0.3);
    font-size: 1em;
    font-weight: bold;
    color: #ccc;
    display: block;
    /*margin: 6em 0 0 3em;*/
}


.list-page .page-title h1 {
    font-size: 6.875em;
    transform: rotate(90deg);
    margin: 0;
    transform-origin: 0 100%;
    position: absolute;
    left: 50px;
    top: -80px;
}
.client_img img{width: 200px;}
/**/
section.get-in-touch {
    /*padding: 0px 0 0px;*/
    padding-top: 3rem;
    position: relative;
    text-align: center;
}
section .section-title {
    text-align: center;
}
section.get-in-touch .section-title h2 {
    font-size: 14em;
    letter-spacing: -18px;
}

section .section-title h2, section .section-title .heading {
    margin: 0;
    font-size: 20em;    
    white-space: nowrap;
    overflow: hidden;
    line-height: 100%;
    color: #151515;
    letter-spacing: -32px;
}
section.get-in-touch a {
    font-size: 3.5em;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    border-bottom: 3px solid #fff;
    white-space: nowrap;
}
section.get-in-touch .get-text {
    text-align: center;
    position: relative;
    top: -250px;
}




/**/



@media (min-width: 992px) and (max-width: 1366px){

    
    

figure.effect-terry figcaption::before {
    top: -230px !important;
    left: -70px;
    border-width: 100px 0 150px 0;
    -webkit-transform: translate3d(70px,60px,0);
    transform: translate3d(70px,60px,0);
}


.owl-item.active + .owl-item.active + .owl-item.active figure.effect-terry figcaption::before {
    top: -230px !important;
    left: -70px;
    border-width: 200px 0 150px 0;
    -webkit-transform: translate3d(70px,60px,0);
    transform: translate3d(70px,60px,0);
}




}



.video_wrap{width:100%;height: 35vh;object-fit: cover;}

.media_sharing{    position: absolute;
    z-index: 99;
    top: 0;right:18%;width: 350px; background: rgba(0, 0, 0, 0.3);font-size: 12px;color: #ccc;}

    

.navbar-collapse {align-items: inherit !important;}
.navbar {align-items: inherit !important;}
.whatsapp_icon img {
    width: 50px;
    bottom: 8%;
    right: 10px;
    position: fixed;
    z-index: 99;
    filter: grayscale(1);
}
.whatsapp_icon img:hover {
    width: 50px;
    bottom: 10%;
    right: 10px;
    position: fixed;
    z-index: 99;
    filter: grayscale(0);
}
/*play button*/
.play-btn {
    display: block;
    width: 115px;
    height: 115px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    bottom: 10%;
    left: 50%;
    font-size: 1em;
    font-weight: bold;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0);
    opacity: 1;
    transition: all 1300ms ease;
    overflow: hidden;
    z-index: 100;
}
.play-btn:hover {
    opacity: 1;
    color: #000;
    transform: scale(1.15) !important;
}

.play-btn .play-txt {
    margin-right: 10px;
}
.play-btn span {
    left: -100px;
    opacity: 0;
    position: relative;
    transition: all 1300ms ease;
}
.play-btn .fa-play {
    font-size: 0.9em;
    display: inline-block;
}
.owl-theme .owl-nav {font-size: 1em;color: #fff;z-index: 999; bottom: 8%; right: 10%;position: fixed;}



/***************************** Contact Us *****************************/

.contact h2 {
    width: 100%;
    margin: 30px 0;
    font-size: 20px;
    font-weight: 400;
    color: #333;
}
.contact_icon {
    width: 40px;
    float: left;
    margin: 0 10px 0 0;
    text-align: center;
    color: #fff;
}
.contact_icon i {
    font-size: 20px;
    color: #666;
}
.contact_address {
    text-align: left;
    overflow: hidden;
}
.contact_bg h3 {
    width: 100%;
    float: left;
    margin: 0 0 5px 0;
    font-size: 23px;
    font-weight: bold;
    color: #963a4e;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.contact_bg h4 {
    width: 100%;
    float: left;
    font-size: 14px;
    font-weight: 400;
    color: #eee;
    line-height: 22px;
    letter-spacing: 1px;
}
.contact_bg h4 a {
    color: #eee;
}
.contact_bg h4 a:hover {
    color: #963a4e;
    text-decoration: none;
}

  /*******************************scrollToTop*******************************/
.cd-container{width:90%;max-width:768px;margin:2em auto}
.cd-container::after{content:'';display:table;clear:both}
.cd-top{border-radius:50%;display:inline-block;height:30px;width:30px;position:fixed;bottom:60px;right:15px;box-shadow:0 0 10px rgba(0,0,0,.05);overflow:hidden;text-indent:100%;white-space:nowrap;
    background:#000 url(../img/2203525_arrow_botton_menu_up_icon.svg) no-repeat center 50%;
    
    visibility:hidden;opacity:0;-webkit-transition:opacity .3s 0s,visibility 0s .3s;-moz-transition:opacity .3s 0s,visibility 0s .3s;transition:opacity .3s 0s,visibility 0s .3s;z-index:999}
.cd-top.cd-is-visible,.cd-top.cd-fade-out,.no-touch{-webkit-transition:opacity .3s 0s,visibility 0s 0s;-moz-transition:opacity .3s 0s,visibility 0s 0s;transition:opacity .3s 0s,visibility 0s 0s}
.cd-top.cd-is-visible{visibility:visible;opacity:1}
.no-touch .cd-top:hover{background-color:#000;opacity:1}
.cd-top:hover{background-color:#000}



/***************************** btn *****************************/
.btn_style {
    border: none;
    padding: 7px 20px;
    margin: 0 0 10px 0;
    font-size: 14px;
    font-weight: 500;
    color: #dc3545;
    transition: color ease 0.3s;
    text-decoration: none !important;
    cursor: pointer;
    letter-spacing: 1px;
}
.btn_style:hover {
    color: #fff !important;
}
.btn-effect {
    position: relative;
    overflow: hidden;
    z-index: 1;
    display: inline-block;
    border: 1px solid #dc3545;
    background: none;
    text-transform: uppercase;
}
.btn-effect span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 100%;
    background: #dc3545 !important;
    transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}
.btn-effect:hover span {
    width: 225%;
    height: 262.5px;
}
.btn-effect:active {
    background-color: #fff;
}
/* form */
.form-control::placeholder {
    color: #888;
    opacity: 1 !important;
    font-size: 14px;
    font-weight: 400;
}
::-webkit-input-placeholder {
    color: #888;
    opacity: 1 !important;
    font-size: 14px;
    font-weight: 400;
}

:-moz-placeholder {
    color: #888;
    opacity: 1 !important;
    font-size: 14px;
    font-weight: 400;
}
::-moz-placeholder {
    color: #888;
    opacity: 1 !important;
    font-size: 14px;
    font-weight: 400;
}
:-ms-input-placeholder {
    color: #888;
    opacity: 1 !important;
    font-size: 14px;
    font-weight: 400;
}
select:required:invalid {
    color: #888 !important;
}
:focus {
    outline: none !important;
}
a:hover {
    text-decoration: none;
}



input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
    transition: background-color 5500s ease-in-out 0s;  -webkit-text-fill-color: #888;
}


select, .custom-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #999;
    background-color: #fff;
    padding: 0 30px 0 5px !important;
    cursor: pointer !important;
    height: 26px !important;
    color: #999  !important;
}

select::-ms-expand {
    display: none;
}

input[type="text"], input[type="email"], input[type="password"], input[type="file"], input[type="date"],input[type="search"], textarea, select {
    padding: 0px 5px !important;
    background-color: transparent !important;
    border: none !important;
    border-bottom: 1px solid #d2d2d2 !important;
    border-radius: 0px !important;
    margin: 0px;
    outline: none !important;
    box-shadow: none !important;
    height: 26px;
    font-size: 14px !important;
    color: #888 !important ;
}
#white input[type="text"], #white input[type="email"], input[type="password"], input[type="file"], input[type="date"],input[type="search"], textarea, select {
    padding: 0px 5px !important;
    background-color: transparent !important;
    border: none !important;
    border-bottom: 1px solid #d2d2d2 !important;
    border-radius: 0px !important;
    margin: 0px;
    outline: none !important;
    box-shadow: none !important;
    height: 26px;
    font-size: 14px !important;
    color: #fff ;
}

#white input:-webkit-autofill{
    -webkit-text-fill-color: #fff !important;
}


#white textarea {
    resize: none;
    padding: 0 !important; color: #fff;
}
textarea {
    resize: none;
    padding: 0 !important;
}



.form-group {
    width: 100%;
    min-height: 50px;
    float: left;
    margin: 0 0 15px 0;
    text-align: center;
}
.form-group .line {
    height: 2px;
    width: 0px;
    display: inline-block;
    transition: .3s width ease-in-out;
    position: relative;
    top: -16px;
}
input[type="text"]:focus+.line, input[type="email"]:focus+.line, input[type="password"]:focus+.line, input[type="file"]:focus+.line, input[type="date"]:focus+.line, textarea:focus+.line, select:focus+.line {
    width: 100%;
    background-color: #963a4e;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}
b, strong {
    font-weight: 500;
}
.nothing_display {
    width: 100%;
    padding: 100px 0;
    margin: 0 0 20px 0;
    background: #fff;
    float: left;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #ee1c24;
}
#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:9999999;
    background:#fff
}
/**/

.circle-hero {
    width: 44%;
    height: 0;
    border: 1px solid #fff;
    opacity: 0.1;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 100;
    padding-bottom: 50%;
    border-radius: 50%;
    pointer-events: none;
}
.border-1 {
    width: 100%;
    height: 1px;
    background: #fff;
    opacity: 0.1;
    position: fixed;
    z-index: 1000;
    pointer-events: none;
}
.border-2 {
    width: 100%;
    height: 1px;
    background: #fff;
    opacity: 0.1;
    position: fixed;
    top: 50%;
    pointer-events: none;
    z-index: 1000;
}
.border-3 {
    width: 100%;
    height: 1px;
    background: #fff;
    opacity: 0.1;
    position: fixed;
    top: 75%;
    display: none;
    z-index: 10;
    pointer-events: none;
}
.border-4 {
    width: 100%;
    height: 1px;
    background: #fff;
    opacity: 0.1;
    position: fixed;
    pointer-events: none;
    z-index: 1000;
}
.border-h1 {
    width: 1px;
    height: 100vh;
    background: #fff;
    opacity: 0.1;
    position: fixed;
    top: 0;
    left: 25%;
    z-index: 1000;
    pointer-events: none;
}
.border-h2 {
    width: 1px;
    height: 100vh;
    background: #fff;
    opacity: 0.1;
    position: fixed;
    top: 0;
    left: 50%;
    z-index: 1000;
    pointer-events: none;
}
.border-h3 {
    width: 1px;
    height: 100vh;
    background: #fff;
    opacity: 0.1;
    position: fixed;
    top: 0;
    left: 75%;
    z-index: 1000;
    pointer-events: none;
}


.page-title h1 {
    font-size: 3em;
    line-height: 110%;
    color: #fff;
    text-align: center;
    /*margin-top: 10%;*/
}
.page-title {z-index: -1;}

 .content p {
    font-size: 1.0em;
    line-height: 30px;
    opacity: 0.9;
    margin-bottom: 30px;
    color: #fff;
    text-align: justify;
}

.section-title h2, .section-title .heading {
    margin: 170px 0 0;
    font-size: 5em;
    /*font-family: 'biotifbold';*/
    white-space: nowrap;
    overflow: hidden;
    line-height: 100%;
    color: #fff;
    
}
.section-text .content {
    padding-right: 50px;
}
 
.section-text .page-heading {
    width: 100%;
    height: 90vh;
    position: relative;
}
.section-text {
    position: relative;
}
 .section-text h1 {
    font-size: 6.875em;
    color: #fff;
  
    transform: rotate(90deg);
    position: absolute;
    top: 100px;
    left: 0;
    transform-origin: 0 100%;
    margin: 0;
    line-height: 56px;
    z-index: 999;
}
.page-heading h1::after {
    content: '';
    border-bottom: 1px solid #fff;
    width: 50%;
    height: 1px;
    left: 105%;
    position: absolute;
    bottom: 0;
}
.line {
    height: 38%;
    width: 1px;
    background: #fff;
    display: block;
    position: absolute;
    top: 57%;
    left: 0;
    display: none;
    z-index: 999;
}



.home_page .owl-carousel .owl-stage-outer{position: fixed;}


 .slider-controls .owl-nav {
    width: 25%;
    max-width: 100%;
    height: 80px;
    
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    font-size: 6em;
    color: #fff;
    padding-left: 0.1em;
    margin-top: 0;
}
.owl-theme .owl-nav [class*=owl-]:hover {background-color: transparent;}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}





@media (min-width: 1919px) and (max-width: 1920px) {
    .get-touch a{top: 9em;}
    .navbar-brand{padding-left: 15em;}
    .media_sharing {position: absolute;z-index: 99; top: 0; /*right: 38%;*/ right: 658px; width: 350px;  background: rgba(0, 0, 0, 0.3); font-size: 12px; color: #ccc;}
    .slider-controls .owl-nav {
    width: 25%;
    max-width: 100%;
    height: 80px;
    
    position: absolute;
    right: 3em;
    top: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    font-size: 6em;
    color: #fff;
    padding-left: 0.1em;
    margin-top: 0;
    }
}
@media (min-width: 1365px) and (max-width: 1440px) {
    .get-touch a{top: 6em;}
    .navbar-brand {padding-left: 10em;}
    .media_sharing {position: absolute;z-index: 99; top: 0; right: 15%; width: 350px;  background: rgba(0, 0, 0, 0.3); font-size: 12px; color: #ccc;}
}

@media (min-width: 800px) and (max-width: 1920px) {
    
    
    
    .owl-theme .owl-nav {
        
        bottom: 4%;
        /*right: 12%;*/
        
        }
    .whatsapp_icon img {
    width: 50px;
    bottom: 4%;
    right: 10px;
    position: fixed;
    z-index: 99;
    filter: grayscale(1);
    }
    .whatsapp_icon img:hover {
        width: 50px;
        bottom: 5%;
        right: 10px;
        position: fixed;
        z-index: 99;
        filter: grayscale(0);
    }


}


@media (min-width: 1919px) and (max-width: 1366px) {

    

        .media_sharing{    position: absolute;
    z-index: 99;
    top: 0;right:40%;width: 300px; background: rgba(0, 0, 0, 0.3);font-size: 14px;}
    .slider-controls .owl-nav {    width: 40%;}


}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    
}



@media (min-width: 767px) and (max-width: 1080px) {

     #background-video {
    width: 100% !important;
    height: 100vh;
    object-fit: cover;
}

#counter-box {
  /*width: 33.22%;*/
  width: 300px;
  min-width: 200px;
  margin: 30% 0% 0% 60% !important;
  padding: 5px 5px 5px 5px;
  float: left;
  text-align: center;
  /*background-color: #111111;*/
  color: #cccccc;
  /*border: 1px solid #666666;*/
  opacity: 0.3;
}
.nav-item {
    background: #000;
    padding: 5px 10px;
}

/*.navbar-expand-sm .navbar-toggler {
    display: block;
}*/

}

@media (min-width: 767px) and (max-width: 1920px) {
    
    figure.effect-project-slider img{ /*height: 500px;*/ width: 700px !important;  }
    section .section-title h2, section .section-title .team {
    margin: 0;
    font-size: 5em !important;    
    white-space: nowrap;
    overflow: hidden;
    line-height: 100%;
    color: #151515;
    letter-spacing: -3px !important;   
}

section.get-in-touch {
    /* padding: 0px 0 0px; */
    padding-top: 7rem;
    position: relative;
    text-align: center;
}
   

}



@media (min-width: 768px) and (max-width: 1180px){
    


.nav_inside {
width: 175px;
position: absolute;
right: 0;
text-align: left;
}
.list-page .page-title h1 {
font-size: 3.875em;
transform: rotate(90deg);
margin: 0;
transform-origin: 0 100%;
position: absolute;
left: 50px;
top: -80px;
}

    /*.btn_side {
    position: absolute;
    left: 1%;
    }
    .list-page .page-title h1 {
    font-size: 2.875em;
    transform: rotate(90deg);
    margin: 0;
    transform-origin: 0 100%;
    position: absolute;
    left: 250px;
    top: -110px;
    }
    .nav_inside {
    width: 200px;
    position: absolute;
    left: 1%;
    top: 30px;
    z-index: 99;
    text-align: left;
    }*/

   
}




@media (min-width: 200px) and (max-width: 575px) {


    figure.effect-project-slider img{ width:100% !important }

section .section-title h2, section .section-title .team {
    margin: 0;
    font-size: 3em !important;    
    white-space: nowrap;
    overflow: hidden;
    line-height: 100%;
    color: #151515;
    letter-spacing: -3px !important;   
}
    
    h2 span{
    font-weight: 700;
    color: #fff;
    text-transform: none;
    font-size: 1.5em;
    line-height: 1em;
    text-shadow: 2px 4px 3px rgb(0 0 0 / 60%);
    display: block;
    margin-top: 0em;
}
.owl-theme .owl-nav {
    font-size: 1em;
    color: #fff;
    z-index: 999;
    bottom: 8%;
    right: 5em;
    position: fixed;
}

    figure.effect-terry figcaption::before {
    top: -230px !important;
    left: -70px;
    border-width: 100px 0 150px 0;
    -webkit-transform: translate3d(70px,60px,0);
    transform: translate3d(70px,60px,0);
}


.owl-item.active + .owl-item.active + .owl-item.active figure.effect-terry figcaption::before {
    top: -230px !important;
    left: -70px;
    border-width: 200px 0 150px 0;
    -webkit-transform: translate3d(70px,60px,0);
    transform: translate3d(70px,60px,0);
}
 .slider-controls .owl-nav {
    width: 25%;
    max-width: 100%;
    height: 80px;
   
    position: absolute;
    right: 0em;
    top: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    font-size: 6em;
    color: #fff;
    padding-left: 0.1em;
    margin-top: 0;
    }


/*section .section-title h2, section .section-title .heading {
    margin: 0;
    font-size: 5em;    
    white-space: nowrap;
    overflow: hidden;
    line-height: 100%;
    color: #151515;
    letter-spacing: -5px;
}*/
    .media_sharing{    position: absolute;
    z-index: 99;
    top: 3%;left: 3%;font-size: 12px; background: rgba(0, 0, 0, 0.3);}

    .back{top:230px ;padding-left: 5px;position: absolute; font-size: 10px;}

/*      section.get-in-touch .section-title h2 {
    font-size: 3em;
    letter-spacing: 0px;
}*/

section.get-in-touch .get-text {
    text-align: center;
    position: relative;
    top: -125px;
}

    
.list-page .page-title h1 {
    font-size: 2.875em;
    transform: rotate(90deg);
    margin: 0;
    transform-origin: 0 100%;
    position: absolute;
    left: 250px;
    top: -110px;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    /*height: 50vh;*/
    object-fit: cover;
    left: 0;
}
section.get-in-touch a {
    font-size: 2.5em;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    border-bottom: 3px solid #fff;
    white-space: nowrap;
}
.nav_inside{width: 200px;position: absolute;left: 1%;top: 30px; z-index: 99; text-align: left; }
.btn_side{position: absolute;left: 1%}

    .page-title h1 {
    font-size: 2em;
    line-height: 110%;
    color: #fff;
    
}
    .owl-carousel .item h1{ font-size: 30px; color: transparent;position: absolute;z-index: 99;top: 40%;left: 5%;}
    .owl-carousel .item a{ font-size: 15px; color: transparent;/*position: initial;*/z-index: 99;top: 7em;/*left: 5%;*/}
    #background-video {
  width: 100vw !important;
  height: 100vh;
  object-fit: cover;
  
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
 
}
.navbar-brand{margin-left: 0em !important;}
.grid figure figcaption{padding: 2em 0.5em !important;}

figure.effect-julia h2 {
    position: relative;
    padding: 0.5em 0;
    font-size: 0.6em;
}


.nav-item{background: #000; padding: 5px 10px;}

    }



   

   }



 .nav-link{font-size: 16px; color: #fff;}
    .navbar-dark .navbar-nav .nav-link{color: #fff;font-weight: 500 !important; font-size: 14px;}


     .get-touch  a{
    display: block;
    font-size: 50px !important;    
    transform: rotate(-90deg);
    
    left: 0; top: 300px ;
    position: relative;
    text-decoration: underline !important;
    border-top: none !important;
    color: #fff !important;
    width: max-content ;
    animation-name:none;
    transition:initial;
}

@media (min-width: 1279px) and (max-width: 1280px) {

    .get-touch  a{
    display: block;
    font-size: 50px !important;    
    transform: rotate(-90deg);
    
    left: 0; top: 300px ;
    position: relative;
    text-decoration: underline !important;
    border-top: none !important;
    color: #fff !important;
    width: max-content ;
    animation-name:none;
    transition:initial;
}

    }


#background-video {
  width: 50vw;
  height: 100vh;
  object-fit: cover;
  
}

   


.drag-to-explore {
    position: absolute;
    font-size: 1em;
    color: #fff;
   
    bottom: 50px;
    right: 100px;
    z-index: 100;
}
#scroll_container {
  position: fixed;
  white-space: nowrap;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#scroll_container .wrapper {
  transition: all ease 0.4s;
  transform-origin: center;
  cursor: grab;
}
#scroll_container .wrapper.drag {
  cursor: grabbing;
  transform: scale(0.93);
}





/***************************** Menu *****************************/
.offcanvas-header {
    display:none;
}

.navbar-nav.sm-collapsible .sub-arrow {
    position: absolute;
    top: 50%;
    right: 0;
    margin: -0.7em 0 0 0;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: .25rem;
    padding: 0;
    width: 2em;
    height: 1.4em;
    font-size: 1.25rem;
    line-height: 1.2em;
    text-align: center;
}
.navbar-nav.sm-collapsible .sub-arrow::before {
    content: '+';
}
.navbar-nav.sm-collapsible .show > a > .sub-arrow::before {
    content: '-';
}
.navbar-dark .navbar-nav.sm-collapsible .nav-link .sub-arrow {
    border-color: rgba(255, 255, 255, .1);
}
.navbar-nav.sm-collapsible .has-submenu {
    padding-right: 3em;
}
.navbar-nav.sm-collapsible .nav-link,
.navbar-nav.sm-collapsible .dropdown-item {
    position: relative;
}
.navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .1em;
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-left: .3em solid transparent;
}
.fixed-bottom .navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow,
.fixed-bottom .navbar-nav:not(.sm-collapsible):not([data-sm-skip]) .dropdown-toggle::after {
    border-top: 0;
    border-bottom: .3em solid;
}
.navbar-nav:not(.sm-collapsible) .dropdown-item .sub-arrow,
.navbar-nav:not(.sm-collapsible):not([data-sm-skip]) .dropdown-menu .dropdown-toggle::after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 0;
    height: 0;
    margin-top: -.3em;
    margin-right: 8px;
    border-top: .3em solid transparent;
    border-bottom: .3em solid transparent;
    border-left: .3em solid;
}
.navbar-nav:not(.sm-collapsible) .dropdown-item.has-submenu {
    padding-right: 20px;
}
.navbar-nav .scroll-up,
.navbar-nav .scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    height: 20px;
    overflow: hidden;
    text-align: center;
}
.navbar-nav .scroll-up-arrow,
.navbar-nav .scroll-down-arrow {
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-top: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid;
    border-left: 7px solid transparent;
}
.navbar-nav .scroll-down-arrow {
    top: 6px;
    border-top: 7px solid;
    border-right: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid transparent;
}
.navbar-nav.sm-collapsible .dropdown-menu .dropdown-menu {
    margin: .5em;
}
.navbar-nav:not([data-sm-skip]) .dropdown-item {
    white-space: normal;
}
.navbar-nav:not(.sm-collapsible) .sm-nowrap > li > .dropdown-item {
    border-bottom: 1px solid #e8e8e8;
}


.navbar {
    width: 100%;
    float: left;
    padding: 0;
    text-transform: uppercase;
}
.nav > li.active > a, .nav > li > a:hover {
    color: #dc3545;
}
.nav > li > a {
    
    color: #fff;
    display: block;
    position: relative;
    padding: 3px !important;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .5px;
}
.dropdown-item {
   
    width: auto;
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    border-radius: 0 !important;
    padding: 5px;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: #fff;
}
.dropdown-item.active, .dropdown-item:active, .dropdown-item:hover, .dropdown-item:focus {
    color: #fff;
    background-color: #646368 !important;
}
.dropdown-menu {
    padding: 0;
    /*opacity: 0.8;*/
    background: #000;
    top: 25%;
       
}

.menu_icon {
    width: 32px;
    float: left;
    margin: 0px 10px 0 10px;
    padding: 0;
    position: relative;
    display: none;
}
.menu_icon > span {
    height: 3px;
    float: left;
    background: #fff;
    margin: 2px 0;
}
.menu_icon:hover span {
    width: 100% !important;
}
.sticky {
    width: 100%;
    position: fixed;
    z-index: 99;
    top: 0;
    padding: 0;
    margin: 0;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
}
.sticky + .banner, .sticky + .inner_banner {
    padding-top: 50px;
}
.sticky .nav > li > a {
    padding: 15px !important;
}



/**/

grid {
  position: relative;
  clear: both;
  margin: 0 auto;
  padding: 1em 0 4em;
  max-width: 1000px;
  list-style: none;
  text-align: center;
}

/* Common style */
.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 0px 0%;
  
  height: auto;
  background: #000;
  text-align: center;
  cursor: pointer;
}

.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
}


.grid figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 2.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 25%;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.grid figure h2 {
  word-spacing: -0.15em;
  font-weight: 300;
  text-shadow: 2px 4px 3px rgba(0,0,0,0.6);
}

.grid figure h2 span {
  font-weight: 700;
  text-transform: none;
  font-size: 1.5em;
  line-height: 1em;
  text-shadow: 2px 4px 3px rgba(0,0,0,0.6);
}

/*.grid figure h2 span {
  font-size: 3em;
    position: fixed;
    white-space: nowrap;
}*/



.grid figure h2,
.grid figure p {
  margin: 0;
}

.grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}

/* Individual effects */

/*---------------*/
/***** Julia *****/
/*---------------*/

figure.effect-julia {
  background: #2f3238;
}

figure.effect-julia img {
  max-width: none;
  /*height: 400px;*/height: 100vh;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  filter: grayscale(100%);
}

figure.effect-julia figcaption {
  text-align: left;
  cursor: default;
}

figure.effect-julia h2 {
  position: relative;
  padding: 0.5em 0;
  transform: translate3d(1800px,0,0);
  
}


figure.effect-julia:hover h2{
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 1.5s;
  -webkit-transform: translate3d(-360px,0,0);
  transform: translate3d(0,0,0);
}

figure.effect-julia p {
  display: inline-block;
  margin: 0 0 0.25em;
  padding: 0em 0em;
  /*background: rgba(255,255,255,0.9);*/ border-top: 1px solid #fff;
  /*color: #2f3238;*/ color: #fff;
  text-transform: none;
  font-weight: 500;
  font-size: 55%;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-360px,0,0);
  transform: translate3d(-360px,0,0);
}

figure.effect-julia p:first-child {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

figure.effect-julia p:nth-of-type(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

figure.effect-julia p:nth-of-type(3) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

figure.effect-julia:hover p:first-child {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

figure.effect-julia:hover p:nth-of-type(2) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

figure.effect-julia:hover p:nth-of-type(3) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

figure.effect-julia:hover img {
  opacity: 1;
  -webkit-transform: scale3d(1.1,1.1,1);
  transform: scale3d(1.1,1.1,1);
  filter: grayscale(0%);
}

figure.effect-julia:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  transition: transform 2s;
}

/* project */
figure.effect-project img {
    /*max-width: none;*/
    height: 400px;
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, transform 1s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    /*filter: grayscale(100%);*/
}
figure.effect-project:hover img {
    opacity: 0.4;
    -webkit-transform: scale3d(1.1,1.1,1);
    transform: scale3d(1.1,1.1,1);
    filter: grayscale(0%);
}

/* project slider */
figure.effect-project-slider img {
    /*max-width: none;*/
    /*height: 500px; width: 800px !important;*/
    /*width: fit-content !important;*/ 
    position: relative;left: 5%;
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, transform 1s;
    /*-webkit-backface-visibility: hidden;
    backface-visibility: hidden;*/
   /* filter: grayscale(100%);*/
}
figure.effect-project-slider:hover img {
   /* opacity: 0.4;*/
    /*-webkit-transform: scale3d(1.1,1.1,1);
    transform: scale3d(1.1,1.1,1);
    filter: grayscale(0%);*/
}



/* Media queries */
@media screen and (max-width: 50em) {
  .content {
    /*padding: 0 10px;*/
    text-align: center;
  }
  .grid figure {
    display: inline-block;
    float: none;
    margin: 10px auto;
    width: 100%;
  }
}


/*-----------------*/
/***** Terry *****/
/*-----------------*/



figure.effect-terry figcaption::before{
    position: absolute;
    width: 200%;
    height: 103%;
    border-style: solid;
    border-color: #101010;
    content: '';
    -webkit-transition: -webkit-transform 0.95s;
    transition: transform 0.95s;
}

figure.effect-terry figcaption::before {
    top: -320px;
    left: -70px;
    border-width: 100px 0 150px 0;
    -webkit-transform: translate3d(70px,60px,0);
    transform: translate3d(70px,60px,0);
}
figure.effect-terry:hover figcaption::before {
    -webkit-transform: translate3d(0,0,0);
   transform: scale(2.5);
   transition: transform 5s;
}

.owl-item.active + .owl-item.active + .owl-item.active figure.effect-terry figcaption::before {
    top: -320px;
    left: -70px;
    border-width: 200px 0 150px 0;
    -webkit-transform: translate3d(70px,60px,0);
    transform: translate3d(70px,60px,0);
}

.owl-item + .owl-item.active + .owl-item.active figure.effect-terry figcaption::before{
    -webkit-transform: translate3d(0,0,0);
    transform:scale(2.5);
    transition: transform 5s;
}
.owl-item + .owl-item + .owl-item.active figure.effect-terry figcaption::before{
    -webkit-transform: translate3d(0,0,0);
   transform:scale(2.5);
   transition: transform 5s;
}



#counter-section-container {
  width: 100%;
  text-align: center;
}

#counter-box-container {
  /*border: 1px solid #999999;*/
  overflow: hidden;
  display: inline-block;
}

#counter-box {
  /*width: 33.22%;*/
  width: 300px;
  min-width: 200px;
  margin: 5px 5px 5px 5px;
  padding: 5px 5px 5px 5px;
  float: left;
  text-align: center;
  /*background-color: #111111;*/
  color: #cccccc;
  /*border: 1px solid #666666;*/
  opacity: 0.3;
}

.counter {
  font-size: 50px;
  color:#cccccc;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  /*background: #fff;*/
  /*padding: 60px 0;*/
}

.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
  filter: grayscale(100%);
}


.team .member .social {
  position: absolute;
  left: 0;
  bottom: 30px;
  right: 0;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
}

.team .member .social a {
  transition: color 0.3s;
  color: #151515;
  margin: 0 3px;
  border-radius: 4px;
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.8);
  transition: ease-in-out 0.3s;
  color: #484848;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.team .member .social a:hover {
  color: #151515;
  background: #ffc451;
}

.team .member .social i {
  font-size: 18px;
  line-height: 0;
}

.team .member .member-info {
  padding: 25px 15px;
  text-align: center;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #151515;
}

.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.team .member:hover .social {
  opacity: 1;
  bottom: 15px;
}

section .section-title h2, section .section-title .team {
    margin: 0;
    font-size: 10em;    
    white-space: nowrap;
    overflow: hidden;
    line-height: 100%;
    color: #333;
    letter-spacing: -20px;   
}

