@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;500;600&display=swap');

body {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #222;
    font-weight: 300;
}

/* TOPBAR */
.topbar {
    padding: 16px;
    background-color: #222;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
    font-size: 14px;
}

.topbar a {
    color: #fff;
    text-decoration: none;
}

.topbar a:hover {
    color: #00adef;
    text-decoration: none;
}

/* HEADER */
.header {
    font-size: 20px;
    padding: 30px;
    text-align: center;
    font-weight: 500;
}

.header a {
    color: #623081;
    text-decoration: none;
}

.header a:hover {
    color: #00adef;
    text-decoration: none;
}


/* NAV */
.navbar {
    padding: 10px;
}

.nav-item a {
    font-weight: 300;
    color: #fff;
    letter-spacing: 1px;
    font-size: 14px;
}

.nav-item a:hover {
    font-weight: 300;
    color: #00adef;
    border-bottom: none !important;
    background: none !important;
}

.navbar-nav .nav-link.active,
.navbar-nav .show > .nav-link,
.nav-item a:hover {
    color: #00adef !important;
}

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

.position-inherit {
    position: inherit !important;
}

.navbar-toggler {
    border: none;
}


/* CAROUSEL */
.carousel-caption {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    padding: 2rem;
}

.carousel-caption h1 {
    font-size: 35px;
    font-weight: 600;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}

.carousel-caption h2 {
    font-size: 31px;
    font-weight: 300;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
    letter-spacing: 7px;
}

@media (min-width: 640px) and (max-width: 992px) {
    .carousel-caption h1 {
        font-size: 31px;
        font-weight: 600;
        text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
    }

    .carousel-caption h2 {
        font-size: 26px;
        font-weight: 300;
        text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
        letter-spacing: 4px;
    }
}

@media (min-width: 320px) and (max-width: 640px) {
    .carousel-caption h1 {
        font-size: 14px;
        font-weight: 600;
        text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
    }

    .carousel-caption h2 {
        font-size: 12px;
        font-weight: 300;
        text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
        letter-spacing: 2px;
    }
}

/* CONTENT */
.home-boxes h1 {
    font-size: 30px;
    font-weight: 600;
}

.home-boxes h3 {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #fff;
}

.home-boxes hr {
    border-top-color: #777 !important;
    padding-bottom: 15px;
}

.content {
    padding-top: 60px;
    padding-right: 30px;
    padding-bottom: 60px;
    padding-left: 30px;
}

.content h1 {
    font-size: 30px;
}

.content h2 {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #623081;
}

.content a {
    color: #00adef;
    text-decoration: none;
}

.content a:hover {
    color: #623081;
    text-decoration: none;
}

.content hr {
    border-top-color: #ccc !important;
}

.box-grey {
    background-color: #f5f5f5;
    padding: 30px;
    border-radius: 10px;
}

.box-grey p {
    margin: 0;
    padding: 0;
}

.box-grey h3 {
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 500;
}

.box-grey hr {
    border-top-color: #ccc !important;
}

.textbox h1 {
    font-size: 30px;
    font-weight: 600;
}

.textbox h2 {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #623081;
}

.textbox small,
.content small {
    color: #00adef;
    letter-spacing: 1px;
    font-weight: 300;
    text-transform: uppercase;
}

.textbox p {
    line-height: 30px;
}

.textbox hr {
    border-top-color: #aaa !important;
}

/* PARALLAX */
.parallax {
    background-image: url(../images/parallax-01.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    text-align: center;
    padding-top: 200px;
    padding-bottom: 200px;
}

.parallax-header {
    background-image: url(../images/parallax-header.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    text-align: center;
    padding-top: 150px;
    padding-bottom: 150px;
}

.parallax-our-work {
    background-image: url(../images/parallax-our-work.jpg);
    background-attachment: unset;
    background-size: auto 100%;
    padding-top: 150px;
    padding-bottom: 150px;
    background-position: center;
}

.parallax-about {
    background-image: url(../images/parallax-about.jpg);
    background-attachment: unset;
    background-size: auto 100%;
    padding-top: 150px;
    padding-bottom: 150px;
    background-position: center;
}

.parallax-education {
    background-image: url(../images/parallax-education.jpg);
    background-attachment: unset;
    background-size: auto 100%;
    padding-top: 150px;
    padding-bottom: 150px;
    background-position: center;
}

.parallax-health {
    background-image: url(../images/parallax-health.jpg);
    background-attachment: unset;
    background-size: auto 100%;
    padding-top: 150px;
    padding-bottom: 150px;
    background-position: center;
}

.parallax-leisure {
    background-image: url(../images/parallax-leisure.jpg);
    background-attachment: unset;
    background-size: auto 100%;
    padding-top: 150px;
    padding-bottom: 150px;
    background-position: center;
}

.parallax-office {
    background-image: url(../images/parallax-office.jpg);
    background-attachment: unset;
    background-size: auto 100%;
    padding-top: 150px;
    padding-bottom: 150px;
    background-position: center;
}

.parallax-retail {
    background-image: url(../images/parallax-retail.jpg);
    background-attachment: unset;
    background-size: auto 100%;
    padding-top: 150px;
    padding-bottom: 150px;
    background-position: center;
}

.parallax > .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.parallax h1,
.parallax-header h1,
.parallax-our-work h1,
.parallax-about h1,
.parallax-education h1,
.parallax-health h1,
.parallax-leisure h1,
.parallax-office h1,
.parallax-retail h1 {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}

.parallax h2 {
    font-size: 20px;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 300;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}

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

    .parallax,
    .parallax-header {
        background-attachment: unset;
        background-size: auto 100%;
        padding-top: 150px;
        padding-bottom: 150px;
        background-position: center;
    }
}

/* REVIEWS */

.reviews {
    background-color: #f5f5f5;
    padding: 40px;
    border-radius: 10px;
}

.reviews h1 {
    font-size: 25px;
    letter-spacing: 1px;
}

.reviews h2 {
    font-size: 23px;
}

.reviews .carousel-item {
    min-height: 110px;
}

.reviews h5 {
    font-size: 14px;
    letter-spacing: 1px;
}

.reviews .carousel-control-prev {
    left: -100px;
}

.reviews .carousel-control-next {
    right: -100px;
}

.reviews .carousel-indicators {
    margin-top: 20px;
    margin-bottom: 0px;
    position: inherit !important;
}

.reviews .carousel-indicators li {
    background-color: #fff !important;
}

.reviews .carousel-indicators .active {
    background-color: #00adef;
}

.reviews .carousel-inner {
    max-width: 1000px;
    margin: 0 auto;
}

@media (min-width: 320px) and (max-width: 640px) {

    .reviews .carousel-control-prev {
        left: -40px;
    }

    .reviews .carousel-control-next {
        right: -40px;
    }

    .reviews h1 {
        font-size: 20px !important;
    }
}

.yellowicon {
    color: #e8c003;
}

/* FOOTER */
.footer {
    padding-top: 60px;
    padding-right: 30px;
    padding-bottom: 60px;
    padding-left: 30px;
    font-size: 14px;
    background-color: #222;
    color: #fff;
}

.footer h2 {
    font-size: 20px;
}

.footer p {
    line-height: 25px;
}

.footer a {
    color: #d1d2d4;
    text-decoration: none;
}

.footer a:hover {
    color: #00adef;
    text-decoration: none;
}

.footer h4 {
    letter-spacing: 1px;
    font-size: 18px;
}

.footer hr {
    border-top: 1px #555 solid;
}

.scroller {
    text-align: center;
    text-transform: uppercase;
}

/* BUTTONS */
.btn-primary {
    background-color: #00adef;
    border-color: #00adef;
    color: #fff;
}

.btn-primary:hover {
    background-color: #222;
    border-color: #222;
    color: #fff;
}

.btn-outline-light {
    background-color: none;
    border-color: #fff;
    color: #fff;
    font-weight: 300;
    letter-spacing: 1px;
}

.btn-outline-light:hover {
    background-color: #fff;
    border-color: #fff;
    color: #111;
}

.btn-outline-primary {
    background-color: none;
    border-color: #00adef !important;
    color: #00adef !important;
    font-weight: 300;
    letter-spacing: 1px;
}

.btn-outline-primary:hover {
    background-color: #00adef !important;
    border-color: #00adef !important;
    color: #fff !important;
}

/* BACKGROUND COLOURS */
.bg-grey {
    background-color: #dadbdc;
    padding-top: 60px;
    padding-right: 30px;
    padding-bottom: 60px;
    padding-left: 30px;
}

.bg-dark {
    background-color: #623081 !important;
}

.white-bg {
    background-color: #fff;
    padding-top: 60px;
    padding-right: 30px;
    padding-bottom: 60px;
    padding-left: 30px;
}

.lightbg {
    background-color: #f5f5f5;
    padding-top: 60px;
    padding-right: 30px;
    padding-bottom: 60px;
    padding-left: 30px;
}

.bluebg h1 {
    font-size: 30px;
    color: #fff;
}

.bluebg h2 {
    font-size: 25px;
    color: #fff;
}

.bluebg h4 {
    font-size: 20px;
    letter-spacing: 1px;
}

.bluebg {
    background-color: #00adef;
    padding-top: 60px;
    padding-right: 30px;
    padding-bottom: 60px;
    padding-left: 30px;
    color: #fff;
}

.bgblue {
    background-color: #222;
    color: #fff;
}

/* etc */
@media only screen and (min-width: 768px) {
    .negmarginleft {
        margin-left: -80px;
        position: relative;
        z-index: 10;
    }

    .negmarginright {
        margin-right: -80px;
        position: relative;
        z-index: 10;
    }
}

.iconblue {
    color: #00adef;
}

.form-control {
    font-weight: 300;
    font-size: 14px;
}
