@font-face {
    font-family: 'Calibre Regular';
    src: url('../fonts/CalibreWeb-Regular.woff2') format('woff2'),
        url('../fonts/CalibreWeb-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Calibre Bold';
    src: url('../fonts/CalibreWeb-Bold.woff2') format('woff2'),
        url('../fonts/CalibreWeb-Bold.woff') format('woff');
}

@font-face {
    font-family: 'Calibre Semibold';
    src: url('../fonts/CalibreWeb-Semibold.woff2') format('woff2'),
        url('../fonts/CalibreWeb-Semibold.woff') format('woff');
}



body {
    font-family: 'Calibre Regular', 'Lucida Grande', serif;

}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Calibre Bold', 'Lucida Grande', serif;
    text-transform: uppercase;
}

h3 {
    font-size: 2.4rem;
}

h5 {
    font-family: 'Calibre Semibold', 'Lucida Grande', serif;
    text-transform: uppercase;
}


p {
    font-family: 'Calibre Regular', 'Lucida Grande', serif;
    font-size: 1rem;
}

/* BLUE: #340E47 */

.green {
    color: #2EE8B5;
}


main {
    border: 5px solid red;
}

container-fluid {
    max-width: 1200px;
}

header {
    display: block;
    height: 60px;
    background-color: fff;
}

header h1,
#footer-menu h1 {
    float: left;
    width: 129px;
    height: 48px;

}

.nav-sm {
    display: none;
    padding-top: 20px;
    float: right;
    padding-bottom: 5px;
}



nav ul,
#footer-menu ul {
    float: right;
    padding-top: 20px;
    list-style-type: none;

}

nav li,
#footer-menu li {
    text-transform: uppercase;
    font-size: .8rem;
    display: inline;
    padding: 10px;
    font-family: 'Calibre Semibold', 'Lucida Grande', serif;
}

nav li a {
    color: #340E47;
    font-size: 1rem;
}

nav li a:hover {
    color: #2EE8B5;
    text-decoration: none;
}

#home-slide-1 {
    display: block;
    background-color: #2EE8B5;
    background: linear-gradient(90deg, #2EE8B5 70%, #F1F2F2 30%);
    width: 100%;
    height: 100%;
    padding: 1rem;
    padding-top: 50px;
    color: #fff;
    font-size: 1.2rem;
}

#home-slide-1 h3 {
    color: #fff;
    font-size: 3.6rem;
    line-height: 0.8;
    padding-bottom: 50px;
}

#home-slide-1 h3 .efficiency {
    color: #33003A;
}

#home-slide-1 .of {
    white-space: nowrap;
}

#home-slide-1 h3 .o-logo {
    display: inline-block;
    background-image: url("../images/mark-white.svg");
    width: 37px;
    /* 	height: 70px; */
    background-repeat: no-repeat;
    background-position: left center;
    text-indent: -9999px;
}

#home-slide-1 img {
    width: 100%
}

#home-slide-1 p {
    color: #fff;
    font-size: 1.2rem;
    text-align: justify;
}

#home-slide-2 {
    display: block;
    background-color: #340E47;
    width: 100%;
    height: 100%;
    padding: 1rem;
    color: #fff;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

#home-slide-2 h3,
#home-slide-2 h5 {
    padding-top: 10px;
    padding-bottom: 40px;
}

#home-slide-2 p {
    text-align: justify;
}

#home-slide-2 img {
    width: 50%;
    height: 80px;
    display: block;
    margin: auto;
}


#home-slide-3 {
    display: block;
    background-color: #EEE;
    width: 100%;
    height: 100%;
    padding: 1rem;
    color: #33003A;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

#home-slide-3 h3,
#home-slide-3 h5 {
    text-transform: uppercase;
    padding-top: 10px;
}

#home-slide-3 h3 {
    padding-bottom: 40px;
}


#home-slide-3 img {
    max-height: 80px;
    display: block;
    margin: auto;
}


#home-slide-4 {
    display: block;
    width: 100%;
    height: 100%;
    padding: 1rem;
    color: #33003A;
    text-align: left;
    padding-top: 50px;
    padding-bottom: 50px;
}

#home-slide-4 h3 {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 20px;
    color: #00F5B8;
}

#home-slide-4 h5,
#home-slide-4 h5 a {
    color: #340E47;
    text-decoration: none;
}

#home-slide-4 .card-header {
    background: none;
    border: none;
    padding: .5rem;
}

#home-slide-4 .card {
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

#home-slide-4 .card-body {
    padding: .75rem;
}

#home-slide-4 img {
    max-width: 580px;
    width: 130%;
    margin-left: -110px;
}

#home-slide-4 i {
    float: right;
    color: #00F5B8;
}

#home-slide-4 p {
    padding-bottom: 0;
    color: #6D6E71;
}


#home-slide-5 {
    display: block;
    background-color: #EEE;
    width: 100%;
    height: 100%;
    padding: 1rem;
    color: #33003A;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

#home-slide-5 a {
    color: #33003A;
}

#home-slide-5 h3,
#home-slide-5 h5 {
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 20px;

}

#home-slide-5 img {
    width: 100%;
    height: 80%;
    display: inline-block;
    object-fit: cover;
}

#home-slide-6 {
    display: block;
    background-color: #757678;
    width: 100%;
    height: 100%;
    padding: 1rem;
    color: #fff;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

#home-slide-6 h3,
#home-slide-5 h6 {
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 20px;

}

#home-slide-6 img {
    width: 100%;
    display: inline-block;
}


footer {
    display: block;
    background-color: #340E47;
    width: 100%;
    height: 100%;
    padding: 1rem;
    color: #fff;
    padding-top: 50px;
}

footer h5 {
    text-transform: uppercase;
    padding-top: 10px;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #2EE8B5;
    text-decoration: none;
}

#footer-menu {
    height: 100%;
    width: 100%;
    background-color: #340E47;
}

.footer-contact {
    text-align: right;
}

#about-slide-1 {
    display: block;
    background: #757678;
    background-image: url("../images/about-bg 2.jpg");
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    padding: 1rem;
    text-align: center;
    color: #fff;
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 50px;
}

#about-slide-1 .container {
    max-width: 960px;
}

#about-slide-1 h1 {
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 20px;
}

#about-slide-1 p {
    font-size: 1.2rem;
    text-align: justify;
    text-shadow: 1px 1px 2px #000000;

}


#about-slide-2 {
    display: block;
    width: 100%;
    height: 100%;
    padding: 1rem;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;

}

#about-slide-2 h3,
#about-slide-2 h5 {
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 40px;
    color: #33003A;
}

#about-slide-2 p {
    text-align: justify;
}

#about-slide-2 img {
    max-height: 80px;
    display: block;
    margin: auto;
}

#about-slide-3 {
    display: block;
    background-color: #EEE;
    width: 100%;
    height: 100%;
    padding: 1rem;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

#about-slide-3 h3 {
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 20px;
    color: #33003A;
}

.profile-img {
    border-radius: 50%;
    width: 80%;
    max-height: 110px;
    max-width: 110px;
    margin: auto;
    margin-top: 30px;
}

.card {
    border-radius: 0px;
    border: 0px;
}

#about-slide-3 .card {
    border: 10px solid #EEE;
}

.card-title {
    color: #33003A;
    text-transform: uppercase;
    font-size: 1rem;
}

#about-slide-4 {
    display: block;
    width: 100%;
    height: 100%;
    padding: 1rem;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

#about-slide-4 h3,
#about-slide-4 h5 {
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 20px;
    color: #33003A;
}

#about-slide-4 img {
    display: block;
    margin: auto;
    width: 100%;
}

#process-slide-1 {
    display: block;
    background: #757678;
    background-image: url("../images/process-bg.jpg");
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    padding: 1rem;
    font-family: 'Calibre Regular';
    text-align: center;
    color: #fff;
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 50px;
}

#process-slide-1 .container {
    max-width: 960px;
}

#process-slide-1 h3 {
    padding-top: 10px;
    padding-bottom: 20px;
}

#process-slide-1 p {
    font-size: 1.2rem;
    text-align: justify;
    text-shadow: 1px 1px 2px #000000;
}

#process-slide-2 {
    display: block;
    width: 100%;
    height: 100%;
    padding: 1rem;
    padding-top: 50px;
    padding-bottom: 50px;
}

#process-slide-2 .container {
    max-width: 700px;
}

#process-slide-2 h3,
#process-slide-2 h5 {
    text-transform: uppercase;
    color: #33003A;
}

#process-slide-2 h3 {
    padding-top: 10px;
    padding-bottom: 40px;
    text-align: center;
}

#process-slide-2 img {
    width: 75%;
    max-width: 150px;
    display: block;
    margin: auto;
}

.work-process {
    margin-left: auto;
    margin-right: auto;
}

.work-process .row {
    padding-bottom: 30px;
}


#process-slide-3 {
    display: block;
    width: 100%;
    height: 100%;
    padding: 1rem;
    color: #33003A;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

#process-slide-3 h3,
#process-slide-3 h5 {
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 20px;
    color: #33003A;
}

#process-slide-3 p {
    text-align: justify;
}

#process-slide-3 img {
    float: right;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

#process-slide-4 {
    display: block;
    background: #340E47;
    background-image: url("../images/transform_bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    padding: 1rem;
    text-align: center;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}

#process-slide-4 .container {
    max-width: 700px;
}

#process-slide-4 h1 {
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 20px;
}


#cs-home-slide-1 {
    display: block;
    background: #757678;
    background-image: url("../images/about-bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 200px;
    padding: 1rem;
    text-align: center;
    color: #fff;
    overflow: hidden;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
    justify-content: center;
    /* align horizontal */
    align-items: center;
    /* align vertical */
    padding-top: 50px;
    padding-bottom: 50px;

}


.breadcrumbs-container {
    display: block;
    width: 100%;
    height: 60px;
    padding: 1rem;
    margin-bottom: 1rem;
    background-color: #EEE;
    color: #33003A;
    font-size: .6rem;
    text-transform: uppercase;
}

.breadcrumbs-container a {
    color: #33003A;
}


.cs-image {
    width: 100%;
    max-width: 930px;
    margin-left: auto;
    margin-right: auto;
}

#cs-list {
    display: block;
    background-color: #EEE;
    width: 100%;
    height: 100%;
    padding: 1rem;
    color: #33003A;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

#cs-list a {
    color: #33003A;
}

#cs-list h3,
#cs-list h5 {
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 20px;

}

#cs-list img {
    width: 100%;
    height: 80%;
    display: inline-block;
    object-fit: cover;
}

.cs-content {
    margin-top: 60px;
    color: #6D6E71;
    margin-bottom: 60px;
    font-size: .9rem;
}

.cs-content h3 {
    font-size: 1.2rem;
    color: #33003A;
    font-family: 'Calibre Bold', 'Lucida Grande', serif;
    text-transform: uppercase;
}

.cs-content h4 {
    font-size: .9rem;
    font-family: 'Calibre Regular', 'Lucida Grande', serif;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.cs-content li {
    font-size: 1rem;
}

.cs-side ul {
    padding: 0;
    list-style: none;
}

.quote {
    font-style: italic;
}

/*
.cs-content li {
	list-style-image: url('../images/mark_blue.svg');
}
*/

#contact-slide-1 {
    background: #757678;
    background-image: url("../images/contact-bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 200px;
    padding: 1rem;
    text-align: center;
    color: #fff;
    overflow: hidden;
    display: flex;
    justify-content: center;
    /* align horizontal */
    align-items: center;
    /* align vertical */
    padding-top: 50px;
    padding-bottom: 50px;
}

#contact-main .btn {
    background-color: #2EE8B5;
    color: #000;

}

#contact-main {
    display: block;
    width: 100%;
    height: 100%;
    padding: 1rem;
    min-height: 300px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.contactform label {
    color: #6D6E71;
    font-size: .9rem;
}

.contactform .btn {
    background-color: #2EE8B5;
    color: #fff;
}

.contactform .special {
    position: absolute;
    top: -10000px;
}

/* ------ START SIDE MENU STYLES ------ */

/* The side navigation menu */
.sidenav {
    font-family: 'Calibre Regular', 'Lucida Grande', serif;
    text-align: right;
    height: 100%;
    /* 100% Full-height */
    width: 0;
    /* 0 width - change this with JavaScript */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Stay on top */
    top: 0;
    /* Stay at the top */
    right: 0;
    background-color: #340E47;
    overflow-x: hidden;
    /* Disable horizontal scroll */
    padding-top: 20px;
    /* Place content 20px from the top */
    transition: 0.5s;
    /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
    text-transform: uppercase;
    padding: 8px 32px 8px 0px;
    text-decoration: none;
    font-size: 1.5rem;
    color: #fff;
    display: block;
    transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
    color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
/*
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 36px;
    margin-left: 50px;
}
*/


/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px
    }

    .sidenav a {
        font-size: 18px
    }
}



/* styles for small viewport */
@media screen and (max-width: 768px) {
    .nav-lg {
        display: none;
    }

    .nav-sm {
        display: block;
    }
}

/* styles for x-small viewport */
@media screen and (max-width: 576px) {
    .footer-contact {
        text-align: left;
    }

    #home-slide-1 {
        background: none #2EE8B5;
    }

    #home-slide-6 img {
        padding-top: 10px
    }
}