body {
    background: orange url("../images/bg1.jpg") repeat;
    background-size: cover;
    background-position: center;
    /* Change to any color */
    backface-visibility: 15px;
}

a {
    color: orange;
    font-weight: 800;

}

p {
    /*color: orange;*/
    font-weight: 600;
}

.portfolio-items article {
    border-spacing: 15px;
    margin-top: 25px;
    display: block;
}

body,
input,
select,
textarea {
    font-family: "Open sans", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 3.6rem;
    color: orange;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Open sans", Helvetica, Arial;

}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 30px;
    font-weight: 800;
}

blockquote {
    font-style: italic;
    font-family: Georgia;
    color: #999;
    margin: 30px 0;
}

label {
    color: #777;
}

.brand1 {
    color: #00bfff;
}


/* Header */
#head {
    /*background: #181015 url("../images/bg_header1\ \(2\).jpg") repeat;*/
    min-height: 520px;
    text-align: center;
    padding-top: 240px;
    color: orange;
    font-family: "Open sans", Helvetica, Arial;
    font-weight: 600;
}

.da-background-clip {
    position: fixed;
    background-size: cover;
    background-position: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-height: 100%;
    min-width: 100%;
    width: auto;
    height: auto;
    object-fit: cover;
    z-index: -1;
}

#head.secondary {
    height: 100px;
    min-height: 100px;
    padding-top: 0;
}

#head .lead {
    font-size: 44px;
    margin-bottom: 6px;
    color: orange;
    line-height: 1.15em;
}

#head .tagline {
    color: orange;
    margin-bottom: 25px;
}

#head .tagline a {
    color: orange;
}

#head .btn {
    margin-bottom: 10px;
}

#head .btn-default {
    background: transparent;
    color: rgba(212, 18, 18, 0.5);
    box-shadow: inset 0 0 0 3px rgba(255, 255, 255, .5);
}

#head .btn-default:hover,
#head .btn-default:focus {
    color: orange;
    box-shadow: inset 0 0 0 3px rgba(255, 255, 255, .8);
}

#head .btn-default:active,
#head .btn-default.active {
    color: #fff;
    box-shadow: inset 0 0 0 3px #fff;
}

.panel {
    margin-bottom: 0;
    background-color: transparent;
    border: 1px solid transparent;
}

.panel-body {
    padding: 0;
}

.btn-action,
.btn-primary {
    color: #FFEFD7;
    background-image: linear-gradient(to bottom, orange 0%, orange 100%);
    border: none;
}

.btn-action:hover,
.btn-primary:hover {
    background: orange;
}

.slideUp {
    top: -100px;
}

.headroom {
    transition: all 0.4s ease-out;
}

/* Highlights */
.highlight {
    margin-top: 40px;
}

.h-caption {
    text-align: center;
}

.h-caption i {
    font-size: 54px;
    color: #ee0c45;
    margin-bottom: 36px;
}

.h-caption h4 {
    color: #382526;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}

.jumbotron {
    background-color: #E0E0E0;
}

.page-title {
    margin-top: 20px;
    font-weight: 300;
    color: #ee0c45;
}

.text-muted {
    color: #888;
}

.breadcrumb {
    background: none;
    padding: 0;
    margin: 30px 0 0;
}

ul.list-spaces li {
    margin-bottom: 10px;
}

/* Helpers */
.container-full {
    margin: 0 auto;
    width: 100%;
}

.top-space {
    margin-top: 60px;
}

.top-margin {
    margin-top: 20px;
}

img {
    max-width: 100%;
}

img.pull-right {
    margin-left: 10px;
}

img.pull-left {
    margin-right: 10px;
}

#map {
    width: 100%;
    height: 280px;
}

#social {
    margin: 50px 0;
}

#social .wrapper {
    width: 340px;
    margin: 0 auto;
}

.sidebar {
    padding: 36px 0 30px;
}

.sidebar .panel {
    margin-bottom: 20px;
}

.brook h2 {
    color: orange;
}

.Tabout h2,
h3,
p {
    color: orange;
}

.solution-container {
    position: relative;
    border: none;
    box-shadow: #FFEFD7 0px 0px 30px 5px;
    border-radius: 25px;
    margin: 25px;
    color: orange;
    font-size: 14px;
    font-weight: 600;
}

.address1 {
    color: orange;
}

.solution-container h3 {
    color: red;
    font-size: 30px;
    font-weight: 800;
}

.solution-container::before {
    content: "";
    position: absolute;
    background: rgba(255, 255, 255, 0.7);
    background-image: url("../images/solutionbg2.jpeg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 25px;
    opacity: 0.5;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.description1 {
    border: 2px solid orange;
    background-color: transparent;
}

.description1 .button-description {
    background-color: rgb(0, 217, 255);
}

.port1 h2 {
    color: orange;
}

.sidebar h1,
.sidebar h2,
.sidebar h3 {
    margin-top: 20px;
}

/* Footer */
.footer1 {
    background: #302A31;
    padding: 30px 0 0;
    font-size: 12px;
    color: orange;
}

.footer1 a {
    color: #ccc;
}

.footer1 a:hover {
    color: #fff;
}

.footer1 p {
    color: orange;
}

.footer1 .panel {
    margin-bottom: 30px;
}

.footer1 .panel-title {
    font-size: 17px;
    font-weight: bold;
    color: #ccc;
    margin-bottom: 20px;
}

.footer1 .entry-meta {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 2px 0;
    color: #888;
}

.follow-me-icons {
    font-size: 30px;
}

.follow-me-icons i {
    float: left;
    margin-right: 10px;
}

.footer2 {
    background: #191919;
    padding: 15px 0;
    font-size: 12px;
}

.footer2 a {
    color: orange;
}

.footer2 a:hover {
    color: #fff;
}

.footer2 p {
    margin: 0;
    color: greenyellow;
}

.panel-simplenav a {
    margin: 0 5px;
}

/* Carousel */
#quote-carousel {
    /*padding: 0 10px 30px;*/
    margin-top: 30px;
}

#quote-carousel .carousel-control {
    background: none;
    color: orange;
    font-size: 2.3em;
    margin-top: 30px;
}

#quote-carousel .carousel-control.left {
    left: -12px;
    top: 50px;
    color: orange;
}

#quote-carousel .carousel-control.right {
    right: -12px !important;
    top: 50px;
    color: orange;
}

#quote-carousel .carousel-indicators {
    right: 50%;
    bottom: 0;
    margin-right: -19px;
}

#quote-carousel .carousel-indicators li {
    background: transparent;
    box-shadow: 0px 0px 15px orange;
    margin-bottom: 15px;
}

#quote-carousel .carousel-indicators .active {
    background: orange;
}

#quote-carousel img {
    /*width: 600px;*/
    /*height: 100px;*/
    position: relative;
    box-shadow: 0px 0px 18px orange;
    border-radius: 10px;
    width: 100%;
    height: 150px;
    left: 250px;
}

.clientT h2 {
    color: orange;
}

.item blockquote {
    border: none;
    width: 100%;

}

/*.item blockquote img {
    margin-bottom: 10px;
}

/*.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}*/

.contact ul {
    padding: 0;
}

.contact ul li {
    list-style: none;
    margin-bottom: 10px;
}

footer ul li {
    list-style: none;
}

/* Portfolio Fix – UN-NESTED (your error area) */
#portfolio img {
    width: 100%;
}

#portfolio article p {
    margin-bottom: 1.45em;
}

nav#filter {
    margin-bottom: 1.5em;
}

nav#filter li {
    display: inline-block;
    margin-left: 5px;
}

nav#filter a {
    padding: 4px 12px;
    border: 1px solid #00bfff;
    text-decoration: none;
    color: #00bfff;
}

nav#filter a.current {
    background: #00bfff;
    color: #fff;
}

.iconColor .fa {
    color: #ee0c45;
}

.portfolio-items article img {
    width: 100%;
}

.portfolio-item {
    position: relative;
    display: block;
    transition: all 0.2s ease-in-out;
}

.portfolio-item img {
    transition: all 300ms linear;
}

.portfolio-item .portfolio-desc {
    opacity: 0;
    position: absolute;
    width: 100%;
    top: 0;
    color: #dcdcdc;
}

.portfolio-item:hover .portfolio-desc {
    padding-top: 20%;
    height: 100%;
    opacity: 1;
    background: rgba(61, 61, 61, 0.67);
    transition: all 200ms ease-in-out;
}

.portfolio-item .portfolio-desc a {
    color: #fff;
    text-align: center;
    display: block;
}

.portfolio-item .folio-info {
    top: -20px;
    padding: 30px;
    opacity: 0;
    position: relative;
}

.portfolio-item:hover .folio-info {
    height: 100%;
    opacity: 1;
    top: 5px;
    transition: all 500ms ease-in-out;
}

.portfolio-item .folio-info h5 {
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-size: 1.4em;
}

.portfolio-item .folio-info p {
    color: #fff;
    font-size: 12px;
}


/* Mobile styles */
@media (max-width: 768px) {
    .da-background-clip {
        /* Make fewer demands on mobile screens */
        min-width: auto;
        min-height: auto;
        width: 100%;
        height: 100vh;
    }
}

/* MEDIA QUERIES */
@media (max-width: 767px) {
    #head {
        min-height: 420px;
        padding-top: 160px;
    }

    #head .lead {
        font-size: 34px;
    }

    .navbar-collapse ul {
        text-align: right;
    }
}

@media (min-width: 768px) {
    #quote-carousel {
        padding: 0 40px 30px;
    }
}

@media (max-width: 768px) {
    #quote-carousel .carousel-indicators {
        bottom: -20px !important;
    }

    #quote-carousel .carousel-indicators li {
        width: 15px;
        height: 15px;
    }

    #quote-carousel .carousel-indicators li.active {
        width: 20px;
        height: 20px;
    }
}