/* 0e6879 */
/* 138FA7 */

body {
  overflow-x: hidden;
  font-family: 'Poppins'; 
}

h5, h6 {
  line-height: 1.5; 
}
p {
  line-height: 1.75; 
}

a {
  color: #138FA7; 
}
a:hover {
  color: #0e6879; 
}

@media (min-width: 768px) {
  .container {
    padding-left: 50px;
    padding-right: 50px;
  }
}


.text-primary {
  color: #138FA7 !important; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}


@media (min-width: 1200px) {
  html {
    font-size: 18px;
  }  

  @media (min-width: 1900px) {
    html {
      font-size: 20px;
    }    
  }


}

section {
  padding: 100px 0; 
}
section h2.section-heading {
  margin-top: 0;
  margin-bottom: 15px; 
}
section h3.section-subheading {
  margin-bottom: 50px;
  text-transform: none;  
}

@media (min-width: 768px) {

  /* .section-heading {
    padding-left: 50px;
  } */

  .section-heading::after {
    content:"";
    display: inline-block;
    height: 0.5em;
    vertical-align: bottom;
    width: 100px;
    margin-right: -100px;
    border-top: 1px solid black;
  }

  .heading-background {
    position: absolute;
    transform: translateY(-95%);
    margin-left: -50px;
    color: #138FA7;
    font-size: 4rem;
    font-weight: 600;
    opacity: 0.05;
  }

  section {
    padding: 150px 50px; 
  } 
  
  @media (min-width: 992px) {
    
    section {
        padding: 150px; 
    } 
    #mainNav .container-fluid {
      padding-left: 150px;
      padding-right: 150px;
    }

    .masthead .container-fluid {
      padding-left: 150px;
      padding-right: 150px;
    }

    .heading-background {
      margin-left: -75px;
    }
  }


}

.btn {
  /* font-weight: 700;  */
  padding: 0.5rem 3rem;
  border-radius: 8px;
  box-shadow: 0 2px 4px 0 rgba(19, 143, 167, 0.2);
}

.btn:hover, .btn:focus {
  box-shadow: 0 2px 4px 0 rgba(19, 143, 167, 0.4);
}

.btn-project-link {
  padding: 0.5rem 1rem;
}

@media (min-width: 992px) {
  .btn-project-link {
    box-shadow: none !important;
  }
  
}

.btn-xl {
  font-size: 1.25rem;
  padding: 20px 40px; }

.btn-primary {
  background-color: #138FA7;
  border-color: #138FA7; 
}
.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background-color: #0f7285 !important;
  border-color: #0f7285 !important;
  color: white; 
}

.btn-link {
  color: #138FA7;
  box-shadow: none;
}

.btn-link:hover, .btn-link:focus {
  box-shadow: none;
}

@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}

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


.btn-link-black::after {
  content: '\27F6';
  padding-left: 20px;
  margin-right: -20px;
  float: right;  
  transition: all 1s;
  /* transform: translateX(0px); */
}

.btn-link-black:hover::after {
  transition-delay: 1s;
  transition: all 1s;
  transform: translateX(30px);
}

body:not(.animation) .btn-link-black {
  opacity: 0;
}

body.animation .btn-link-black {
  animation: animateOpacity 2s ease-in-out 0s 1 normal backwards;
}

.btn-link-white {
  color: white;
  background-color: transparent;
  border-color: transparent;
  width: 100%;
  text-align: left;
  box-shadow: none;
  padding-left: 1rem;
  padding-right: 1rem;
}

body:not(.animation) .btn-link-white {
  transform: translateX(-100%);
}

body.animation .btn-link-white {
  animation: slideInFromLeft 1s ease-in-out 0s 1 normal backwards;
}

.btn-link-white::after {
  content: '\27F6';
  padding-right: 50px;
  float: right;
}

.btn-link-white:hover {
  color: white;
  padding-right: 25px;
  box-shadow: none;
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  transition-delay: 1s;
  transition: all 1s;
  transform: translateX(100px);
}

.btn-link-white:hover::after {
  transition-delay: 1s;
  transition: all 2s;
  transform: translateX(120px);
}

.btn-link-white:hover::before {
  content: '\27F6';
  padding-right: 30px;
  transition-delay: 1s;
  transition: all 1s;
  transform: translateX(100px);
}



::-moz-selection {
  background: #138FA7;
  text-shadow: none; }

::selection {
  background: #138FA7;
  text-shadow: none; }

img::selection {
  background: transparent; }

img::-moz-selection {
  background: transparent; }


#mainNav {
  background-color: #000000; 
  transition: all 0.5s;
  opacity: 0;
}
#mainNav .navbar-toggler {
  font-size: 24px;
  right: 0;
  text-transform: uppercase;
  color: white;
  border: 0;
}
#mainNav .navbar-brand {
  color: white;
  font-size: 1.25em;
  /* padding: 0; */
}
#mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: #0e6879; 
}

#mainNav.navbar-show {
  opacity: 1;
}

#mainNav .navbar-nav .nav-item .nav-link {
  font-size: 90%; 
  padding: 0.75em 0;
  letter-spacing: 1px;
  color: white;
}
#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
  /*color: $primary;*/
  color: #138FA7; 
}

@media (min-width: 992px) {
  #mainNav {
    border: none;
    padding: .5rem 1rem;
    opacity: 1 !important;
  }
  #mainNav .navbar-brand {
    color: white;
    opacity: 0;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    transition: opacity 1s; 
  }

  #mainNav .navbar-brand img {
    width: 3rem;
    height: 3rem;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
    color: white;
    padding: 1.1em 1em !important; 
  }
  #mainNav.navbar-shrink {
    padding-top: 0;
    padding-bottom: 0;
    background-color: black; 
  }
  #mainNav.navbar-shrink .navbar-brand {
    opacity: 1;    
  } 
}


@keyframes logo-animation {
  0% {
    opacity: 0;
    transform: translate(0%, 0%);
  }
  10% {
    opacity: 0.2;
    transform: translate(-1%, -1%);
  }
  30% {
    opacity: 0.4;
    transform: translate(-2%, -2%);
  }
  70% {
    opacity: 0.6;
    transform: translate(-1%, -1%);
  }
  90% {
    opacity: 0.8;
    transform: translate(-0.5%, -0.5%);
  }
  100% {
    opacity: 1;
    transform: translate(-0%, -0%);
  }
}

#bmlogo path:nth-of-type(n) {
  /* opacity: 0; */
  /* transform: translate(-5%, -2%); */
  /* transition: all 1.2s ease;
  -webkit-transition: all 1.2s ease;
  -moz-transition: all 1.2s ease; */
  animation-delay: 0s;
  animation-duration: 1.2s;
  animation-iteration-count: 1;
  animation-fill-mode: backwards;
  animation-direction: normal;
  animation-timing-function: linear;
}



header.masthead {
  padding-top: 30px;
  padding-bottom: 50px;
  text-align: center;
  color: white;
}
header.masthead .container-fluid,
header.masthead .row {
  min-height: calc(100vh - 130px);
}

header.masthead img,
header.masthead svg {
  max-height: 50vh !important;
}

@media (min-width: 768px) {
  header.masthead {
    padding-top: 120px;
    padding-bottom: 120px; 
  }

  header.masthead .container-fluid,
  header.masthead .row {
    min-height: calc(100vh - 340px);
  }

  header.masthead img,
  header.masthead svg {
    max-height: 50vh !important;
  }

  header.masthead h3 {
    letter-spacing: 2px;
    line-height: 2;
  }
  
}

#portfolio .portfolio-item {
  right: 0;
  margin: 0 0 15px; }
  #portfolio .portfolio-item .portfolio-link {
    position: relative;
    display: block;
    margin: 0 auto;
    cursor: pointer; }
    #portfolio .portfolio-item .portfolio-link .portfolio-hover {
      position: absolute;
      width: 100%;
      height: 100%;
      -webkit-transition: all ease 0.5s;
      -moz-transition: all ease 0.5s;
      transition: all ease 0.5s;
      opacity: 0;
      background: rgba(19, 143, 167, 0.9); }
      #portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
        opacity: 1; }
      #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
        font-size: 20px;
        position: absolute;
        top: 50%;
        width: 100%;
        height: 20px;
        margin-top: -12px;
        text-align: center;
        color: white; }
        #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
          margin-top: -12px; 
        }
        /* #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
        #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
          margin: 0; } */
  #portfolio .portfolio-item .portfolio-caption {
    max-width: 400px;
    margin: 0 auto;
    padding: 25px;
    text-align: center;
    background-color: #fff; }
    #portfolio .portfolio-item .portfolio-caption h4 {
      margin: 0;
      text-transform: none; }
    #portfolio .portfolio-item .portfolio-caption p {
      margin: 0;}
#portfolio * {
  z-index: 2; }

@media (min-width: 767px) {
  #portfolio .portfolio-item {
    margin: 0 0 30px; } }
.portfolio-modal {
  padding-right: 0px !important; }
  .portfolio-modal .modal-dialog {
    margin: 1rem;
    max-width: 100vw; }
  .portfolio-modal .modal-content {
    padding: 100px 0; }
    .portfolio-modal .modal-content h2 {
      font-size: 3em;
      margin-bottom: 15px; }
    .portfolio-modal .modal-content p {
      margin-bottom: 30px; }
    .portfolio-modal .modal-content p.item-intro {
      margin: 20px 0 30px;}
    .portfolio-modal .modal-content ul.list-inline {
      margin-top: 0;
      margin-bottom: 30px; }
    .portfolio-modal .modal-content img {
      margin-bottom: 30px; }
    .portfolio-modal .modal-content button {
      cursor: pointer; }
  .portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    cursor: pointer;
    background-color: transparent; }
    .portfolio-modal .close-modal:hover {
      opacity: 0.3; }
    .portfolio-modal .close-modal .lr {
      /* Safari and Chrome */
      z-index: 1051;
      width: 1px;
      height: 75px;
      margin-left: 35px;
      /* IE 9 */
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      background-color: #212529; }
      .portfolio-modal .close-modal .lr .rl {
        /* Safari and Chrome */
        z-index: 1052;
        width: 1px;
        height: 75px;
        /* IE 9 */
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        background-color: #212529; }

.timeline {
  position: relative;
  padding: 0;
  list-style: none; }
  .timeline:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 2px;
    margin-left: -1.5px;
    content: '';
    background-color: #e9ecef; }
  .timeline > li {
    position: relative;
    min-height: 50px;
    margin-bottom: 50px; }
    .timeline > li:after, .timeline > li:before {
      display: table;
      content: ' '; }
    .timeline > li:after {
      clear: both; }
    .timeline > li .timeline-panel {
      position: relative;
      float: right;
      width: 100%;
      padding: 0 20px 0 100px;
      text-align: left; }
      .timeline > li .timeline-panel:before {
        right: auto;
        left: -15px;
        border-right-width: 15px;
        border-left-width: 0; }
      .timeline > li .timeline-panel:after {
        right: auto;
        left: -14px;
        border-right-width: 14px;
        border-left-width: 0; }
    .timeline > li .timeline-image {
      position: absolute;
      z-index: 100;
      left: 0;
      width: 80px;
      height: 80px;
      margin-left: 0;
      text-align: center;
      color: white;
      border: 7px solid #e9ecef;
      border-radius: 100%;
      background-color: #138FA7; }
      .timeline > li .timeline-image h4 {
        font-size: 10px;
        line-height: 14px;
        margin-top: 12px; }
    .timeline > li.timeline-inverted > .timeline-panel {
      float: right;
      padding: 0 20px 0 100px;
      text-align: left; }
      .timeline > li.timeline-inverted > .timeline-panel:before {
        right: auto;
        left: -15px;
        border-right-width: 15px;
        border-left-width: 0; }
      .timeline > li.timeline-inverted > .timeline-panel:after {
        right: auto;
        left: -14px;
        border-right-width: 14px;
        border-left-width: 0; }
    .timeline > li:last-child {
      margin-bottom: 0; }
  .timeline .timeline-heading h4 {
    margin-top: 0;
    color: inherit; }
    .timeline .timeline-heading h4.subheading {
      text-transform: none; }
  .timeline .timeline-body > ul,
  .timeline .timeline-body > p {
    margin-bottom: 0; }

@media (min-width: 768px) {
  .timeline:before {
    left: 50%; }
  .timeline > li {
    min-height: 100px;
    margin-bottom: 100px; }
    .timeline > li .timeline-panel {
      float: left;
      width: 41%;
      padding: 0 20px 20px 30px;
      text-align: right; }
    .timeline > li .timeline-image {
      left: 50%;
      width: 100px;
      height: 100px;
      margin-left: -50px; }
      .timeline > li .timeline-image h4 {
        font-size: 13px;
        line-height: 18px;
        margin-top: 16px; }
    .timeline > li.timeline-inverted > .timeline-panel {
      float: right;
      padding: 0 30px 20px 20px;
      text-align: left; } }
@media (min-width: 992px) {
  .timeline > li {
    min-height: 150px; }
    .timeline > li .timeline-panel {
      padding: 0 20px 20px; }
    .timeline > li .timeline-image {
      width: 150px;
      height: 150px;
      margin-left: -75px; }
      .timeline > li .timeline-image h4 {
        font-size: 18px;
        line-height: 26px;
        margin-top: 30px; }
    .timeline > li.timeline-inverted > .timeline-panel {
      padding: 0 20px 20px; } }
@media (min-width: 1200px) {
  .timeline > li {
    min-height: 170px; }
    .timeline > li .timeline-panel {
      padding: 0 20px 20px 100px; }
    .timeline > li .timeline-image {
      width: 170px;
      height: 170px;
      margin-left: -85px; }
      .timeline > li .timeline-image h4 {
        margin-top: 40px; }
    .timeline > li.timeline-inverted > .timeline-panel {
      padding: 0 100px 20px 20px; } }


.team-slide {
  padding: 20px 50px;
}

.team-member {
  margin-top: 40px;
  margin-bottom: 0px;
  text-align: center; 
  cursor: pointer;
  min-height: 250px;
}
.team-member img {
  width: 150px;
  height: 150px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: transform 0.6s;
  -webkit-transition: transform 0.6s;
  -moz-transition: transform 0.6s;
  -o-transition: transform 0.6s;
  transform: scale(1);
}
.team-member:hover img {
  transform: scale(1.1);
}
.team-bio img {
  border: 4px solid white;
}

.team-member-highlight {
  border: 1px solid transparent;
}

.team-bio .team-member-highlight {
  position: absolute;
  left: calc(50% - 20px);
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid black;
}

.team-member h5 {
  margin-top: 15px;
  margin-bottom: 5px;
  text-transform: none; 
}
.team-member p {
  margin-top: 0;
  line-height: 1.5; 
}
.team-description {
  display: flex;
  flex: 1 0 100vw;
  flex-direction: row;
  background-color: black;
}

.team-description p {
  color: white;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
}
    
@media (min-width: 992px) {
  .team-member {
    text-align: center; 
    min-height: 300px;
  }
  
  .team-member img {
    width: 200px;
    height: 200px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);  
  }
  .team-member h5 {
    margin-top: 20px; 
  }
}  

.team-description ul.social-buttons li a {
  color: white;
  background-color: #138FA7; 
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.team-description ul.social-buttons li a:active, 
.team-description ul.social-buttons li a:focus, 
.team-description ul.social-buttons li a:hover {
  color: black;
  background-color: white; 
  box-shadow: 0 4px 8px 0 rgba(19, 143, 167, 0.2);
}



section#contact {
  background-color: black;
  background-image: url("../img/map-image.png");
  /* background-image: url("../../images/logo3.png"); */
  background-repeat: no-repeat;
  background-position: center; }
  section#contact .section-heading {
    color: #fff; }
  section#contact .form-group {
    margin-bottom: 25px; }
    section#contact .form-group input,
    section#contact .form-group textarea {
      padding: 20px; }
    section#contact .form-group input.form-control {
      height: auto; }
    section#contact .form-group textarea.form-control {
      height: 248px; }
  section#contact .form-control:focus {
    border-color: #138FA7;
    box-shadow: none; }
  section#contact ::-webkit-input-placeholder {
    /* font-weight: 700; */
    color: #ced4da;}
  section#contact :-moz-placeholder {
    /* font-weight: 700; */
    color: #ced4da;
    /* Firefox 18- */}
  section#contact ::-moz-placeholder {
    /* font-weight: 700; */
    color: #ced4da;
    /* Firefox 19+ */}
  section#contact :-ms-input-placeholder {
    /* font-weight: 700; */
    color: #ced4da;}

footer {
  padding: 25px 0;
  text-align: center; }
  footer span.copyright {
    font-size: 90%;
    line-height: 40px;
    text-transform: none;}
  footer ul.quicklinks {
    font-size: 90%;
    line-height: 40px;
    margin-bottom: 0;
    text-transform: none;}

ul.social-buttons {
  margin-bottom: 0; 
}
ul.social-buttons li a {
  font-size: 20px;
  line-height: 40px;
  display: block;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  color: white;
  border-radius: 100%;
  outline: none;
  background-color: #212529; 
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover {
  background-color: #138FA7; 
  box-shadow: 0 4px 8px 0 rgba(19, 143, 167, 0.2);
}



/* @keyframes xfade {
  0% {
      opacity: 1;
  }
  12.5% {
      opacity: 1;
  }
  25% {
      opacity: 0;
  }
  75% {
      opacity: 0;
  }
  87.5% {
      opacity: 1;
  }
  100% {
      opacity: 1;
  }
}

.project-xfade {
  position: relative;
  margin: 2rem 2rem !important;

}

.project-xfade img {
  animation: xfade 18s ease-in-out 0s infinite normal forwards;
  -webkit-animation: xfade 18s ease-in-out 0s infinite normal forwards;
  -moz-animation: xfade 18s ease-in-out 0s infinite normal forwards;
  -o-animation: xfade 18s ease-in-out 0s infinite normal forwards;

  border: 1px solid #f3f3f3;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  border-radius: 8px;
  max-height: 80vh;
}


.project-xfade img:nth-of-type(2) {
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -o-animation-delay: 0s;
}

.project-xfade img:nth-of-type(3) {
  animation-delay: 3s;
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  -o-animation-delay: 3s;
}

.project-xfade img:nth-of-type(4) {
  animation-delay: 6s;
  -webkit-animation-delay: 6s;
  -moz-animation-delay: 6s;
  -o-animation-delay: 6s;
}

.project-xfade img:nth-of-type(5) {
  animation-delay: 9s;
  -webkit-animation-delay: 9s;
  -moz-animation-delay: 9s;
  -o-animation-delay: 9s;
}

.project-xfade img:nth-of-type(6) {
  animation-delay: 12s;
  -webkit-animation-delay: 12s;
  -moz-animation-delay: 12s;
  -o-animation-delay: 12s;
}


.project-xfade img:nth-of-type(7) {
  animation-delay: 15s;
  -webkit-animation-delay: 15s;
  -moz-animation-delay: 15s;
  -o-animation-delay: 15s;
}


.project-xfade2 {
  position: relative;
  margin: 0 !important;

}

.project-xfade2 img {
  animation: xfade 15s ease-in-out 0s infinite normal forwards;
  -webkit-animation: xfade 15s ease-in-out 0s infinite normal forwards;
  -moz-animation: xfade 15s ease-in-out 0s infinite normal forwards;
  -o-animation: xfade 15s ease-in-out 0s infinite normal forwards;

  border: 1px solid #f3f3f3;
  box-shadow: 0 1px 1px 0 rgba(0,0,0,0.2);
  border-radius: 8px;  
}

.project-xfade2 img:nth-of-type(2) {
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -o-animation-delay: 0s;
}

.project-xfade2 img:nth-of-type(3) {
  animation-delay: 3s;
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  -o-animation-delay: 3s;
}

.project-xfade2 img:nth-of-type(4) {
  animation-delay: 6s;
  -webkit-animation-delay: 6s;
  -moz-animation-delay: 6s;
  -o-animation-delay: 6s;
}

.project-xfade2 img:nth-of-type(5) {
  animation-delay: 9s;
  -webkit-animation-delay: 9s;
  -moz-animation-delay: 9s;
  -o-animation-delay: 9s;
}

.project-xfade2 img:nth-of-type(6) {
  animation-delay: 12s;
  -webkit-animation-delay: 12s;
  -moz-animation-delay: 12s;
  -o-animation-delay: 12s;
}

.project-image2 {
  position: absolute;
  transform: translateY(-100%);
} */


.project-image {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  border-radius: 8px;
  max-height: 80vh;
  display: block;
  position: relative;
  overflow: hidden;
}

.project-image img {
  transform: scale(1);
  overflow: hidden;
}


.project-collage {
  overflow: hidden;
}

.project-img {
  display: block;
  position: relative;
  padding: 0;
  margin: 1rem 0.5rem;
  overflow: hidden;
}

.project-img img {
  transition: all 1s;
  object-fit: cover;
  height: 30vh;
  width: 100%;
  transform: scale(1);
}

.project-img-h2 img {
  height: 40vh;
}

.project-img-h3 img {
  height: 50vh;  
}

.project-img-h4 img {
  height: 20vh;
}


.project-hover {
  position: absolute;  
  padding: 2rem;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: left;
  opacity: 0;
  background-color: transparent;
  transform: translateY(-100%);
  transition: all 1s;
}

.project-hover:hover {
  opacity: 1;
}

.project-hover-bg {
  position: absolute; 
  padding: 2rem;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;  
  transition: all 1s;
  background-color: rgba(0, 0, 0, 0.8);
  transform: translateX(-100%);
}

.project-hover:hover .project-hover-bg {
  opacity: 1;
  transform: translateX(0%);
}

.project-hover-content {
  position: absolute; 
  padding: 2rem; 
  left: 0;
  bottom: 0px;
  color: white;  
  transition: all 1s;
  opacity: 0;
  transform: translateX(200%);
}

.project-hover:hover .project-hover-content {
  opacity: 1;
  transform: translateX(0%);
}




.project-thumb {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  border-radius: 8px;

  display: block;
  position: relative;
  /* transition: all 1s; */
}


.project-mob-image {
  overflow: hidden;
}

.img-portfolio {
  height: 60px;
  width: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.img-logo {
  height: 100px;
  width: auto;
}

@media (max-width: 992px) {
  .img-portfolio {
    height: 50px;
    width: auto;
  }
  .img-logo {
    height: 80px;
    width: auto;
  }  
}

@media (max-width: 767px) {    
  .img-portfolio {
    height: 40px;
    width: auto;
  }
  .img-logo {
    height: 90px;
    width: auto;
  }  
}

.project-modal .modal-dialog {
  margin: 4rem auto;
}

.project-modal .modal-content {
  border: 1px solid transparent;
}

.project-modal .modal-body {
  padding: 0;
}

.img-project-modal {
  max-width: 100%;
  height: auto;
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }

  @media (min-width: 1900px) {
    .modal-lg {
      max-width: 1190px;
    }
  }
  
}

@media (min-width: 992px) {
  .slick-prev {
    left: -100px !important;
  }
  
  .slick-next {
    right: -100px !important;
  }  

}



/*# sourceMappingURL=agency.css.map */
