@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
/*********************************************** GLOBAL STYLES ***********************************************/
* {
  box-sizing: border-box;
}
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow-y: scroll;
}
html,
body {
    height: 100%;
    min-height: 100%;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 1.2;
    color: #000000;
    margin: 0; 
}
a {
    color: #6e9e9d;
    text-decoration: none;
    cursor: pointer;
    background-color: transparent;
}
a span {
     color: #191919;
}
a:active,
a:hover {
    color: #191919;
    text-decoration: none;
    outline: 0;
}
a:hover span {
     color: #6e9e9d;
}
img {
    box-sizing: border-box;
    border: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
    max-width: 100%;
    height: auto;
}


/*********************************************** FOOTER STYLES ***********************************************/
footer {
    background-color: #7e0b2c;
    color: white;
    padding:85px 0 120px;
}
.footer_holder {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer_social {
    display: flex;
    justify-content: space-between;
    padding: 25px 20px 0;
}
.footer_nav a {
    color: white;
    font-weight: 900;
    font-size: 21px;
    text-decoration: none;
    margin-left: 50px;
}
.footer_nav a:first-of-type {
    margin-left: 0;
}
.footer_logos {
    display: flex;
    width: 100%;
    justify-content: end;
}
.footer_logos {
    margin-top: 40px;
}
.footer_logos img {
    margin-left: 40px;
}
.footer_logos img:first-of-type {
    margin-left: 0px;
}
.footer_bottom {
    margin-top: 50px;
    padding-top: 50px;
    border-top: 2px solid #973a55;
}
.footer_copy {
    text-align: center;
    font-size: 16px;
}
/*********************************************** FAQ STYLES ***********************************************/
.faq {
    background-image: url('../img/faq-bcg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0 90px;
}
.faq h1 {
    font-size: 58px;
    color: #7e0b2c;
    font-weight: 900;
    text-align: center;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 50px;
}
.faq h1 span {
    font-size: 58px;
    color: black;
    font-weight: 400;
    font-style: italic;
}
.accordion-button::after {
      content: '+'; 
      font-size: 1.5rem;
      color: #7e0b2c;
      background-image: none !important;
      transform: none !important;
      position: relative;
     top: -5px;
}

.accordion-button:not(.collapsed)::after {
  content: '−';
}
.accordion-button:focus {
  box-shadow: none;
  outline: none;
}

.accordion-button:not(.collapsed) {
  background-color: #fff;
  border-bottom: 1px solid #888;
  color: black;
  font-weight: 900;
  font-size: 20px;
  padding: 20px 0;
}
.accordion-button {
  color: black;
  font-weight: 900;
  font-size: 20px;
  padding: 20px 0;
  background-color: #cecece !important;
  color: #000;
}
.accordion-item {
      margin-bottom: 1rem;
      border: none;
      padding: 0 20px;
      border-radius: 20px!important;
      overflow: hidden;
      box-shadow: none;
      background-color: #cecece;
}
.accordion-body {
    background-color: #cecece;
    padding: 20px 0;
    font-size: 16px;
}
/*********************************************** PROJECT STYLES ***********************************************/
.projects {
    background-image: url('../img/projects-bcg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0 90px;
    color: white;
}
.projects h1 {
    font-size: 80px;
    color: white;
    font-weight: 900;
    text-align: center;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 50px;
}
.projects .intro_block p {
    color: white;
    text-align: center;
}
.project_moto {
    font-size: 20px;
    font-weight: 900;
    font-style: italic;
}
.projects  {
    margin-bottom: 40px;
}
.hp_project_item a {
    position: relative;
    display: flex;
}
.hp_project_item .project_desc {
    position: absolute;
    bottom: 0;
    left: 0;
    color: black;
    font-size: 19px;
    padding: 27px 15px 0;
    width: 100%;
    background: white;
    clip-path: polygon(0 0, 100% 23%, 100% 100%, 0 100%);
}
.hp_project_item .project_desc h3{
    margin: 0;
    color: #7d102c;
    font-weight: 900;
}
.projects .cta_block {
    margin-top: 40px;
    text-align: center;
}
.projects .cta_block a {
    padding: 10px 40px 10px 20px;
    display: inline-block;
    text-transform: uppercase;
    color: white;
    text-decoration: none;
    border:1px solid white;
    font-weight: 900;
}
.projects .cta_block a:first-of-type {
    background-color: #7e0b2c;
    margin-right: 15px;
    background-image: url('../img/black-arrow.png');
    background-repeat: no-repeat;
    background-position: 95% 14px;
}
.projects .cta_block a:last-of-type {
    background-color: black;
    background-image: url('../img/white-arrow.png');
    background-repeat: no-repeat;
    background-position: 95% 14px;
}
/*********************************************** SERVICES STYLES ***********************************************/
.services {
    background-image: url('../img/services-bcg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0 90px;
    color: white;
}
.services h1 {
    font-size: 58px;
    color: #7e0b2c;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 50px;
}
.services h1 span {
    font-size: 58px;
    color: black;
    font-weight: 400;
    font-style: italic;
}
.services .slick-dots li button {
    width: 22px;
    height: 22px;
    border: 2px solid black;
    background: #7e0b2c;
}
.services .slick-dots li button:before {
    display: none;
}
.services .slick-dots li button:hover, .services .slick-dots li button:focus, .services .slick-dots li.slick-active button {
    background: white;
}
.services .slick-dots {
    left: 7px;
    bottom: -40px;
    text-align: left;
}
.services .slider_arrows {
    width: 100%;
    height: 32px;
    position: relative;
    margin-bottom: 25px;
}
.services .slick-prev:before, 
.services .slick-next:before {
    display: none;
    content: '';
}
.services .slick-prev {
    right:75px;
    left: auto;
    top: 0;
    width: 32px;
    height: 32px;
    transform: none !important;
}
.services .slick-next {
    right:32px;
    left: auto;
    top: 0;
    width: 32px;
    height: 32px;
    transform: none !important;
}
.service_slider a {
    position: relative;
}
.service_data  p {
    margin: 0!important;
}
.service_data {
    display: flex;
    justify-content: normal;
    align-items: center;
    gap: 20px;
    position: absolute;
    color: white;
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
    font-size: 24px;
    bottom: 21px;
}
.services .intro_block {
    position: relative;
}
.services .helmet {
    position: absolute;
    right: 0;
    top: -120%;
}
/*********************************************** KEYART ***********************************************/
.keyart {
    height: 700px;
    position: relative;
}
.keyart .container {
    position: relative;
}
.keyart h1 {
    font-size: 80px;
    color: white;
    font-weight:900;
    text-transform: uppercase;
    line-height: .9;
    margin-bottom: 30px;
}
.keyart h1 span {
    font-size:60px;
    font-style: italic;
    font-weight: 300;
}
.keyart h1 .bottom_title{
    font-size: 132px;
    font-weight:900;
    font-style: normal;
}
.keyart .keyart_content {
    font-size: 20px;
    font-weight: 300;
    color: white;
    margin-bottom: 40px;
}
.keyart .keyart_content strong,
.keyart .keyart_content b {
    font-weight: 900;
    
}
.keyart_cta {
    display: flex;
}
.keyart_cta a {
     color: white;
    border:2px solid white;
    font-size:18px;
    padding: 15px 45px 15px 25px;
    font-weight: 900;
    letter-spacing: 2px;
    position: relative;
}
.keyart_cta a::after {
    content: "";
    position: absolute;
    top: calc(50% - 7px);
    right: 20px;
    width: 10px;
    height: 15px;
    background-image: url(../img/white-arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
}
.keyart_cta a:first-of-type {
    margin-right:20px;
    background: #7e0b2c;
}
.keyart_cta a:first-of-type::after {
    background-image: url(../img/black-arrow.png);
}
.keyart_cta a:last-of-type {

}
.keyart .video-controls {
    position: absolute;
    left: 15px;
    bottom: 50px;
    z-index: 100;
    width: 75px;
    height: 30px;
}
.keyart .video-controls .video-playpause {
    width: 70px;
    height: 27px;
    background: url(../img/play.png) no-repeat center center;
}
.keyart .video-controls .video-playpause.active {
    background: url(../img/pause.png) no-repeat center center;
}
.inner_keyart {
    background-image: url('../img/inner-keyart.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 378px;
}
.inner_keyart h1 {
    font-size: 53px;
    color: white;
    font-weight:900;
    text-transform: uppercase;
    line-height: .9;
    margin-bottom: 30px;
}
.inner_keyart h1 span {
    font-size:40px;
    font-style: italic;
    font-weight: 300;
}
.inner_keyart h1 .bottom_title{
    font-size: 88px;
    font-weight:900;
    font-style: normal;
}
/*********************************************** HEADER ***********************************************/
.top_header-holder {
    display: block;
    background: black;
    color: white;
}
.top_header {
    display: flex;
    justify-content: end;
    align-items: center;
    padding: 15px 0;
}
.top_header a {
    color: white;
    text-decoration: none;
    font-weight: 300;
    font-size: 14px;
    text-transform: uppercase;
}
.top_header .phone,.top_header .mail {
    margin-left: 70px;
}
.top_header .phone {
    padding-left: 20px;
    background-image:url('../img/phone.png');
    background-repeat: no-repeat;
    background-position: center left;
}
.top_header .mail {
    padding-left: 30px;
    background-image:url('../img/mail.png');
    background-repeat: no-repeat;
    background-position: center left;    
}
.top_header .location {
    padding-left: 20px;
    background-image:url('../img/location.png');
    background-repeat: no-repeat;
    background-position: center left;    
}
.logo {
    margin-top: -22px;
    padding-bottom: 22px;
}
.header-holder {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main_menu {
    display: flex;
    list-style-type: none;
    justify-content: flex-end;
    padding: 0;
    margin: 0;
}
.main_menu_item {
    position: relative;
    margin-left:50px;
}
.main_menu_item.first {
    margin-left: 0;
}
.main_menu > .main_menu_item.last {
    margin-left: 80px;
}
.main_menu > .main_menu_item.last a {
    color: #7f1231;
} 
.main_menu li a {
    text-transform: uppercase;
    color: black;
    font-weight: 900;
    font-size: 20px;
}
.main_menu_item.first {
    background: url('../img/arrow-down.png') no-repeat center right;
    padding-right: 20;
}
.main_menu_item.first:hover {
    background: url('../img/arrow-up.png') no-repeat center right;
}
.main_menu_item:nth-child(2) {
    background: url('../img/arrow-down.png') no-repeat center right;
    padding-right: 20;
}
.main_menu_item:nth-child(2):hover {
    background: url('../img/arrow-up.png') no-repeat center right;
}
.main_menu li ul {
    list-style-type: none;
    padding: 20px;
    display: none;
    position: absolute;
    top: 23px;
    left: 0px;
    z-index: 10;
}
.main_menu li:hover > ul {
    display: block;
    min-width: 320px;
    background: white;
}
.main_menu li ul li {
    padding: 0px;
    margin: 0;
    border-bottom: 1px solid #000;
    background: none;
}
.main_menu li ul li:hover {
    background: none;
}
.main_menu li ul li:last-child {
    border-bottom: none;
}
.main_menu li ul li a{
    padding: 20px 0;
    margin: 0;
    color: black;
    font-weight:400;
    font-size: 18px;
    font-weight: 300;
    display: block;
    text-transform: capitalize;
}
.main_menu li .subnav li,
.main_menu li .subnav li:hover {
    background: none;
}

/*********************************************** PROJECT ***********************************************/
.project {
    padding: 100px 0 40px;
}
.project h1 {
    color: #7e0b2c;
    font-size: 60px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 0;
}
.project .location {
    color: #000000;
    font-size: 34px;
    font-weight: 300;
    font-style: italic;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 40px;
}
.project .gallery {
    padding: 40px 0;
}
.helmet-holder {
    position: relative;
    height: 1px;
    width: 100%;
}
.helmet-holder .helmet {
    position: absolute;
    right: -45px;
    top: -170px;
}
.project_overwiew {
    display: flex;
    flex-direction: column;
}
.project_overwiew > .overview_item:nth-child(odd) {
    color: white;
    background: #7e0b2c;
}
.overview_item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.item_name {
    font-weight: 900;
    width: 160px;
    padding: 10px 15px;
}
.item_value {
    font-weight: 400;
    width: calc(100% - 160px);
    padding: 10px 15px;
}
.project_overwiew > .overview_item:nth-child(even) .item_name,
.project_overwiew > .overview_item:nth-child(even) .item_value {
    padding: 20px 15px;
}
/*********************************************** SIDEBAR ***********************************************/
.sidebar {
    position: relative;
    padding-top: 130px;
}
.sidebar-menu {
    list-style-type: none;
    padding:0;
    margin:0;
}
.sidebar-menu li {
    border-bottom: 1px solid #d4d4d4;
}
.sidebar-menu li:last-child {
    border-bottom: none;
}
.sidebar-menu li a {
    font-size: 18px;
    color: #676767;
    padding: 5px;
    text-align: center;
    display: block;
    font-weight: 400;
    line-height: 48px;
    transition: .35s cubic-bezier(.25,.46,.45,.94);
}
.sidebar-menu li.active a {
    font-weight: 900;
    font-style: italic;
    color: #7e0b2c;
}
.sidebar-menu li a:hover {
    text-decoration: none;
    font-weight: 900;
    font-style: italic;
    color: #7e0b2c;
    transform: translateX(10px);
}
/*********************************************** SERVICE ***********************************************/

.service {
    padding: 100px 0 40px;
}
.service h1 {
    color: #7e0b2c;
    font-size: 60px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.wysiwyg h2 {
    font-weight: 900;
    font-size: 31px;
    margin-bottom: 25px;
}
.wysiwyg img {
    padding: 20px 0;
}
.free_quote {
    border-top: 2px solid #7e0b2c;
    margin-top: 40px;
    padding-top: 40px;
}
.free_quote h2 {
    text-transform: uppercase;
    font-size: 60px;
    font-weight: 900;
    margin-bottom: 30px;
}
.form-holder.success {
   display: none;
}
h3.message-holder  {
    display: none;
    color:black;
}
h3.message-holder.success  {
    display: block;
}
#quote-form label {
    color: #7e0b2c;
    font-size: 20px;
    font-weight: 900;
    padding: 15px 0 5px 0;
}
#quote-form input,
#quote-form textarea {
    background: #cecece;
    border: none;
    border-radius: 10px;
}
#quote-form textarea {
    padding: 10px;
}
#quote-form input[type="submit"] {
    background: white;
    border-radius: 0;
    padding: 5px 35px 5px 10px;
    border: 2px solid #7e0b2c;
    font-weight: 900;
    letter-spacing: 1px;
    color: #7e0b2c;
    background-image: url('../img/red-arrow.png');
    background-repeat: no-repeat;
    background-position: 90% 8px;
}
.contact_page .phone {
    padding-left: 20px;
    background-image:url('../img/phone.png');
    background-repeat: no-repeat;
    background-position: center left;
}
.contact_page .phone a {
    color: #7e0b2c;
    font-weight: 900;
}
.nooverflow {
overflow: hidden!important;
}

@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
  input[type=submit] {
    z-index: 10000!important;
    transform: translate3d(0, 0, 0);
    }
}