/*!
 * Start Bootstrap - Stylish Portfolio v5.0.6 (https://startbootstrap.com/template-overviews/stylish-portfolio)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-stylish-portfolio/blob/master/LICENSE)
 */

body,
html {
  width: 100%;
  height: 100%;
/*    background-image: linear-gradient(#00A9FD, #01EBFF);*/
    
    
}

body {
    font-family: 'Montserrat', sans-serif;
    
}

ul{
    display: block;
    vertical-align: middle;
    
}

.btn-xl {
  padding: 1.25rem 2.5rem;
    
}



@font-face {
font-family: 'Montserrat', sans-serif;
}


/* Animation */


/*
.fullscreen-bg__video {
    object-fit: cover;
    display: cover;
    background-size: cover;
    position: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fullscreen-bg__video2 {
    object-fit: cover;
    display: cover;
    background-size: cover;
    position: center;
    top: 0;
    left: 0;
    z-index: 995;
    width: 100%;
    height: 100%;
}
*/



#bm{
    width:100%;
    height:100%;
    
}

.fullscreen-bg {
    position:absolute;
    object-fit: cover;
    z-index: 996;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transform-origin: center;
}

.first-animation {
    animation-delay: 0.9s;
    animation-duration: 0.6s;
    transition-timing-function: ease-in;
    animation-fill-mode: both;
    animation-name: fadeIn;
    position: relative;
    }

.second-animation {
    animation-delay: 1s;
    animation-duration: 0.8s;
    transition-timing-function: ease-in;
    animation-fill-mode: both;
    animation-name: fadeIn;
    position: relative;
    
    }

.third-animation{
    animation-delay: 0.4s;
    animation-duration: 0.6s;
    transition-timing-function: ease-in;
    animation-fill-mode: both;
    animation-name: fadeIn-up;
    position: relative;
    
    }

.fourth-animation {
    animation-delay: 0.5s;
    animation-duration: 0.8s;
    transition-timing-function: ease-in;
    animation-fill-mode: both;
    animation-name: fadeIn-up;
    position: relative;
    
    }

.fifth-animation{
    animation-delay: 1s;
    animation-duration: 1s;
    transition-timing-function: ease-in;
    animation-fill-mode: both;
    animation-name: fadeIn;
    position: relative;
    
    }

.scroll-animation {

  opacity: 0;
  -webkit-transition: opacity .3s .25s ease-out,
              -webkit-transform 4s .25s cubic-bezier(0,1,.3,1);
  transition: opacity .3s .25s ease-out,
              -webkit-transform 4s .25s cubic-bezier(0,1,.3,1);
  transition: transform 4s .25s cubic-bezier(0,1,.3,1),
              opacity .3s .25s ease-out;
  transition: transform 4s .25s cubic-bezier(0,1,.3,1),
              opacity .3s .25s ease-out,
              -webkit-transform 4s .25s cubic-bezier(0,1,.3,1);
  width: 100%;

  will-change: transform, opacity;
}

.scroll-animation.is-visible {
  opacity: 1;
}



@keyframes fadeIn {
  0% {
      
    opacity: 0;
      
  }
        
        100% {
    opacity: 1;
  }
}

@keyframes fadeIn-up {
  0% {
      
    opacity: 0;
      transform: translateY(250px);
  }
        
        100% {
    opacity: 1;
            transform: translateY(0);
  }
}

/* Masthead */

.masthead h1 {
  font-size: min(max(36px, 4vw), 45px);
  margin-top: 50px;
  padding: 0;
  color: #333; 
  text-align: left;
  overflow: hidden;
  
}

.masthead {
  min-height: 30rem;
  position: relative;
  display: table;
  width: 100%;
  height: auto;
  padding-top: 8rem;
  padding-left: 0px;
  padding-bottom: 0rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
    
}

.masthead2 {
  min-height: 30rem;
  position: relative;
  display: table;
  width: 100%;
  height: auto;
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: white;
}

.masthead3 {
  min-height: 20rem;
  position: relative;
  display: table;
  width: 100%;
  height: auto;
  padding-top: 8rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: white;
}


/*Typography*/


.text-primary {
  color: #1D809F !important;
}

.text-secondary {
  color: #ecb807 !important;
}

.mb-5, .my-5 {
    color: #333;
    text-align: left;
    font-size: min(max(18px, 4vw), 22px);
    font-style: normal;
    margin-bottom: 0;
}

.mb-6 {
    color: #333333;
    text-align: center;
    font-style: normal;
    font-size: min(max(72px, 4vw), 100px);
    display:inline-block;
    padding-right: 29px;
    margin-bottom: 0;
}

.mb-7 {
    color: #333333;
    text-align: center;
    font-style: normal;
    font-size: min(max(18px, 4vw), 24px);
    line-height: 32px;
    display:inline-block;
    padding-right: 29px;
    margin-bottom: 0;
}


h1{
   font-weight: 700; 
}
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
    font-style: normal;
}


p1{
    font-weight: 700; 
    color: #333333;
    text-align: left;
        line-height: 1.3em;
    font-style: normal;
    font-size: min(max(48px, 4vw), 56px);
    display:inline-block;
    margin-bottom: 0;  
    
}

p2{
    font-weight: 300; 
    color: #333333;
    text-align: left;
    font-style: normal;
    font-size: min(max(16px, 4vw), 24px);
    display:inline-block;
    padding-right: 29px;
    margin-bottom: 0;  
    
}

p3{
    font-weight: 300; 
   color: #333333;
    text-align: left;
    font-style: normal;
    font-size: min(max(16px, 4vw), 24px);
    line-height: 32px;
    display:inline-block;
    padding-right: 60px;
    margin-bottom: 0;  
}

p4{
    font-weight: 300; 
    color: #333333;
    text-align: center;
    font-style: normal;
    font-size: min(max(16px, 4vw), 18px);
    line-height: 28px;
    display:inline-block;
    padding-right: 75px;
    padding-left: 75px;
    margin-bottom: 0;  
}

p5{
    font-weight: 300; 
    color: #333333;
    text-align: left;
    font-style: normal;
    font-size: min(max(12px, 4vw), 14px);
     line-height: 32px;
    display:inline-block;
    padding-right: 29px;
    margin-bottom: 0;   
}

p6{
    font-weight: 700; 
    color: #333333;
    text-align: left;
    font-style: normal;
    font-size: min(max(20px, 4vw), 24px);
    line-height: 28px;
    display:inline-block;
    margin-bottom: 0;  
}

p7{
      font-weight: 300; 
    color: #333333;
    text-align: center;
    font-style: normal;
    font-size: min(max(16px, 4vw), 18px);
    line-height: 28px;
    display:inline-block;
    margin-bottom: 0;   
}




.text-faded {
  color: rgba(255, 255, 255, 0.7);
}


/* Map */

.map {
  height: 30rem;
}

@media (max-width: 992px) {
  .map {
    height: 75%;
  }
}

.map iframe {
  pointer-events: none;
}

.scroll-to-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  display: none;
  width: 50px;
  height: 50px;
  text-align: center;
  color: white;
  background: rgba(52, 58, 64, 0.5);
  line-height: 45px;
}

.scroll-to-top:focus, .scroll-to-top:hover {
  color: white;
}

.scroll-to-top:hover {
  background: #343a40;
}

.scroll-to-top i {
  font-weight: 800;
}


/* Images */


.fit-image{
max-width:100%;
max-height:100%;
}

.container-portfolio-image{
    padding-bottom: 100px;
    display: block;
  margin-right: auto;
  margin-left: auto;
    width: 100%;
}

.container-portfolio-image2{
    padding-bottom: 1%;
    object-fit: cover;
    display: cover;
    background-size: cover;
    background-color: #D3D7DD;
    position: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.container-portfolio-image3{
    display: block;
  margin-right: auto;
  margin-left: auto;
    width: 100%;
}


/* Content */

.content-section {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.content-section-heading h2 {
  font-size: 3rem;
}

.content-section-heading h3 {
  font-size: 1rem;
  text-transform: uppercase;
}

.padding-bottom {
    padding-bottom: 90px;
    padding-top: 60px;
}

.padding-top {
    padding-top: 20px;
}

.centeredd{
    max-width: 900px;
    display: inline-block;
    padding-bottom:19%;
}

.portfolio-item {
  display: block;
  position: relative;
  overflow: hidden;
  max-width: 530px;
  margin: auto auto 1rem;
}

.portfolio-item .caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  background-color: rgba(33, 37, 41, 0.2);
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.portfolio-item .caption .caption-content {
  color: #fff;
  margin: auto 2rem 2rem;
}

.portfolio-item .caption .caption-content h2 {
  font-size: 0.8rem;
  text-transform: uppercase;
}

.portfolio-item .caption .caption-content p {
  font-weight: 300;
  font-size: 1.2rem;
}

@media (min-width: 992px) {
  .portfolio-item {
    max-width: none;
    margin: 0;
  }
  .portfolio-item .caption {
    -webkit-transition: -webkit-clip-path 0.25s ease-out, background-color 0.7s;
    -webkit-clip-path: inset(0px);
    clip-path: inset(0px);
  }
  .portfolio-item .caption .caption-content {
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s;
    margin-left: 5rem;
    margin-right: 5rem;
    margin-bottom: 5rem;
  }
  .portfolio-item img {
    -webkit-transition: -webkit-clip-path 0.25s ease-out;
    -webkit-clip-path: inset(-1px);
    clip-path: inset(-1px);
  }
  .portfolio-item:hover img {
    -webkit-clip-path: inset(2rem);
    clip-path: inset(2rem);
  }
  .portfolio-item:hover .caption {
    background-color: rgba(29, 128, 159, 0.9);
    -webkit-clip-path: inset(2rem);
    clip-path: inset(2rem);
  }
}

.portfolio-full-bleed{
padding-bottom: 100px;
    padding-top:100px;
}

.portfolio{
padding-bottom: 100px;
}

.portfolio-footer{
padding-bottom: 50px;
padding-top: 50px;
}


.row2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.container-fluid {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

.grey{
    background-color: #F4F4F4;
}


/* Links */



a.one:link{
    
    text-decoration: underline;
}

a {
  color: black;
}

a:hover{
    
    color: black;
}

a:focus, a:active {
  color: none;
}



/* Lists */


.list-div{
 padding-left: 50px;   
 width: 500px;
}


.list-inline-item:hover {
   background-color: none;
}


li:hover{
    
    background-color: none;
}

.li {
    text-align: left;
  width:500px;
     z-index: 2;
}


/*
.list-inline-item {
    display: inline-block;
    margin-left: .5rem;
    margin-right: 0rem;
}
*/


@media (min-width: 992px) {
  .masthead {
    height: 100vh;
  }
}


/* Side Menu */

#sidebar-wrapper {
  position: fixed;
  right: 0;
  width: 250px;
  height: 100%;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-transform: translateX(250px);
  transform: translateX(250px);
/*  background-image: linear-gradient(#00A9FD, #01EBFF);*/
    background-color: black;
    z-index: 998;
}

.sidebar-nav {
  position: absolute;
  top: 15%;
  bottom: 10%;
  width: 35%;
  margin: 0;
  padding-left: 50px;
  list-style: none;
  text-align: left;
  display:inline-block;
  z-index: 2;
}

.sidebar-nav li.sidebar-nav-item a {
  display: block;
  text-decoration: none;
  line-height: 50px;
  font-weight: 900;
  font-size: 60px;
  color: #fff;
  padding: 35px;
  padding-left: 50px;
  z-index: 2;
}

.sidebar-nav li a:hover {
  text-decoration: line-through;
/*  color: lightslategray;*/
  background: none;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  z-index: 2;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
     z-index: 2;
}

.sidebar-nav > .sidebar-brand {
  font-size: 0;
    height: 0;
    line-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
     z-index: 2;
}

.sidebar-nav > .sidebar-brand a {
  color: #fff;
}

.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none;
     z-index: 2;
}

#sidebar-wrapper.active {
  right: 250px;
  width: 100%;
}

.menu-toggle {
  position: fixed;
  right: 50px;
  top: 50px;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #333;
  background: rgba(52, 58, 64, 0);
  line-height: 50px;
  z-index: 999;
}

.menu-toggle rounded active{
    
    color: white;
}

.fa-times:before {
    content: "\f00d";
    color: white;
}

.menu-toggle:focus, .menu-toggle:hover {
  color: black;
}

.menu-toggle:hover {
  background: rgba(52, 58, 64, 0);
}

.service-icon {
  background-color: #fff;
  color: #1D809F;
  height: 7rem;
  width: 7rem;
  display: block;
  line-height: 7.5rem;
  font-size: 2.25rem;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.callout {
  padding: 15rem 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.1))), url("../img/bg-callout.jpg");
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%), url("../img/bg-callout.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.callout h2 {
  font-size: 3.5rem;
  font-weight: 700;
  display: block;
  max-width: 30rem;
}


/* Footer */


footer.footer {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.space {
  padding-top: 15px;
}


footer.footer .social-link {
  display: block;
  height: 4rem;
  width: 4rem;
  line-height: 4.3rem;
  font-size: 1.5rem;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: black;
}

.container-footer{
  padding-bottom: 100px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

footer.footer .social-link:hover {
  background-color: white;
  text-decoration: none;
}

/* Buttons */

.btn-primary {
  background-color: #1D809F !important;
  border-color: #1D809F !important;
  color: #fff !important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #155d74 !important;
  border-color: #155d74 !important;
}

.btn-secondary {
  background-color: #ecb807 !important;
  border-color: #ecb807 !important;
  color: #fff !important;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  background-color: #ba9106 !important;
  border-color: #ba9106 !important;
}

.btn-dark {
  color: #fff !important;
}

.btn {
  -webkit-box-shadow: none;
  box-shadow: none;
  box-shadow: none;
  font-weight: 700;
      border-radius: 0px;
}

.bg-primary {
  background-color: #1D809F !important;
}


.mb-auto, .my-auto {
    margin-bottom: 285px;
    z-index: 997;
    overflow: hidden;
}


/* Gallery */

.container.gallery-container {
    background-color: #fff;
    color: #35373a;
    min-height: 100vh;
    padding: 30px 50px;
}

.gallery-container h1 {
    text-align: center;
    margin-top: 50px;
    font-family: 'Droid Sans', sans-serif;
    font-weight: bold;
}

.gallery-container p.page-description {
    text-align: center;
    margin: 25px auto;
    font-size: 18px;
    color: #999;
}

.tz-gallery {
    padding: 40px;
}

.tz-gallery2 {
    padding: 10px;
}

/* Override bootstrap column paddings */
.tz-gallery .row > div {
    padding: 10px;
}

.tz-gallery2 .row > div {
    padding: 10px;
}

.card {
    border-radius: 0px;
}


.tz-gallery .lightbox img {
    width: 100%;
    border-radius: 0;
    position: relative;
}

.tz-gallery .lightbox:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #fff;
    font-size: 26px;
    font-family: 'glyphicon glyphicon-camera';
    content: '\25CB';
    pointer-events: none;
    z-index: 9000;
    transition: 0.4s;
}


.tz-gallery .lightbox:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 100;
    background-color: none;
    content: '';
    transition: 0s;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
    opacity: 0;
}

/*2*/

.tz-gallery2 .lightbox img {
    width: 100%;
    border-radius: 0;
    position: relative;
}

.tz-gallery2 .lightbox:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #fff;
    font-size: 26px;
    font-family: 'glyphicon glyphicon-camera';
    content: '\25CB';
    pointer-events: none;
    z-index: 9000;
    transition: 0.4s;
}


.tz-gallery2 .lightbox:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 100;
    background-color: none;
    content: '';
    transition: 0s;
}

.tz-gallery2 .lightbox:hover:after,
.tz-gallery2 .lightbox:hover:before {
    opacity: 100;
}

.baguetteBox-button {
    background-color: transparent !important;
}

@media(max-width: 768px) {
    body {
        padding: 0;
    }
}

/*Divider*/

/*
.vert-line {
    font-family: 'glyphicon glyphicon-camera';
  content: "\007C";
     color: #333;
    width:2px;
    opacity: 100;
}

*/