/*
Theme: vTeam a Corporate Multipurpose Free Bootstrap Responsive template
Description: Free to use for personal and commercial use
Author: WebThemez.com
Website: http://webthemez.com
Note: Please do not remove the footer backlink (webthemez.com)--(if you want to remove contact: webthemez@gmail.com)
Licence: Creative Commons Attribution 3.0** - http://creativecommons.org/licenses/by/3.0/
*/

/* General */
h1, h2, h3, h4, h5, h6 {
    font-family: "Open sans", Helvetica, Arial;
}
a {
    color: #75EAEAFF;
    text-decoration: none;
}
p {
    font-size: 19px;
}
h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 30px;
}
blockquote {
    font-style: italic;
    font-family: Georgia;
    color: #999;
    margin: 30px 0;
}
label {
    color: #777;
}
.herotxt {
    background: #75EAEAFF;
}
.herotxt p {
    font-size: 20px;
    color: #fff;
    margin-bottom: 0;
}
.herotxt span {
    color: #fff;
    display: block;
    font-size: 35px;
    line-height: 45px;
    font-weight: normal;
    margin-bottom: 12px;
}
.herotxt .btn-download {
    text-align: center;
}
.herotxt .btn-download a {
    margin-top: 37px;
    text-align: center;
    display: inline-block;
    background: #FFF317;
    font-size: 18px;
    padding: 10px 25px;
    text-decoration: none;
    color: #c0dce0;
}

.highlight:first-child {
    border: none;
}

/* Smooth transition effect */
.headroom {
    transition: all 0.4s ease-out;
}

/* Dropdown Menu */
.navbar-nav .dropdown-menu {
    left: -5px;
    font-size: 13px;
    background-color: rgba(192, 220, 224, 1);
    border-width: 10px;
    justify-content: center;
}
.navbar-nav .dropdown-menu > li > a {
    color: #fff;

}

/* Navbar link colors */
.navbar-inverse .navbar-nav > li > a,
.navbar-inverse .navbar-nav > .open ul > a {
    color: rgba(255, 255, 255, 1);
    background: rgba(255, 255, 255, 0.15);


}

/* Navbar Styling */
.navbar-inverse {
    background: rgb(192, 220, 224);
    /*border: none !important;*/
    justify-content: center;
    border: black;


}
.button-container {
    display: block;
    justify-content: center; /* Centers horizontally */
    align-items: center; /* Centers vertically */
    height: 100%; /* Ensure the container has a height */
}

/* Navbar Items Spacing */
.navbar-nav > li {
    margin-right: 10px;
    justify-content: center;
    color:red;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    align-items: center;
}
.navbar-nav > li > a {
    font-size: 25px;
    border-width: 10px;    /* Navbar Items Spacing */
}
.navbar-inverse .navbar-nav > li > a {
    font-size: 25px;
    border-width: 10px;    /* Navbar Items Spacing */
    color: black;
}

/* Fix hover background issue */
.navbar-inverse .navbar-nav > .active > a,
.navbar-nav > li:hover > a {
    color: #ee0505 !important;
    background: rgba(192, 220, 224, 1);

    border: #ee0505;
    border-bottom-width: 20px;
    justify-content: center;
}

/* Navbar Z-Index */
.navbar-fixed-top, .navbar-fixed-bottom {
    z-index: 9999;
}

/* Make navbar stay at the top */
.navbar-fixed-top {
    position: absolute;
}
.btn:hover {
    color: #3A3A3A !important;
    background: #2ED037;
}
.btn {
    color: #c0dce0 !important;
    background: #85E556;
}
.btn-action, .btn-primary {
    color: #c0dce0 !important;
    background: #85E556;
}
#logo {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 150px;
    height: auto;
}

/* Header */
#head {
    background: #c0dce0 url("../images/bg_header_qed.jpg");
    background-size: auto;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 220px;
    text-align: center;
    color: white;
    font-family: "Open sans", Helvetica, Arial;
    font-weight: 300;
    padding-top: 240px;
}
#head.secondary {
    height: 100px;
    min-height: 100px;
    padding-top: 0;
}
#head .lead {
    font-size: 44px;
    margin-bottom: 6px;
    line-height: 1.15em;
}
#head .tagline {
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 25px;
}
#head .tagline a {
    color: #fff;
}
#head .btn {
    margin-bottom: 10px;
}
#head .btn-default {
    text-shadow: none;
    background: transparent;
    color: rgba(255, 255, 255, 0.5);
    box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.5);
}
#head .btn-default:hover, #head .btn-default:focus {
    color: rgba(255, 255, 255, 0.8);
    box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.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;
    border-radius: 0;
    box-shadow: none;
}
.panel-body {
    padding: 0;
}
.sectionBox {
    padding-top: 35px;
    padding-bottom: 40px;
}
.slideUp {
    top: -100px;
}
.headroom {
    transition: all 0.4s ease-out;
}
.serviceslist .btn {
    padding: 10px 38px;
    font-weight: bold;
    border: 0;
    border-radius: 3px;
    width: 100%;
}

/* Highlights */
.highlight {
    margin-top: 40px;
}
.h-caption {
    text-align: center;
    color: black;
}
.h-caption i {
    display: block;
    font-size: 46px;
    color: #fff;
    float: left;
    margin-right: 9px;
}
.thumbnail {
    display: block;
    padding: 0;
    border-radius: 0;
}
.h-caption h4 {
    color: #c0dce0;
    font-size: 22px;
    font-weight: normal;
    text-align: left;
    padding-bottom: 15px;
}
.h-caption .fa {
    color: #75EAEAFF;
    font-size: 32px;
}
.caption h4 {
    color: #000;
    font-size: 22px;
    font-weight: normal;
    text-align: left;
}
.jumbotron  {
    font-size: inherit;
    font: bold;
    color: #84D2DEFF;
    font-size: 16px;
    padding: 0;
}
.jumbotron .fa {
    color: #c0dce0;
    font-style: italic;
}
.h-body {
    color: #030303 !important;
}
.jumbotron {
    background: #fff;
}
.page-title {
    margin-top: 20px;
    font-weight: 300;
    color: #75EAEAFF;
}
.text-muted {
    color: #888;
}
.breadcrumb {
    background: none;
    padding: 0;
    margin: 30px 0 0;
}
ul.list-spaces li {
    margin-bottom: 10px;
}
ul {
    list-style-type: none;
}
.bgColor1 {
    background-color: #c0dce0;
    color: #fff;
}
.bgColor1 .fa {
    color: #fff;
}

/* Helpers */
.container-full {
    margin: 0 auto;
    width: 100%;
}
.top-space {
    margin-top: 35px;
}
.top-margin {
    margin-top: 20px;
}
img {
    max-width: 100%;
}
img2:hover {
    transform: scale(2.0);
}
img.pull-right {
    margin-left: 10px;
}
img.pull-left {
    margin-right: 10px;
}
#map {
    width: 100%;
    height: 280px;
}
#social {
    margin-top: 50px;
    margin-bottom: 50px;
}
#social .wrapper {
    width: 340px;
    margin: 0 auto;
}
.sidebar {
    padding-top: 36px;
    padding-bottom: 30px;
}
.sidebar .panel {
    margin-bottom: 20px;
}
.sidebar h1, .sidebar .h1, .sidebar h2, .sidebar .h2, .sidebar h3, .sidebar .h3 {
    margin-top: 20px;
}
.glyphicon-lg {
    font-size: 3em;
}
.blockquote-box {
    margin-bottom: 25px;
}
.blockquote-box .square {
    width: 92px;
    min-height: 50px;
    margin-right: 22px;
    text-align: center !important;
    background-color: #FFFFFF;
    padding: 20px 0;
    border: 1px solid #e6e6e6;
}
.blockquote-box.blockquote-primary {
    border-color: #357EBD;
}
.blockquote-box.blockquote-primary .square {
    color: #75EAEAFF;
}
.blockquote-box.blockquote-success {
    border-color: #4CAE4C;
}
.blockquote-box.blockquote-success .square {
    color: #75EAEAFF;
}
.blockquote-box.blockquote-info {
    border-color: #46B8DA;
}
.blockquote-box.blockquote-info .square {
    color: #75EAEAFF;
}
.blockquote-box.blockquote-warning {
    border-color: #EEA236;
}
.blockquote-box.blockquote-warning .square {
    color: #75EAEAFF;
}
.blockquote-box.blockquote-danger {
    border-color: #D43F3A;
}
.blockquote-box.blockquote-danger .square {
    color: #75EAEAFF;
}

/* Footer */
.footer1 {
    background: #737373;
    padding: 30px 0 0;
    font-size: 12px;
    color: #999;
}
.footer1 a {
    color: #ccc;
}
.footer1 a:hover {
    color: #fff;
}
.footer1 .panel {
    margin-bottom: 30px;
}
.footer1 .panel-title {
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    margin: 0 0 20px;
}
.footer1 .entry-meta {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin: 0 0 35px;
    padding: 2px 0;
    color: #888;
    font-size: 12px;
}
.footer1 .entry-meta a {
    color: #333;
}
.footer1 .entry-meta .meta-in {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}
.follow-me-icons {
    font-size: 30px;
}
.follow-me-icons i {
    float: left;
    margin: 0 10px 0 0;
    font-size: 25px;
}
.footer2 {
    background: #000;
    padding: 15px 0;
    color: #777;
    font-size: 13px;
}
.footer2 a {
    color: #aaa;
    padding: 0 10px;
    font-size: 13px;
}
.footer1 p {
    font-size: 14px;
    color: #ececec;
}
.footer2 a:hover {
    color: #fff;
}
.footer2 p {
    margin: 0;
    color: #666;
    font-size: 13px;
}
.panel-simplenav {
    margin-left: -5px;
}
.panel-simplenav a {
    margin: 0 5px;
}

/* Carousel */
#quote-carousel {
    padding: 0 10px 30px;
    margin-top: 30px;
}
#quote-carousel .carousel-control {
    background: none;
    color: #c0dce0;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}
#quote-carousel .carousel-control.left {
    left: -12px;
}
#quote-carousel .carousel-control.right {
    right: -12px !important;
}
#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0;
    margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
    background: #c0c0c0;
}
#quote-carousel .carousel-indicators .active {
    background: #c0dce0;
}
#quote-carousel img {
    width: 250px;
    height: 100px;
}
.item p {
    font-size: 16px;
}
.item blockquote {
    border-left: none;
    margin: 0;
}
.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 {
    margin-bottom: 10px;
    list-style: none;
    color: #ECECEC;
}
footer ul li {
    list-style: none;
}
#map-canvas {
    height: 100%;
    margin: 0;
    padding: 0;
}

/* Isotope */
.isotopeWrapper article {
    margin-bottom: 30px;
}
#portfolio {}
#portfolio img {
    padding: 20px;
    border-radius: 10%;
}
#portfolio article p {
    margin-bottom: 1.45em;
}
nav#filter {
    margin-bottom: 1.5em;
}
nav#filter li {
    display: inline-block;
    margin: 0 0 0 5px;
}
nav#filter a {
    padding: 4px 12px;
    line-height: 20px;
    text-decoration: none;
    color: #ABABAB;
    font-size: 18px;
}
nav#filter a.current {
    background: #fff;
    color: #75EAEAFF;
}
.iconColor .fa {
    color: #c0dce0;
}
.portfolio-items article img {
    width: 100%;
}
.portfolio-item {
    display: block;
    position: relative;
    transition: all 0.2s ease-in-out;
}
.portfolio-item img {
    transition: all 300ms linear;
}
.portfolio-item .portfolio-desc {
    display: block;
    opacity: 0;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    color: rgba(220, 220, 220);
}
.fancybox-overlay {
    background: rgb(192, 220, 224);
}
.portfolio-item:hover .portfolio-desc {
    padding-top: 20%;
    height: 100%;
    transition: all 200ms ease-in-out;
    opacity: 1;
    background: rgb(192, 220, 224);
}
.box, .p {
    width: 400px;
    height: 300px;
    display-inside: ruby-text-container;
    justify-content: normal;
    align-items: normal;
    border: 1px solid #c0dce0;
    background-color: #00FF00;
    background-size: contain;
}
.bgImg {
    width: 300px;
    height: 600px;
    background-repeat: no-repeat;
    background-position: center center;
    filter: drop-shadow(0 0 1px #c0dce0);
}
.isotope-item {
    margin-bottom: 25px;
    display: inline-block;
    list-style: none;
}
.portfolio-item .portfolio-desc a {
    color: #fff;
    text-align: center;
    display: block;
}
.portfolio-item .portfolio-desc a:hover {
    text-decoration: none;
}
.portfolio-item .portfolio-desc .folio-info {
    top: -60px;
    padding: 170px;
    height: 0;
    opacity: 0;
    position: relative;
}
.portfolio-item:hover .folio-info {
    opacity: 1;
    transition: all 500ms ease-in-out;
    top: 5px;
}
.portfolio-item .portfolio-desc .folio-info h5 {
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-size: 1.4em;
}
.folio-info p, .portfolio-item .portfolio-desc p {
    color: #fff;
    font-size: 22px;
    top: 1px;
    padding-top: 10px;
    margin: 0 10px;
    position: fixed;
}

/* Popup */
.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
    user-select: none;
}
.popup .popuptext {
    visibility: hidden;
    width: 760px;
    height: 880px;
    background-color: #50c525;
    color: #c0dce0;
    font-size: large;
    text-align: left;
    border-radius: 6px;
    padding: 8px 0;
    position: fixed;
    z-index: 100;
    bottom: 125%;
    left: 100px;
    margin-left: 50px;
}
.popup .popuptext::after, .popup .popuptext::before {
    content: "";
    width: 400px;
    top: 100%;
    left: 100%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}
.popup .show {
    visibility: visible;
    animation: fadeIn 1s;
}
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
.hoverinfo {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
}
.hoverinfo p {
    display: none;
    color: #c0dce0;
}
.hoverinfo:hover p {
    background-color: rgba(255, 255, 255, 0.7);
}

.portfolio-item .portfolio-desc a:hover {
    text-decoration: none;
}

.portfolio-item .portfolio-desc .folio-info {
    top: -60px;
    padding: 170px;
    height: 0;
    opacity: 0;
    position: relative;
}
.portfolio-item:hover .folio-info {
    opacity: 1;
    transition: all 500ms ease-in-out 0s;
    top: 5px;
}
.portfolio-item .portfolio-desc .folio-info h5 {
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-size: 1.4em;
}
.folio-info p {
    color: #ffffff;
    font-size: 22px;
}

.portfolio-item .portfolio-desc p {
    color: #ffffff;
    font-size: 22px;
    top: 1px;
    padding-top: 10px;
    margin-right: 10px;
    margin-left: 10px;
    position: fixed;
}

.contact-details {
    padding: 20px;
    background: #fff;
    border: none;
    position: relative;
}
.h-owr-body .active p {
    color: #030303 !important;
}


/* MEDIA QUERIES */
@media (max-width: 767px) {
    #head {
        min-height: 420px;
        padding-top: 160px;
    }
    #head .lead {
        font-size: 34px;
    }
    .navbar-collapse {
        background: rgb(192, 220, 224);
    }
}

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

@media (max-width: 767px) {
    .navbar-collapse ul {
        text-align: right;
        margin-right: 0px;
    }
}

@media (max-width: 768px) {
    #quote-carousel .carousel-indicators {
        bottom: -20px !important;
    }
    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: #c0dce0;
        overflow: hidden;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #ffffff;
    }
    #quote-carousel .carousel-indicators li {
        display: inline-block;
        margin: 0px 5px;
        width: 15px;
        height: 15px;
    }
    #quote-carousel .carousel-indicators li.active {
        margin: 0px 5px;
        width: 20px;
        height: 20px;
    }
}

.col-md-3 {
    color: #000000; /* Sets the font color to black */
}
.col-sm-6 {
    color: rgba(57, 136, 136, 0.99); /* Sets the font color to black */
}
.highlight {
    color: #030303;
    margin-top: 40px;
    border-left: 1px solid rgba(255, 255, 255, 0.13);
}
.fa .fa-hubspot  {
    color: #030303;
    /*margin-top: 40px;*/
    /*border-left: 1px solid rgba(255, 255, 255, 0.13);*/
}
.navbar-header {
    display: flex;
    justify-content: left; /* Centers horizontally */
    align-items: center; /* Centers vertically */
    width: 100%;
}
.navbar-brand {
    display: block;
    margin: 30px auto; /* Center it horizontally */
    text-align: center;
    border-bottom-width:50px ;
}
.nav {
    display: block;
    margin: 10px auto; /* Center it horizontally */
    text-align: center;
}

.container .a {
    margin: 0 auto;
    display: block;
    align-content: center;
    width: 100%;
}

