
@import url('https://fonts.googleapis.com/css?family=Roboto:300i,400,400i,500,500i,700,700i,900&display=swap');
@-webkit-keyframes Load {
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}
@keyframes Load {
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}
@-webkit-keyframes zoomOut {
    from {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    to {
        opacity: 0
    }
}
@keyframes zoomOut {
    from {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    to {
        opacity: 0
    }
}
@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}
@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}
@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}
@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}
@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}
@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}
@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}
@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}
@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}
@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}
@-webkit-keyframes fadeInMenuDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -95px, 0);
        transform: translate3d(0, -95px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@keyframes fadeInMenuDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -95px, 0);
        transform: translate3d(0, -95px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
.fadeInMenuDown {
    -webkit-animation-name: fadeInMenuDown;
    animation-name: fadeInMenuDown;
}
.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
}
.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}
.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
}
.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}
.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}
.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}
.zoom-animation {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}
.image-shrink {
    transition: all .2s ease-in-out;
}
.image-shrink:hover {
    transform: scale(0.85);
    box-shadow: inset 0 0 0 10px white;
    border: solid 1px #F8F9FA;
}
body,
html {
    height: 100%;
    width: 100%;
    /*font-family: "raleway" !important;*/
}
a {
    color: #f6861f;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
h1 {
    font-size: 2em;
}
.home-content {
    padding-top: 20px;
    /* parallax */
    background: url("/images/page-background-steel.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}
.intro-heading {
    text-align: center;
    font-size: 20px;
    margin: 0;
    padding: 50px 0;
    color: grey;
    line-height: 35px;
}
.page-container {
    /* to ensure footer is at bottom of page */
    min-height: 100%;
}
.page-content {
    padding-top: 120px;
}
h2.section-title {
    text-align: center;
    font-size: 1.3em;
    text-transform: uppercase;
    color: grey;
    margin-bottom: 20px;
}
@media (max-width: 992px) {
    .page-content {
        /* so content clears the menu */
        padding-top: 0;
    }
}
@media (max-width: 768px) {
    .page-content {
        /* so content clears the menu */
        padding-top: 0;
    }
    .home-content {
        /* parallax not working on mobile devices */
        background: url("/images/page-background-steel-small.jpg");
        background-repeat: repeat-y;
        background-position-x: center;
    }
}
.page-content.page-content-top {
    /* pull content behind the menu */
    padding-top: 0 !important;
}
.parent-title {
    color: #DF861F;
}
h2.parent-title {
    font-size: 1.6em;
}
/***** Page Header *****/
.social-links {
    display: flex;
    align-items: center;
    justify-content: left;
}
.header-social {
    position: static;
    top: 0;
    z-index: 10;
    height: 70px;
    width: 100%;
    padding-top: 20px;
    background-color: rgba(34, 34, 34, 0.7);
}
.social-links a {
    color: #fff;
    margin-right: 5px;
}
.social-links a:hover,
.social-links a:visited {
    color: #fff;
    text-decoration: none;
}
.social-links a .fa-layers {
    position: relative;
    width: 28px;
    height: 28px;
    border: 2px solid #fff;
    display: block;
    text-align: center;
    border-radius: 50px;
}
.social-links a .fa-layers:hover {
    background: #cab01a;
}
.social-links a .fa-layers.insta:hover {
    background: #eb14bc;
}
.social-links a .fa-layers.linkdin:hover {
    background: #0f8de0;
}
.social-links a .fa-layers.call:hover {
    background: #16a368;
}
.trnsY {
    -moz-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}
.social-links a .fa-layers >i:last-child {
    font-size: 13px;
}
.social-link-iconplustext span {
    display: block;
    float: left;
    padding-top: 2px;
}
.icontext {
    margin-left: 20px;
    margin-right: 20px;
}
.visibility-hidden {
    visibility: hidden;
}
.contact-us-text {
    /* padding: 5px; */
    /* padding-left: 7px;
    padding-right: 7px; */
    margin-left: 5px;
    font-weight: 500;
}
@media (min-width: 992px) {
    .header-social {
        position: fixed;
    }
}
/***** *****/
/***** Menu *****/
.navbar-brand {
    display: block;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 0px;
}
.navbar-brand img {
    width: 100px;
}
.burger-icon {
    padding: 20px 16px;
    height: 68px;
    width: 68px;
}
.burger-container {
    position: relative;
    height: 35px;
    width: 55px;
}
.burger-bun-top,
.burger-bun-bot,
.burger-filling {
    position: absolute;
    display: block;
    height: 2px;
    width: 55px;
    border-radius: 2px;
}
.burger-bun-top {
    top: 0;
    -webkit-transform-origin: 34px 2px;
    transform-origin: 34px 2px;
    background: #f0be06;
}
.burger-filling {
    top: 16px;
    background: white;
}
.burger-bun-bot {
    bottom: 0;
    -webkit-transform-origin: 34px 2px;
    transform-origin: 34px 2px;
    background: #f0be06;
}
@media (max-width: 767px) {
    .navbar-brand img {
        width: 120px;
    }
}
.fixed-header {
    top: 0px;
    z-index: 10;
    width: 100%;
}
.navbar {
    position: static;
    top: 70px;
    z-index: 10;
    width: 100%;
    background-color: rgba(34, 34, 34, 0.7) !important;
    padding-bottom: 20px;
}
.main-nav-row {
    color: white;
    background-color: rgba(34, 34, 34, 0.7) !important;
    min-width: 700px;
    font-weight: 500;
}
.main-nav-header {
    color: #F08006;
    text-transform: uppercase;
}
.navbar-dark-full {
    background-color: rgb(34, 34, 34) !important;
}
.navbar-toggler {
    font-size: 1em;
}
.navbar-toggler-icon {
    font-size: 3em;
    border: none !important;
}
@media (max-width: 767px) {
    .navbar-toggler-icon {
        font-size: 2em;
    }
}
.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='1' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-toggler,
.navbar-toggler:active,
.navbar-toggler:hover,
.navbar-toggler:focus {
    border: none !important;
    outline: 0;
}
.navbar-nav .nav-item.nolink {
    display: block;
    color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    list-style-type: none;
}
.navbar-nav .nav-item.active,
.navbar-nav .nav-item.active > .nav-link,
.navbar-nav .dropdown-item.active,
.submenu-item li.active,
.submenu-item li.active a {
    color: #fff;
    background-color: transparent;
}
.navbar-nav .nav-item.open {
    color: #fff;
}
.navbar-nav .nav-item:last-of-type a {
    padding-right: 0;
}
.menu-container {
    position: relative;
}
.submenu-container {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-top: 20px;
    text-align: right;
    color: rgba(255, 255, 255, 0.5);
}
.submenu-container a {
    color: rgba(255, 255, 255, 0.75);
}
.submenu-container a:hover {
    color: #fff;
    text-decoration: none;
}
.submenu-item ul {
    margin: 0;
}
.main-dropdown-menu {
    background: transparent;
    border: none;
    padding-top: 0;
}
.main-dropdown-menu .dropdown-item {
    color: rgba(255, 255, 255, 0.25);
}
.main-dropdown-menu .dropdown-item:hover {
    background: transparent;
    color: #fff;
}
@media (min-width: 992px) {
    .fixed-header {
        position: fixed;
    }
    .main-navbar-nav {
        flex-direction: row;
        float: right;
    }
    .navbar-collapse {
        flex-basis: 70%;
    }
}
.main-nav-submenu {
    list-style-type: none;
}
.main-nav-submenu li a {
    color: white;
}
/***** *****/
/***** Footer *****/
.footer-container {
    position: relative;
    clear: both;
    color: #fff;
    /* footer height must match page content padding */
    /* height: 250px; */
    height: 229px;
    /* margin-top: -250px; */
}
.footer-container a,
.footer-container a:hover,
.footer-container a:visited {
    color: #fff;
    display: block;
    overflow: hidden;
    margin-bottom: 8px;
}
.footer-content {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: rgba(34, 34, 34, .7);
}
.footer-content-lower {
    background-color: rgba(34, 34, 34, .9);
    padding-top: 20px;
    padding-bottom: 30px;
}
@media (min-width: 576px) {
    .footer-copyright {
        text-align: left;
        padding-left: 0px;
    }
    .footer-logo {
        text-align: right;
        padding-right: 0px;
    }
}
.footer-logo img {
    width: 120px;
}
/***** *****/
/***** Video Carousel *****/
#videoCarousel {
    top: 0;
    width: 100%;
    height: 100vh;
}
.carousel-item {
    height: 100vh;
}
.carousel-progress {
    height: 1rem !important;
    width: 25% !important;
    border: solid 2px white;
    background: rgba(255, 255, 255, 0) !important;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    -webkit-animation-duration: 4.5s;
    animation-duration: 4.5s;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    text-indent: -100%;
}
.carousel-progress-content {
    height: 100%;
    width: 100%;
    padding-bottom: 1rem;
}
#videoCarousel .carousel-indicators {
    bottom: 70px;
    margin-right: auto;
    margin-left: auto;
}
#videoCarousel .carousel-indicators li {
    margin-left: 1rem;
    padding-bottom: 1rem;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
    transform: translateZ(0);
    padding: 0;
    border: 2px solid #fff;
}
#videoCarousel .carousel-inner .carousel-item .video-fluid {
    object-fit: cover;
    /* width: 100%;
    height: 101%; */
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.carousel-progress .carousel-progress-animation {
    content: '';
    display: block;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform: scaleX(0) translate3d(0);
    transform: scaleX(0) translate3d(0)
}
.carousel-progress .carousel-progress-animation {
    background: white;
    opacity: 0.8;
    -webkit-animation: Load 4.5s linear 0s 1 forwards;
    animation: Load 4.5s linear 0s 1 forwards;
    -webkit-animation-duration: inherit;
    animation-duration: inherit;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}
.carousel-caption {
    z-index: 9;
    position: relative;
    left: 0%;
    right: 0%;
}
.carousel-caption h2 {
    font-weight: normal;
    font-size: 5em;
    width: 100%;
    border-bottom: solid 3.5px #fff;
    padding-bottom: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.carousel-caption p {
    font-weight: 200;
    font-size: 1.7em;
}
.carousel-caption a {
    color: #fff;
    font-weight: bold;
}
.carousel-caption a:hover,
.carousel-caption a:visited {
    font-weight: bold;
}
.middle-left-caption {
    top: 35%;
    text-align: left;
}
@media (max-height: 750px) {
    #videoCarousel .carousel-indicators {
        bottom: 30px;
    }
}
@media (max-width: 1200px) {
    .carousel-caption h2 {
        font-size: 4.5em;
        text-transform: uppercase;
    }
}
@media (max-width: 992px) {
    .middle-left-caption {
        top: 15%;
    }
    .carousel-caption h2 {
        font-size: 3em;
        text-transform: uppercase;
    }
}
@media (max-width: 823px) {
    .carousel-caption h2 {
        font-size: 2em;
        text-transform: uppercase;
    }
    .carousel-caption p {
        font-size: 1.5em;
    }
    #videoCarousel .carousel-indicators {
        bottom: 10px;
    }
}
@media (max-width: 767px) {
    #videoCarousel {
        max-height: 350px;
        height: auto;
    }
    .carousel-item {
        height: 350px;
        width: 100vw;
    }
    .carousel-inner {
        height: 100%;
    }
    .middle-left-caption {
        text-align: center;
    }
    .carousel-caption {
        padding-top: 0;
    }
    .carousel-caption h2 {
        font-size: 1.6em;
        border-bottom: solid 2px #fff;
        text-transform: uppercase;
    }
    .carousel-caption p {
        font-size: 1.1em;
        font-weight: 400;
        margin-bottom: 0;
    }
    .carousel-caption a {
        font-size: 0.8em;
    }
}
/*****  *****/
/***** Featured Gallery *****/
.feature-gallery {
    width: 100%;
    position: relative;
}
.our-people-gallery {
    width: 100%;
    position: relative;
}
.gallery-carousel {
    width: 100%;
}
.slick-slide {
    margin: 0px 0px;
}
.slick-slide img {
    height: 100%;
}
.slick-carousel-left {
    width: 10%;
    color: black;
    text-align: center;
    cursor: pointer;
    position: absolute;
    z-index: 9;
    max-height: 380px;
    left: 0;
    bottom: 42.5%;
}
.slick-carousel-right {
    width: 10%;
    color: black;
    text-align: center;
    cursor: pointer;
    position: absolute;
    z-index: 9;
    max-height: 380px;
    bottom: 42.5%;
    right: 0;
}
.slide-item {
    height: 250px;
    position: relative;
}
.slide-item-content {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 10px;
    background-color: rgba(34, 34, 34, .9);
    color: #fff;
    text-align: center;
    padding-top: 25px;
}
.feature-gallery .slide-item-content {
    padding-top: 30%;
}
.slide-item-content a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}
.slide-item-content a:hover,
.slide-item-content a:visited {
    color: #fff;
    text-decoration: none;
}
.slide-item-heading {
    font-size: 1.2em;
    font-weight: bold;
    position: relative;
    top: 0;
}
.our-people-gallery .slide-item-content {
    padding-top: 0;
}
.our-people-gallery .slide-item-heading {
    top: 8.5%;
    font-weight: 500;
}
.arrow {
    border: solid white;
    border-width: 0 7px 7px 0;
    display: inline-block;
    padding: 10px;
}
.arrow-left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}
.arrow-right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.video-carousel-indocators {
    z-index: 9;
}
/***** *****/
/***** Service Icons *****/
.services-icon-container {
    background-color: rgba(34, 34, 34, .9);
}
.service-icon-item {
    margin: 0 20px;
}
.service-icon-item:last-child {
    margin-right: 0;
}
@media(max-width: 767px) {
    .service-icon-item {
        float: left;
        margin-right: 0;
        margin-left: 0;
    }
}
/***** *****/
/***** Facebook Feed *****/
.gi-social-container {
    padding: 60px 0 60px 0;
}
.gi-social-header {
    color: #fff;
    padding: 0 20px;
    position: relative;
    height: 50px;
    line-height: 50px;
}
.header-facebook {
    background-color: #3b5999;
}
.header-twitter {
    background-color: #1b95e0;
}
.gi-social-header button {
    color: #fff;
    position: absolute;
    top: 2px;
    right: 10px;
}
.gi-social-header button:hover {
    color: #f6861f;
}
.gi-social-content {
    padding: 10px;
    height: 350px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.gi-social-header .panel-title {
    text-align: center;
}
.gi-social-header .panel-title {
    text-align: center;
    font-size: 1em;
    font-weight: bold;
}
.header_insta {
    background-color: #8134AF;
}
@media (max-width: 767px) {
    .gi-social-header .panel-title {
        text-align: left;
    }
}
.gi-social-panel {
    background-color: #ffffff;
}
/***** *****/
/***** Our People Bar *****/
.gi-ourpeople-photo,
.gi-ourpeople-photo-main {
    display: block;
    cursor: pointer;
}
.gi-ourpeople-photo:after,
.gi-ourpeople-photo-main:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}
.gi-ourpeople-main {
    background-color: #2a3539;
}
.gi-ourpeople-main .list-group-item {
    background-color: #2a3539;
}
.gi-ourpeople-body {
    margin-top: 20px;
    color: #aaa;
}
.gi-ourpeople-item {
    overflow-y: hidden;
}
.gi-ourpeople-item .slide-item-content {
    padding: 5px;
    padding-top: 10px;
}
.gi-ourpeople-item .slide-item-content .slide-item-heading {
    font-size: 0.9em;
}
@media (min-width: 768px) {
    .gi-ourpeople-body p {
        margin-bottom: 0.5em;
    }
}
/***** *****/
/***** Our People Bar *****/
.services-icon-container {
    padding: 25px 0;
    text-align: center;
}
.gi-button-img {
    padding-right: 0;
}
.services-icon img {
    width: 70px;
}
.services-icon {
    margin-right: 20px;
    color: #ffffff;
    font-size: 0.75em;
    text-transform: uppercase;
    font-weight: bold;
    /* float: left; */
}
.services-icon:last-child {
    margin-right: 0;
}
.services-icon:hover {
    color: #ffffff;
    text-decoration: none;
}
/***** *****/
/***** Page Links Container *****/
.page-links-container .list-group-item {
    border: 1px solid rgba(217, 218, 219, .2);
    -webkit-background-clip: padding-box;
    /* for Safari */
    background-clip: padding-box;
    /* for IE9+, Firefox 4+, Opera, Chrome */
    margin-top: 5px;
    background-color: #F7F8F8;
}
.page-links-container .list-group-item:hover {
    background-color: #D8D8D8;
}
.page-links-container .list-group-item.active {
    background-color: #DF861F;
    border-color: #F8F9FA;
    border-radius: 0;
}
.page-contacts-container .page-contact-col {
    font-size: 0.8em;
    line-height: 1.8;
}
.page-contacts-container .page-contact-col a:hover {
    color: #646464;
}
/***** *****/
/***** Accreditations *****/
.accreditations-container {
    text-align: center;
    margin-top: 10px;
    background-color: #fff;
}
/* .accreditations-container a.accreditation-item {
    display: block;
    float: left;
} */
.accreditation-div {
    margin: 0 5px;
}
/***** *****/
.gallery-image-container {
    padding-left: 0;
    padding-right: 0;
    position: relative;
}
.gallery-image-container img {
    position: absolute;
}
.gallery-image-preview.active .gallery-image-overlay {
    background-color: rgba(165, 165, 164, 0.7);
}
@media(max-width: 768px) {
    .gallery-image-container,
    .gallery-image-main {
        min-height: 400px;
    }
}
@media(max-width: 576px) {
    .gallery-image-container,
    .gallery-image-main {
        min-height: 300px;
    }
}
.pagehero-container {
    background-color: rgba(34, 34, 34, 0.7);
}
.pagehero-container .flexslider {
    border: 0;
    margin-bottom: 20px;
}
.flexslider .slide-text-container {
    position: absolute;
    bottom: 0;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.flexslider .slide-text {
    position: relative;
    z-index: 200;
    padding: 10px 30px;
    color: rgba(255, 255, 255, 0.5);
    /* width: 35%; */
    height: 100px;
}
.flexslider .slide-text p:first-of-type {
    border-top: 1px solid #EF7F00;
    padding-top: 10px;
}
.flexslider .slide-text-background {
    /* shape background */
    position: absolute;
    top: 0;
    z-index: 100;
    width: 40%;
    height: 0;
    border-bottom: 100px solid rgba(0, 0, 0, 0.5);
    border-right: 100px solid transparent;
}
.flex-background {
    min-height: 480px;
}
@media (max-width: 1199px) {
    .flex-background {
        min-height: 400px !important;
    }
}
@media (max-width: 992px) {
    .flexslider .slide-text-background {
        width: 45%;
    }
    .flex-background {
        min-height: 200px !important;
    }
}
@media (max-width: 767px) {
    .flexslider .slide-text-background {
        width: 55%;
    }
    .flex-background {
        min-height: 100px !important;
    }
}
@media (max-width: 576px) {
    .flexslider .slide-text-background {
        width: 75%;
        border-bottom: 70px solid rgba(0, 0, 0, 0.5);
        height: 100px;
    }
    .flexslider .slide-text h2 {
        font-size: 1.6em;
        position: relative;
        top: 25px;
    }
}
/* HELPERS */
.orange {
    color: #DF861F;
}
.text-orange {
    color: #DF861F;
}
.bg-dark-grey {
    background-color: #383838;
}
.text-dark-grey {
    color: #383838;
}
.pointer {
    cursor: pointer;
}
.w-20 {
    width: 20%;
}
@media (max-width: 767px) {
    .w-sm-40 {
        width: 40%;
    }
    .w-sm-45 {
        width: 45%;
    }
    .w-sm-50 {
        width: 50%;
    }
}
@media (max-width: 576px) {
    .w-xs-100 {
        width: 100%;
    }
}
/* 992px */
@media (max-width: 1024px) {
    .container-md-fluid {
        padding-left: 0;
        padding-right: 0;
        max-width: 100%;
    }
}
.entry-content {
    padding-bottom: 50px;
}
@media (min-width: 768px) {
    .mr-lg-2 {
        margin: 0 0.5rem;
    }
}
/* Downloads */
.download-list .list-group-item {
    border: 0;
    background: linear-gradient(to right, rgba(254, 254, 254, 0.7), rgba(244, 244, 244, 1));
    padding-left: 100px;
    text-transform: uppercase;
    color: #999;
    font-weight: bold;
    font-size: 16px;
}
.download-list .list-group-item:nth-child(odd) {
    background: linear-gradient(to right, rgba(254, 254, 254, 0.7), rgba(219, 221, 224, 1));
}

.ov-x-hidden {
    overflow-x: hidden;
}






.slider {
    margin: 0 auto;
  }
  .slick-list {
    margin: 0px -5px 0px -5px;
  }
  button.slick-next, button.slick-next:hover {
    position: absolute;
    top: 50%;
    right: 54px;
    width: 20px;
    height: 32px;
    background-image: url("http://maggiesadler.com/wp-content/uploads/2015/10/left-right-arrow.png");
    background-size: 41px;
    z-index: 99;
  }
  button.slick-prev, button.slick-prev:hover {
    position: absolute;
    top: 50%;
    left: 15px;
    z-index: 1;
    width: 20px;
    height: 32px;
    background-image: url("http://maggiesadler.com/wp-content/uploads/2015/10/left-right-arrow.png");
    background-size: 41px;
        background-position-x: right;
        z-index: 99;
  }
  .slick-prev:before, .slick-next:before {
    font-size: 70px;
    color: #EA8496;
    line-height: inherit;
    font-weight: bold;
  }
  .slider img {
    height: 324px;
  }
  
  /* Slick Slider Styles -- Provided by https://kenwheeler.github.io/slick/ */
  /* Slider */
  .slick-slider
  {
      position: relative;
  
      display: block;
  
      -moz-box-sizing: border-box;
           box-sizing: border-box;
  
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
  
      -webkit-touch-callout: none;
      -khtml-user-select: none;
      -ms-touch-action: pan-y;
          touch-action: pan-y;
      -webkit-tap-highlight-color: transparent;
  }
  
  .slick-list
  {
      position: relative;
  
      display: block;
      overflow: hidden;
  
      margin: 0;
      padding: 0;
  }
  .slick-list:focus
  {
      outline: none;
  }
  .slick-list.dragging
  {
      cursor: pointer;
      cursor: hand;
  }
  
  .slick-slider .slick-track,
  .slick-slider .slick-list
  {
      -webkit-transform: translate3d(0, 0, 0);
         -moz-transform: translate3d(0, 0, 0);
          -ms-transform: translate3d(0, 0, 0);
           -o-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
  }
  
  .slick-track
  {
      position: relative;
      top: 0;
      left: 0;
  
      display: block;
  }
  .slick-track:before,
  .slick-track:after
  {
      display: table;
  
      content: '';
  }
  .slick-track:after
  {
      clear: both;
  }
  .slick-loading .slick-track
  {
      visibility: hidden;
  }
  
  .slick-slide
  {
      display: none;
      float: left;
  
      height: 100%;
      min-height: 1px;
  }
  [dir='rtl'] .slick-slide
  {
      float: right;
  }
  .slick-slide img
  {
      display: block;
  }
  .slick-slide.slick-loading img
  {
      display: none;
  }
  .slick-slide.dragging img
  {
      pointer-events: none;
  }
  .slick-initialized .slick-slide
  {
      display: block;
  }
  .slick-loading .slick-slide
  {
      visibility: hidden;
  }
  .slick-vertical .slick-slide
  {
      display: block;
  
      height: auto;
  
      border: 1px solid transparent;
  }
  .slick-arrow.slick-hidden {
      display: none;
  }
 
  /* Slider */
  .slick-loading .slick-list
  {
      background: #fff url('http://maggiesadler.com/wp-content/uploads/2015/10/ajax-loader.gif') center center no-repeat;
  }
  
  /* Icons */
  @font-face
  {
      font-family: 'slick';
      font-weight: normal;
      font-style: normal;
  
      src: url('file:///C:/Users/msadler/Desktop/slick-1.5.7/slick/fonts/slick.eot');
      src: url('file:///C:/Users/msadler/Desktop/slick-1.5.7/slick/fonts/slick.eot?#iefix') format('embedded-opentype'), url('file:///C:/Users/msadler/Desktop/slick-1.5.7/slick/fonts/slick.woff') format('woff'), url('file:///C:/Users/msadler/Desktop/slick-1.5.7/slick/fonts/slick.ttf') format('truetype'), url('file:///C:/Users/msadler/Desktop/slick-1.5.7/slick/fonts/slick.svg#slick') format('svg');
  }
  /* Arrows */
  .slick-prev,
  .slick-next
  {
      font-size: 0;
      line-height: 0;
  
      position: absolute;
      top: 50%;
  
      display: block;
  
      width: 20px;
      height: 20px;
      margin-top: -10px;
      padding: 0;
  
      cursor: pointer;
  
      color: transparent;
      border: none;
      outline: none;
      background: transparent;
  }
  .slick-prev:hover,
  .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus
  {
      color: transparent;
      outline: none;
      background: transparent;
  }
  .slick-prev:hover:before,
  .slick-prev:focus:before,
  .slick-next:hover:before,
  .slick-next:focus:before
  {
      opacity: 1;
  }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before
  {
      opacity: .25;
  }
  
  .slick-prev:before,
  .slick-next:before
  {
      font-family: 'slick';
      font-size: 20px;
      line-height: 1;
  
      opacity: .75;
      color: white;
  
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
  }
  
  .slick-prev
  {
      left: -25px;
  }
  [dir='rtl'] .slick-prev
  {
      right: -25px;
      left: auto;
  }
  .slick-prev:before
  {
      content: '';
  }
  [dir='rtl'] .slick-prev:before
  {
      content: '';
      font-weight: bold;
      font-size: 20px;
  }
  
  .slick-next
  {
      right: -25px;
  }
  [dir='rtl'] .slick-next
  {
      right: auto;
      left: -25px;
  }
  .slick-next:before
  {
      content: '';
  }
  [dir='rtl'] .slick-next:before
  {
      content: '';
  }
  
  /* Dots */
  
  .slick-dots
  {
      position: absolute;
      bottom: -45px;
  
      display: block;
  
      width: 100%;
      padding: 0;
  
      list-style: none;
  
      text-align: center;
  }
  .slick-dots li
  {
      position: relative;
  
      display: inline-block;
  
      width: 20px;
      height: 20px;
      margin: 0 5px;
      padding: 0;
  
      cursor: pointer;
  }
  .slick-dots li button
  {
      font-size: 0;
      line-height: 0;
  
      display: block;
  
      width: 20px;
      height: 20px;
      padding: 5px;
  
      cursor: pointer;
  
      color: transparent;
      border: 0;
      outline: none;
      background: transparent;
  }
  .slick-dots li button:hover,
  .slick-dots li button:focus
  {
      outline: none;
  }
  .slick-dots li button:hover:before,
  .slick-dots li button:focus:before
  {
      opacity: 1;
  }
  .slick-dots li button:before
  {
      font-family: 'slick';
      font-size: 6px;
      line-height: 20px;
  
      position: absolute;
      top: 0;
      left: 0;
  
      width: 20px;
      height: 20px;
  
      content: '•';
      text-align: center;
  
      opacity: .25;
      color: black;
  
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
  }
  .slick-dots li.slick-active button:before
  {
      opacity: .75;
      color: black;
  }
  .hover-figure .innerItem {
      position: relative;
      overflow: hidden;
      max-height: 250px;
  }
  .hover-figure figcaption {
      position: absolute;
      display: -webkit-flex;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction:column;
      bottom: -100%;
      height: 100%;
      background-color: #232525;
      color: #fff;
      text-align: center;
      width: 100%;
      padding: 20px;
      -webkit-transition: all 0.23s ease;
      -moz-transition: all 0.23s ease;
      -o-transition: all 0.23s ease;
      transition: all 0.23s ease;
  }
  .hover-figure .innerItem:hover figcaption {
    bottom: 0;
  }
  .hover-figure2 .innerItem {
    position: relative;
    overflow: hidden;
    max-height: 250px;
}
.hover-figure2 figcaption {
    position: absolute;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction:column;
    bottom: -100%;
    background-color: #232525;
    color: #fff;
    text-align: center;
    width: 100%;
    padding: 20px;
    -webkit-transition: all 0.23s ease;
    -moz-transition: all 0.23s ease;
    -o-transition: all 0.23s ease;
    transition: all 0.23s ease;
}
.hover-figure2 .innerItem >img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.hover-figure2 .innerItem:hover figcaption {
  bottom: 0;
}
.hover-figure2 .innerItem:hover >img {
    -webkit-filter: none; /* Safari 6.0 - 9.0 */
    filter:none;
}

.social-link-iconplustext {
    display: inline-block;
    width: 100%;
}
a.white, .footer-content, .footer-content-lower {
    color:#fff ;
}
.ft-rounded {
    display: inline-block;
    border:2px solid #fff;
    text-align: center;
    width: 25px;
    height: 25px;
    border-radius: 50% !important;
    font-size:13px;
}
.responsive-image {
   max-width: 100%;
   width: 100%;
}
@media only screen and (min-width: 1024px) {
    .responsive-image {
        max-width: 100%;
        width: 100%;
        height: 620px;
    }
}

/*jkhdskjfhskfnsdk*/
.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}
.hovereffect .overlay {
    width: 100%;
    position: absolute;
    overflow: hidden;
    left: 0;
    top: auto;
    bottom: 0;
    padding: 1em;
    height: 4.75em;
    background: #050606;
    color: #3c4a50;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    /*visibility: hidden;*/ 

}

.hovereffect img {
    display: block;
    position: relative;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

/*.hovereffect:hover img {
-webkit-transform: translate3d(0,-10%,0);
    transform: translate3d(0,-10%,0);
}*/

.hovereffect h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.6);
    float: left;
    margin: 0px;
    display: inline-block;
}

.hovereffect a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #fff;
    margin: 50px 0 0 0;
    background-color: transparent;
}
.hovereffect a.info:hover {
    box-shadow: 0 0 5px #fff;
}


.hovereffect p.icon-links a {
    float: right;
    color: #3c4a50;
    font-size: 1.4em;
}

.hovereffect:hover p.icon-links a:hover,
.hovereffect:hover p.icon-links a:focus {
    color: #252d31;
}

.hovereffect h2,
.hovereffect p.icon-links a {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,200%,0);
    transform: translate3d(0,200%,0);
    visibility: visible;
}

.hovereffect p.icon-links a span:before {
    display: inline-block;
    padding: 8px 10px;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.hovereffect:hover .overlay,
.hovereffect:hover h2,
.hovereffect:hover p.icon-links a {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.hovereffect:hover h2 {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

.hovereffect:hover p.icon-links a:nth-child(3) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.hovereffect:hover p.icon-links a:nth-child(2) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.hovereffect:hover p.icon-links a:first-child {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.cstm_img{width: 130px; height: 100px;}



/*23rd march 2020*/
.srvc_drop {padding: 10px 23px; background-color: rgba(0, 0, 0, 0.88) !important; top: 25px; left: 128px; width: 100%;}
.srv_drop {padding: 10px 23px; background-color: rgba(0, 0, 0, 0.88) !important; top: 0px; left: 190px; width: 100%;}
.trans_drop {padding: 10px 23px; background-color: rgba(0, 0, 0, 0.88) !important; top: 0px; left: 190px; width: 100%;}
.build_drop {padding: 10px 23px; background-color: rgba(0, 0, 0, 0.88) !important; top: 100px; left: 175px; width: 100%;}
.enrgy_drop {padding: 10px 23px; background-color: rgba(0, 0, 0, 0.88) !important; top: 0px; left: 190px; width: 100%;}
.proj_drop {padding: 10px 23px; background-color: rgba(0, 0, 0, 0.88) !important; top: 20px; left: 140px; width: 80%;}

.section-title h3 span {font-weight: 400;}
.accordion-toggle {background-color: #f8f7f7; color: #323232; text-decoration: none; font-size: 15px;}
.panel-default>.panel-heading {color: #333; background-color: #fff; border-color: #e4e5e7; padding: 0; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}
.panel-default>.panel-heading a {display: block; padding: 10px 15px;}
.panel-default>.panel-heading a:after {content: ""; position: relative; top: 1px; display: inline-block; font-family: 'Glyphicons Halflings'; font-style: normal; font-weight: 400; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; float: right; transition: transform .25s linear;-webkit-transition: -webkit-transform .25s linear;}
.panel-default>.panel-heading a[aria-expanded="true"] {background-color: #eee;}
.panel-default>.panel-heading a[aria-expanded="true"]:after {content: "\2212"; -webkit-transform: rotate(180deg); transform: rotate(180deg);}
.panel-default>.panel-heading a[aria-expanded="false"]:after {content: "\002b"; -webkit-transform: rotate(90deg); transform: rotate(90deg);}
.accordion-toggle:hover {color: #323232; text-decoration: none;}