/*

Theme Name: Doran Template

Theme URI: https://wordpress.org/themes/twentythirteen

Author: Light Switch Creative

Author URI: https://lightswitchcreative.ca/

Description: 2021 New template

Version: 1.0

License: GNU General Public License v2 or later

License URI: https://www.gnu.org/licenses/gpl-2.0.html

Tags: Doran, Light Switch

Text Domain: dorantemplate



*/

* {

    -moz-box-sizing: border-box;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

}

.badge-01 {
    position: absolute;
    top:50px;
    right: 0;
    width: 200px;
}
.badge-01 img {
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 980px) {
    .badge-01 {
        top:100px;
    }
    .hero-txt {
        top:55% !important;
    }
}
@media only screen and (max-width: 580px) {
    .hero-txt {
        top:300px !important;
        right: 0 !important;
    }
}

video.homevid {
    object-fit: cover;
    width: 100%;
    height: 648px;
    position:absolute;
    top:0;
    left:0;
}

.content-wrap {
    max-width: 1290px;
    margin: 0 auto;
    padding: 80px 0;
}

/*
div.main-menu ul {
    margin:20px 0px 20px 0px;
    list-style-type: none;
    list-style: none;
    list-style-image: none;
    text-align:right;
}
div.main-menu li {
    padding: 0px 20px 0px 0px;
    display: inline;
}
div.main-menu a {
    color:#000000;
}
*/
div.main-menu {
    display: block;
}
div.main-menu ul {

    font-size: 15px;

    list-style: none;

    margin: 0;

    padding: 0;

    z-index:9999;

}

div.main-menu ul li {

    display: block;

    float: left;

    padding: 0.75rem;

    position: relative;

    text-decoration: none;

    transition-duration: 0.5s

}

div.main-menu ul li a {

    text-transform: uppercase;

    color: #f05127;

}

div.main-menu ul li:hover {

    cursor: pointer;

}

div.main-menu ul li:hover a {

    color: #000;

}

div.main-menu ul li ul {

    list-style: none;

    background: #cacdca;

    visibility: hidden;

    opacity: 0;

    min-width: 20rem;

    position: absolute;

    transition: all 0.5s ease;

    left: 0;

    display: none;

    border:2px solid white;

    padding: 0;

    margin: 0.75rem 0 0 0;

}

div.main-menu ul li ul li {

    float: none;

    border-bottom: 2px solid white;

}

div.main-menu ul li ul li a{

    text-transform: uppercase;

    color: #000;

    font-size: 13px;

}

div.main-menu ul li ul li:hover {

    background: #f05127;

}

div.main-menu ul li ul li:hover a {

    color: #fff;

}



body {

    font-family: 'Josefin Sans', sans-serif;

    font-size: 16px;

    color: #545454;

    margin: 0;

    padding: 0;

    &.in-transition {

        transition: transform 900ms ease;

    }

}

.entry-title {display:none;}

img {border:0;}



a {text-decoration:none}

.main-wrap {
    max-width: 1366px;
    margin: 0 auto;
}

.clear {

    clear: both;

}

.covid-banner {
    background-color: #d7f2e3;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    padding: 20px 0;
    position:fixed;
    top:0px;
    width:100%;
    height:80px;
    z-index:9998;
}
#covid div img {
    width: 100%;
    height: auto;
    display: block;
    max-width: 300px;
    margin: 0 auto;
}

.red {
    color: red;
    display: inline-block !important;
}

.fancybox-content {
    width: 90% !important;
}

.header {

    height: 116px;

    display: flex;

    justify-content: space-between;

    align-items: center;

    align-content: center;

    /*max-width: 1366px;*/

    margin: 0 auto;

    position:fixed;
    top:0;
    width:100%;
    background-color:#fff;
    z-index:9998;

}

.header .logo {

    max-width: 200px;
    margin-left:10px;

}

.header .logo img {

    width: 100%;

    height: auto;

    display: block;

}


/*
ul.main-menu {

  font-size: 15px;

  list-style: none;

  margin: 0;

  padding: 0;

}

ul.main-menu li {

  display: block;

  float: left;

  padding: 1rem;

  position: relative;

  text-decoration: none;

  transition-duration: 0.5s

}

ul.main-menu li a {

  text-transform: uppercase;

  color: #f05127;

}

ul.main-menu li:hover {

  cursor: pointer;

}

ul.main-menu li:hover a {

  color: #000;

}

ul.main-menu li ul.sub-main-menu {

  list-style: none;

  background: #cacdca;

  visibility: hidden;

  opacity: 0;

  min-width: 20rem;

  position: absolute;

  transition: all 0.5s ease;

  left: 0;

  display: none;

  border:2px solid white;

  padding: 0;

  margin: 1rem 0 0 0;

}

ul.main-menu li ul.sub-main-menu li {

  float: none;

  border-bottom: 2px solid white;

}

ul.main-menu li ul.sub-main-menu li a{

  text-transform: uppercase;

  color: #000;

  font-size: 13px;

}

ul.main-menu li ul.sub-main-menu li:hover {

  background: #f05127;

}

ul.main-menu li ul.sub-main-menu li:hover a {

  color: #fff;

}
*/
.header ul li:hover > ul,

.header ul li ul:hover {

    visibility: visible;

    opacity: 1;

    display: block;

}



.header ul li ul li {

    clear: both;

    width: 100%;

}



.hero {
    margin-top:114px;

    min-height: 648px;

    background-image: url('/doran/_images/doran-video-thumb.jpg');

    background-size: cover;

    background-position: left center;

    background-repeat: no-repeat;

    width: 100%;

    display: block;
    position:relative;


    /*padding-right: 60px;*/

}
.hero-banner {
    position:absolute;
    bottom:0;
    left:30px;
}
.hero-banner a {
    display:block;
}
.hero-banner a img {
    display:block;
}
.hero-txt {

    font-size: 30px;

    line-height: 50px;

    font-weight: 300;

    text-align: right;

    color: #fff;

    text-transform: uppercase;
    position:absolute;
    top:40%;
    right:40px;
    text-shadow: 5px 5px 7px rgba(0,0,0,1.0);

}

.hero-txt strong {

    font-weight: 500;

    font-size: 40px;

}

.hero-project-single {
    min-height: 648px;
    margin-top:114px;
    /*background-image: url('/wp-content/uploads/2021/06/project-single-hero.jpg');
    */
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
}
.hero-project-single-title {

}
h1.hero-project-single-title {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 40px;
    font-weight: 300;
    background-color: #f05127;
    background-image: url('/doran/wp-content/uploads/2021/06/project-page-title-box.jpg');
    background-position: right center;
    background-repeat: no-repeat;
    height: 98px;
    width: 644px;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 130px;
    padding-top: 10px;
    position: absolute;
    bottom: 0;
}
a.hero-banner-lnk-mbl {display:none;}
@media only screen and (max-width: 800px) {
    .hero-banner a.hero-banner-lnk {display:none;}
    a.hero-banner-lnk-mbl {
        display:block;
        width:100%;
    }
    a.hero-banner-lnk-mbl img {
        display:block;
        width:100%;
        height:auto;
    }
}
@media only screen and (max-width: 780px) {
    .hero-project-single {
        background-position: center;
        min-height:448px;
    }

}

@media only screen and (max-width: 650px) {
    h1.hero-project-single-title {
        font-size:7.3vw;
        text-align:left;
        padding:10px 110px 0 10px;
        width:100% !important;
    }
    .project-info-side p.project-title-02 {
        line-height:50px;
    }
}


.home-expert {

    max-width: 980px;

    margin: 0 auto;

}

.home-expert h2 {

    font-size: 40px;

    padding: 0;

    margin: 30px 0;

    font-weight: 900;

}

.home-expert h2 span {

    font-weight: 300;

}

.home-expert p {

    font-size: 22px;

    font-weight: 300;

}

.home-expert-badges {

    display: flex;

    justify-content: space-between;

    flex-wrap: wrap;

}



.home-features-box {

    max-width: 1240px;

    margin: 80px auto;

    height: 537px;

    display: flex;

}

.hfb-img {

    background-image: url('/wp-content/uploads/2021/09/doran-home-img.jpg');

    background-size: cover;

    background-position: center center;

    background-repeat: no-repeat;

    min-width: 300px;

    width: 45%;

}

.hfb-txt {

    width: 100%;

    background-color: #f05127;

    /*background-image: url('/wp-content/uploads/2021/05/home-feature-bg.png');*/

    background-position: top right;

    background-repeat: no-repeat;

    display: flex;

    justify-content: center;

    align-items: center;

    align-content: center;

    padding: 0 40px;

}

.hfb-txt div {

    max-width: 625px;

    margin: 0 auto;

}

.hfb-txt h3 {

    font-size: 32px;

    color: #fff;

    padding: 0;

    margin: 0;

    font-weight: 300;

    text-transform: uppercase;

}

.hfb-txt h3 span {

    font-weight: 900;

}

.hfb-txt p {

    font-size: 18px;

    font-weight: 300;

    color: #fff;

    line-height: 28px;

    margin: 30px 0 50px 0;

}

.hfb-txt a.hfb-lnk {

    width: 190px;

    height: 55px;

    display: block;

    background-image: url('/wp-content/uploads/2021/05/more-details-btn.png');

    background-repeat: no-repeat;

}

.hfb-txt a.hfb-lnk:hover {

    background-image: url('/wp-content/uploads/2021/05/more-details-btn-on.png');

}

.project-box-wrap {
    width: 375px;
    min-width: 375px;
    height: 375px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    position: relative;
}
.project-box-wrap a.pb-ml {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    text-transform: uppercase;
    text-align: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-shadow: 1px 1px 5px #000;
}
.project-box-wrap a.pb-ml span {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 30px 0;
}

.project-001 {
    /*background-image: url('_img/project-001.jpg');*/
}


.project-box-wrap:hover a.pb-ml span {
    display: none;
}
.project-box-wrap:hover a.pb-hover {
    display: flex !important;
    flex-direction: column;
    text-transform: uppercase;
    text-align: center;
    justify-content: center;
    align-content: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
    background-color: rgba(240, 81, 39, 0.5);
    z-index: 9999;
}
a.pb-hover span {
    font-size: 22px;
    color: #fff;
    padding: 12px 8px;
    border: 3px solid white;
    max-width: 200px;
    margin: 0 auto;
    background-color: #f05127;
}

.current-project-wrap {
    display: flex;
}
.current-project-txt {
    margin-left: 20px;
    color: #7d7d7d;
    font-size: 20px;
    line-height: 30px;
}
.cp-t1 {
    /*color: #ff4100;*/
    color:#545454;
    font-size: 40px;
    text-transform: uppercase;
}
.cp-t1 strong {
    color:#f05127;
}
.cp-t2 {
    color: #000;
    font-size: 24px;
    text-transform: uppercase;
}


/* Flex layout */
.project-listing-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 40px 0;
    gap: 40px;
    justify-content: center;
}

.page-wrap {
    position: relative;
}
.next-project-btn {
    position: absolute;
    top:10px;
    right: 40px;
}
.hero-project {
    background-image: url('/wp-content/uploads/2021/09/James-House-Rendering-1.jpg') !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
    height: 400px;
    min-height: inherit;
}
@media only screen and (max-width: 790px) {
    .hero-project {
        background-position: center !important;
    }
}

.project-wrap {
    max-width: 1186px;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
    padding: 60px 0;
}

.project-image-side {
    width: 48%;
    display: flex;
    flex-direction: column;
}
.project-image-side div {
    max-width: 556px;
    margin: 40px auto;
}
.project-image-side div:first-child {
    margin-top: 0;
}
.project-image-side div img {
    width: 100%;
    height: auto;
    display: block;
    max-width: 480px;
}
.project-info-side {
    width: 48%;
}
.project-info-side p.project-title-01 {
    color: #f05127;
    font-weight: 900;
    font-size: 30px;
    line-height:40px;
    margin: 0;
    padding: 0;
}
.project-info-side p.project-title-02 {
    color: #f05127;
    font-size: 52px;
    font-weight: 300;
    margin: 10px 0;
    padding: 0;
}
.project-info-side p, .project-info-side ul li {
    line-height: 24px;
    font-size:20px;
}
.project-info-side p span {
    color: #f05127;
}
.project-slider {
    max-width: 1386px;
    margin: 0 auto;
    padding: 0 100px 40px 100px;
}
.slick-prev {
    height: 41px !important;
    width: 27px !important;
    background:url(_img/left-arrow.png) white !important;
    left: 10px !important;
}
.slick-next {
    height: 41px !important;
    width: 27px !important;
    background:url(_img/right-arrow.png) white !important;
    right: 10px !important;
}
.slick-prev:before, .slick-next:before {
    display: none;
}
.slick-slide img {
    width: 100%;
    height: auto;
}
.slick-initialized .slick-slide {
    margin-right: 20px;
}
.wwa-content {
    max-width: 1110px;
    margin: 50px auto;
}
.wwa-content h1 {
    font-size: 40px;
    color: #545454;
    font-weight: 500;
    margin: 0;
    padding: 0;
}
.wwa-content h1 span {
    font-weight: 900;
    color: #f05127;
}
.wwa-content p {
    font-size: 22px;
    color: #545454;
    font-weight: 300;
}

.wwa-dbl {
    display: inline-flex;
    gap: 5px;
    width: 100%;
    min-height: 392px;
    margin: 0 0 5px 0;
}
.wwa-dbl-img {
    width: 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
.wwa-dbl-001 .wwa-dbl-img {
    background-image: url('_img/wwa-01.jpg');
    background-position: left center;
}
.wwa-dbl-002 .wwa-dbl-img {
    background-image: url('_img/wwa-02.jpg');
    background-position: center;
}
.wwa-dbl-003 .wwa-dbl-img {
    background-image: url('_img/wwa-03.jpg');
    background-position: center center;
}
.wwa-dbl-txt {
    color: #fff;
    font-weight:300;
    background-color: #f05127;
    padding: 40px;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 586px;
    font-size:18px;
}
.wwa-dbl-txt p {
    padding: 0;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 300;
}
.wwa-dbl-txt p.wwa-dbl-txt-title {
    text-transform: uppercase;
    margin: 0 0 10px 0;
    font-size: 22px;
    letter-spacing: 1px;
}
.wwa-dbl-txt p.wwa-dbl-txt-title img {
    vertical-align: middle;
}
.txt-right p {
    text-align: right;
}
.txt-right p.wwa-dbl-txt-title {

}

.hs-wrap {
    margin:30px 0 0 0;
}
.hs-wrap h1 {
    font-size: 40px;
    color: #545454;
    font-weight: 500;
    text-align: center;
    margin: 60px 0;
}
.hs-wrap h1 strong {
    font-weight: 900;
    color: #f05127;
}
.hs-wrap h1 span {
    font-size: 24px;
    color: #7d7d7d;
    display: block;
    padding-left: 30%;
}

.hs-01{
    width: 100%;
    display: flex;
}
.hs-01-img {
    width: 25%;
}
.hs-01-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
}
.hs-01-txt {
    background-color: #f05127;
    background-image: url('/wp-content/uploads/2021/07/hs-01-bg.jpg');
    background-position: right center;
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    padding: 30px 60px 30px 40px;
    color: #fff;
    font-size: 22px;
    line-height: 30px;
    width: 75%;
    border-left: solid white 5px;

}
.hs-01-txt p {
    margin: 0;
    padding: 0;
    font-weight:300;
}

.hs-02{
    width: 100%;
    display: flex;
    margin-top: 5px;
}
.hs-02-img {
    width: 25%;
}
.hs-02-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
}
.hs-02-txt {
    background-color: #535051;
    background-image: url('/wp-content/uploads/2021/07/hs-02-bg.jpg');
    background-position: left center;
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    padding: 30px 60px 30px 40px;
    color: #fff;
    font-size: 22px;
    line-height: 30px;
    width: 75%;
    border-right: solid white 5px;
}
.hs-02-txt p {
    margin: 0;
    padding: 0;
    font-weight:300;
}
.hero-health-safety {
    min-height: 648px;
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
    margin-top:110px;
}
.hero-wwa {
    min-height: 646px;
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
    margin-top:110px;
}
.hero-contact {
    min-height: 646px;
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    margin-top: 110px;
    width: 100%;
    position: relative;
}
.contact-header-text {
    border-left:80px solid #f05127;
    padding-left: 40px;
    max-width: 1336px;
    margin: 100px 0;
}
.contact-header-text h1 {
    font-size: 40px;
    font-weight: 300;
}
.contact-header-text h1 span {
    color: #f05127;
    font-weight: 700;
}
.contact-header-text p {
    color: #7d7d7d;
    font-size: 24px;
    line-height: 30px;
    font-weight: 300;
}
.contact-header-text p.contact-addr {
    color: #000;
    font-size: 22px;
    line-height: 32px;
}
.contact-header-text p.contact-addr strong {
    font-weight: 700;
}
#contact-form {
    max-width: 1112px;
    margin: 0 auto;
}
#contact-form div {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
}
#contact-form input[type=text] {
    width: 48%;
    background-color: #eeeeee;
    color: #919191;
    font-size: 22px;
    padding: 10px;
    border:none;
}
#contact-form input[type=text]:first-child {

}
#contact-form textarea {
    width: 100%;
    min-height: 200px;
    background-color: #eeeeee;
    color: #919191;
    font-size: 22px;
    padding: 10px;
    border:none;
}
#contact-form input[type=submit] {
    background-color: #f05127;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    padding: 10px 20px;
    border:none;
}
@media only screen and (max-width: 790px) {
    #contact-form div {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 0;
        padding: 0 20px;
    }
    #contact-form input[type=text] {
        width: 100%;
        background-color: #eeeeee;
        color: #919191;
        font-size: 22px;
        padding: 10px;
        margin: 10px 0;
        border:none;
    }
    #contact-form textarea {
        margin: 20px 0;
    }
    .hs-01{
        flex-direction:column;
    }
    .hs-01-txt {
        border-left:none;
        width:100%;
    }
    .hs-01-img, .hs-02-img {
        width:100%;
        padding:20px 30px;
    }
    .hs-02{
        flex-direction:column-reverse;
    }
    .hs-02-txt {
        border-right:none;
        width:100%;
    }
    .wwa-content {
        padding: 20px;
    }
    .wwa-dbl {
        display: flex;
        flex-direction: column;
        gap: 0;
        width: 100%;
        min-height: 392px;
    }
    .wwa-dbl-txt {
        width: 100%;
        padding:60px 40px;
        min-width: inherit;
    }
    .wwa-dbl-img {
        width: 100%;
        min-height: 392px;
    }
    .wwa-dbl-002 {
        flex-direction: column-reverse;
    }
    .wwa-dbl-txt p.wwa-dbl-txt-title img {display: none;}
    .wwa-dbl-001 .wwa-dbl-txt {
        background-image: url('_img/mbl-star-001.png');
        background-position: top right;
        background-repeat: no-repeat;
    }
    .wwa-dbl-002 .wwa-dbl-txt {
        background-image: url('_img/mbl-star-002.png');
        background-position: top left;
        background-repeat: no-repeat;
    }
    .wwa-dbl-003 .wwa-dbl-txt {
        background-image: url('_img/mbl-star-003.png');
        background-position: top center;
        background-repeat: no-repeat;
    }

    .project-wrap {
        flex-direction: column;
    }
    .project-image-side {display: none;}
    .project-info-side {
        width: 100%;
        padding: 30px;
    }
    h1.hero-project-single-title {
        width: 80%;
        min-height: 98px;
    }
    .current-project-wrap {
        flex-direction: column;
    }
    .project-box-wrap {
        margin: 0 auto;
        width: 100%;
    }
    .project-listing-wrap {
        gap:0;
    }
    .project-listing-wrap div {
        margin: 10px auto;
    }
}


@media only screen and (max-width: 768px) {
    .home-features-box{
        flex-direction: column;
        height: auto !important;

    }
    .hfb-img {
        min-height: 538px;
        width: 80%;
        margin: 0 auto -40px auto;
        z-index: 9988;

    }
    .hfb-txt {
        padding: 60px 20px 120px 20px;
        background-position: bottom right;
        /*background-image: url('/wp-content/uploads/2021/05/star-mbl.png');*/
    }
    .hfb-txt h3 {
        text-align: center;
        font-size: 24px;
    }
    .home-expert {
        padding: 20px;
    }
    .home-expert-badges {
        justify-content: center;
    }
    .home-expert-badges figure {
        max-width: 40%;
        padding: 0;
        margin: 20px;
    }
    .home-expert-badges figure img {
        width: 100%;
        height: auto;
        display: block;
    }
    .home-expert-badges div {
        display: none;
    }
}



.footer {

    background-color: #2b2a2a;

    font-size: 23px;

    font-weight: 300;

    color: #fff;

    text-align: center;

    padding: 30px 20px;

}

.footer-nav {

    margin: 30px 0;

}

.footer-nav a {

    font-size: 18px;

    color: #fff;

    font-weight: 500;

}
#menu-footer {
    list-style: none;
    margin: 0;
    padding: 0;
}
#menu-footer li {
    display: inline-block;
    margin: 20px 0;
}
#menu-footer li a {
    text-transform: uppercase;
}
#menu-footer li:first-child::before {
    content: none;

}
#menu-footer li::before {
    content: '•';
    margin-right: 10px;
}
.footer-logos {

    max-width: 1366px;

    margin: 0 auto;

    display: flex;

    justify-content: space-between;

    /*flex-wrap: wrap;*/

    align-items: center;

    padding: 40px 20px 20px 20px;

}

.footer-logos div {
    max-width:228px;
    margin: 10px 15px;

}

.footer-logos div img {
    width:100%;
    height:auto;
    display:block;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.footer-logos div img:hover {
    width:100%;
    height:auto;
    display:block;
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}
.footer-logos div:nth-child(2) img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.footer-logos div:nth-child(2) img:hover {
    -webkit-filter:none;
    filter: none;
}

.footer-copy  {

    font-size: 14px;

    font-weight: 100;

}
@media only screen and (max-width: 1068px) {
    .header {
        justify-content: center;
        flex-direction: column;
        height: auto !important;
        padding: 20px 0 10px 0;
        background-color: #fff;
    }
    .header .logo {
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 980px) {

}
.header-mbl-nav-btn {
    display: none;
}
@media only screen and (max-width: 768px) {
    .covid-banner {
        height:100px;
    }
    .header {
        flex-direction: row;
        justify-content: space-between;
        /*position: relative;*/
        position:fixed;
        top:0px;
        height: 116px;
        z-index:9999;
    }
    .header .logo {
        max-width: 200px;
        margin-left: 20px;
    }
    .hero {
        background-image: url('/_images/doran-video-thumb.jpg');
        background-position: left center;
        align-items: flex-end;
        justify-content: center;
        padding: 0 20px;
    }
    .hero-txt {
        font-size: 40px;
        text-align: center;
    }
    .hero-txt strong {
        font-size: 45px;
    }
    div.main-menu {
        display: none;
        position: absolute;
        top:116px;
        background-color: #666565;
        width: 100%;
    }
    div.main-menu ul {
        width: 100%;
    }
    div.main-menu ul li {
        display: block;
        float: none;
        padding: 0.5rem;
        width: 100%;
        text-align: left;
        text-indent: 40px;
        border-bottom: 1px solid #fff;
    }
    div.main-menu ul li:hover {background-color: #f05127;}
    div.main-menu ul li:hover a {
        color: #fff;
    }
    div.main-menu ul li a {
        font-size: 15px;
        color: #fff;
    }
    div.main-menu ul li ul {
        list-style: none;
        background: #666565;
        visibility: visible;
        opacity: 1;
        min-width: inherit;
        position: inherit;
        transition: all 0.5s ease;
        left: inherit;
        display: block;
        border: none;
        padding: 0;
        margin: 10px 0 0 0;
    }
    div.main-menu ul li ul li {
        border-bottom:1px solid white;
        text-indent: 30px;
    }
    div.main-menu ul li ul li a {
        color: #fff;
    }
    .header .header-mbl-nav-btn {
        display: block !important;
    }
    .ham {
        cursor: pointer;
        -webkit-tap-highlight-color: transparent;
        transition: transform 400ms;
        -moz-user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .hamRotate.active {
        transform: rotate(45deg);
    }
    .hamRotate180.active {
        transform: rotate(180deg);
    }
    .line {
        fill:none;
        transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
        stroke:#000;
        stroke-width:5.5;
        stroke-linecap:round;
    }
    .ham8 .top {
        stroke-dasharray: 40 160;
    }
    .ham8 .middle {
        stroke-dasharray: 40 142;
        transform-origin: 50%;
        transition: transform 400ms;
    }
    .ham8 .bottom {
        stroke-dasharray: 40 85;
        transform-origin: 50%;
        transition: transform 400ms, stroke-dashoffset 400ms;
    }
    .ham8.active .top {
        stroke-dashoffset: -64px;
    }
    .ham8.active .middle {
    //stroke-dashoffset: -20px;
        transform: rotate(90deg);
    }
    .ham8.active .bottom {
        stroke-dashoffset: -64px;
    }
    .footer-about {
        font-size: 20px;
    }
    .footer-about strong {
        display: block;
        font-size: 23px;
        margin-bottom: 10px;
    }
    .footer-logos {
        justify-content: center;
        flex-wrap:wrap;
        padding:20px 0;
    }
    .footer-logos div {
        margin: 20px;
        width:23%;
    }
}
.soliloquy-container {
    margin:0 auto !important;
}
/* BIDDING + */
.orange {
    color: #f05127;
}
.bidding-bar-01 {
    background-color: #000;
    text-transform: uppercase;
}
.bidding-bar-02 {
    background-color: #f05127;
    text-transform: uppercase;
}
.bidding-bar-01 p, .bidding-bar-02 p {
    font-size: 22px;
    color: #fff;
    font-weight: 700;
    padding: 25px 0;
    margin: 0 auto;
    max-width: 1130px
}
.bidding-text-wrap {
    background-color: #f1f1f1;
    padding: 30px 0;
}
.bidding-text-wrap-content {
    max-width: 1130px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.bidding-text-wrap-content table {
    width: 70%;
    min-width: 580px;
}
.bidding-text-wrap-content table tr {

}
.bidding-text-wrap-content table tr td {
    font-size: 20px;
    color: #919191;
    padding: 5px 0;
}
.bidding-text-wrap-content div p {
    font-size: 20px;
}
.hero-bidding {
    min-height: 646px;
    background-image: url('/wp-content/uploads/2021/09/1100_1245.jpg');
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
}
.careers-wrap {
    display: flex;
    justify-content: space-between;
    max-width: 1175px;
    margin: 80px auto;
}
.car-01-img {
    width: 45%;
}
.car-01-img img {
    width: 100%;
    height: auto;
    display: block;
}
.car-01-txt {
    width: 53%;
    color: #545454;
}
.car-01-txt h1 {
    font-size: 40px;
    font-weight: 500;
    margin: 0;
    padding: 0;
}
.car-01-txt h1 span {
    color: #f05127;
    font-weight: 900;
}
.car-01-txt h3 {
    font-size: 26px;
    margin: 10px 0;
}
.car-01-txt p {
    font-size: 23px;
    font-weight: 300;
}

.benefits-row {
    background-image: url('/wp-content/uploads/2021/08/careers-02-bg.jpg');
    background-color: #f05127;
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
}
.benefits-row p {
    color: #fff;
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    margin: 40px 0;
}
.benefits-icons {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1180px;
    margin: 0 auto;
    padding-bottom: 40px;
}
.benefits-icons div {
    width: 18%;
    max-width: 230px;
    min-width: 160px;

}
.benefits-icons div img {
    width: 100%;
    height: auto;
    display: block;
    min-width: 100px;
}
.car-02-txt p:first-child {
    font-size: 20px;
    font-weight: 500;
}
.car-02-txt p {
    line-height: 32px;
}
.car-02-txt p span {
    color: #f05127;
}
.car-01-txt p a {
    color:#fff;
    background-color: #f05127;
    font-weight: 900;
    font-size: 18px;
    padding: 10px;
}
.car-grey-row {
    background-color: #ececec;
    padding: 60px 20px;
}
.car-grey-row .car-grey-row-txt {
    max-width: 1140px;
    margin: 0 auto;
}
.car-grey-row-txt p {
    color: #000;
    font-size: 20px;
    font-weight: 300;
}
.car-grey-row-txt p a {
    color: #000;
}
.car-grey-row-txt p b {
    font-weight: 500;
}
.car-linkedin {
    max-width: 1160px;
    margin: 80px auto;
    border: 1px solid #000;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.car-linkedin p {
    font-size: 28px;
    font-weight: 300;
}
.car-linkedin p a {
    max-width: 570px;
    display: block;
}
.car-linkedin p a img {
    width: 100%;
    height: auto;
    display: block;
}
.hero-careers {
    min-height: 646px;
    background-image: url('/wp-content/uploads/2021/07/health-safety-banner.jpg');
    background-size: cover;
    background-position: right top;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
}
.careers-listing-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.car-list-box {
    border-top:1px solid #000;
    padding: 20px 0;
}
.car-list-company {

}
.car-list-details {
    display: flex;
    justify-content: space-between;
}
.car-list-details div {
    margin: 5px 0;
}

.hero-wwa {
    min-height: 646px;
    background-image: url('/wp-content/uploads/2021/09/who-we-are.png');
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
}
.wwa-top {
    margin: 50px auto;
    max-width: 1180px;
    display: flex;
    justify-content: space-between;
}
.wwa-top div {
    width: 48%;
}
.wwa-top div img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: left;
}
.wwa-top-txt {
    color: #545454;
    font-size: 22px;
    font-weight: 300;
}
.wwa-top-txt h1 {
    color: #545454;
    font-size: 40px;
    font-weight: 500;
}
.wwa-top-txt h1 span {
    color: #f05127;
    font-weight: 700;
}
.wwa-top-txt h2 {
    color: #545454;
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
}
.wwa-top-txt h2 span {
    color: #f05127;
    font-weight: 700;
}
.wwa-history {
    display: flex;
    flex-direction: column;
    background-image: url('/wp-content/uploads/2021/08/wwa-002-bg.jpg');
    background-repeat: no-repeat;
    background-position: left bottom;
    background-color: #dedede;
    padding: 80px 0;
    min-height: 513px;
}
.wwa-history-txt {
    margin-left: 12%;
    margin-right: 10%;
    font-size: 24px;
    font-weight: 300;
}
.wwa-history-txt strong {
    color: #000;
}
.wwa-history-txt strong span {
    color: #f05127;
}


.wwa-timeline-lnk {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-left: 12%;
}
.wwa-timeline-lnk a {
    background: transparent;
    margin: 0 10px 0 0;
    color: #f05127;
    font-size: 16px;
    display: flex;
    align-items: center;
}
.wwa-timeline-lnk:after {
    background: #ff4100;
    height: 6px;
    flex: 1;
    content: '';
}
.wwa-timeline-lnk.left:after {
    background: none;
}
.wwa-orange {
    background-color: #f05127;
    color: #fff;
    font-size: 22px;
}
.wwa-orange-txt {
    max-width: 990px;
    margin: 0 auto;
    padding: 60px 0;
}
.wwa-orange-txt p {
    line-height: 30px;
    font-weight:500;
}
.wwa-orange h3 {
    font-size: 34px;
    font-weight: normal;
    text-transform: uppercase;
}
.wwa-orange h3 strong {
    font-weight: 700;
}
.wwa-orange span {
    font-size: 28px;
    text-transform: uppercase;
}
.wwa-members-logos {
    display: flex;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;
    max-width: 1260px;
    margin: 0 auto;
}
.wwa-members-logos div {
    width:25%;
    margin:2%;
}
.wwa-members-logos div img {
    width: 100%;
    height: auto;
    display: flex;
    max-width:200px;
}
.wwa-members p {
    text-align: center;
    font-weight: 700;
    font-size: 20px;
}
.wwa-members p span {
    color: #f05127;
}

.project-completed-list ul li {
    margin: 10px 0;
}

@media only screen and (max-width: 790px) {

    .careers-wrap {
        flex-direction: column;
        padding: 0 20px;
    }
    .careers-wrap div {
        width: 100% !important;
    }
    .bidding-text-wrap-content {
        justify-content: center;
        flex-wrap: wrap;
        padding: 0 20px;
    }
    .bidding-text-wrap-content table {
        width: 100%;
        min-width: inherit;
    }
    .wwa-top {
        flex-direction: column-reverse;
    }
    .wwa-top div {
        width: 100%;
        padding: 0 20px;
    }

    .wwa-top-txt h1 {
        font-size: 24px;
    }
    .wwa-top-txt p {
        font-size: 18px;
    }
    .wwa-history {
        background-position: left top;
        padding: 20px 0;
    }
    .wwa-mid {
        flex-direction: column !important;
    }
    .wwa-orange-txt {
        text-align: center;
        padding: 20px;
    }
    .wwa-orange h3 {
        font-size: 24px;
    }
    .wwa-orange span {
        font-size: 20px;
    }
    .wwa-orange-txt p {
        font-size: 16px;
    }
    .wwa-members-logos {
        flex-wrap: wrap;
        justify-content: center;
        padding: 30px 0;
    }
    .wwa-members-logos div {
        width: 40%;
        margin: 0 10px;
    }
}
@media only screen and (max-width: 580px) {
    .home-expert {
        margin-top:435px;
    }
    .hero-wwa {
        min-height:220px !important;
    }
    .hero-health-safety {
        min-height:220px !important;
    }
    .hero {
        min-height:220px !important;
    }
    .hero-project {
        height:auto;
    }
    .hero-bidding {
        min-height:220px !important;
        margin-top:110px;
    }
    .hero-careers {
        min-height:220px !important;
        margin-top:110px;
    }
    .hero-contact {
        min-height:220px !important;
        margin-top:110px;
    }
    .contact-header-text {
        border-left:none;
        padding-left:10px;
    }
}
.BambooHR-ATS-board h2 {
    color:#000 !important;
    font-weight:bold !important;
}
.BambooHR-ATS-board li {
    color:#f05127 !important;
    font-weight:bold !important;
    font-size:20px !important;
    margin: 10px 0;
}
.BambooHR-ATS-board a {
    color:#000 !important;
    font-weight:700 !important;
}
.BambooHR-ATS-board .BambooHR-ATS-Location {
    color:#000 !important;
    font-size:16px !important;
    display: block;
    font-weight: normal;
}

.pro508-wrap {
    max-width:800px;
    margin:0 auto 60px auto;
}
.pro508 {
    width:100%;
    height:auto;
}