body {
    font-family: 'Nunito', sans-serif;
    overflow-x: hidden;
    margin-top: 130px;
}
.download {
    padding: 20px;   
    text-align: center;
    display: block;
    background: #1187ad;
    color: white;
    transition: all .3s ease-out;
}
.download:hover {
    color: white;
    text-decoration: none;
    background: #159dca;
}
.special-text {
    color: #1187ad;
    font-size: 1.5em;
    margin-top: 20px; 
}


[v-cloak] {
    display: none;
}

.home-intro .writing {
    position: absolute;
    left: 0px;
    top: 100px;
    width: 100%;
}
.home-intro .text {
    font-size: 1.8em;
    text-transform: uppercase;
    width: 400px;
    color: #1187ad;
}
.home-intro .writingtext {
    font-family: 'Heebo', sans-serif;
    padding-top: 0px;
    border-left: 10px solid #e95400;
    padding-left: 40px;
    margin-left: -30px;
}
.white-intro {
    bottom: 0px;
    
    height: 450px;
    width: 100%;
    position: absolute;
    left: 0px;
}

.intro-overlay {
    position: absolute;
    right: -10px;
    z-index: 200;
    bottom: 0px;
    height: 590px;
}
.credit {
    border: none;
    background: #1187ad;
    color: white !important;
    padding: 10px 15px;
    box-shadow: 2px 2px 15px -5px grey;
    margin-top: 20px;
    display: inline-block;
    font-size: 2em;
    transition: all .2s ease-out;
}
.credit:hover {
    text-decoration: none;
    background: #e95400;
}

.home-intro {
    background: white;
    height: 100%;
    padding-top: 150px;
}

.menu-toggle {
    display: none !important;
}
.close-btn {
    display: none !important;
}
.wb-prev {
    left: 20px;
}
.wb-next {
    right: 20px;
}
.wb-next, .wb-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color:white;
    z-index: 10;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    background:#1187ad ;
    border-radius: 50%;
    font-weight: normal;
}

.scrollable-list-h .item {
    flex: 1;
    height: 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: 5px;
    opacity: .5;
    transition: all .3s ease-out;
    border-radius: 4px;
}

.scrollable-list-h .item.active {
    opacity: 1;
}

.gallery-preview {
    height: 400px;
    background-color: #242424;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat
}
.gallery-list-title {
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Heebo', sans-serif;
}
.gallery-list-title.smaller {
    font-size: .85em;
}
.preview-popup {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 90vw;
    z-index: 5000;
    background: white;
    height: 100vh;
    width: 100vw;
    background: #242424;
}
#gallery-app .fa-close {
    display: none;
}
#gallery-app .preview-popup .fa-close {
    display: block;
    position: absolute;
    right: 20px;
    top: 10px;
    color: grey;
    font-size: 1.3em;
}
.gallery-preview .title {
    color: white;
    font-family: 'Heebo', sans-serif;
    text-transform: uppercase;
    padding: 10px;
}
.page-banner {
    height: 200px;
    background-size: cover;
    background-position: center;
    position: relative;
}
.page-banner .overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 100%;
    width: 100%;

    background: rgba(0,0,0,.2);
    z-index: -1px;
}
.page-banner .title-container {
    position: absolute;
    height: 100%;
    left: -25px;
    color: white;
    padding: 30px;
    padding-left: 150px;
    background: #1186ad83;
    width: 500px;
    transform: skew(-15deg) translateX(-100%);
    
    
}
.page-banner .title-container.shown {
    transform: skew(-15deg) translateX(0px);
    transition-delay: .5s;
    transition: all .4s cubic-bezier(0,.55,.48,1);
}
.page-banner .title {
    font-size: 1.8em;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Heebo', sans-serif;
    padding-top: 30px;
}
.skewback {
    transform: skew(15deg);
}

.home-container {
    box-shadow: 0px 0px 20px -5px black;
    box-shadow:0px 30px 0px 0px white,0px -30px 0px 0px white, 5px 0px 30px -15px black,-5px 0px 30px -15px black;
}

.home-container.much-shadow {
    box-shadow:0px 30px 0px 0px white,0px -30px 0px 0px white, 10px 0px 30px -10px black, 10px 0px 30px -10px black;
}

.side-padding {
    padding-left: 20px;
    padding-right: 20px;
}

.list-image {
    padding-bottom: 100%;
    
    border-radius: 4px;
    transition: all .2s ease-out;
    position: relative;
    overflow: hidden;
}
.list-image .background {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all .2s ease-out;
}
.list-image.active .background:after {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #e9550079;
    z-index: 2;
}
.list-image:hover {
    cursor: pointer;
}

.list-image:hover .background {
    transform: scale(1.3, 1.3);
}
.list-image.active {
}
.news-title {
    font-size: 1.5em;
    text-transform: uppercase;
    font-family: 'Heebo', sans-serif;
}
.news-date {
    color: grey;
}
.news .author {
    background: #e95400;
    display: inline-block;
    width: 120px;
    color: white;
    padding: 10px;
    border-radius: 4px;
    align-self: flex-end;
}
.news-image {
    height: 200px;
    width: 200px;
    flex-shrink: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 20px;
    border-radius: 4px;
}
.news-image.news-image-detail {
    height: 400px;
    width: 400px;
}

.news {
    border-bottom: 1px solid #f2f2f2;
}
.news .title {
    font-weight: bold;
    font-size: 1.2em;
}
.news p {
    font-size: .9em;
}
.category-list {

}

.category-item {
    border-bottom: 1px solid #f2f2f2;
    padding: 5px 0px;
}
.category-item i {
    margin-right: 10px;
    color: silver;
}
.category-item a {
    color: black;
    color: grey;
    font-size: .9em;
    transition: all .2s ease-out;
}
.category-item.active a {
    font-weight: bold;
    color:#1187ad;
}
.category-item:hover a {
    text-decoration: none;
    padding-left: 20px;
}

.hoverable-list div:hover {
    cursor: pointer;
    background: #f2f2f2;
}

p {
    font-size: 1.2em;
}
.wb-heading {
    color: #1187ad;
    font-weight: bold;
    font-size: 1.5em;
}

.basic-padding {
    padding-top: 50px;
    padding-bottom: 50px;
}
.mini-padding {
    padding-top: 40px;
    padding-bottom: 40px;
}

nav {
    background: white;
    padding-bottom: 20px;
    border-bottom: 10px solid #1187ad;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2000;
    transition: all .3s ease-out;
    box-shadow: 2px 2px 10px -8px black;
}
nav.short {
    transform: translateY(-50px);
}
nav.short .logo {
    height: 60px;
}


.menu-list {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.menu-list li { 
    display: inline-block;
}
.logo-menu {
    padding: 10px 0px;
    transition: all .3s ease-out;
}
.logo-menu.hidden {
    transform: scale(1, 0);
}


nav .social-icons {
    padding: 10px 0px;
}
nav .social-icons li a {
    height: 30px;
    width: 30px;
    text-align: center;
    border: 2px solid #1187ad;
    color: white;
    background: #1187ad;
    border-radius: 50%;
    display: inline-block;
    font-size: .9em;
    line-height: 25px;
    margin-left: 10px;
    transition: all .2s ease-out;
}

nav .social-icons li a:hover {
    background: #1187ad;
    color: white;
    transform: scale(1.2, 1.2);
}

nav .social-icons .contact {
    font-weight: bold;
    margin-left: 20px;
}

.logo {
    height: 70px;
    position: absolute;
    bottom: 30px;
    transform: translateX(-20px) translateY(17px);
    transition: all .3s ease-out;
}

nav .main-menu li a {
    padding: 10px 0px;
    padding-left: 30px;
    text-transform: uppercase;
    font-size: .8em;
    font-weight: bold;

    color: black;
    display: inline-block;

}
nav .main-menu-container {
}
nav .main-menu {
}

.wb-dropdown {
    position: relative;
}
.wb-dropdown:hover .wb-drop-container {
    display: block;
    cursor: pointer;
}
.wb-drop-container {
    position: absolute;
    top: 100%;
    color: white;
    z-index: 100;
    width: 200px;
    display: none;
}
.wb-drop-container.shown {
    display: block !important;
}
.wb-drop {
    border-radius: 2px;
    padding: 0px;
    margin-top: 80px;
    background: white;
    background: #1187ad;
    transform: translateY(-50px);
    transition: all .3s ease-out;
    transition-delay: 1s;
}
.wb-drop li {
    border-bottom: 1px solid #08607e;
    display: block;
    padding: 0px 15px;
    transition: all .3s ease-out;
}
.wb-drop li:last-child {
    border-bottom: none;
}
.wb-drop li a {
    padding: 5px 10px;
    text-decoration: none;
    color: grey;
    color: white !important;
}
.wb-drop li:hover {
    cursor: pointer;
    background: #e95400;
    background: #0a5c77;
    color: white;
}
.wb-drop li:hover a {
    color: white;
}
section.banner {
    height: 600px;
    background: #1187ad;
    position: relative;
    z-index: 15;
    overflow: hidden;
}
section.banner .background {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
}

.banner .slides {
    height: 400px;
}

.banner .slide {
    height: 400px;
    position: relative;
    z-index: 0;
}

.banner .background {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;

    z-index: -2;
}

.banner .overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    z-index: -1;
}

.banner .title-container {    
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    background: rgba(0,0,0,.4);
    height: 150px;
}

.banner .title {
    width: 300px;
    margin: auto;
    color: white;
    font-size: 1.3em;
    font-family: 'Heebo', sans-serif;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

section.intro {
    padding: 0px 0px;
    background: #1187ad;
    color: white;
    position: relative;
    z-index: 5;
}

section.basic-section {
    padding: 100px 0px;
    min-height: 100vh;
}

.wb-img {
    padding-bottom: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.wb-img .caption {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 10px 0px;
    background: #e95500a6;
    color: white;
    text-align: center;
    height: 100%;
    transform: translateY(80%);
    transition: all .3s ease-out;
}
.wb-img .arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(.8, .8);
    transition: all .2s cubic-bezier(0,.9,0,1.58);
    opacity: 0;
    transition-delay: .2s;
}
.wb-img:hover .caption {
    transform: translateY(0px);
    background: #e95500e1;
}
.wb-img:hover .arrow {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1, 1);
}

section.why {
    background: #1187ad;
    color: white;
    padding: 0px 20px;
    position: relative;
}
section.why .home-container {
    background: grey;
}
.worker-im {
    max-width: 600px;
    display: block;
    margin: auto;
}
.why .point {
    text-align: justify;
    border-bottom: 1px solid rgb(182, 181, 181);
    padding: 10px 0px;
    font-size: 1em;
}
.why .point .title {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 1.4em;
    font-family: sans-serif;
    font-family: 'Roboto', sans-serif;

}
.why .point i {
    color: #f58747;
    color: white;
    font-size: 1.2em;
    margin-right: 10px;
}
.why .point:last-child {
    border-bottom: none;
}
.why .icon {
    margin-right: 10px;
    height: 35px;
}
.why p {
    font-size: 1em;
}
.point ul {
    list-style: none; /* Remove default bullets */
    padding: 0px 15px;
}
.point ul li::before {
    content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #e95400; /* Change the color */
    color: white;
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
margin-left: -1em; /* Also needed for space (tweak if needed) */
margin-right: 10px;
}
#w{
   color:white;
}

.tests-container {
    position: relative;
    border: 8px solid #e95400;
}
.tests-container .avatar {
    left: 0px;
    bottom:0px;
    height: 250px;
    position: absolute;
    z-index: 10;
}
.tests .test {
    text-align: center;
    font-size: 1.2em;
    padding: 50px 50px;
    padding-left: 200px;
    white-space: normal;
}

.tests .test .real {
    margin-bottom: 20px;
}
.tests .test .author {
    text-align: right;
    color: black;
    color: #1187ad;
}
  
.client-logo {
    height: 80px;
    background-color: white;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #f2f2f2;
    margin-bottom: 20px;
}

.client-list {
    padding: 0px 25px;
    padding-bottom: 100px;
    position: relative;
    z-index: 5;
}

.client-list .wb-heading {
    color: white;
    margin-bottom: 50px;
}

.client-list:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;

    height: 100%;
    width: 100%;

    background: url('https://images.pexels.com/photos/1179804/pexels-photo-1179804.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -2;
}
.client-list:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;

    height: 100%;
    width: 100%;

    background: #1189ad5e;
    z-index: -1;
}
.clients {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    white-space: nowrap;
    
}
.client {
    flex-wrap: wrap;
    flex: 1;
    flex-shrink: 0;
    margin: 5px;
    flex-basis: 19%;
}
.enquiry {
    background: #1187ad;
    color: white;
    position: relative;
}

.enquiry .wb-heading {
    color: white;
    margin-bottom: 30px;
}

.enquiry form input, .enquiry form textarea {
    border-radius: 1px;
    background: transparent;
    color: white;
    border: 2px solid white;
    padding: 25px 20px;
}

.enquiry form input::placeholder, .enquiry form textarea::placeholder {
    color: white;
}

.contact h2{
    color: #1187ad;
    font-weight: bold;
    font-size: 2em;
    padding-bottom: .9em;
}

.contact .fa{
    height: 25px;
    width: 25px;
    text-align: center;
    background: #1187ad;
    color: white;
    border-radius: 50%;
    display: inline-block;
    font-size: .8em;
    line-height: 25px;
}


.contact .info {
    color: #222222;
    font-size: 0.9em;
}

.wb-submit {
    color: white;
    background: #e95400;
    border: none;
    padding: 15px 70px;
    box-shadow: 2px 2px 10px -7px black;
    border-radius:4px;
    margin-top: 20px;
}

footer {
    overflow-x: hidden;
    border-top: 1px solid #f2f2f2;
    box-shadow: -1px -1px 5px -3px silver;
    position: relative;
    z-index: 10;
}
footer .border-right {
    border-right: 1px solid grey;
}

footer .menu-list li a {
    padding: 0px 15px;
    color: black;
}

.copy {
    background: #e95400;
    color: white;
    text-align: center;
    padding: 10px 0px;
}

.product-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.fade-enter-active, .fade-leave-active {
    transition: all .2s;
  }
  .fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */ {
    opacity: 0;
    transform: scale(.8, .8);
  }

.test-guy {
    
}
.review {
    border-bottom: 1px solid #f2f2f2;
    padding: 10px 0px;
}
.review:last-child {
    border-bottom: none;
}
.review img {
    margin-right: 20px;
    transition: all .2s ease-out;
}

.review:hover {
    cursor: pointer;
}
.review:hover img {
    transform: rotate(20deg) scale(1.3, 1.3);
}
.review .name {
    font-family: 'Heebo', sans-serif;
    font-size: 1.2em;
    color: #e95400; 
    color: rgb(107, 106, 106);
}
.review .message {
    color: grey;
}
.review .position {
    margin-bottom: 10px;
    color: grey;
}

.writing-enter-active, .writing-leave-active {
    transition: all .5s;
  }
  .writing-enter  /* .fade-leave-active below version 2.1.8 */ {
    opacity: 0;
    transform: translateY(100px);
  }
  .writing-leave-to {
    opacity: 0;
    transform: translateY(-100px);
  }

.background-leave-active {
    transition: all .5s;
}
.background-enter-active {
    transition: all .5s;
    transition-delay: .2s;
}
.background-enter  /* .fade-leave-active below version 2.1.8 */ {  
    opacity: 0;
    transform: translateY(100px);
}
.background-leave-to {
    opacity: 0;
    /* transform: translateY(-100px); */
}

.overlay-leave-active {
    transition: all .5s;
}
.overlay-enter-active {
    transition: all .5s;
    transition-delay: .2s;
}
.overlay-enter  /* .fade-leave-active below version 2.1.8 */ {  
    opacity: 0;
    transform: translateX(100px);
}
.overlay-leave-to {
    opacity: 0;
    transform: translateX(-100px);
}

@media (max-width: 500px) {
    .credit {
        font-size: 1em;
    }
    .logo {
        position: static;
        height: 50px;
        transform: none;
    }
    .gallery-preview {
        height: 500px;
    }
    body {
        margin-top: 120px;
    }
    .news {
        padding: 20px 0px;
    }
    .news .wb-heading {
        text-align: center;
    }
    .news .news-image {
        height: 100px;
        width: 100px;
    }
    .news .date {
        text-align: center;
    }
    .news {
        flex-direction: column !important;
    }
    section.banner {
        height: 400px;
    }
    .home-intro .text {
        font-size: 1em;
        width: 200px;
    }
    .white-intro {
        height: 180px;
    }
    .home-intro {
        padding-top: 20px;
    }
    .intro-overlay {
        display: none;
    }
    .writingtext {
        
    }
    .avatar {
        display: none;
    }
    .tests .test {
        padding: 10px 10px;
        white-space: normal;
    }
    .test .author {
        font-size: .8em;
        text-align: center;
    }
    .quote-icon {
        display: none;
    }
    .client {
        flex-basis: 45%;
    }
    .close-btn {
        display: block !important;
    }
    .logo-menu {
        flex-direction: column;
        padding: 0px 10px;
        position: relative;
    }
    .menu-toggle {
        display: block !important;
        position: absolute;
        right: 20px;
        bottom: 20px;
        color: grey;
        font-size: 1.7em !important;
    }
    .social-icons {
        margin: 0px !important;
    }
    footer .menu-list {
        display: none;
    }
    footer .footer-menu {
        display: none;
    }
    .slide .title {
        font-size: 1.8em;
        width: 200px;
        text-align: center;
        left: 50%;
        transform: translate(-50%, -50%);   
    }
    .slide .title {
        font-size: .9em;
    }
    .logo {
        height: 50px;
    }
    .worker-img {
        width: 300px;
        margin: auto;
        display: block;
    }

    nav {
        padding: 10px 0px;
    }

    .main-menu {
        display: none;
    }
    .page-banner {
        height: 100px;
    }
    .page-banner .title-container {
        width: 100%;
        left: 0px;
        transform: none;
        padding: 0px;
        padding-top: 0px;
    }

    .page-banner .title-container.shown {
        transform: none;
    }
    .page-banner .title {
        font-size: 1.3em;
    }
    .skewback {
        transform: none;
    }
    .page-banner {
        text-align: center;
    }

    nav .main-menu {
        display: block;
        position: fixed;
        right: 0px;
        top: 0px;
        height: 100vh;
        z-index: 100;
        width: 80vw;
        background: #9D50BB;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #6E48AA, #9D50BB);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, rgb(30, 94, 167), rgb(9, 42, 92)); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: #1187ad;


        transition: all .3s ease-out;
        transform: translateX(100%);;
        box-shadow: -2px -2px 10px -7px black;
    }
    nav .main-menu.shown {
        transform: translateX(0px);
    }
    nav .main-menu li:nth-child(2n) {
    }
    nav .main-menu li {
        display: block;
        padding: 10px 15px;
        border-bottom: 1px solid #0a6f91;
    }
    nav .main-menu li a {
        color:white;
        font-weight: normal;
        display: block;
        width: 100%;
        padding: 10px 10px;
    }
    nav .main-menu li a i {
        float: right;
    }
    .wb-drop-container {
        position: static;
    }
    .wb-dropdown:hover .wb-drop-container {
        display: none;
        cursor: pointer;
    }
    .wb-drop {
        margin-top: 70px;
        position: static;
    }
    
}
#read-more{
        color:#1187ad;
        font-weight:600;
    }
    .thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}
.resize .as{
    height:350px;
    width:350px;
  background-position:center;
background-size:cover;
background-repeat:no-repeat;
padding-left:10px;
padding-right:10px;

margin-right: 5px;
margin-right: 5px;

}
.resize{
    margin-left:3px;
    margin-right:3px;
    display:block;
    margin-top:5px;
}
.centered {
    
 background:#1187ad;
    text-align: center;
    color: #fff; 
    padding: 10px;
}

#line p ul h5{
    line-height:1.2rem;
}
#size li{
    font-size:1.1em;
}
.color{
color:white;
}
strong{
    color:#4d656d;
}
#space{
    line-height:1.7rem;
}

