/*-----
* 
* Base Stylesheet for Dawson & Wolfe Construction Web
* Author: Matthew Boyles - https://www.embeemedialab.com
* Created 12-21-2024
* 
-----*/

:root {
  --primary-color: #A70017;
  --black: #121212;
  --white: #fff;
  --gray-light: #f5f5f5;
  --gray-dark: #333;
  
}
/*-fonts-*/
@font-face {
  font-family: 'TGSPerfectCondensed';
  src: url('../fonts/text-font/TGSPerfectCondensed.woff2') format('woff2'),
       url('../fonts/text-font/TGSPerfectCondensed.woff') format('woff'),
       url('../fonts/text-font/TGSPerfectCondensed.eot'); /* Legacy format */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'titillium';
  font-weight: 400;
  font-style: normal;
  src: local("titilliumregular"), url("../fonts/text-font/titillium-regular-webfont.woff") format("woff");
}
@font-face {
  font-family: 'titillium';
  font-weight: 300;
  font-style: normal;
  src: local("titilliumthin"), url("../fonts/text-font/titillium-thin-webfont.woff") format("woff");
}
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;600&family=Raleway:wght@400;500&display=swap");


/*-reset-*/
*, *::before, *::after {
  box-sizing: border-box;
}
* {
  margin: 0;
}
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}
input, button, textarea, select {
  font: inherit;
}
p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}
p {
  text-wrap: pretty;
}
h1, h2, h3, h4, h5, h6 {
  text-wrap: balance;
}
#root, #__next {
  isolation: isolate;
}
/*-general-styles-*/
html {
  font-size: 16px;
}
:root {
  scroll-behavior: unset;
}
body {
  padding: 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  color: #121212;
  background-color: #fff;
  font-size: 15px;
  font-size: 1rem;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}
p {
  font-size: 16px;
  color: #262626;
  line-height: 1.8em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #121212;
  font-family: "titillium";
  font-weight: 600;
}
ul {
  padding-left: 0;
  margin: 0;
}
a {
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
a:hover {
  text-decoration: none;
}
img {
  max-width: 100%;
}
.img-hm-galley{
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}
.sr-only {
  display: none !important;
  opacity: 0;
  visibility: hidden;
}
body {
  background-color: #fff;
}
.page-wrapper {
  position: relative;
  overflow: hidden;
}
.wow {
  visibility: hidden;
}
.fi:before {
  margin: 0;
}
.section-padding {
  padding: 100px 0 50px; 
}
@media (max-width: 991px) {
  .section-padding {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  .section-padding {
    padding: 15px 0;
  } 
}
.section-break {
  padding: 50px;
}
@media (max-width: 991px) {
  .page-wrapper {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .body-overlay:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}


 /*-header-*/
 .site-header {
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 28px;
  width: 100%;
  z-index: 11;
}
@media (max-width: 767px) {
  .site-header {
    position: unset;
  }
}
.site-header .navigation {
  background-color: #fff;
  margin-bottom: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
}
.sticky-header {
  width: 100%;
  position: fixed;
  left: 0;
  top: -400px;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-box-shadow: 0 -5px 15px #0000004a;
  box-shadow: 0 -5px 15px #0000004a;
}
.sticky-on {
  opacity: 1;
  top: 0;
  visibility: visible;
}
.site-header .navigation > .container {
  position: relative;
}
@media (min-width: 991px) {
  .site-header {
    padding: 0 100px;
  }
}
.site-header .row {
  width: 100%;
}
.site-header #navbar {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  
}

.site-header #navbar > ul li a:hover,
.site-header #navbar > ul li a:focus {
  text-decoration: none;
  color: #ff1900;
}
@media screen and (min-width: 992px) {
  .site-header #navbar {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: -40px;
  }
  
  .site-header #navbar li {
    position: relative;
  
  }
  .site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a {
    position: relative;
  }
  .site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a:before {
    font-family: "themify";
    content: "\e649";
    font-size: 11px;
    font-size: 0.73333rem;
    position: absolute;
    right: 15px;
    top: 58%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .site-header #navbar > ul > li:hover > .sub-menu {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
  .site-header #navbar .sub-menu > li:hover > .sub-menu {
    left: 100%;
    visibility: visible;
    opacity: 1;
  }
}
.site-header .container-fluid {
  padding-right: 0;
}
@media (max-width: 991px) {
  .site-header .container {
    width: 100%;
    max-width: 100%;
  }
  .site-header .header-right {
    right: -10px;
  }
  .site-header .navbar-header button span {
    background-color: #fff;
    width: 20px;
    display: block;
    height: 2px;
    margin-bottom: 5px;
  }
  .site-header .navbar-header button span:last-child {
    margin: 0;
  }
}
.site-header #navbar ul {
  list-style: none;
}

@media (max-width: 991px) {
  .site-header #navbar {
    top: 0;
    visibility: visible;
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .site-header #navbar > ul {
    z-index: 101;
  }
  .site-header #navbar ul a {
    color: #000;
  }
  .site-header #navbar ul a:hover,
  .site-header #navbar ul li.current a {
    color: #A70017;
  }
  .site-header #navbar .close-navbar .ti-close {
    position: relative;
    top: 1px;
  }
  .site-header .navbar-toggler .first-angle,
  .site-header .navbar-toggler .last-angle {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .site-header .x-close .middle-angle {
    opacity: 0;
  }
  .site-header .x-close .first-angle {
    position: absolute;
    transform: rotate(-44deg);
    -webkit-transform: rotate(-44deg);
    top: 16px;
    left: 10px;
  }
  .site-header .x-close .last-angle {
    transform: rotate(44deg);
    -webkit-transform: rotate(44deg);
    position: absolute;
    top: 16px;
    right: 10px;
  }
}
@media (max-width: 767px) {
  .site-header .navbar-header .navbar-brand {
    font-size: 24px;
  }
  .site-header #navbar .navbar-nav {
    margin: 0;
  }
}
@media (max-width: 991px) {
  .site-header .navbar-collapse.collapse {
    display: none;
  }
  .site-header .navbar-collapse.collapse.in {
    display: block;
  }
  .site-header .navbar-header .collapse,
  .site-header .navbar-toggle {
    display: block;
  }
  .site-header .navbar-header {
    float: none;
    position: relative;
    z-index: 99;
    text-align: center;
  }
  .site-header .navbar-right {
    float: none;
  }
  .site-header .navbar-nav {
    float: none;
  }
  .site-header .navbar-nav > li {
    float: none;
  }
}
.site-header .header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 991;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  right: -10px;
}
@media (max-width: 349px) {
  .site-header .header-right {
    right: -20px;
  }
}
.site-header .header-right button {
  padding: 0;
  border: 0;
  outline: 0;
}
.site-header .header-right > div {
  float: left;
  position: relative;
  margin-right: 10px;
}
@media (max-width: 450px) {
  .site-header .header-right > div {
    margin-right: 0px;
  }
}
.site-header .header-right > div:last-child {
  margin: 0 0 0 10px;
  position: relative;
}
@media (max-width: 767px) {
  .site-header .header-right > div:last-child {
    margin: 3px 0 0 10px;
  }
}
.site-header .header-right .header-search-form-wrapper {
  position: relative;
}
.site-header .header-right .header-search-form-wrapper .fi:before {
  font-size: 18px;
}
.site-header .header-right .search-toggle-btn,
.site-header .header-right .cart-toggle-btn {
  background-color: transparent;
  line-height: 0.66em;
  color: #232f4b;
  width: 50px;
  height: 50px;
  border: 0;
  border-radius: 50%;
}
@media (max-width: 1200px) {
  .site-header .header-right .search-toggle-btn,
  .site-header .header-right .cart-toggle-btn {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 991px) {
  .site-header .header-right .search-toggle-btn,
  .site-header .header-right .cart-toggle-btn {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 991px) {
  .site-header .header-right .search-toggle-btn .fi:before,
  .site-header .header-right .cart-toggle-btn .fi:before {
    font-size: 16px;
  }
}
.site-header .header-right .search-toggle-btn .ti-close,
.site-header .header-right .cart-toggle-btn .ti-close {
  display: block;
  line-height: 20px;
  position: relative;
  top: -2px;
}
@media (max-width: 991px) {
  .site-header .navigation {
    padding: 15px 0;
  }
}
@media (max-width: 767px) {
  .site-header .navigation {
    padding: 10px 0;
  }
}
@media screen and (min-width: 992px) {
  .site-header #navbar li {
    position: relative;
  }
  .site-header #navbar > ul > li > a {
    padding: 35px 20px;
    display: block;
    color: #fff; 
    font-weight: 400;
    font-size: 25px; 
    position: relative;
    text-transform: uppercase;
    font-family: "titillium";
  }
}
.sub-page-nav {
  color: #000;
}
@media screen and (min-width: 992px) and (max-width: 1870px) {
  .site-header #navbar > ul > li > a {
    padding: 15px 18px;
  }
}
@media screen and (min-width: 992px) {
  .site-header #navbar > ul .sub-menu {
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 20px 0px rgba(62, 65, 159, 0.09);
            box-shadow: 0px 2px 20px 0px rgba(62, 65, 159, 0.09);
    width: 270px;
    position: absolute;
    padding: 20px 0;
    left: 0;
    top: 110%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .site-header #navbar > ul .sub-menu {
    width: 230px;
  }
}
@media screen and (min-width: 992px) {
  .site-header #navbar > ul > li .sub-menu a {
    font-size: 18px;
    display: block;
    padding: 10px 15px;
    color: #323232;
    position: relative;
    overflow: hidden;
    font-weight: 400;
    text-transform: uppercase;
    font-family: "titillium";
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .site-header #navbar > ul > li .sub-menu a {
    font-size: 15px;
  }
}
@media screen and (min-width: 992px) {
  .site-header #navbar > ul > li .sub-menu a:after {
    position: absolute;
    left: 15px;
    bottom: 4px;
    width: 0px;
    height: 2px;
    content: "";
    background: #A70017;
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 0;
    visibility: hidden;
  }
  .site-header #navbar > ul > li .sub-menu a:hover:after, .site-header #navbar > ul > li .sub-menu a.active:after {
    width: 40px;
    opacity: 1;
    visibility: visible;
  }
  .site-header #navbar > ul > li > .sub-menu .sub-menu {
    left: 110%;
    top: 0;
  }
  .site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a {
    position: relative;
  }
  .site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a:before {
    font-family: "themify";
    content: "\e649";
    font-size: 11px;
    font-size: 0.73333rem;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .site-header #navbar > ul > li:hover > .sub-menu {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
  .site-header #navbar .sub-menu > li:hover > .sub-menu {
    left: 100%;
    visibility: visible;
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .site-header #navbar > ul > li a {
    display: block;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
  }
  .site-header #navbar > ul > li a:hover, .site-header #navbar > ul > li a.active {
    color: #fff;
  }
  .site-header #navbar > ul .sub-menu > li:last-child {
    border-bottom: 0;
  }
  .site-header #navbar > ul > li > .sub-menu a {
    padding: 8px 15px 8px 45px;
  }
  .site-header #navbar > ul > li > .sub-menu .sub-menu a {
    padding: 8px 15px 8px 65px;
  }
  .site-header #navbar > ul .menu-item-has-children > a {
    position: relative;
    color: #fff;
  }
  .site-header #navbar > ul .menu-item-has-children > a:hover, .site-header #navbar > ul .menu-item-has-children > a.active {
    color: #fff;
  }
  .site-header #navbar > ul .menu-item-has-children > a:before {
    font-family: "themify";
    content: "\e649";
    font-size: 11px;
    font-size: 0.73333rem;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .site-header #navbar > ul .menu-item-has-children > a.rotate:before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    top: 29%;
  }
  .site-header #navbar > ul .menu-item-has-children > a.rotate {
    color: #fff;
  }
}
@media screen and (min-width: 992px) {
  .site-header .navbar-header .open-btn {
    display: none;
  }
  .site-header #navbar .close-navbar {
    display: none;
  }
}
.site-header .menu-close {
  display: none;
}
@media (max-width: 991px) {
  .site-header .container {
    width: 100%;
  }
  .site-header .mobail-menu button {
    background-color: #A70017;
    width: 50px;
    height: 45px;   
    border: 1px solid #fff; 
    border-radius: 8px; 
    padding: 8px 12px;               
    outline: 0; 
    position: relative;
    z-index: 20;
     
    align-self: center;
    text-align: center;
  }
  .site-header .mobail-menu button:focus {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .site-header .mobail-menu button span {
    background-color: #fff;
    width: 25px;
    display: block;  
    height: 2.5px; 
    margin-bottom: 5px;
  }
  .site-header .mobail-menu button span:last-child {
    margin: 0;
  }
  .site-header #navbar {
    background: #121212;
    display: block !important;
    width: 300px;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    position: fixed;
    left: -320px;
    top: 0px;
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
  }
  .site-header #navbar .navbar-nav {
    display: block;
  }
  .site-header #navbar > ul {
    position: relative;
    z-index: 101;
  }
  .site-header #navbar ul a {
    color: #000;
  }
  .site-header #navbar ul a:hover,
  .site-header #navbar ul li.current a {
    color: red;
  }
  .site-header #navbar .navbar-nav {
    height: 100%;
    overflow: auto;
    padding-bottom: 60px;
  }
  .site-header #navbar .close-navbar {
    background-color: #fff;
    width: 40px;
    height: 40px;
    color: #000;
    border: 0;
    outline: none;
    position: absolute;
    left: -41px;
    top: 90px;
    z-index: 20;
  }
  .site-header #navbar .close-navbar .ti-close {
    position: relative;
    top: 1px;
  }
  .site-header .menu-close {
    display: block;
    z-index: 99;
    background: none;
    text-align: center;
    color: #fff;
    border: 0;
    text-align: center;
    margin-left: auto;
    margin-top: 30px;
    margin-right: 30px;
    margin-bottom: 30px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #fff;
  }
  .site-header .slideInn {
    left: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
  .site-header .navbar-toggler .first-angle,
  .site-header .navbar-toggler .last-angle {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .site-header .x-close .middle-angle {
    opacity: 0;
  }
  .site-header .x-close .first-angle {
    position: absolute;
    transform: rotate(-44deg);
    -webkit-transform: rotate(-44deg);
    top: 16px;
    left: 10px;
  }
  .site-header .x-close .last-angle {
    transform: rotate(-44deg);
    -webkit-transform: rotate(44deg);
    position: absolute;
    top: 16px;
    right: 10px;
  }
}
.site-header .navbar-header .navbar-brand img {
  max-width: 170px;
}
@media (max-width: 991px) {
  .site-header .navbar-collapse.collapse {
    display: none;
  }
  .site-header .navbar-collapse.collapse.in {
    display: block;
  }
  .site-header .navbar-header .collapse,
  .site-header .navbar-toggle {
    display: block;
  }
  .site-header .navbar-header {
    float: none;
  }
  .site-header .navbar-right {
    float: none;
  }
  .site-header .navbar-nav {
    float: none;
  }
  .site-header .navbar-nav > li {
    float: none;
  }
}
@media (max-width: 520px) {
  .site-header .navbar-header .navbar-brand img {
    max-width: 120px; 
  }
}
@media (max-width: 370px) {
  .site-header .navbar-header .navbar-brand img {
    max-width: 120px;
  }
}
@media (max-width: 1700px) {
  .site-header {
    padding: 0 30px;
  }
}
@media (max-width: 1500px) {
  .site-header {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .site-header {
    padding: 0;
  }
}
@media (max-width: 1400px) {
  .site-header #navbar > ul > li > a {
    padding: 30px 10px;
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .site-header #navbar > ul > li > a {
    padding: 30px 20px;
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .site-header #navbar > ul > li > a {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .header-right .theme-btn, .header-right .view-cart-btn {
    padding: 12px 12px;
  }
  .site-header .header-right .close-form {
    display: none;
  }
}
@media (max-width: 991px) {
  .site-header #navbar > ul > li > a {
    padding: 15px 30px;
  }
}
@media (max-width: 991px) {
  .site-header,
  .header-style-2 {
    z-index: 99999;
  }
}
.site-header .navigation.sticky-header {
  padding: 0 100px;
}
@media (max-width: 1700px) {
  .site-header .navigation.sticky-header {
    padding: 0 50px;
  }
}
@media (max-width: 1400px) {
  .site-header .navigation.sticky-header {
    padding: 0 20px;
  }
}
@media (max-width: 991px) {
  .site-header .navigation.sticky-header {
    padding: 20px;
  }
}
@media (max-width: 575px) {
  .site-header .navigation.sticky-header {
    padding: 20px 10px;
  }
}
/*-header-style-*/
.header-style {
  position: absolute;
}
.header-style .navigation {
  background: transparent;
}
.header-style .navigation.sticky-header.sticky-on {
  background: #000000;
  border-bottom: 1px solid red;
}
.header-style-2 {
  position: unset;
}
@media (max-width: 991px) {
  .header-style-2 {
    z-index: 99999;
  }
}
/*-
* Sub Page Header
-*/
/*-sub.page.header-*/
.sub-page-title {
  background: url(../img/bg/dwc.bricks.one.red-tint.png) no-repeat center top/cover;
  min-height: 380px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 1;
}
@media (max-width: 767px) {
  .sub-page-title {
    min-height: 250px;
  }
}
.sub-page-title:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #262626;
  content: "";
  z-index: -1;
  opacity: .60;
}
.sub-page-title .breadcumb-wrap {
  text-align: center;
  margin-top: 10px;
}

@media (max-width: 991px) {
  .sub-page-title .breadcumb-wrap {
    margin-top: 0;
  }
}
.sub-page-title .breadcumb-wrap h2 {
  font-size: 65px;
  font-family: 'titillium';
  color: #fff;
  line-height: 60px;
  margin-top: -10px;
  margin-bottom: 20px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .sub-page-title .breadcumb-wrap h2 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 10px;
  }
}
.sub-page-title .breadcumb-wrap ol {
  padding-left: 0;
  margin-bottom: 0;
}
.sub-page-title .breadcumb-wrap ol li {
  display: inline-block;
  padding: 0px 5px;
  padding-right: 20px;
  color: #fff;
  
  position: relative;
  font-size: 20px;
  font-family: "titillium";
}
@media (max-width: 767px) {
  .sub-page-title .breadcumb-wrap ol li {
    font-size: 18px;
  }
}
.sub-page-title .breadcumb-wrap ol li:after {
  content: "/";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  
  background: transparent;
  color: #fe1900;
  border-radius: 30px;
}
.sub-page-title .breadcumb-wrap ol li:last-child span {
  color: #cbd4fd;
}
.sub-page-title .breadcumb-wrap ol li:last-child:after {
  display: none;
}
.sub-page-title .breadcumb-wrap ol li a {
  color: #fff;
  font-size: 20px;
  -webkit-transition: all .3s;
  transition: all .3s;
  
}
.sub-page-title .breadcumb-wrap ol li a:hover {
  color: #fe1900; 
  font-weight: 400; 
  background-color: #fff;
  padding: 5px;
}




/*-
* Global Components
-*/

/*-btns-*/
.dwc-btn {
  background-color: #121212;
  color: #fff;
  padding: 15px 25px;
  font-size: 18px;
  font-weight: 500; 
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; 
}
.dwc-btn:hover {
  background-color: #9F1600;
  font-weight: 700px;
  color: #fff;
}
.dwc-btn-alt {
  background-color: #9F1600;
  color: #fff;
  padding: 15px 25px;
  font-size: 18px;
  font-weight: 500; 
  border-radius: 8px; 
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.dwc-btn-alt:hover {
  background-color: #fff;
  font-weight: 700px;
  color: #9F1600;
}
.cta-btn {
  margin-top: 25px; 
  background-color: #9F1600;
  color: #fff; 
  padding: 5px 25px;
  font-size: 20px;
  font-weight: 500; 
  border-radius: 8px; 
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.cta-btn:hover {
  background-color: #fff;
  font-weight: 700px;
  color: #9F1600;
}
.btn-hero {
  background-color: #9F1600;
  color: #fff;
  padding: 10px 30px; 
  font-size: 18px;
  font-weight: 700;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.btn-hero:hover {
  background-color: #000; 
  color: #fff;
}
@media (max-width: 769px) {
  .btn-hero {
    display: none;
  }
}
.theme-btn, .view-cart-btn {
  background: #fff;
  display: inline-block;
  font-weight: 600;
  padding: 20px 45px;
  padding-bottom: 16px;
  border: 0;
  text-transform: uppercase;
  position: relative;
  font-family: "Josefin Sans", sans-serif;
  font-size: 16px;
  text-align: center;
  color: #A70017;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  z-index: 1;
}
/*-back.to.top-*/
.back-to-top {
  background-color: rgba(0, 0, 0, 0.5);
  width: 45px;
  height: 45px;
  line-height: 45px;
  border: 2px solid #9F1600;
  border-radius: 45px;
  text-align: center;
  display: none;
  position: fixed;
  z-index: 999;
  right: 15px;
  bottom: 15px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
@media (max-width: 991px) {
  .back-to-top {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}
.back-to-top:hover {
  background-color: #9F1600;
}
.back-to-top i {
  font-size: 18px;
  font-size: 1.2rem;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/*-responsive.helpers-*/
@media (max-width: 991px) {
  .desktop {
    display: none;
  }
}
@media (min-width: 991px) {
  .mobile-only {
    display: none;
  }
}
/*-section.titles-*/
.section-title {
  margin-bottom: 60px;
  text-align: center;
}
@media (max-width: 767px) {
  .section-title {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
.section-title span {
  color: #A70017;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
}
.section-title h2 {
  margin: 0;
  position: relative;
  text-transform: capitalize;
  font-family: "titillium";
  margin-top: 12px;
  font-weight: 400;
  font-size: 50px;
  line-height: 75px;
  color: #262626;
}
.section-title h2:before {
  position: absolute;
  left: 50%;
  top: 25px;
  width: 50%;
  height: 100%;
  content: "";
  border-bottom: 2px dashed #A70017;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.section-title h2::after {
  position: absolute;
  left: 50%;
  top: 35px;
  width: 40%;
  height: 100%;
  content: "";
  border-bottom: 2px dashed #A70017;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  .section-title h2 {
    font-size: 32px;
    line-height: 40px;
    margin-top: 5px;
  }
}
@media (max-width: 330px) {
  .section-title h2 {
    font-size: 30px;
  }
}
.section-title p {
  font-size: 18px;
}





/*-footer-*/
.mobile-footer {
  background-color: #121212;
  padding-top: 30px;
  padding-bottom: 10px;   
 }

 .mob-foot-cta {
  text-align: center; 
  color: white;
  font-family: 'titillium';
  font-size: 20px;
  font-weight: 600; 
  background-color: #9F1600;
  padding: 10px; 
  border-radius: 12px; 
 }
 .mob-foot-cta:hover {
  color: #9F1600;
  background-color: white;

 }
 .prim-img-bx{
  border-radius: 4px; 
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  max-height: 800px;
 }

 /*-footer-*/
.dwc-footer {
  background: #1E2E3E;
  position: relative;
  font-size: 15px;
  overflow: hidden;
}
.dwc-footer ul {
  list-style: none;
}
.dwc-footer p {
  color: #fff;
}
.dwc-footer li {
  color: #fff;
}
.dwc-footer .container {
  position: relative;
}
.dwc-footer .upper-footer {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .dwc-footer .upper-footer {
    padding: 50px 0 0;
  }
}
@media (max-width: 767px) {
  .dwc-footer .upper-footer {
    padding: 60px 0 0;
  }
}
@media (max-width: 991px) {
  .dwc-footer .upper-footer .col {
    min-height: 235px;
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .dwc-footer .upper-footer .col {
    min-height: auto;
    margin-bottom: 60px;
  }
}
.dwc-footer .widget-title {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .dwc-footer .widget-title {
    margin-bottom: 20px;
  }
}
.dwc-footer .widget-title h3 {
  color: #fff;
  margin: 0;
  position: relative;
  font-family: "titillium";
  font-weight: 400;
  font-size: 34px;
}
@media (max-width: 1399px) {
  .dwc-footer .widget-title h3 {
    font-size: 29px;
  }
}
@media (max-width: 1199px) {
  .dwc-footer .widget-title h3 {
    font-size: 24px;
  }
}
.dwc-footer .about-widget .logo {
  max-width: 180px;
}
.dwc-footer .about-widget .widget-title {
  margin-bottom: 0;
}
.dwc-footer .about-widget p {
  margin-bottom: 0.8em;
  line-height: 1.9em;
}
.dwc-footer .about-widget p:last-child {
  margin-bottom: 0;
}
.dwc-footer .about-widget ul {
  overflow: hidden;
  padding-top: 10px;
}
.dwc-footer .about-widget ul li {
  font-size: 22px;
  float: left;
}
.dwc-footer .about-widget ul li a {
  color: #e7e7e7;
  width: 36px;
  height: 36px;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.1);
  display: block;
  text-align: center;
  border-radius: 50%;
  font-size: 18px;
}
.dwc-footer .about-widget ul li a:hover {
  color: #fff;
  background: #A70017;
}
.dwc-footer .about-widget ul li a i::before {
  font-size: 14px;
}
.dwc-footer .about-widget ul li + li {
  margin-left: 25px;
}
@media (max-width: 1200px) {
  .dwc-footer .about-widget ul li + li {
    margin-left: 15px;
  }
}
.dwc-footer .wpo-service-link-widget {
  padding-left: 70px;
}
.dwc-footer .link-widget {
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .dwc-footer .link-widget {
    padding-left: 75px;
  }
}
@media (max-width: 1199px) {
  .dwc-footer .link-widget {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .dwc-footer .link-widget {
    max-width: 350px;
  }
}
.dwc-footer .link-widget ul li {
  position: relative;
}
.dwc-footer .link-widget ul li a {
  color: #fff;
  font-size: 18px;
  line-height: 35px;
}
.dwc-footer .link-widget ul li a:hover {
  color: #A70017;
}
.dwc-footer .contact-ft {
  margin-top: 20px;
}
.dwc-footer .contact-ft ul li {
  padding-bottom: 15px;
  position: relative;
  padding-left: 35px;
  color: #e5e3e3;
  font-size: 17px;
}
.dwc-footer .contact-ft ul li i {
  position: absolute;
  left: 0;
  top: 0;
}
.dwc-footer .contact-ft ul li .fi:before {
  font-size: 20px;
  margin-right: 15px;
}
.dwc-footer .social-widget ul li a {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
}
.dwc-footer .social-widget ul li a:hover {
  color: #A70017;
}
.dwc-footer .social-widget ul li a i {
  margin-right: 10px;
}
.dwc-footer .lower-footer {
  text-align: center;
  position: relative;
}
.dwc-footer .lower-footer .row {
  padding: 20px 0;
  position: relative;
  border-top: 1px dashed #30465C;
}
.dwc-footer .lower-footer .copyright {
  display: inline-block;
  font-size: 15px;
  font-size: 0.9375rem;
  margin: 0;
}
.dwc-footer .lower-footer .copyright a {
  color: #fff;
  text-decoration: none;
}
@media (max-width: 991px) {
  .dwc-footer .lower-footer .copyright {
    float: none;
    display: block;
  }
}
.dwc-footer .instagram ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0px -3px;
}
.dwc-footer .instagram ul li {
  -ms-flex: 0 0 33.33%;
  -webkit-box-flex: 0;
          flex: 0 0 33.33%;
  max-width: 33.33%;
  margin-bottom: 5px;
  padding: 0px 3px;
}
.dwc-footer .instagram ul li img {
  width: 100%;
}
.dwc-footer {
  background: #0A1439;
  position: relative;
  z-index: 1;
}
.dwc-footer .shape-1 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.dwc-footer .shape-1 svg path {
  fill: #0B1742;
}
.dwc-footer .shape-2 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.dwc-footer .shape-2 svg path {
  fill: #0B1742;
}
.dwc-footer .widget.about-widget {
  text-align: center;
}
@media (max-width: 991px) {
  .dwc-footer .widget.about-widget {
    text-align: left;
  }
}
.dwc-footer .widget-title {
  margin: 0 auto;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .dwc-footer .widget-title {
    margin: 0;
  }
}
.dwc-footer .about-widget ul {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 991px) {
  .dwc-footer .about-widget ul {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    text-align: left;
  }
}
.dwc-footer .link-widget {
  padding-left: 0;
}
.dwc-footer .widget.link-widget.s2 {
  text-align: end;
}
@media (max-width: 991px) {
  .dwc-footer .widget.link-widget.s2 {
    text-align: left;
  }
}
