@import url('https://fonts.googleapis.com/css?family=Titillium+Web&display=swap');

body {
    overflow-x: hidden;
    font-family: 'Titillium Web', sans-serif;
    font-size: 16px;
    color: #666666;
}

.brand-color {
    font-weight: 600;
    color: #8ca122;
}

/*NAVIGATION*/

.navbar {
    /*background-color: white;
    height: 80px;*/
    padding: .7rem 0;
    margin: 0;
}

.navbar-light.scrolled {
    background: #fff;
}

.navbar-brand {
    padding: .5rem 0 1rem 2rem;
}

.navbar-toggler {
    margin-right: 2rem;
}

.navbar-nav {
    padding-right: 20px;
}

.nav-item {
    margin-left: 1.8rem;
}

.nav-item a {
    font-size: 1.1rem;
    color: #efefef !important;
    text-transform: uppercase;
    /*line-height: 2.2rem;*/
}

.scrolled .nav-item a {
    color: #333333 !important;
}

.nav-item a:hover {
    text-decoration: none;
    color: #8ca122 !important;
}

.nav-item a.active {
    text-decoration: underline;
    font-weight: 600;
    color: #8ca122 !important;
}


/*BACKGROUND PARTICLES ANIMATION*/

.large-header {
    position: relative;
    height: 100vh;
    background: #111;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    z-index: 1;
}

.hero .large-header {
    background-image: url(img/background01.png);
    /*background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/499416/demo-bg.jpg");*/
    width: 100wh;
}

.main-title {
    position: absolute;
    margin: 0;
    padding: 0;
    color: #F9F1E9;
    text-align: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    width: 60%;
    /*Added*/
}

.hero .main-title h1 {
    text-transform: uppercase;
    font-size: 4.2em;
    letter-spacing: 0.1em;
}

.hero .main-title h5 {
    text-transform: uppercase;
    font-size: 1.7em;
    letter-spacing: 0.1em;
}

.hero .main-title p {
    font-size: 1.2rem;
    margin-top: 1.6rem;
}

.main-title .thin {
    font-weight: 200;
}

.bgFull {
    height: 100vh;
    background-position: center bottom;
    background-repeat: no-repeat;
    position: relative;
}

.bgFull .content {
    position: absolute;
    top: 18%;
    width: 50%;
    left: 25%;
}

.bgHero {
    margin-top: 7rem;
    padding: 3rem 0;
    background-position: center bottom;
    background-repeat: no-repeat;
    position: relative;
}

.bgHero .content {
    width: 50%;
    margin: auto;
}

.contact {
    background-image: url(img/background01.png);
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}

.contact h3.heading {
    color: #fff;
}

/*LAYOUT*/

#works {
    margin: 0;
    padding: 0;
}

.jumbotron {
    border-radius: 0;
    padding: 3rem 0 2rem;
}

h3.heading {
    font-size: 1.9rem;
    font-weight: 500;
    text-transform: uppercase;
    padding-bottom: .8rem;
}

.heading-underline {
    width: 3rem;
    height: .2rem;
    background-color: #8ca122;
    margin: 0 auto 2rem;
}

.portfolio {
    overflow: hidden;
    background-color: #111;
}

.portfolio img {
    max-width: 100%;
    transform: scale(1.1);
    transition: transform .5s ease;
    opacity: .5;
}

.portfolio img:hover {
    transform: scale(1.2);
    cursor: zoom-in;
    opacity: 1;
}

.row.no-padding [class*=col-] {
    padding: 0;
}

.readon {
    margin: 3rem auto;
}

#clients {
    margin: 3rem 0;
    padding: 3rem 0 0 0;
}

.logo {
    padding: .8rem 0;
}

.content.left {
    margin: auto auto auto 8rem;
    text-align: left;
    width: 50%;
}

.content.right {
    margin: auto 8rem auto auto;
    text-align: right;
    width: 50%;
}

.mdDark {
    margin: 0;
    padding: 5.5rem 0 8rem;
    background-color: #cccccc;
    color: #111111;
}

.dark {
    margin: 0;
    padding: 5.5rem 0 8rem;
    background-color: #333333;
    color: #efefef;
}

.dark .content {
    width: 70%;
}

.contactForm {
    width: 45%;
    margin: 0 auto 4rem;
    padding: 4rem 2rem;
    background-color: #efefef;
}

.contactForm label {
    font-size: 1.2rem;
    color: #333333;
}

.contactForm input,
.contactForm textarea {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #888888;
    font-size: 1.2rem;
    padding: .9rem;
    margin-bottom: 2.5rem;
    background: transparent;
}

.contactForm input:focus,
.contactForm textarea:focus {
    border: none;
    background: transparent;
    border-bottom: 1px solid #8ca122;
    outline: none;
}

.contactForm input::placeholder {
    color: #999999;
}


footer {
    margin: 0;
    /*50px 0 0 0;*/
    padding: 100px 0 0 0;
    background-color: #555555;
    color: #cccccc;
}

p.lead {
    margin-bottom: 5rem;
    font-size: 1.2rem;
    font-weight: 200;
}

.mb-20 {
    margin-bottom: 1.1rem !important;
}

footer p.lead {
    width: 70%;
    margin: 0 auto 3rem;
}

h4.cta {
    padding: 1rem 0 2rem 0;
}

.heading-upperline {
    width: 8rem;
    height: .2rem;
    background-color: #8ca122;
    margin: 1.2rem auto 2rem;
}

ul.serviceList {
    text-align: left;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 60%
}

ul.serviceList li {
    padding: 10px 0;
    margin-bottom: 10px;
    border-bottom: 3px solid #8ca122;
}

span.head {
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.4rem;
    text-transform: uppercase;
}

span.sub {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.2rem;
}

footer svg.svg-inline--fa {
    font-size: 2.3rem;
    margin: .5rem .5rem 0 0;
    color: #cccccc;
}

footer svg.svg-inline--fa:hover {
    color: #8ca122;
}

.fa-phone {
    font-size: 1.15rem !important;
    margin: -0.15rem .7rem .7rem 0 !important;
}

.fa-whatsapp,
.fa-telegram-plane {
    font-size: 1.3rem !important;
    margin: 0 .5rem .7rem 0 !important;
}

.fa-phone:hover,
.fa-whatsapp:hover,
.fa-telegram-plane:hover {
    color: #cccccc !important;
}

.copyright {
    padding-bottom: 1.5rem;
    color: #888888;
}

footer .row.no-padding [class*=col-] {
    padding: 1.7rem 0 1rem;
}

.offset {
    height: 4rem;
    margin-top: -4rem;
    content: "";
    display: block;
}

.btn-outline-primary {
    border-color: #666666;
    color: #666666;
    padding: .75rem 3rem;
}

.btn-outline-primary:hover {
    border-color: #8ca122;
    background-color: #8ca122;
}

footer .btn-outline-primary {
    border-color: #cccccc;
    color: #cccccc;
}


@media only screen and (max-width: 768px) {

    #navbarResponsive {
        background-color: #efefef;
        padding: .4rem 0 !important;
    }

    .navbar {
        background-color: white;
    }

    .navbar-light .navbar-nav .nav-link {
        color: #333333 !important;
    }

    .navbar-light .navbar-nav .nav-link.active {
        color: #8ca122 !important;
    }

    #intro .bgFull {
        background-size: 200%;
        background-repeat: no-repeat;
        background-position: bottom;
        overflow-x: hidden;
    }

    .main-title {
        width: 70%;
    }

    .hero .main-title h1,
    .bgFUll .content h1 {
        font-size: 3em;
    }

    .hero .main-title h5,
    .bgFUll .content h5 {
        font-size: 1.3em;
    }

    .hero .main-title p,
    .bgFUll .content p {
        font-size: 1em;
    }

    .bgFUll .content {
        position: absolute;
        top: 15% !important;
        width: 80% !important;
        left: 10% !important;
    }

    p.lead {
        margin-bottom: 2.5rem;
        font-size: 1.1rem;
        font-weight: 100;
    }

    .content.left,
    .content.right {
        margin: auto;
        text-align: center;
        width: 70%;
    }

    .dark .content {
        width: 95%;
    }

}

@media only screen and (max-width: 576px) {

    .bgFull .content {
        width: 80%;
        left: 10%
    }

    .logo {
        max-width: 200px;
        margin: 0 auto;
    }

    .contactForm {
        width: 95% !important;
    }

    /*.main-title {
        top: 60% !important;
        -webkit-transform: translate3d(-60%, -60%, 0);
        transform: translate3d(-60%, -60%, 0);
    }*/

    .hero .main-title h1,
    .bgFull .content h1 {
        font-size: 2em !important;
        margin-bottom: .2rem !important;
        margin-top: 8rem;
    }

    .hero .main-title h5,
    .bgFull .content h5 {
        font-size: 1.1em !important;
        margin-bottom: .2rem !important;
    }

    .hero .main-title p,
    .bgFull .content p {
        font-size: 1em !important;
        margin-top: .6rem !important;
    }

    .scrollIcon {
        display: none;
    }

    /*Latest addition*/
    .navbar {
        padding: 0;
    }

    .bgFull .content {
        top: 15%;
        text-align: center;
    }

    .contactForm {
        width: 38%;
        margin: 0 auto 2rem;
        padding: 2rem 1rem;
    }

    ul.serviceList {
        text-align: center;
        width: 80%;
        margin: auto;
    }

    .mobNoBG {
        background-image: none !important;
    }

}





/*============ BOOTSTRAP BREAK POINTS:
  
  Extra small (xs) devices (portrait phones, less than 576px)
  No media query since this is the default in Bootstrap
  
  Small (sm) devices (landscape phones, 576px and up)
  @media (min-width: 576px) { ... }
  
  Medium (md) devices (tablets, 768px and up)
  @media (min-width: 768px) { ... }
  
  Large (lg) devices (desktops, 992px and up)
  @media (min-width: 992px) { ... }
  
  Extra (xl) large devices (large desktops, 1200px and up)
  @media (min-width: 1200px) { ... }
  
  =============*/