body{
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
}
header{
    padding-top: 18px;
    padding-bottom: 18px;
}
.navbar{
    justify-content: left;
}
.navbar-nav{
    flex-direction: column;
}
.navbar-toggler {
    padding: 0 .75rem 0 0px;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: none;
}
button:focus {
    outline: 0;
}
.navbar-nav .nav-link {
    padding: .18rem 1rem;
    color: #737070;
    font-weight: 600;
    padding-top: 15px;
    padding-bottom: 15px;
}
.site-logo {
    display: flex;
    justify-content: center;
}
.form-inline{
    display: flex;
    justify-content: right;
}
.form-inline .form-control{
    width: 100%;
    border-radius: 76px;
    padding-right: 45px;
}
.search-wrap{
    position: relative;
    width: 100%;
    margin: 20px 0;
}
.form-inline .search-wrap .btn{
    padding: 0;
    border: 0;
    position: absolute;
    right: 10px;
    top: -4px;
}
.carousel-control-next-icon, .carousel-control-prev-icon{
    width: 47px;
    height: 93px;
}
.carousel-control-next{
    justify-content: right;
    right: 15px;
}
.carousel-control-prev{
    justify-content: left;
    left: 15px;
}
.carousel-control-prev-icon {
    background-image: url(../images/carousel-btn-left.png) ;
}
.carousel-control-next-icon {
    background-image: url(../images/carousel-btn-right.png) ;
}
.footer-nav{
    padding-top: 25px;
    padding-bottom: 25px;
    display: flex;
    align-items: center;
}
.footer-nav .nav-link{
    color: #737070;
    font-size: 14px;
}
.footer-nav span.nav-link{
    padding-left: 0;
}
.home-work-listing{
    padding-top: 25px;
    padding-bottom: 25px;
}

.title-h3{
    color: #737070;
    padding: 25px 0 10px;
}
.work-listing{
    margin-bottom: 50px;
}
.work-listing .image-container img{
    max-width: 100%;
}
.work-listing .text-container{
    padding: 25px 0;
}
.navbar .collapse {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    top: 80px;
    left: 0;
    z-index: 999;
}
footer{
    border-top: 1px solid #737070;
}
.detail-discription{
    margin: 50px 0;
}
.detail-discription h3{
    margin-bottom: 20px;
    font-family: "Playfair Display";
    font-weight: 500;
}

.detail-discription a{
    color: #737070;
    text-decoration: none;
}
.detail-discription a:hover{
    color: #737070;
    text-decoration: underline;
}

#scrollToTop {
    transition: opacity 0.4s;
}
.back-to-top {
    position: fixed; 
    bottom: 20px; 
    right: 40px;  
    z-index: 999;
    border: 2px solid #737070;
    padding: 5px 10px;
}
.banner-image{
    margin-bottom: 50px;
}
.form-inline{
    display: flex;
    justify-content: left;
    padding: 30px 0 50px 30px;
}
.search-Result-container{
    min-height: 55vh;
}

.work-listing a{
    color: #737070;
    text-decoration: none;
}
.work-listing a:hover{
    color: #737070;
    text-decoration: underline;
}

.work-listing:nth-child(odd){
    padding-right: 30px;
}
.work-listing:nth-child(even){
    padding-left: 30px;
}

h2, h3{
    font-family: "Playfair Display";
    font-weight: 500;
}

.lato-thin {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.lato-light {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.lato-black {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.modal-body .carousel-control-next{
    justify-content: right;
    right: 0;
}
.modal-body .carousel-control-prev{
    justify-content: left;
    left: 0;
}
.modal.show .modal-dialog {
    max-width: 100%;
    margin: 0;
}
.modal.show .modal-dialog .modal-content{
    height: 100vh;
}
.modal-body .carousel-item img{
    max-width: 80vw;
    max-height: 100vh;
    margin: 0 auto;
    object-fit: contain;
}
#imageModal{
    padding-left: 0 !important;
}
.modal-footer{
    position: absolute;
    right: 15px;
}
.modal-footer .btn-secondary{
    background: transparent;
    color: #000;
}

.image-container {
    max-height: 595px;
    max-width: 100%;
    overflow: hidden;
}

@media (min-width: 992px) { 
    .form-inline .form-control{
        width: 340px;
    }
    .navbar{
        justify-content: left;
        padding-left: 0;
    }
    .navbar-toggler {
        padding: 0 .75rem 0 50px;
    }
    .navbar-nav .nav-link {
        padding: .18rem 1rem;
        color: #737070;
        font-weight: 600;
        padding-top: 0;
        padding-bottom: 0;
    }
    .search-wrap{
        padding-right: 50px;
        position: relative;
        margin: 0;
        width: auto;
    }
    .form-inline .search-wrap .btn{
        right: 60px;
        top: 4px;
    }
    .navbar .collapse {
        position: static;
        width: auto;
        height: auto;
        background-color: transparent;
        top: 80px;
        left: 0;
        z-index: 999;
    }
    .navbar-nav{
        flex-direction: row;
    }
    .navbar-nav .dropdown-menu{
        position: absolute;
    }
}