@charset "utf-8";
/* CSS Document */

.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
    -webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

.aligncenter {
    display: block;
    margin: auto auto 1.5rem auto;
}

.container {
    position: relative;
    width: 95%;
    margin: auto;
}

section {
    position: relative;
}

.hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute!important;
    width: 1px;
}

.desktop_hide {
    display: none;
}

.wrap { overflow-x: hidden }
/*  
     ⤵︎ 

       ⋮⋮⫸  HEADER

     ⤴︎   
*/
#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(27, 37, 45, 0.8);
    z-index: 99;
    -webkit-transition: all 0.5s ease-out;
         -o-transition: all 0.5s ease-out;
            transition: all 0.5s ease-out;
}

#portfolio_page #header {
    background-color: #1b242c;
}

#header .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 1478px;
    padding-top: 24px;
    padding-bottom: 24px;
    -webkit-transition: all 0.5s ease-out;
         -o-transition: all 0.5s ease-out;
            transition: all 0.5s ease-out;
}

#header a.logo {
    display: block;
    width: 24.9%;
    z-index: 9;
    -webkit-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

#header a.logo img {
    width: 100%;
    margin-bottom: 0;
}

nav.main_nav {
    width: 72%;
}

nav.main_nav ul.main_menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}

nav.main_nav ul.main_menu li {
    position: relative;
    padding: 0 2.24%
}

nav.main_nav ul.main_menu a {
    display: block;
    color: #6c7a7a;
    font-size: 37px;
    line-height: 1.125em;
}

nav.main_nav ul.main_menu a.current,
nav.main_nav ul.main_menu a:hover,
nav.main_nav ul.main_menu a:active {
    color: #d1dc1a;
}

nav.main_nav ul.main_menu li.btn {
    width: 9.56%;
    padding-left: 18px;
    padding-right: 0;
    -webkit-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

nav.main_nav li.btn a svg {
    display: block;
    width: 100%;
}

nav.main_nav li.btn a:hover .b {
    fill: #fff !important;
    -webkit-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

nav.main_nav .sf-menu ul { 
    display: none;
    position: absolute;
    top: 105%;
    left: 50%;
    width: calc(100% + 18px);
    padding: 0;
    background-color: rgba(27, 37, 45, 0.8);
    z-index: 99;
    -webkit-box-shadow: 0 8px 5px rgba(0, 0, 0, 0.1);
       -moz-box-shadow: 0 8px 5px rgba(0, 0, 0, 0.1);
            box-shadow: 0 8px 5px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

nav.main_nav ul.main_menu.sf-menu ul li {
    display: block;
    padding: 0 3px;
}

nav.main_nav .sf-menu ul li a {
    display: block;
    padding-top: 6px;
    padding-bottom: 6px;
    text-align: center;
    font-size: 26px;
    color: #dedfe0;
}

.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
    display: block;
}

.sf-menu .submenu:before,
.sf-menu .submenu:after,
.sf-menu .submenu .inner_border:before,
.sf-menu .submenu .inner_border:after {
    position: absolute;
    bottom: 0;
    width: 3px;
    height: 600px;
    background-color: #d3de1a;
    content: '';
}

.sf-menu .submenu:before {
    left: 0;
}

.sf-menu .submenu:after {
    right: 0;
}

.sf-menu .submenu .inner_border:before,
.sf-menu .submenu .inner_border:after {
    bottom: 8px;
}

.sf-menu .submenu .inner_border:before {
    left: 8px;
}

.sf-menu .submenu .inner_border:after {
    right: 8px;
}

.sf-menu .submenu {
    position: relative;
    border-bottom: 2px solid #d3de1a;
}

.sf-menu .submenu .inner_border {
    display: block;
    padding-bottom: 15px;
    margin: 10px 8px 6px;
    border-bottom: 2px solid #d3de1a;
}

nav.main_nav ul.main_menu li.contact {
    padding-right: 0;
}

nav.main_nav ul.main_menu .contact a {
    padding: 6px 24px;
    border-radius: 24px;
    background-color: #cfd74b;
    color: #1c242c;
}

nav.main_nav ul.main_menu .contact a:hover,
nav.main_nav ul.main_menu .contact a:active {
    color: #fff;
}

.slicknav_menu {
    display: none;
}
/* Shrink  */
.shrink #header {
    background-color: rgba(27, 37, 45, 0.8) !important;
}

.shrink #header .container {
    padding-top: 7px;
    padding-bottom: 7px;
}

.shrink #header a.logo {
    width: 196px;
}

.shrink nav.main_nav {
    max-width: 808px;
}

.shrink nav.main_nav ul.main_menu a {
    font-size: 24px;
}

.shrink nav.main_nav ul.main_menu li.btn {
    width: 63px;
}

.shrink nav.main_nav .sf-menu ul li a {
    font-size: 18px;
}

.shrink nav.main_nav .sf-menu ul { 
    width: calc(100% + 13px);
}

.shrink .sf-menu .submenu:before,
.shrink .sf-menu .submenu:after,
.shrink .sf-menu .submenu .inner_border:before,
.shrink .sf-menu .submenu .inner_border:after {
    width: 2px;
}

.shrink .sf-menu .submenu .inner_border:before,
.shrink .sf-menu .submenu .inner_border:after {
    bottom: 5px;
}

.shrink .sf-menu .submenu .inner_border:before {
    left: 5px;
}

.shrink .sf-menu .submenu .inner_border:after {
    right: 5px;
}

.shrink .sf-menu .submenu {
    border-bottom-width: 2px;
}

.shrink .sf-menu .submenu .inner_border {
    padding-bottom: 15px;
    margin: 9px 5px 3px;
    border-bottom-width: 1px;
}
/* end Shrink */
/*  
     ⤵︎ 

       ⋮⋮⫸  end HEADER

     ⤴︎   
*/
.bgImg {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

span.block {
    display: block;
}

.video_bg {
    position: relative;
    overflow: hidden;
}

.video_bg video {
    position: absolute;
    top: 0;
    left: 0;
    width: 102%;
    height: 102%;
    object-fit: cover;
    z-index: 1;
}

.video_bg .container {
    position: relative;
    z-index: 9;
}
/*  
     ⤵︎ 

       ⋮⋮⫸  HOMEPAGE

     ⤴︎   
*/
.hero {
    position: relative;
    width: 100%;
    height: 100vh;
}

#home_story {
    z-index: 2;
}

#home_story figure.topBg.bgImg {
    width: 100%;
    height: 214px;
    background-position: top center;
}

#home_story .outer_wrapper:before {
    position: absolute;
    left: 0;
    right: 0;
    top: -104px;
    height: 254px;
    background: url(../images/Element_Extra1.png) repeat-x top left / auto 100%;
    content: ''
}

#home_story .outer_wrapper {
    padding-top: 184px;
    padding-bottom: 90px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    line-height: 1.125em;
}

#home_story .outer_wrapper .container {
    max-width: 1080px;
}

#home_story h1 {
    padding-bottom: 48px;
    font-size: 207px;
    line-height: 1em;
    color: #cdd81a;
}

#home_story h1 .small {
    display: block;
    font-size: 74px;
    line-height: 1em;
    color: #6c7a7a;
}

#home_story h1 .small span {
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
}

#home_story h1 .small span:after {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 12px;
    background-color: #cdd81a;
    content: '';
}

#home_story h1 .small span.active:after {
    -webkit-animation: border 2s 1s linear forwards;
    animation: border 2s 1s linear forwards;
}

#home_story p {
    padding-bottom: 38px;
}

#home_story a.btn {
    display: inline-block;
    margin-top: 20px;
    padding: 6px 16px 11px 16px;
    background-color: transparent;
    border: 3px solid #cdd81a;
    font-size: 33px;
    line-height: 1.125em;
    text-align: center;
    text-transform: uppercase;
    color: #95a2a3;
    -webkit-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

#home_story a.btn span {
    display: inline-block;
    border-bottom: 4px solid #95a2a3;
    -webkit-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

#home_story a.btn:hover,
#home_story a.btn:active {
    background-color: #cdd81a;
    color: #19262c;
}

#home_story a.btn:hover span,
#home_story a.btn:active span {
    border-color: #19262c;
}

.section_bg_title,
.section_title {
    padding-top: 28px;
    padding-bottom: 50px;
    text-align: center;
    text-transform: uppercase;
}

.section_bg_title h1 .border,
.section_title h1 .border {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 85%;
    max-width: 226px;
    background-color: #cdd81a;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

.section_bg_title h1 .border:after,
.section_title h1 .border:after {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 9px;
    max-width: 226px;
    background-color: #cdd81a;
    content: '';
}

.section_bg_title h1.active .border:after,
.section_title h1.active .border:after {
    -webkit-animation: border 2s 1s linear forwards;
    animation: border 2s 1s linear forwards;
}

.section_bg_title h1,
.section_title h1 {
    position: relative;
    display: inline-block;
    padding-bottom: 0;
    font-size: 125px;
    color: #cdd81a;
}

#recent_work_section .slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

#recent_work_section .slide div.col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 40%;
    padding-top: 53px;
    padding-bottom: 53px;
    padding-left: 2.5%;
    padding-right: 66px;
    background-image: url(../images/recent_works-slide-bg-text.jpg);
    color: #fff;
    font-size: 20px;
    line-height: 1.25em;
}

#recent_work_section .slide.alt_bg div.col {
    background-image: url(../images/recent_works-slide-bg-text-alt.jpg);
}

#recent_work_section .slide div.col .outer_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: space-between;
        -ms-flex-line-pack: justify;
            align-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%;
    height: 100%;
    max-width: 395px;
}

#recent_work_section .slide h1,
#recent_work_section .slide p {
    width: 100%;
}

#recent_work_section .slide h1 {
    font-size: 54px;
    line-height: 0.9em;
    text-transform: uppercase;
    color: #687b7a;
}

#recent_work_section .slide.alt_bg h1 {
    color: #16252e;
}

#recent_work_section .slide p .dots {
    font-size: 42px;
    color: #d1dc1a;
}

#recent_work_section .slide.alt_bg p .dots {
    color: #100a28;
}

#recent_work_section a.btn {
    display: inline-block;
    margin-top: 20px;
    padding: 6px 16px 11px 16px;
    background-color: transparent;
    border: 3px solid #cdd81a;
    font-size: 34px;
    line-height: 1.125em;
    text-align: center;
    text-transform: uppercase;
    color: #95a2a3;
    -webkit-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

#recent_work_section .alt_bg a.btn {
    color: #cdd81a;
    border-color: #1a252d;
}

#recent_work_section a.btn span {
    display: inline-block;
    border-bottom: 3px solid #95a2a3;
    -webkit-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

#recent_work_section a.btn span {
    border-color: #cdd81a;
}

#recent_work_section a.btn:hover,
#recent_work_section a.btn:active {
    background-color: #cdd81a;
    color: #fff;
}

#recent_work_section a.btn:hover span,
#recent_work_section a.btn:active span {
    border-color: #fff;
}

#recent_work_section .alt_bg a.btn:hover,
#recent_work_section .alt_bg a.btn:active {
    background-color: #cdd81a;
    border-color: #cdd81a;
    color: #19262c;
}

#recent_work_section .alt_bg a.btn:hover span,
#recent_work_section .alt_bg a.btn:active span {
    border-color: #19262c;
}

#recent_work_section .slide figure.col {
    position: relative;
    width: 60%;
    background-image: url(../images/recent_works-slide-bg.jpg);
}

#recent_work_section .slide figure.col .outer_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    max-width: 1021px;
}

#recent_work_section .slide figure.col img.back,
#recent_work_section .slide figure.col img.front {
    margin-bottom: 0;
}

#recent_work_section .slide figure.col img.front {
    position: absolute;
    top: 0;
    left: -58px;
    width: 100%;
    max-width: 1082px;
    transition: none;
}

#recent_work_section .slick-arrow {
    position: absolute;
    top: 16px;
    width: 138px;
    height: 78px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    text-indent: -9999em;
    overflow: hidden;
    cursor: pointer;
    z-index: 9
}

#recent_work_section .slick-prev {
    right: calc(2% + 85px);
    background-image: url(../images/Element_Arrow_Next_Left.png);
}

#recent_work_section .slick-next {
    right: 2%;
    background-image: url(../images/Element_Arrow_Next_Right.png);
}

#recent_work_section .slick-dots {
    position: absolute;
    left: 44%;
    bottom: 8%;
    list-style-type: none;
    padding-bottom: 0;
}

#recent_work_section .slick-dots li {
    display: inline-block;
    padding: 0 10px;
    margin-left: 0;
}

#recent_work_section .slick-dots button {
    display: block;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background-color: #16252e;
    text-indent: -9999em;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

#recent_work_section .slick-dots button:hover,
#recent_work_section .slick-dots li.slick-active button {
    background-color: #d1dc1a;
}

#specialties_section .cols {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    background-color: #fff;   
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 1fr;
}

#specialties_section .col {
    background-color: #6c7a7a;
}

#specialties_section .col h2 {
    padding: 24px 3%;
    text-align: center;
    font-size: 55px;
    background-color: #fff;
}

#specialties_section .col:nth-child(1) h2 {
    padding-left: 11%;
}

#specialties_section .col:nth-child(3) h2 {
    padding-right: 11%;
}

#specialties_section .col .outer_wrapper {
    position: relative;
    padding-top: 20px;
    padding-bottom: 122px;
    background-color: #6c7a7a;
    overflow: hidden;
}

#specialties_section .col:nth-child(1) .outer_wrapper {
    padding-left: 11%;
    padding-right: 3%;
}

#specialties_section .col:nth-child(3) .outer_wrapper {
    padding-left: 3%;
    padding-right: 11%;
}

#specialties_section .col:nth-child(2) .outer_wrapper {
    height: 100%;
    padding-left: 6%;
    padding-right: 6%;
}

#specialties_section .col .inner_wrapper {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
}

#specialties_section .col:nth-child(1) .inner_wrapper:before,
#specialties_section .col:nth-child(1) .inner_wrapper:after,
#specialties_section .col:nth-child(3) .inner_wrapper:before,
#specialties_section .col:nth-child(3) .inner_wrapper:after {
    position: absolute;
    top: -20px;
    width: 2px;
    background-color: #fff;
    content: ''
}

#specialties_section .col:nth-child(1) .inner_wrapper:before {
    left: -10px;
    bottom: -38px;
}

#specialties_section .col:nth-child(1) .inner_wrapper:after {
    left: 0;
    bottom: -28px;
}

#specialties_section .col:nth-child(3) .inner_wrapper:before {
    right: -10px;
    bottom: -38px;
}

#specialties_section .col:nth-child(3) .inner_wrapper:after {
    right: 0;
    bottom: -28px;
}

#specialties_section .item {
    padding-bottom: 10px;
    text-align: center;
    font-size: 19px;
    color: #fff;
}

#specialties_section .item h3 {
    padding-bottom: 0;
    color: #10161c;
    font-size: 41px;
    line-height: 1em;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

#specialties_section .item h3:hover {
    color: rgba(255, 255, 255, 0.9)
}

#specialties_section .item h3 span {
    display: inline-block;
    padding-right: 24px;
    background: url(../images/icon-arrow-up.svg) no-repeat right center / 16px auto;
}

#specialties_section .item.opened h3 span {
    background-image: url(../images/icon-arrow-bottom.svg);
}

#specialties_section .item .wrapper {
    display: none;
}

#specialties_section .item.opened .wrapper {
    display: block;
}

#specialties_section .item p {
    padding-bottom: 5px;
}

#specialties_section .border_bottom,
#specialties_section .border_bottom:after {
    position: absolute;
    bottom: -30px;
    right: 0;
    left: 0;
    height: 2px;
    background-color: #fff;
}

#specialties_section .col:nth-child(1) .border_bottom {
    right: -48px;
}

#specialties_section .col:nth-child(3) .border_bottom {
    left: -48px;
}

#specialties_section .border_bottom:after {
    bottom: -10px;
    content: ''
}

#specialties_section .col:nth-child(1) .border_bottom:after {
    left: -10px;
}

#specialties_section .col:nth-child(3) .border_bottom:after {
    right: -10px;
}

#specialties_section .col:nth-child(2) ul {
    list-style-type: none;
    text-align: center;
    color: #fff;
    font-size: 41px;
    line-height: 1em;
}

#specialties_section .col:nth-child(2) ul li {
    margin-left: 0;
    padding-bottom: 7px;
}

#searching_options {
    padding-top: 43px;
    padding-bottom: 43px;
}

#searching_options .container {
    max-width: 1456px;
    padding: 7px;
    border: 4px solid #140b33;
}

#searching_options .outer_wrapper {
    border: 4px solid #140b33;
}

#searching_options .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

#searching_options .outer_wrapper .col {
    padding: 10px 20px;
    text-align: center;
}

#searching_options .outer_wrapper .col:nth-child(1),
#searching_options .outer_wrapper .col:nth-child(3) {
    width: 35%;
}

#searching_options .outer_wrapper .col:nth-child(2) {
    width: 30%;
    text-align: center;
}

#searching_options h1 {
    padding-bottom: 0;
    color: #0a0419;
    font-size: 41px;
    line-height: 1em;
    text-transform: uppercase;
}

#searching_options a.browse_catalogue svg,
#searching_options a.ask_specialist svg {
    display: inline-block;
    width: 205px;
    height: auto;
}

#searching_options a.browse_catalogue:hover svg .st2,
#searching_options a.ask_specialist:hover svg .st0_2 {
    fill: #1a252d;
    -webkit-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

#searching_options a.browse_catalogue:hover svg .st3,
#searching_options a.ask_specialist:hover svg .st1_2 {
    fill: #CDD81A;
    -webkit-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

#clients_section {
    padding-bottom: 118px;
    border-bottom: 11px solid #cdd81a;
}

#clients_section .container.logos {
    max-width: 1420px;
    padding: 24px;
    background-color: #364247;
}

#clients_section .container.logos .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    max-width: 1184px;
    margin: auto auto 24px auto;
}

#clients_section .container.logos .col {
    width: 25%;
    padding: 15px 2.8%;
}

#clients_section .container.logos .item {
    position: relative;
    width: 100%;
    height: 164px;
    overflow: hidden;
}

#clients_section .container.logos .logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #364247;
    background-size: contain;
}

#partners_section .content:before {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    background: url(../images/Home_Background4_NYC-2.jpg) no-repeat center center / cover;
    content: '';
    z-index: -1;
}

#partners_section .content {
    position: relative;
    padding-top: 58px;
    padding-bottom: 148px;
}

#partners_section .content * {
    background-size: 50vw auto;
}

#partners_section .content .container {
    max-width: 1438px;
    padding: 54px 20px 38px 20px;
    background-color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 1.5em;
    z-index: 2;
}

#partners_section .outer_wrapper {
    max-width: 1094px;
    margin: auto;
}

#partners_section .outer_wrapper .cols {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-top: 24px;
    padding-bottom: 24px;
}

#partners_section .outer_wrapper .col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 19%;
}

#partners_section .outer_wrapper .col a {
    -webkit-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

#partners_section .outer_wrapper .col a:hover,
#partners_section .outer_wrapper .col a:active {
    opacity: 0.7
}

#partners_section .outer_wrapper .col img {
    margin-bottom: 15px;
}

#partners_section a.btn {
    display: inline-block;
    margin-top: 20px;
    padding: 6px 16px 11px 16px;
    background-color: transparent;
    border: 3px solid #1a252d;
    font-size: 34px;
    line-height: 1.125em;
    text-align: center;
    text-transform: uppercase;
    color: #1a252d;
    -webkit-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

#partners_section a.btn span:before {
    position: absolute;
    left: 50%;
    bottom: -2px;
    width: 98px;
    height: 3px;
    background-color: #cdd81a;
    content: '';
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

#partners_section a.btn span {
    position: relative;
    display: inline-block;
}

#partners_section a.btn:hover,
#partners_section a.btn:active {
    border-color: #cdd81a;
    background-color: #cdd81a;
    color: #19262c;
}

#partners_section a.btn:hover span:before,
#partners_section a.btn:active span:before {
    background-color: #19262c;
}

#start_section img.arrow {
    position: absolute;
    left: 50%;
    top: -142px;
    max-width: 168px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

#start_section .container {
    padding-top: 230px;
    padding-bottom: 204px;
}

#start_section a.btn {
    display: block;
    width: 1014px;
    height: 240px;
    margin: auto;
    text-indent: -99999em;
    overflow: hidden;
    background: url(../images/Element_Button_StartYourProject.png) no-repeat top left / contain;
}

#start_section a.btn:hover {
    background-image: url(../images/Element_Button_StartYourProject_Hover.png)
}
/*  
     ⤵︎ 

       ⋮⋮⫸  end HOMEPAGE

     ⤴︎   
*/
/*  
     ⤵︎ 

       ⋮⋮⫸  FABRICATION page

     ⤴︎   
*/
.hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: auto;
    min-height: 100vh;
    text-align: center;
}

.hero .container {
    padding-top: 146px;
    padding-bottom: 48px;
}

.hero h1 {
    position: relative;
    padding-bottom: 9px;
    margin-bottom: 30px;
    font-size: 168px;
    line-height: 1em;
    color: #d3de1a;
    text-transform: uppercase;
}

.hero .container.fadedown h1 {
    -webkit-animation: fadedown 1s 4s linear forwards;
            animation: fadedown 1s 4s linear forwards;
}

@-webkit-keyframes fadedown {
    0% {
        top: 0;
        opacity: 1;
    }
    100% {
        top: 30vh;
        opacity: 0;
    }
}

@keyframes fadedown {
    0% {
        top: 0;
        opacity: 1;
    }
    100% {
        top: 30vh;
        opacity: 0;
    }
}

.hero .border {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 85%;
    max-width: 328px;
    display: block;
    height: 11px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

.hero .active .border:after {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    background-color: #d3de1a;
    content: '';
    -webkit-animation: border 2s 1s linear forwards;
            animation: border 2s 1s linear forwards;
}

@-webkit-keyframes border {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

@keyframes border {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

.hero h2 {
    padding-bottom: 30px;
    font-size: 53px;
    line-height: 0.9em;
    color: #6c7a7a;
    text-transform: uppercase;
}

.hero p {
    max-width: 1098px;
    margin: auto;
    font-size: 1.4em;
    line-height: 1.375em;
    color: #fff;
}

#fabrication_intro.bgImg {
    background-position: top right;
}

#fabrication_intro .text_wrapper {
    max-width: 1260px;
    margin: auto;
    padding-bottom: 43px;
    text-align: center;
    color: #fff;
    font-size: 26px;
    line-height: 1.212em;
}-----

#fabrication_intro .text_wrapper p {
    padding-bottom: 1.875rem;
}

.dropdown_section .main_title .overlay_bg {
    background-color: rgba(154, 164, 165, 0.85);
    text-align: center;
    -webkit-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

.dropdown_section.opened .main_title .overlay_bg {
    background-color: #d2de1a !important;
}

.dropdown_section.alt .main_title .overlay_bg {
    background-color: rgba(26, 37, 45, 0.8);
}

.dropdown_section .main_title h1:before {
    position: absolute;
    top: 50%;
    right: 16px;
    width: 24px;
    height: 20px;
    background: url(../images/icon-arrow-bottom.svg) no-repeat right center / 24px auto;
    content: '';
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.dropdown_section.alt .main_title h1:before {
    background-image: url(../images/icon-arrow-bottom-grey.svg);
}

.dropdown_section.opened .main_title h1:before {
    top: 45%;
    background-image: url(../images/icon-arrow-up-grey.svg);
}

.dropdown_section .main_title h1 {
    position: relative;
    display: inline-block;
    margin: 6.77% auto;
    padding: 5px 50px 5px 20px;
    border: 2px solid #d3de1a;
    font-size: 43px;
    line-height: 1em;
    text-transform: uppercase;
    color: #1b252d;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

.dropdown_section.alt .main_title h1 {
    color: #d3de1a;
}

.dropdown_section.opened .main_title h1 {
    color: #1a252d;
    margin: 20px auto;
    border: none;
}

.dropdown_section .main_title h1:hover {
    background-color: rgba(0, 0, 0, 0.05)
}

.dropdown_section.opened .main_title h1:hover {
    background-color: transparent;
    color: #000
}

.dropdown_section .section_body {
    display: none;
    font-size: 26px;
    line-height: 1.212em;
    color: #10161c;
}

.dropdown_section.opened .section_body {
    display: block;
}

.dropdown_section .text {
    background-image: url(../images/Fabrication-text-bg.jpg);
}

.dropdown_section .text a {
    color: #d3de1a;
}

.dropdown_section .text a:hover,
.dropdown_section .text a:active {
    color: #000;
}

#prop_making .dropdown_section .text,
#large_format .dropdown_section .text,
#military_tactical_prs .dropdown_section .text {
    background-position: top left;
}

#set_pieces .dropdown_section .text,
#raised_printing .dropdown_section .text,
#police_prs .dropdown_section .text {
    background-position: 10% left;
}

#molding_casting .dropdown_section .text,
#signange .dropdown_section .text,
#ems_prs .dropdown_section .text {
    background-position: 20% left;
}

#printing3D .dropdown_section .text,
#packaging .dropdown_section .text,
#crime_scenes_prs .dropdown_section .text {
    background-position: 30% left;
}

#design_engineering .dropdown_section .text,
#vehicle_wraps .dropdown_section .text,
#bodies_prs .dropdown_section .text {
    background-position: 30% left;
}

#paint_finish .dropdown_section .text,
#design_services .dropdown_section .text,
#camera_press_prs .dropdown_section .text {
    background-position: 40% left;
}

#laser_engraving .dropdown_section .text,
#digital_printing .dropdown_section .text,
#weapons_prs .dropdown_section .text {
    background-position: 50% left;
}

#effects .dropdown_section .text,
#laser_cuttong .dropdown_section .text,
#stunds_prs .dropdown_section .text {
    background-position: 60% left;
}

#experiential .dropdown_section .text,
#finishing_services .dropdown_section .text,
#electronics_prs .dropdown_section .text {
    background-position: bottom left;
}

.dropdown_section .text .container {
    max-width: 1260px;
    padding-top: 67px;
    padding-bottom: 38px;
    text-align: center;
}

.dropdown_section .slider {
    width: 100%;
    max-width: 1387px;
    margin: auto;
    padding: 58px 10px;
}

.dropdown_section .slide div {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 20px;
}

.dropdown_section .slide img {
    margin: 0
}

.dropdown_section .slick-arrow {
    position: absolute;
    top: 50%;
    width: 122px;
    height: 68px;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
    text-indent: -9999em;
    z-index: 9;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.dropdown_section .slick-prev {
    left: 0;
    background-image: url(../images/icon-slider-prev.svg);
    background-position: left center;
}

.dropdown_section .slick-next {
    right: 0;
    background-image: url(../images/icon-slider-next.svg);
    background-position: right center;
}

.dropdown_section .lists .titles {
    padding: 34px 0;
    background: url(../images/Fabrication-title-bg.jpg) no-repeat center center / cover;
}

.dropdown_section .lists .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    max-width: 1387px;
}

.dropdown_section .lists .item {
    width: 48.5%;
}

.dropdown_section .lists .item.fullwidth {
    width: 100%;
}

.dropdown_section .lists .titles h2 {
    display: inline-block;
    padding-bottom: 0;
    padding-right: 38px;
    font-size: 43px;
    line-height: 1em;
    text-transform: uppercase;
    color: #d3de1a;
    background: url(../images/icon-arrow-bottom.svg) no-repeat right center / 24px auto;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

.dropdown_section .lists.opened .titles h2 {
    background-image: url(../images/icon-arrow-up.svg);
}

.dropdown_section .lists .titles h2:hover {
    opacity: 0.9
}

.dropdown_section .lists .content {
    display: none;
    background-image: url(../images/Fabrication-text-bg.jpg);
}

.dropdown_section .lists.opened .content {
    display: block;
}

.dropdown_section .lists .content .container {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.dropdown_section .lists .content .item {
    padding-top: 53px;
    padding-bottom: 67px;
    width: 100%;
}

.dropdown_section .lists .content .item.col {
    width: 48.5%;
}

.dropdown_section .lists .content .item h3 {
    padding-bottom: 20px;
    font-size: 1.125em;
}

.dropdown_section .lists .content ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    list-style-type: none;
}

.dropdown_section .lists .content ul .col {
    width: 100%;
}

.dropdown_section .lists .content ul .col_1_2 {
    width: 50%;
}

.dropdown_section .lists .content ul li {
    width: 100%;
    padding-right: 20px;
}

.dropdown_section .lists .content ul .col_1_3 {
    width: 33.333%;
}

.dropdown_section .lists .content ul .col_1_3 li {
    padding-right: 20px;
}

.dropdown_section .lists .content ul .col_1_3:last-of-type li {
    padding-right: 0;
}

.dropdown_section .lists .content ul li:before {
    position: absolute;
    left: 5px;
    top: 10px;
    width: 10px;
    height: 10px;
    background-color: #10161c;
    border-radius: 50%;
    content: ''
}

.dropdown_section .lists .content ul li {
    position: relative;
    padding-left: 24px;
    padding-bottom: 5px;
    margin-left: 0;
}
/*  
     ⤵︎ 

       ⋮⋮⫸  end FABRICATION page

     ⤴︎   
*/
/*  
     ⤵︎ 

       ⋮⋮⫸  PARTNERS page

     ⤴︎   
*/
#partners_page .hero {
    padding-top: 147px;
    height: auto;
    min-height: 100vh;
}

#partners_page .hero .container {
    max-width: 1122px;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    font-size: 30px;
    line-height: 1.125em;
    color: #ffff;
}

#partners_page .hero .title {
    padding-top: 5%;
    padding-bottom: 4%;
    color: #d3de1a;
}

#partners_page .hero .title h1 {
    display: inline-block;
    padding: 5px 82px;
}

#partners_page .hero .title h1 .vertical {
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 74px;
    line-height: 1em;
    color: #687b7a;
    -webkit-transform: translateY(-50%) rotate(-90deg);
        -ms-transform: translateY(-50%) rotate(-90deg);
            transform: translateY(-50%) rotate(-90deg);
}

#partners_page .hero p {
    max-width: 806px;
    margin: auto;
    font-size: 1em;
}

#partners_page .hero .logos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-top: 10%;
    padding-bottom: 5%;
}

#partners_page .hero .logos .col {
    width: 20%;
    padding-left: 20px;
    padding-right: 20px;
}

#partners_page .hero .logos .col img {
    margin-bottom: 0;
    -ms-interpolation-mode: nearest-neighbor;
        image-rendering: -webkit-optimize-contrast;
        image-rendering: -moz-crisp-edges;
        image-rendering: -o-pixelated;
        image-rendering: pixelated;
}

.partners_section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

.partners_section.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}

.partners_section div.col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 42%;
    padding-top: 58px;
    padding-bottom: 58px;
    padding-left: 2.5%;
    background: url(../images/Partners_Background_CraftBlack.jpg) no-repeat left center / cover;
}

.partners_section.light_skin div.col {
    background-image: url(../images/Partners_Background_Craftgray.jpg);
}

.partners_section.reverse div.col {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 0;
    padding-right: 2.5%;
    background-image: url(../images/Partners_Background_Craftgray.jpg);
}

.partners_section.dark_skin div.col {
    background-image: url(../images/Partners_Background_CraftBlack.jpg);
}

.partners_section#image_optics div.col {
    overflow: hidden;
}

.partners_section figure.col {
    width: 58%;
    padding-top: 53px;
    padding-bottom: 53px;
    padding-right: 3.2%;
    padding-left: 4%;
    background: url(../images/Partners_Background_White.jpg) no-repeat left center / cover;
}

.partners_section.reverse figure.col {
    padding-right: 4%;
    padding-left: 7.8%;
    background: #fff;
}

.partners_section div.col .outer_wrapper {
    position: relative;
    width: 100%;
    max-width: 586px;
    padding-right: 5%;
    z-index: 2;
}

.partners_section.reverse div.col .outer_wrapper {
    padding-right: 0;
    padding-left: 12%;
}

.partners_section figure.col .outer_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    width: 100%;
    max-width: 834px;
}

.partners_section.reverse figure.col .outer_wrapper {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.partners_section h1 {
    position: relative;
    padding-top: 3%;
    padding-bottom: 20px;
    font-size: 104px;
    line-height: 1em;
    color: #d3de1a;
}

.partners_section h1 span {
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
}

.partners_section h1 .border {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 6px;
}

.partners_section h1.active .border {
    background-color: #d3de1a;
    -webkit-animation: border 2s 1s linear forwards;
    animation: border 2s 1s linear forwards;
}

.partners_section h2 {
    padding-bottom: 20px;
    font-size: 54px;
    line-height: 0.9em;
    color: #687b7a;
}

.partners_section.reverse h2,
.partners_section.light_skin h2 {
    color: #16252e;
}

.partners_section.dark_skin h2 {
    color: #687b7a;
}

.partners_section p {
    padding-bottom: 30px;
    font-size: 26px;
    line-height: 1.125em;
    color: #fff;
}

.partners_section a {
    color: #d3de1a;
}

.partners_section a:hover,
.partners_section a:active {
    color: #fff;
}

.partners_section p:last-of-type {
    padding-bottom: 0
}

.partners_section figure img {
    margin: 0
}

.partners_section.reverse .slider {
    float: right;
}

.partners_section .slider {
    position: relative;
    width: 100%;
    max-width: 771px;
}

.partners_section figure .slick-arrow {
    position: absolute;
    top: 50%;
    width: 94px;
    height: 52px;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
    text-indent: -9999em;
    z-index: 9;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.partners_section figure .slick-prev {
    left: 18px;
    background-image: url(../images/icon-slider-prev.svg);
    background-position: left center;
}

.partners_section figure .slick-next {
    right: 18px;
    background-image: url(../images/icon-slider-next.svg);
    background-position: right center;
}
/*  
     ⤵︎ 

       ⋮⋮⫸  end PARTNERS page

     ⤴︎   
*/
/*  
     ⤵︎ 

       ⋮⋮⫸  PORTFOLIO page

     ⤴︎   
*/
#portfolio_entries .entries {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

#portfolio_entries article.entry {
    width: 16.666%;
}

#portfolio_entries article.entry a {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 100%;
}

#portfolio_entries article.entry .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 9px;
    background-color: rgba(27, 37, 45, 0.8);
    font-size: 16px;
    line-height: 1.125em;
    color: #fff;
    text-align: center;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
         -o-transition: opacity 0.3s ease-out;
            transition: opacity 0.3s ease-out;
}

#portfolio_entries article.entry a:hover .wrapper {
    opacity: 1
}

#portfolio_entries article.entry .wrapper h1,
#portfolio_entries article.entry .wrapper p {
    width: 100%;
    padding-bottom: 0;
}

#portfolio_entries article.entry h1 {
    margin-bottom: 15px;
    font-size: 26px;
    line-height: 1em;
    color: #d3de1a;
    text-transform: uppercase;
}

#portfolio_entries article.entry h1 span:after {
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 3px;
    width: 76%;
    background-color: #d3de1a;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    content: ''
}

#portfolio_entries article.entry h1 span {
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
}
/*  
     ⤵︎ 

       ⋮⋮⫸  end PORTFOLIO page

     ⤴︎   
*/
/*  
     ⤵︎ 

       ⋮⋮⫸  PORTFOLIO POST page

     ⤴︎   
*/
#portfolio_post .slider {
    padding-top: 192px;
    padding-bottom: 53px;
}

#portfolio_post .slider .container {
    max-width: 1416px;
}

#portfolio_post .back_top_btn {
    padding-bottom: 42px;
    text-align: right
}

#portfolio_post .back_top_btn a {
    display: inline-block;
    padding: 14px 27px;
    background-color: #cdd71a;
    -webkit-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

#portfolio_post .back_top_btn a span {
    display: block;
    padding: 0 2px 3px 3px;
    border-bottom: 5px solid #16252e;
    font-size: 35px;
    line-height: 1em;
    color: #16252e;
    -webkit-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

#portfolio_post .back_top_btn a:hover,
#portfolio_post .back_top_btn a:active {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

#portfolio_post .back_top_btn a:hover span,
#portfolio_post .back_top_btn a:active span {
    border-color: #fff;
    color: #fff;
}

#portfolio_post .slider .slick-arrow {
    position: absolute;
    top: 50%;
    width: 139px;
    height: 92px;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
    text-indent: -9999em;
    z-index: 9;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

#portfolio_post .slider .slick-prev {
    left: 34px;
    background-image: url(../images/icon-slider-prev.svg);
    background-position: left center;
}

#portfolio_post .slider .slick-next {
    right: 34px;
    background-image: url(../images/icon-slider-next.svg);
    background-position: right center;
}

#portfolio_post .slider .large_images {
    padding-bottom: 53px;
}

#portfolio_post .slider .large_images img {
    margin-bottom: 0;
}

#portfolio_post .slider .thumbs .image:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(27, 36, 44, 0.4);
    content: '';
    -webkit-transition: background 0.3s ease-out;
         -o-transition: background 0.3s ease-out;
            transition: background 0.3s ease-out;
}

#portfolio_post .slider .thumbs .slick-current .image:after,
#portfolio_post .slider .thumbs .image:hover:after {
    background-color: rgba(27, 36, 44, 0.2);
}

#portfolio_post .slider .thumbs .image {
    position: relative;
    cursor: pointer;
}

#portfolio_post .slider .thumbs img {
    display: block;
    height: 180px;
    width: auto;
    margin-bottom: 0;
}

#port_post_info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

#port_post_info .col {
    width: 50%;
    padding: 53px 3.7% 96px;
}

#port_post_info header.col {
    background-image: url(../images/portfolio_post_bg_header.jpg);
}

#port_post_info div.col {
    background-image: url(../images/portfolio_post_bg_content.jpg);
    color: #1b242c;
    font-size: 26px;
    line-height: 1.25em;
}

#port_post_info .col .outer_wrapper {
    width: 100%;
    max-width: 658px;
}

#port_post_info header .outer_wrapper {
    float: right;
}

#port_post_info header h1:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80%;
    max-width: 240px;
    height: 9px;
    background-color: #d3de1a;
    content: '';
}

#port_post_info header h1 {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 117px;
    line-height: 1em;
    color: #d3de1a;
}

#port_post_info header h2 {
    padding-bottom: 30px;
    font-size: 53px;
    line-height: 1.125em;
    color: #6c7979;
}

#port_post_info header .tags {
    font-size: 26px;
    line-height: 1.25em;
    color: #fff;
}

#port_post_info header .tags p {
    padding-bottom: 0;
}

#port_post_info .next {
    text-align: right;
}

#port_post_info a.btn {
    display: inline-block;
    margin-top: 24px;
    padding: 6px 16px 11px 16px;
    background-color: transparent;
    border: 3px solid #100928;
    font-size: 32px;
    line-height: 1.125em;
    text-align: center;
    text-transform: uppercase;
    color: #100928;
    -webkit-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

#port_post_info a.btn span {
    display: inline-block;
    border-bottom: 3px solid #d3de1a;
    -webkit-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

#port_post_info a.btn:hover,
#port_post_info a.btn:active {
    background-color: #cdd71a;
    border-color: #cdd71a;
    color: #100928;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
}

#port_post_info a.btn:hover span,
#port_post_info a.btn:active span {
    border-color: #19262c;
}

#portfolio_page .back_btn {
    padding: 24px 2.5%;
    background: url(../images/back_post_bg.jpg) no-repeat left top / cover;
    text-align: center;
}

#portfolio_page .back_btn a {
    display: inline-block;
    padding-bottom: 3px;
    font-size: 35px;
    line-height: 1em;
    text-transform: uppercase;
    color: #d2de1a;
    border-bottom: 5px solid #d2de1a;
    -webkit-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

#portfolio_page .back_btn a:hover,
#portfolio_page .back_btn a:active {
    color: #d2de1a;
    border-bottom-color: #fff;
}
/*  
     ⤵︎ 

       ⋮⋮⫸  end PORTFOLIO POST page

     ⤴︎   
*/
/*  
     ⤵︎ 

       ⋮⋮⫸  GRAPHICS page

     ⤴︎   
*/
#graphics_page .dropdown_section .lists .content {
    /*display: block !important*/
}

#graphics_page .dropdown_section .lists .titles h2 {
    /*background: none;
    cursor: auto*/
}

#graphics_page .dropdown_section .lists .content .item {
    padding-top: 38px;
    padding-bottom: 0;
}

#graphics_intro {
    padding-bottom: 30px;
}

#graphics_intro a.btn {
    display: block;
    width: 205px;
    height: 205px;
    margin: auto;
    text-indent: -99999em;
    overflow: hidden;
    background: url(../images/Button_GraphicsCatalogue.png) no-repeat center center / contain;
}

#graphics_intro a.btn:hover,
#graphics_intro a.btn:active {
    background-image: url(../images/Button_GraphicsCatalogue_Hover.png)
}
/*  
     ⤵︎ 

       ⋮⋮⫸  end GRAPHICS page

     ⤴︎   
*/
/*  
     ⤵︎ 

       ⋮⋮⫸  PROPS page

     ⤴︎   
*/
#props_intro.bgImg {
    background-position: top right;
}

#props_page .dropdown_section .lists .content {
    display: block !important
}

#props_page .dropdown_section .lists .titles h2 {
    background: none;
    cursor: auto
}

#props_page .dropdown_section .lists .content .item {
    padding-top: 38px;
    padding-bottom: 0;
}
/*  
     ⤵︎ 

       ⋮⋮⫸  end PROPS page

     ⤴︎   
*/
/*  
     ⤵︎ 

       ⋮⋮⫸  TEAM page

     ⤴︎   
*/
#team_page .hero {
    height: auto;
    padding-top: 170px;
    padding-bottom: 53px;
    text-align: center;
    color: #fff;
}

#team_page .hero .container {
    padding-top: 4%
}

#team_page .hero h1 .vertical {
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
    padding-right: 5px;
}

#team_page .hero h1 .vertical span {
    position: relative;
    top: -15px;
    display: block;
    font-size: 75px;
    line-height: 1em;
    color: #6c7a7a;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
}

#team_page .hero .btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-top: 5%;
}

#team_page .hero a.btn:after {
    position: absolute;
    left: 50%;
    bottom: 11px;
    width: 85%;
    max-width: 102px;
    height: 3px;
    background-color: #dedfe0;
    content: '';
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

#team_page .hero a.btn {
    position: relative;
    display: inline-block;
    padding: 6px 16px 15px 16px;
    margin-left: 28px;
    margin-right: 28px;
    background-color: transparent;
    border: 3px solid #cdd81a;
    font-size: 30px;
    line-height: 1.125em;
    text-align: center;
    text-transform: uppercase;
    color: #9aa4a5;
    -webkit-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

#team_page .hero a.btn:hover,
#team_page .hero a.btn:active {
    background-color: #cdd81a;
    color: #19262c;
}

#team_page .hero a.btn:hover:after,
#team_page .hero a.btn:active:after {
    background-color: #19262c;
}

.team_section {
    padding-top: 34px;
    padding-bottom: 30px;
}

.team_section .container {
    max-width: 1118px;
}

.team_section h1.main_title {
    padding-bottom: 30px;
    padding-top: 0;
    font-size: 53px;
    text-align: center;
    color: #1b252d;
}

.team_section.alt h1.main_title {
    color: #d3de1a;
}

.team_section .cols {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

.team_section article {
    position: relative;
    width: 33.333%;
    padding-left: 30px;
    padding-right: 30px;
    color: #1b252d;
}

.team_section.alt article {
    color: #fff;
}

.team_section article figure {
    position: relative;
    overflow: hidden;
}

.team_section article figure img {
    margin-bottom: 0;
}

.team_section article figure img:last-child {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

.team_section article:hover img:last-child {
    opacity: 1
}

.team_section h1,
.team_section h2 {
    padding-bottom: 0;
    font-size: 1.25em;
}

.team_section h1 {
    padding-top: 15px;
    text-align: right;
}

.team_section h2 {
    position: absolute;
    top: 70px;
    left: -66px;
    text-align: right;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
}
/*  
     ⤵︎ 

       ⋮⋮⫸  end TEAM page

     ⤴︎   
*/
/*  
     ⤵︎ 

       ⋮⋮⫸  CHRONICLES page

     ⤴︎   
*/
#chronicles_page .hero {
    height: auto;
    padding-top: 170px;
    padding-bottom: 53px;
    text-align: center;
    color: #fff;
}

#chronicles_page .hero .container {
    padding-top: 4%
}

#chronicles_page .hero h1 {
    display: inline-block;
}

#chronicles_page .hero h1 .vertical {
    position: absolute;
    top: 46px;
    left: -77px;
}

#chronicles_page .hero h1 .vertical span {
    display: block;
    font-size: 74px;
    line-height: 1em;
    color: #6c7a7a;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
}

#chronicles_page .hero h1 .underline {
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
}

#chronicles_page .hero h1 .border {
    display: block;
}

#chronicles_page .hero h2 {
    padding-bottom: 20px;
    font-size: 53px;
    line-height: 0.9em;
    color: #6c7a7a;
}

#chronicles_page .hero .btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-top: 30px;
}

#chronicles_page .hero a.btn:after {
    position: absolute;
    left: 50%;
    bottom: 11px;
    width: 85%;
    max-width: 102px;
    height: 3px;
    background-color: #dedfe0;
    content: '';
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

#chronicles_page .hero a.btn {
    display: inline-block;
    padding-bottom: 20px;
    margin-left: 28px;
    margin-right: 28px;
    font-size: 30px;
    line-height: 1.125em;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

#chronicles_page .hero a.btn {
    position: relative;
    padding: 6px 16px 15px 16px;
    background-color: transparent;
    border: 3px solid #cdd81a;
    color: #9aa4a5;
}

#chronicles_page .hero a.btn:hover,
#chronicles_page .hero a.btn:active {
    background-color: #cdd81a;
    color: #19262c;
}

#chronicles_page .hero a.btn:hover:after,
#chronicles_page .hero a.btn:active:after {
    background-color: #19262c;
}

#chronicles_page .timeline:after {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 11px;
    background-color:  #d3de1a;
    z-index: 3;
    content: ''
}

#chronicles_page .timeline {
    position: relative;
}

.chronicles_section .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    max-width: 1382px;
}

.chronicles_section .col {
    position: relative;
    width: 37.5%;
    z-index: 9;
}

.chronicles_section figure.col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
}

.chronicles_section figure.col .bgImg {
    width: 440px;
    height: 440px;
    border-radius: 50%;
    border: 9px solid #d3de1a;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
            box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
}

.chronicles_section div.col {
    min-height: 480px;
    padding: 20px 30px;
}

.chronicles_section h1:before {
    position: absolute;
    left: 50%;
    top: -20px;
    bottom: -20px;
    width: 120vw;
    background-color: #fff;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    content: ''
}

.chronicles_section.alt h1:before {
    background-color: #1b252d;
}

.chronicles_section h1:after {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 50%;
    height: 6px;
    background-color: #1b252d;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    content: ''
}

.chronicles_section.alt h1:after {
    background-color: #fff;
}

.chronicles_section h1 {
    position: relative;
    padding: 0 38px 10px 38px;
    font-size: 140px;
    line-height: 0.8em;
    color: #1b252d;
    z-index: 7;
}

.chronicles_section.alt h1 {
    color: #fff;
}

.chronicles_section h1 span {
    position: relative;
}

.chronicles_section h2 {
    padding-bottom: 15px;
    font-size: 53px;
    line-height: 0.95em;
    color: #6c7a7a;
}

.chronicles_section p {
    padding-bottom: 1.25rem;
    font-size: 1.25em;
    line-height: 1.375em;
    color: #fff;
}

.chronicles_section.alt .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}

.chronicles_section.three div.col {
    background-color: #fff;
}

.chronicles_section.three h2 {
    color: #1b252d;
}

.chronicles_section.three p {
    color: #6c7a7a;
}

.chronicles_section.four div.col {
    background-color: #364247;
}

.chronicles_section .video_bg video {
    
}
/*  
     ⤵︎ 

       ⋮⋮⫸  end CHRONICLES page

     ⤴︎   
*/
/*  
     ⤵︎ 

       ⋮⋮⫸  CONTACT page

     ⤴︎   
*/
#contact_page .hero {
    height: auto;
    padding-top: 170px;
    padding-bottom: 38px;
    text-align: center;
    color: #fff;
}

#contact_page .hero .container {
    padding-top: 4%
}

#contact_page .hero h1 .vertical {
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
    padding-right: 5px;
}

#contact_page .hero h1 .vertical span {
    position: relative;
    top: -15px;
    display: block;
    font-size: 75px;
    line-height: 1em;
    color: #6c7a7a;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
}

#contact_page .hero .schedule {
    font-size: 26px;
    line-height: 1.5em;
    color: #fff;
}

#contact_page .hero .schedule span {
    color: #CFDA1A;
}

#contact_info .container {
    width: 98%;
    max-width: 1480px;
}

.contact_slider {
    position: relative;
    width: 100%;
    height: 640px;
}

.contact_slider .slide {
    position: absolute;
    width: 100%;
    height: 640px;
    background-image: url(../images/contact-bg-1.jpg);
    top: 0;
}

.contact_slider .slide.one {
    z-index: 3
}

.contact_slider .slide.two {
    z-index: 4
}

.contact_slider .slide.three {
    z-index: 5
}

.contact_slider .slide.four {
    z-index: 6
}

.contact_slider .slide .col {
    position: absolute;
    top: 0;
    height: 640px;
}

.contact_slider .slide.one .col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 53px 20px;
}

.contact_slider .slide.one .col:nth-child(1) {
    left: 0;
    width: 31.82%;
}

.contact_slider .slide.one .col:nth-child(2) {
    left: 31.82%;
    width: 31.82%;
}

.contact_slider .slide.one .col:nth-child(3) {
    left: 63.64%;
    width: 36.36%;
}

.contact_slider .slide.one .col img {
    margin: 0;
}

.contact_slider .slide.one .label:before {
    position: absolute;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    content: ''
}

.contact_slider .slide.one .label {
    position: absolute;
    font-size: 23px;
    line-height: 1em;
    color: #1A252D;
    cursor: pointer;
}

.contact_slider .slide.one .col .label span {
    position: relative;
    display: block;
    padding: 5px 20px;
    border: 2px solid #1A252D;
    z-index: 2;
    -webkit-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

.contact_slider .slide.one .col a:hover .label span,
.contact_slider .slide.one .col a:active .label span {
    background-color: #D2DA4D;
    border-color: #D2DA4D;
}

.contact_slider .slide.one .col:nth-child(1) .label:before {
    top: 30px;
    left: 30px;
    width: 30px;
    height: 92px;
    background-image: url(../images/connector-1.svg);
}

.contact_slider .slide.one .col:nth-child(1) .label {
    left: 26%;
    top: 10%;
}

.contact_slider .slide.one .col:nth-child(2) .label:before {
    bottom: 10px;
    left: -37px;
    width: 43px;
    height: 142px;
    background-image: url(../images/connector-2.svg);
}

.contact_slider .slide.one .col:nth-child(2) .label {
    left: 37%;
    bottom: 8%;
}

.contact_slider .slide.one .col:nth-child(3) .label:before {
    top: 11px;
    right: -90px;
    width: 95px;
    height: 188px;
    background-image: url(../images/connector-3.svg);
}

.contact_slider .slide.one .col:nth-child(3) .label {
    right: 39%;
    top: 8%;
}

.contact_slider .slide.one .col:nth-child(1) img {
    width: 341px;
}

.contact_slider .slide.one .col:nth-child(3) img {
    padding-top: 7%;
}

.contact_slider .slide.two .col.one,
.contact_slider .slide.three .col.one,
.contact_slider .slide.four .col.one {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    left: 0;
    width: 32.7%;
    padding: 20px;
}

.contact_slider .slide.two .col.two:before,
.contact_slider .slide.three .col.two:before,
.contact_slider .slide.four .col.two:before {
    position: absolute;
    bottom: 10%;
    right: 6%;
    width: 256px;
    height: 256px;
    background: url(../images/icon-contact-phone.svg) no-repeat center center / contain;
    content: '';
}

.contact_slider .slide.two .col.two:before {
    background: url(../images/icon-contact-phone.svg) no-repeat center center / contain;
}

.contact_slider .slide.three .col.two:before {
    background: url(../images/icon-contact-mail.svg) no-repeat center center / contain;
}

.contact_slider .slide.four .col.two:before {
    background: url(../images/icon-contact-location.svg) no-repeat center center / contain;
}

.contact_slider .slide.two .col.two,
.contact_slider .slide.three .col.two,
.contact_slider .slide.four .col.two {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: space-between;
        -ms-flex-line-pack: justify;
            align-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    right: 0;
    width: 67.3%;
    padding: 48px 5%;
    background-image: url(../images/contact-bg-2.jpg)
}

.contact_slider .slide header,
.contact_slider .slide h2,
.contact_slider .slide h3,
.contact_slider .slide h4,
.contact_slider .slide p,
.contact_slider .slide .arrow {
    position: relative;
    width: 100%;
}

.contact_slider .slide h1:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 63%;
    height: 6px;
    background-color: #D2DD1A;
    content: ''
}

.contact_slider .slide header h1 {
    display: inline-block;
    padding-bottom: 2px;
    margin-bottom: 20px;
    position: relative;
    font-size: 104px;
    line-height: 1em;
    color: #D2DD1A;
}

.contact_slider .slide h2 {
    padding-bottom: 20px;
    position: relative;
    font-size: 54px;
    line-height: 1em;
    color: #687B7A;
}

.contact_slider .slide p {
    padding-bottom: 20px;
    position: relative;
    font-size: 26px;
    line-height: 1.125em;
    color: #fff;
}

.contact_slider .slide p .yellow {
    color: #CFDA1A;
}

.contact_slider .arrows {
    width: 100%;
    position: relative;
}

.contact_slider .arrows a {
    display: inline-block;
    margin: 0 10px 0 0;
}

.contact_slider .arrows a img {
    margin-bottom: 0;
}

.contact_slider .slide.three .emails {
    width: 100%;
    padding-bottom: 20px;
}

.contact_slider .slide.three .emails .item {
    padding-bottom: 7px;
}

.contact_slider .slide.three .emails .item:last-child {
    padding-bottom: 0;
}

.contact_slider .slide.three .emails h2 {
    padding-bottom: 2px;
}

.contact_slider .slide a {
    color: #fff;
}

.contact_slider .slide a:hover,
.contact_slider .slide a:active {
    color: #CFDA1A;
}

.contact_slider .slide.four .inner_cols {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;                                 
}

.contact_slider .slide.four .inner_col {
    width: 45%;
}

.contact_slider .slide.four .inner_col:last-child h2 {
    padding-bottom: 0
}

.contact_slider .slide.four .inner_col:last-child h4 {
    padding-bottom: 0;
    font-size: 26px;
    color: #CFDA1A;
}

.contact_slider .slide.four .inner_col:last-child p {
    margin-bottom: 1%;
}

.contact_slider .slide.four .arrows {
    position: absolute;
    bottom: 38px;
    left: 8%;
}

.contact_slider .slide button.close_btn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #CFDA1A url(../images/icon-cross.svg) no-repeat center center / 15px auto;
    text-transform: uppercase;
    cursor: pointer;
}
/*  
     ⤵︎ 

       ⋮⋮⫸  end CONTACT page

     ⤴︎   
*/
/*  
     ⤵︎ 

       ⋮⋮⫸  PRODUCTS page

     ⤴︎   
*/
#products_page h1.page_title:before {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 80%;
    max-width: 108px;
    height: 6px;
    background-color: #1b252d;
    content: '';
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

#products_page h1.page_title {
    position: relative;
    width: 100%;
    padding-top: 24px;
    padding-bottom: 12px;
    margin-bottom: 36px;
    text-align: center;
    font-size: 60px;
    color: #1b252d;
}

#products_page main .container {
    width: 98%;
    max-width: 1920px;
    padding-bottom: 108px;
}

#products_page main .outer_cols {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    position: relative;
}

#products_page .main_content {
    width: calc(100% - 288px)
}

#products_page aside.sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 96px;
    min-width: 220px;
    height: 100%;
}

#products_page .intro {
    padding-bottom: 30px;
    font-size: 1.25em;
    line-height: 1.125em;
}

.prod_entries {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
    position: relative;
}

.prod_entry {
    width: 15%;
    margin: 0 0.5% 60px 0.5%
}

.prod_entry a {
    display: block;
    -webkit-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

.prod_entry a:hover,
.prod_entry a:active {
    opacity: 0.7;
}

.prod_entry figure {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}

.prod_entry figure img {
    margin: 0 0 12px 0;
}

.prod_entry h1 {
    padding-bottom: 0;
    font-size: 1.375em;
    text-align: center;
}

#products_page .sidebar h2.catalog:before {
    position: absolute;
    right: -18px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 27px 0 27px 18px;
    border-color: transparent transparent transparent #1b252d;
    content: ''
}

#products_page .sidebar h2.catalog {
    position: relative;
    margin-bottom: 18px;
    padding: 12px;
    background-color: #1b252d;
    color: #fff;
    font-size: 30px;
    line-height: 30px;
}

#products_page .sidebar ul {
    list-style-type: none;
    padding-left: 12px;
    padding-bottom: 0;
    font-size: 22px;
    line-height: 1.125em;
}

#products_page .sidebar ul ul {
    padding-left: 24px;
}

#products_page .sidebar ul li {
    margin-left: 0;
    padding-bottom: 0;
}

#products_page .sidebar ul li a {
    display: inline-block;
    padding-top: 6px;
    padding-bottom: 6px;
}

#products_page .sidebar button.close_btn {
    display: none;
}

#products_page.post .outer_cols {
    padding-top: 36px;
}

#product_post {
    max-width: 768px;
}

.prod_main_slider img {
    margin-bottom: 0;
}

.prod_main_slider a .note {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 15px;
    color: #000;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
         -o-transition: opacity 0.3s ease-out;
            transition: opacity 0.3s ease-out;
}

.prod_main_slider a:hover .note {
    opacity: 1
}

.prod_thumbs_slider {
    width: 100%;
    padding-top: 24px;
    padding-bottom: 60px;
}

.prod_thumbs_slider .thumb {
    max-width: 144px;
    border: 1px solid rgba(0,0,0,0.2);
    cursor: pointer;
}

.prod_thumbs_slider .slick-slide {
    padding-right: 2px;
}

.prod_thumbs_slider .thumb img {
    margin-bottom: 0;
}

.prod_thumbs_slider .slick-dots {
    list-style-type: none;
    text-align: center;
    padding-top: 18px;
}

.prod_thumbs_slider .slick-dots li {
    display: inline-block;
    margin-left: 6px;
    margin-right: 6px;
    padding-bottom: 6px;
}

.prod_thumbs_slider .slick-dots button {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(0,0,0,0.4);
    text-indent: -9999em;
    overflow: hidden;
    cursor: pointer;
}

.prod_thumbs_slider .slick-dots button:hover,
.prod_thumbs_slider .slick-dots .slick-active button {
    background-color: #1b252d;
}

#product_post .info { 
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    font-size: 22px;
    line-height: 1.25em;
}

#product_post .info .col  { 
    padding-right: 24px;
}

#product_post .info .description  { 
    width: 50%;
}

#product_post .info .specifications  { 
    width: 30%;
}

#product_post .info .keywords  { 
    width: 20%;
    padding-right: 0;
}

#product_post .info h2  { 
    padding-bottom: 6px;
    margin-bottom: 18px;
    font-size: 36px;
    border-bottom: 3px solid;
}

#product_post .info .item  { 
    padding-bottom: 12px;
}

#product_post .info h4  { 
    padding-bottom: 0;
    font-size: 24px;
    color: rgba(0, 0, 0, 0.5)
}

#product_post .specifications p  { 
    padding-bottom: 12px;
}

#product_post .info .col p:last-of-type {
    padding-bottom: 0;
}

#product_post .keywords ul {
    list-style-type: none;
}

#product_post .keywords ul li {
    margin-left: 0;
    padding-bottom: 6px;
}

#product_post .info a  { 
    display: inline-block;
    border-bottom: 2px solid #d1dc1a;
    -webkit-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

#product_post .info a:hover  { 
    border-color: #000;
}
/*  
     ⤵︎ 

       ⋮⋮⫸  end PRODUCTS page

     ⤴︎   
*/
/*  
     ⤵︎ 

       ⋮⋮⫸  PROJECT FORM page

     ⤴︎   
*/
#projectform_page main[role="main"] {
    min-height: 100vh;
    padding-top: 147px;
    background-image: url(../images/Partners_Background_CraftBlack.jpg);
}

#projectform_page .title {
    margin-bottom: 3%;
}

#projectform_page .hero {
    display: block;
    width: 95%;
    min-height: inherit;
    padding-top: 5%;
}

#projectform_page h2 {
    margin-bottom: 3%;
    color: #fff;
}

form.contact {
    max-width: 940px;
    margin: auto;
    padding-bottom: 108px;
}

form.contact .cols {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

form.contact .col {
    width: 49%;
}

form.contact legend,
form.contact label {
    display: block;
    width: 100%;
    padding-bottom: 12px;
    font-size: 30px;
    line-height: 1.125em;
    text-transform: uppercase;
    color: #6c7a7a;
    text-align: left;
}

form.contact legend small,
form.contact label small {
    display: block;
    font-size: 18px;
    line-height: 1.125em;
    text-transform: none;
    color: #fff;
}

form.contact label span {
    color: #FF7464;
}

form.contact input,
form.contact textarea {
    display: block;
    width: 100%;
    border-radius: 0;
    padding: 18px;
    margin-bottom: 36px;
    background-color: #fff;
    border: 2px solid #000;
    font-size: 20px;
    line-height: 1.25em;
    color: #000;
    -webkit-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

form.contact input.wpcf7-not-valid,
form.contact textarea.wpcf7-not-valid {
    margin-bottom: 16px;
}

.wpcf7-not-valid-tip {
    display: block;
    text-align: left;
    margin-bottom: 20px;
}

.wpcf7-response-output {
    color: #fff;
    font-size: 20px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #cdd81a !important;
}

form.contact input:focus,
form.contact textarea:focus {
    background: #fff;
    border-color: #fff;
}

form.contact input::-webkit-input-placeholder {
    opacity: 1;
    color: #6c7a7a;
}

form.contact input:-moz-placeholder {
    opacity: 1;
    color: #6c7a7a;
}

form.contact input::-moz-placeholder {
    opacity: 1;
    color: #6c7a7a;
}

form.contact input:-ms-input-placeholder {
    opacity: 1;
    color: #6c7a7a;
}

form.contact textarea::-webkit-input-placeholder {
    opacity: 1;
    color: #6c7a7a;
}

form.contact textarea:-moz-placeholder {
    opacity: 1;
    color: #6c7a7a;
}

form.contact textarea::-moz-placeholder {
    opacity: 1;
    color: #6c7a7a;
}

form.contact textarea:-ms-input-placeholder {
    opacity: 1;
    color: #6c7a7a;
}

form.contact p {
    padding-top: 6px;
    padding-bottom: 6px;
}

form.contact .btn {
    text-align: center;
    padding-top: 24px;
}

form.contact button {
    display: inline-block;
    padding: 12px 18px;
    background-color: #cdd81a;
    color: #1b252d;
    font-size: 30px;
    line-height: 1.125em;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

form.contact button:hover {
    color: #fff;
}
/*  
     ⤵︎ 

       ⋮⋮⫸  end PROJECT FORM page

     ⤴︎   
*/
/*  
     ⤵︎ 

       ⋮⋮⫸  FOOTER

     ⤴︎   
*/
#footer {
    padding-top: 35px;
    padding-bottom: 35px;
    background-color: #1b252d;
}

#footer .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    max-width: 1435px;
    color: #fff;
}

#footer .col {
    width: 30%;
}

#footer .col img.logo {
    max-width: 344px;
}

#footer .col:nth-child(2) {
    width: 40%;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}

#footer .col:nth-child(2) a {
    display: inline-block;
    margin-left: 12px;
    margin-right: 12px;
}

#footer .col img.logo,
#footer .col:nth-child(2) a img {
    margin-bottom: 0;
}

#footer .col:nth-child(2) a img {
    max-width: 42px;
    -webkit-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

#footer .col:nth-child(2) a:hover img {
    opacity: 0.8
}

#footer .col:nth-child(3) {
    text-align: right;
    font-size: 30px;
    line-height: 1em;
}

#footer .col:nth-child(3) p {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    padding-bottom: 0;
}

#footer .col:nth-child(3) p span {
    position: absolute;
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    background: url(../images/icon-copyright.svg) no-repeat top left / 16px auto;
    text-indent: -9999em;
    overflow: hidden;
}

.f_info {
    padding-top: 10px;
    font-size: 24px;
    line-height: 1em;
    text-align: center;
}

.f_info a {
    display: inline-block;
    margin: 5px auto;
}

#footer a {
    color: #fff;
}

#footer a:hover,
#footer a:active {
    color: rgba(255, 255, 255, 0.8)
}
/*  
     ⤵︎ 

       ⋮⋮⫸  end FOOTER

     ⤴︎   
*/