/*********** External Fonts ***********/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,800');

body,
html {
    /* position: relative; */
    /* overflow-x: hidden; */
    overflow: auto;
}

/*********** General Settings ***********/

.highslide-container {
    z-index: 1030 !important;
}

h2 {
    font-weight: 600;
}

.projects,
.map,
.contact,
.footer {
    padding: 3em 0 3em 0;
    color: #7e7e7e;
    font-family: 'Open Sans';
}

.about {
    margin: 0 0 0 0;
    padding: 64px 0 90px 0;
    color: #7e7e7e;
    font-family: 'Open Sans';
}

/* SlideShow Settings */


.slideshow img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(1);
}

.slider-title {
    position: absolute;
    color: red;
    font-size: 17px;
    text-align: right;
    text-shadow: 0px 0px 10px #323232;
}

/*********** Nav ***********/

.navbar ul li a {
    color: #696969 !important;
    font-size: 1.2em;
}

.navbar ul li a:hover {
    color: white !important;
    background-color: #151515 !important;
}

.navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
}

.navbar .navbar-collapse {
    text-align: center;
}

/*********** Home ***********/

.home {
    position: relative;
    height: 95vh;
}

.home h1 {
    font-family: 'Open Sans';
    font-size: 5em;
}

.outro-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100vh - 50px);
    z-index: -1;
}


.svg-logo20-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    max-width: 1200px;
}

.svg-logo20-wrap svg g {
    fill: #7e7e7e00;
    stroke: #7e7e7e;
    /* stroke-dasharray: 555;
    stroke-dashoffset: 555; */
    transition: stroke-dashoffset 5s, fill 2s 4s;
    /* transition: all 6s; */
}

.logo-lower-header {
    stroke-dasharray: 146;
    stroke-dashoffset: 146;
}

.logo-upper-header {
    stroke-dasharray: 255;
    stroke-dashoffset: 255;
}

.logo-p-sign {
    stroke-dasharray: 507;
    stroke-dashoffset: 507;
}

.logo-20-years-part {
    stroke-dasharray: 556;
    stroke-dashoffset: 556;
}

.svg-logo20-wrap .drew g:not(.main-logo-group) {
    stroke-dashoffset: 0;
    fill: #7e7e7eff;
}

.main {
    text-shadow: 0px 0px 10px #696969;
    position: absolute;
    top: 2em;
    color: #f6f6f6;
    font-weight: 900;
    z-index: 999;
}

.sub-main {
    font-weight: 100;
    position: absolute;
    top: 3em;
    color: white;
    text-shadow: 0px 0px 50px #696969 !important;
    z-index: 999;
}

/*********** About ***********/

.about {
    background-color: #2a2a2a;
    font-weight: 500;
    font-size: 1.2em;
}

/*********** Projects ***********/

small {
    color: white !important;
}

.projects {
    background-color: #151515;
}

/* Carousel styling */

.highslide-gallery a {
    color: white;
}

.heading {
    width: 100%;
    margin: 0;
    text-align: right;
    /* IE 9 */
    /* -ms-transform: rotate(-90deg) translateY(-10px); */
    /* Chrome, Safari, Opera */
    /* -webkit-transform: rotate(-90deg) translateY(-10px); */
    transform: rotate(-90deg) translate(15px, -5px);
    /* right bottom (x, y) */
    transform-origin: 100% 100%;
}

.heading-graph {
    /* margin-left: 175px;
    margin-top: 100px;
    width: 70%; */
    transform: rotate(-90deg) translate(35px, -5px);
}

/*
.heading-Arch {
    margin-left: 250px;
    margin-top: 110px;
}

.heading-Int {
    margin-left: 250px;
    margin-top: 50px;
}

.heading-micro {
    margin-left: 175px;
    margin-top: 100px;
    width: 70%;
}


.heading-way {
    margin-left: 250px;
    margin-top: 100px;
} */

/* Main Styling for titles */

.titles {
    font-family: 'Open Sans';
    position: relative;
    font-weight: 400;
    margin: 0;
    text-align: left;
    line-height: 100%;
    top: 30em;
    left: 1em;
}

#txt {
    color: white;
    line-height: 90%;
    position: absolute;
    padding-left: 20px;
    bottom: 50px;
}

/*********** Clients Section *********/

.client {
    background-color: #151515;
    color: #7e7e7e;
}

/*********** Map ***********/

#map {
    width: 100%;
    height: 40em;
}

/*********** Contact ***********/

.contact {
    background-color: #151515;
}

/*********** Footer ***********/

.footer {
    background-color: #151515;
}