@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&family=Manrope:wght@200..800&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kristi&display=swap');
html {
  scroll-behavior: smooth;
}
body {
font-family: "Raleway", sans-serif;
background-color: #fff;
position: relative; }
body:before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.5);
-webkit-transition: .3s all ease;
-o-transition: .3s all ease;
transition: .3s all ease;
opacity: 0;
visibility: hidden;
z-index: 1; }
body.offcanvas-menu:before {
opacity: 1;
z-index: 1002;
visibility: visible; }

p {
color: #b3b3b3;
font-weight: 300; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
font-family: "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

a {
-webkit-transition: .3s all ease;
-o-transition: .3s all ease;
transition: .3s all ease; }
a, a:hover {
text-decoration: none !important; }

.hero {
height: 100vh;
width: 100%;
background-size: cover;
background-position: center center;
background-repeat: no-repeat; }

.site-navbar-wrap {
position: relative;
z-index: 1;
width: 100%;
left: 0;
background: #252525; }
.site-navbar-wrap a {
color: #fff; }
.site-navbar-wrap .site-navbar-top {
font-size: 0.8rem; }

.site-navbar-top {
border-bottom: 1px solid rgba(255, 255, 255, 0.4); }

.site-navbar {
margin-bottom: 0px;
width: 100%;
border-top: 4px solid #fff; }
.site-navbar .site-logo {
font-weight: 200;
line-height: 0;
top: -7px;
position: relative; }
.site-navbar .site-logo a {
font-weight: 200;
color: #fff;
font-size: 20px;
font-weight: bold;
text-transform: uppercase; }
.site-navbar .site-navigation .site-menu {
margin-bottom: 0; }
.site-navbar .site-navigation .site-menu a {
text-decoration: none !important;
display: inline-block;
font-weight: 500; }
.site-navbar .site-navigation .site-menu > li {
display: inline-block;
padding: 10px 5px; }
.site-navbar .site-navigation .site-menu > li > a {
  padding: 8px 10px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  text-decoration: none !important;
  text-transform: uppercase;
  font-weight: 600;
}
.site-navbar .site-navigation .site-menu > li > a.active {
color: #fff; }
.site-navbar .site-navigation .site-menu > li > a:hover {
color: #fff;
background: #e81c24; }
.site-navbar .site-navigation .site-menu > li:last-child {
padding-right: 0; }
/* .site-navbar .site-navigation .site-menu > li:last-child > a {
padding-right: 0; } */
.site-navbar .site-navigation .site-menu .has-children {
position: relative; }
.site-navbar .site-navigation .site-menu .has-children > a {
position: relative;
padding-right: 20px; }
.site-navbar .site-navigation .site-menu .has-children > a:before {
position: absolute;
content: "\e313";
font-size: 16px;
top: 50%;
right: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
font-family: 'icomoon'; }
.site-navbar .site-navigation .site-menu .has-children .dropdown {
visibility: hidden;
opacity: 0;
top: 100%;
position: absolute;
text-align: left;
-webkit-box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
padding: 0px 0;
margin-top: 20px;
margin-left: 0px;
background: #fff;
-webkit-transition: 0.2s 0s;
-o-transition: 0.2s 0s;
transition: 0.2s 0s;
border-radius: 4px; }
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
position: absolute; }
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
bottom: 100%;
left: 20%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none; }
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
border-color: rgba(136, 183, 213, 0);
border-bottom-color: #e81c24;
border-width: 10px;
margin-left: -10px; }
.site-navbar .site-navigation .site-menu .has-children .dropdown a {
  font-size: 17px;
  text-transform: none;
  letter-spacing: normal;
  -webkit-transition: 0s all;
  -o-transition: 0s all;
  transition: 0s all;
  color: #343a40;
  font-weight: 600;
  text-transform: capitalize;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
color: #007bff; }
.site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
color: #fff !important; }
.site-navbar .site-navigation .site-menu .has-children .dropdown > li {
list-style: none;
padding: 0;
margin: 0;
min-width: 250px; }
.site-navbar .site-navigation .site-menu .has-children .dropdown > li:first-child > a {
border-top-left-radius: 4px;
border-top-right-radius: 4px; }
.site-navbar .site-navigation .site-menu .has-children .dropdown > li:last-child > a {
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px; }
.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
padding: 9px 20px;
display: block; }
.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
  background: #e81c24;
color: #fff; }
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
content: "\e315";
right: 20px; }
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
  left: 100%;
  top: 0;
  max-height: 415px;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
  background: #e81c24;
color: #fff; }
.site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
color: #fff; }
.site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
cursor: pointer; }
.site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
-webkit-transition-delay: 0s;
-o-transition-delay: 0s;
transition-delay: 0s;
margin-top: 0px;
visibility: visible;
opacity: 1; }

.site-mobile-menu {
width: 300px;
position: fixed;
right: 0;
z-index: 2000;
padding-top: 20px;
background: #fff;
height: calc(100vh);
-webkit-transform: translateX(110%);
-ms-transform: translateX(110%);
transform: translateX(110%);
-webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
-webkit-transition: .3s all ease-in-out;
-o-transition: .3s all ease-in-out;
transition: .3s all ease-in-out; }
.offcanvas-menu .site-mobile-menu {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  width: 350px;
  float: left;
  position: absolute; }
.site-mobile-menu .site-mobile-menu-header {
width: 100%;
float: left;
padding-left: 20px;
padding-right: 20px; }
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
float: right;
margin-top: 8px; }
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
font-size: 30px;
display: inline-block;
padding-left: 10px;
padding-right: 0px;
line-height: 1;
cursor: pointer;
-webkit-transition: .3s all ease;
-o-transition: .3s all ease;
transition: .3s all ease; }
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
color: #dee2e6; }
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
float: left;
margin-top: 10px;
margin-left: 0px; }
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
display: inline-block;
text-transform: uppercase; }
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
max-width: 70px; }
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
text-decoration: none; }
.site-mobile-menu .site-mobile-menu-body {
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
position: relative;
padding: 20px;
height: calc(100vh - 52px);
padding-bottom: 150px; }
.site-mobile-menu .site-nav-wrap {
padding: 0;
margin: 0;
list-style: none;
position: relative; }
.site-mobile-menu .site-nav-wrap a {
padding: 10px 20px;
display: block;
position: relative;
color: #212529; }
.site-mobile-menu .site-nav-wrap a.active, .site-mobile-menu .site-nav-wrap a:hover {
color: #007bff; }
.site-mobile-menu .site-nav-wrap li {
position: relative;
display: block; }
.site-mobile-menu .site-nav-wrap li.active > a {
color: #007bff; }
.site-mobile-menu .site-nav-wrap .arrow-collapse {
position: absolute;
right: 0px;
top: 10px;
z-index: 20;
width: 36px;
height: 36px;
text-align: center;
cursor: pointer;
border-radius: 50%; }
.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
background: #f8f9fa; }
.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
font-size: 12px;
z-index: 20;
font-family: "icomoon";
content: "\f078";
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%) rotate(-180deg);
-ms-transform: translate(-50%, -50%) rotate(-180deg);
transform: translate(-50%, -50%) rotate(-180deg);
-webkit-transition: .3s all ease;
-o-transition: .3s all ease;
transition: .3s all ease; }
.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%); }
.site-mobile-menu .site-nav-wrap > li {
display: block;
position: relative;
float: left;
width: 100%; }
.site-mobile-menu .site-nav-wrap > li > a {
padding-left: 20px;
font-size: 20px; }
.site-mobile-menu .site-nav-wrap > li > ul {
padding: 0;
margin: 0;
list-style: none; }
.site-mobile-menu .site-nav-wrap > li > ul > li {
display: block; }
.site-mobile-menu .site-nav-wrap > li > ul > li > a {
padding-left: 40px;
font-size: 16px; }
.site-mobile-menu .site-nav-wrap > li > ul > li > ul {
padding: 0;
margin: 0; }
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
display: block; }
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
font-size: 16px;
padding-left: 60px; }

.sticky-wrapper {
position: absolute;
z-index: 100;
width: 100%; }


.sticky-wrapper + .site-blocks-cover {
margin-top: 96px; }
.sticky-wrapper .site-navbar {
-webkit-transition: .3s all ease;
-o-transition: .3s all ease;
transition: .3s all ease; }
.site-navbar ul li.active a {
  color: #fff !important;
  background: #e81c24;
}
.sticky-wrapper.is-sticky .site-navbar {
background-color: #252525; }
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li {
display: inline-block;
padding: 10px 5px; }
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li:last-child {
padding-right: 0; }
/* .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li:last-child > a {
padding-right: 0; } */
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li.has-children > a {
padding-right: 20px; }
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a {
padding: 8px 10px;
color: rgba(255, 255, 255, 0.6);
font-size: 16px; }
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a:hover {
color: #fff !important; }
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a.active {
color: #fff !important; }
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li.active a {
color: #fff; }

.mob-ver{
  display: none;
}
.dsk-ver{
  background: url(../img/blue.jpeg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  position: relative;
}
.dsk-logo {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dsk-logo::before{
  background-color: #2B3F54;
  opacity: .7;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.dsk-logo a {
  font-size: 12px;
  position: relative;
}
.dsk-logo a p {
  margin-bottom: 0;
  font-weight: 600;
  color: #fff;
}
.flip-first{
    height: 130px;
}

.button, .button .qube .front::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.button .qube .front, .button .qube .back, .button .qube .front::before {
  width: 100%;
  height: 100%;
}
.button {
  perspective: 1800px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.button .qube {
  position: relative;
  height: 100%;
  width: 100%;
  perspective: 1800px;
}
.button .qube .front, .button .qube .back {
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transform: rotateX(-90deg);
  transition: transform 0.3s ease;
  position: absolute;
  color: #fff;
  text-align: center;
  display: grid;
  align-items: center;
  justify-content: center;
}
.flip-first .button .qube .front {
  background-color: #b30404;
}
.button .qube .front::before {
  content: '';
  display: block;
  z-index: -1;
}
.flip-first .button .qube .back{
  background-color: transparent;
  background-image: linear-gradient(180deg, #EE0202 0%, #990429 100%);
}
.button .qube .back {
  background-color: #d6d35d;
  color: #191919;
  color: #fff;
  transform: rotateX(0deg) translateZ(60px);
  padding: 25px;
}
.button .qube .front h1, .button .qube .back h1{
  margin-bottom: 0;
  font-family: "Raleway", Sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 30px;
}
.button .qube .back p{
  margin-bottom: 0;
  color: #fff;
  font-family: "Raleway", Sans-serif;
  font-size: 16px;
  line-height: 17px;
  font-weight: 400;
  line-height: 25px;
  text-transform: capitalize;
}
.button .qube:hover .front {
  transform: rotateX(0deg) translateZ(30px);
}
.button .qube:hover .back {
  transform: rotateX(90deg) translateZ(30px);
}
.button:active .front {
  border-radius: 0;
  background-color: transparent;
  color: #191919;
}
.button:active .front::before {
  background-color: #d6d35d;
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}
.button:active .front::after {
  left: 120%;
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}
.flip-contact .button .qube .back{
  background-color: transparent;
  background-image: linear-gradient(180deg, #00A313 0%, #006820 100%);
}
.flip-contact .button .qube .front {
  background-color: #037310;
}
.flip-special .button .qube .back{
  background-color: transparent;
  background-image: linear-gradient(180deg, #3770D3 0%, #03468B 100%);
}
.flip-special .button .qube .front {
  background-color: #1D4283;
}
.flip-own-build .button .qube .back{
  background-color: #1F3A57;
}
.flip-own-build .button .qube .front {
  background-color: #1D4283;
}
.button .qube .back h2{
  margin-bottom: 0;
  font-family: "Raleway", Sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 25px;
}

/* slider starts */
.carousel {
  position: relative;
  border-top: 4px solid #fff;
  height: 600px;
  height: 100vh;
}
.carousel-caption {
  bottom: 8rem;
  top: 40%;
  right: 0;
  left: 60%;
  z-index: unset;
}
.carousel-caption h2 {
  position: relative;
  display: inline-block;
  padding: 0px;
  font-weight: 700;
  font-size: 35px;
  text-shadow: 2px 2px 2px #000;
  -webkit-text-shadow: 2px 2px 2px #000;
  -moz-text-shadow: 2px 2px 2px #000;
  letter-spacing: 3px;
  font-family: "Raleway", Sans-serif;
  text-align: left;
}
.carousel-item img {
  height: 595px;
  height: 100vh;
  width: 100%;
  object-fit: cover; 
}
.carousel-control-next img{
  position: absolute;
  right: 0;
}
.carousel-control-prev img{
  position: absolute;
  left: 0;
}
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators li {
  text-indent: -999px;
}
.carousel-indicators .active {
  background-color: #f12b2f;
}
.carousel-indicators li {
  position: relative;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  width: 20px;
  height: 20px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.about-us{
  padding: 120px 0;
  background: #fff8f3;
}
.para-line p {
  margin: 0;
  color: #e81c24;
  line-height: 1;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
  font-size: 25px;
  text-align: left;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
}
.para-line p span {
  position: relative;
  width: 35px;
  height: 5px;
  display: flex;
  margin-right: 10px;
}
.para-line p span::after, .para-line p span::before {
  content: "";
  height: 1px;
  width: 25px;
  background-color: #e81c24;
  position: absolute;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-name: lineAnim;
}
.para-line p span::before {
  top: 0;
  left: 0;
}
.para-line p span::after {
  bottom: 0;
  animation-name: lineAnimReverse;
  right: 0;
}
.para-line h3{
  font-weight: 600;
}

@keyframes lineAnim {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(20%);
  }
  50% {
    transform: translateX(60%);
  }
  75% {
    transform: translateX(20%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes lineAnimReverse {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-20%);
  }
  50% {
    transform: translateX(-60%);
  }
  75% {
    transform: translateX(-20%);
  }
  100% {
    transform: translateX(0%);
  }
}
.content-srt{
  color: #191919;
  line-height: 30px;
  font-size: 18px;
  font-weight: 600;
}
.content-srt span{
  background: #e81c24;
  padding: 0 5px;
  color: #fff;
}
.call-btn{
  margin: 10px 0;
}
.call-btn i{
  width: 3.25rem;
  height: 3.25rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  color: #191919;
  border: 1px solid #e81c24;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  font-size: 1.55rem;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.call-btn:hover i {
  background-color: #e81c24;
  border-color: #e81c24;
  color: #fff;
}
.call-btn span small{
  font-size: 14px;
  border-bottom: 1px solid #191919;
  display: block;
  font-weight: 600;
  width: fit-content;
  color: #191919;
  font-family: 'Quicksand';
}
.call-btn span strong {
  font-size: 1.125rem;
  font-weight: 600;
  color: #191919;
  font-family: 'Quicksand';
}
.new-fix-sty {
  position: sticky;
  top: 10px;
}
#side-sli, .boxes-inn{
  border: 1px solid #e81c24;
    background: rgb(253, 239, 237);
    padding: 10px;
}
.box-up{
  display: flex;
}
.boxes-inn h3{
  font-size: 19px;
  font-weight: 600;
  text-align: center;
}
.boxes-inn p{
  color: #191919;
  font-weight: 600;
  margin-bottom: 8px;
}
.owl-nav {
  text-align: center;
}
.owl-nav .owl-prev {
  display: inline-block;
  background: #c9001d !important;
  color: #fff !important;
  height: 30px;
  width: 30px;
  line-height: 30px;
  margin: 10px 5px;
  -webkit-border-radius: 0px 50px 50px 50px;
  -moz-border-radius: 0px 50px 50px 50px;
  border-radius: 0px 50px 50px 50px;
}
.owl-nav .owl-next {
  display: inline-block;
  background: #c9001d !important;
  color: #fff !important;
  height: 30px;
  width: 30px;
  line-height: 30px;
  margin: 10px 5px;
  -webkit-border-radius: 0px 50px 50px 50px;
  -moz-border-radius: 0px 50px 50px 50px;
  border-radius: 0px 50px 50px 50px;
}
.about-us{
  position: relative;
}
.dot-image{
  background-image: url(../img/dots.png);
    background-position: bottom left;
    position: absolute;
    width: 229px;
    height: 258px;
    background-repeat: no-repeat;
    left: -98px;
    bottom: 15px;
    z-index: 0;
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
  0% { transform: translateY(0); }
  100% { transform: translateY(-10px); }
}
.justify-content-evenly{
  justify-content: space-evenly;
}
.wood{
  padding: 70px 0;
  background: #f9d8c1;
  position: relative;
  overflow: hidden;
}
.wood h2 {
  font-family: "Playfair Display", serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
}
.property-slider{
  margin-top: 50px;
}
.side-left{
  top: 0;
  left: 0;
  position: absolute;
}

.side-right{
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
}
.case-studies-col {
  position: relative;
  height: 351px;
  overflow: hidden;
}
.case-studies-col img{
  height: 351px;
  object-fit: cover;
  border: 1px solid #e81c24;
  background: rgb(253, 239, 237);
  padding: 10px;
  border-radius: 5px;
}
.case-studies-content {
  padding: 0 60px;
  background: rgba(34,34,34,0.8);
  width: 100%;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.content-center {
  position: absolute;
  top: 10%;
  left: 0;
  z-index: 0;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  padding: 0 50px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.content-center h1{
  color: #fff;
  font-size: 24px;
  text-align: center;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  font-weight: 600;
  width: fit-content;
  margin: 0 auto 10px;
}
.case-studies-content p {
  color: #ffffff;
  margin-bottom: 30px;
  line-height: 25px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.case-studies-col:hover .case-studies-content {
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.case-studies-col:hover .content-center {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.case-studies-content a {
  -webkit-transform: perspective(0px) translateZ(0);
  transform: perspective(0px) translateZ(0);
  position: relative;
  background: #c9001d;
  border: none;
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 8px 16px 8px;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  color: #fff;
  text-align: center;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition-property: color, background-color, border-color, box-shadow;
  transition-duration: 0.15s, 0.15s, 0.15s, 0.15s;
  transition-property: color, background-color, border-color, box-shadow;
  transition-duration: 0.15s, 0.15s, 0.15s, 0.15s;
  display: flex;
  align-items: center;
  width: fit-content;
}
.case-studies-content a::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: .25rem;
  background: #1f3a57;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.case-studies-content a:hover::before, .case-studies-content a:focus::before, .case-studies-content a:active::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.case-studies-content a i {
  font-size: 18px;
  margin-left: 7px;
}
.border-shape {
  background: #fff none repeat scroll 0 0;
  color: #fff;
  display: block;
  height: 3px;
  left: 0;
  margin: 20px auto 30px;
  position: relative;
  right: 0;
  text-align: center;
  top: 0;
  width: 80px;
}
.border-shape::before {
  background: #fff none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 1px;
  left: 80px;
  margin: 0 auto;
  position: absolute;
  text-align: center;
  top: 1px;
  width: 100px;
}
.border-shape::after {
  background: #fff none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 1px;
  margin: 0 auto;
  position: absolute;
  right: 80px;
  text-align: center;
  top: 1px;
  width: 100px;
}
.wood .border-shape, .wood .border-shape::before, .wood .border-shape::after{
  background: #e81c24 none repeat scroll 0 0;
}
.owl-nav .owl-prev:hover, .owl-nav .owl-next:hover {
  background: #626362 !important;
}

.nwood{
  padding: 120px 0 50px;
  background: url(../img/blue.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.nwood::before{
  content: "";
  background-color: #2B3F54;
  display: block;
  position: absolute;
  mix-blend-mode: initial;
  opacity: 0.56;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.nwood .para-line{
  position: relative;
}
.nwood .para-line p {
  justify-content: center;
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 30px;
}
.new-contact h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
.cstm-chng {
  color: #fff;
  font-size: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cstm-chng a i{
  width: 3.25rem;
  height: 3.25rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
  color: #191919;
  border: 1px solid #e81c24;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  font-size: 1.55rem;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  background: #e81c24;
}
.cstm-chng a:hover i{
  background: #2662bb;
}
.delivery{
  padding: 70px 0;
  position: relative;
}
.deliver-image{
  position: sticky;
  top: 200px;
}
.diy-img img {
  width: 100%;
  border-radius: 50px;
  box-shadow: 0px 0px 5px 0px rgba(38, 38, 38, 0.99);
}

.diy-img::after {
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: #b3040491;
  transform: translate(-50%,-50%) rotate(-45deg);
  content: "";
  z-index: 1;
}
.diy-img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 2px;
  transition: all .5s ease-out;
  padding: 5px;
  border: none;
  background: transparent;
  border-radius: 50px;
}

.diy-img:hover {
  background: transparent;
}
.diy-img:hover::after{
height: 190%;
transition: all 600ms linear;
background-color: transparent;
}
.deliver-content .para-line p{
  font-size: 20px;
}
.deliver-content .border-shape{
  margin-bottom: 20px;
}
.deliver-content .border-shape, .deliver-content .border-shape::before, .deliver-content .border-shape::after {
  background: #e81c24 none repeat scroll 0 0;
}
.deliver-content p {
  font-size: 16px;
  color: #191919;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 30px;
}
.deliver-content .blk{
  background: red;
  animation: mymove 2s infinite;
  width: fit-content;
}
.deliver-content .blk h3 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin: 8px 0;
  padding: 0 10px;
}
@keyframes mymove {
  from {background-color: red;}
  to {background-color: blue;}
}
.fixed-header {
	position: fixed;
    top: 0px;
    left: 0;
    margin-top: 0em;
    width: 100%;
/*    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.10), 0 2px 3px 0 rgba(0, 0, 0, 0.10);*/
    z-index: 99;
    background: #1D736E;
    /*background: rgba(0, 0, 0, 0.7019607843137254);*/
    height: auto;
    transition: all 0.5s ease-in-out;
}
.footer-srt{
  background: url(../img/blue.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 4px solid #fff;
  position: relative;
  overflow: hidden;
  z-index: 99;
}
.footer-srt::before {
  content: "";
  background-color: #2B3F54;
  display: block;
  position: absolute;
  mix-blend-mode: initial;
  opacity: 0.56;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.footer-srt .container-fluid{
  padding-left: 0;
}
.footer-form{
  background: #131313;
  padding: 40px 50px;
  position: relative;
}
.col-md-7.id-mst2{
  padding: 70px 0 0;
}
.in-la{
  position: relative;
  margin: 0 0 15px;
  padding: 0;
}
.in-la label{
  display: block;
  width: 100%;
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
.in-la input, .in-la textarea{
  margin-bottom: 5px;
  position: relative;
  height: 56px;
  line-height: 26px;
  border-radius: 5px;
  border: 1px solid #e4e7ee;
  width: 100%;
  padding: 4px 15px 0px 15px;
  display: block;
  transition: 0.5s ease-in-out !important;
  -moz-transition: 0.5s ease-in-out !important;
  -o-transition: 0.5s ease-in-out !important;
  -ms-transition: 0.5s ease-in-out !important;
  margin-bottom: 20px;
  color: #4a4e56;
  outline: none;
}
.in-la textarea{
  padding: 20px 40px 20px 20px;
  height: 150px;
}
.in-la input::placeholder, .in-la textarea::placeholder {
  font-size: 14px;
  font-weight: 600;
  color: #e81c24;
  text-transform: capitalize;
}
.in-la i {
  position: absolute;
  top: 60%;
  right: 5%;
  color: #e81c24;
  margin: auto;
  font-size: 16px;
}
.text-area i{
  top: 30%;
}
.in-la button {
  -webkit-transform: perspective(0px) translateZ(0);
  transform: perspective(0px) translateZ(0);
  position: relative;
  background: #c9001d;
  border: none;
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 8px 16px 8px;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  color: #fff;
  text-align: center;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition-property: color, background-color, border-color, box-shadow;
    transition-duration: 0.15s, 0.15s, 0.15s, 0.15s;
  transition-property: color, background-color, border-color, box-shadow;
  transition-duration: 0.15s, 0.15s, 0.15s, 0.15s;
  transition-property: color, background-color, border-color, box-shadow;
  transition-duration: 0.15s, 0.15s, 0.15s, 0.15s;
  transition-property: color, background-color, border-color, box-shadow;
  transition-duration: 0.15s, 0.15s, 0.15s, 0.15s;
  display: flex;
  align-items: center;
  width: fit-content;
  text-align: center;
  outline: none;
  margin: auto;
}
.in-la button i {
  font-size: 16px;
  margin-left: 7px;
  position: unset;
  color: #fff;
}
.in-la button::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: .25rem;
  background: #1f3a57;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.in-la button:hover::before, .in-la button:focus::before, .in-la button:active::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.address-det ul{
  padding: 0;
  margin: 0;
}
.address-det ul li {
  list-style: none;
  color: #fff;
  margin: 10px 0;
  border-bottom: 1px solid #E7E7E7;
}
.caale{
  /*! border-radius: 5px; */
  padding: 10px;
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  margin-bottom: 0;
  /*! padding: 30px 0; */
  border: 1px solid #e81c24;
  background: rgb(253, 239, 237);
  border-bottom: 0;
}
.caale .icon{
  background: #c9001d;
  margin-right: 15px;
  padding: 12px 15px;
  border-radius: 5px;
  display: inline-block;
}
.caale .icon i {
  font-size: 30px;
  color: #fff;
}
.caale-cont span {
  color: #e81c24;
  display: block;
  font-weight: 600;
  border-bottom: 1px solid #333;
  width: fit-content;
}
.caale-cont a {
  color: #e81c24;
  font-weight: 400;
  line-height: 26px;
  transition: 0.5s;
  font-size: 17px;
  font-weight: 600;
  font-family: 'Quicksand';
}
.caale-cont a:hover{
  color: #131313;
}
.imgs ul{
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
}
.imgs ul li{
  border: 1px solid #e81c24;
  background: rgb(253, 239, 237);
  padding: 10px;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  margin: 5px;
}
.imgs ul li:first-of-type{
  max-width: 80%;
  flex: 0 0 60%;
}
.imgs ul li:nth-of-type(2){
  max-width: 75%;
  flex: 0 0 35%;
  background: unset;
  border-color: #c9001d;
}
.imgs ul li img{
  width: 100%;
  position: relative;
}
.imgs-inn{
  position: relative;
}
.imgs-inn::before {
  background-color: #2B3F54;
  opacity: .7;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.fb-page{
    width: 300px !important;
    height: 300px !important;
}
.footer-copy {
  border-bottom: 4px solid #fff;
  padding: 10px;
  background: #131313;
}
.foter-cpy p{  
  margin: 0;
  text-align: center;
  font-weight: 600;
}
.last-logo-txt{
  text-align: center;
  border: 1px solid #e81c24;
  background: rgb(253, 239, 237);
  padding: 10px;
  border-radius: 4px;
}
.last-logo-txt .des-foot-logo-txt{
  transition: all .5s ease-out;
  display: block;
}
.last-logo-txt .des-foot-logo-txt img {
  width: auto;
  margin-bottom: 10px;
  filter: grayscale(100%);
}
.last-logo-txt .des-foot-logo-txt p {
  margin-bottom: 0;
  font-weight: 600;
  color: #000;
  font-size: 13px;
}
.last-logo-txt .des-foot-logo-txt:hover img{
    filter: grayscale(0);
    transition: .5s ease-out;
}
.last-logo-txt .des-foot-logo-txt:hover p {
  color: #fff;
  transition: .5s ease-out;
  background: red;
  animation: mymove 2s infinite;
  border-radius: 4px;
}
/* back to top button css starts */
#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: rgb(0, 0, 0);
  background: #e81c24;
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 999;
}
#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 16px;
  top: 13px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top:hover {
  background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
  color: #fff;
  top: 5px;
}
.mob-fir{
  display: none !important;
}
/* back to top button css ends */

/* inner page css starts */
.bread{
  min-height: 250px;
  background: url(../img/blue.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  border-top: 4px solid #fff;
  display: grid;
  align-items: center;
  justify-content: center;
}
.bread::before{
  content: "";
  background-color: #2B3F54;
  display: block;
  position: absolute;
  mix-blend-mode: initial;
  opacity: 0.56;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bread-sec h1 {
  position: relative;
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
  padding-bottom: 10px;
}
.bread-sec h3{
  color: #fff;
  line-height: 30px;
  font-size: 22px;
  font-weight: 600;
  text-transform: capitalize;
  position: relative;
}
.bread-sec .border-shape{
  margin: 20px auto;
}
.inner-page{
  padding: 50px 0;
  background: #fff8f3;
}
.olcards,
.olcards * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.olcards {
  list-style: none;
  counter-reset: cardCount;
  font-family: sans-serif;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-bottom: 1rem;
}
.olcards li {
  counter-increment: cardCount;
  display: flex;
  color: white;
  --labelOffset: 1rem;
  --arrowClipSize: 1.5rem;
  margin-top: 1rem;
}

.olcards li::before {
  content: counter(cardCount, decimal-leading-zero);
  background: white;
  color: var(--cardColor);
  font-size: 2em;
  font-weight: 700;
  transform: translateY(calc(-1 * 1rem));
  margin-right: calc(-1 * 1rem);
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-inline: 0.5em;
}

.olcards li .content {
  background-color: var(--cardColor);
  --inlinePadding: 1em;
  --boxPadding: 0.5em;
  display: grid;
  padding: 0.5em calc(1em + 1.5em)
    0.5em calc(1em + 1rem);
  grid-template-areas:
    "icon title"
    "icon text";
  gap: 0.25em 1em;
  clip-path: polygon(
    0 0,
    calc(100% - 1.5em) 0,
    100% 50%,
    calc(100% - 1.5em) 100%,
    calc(100% - 1.5em) calc(100% + 1rem),
    0 calc(100% + 1rem)
  );
  position: relative;
}
.olcards li .content::before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  background: var(--cardColor);
  left: 0;
  bottom: 0;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  filter: brightness(0.75);
}
.olcards li .content::after {
  content: "";
  position: absolute;
  height: 1rem;
  width: 1rem;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.25), transparent 50%);
  left: 0;
  top: 100%;
}
.olcards li .icon {
  grid-area: icon;
  align-self: center;
  font-size: 2em;
}
.olcards li .content .title {
  grid-area: title;
  font-size: 20px;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
}
.olcards li .content .text {
  grid-area: text;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 30px;
  font-size: 16px;
  font-family: "Raleway", sans-serif;
}

.paint-clr{
  margin: 10px 0;
}
.paint-col-srt ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.paint-col-srt ul li {
  -ms-flex: 0 0 17%;
  flex: 0 0 17%;
  max-width: 17%;
  margin: 15px;
}
.pai-clr-srt img {
  width: 100%;
  /*! border-radius: 50px; */
  box-shadow: 0px 0px 5px 0px rgba(38, 38, 38, 0.99);
}

.pai-clr-srt::after {
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: #b3040491;
  transform: translate(-50%,-50%) rotate(-45deg);
  content: "";
  z-index: 1;
}
.pai-clr-srt {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 2px;
  transition: all .5s ease-out;
  padding: 5px;
  border: 5px double #e81c24;
  background: rgb(253, 239, 237);
}

.pai-clr-srt:hover {
  background: #e81c24;
  border-color: rgb(253, 239, 237);
}
.pai-clr-srt:hover::after{
height: 190%;
transition: all 600ms linear;
background-color: transparent;
}
.paint-clr h2 {
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  margin: 10px 0;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-style: italic;
}
.paint-col-srt h4 {
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  margin: 10px 0;
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
  font-style: italic;
}
.fancybox-caption {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
  letter-spacing: 2px;
  border-width: 3px;
}
.wood .paint-col-srt{
  position: relative;
  z-index: 1;
  padding-top: 30px;
}
.qua img {
  width: 300px;
  float: right;
  margin-left: 25px;
  border: 1px solid #e81c24;
  background: rgb(253, 239, 237);
  padding: 10px;
  box-shadow: 0px 0px 5px 0px rgba(38, 38, 38, 0.99);
}
.qua p{
  color: #191919;
  line-height: 30px;
  font-size: 16px;
  font-weight: 600;
}
.qua p span{
  font-size: 20px;
  font-weight: 700;
}

.qua-sign h2{
  color: #6F6F6F;
  font-family: "Kristi", Sans-serif;
  font-size: 48px;
  font-weight: 600;
}
.qua-sign p{
  font-size: 15px;
  font-weight: 600;
  font-style: italic;
}
.inside-img{
  position: sticky;
  top: 200px;
}
.inside-img img{
  box-shadow: 0 1px 1px rgba(0,0,0,0.11), 0 2px 2px rgba(0,0,0,0.11), 0 4px 4px rgba(0,0,0,0.11), 0 8px 8px rgba(0,0,0,0.11), 0 16px 16px rgba(0,0,0,0.11), 0 32px 32px rgba(0,0,0,0.11);
  width: 100%;
}
.inside-detail h4{
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
}
.inside-detail ul {
  list-style: disclosure-closed;
  border: 1px solid #e81c24;
  background: rgb(253, 239, 237);
  padding: 10px 30px;
}
.inside-detail ul li{
  font-size: 15px;
  font-weight: 600;
  padding-left: 5px;
  line-height: 30px;
}
.inside-detail p{
  font-size: 15px;
  font-weight: 600;
  color: #333;
  font-style: italic;
}
.walk-dor{

}
.flow-srt{
  position: relative;
  z-index: 1;
  text-align: center;
}
.paint-col-srt h1 {
  color: #e81c24;
  font-size: 35px;
  font-weight: 800;
  padding: 10px;
  margin: 0;
  font-family: "Playfair Display", serif;
  letter-spacing: 1px;
  text-shadow: 1px 0px 1px #333;
  text-align: center;
}
.paint-col-srt .border-shape, .paint-col-srt .border-shape::before, .paint-col-srt .border-shape::after {
  background: #e81c24 none repeat scroll 0 0;
}
.flow-srt h3 {
  color: #e81c24;
  font-size: 35px;
  font-weight: 800;
  display: inline;
  padding: 10px;
  margin: 0;
  font-family: "Playfair Display", serif;
  letter-spacing: 1px;
  text-shadow: 1px 0px 1px #333;
}
.heading-bor {
  width: 100px;
  height: 3px;
  background: #e81c24;
  margin: 20px auto;
}
.flow-srt .pai-clr-srt{
  margin: 20px 0;
}
.flow-srt .pai-clr-srt.innter-ig img{
  height: 307px;
  width: auto;
}
.inne-data p{
  color: #333;
  font-weight: 600;
  line-height: 30px;
}
.inne-data h1{
  color: #e81c24;
  font-size: 28px;
  font-weight: 700;
  background: #eee;
  padding: 10px 15px;
  border-bottom: 1px solid #e81c24;
  margin-bottom: 15px;
}
.collapse{
  position: relative;
}
.accordion > .card .collapse.show::before, .accordion > .card .collapse.show::after {
  color: #e81c24;
  content: "\f075";
  font-family: "Font Awesome 6 Pro";
  font-size: 5rem;
  left: 20px;
  opacity: 0.2;
  position: absolute;
  top: 10px;
  z-index: 0;
}

.accordion > .card .collapse.show::before {
  color: #3498db;
  left: -30px;
  top: -20px;
  transform: rotateY(180deg);
}

.card-header h5 button {
  color: #333;
  font-weight: 600;
  font-size: 20px;
  width: 100%;
  text-align: left;
}
.card-header h5 button:hover {
  color: #eb6e73;
}

.card-header h5 button:active, .card-header h5 button:focus {
  color: #e81c24;
}
.card-body-p{
  color: #e81c24;
  font-size: 15px;
  font-style: italic;
  font-weight: 600;
}
.card-body-p sup{
  color: #333;
  font-weight: 900;
  font-size: 24px;
  top: 3px;
}
.card-body-p span{
  color: #333;
  font-weight: 600;
}
.card-body{
  font-weight: 500;
  line-height: 30px;
  font-size: 18px;
  position: relative;
  z-index: 2;
}
.card-body b {
  border-bottom: 2px solid #e81c24;
  padding-bottom: 2px;
}
.what-us h1{
  color: #e81c24;
  font-size: 22px;
  font-weight: 600;
  background: #eee;
  padding: 10px 15px;
  border-bottom: 1px solid #e81c24;
  margin-bottom: 15px;
}
.what-us p{
  color: #333;
  font-weight: 600;
  line-height: 30px;
}
.what-us ul{
  list-style: disclosure-closed;
  border: 1px solid #e81c24;
  background: rgb(253, 239, 237);
  padding: 10px 30px;
}
.what-us ul li {
  font-size: 15px;
  font-weight: 600;
  padding-left: 5px;
  line-height: 30px;
}
.in-buil-in {
  border: 3px solid #e81c24;
  background: rgb(253, 239, 237);
  margin: 15px 0;
}
.in-buil-in h1 {
  color: #e81c24;
  font-size: 20px;
  font-weight: 600;
  background: #eee;
  padding: 10px 15px;
  border-bottom: 2px solid #e81c24;
  margin-bottom: 0;
  text-align: center;
}
.in-buil-in .fotorama__nav-wrap{
  border-top: 2px solid #e81c24;
  padding: 10px 0;
}
.in-build-txt{
  padding: 30px 0;
} 
.in-build-txt p{
  color: #191919;
  line-height: 30px;
  font-size: 16px;
  font-weight: 600;
}
.in-build-txt p b, .in-build-txt p p b, .in-build-txt ul li b{
  font-weight: 800;
}
.in-build-tex p b{
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
.in-build-txt h1{
  color: #e81c24;
  font-size: 22px;
  font-weight: 600;
  background: #eee;
  padding: 10px 15px;
  border-bottom: 1px solid #e81c24;
  margin-bottom: 15px;
}
.in-build-txt p a, .inne-data p a{
  position: relative;
  color: #e81c24;
  font-family: "Poppins", sans-serif;
}
.in-build-txt p a::before, .inne-data p a::before {
  display: block;
  content: "";
  padding-top: 4px;
  border-bottom: 2px solid #e81c24;
  transform: scaleX(0);
  transform-origin: 0 50%;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  transition: transform .2s ease-in-out;
}

.in-build-txt p a:hover, .inne-data p a:hover{
  color: #712177;
}

.in-build-txt p a:hover::before, .inne-data p a:hover::before {
  transform: scaleX(1);
  transform-origin: 0 50%;
  transition-delay: .2s;
}
.in-build-txt ul{
  list-style: disclosure-closed;
  border: 1px solid #e81c24;
  background: rgb(253, 239, 237);
  padding: 10px 30px;
}
.in-build-txt ul li {
  font-size: 15px;
  font-weight: 600;
  padding-left: 5px;
  line-height: 30px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e81c24;
  padding-bottom: 15px;
}
.in-build-txt ul li a {
  position: relative;
  color: #e81c24;
}
.in-build-txt ul li a::before {
  display: block;
  content: "";
  padding-top: 4px;
  border-bottom: 2px solid #e81c24;
  transform: scaleX(0);
  transform-origin: 0 50%;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  transition: transform .2s ease-in-out;
}
.in-build-txt ul li a:hover::before {
  transform: scaleX(1);
  transform-origin: 0 50%;
  transition-delay: .2s;
}
.in-build-txt ul li a:hover {
  color: #712177;
}
.in-build-tex{
  border: 1px solid #e81c24;
  background: rgb(253, 239, 237);
  margin: 30px 0;
  padding: 15px;
}
.in-build-tex h1{
  color: #e81c24;
  font-size: 22px;
  font-weight: 600;
  background: #fff;
  padding: 10px 15px;
  border-bottom: 1px solid #e81c24;
  margin-bottom: 15px;
}
.in-build-tex ul.list-p{
  list-style: none;
  border: 1px solid #e81c24;
  background: #fff;
  padding: 10px 30px;
}
.in-build-tex ul.list-p li {
  font-size: 15px;
  font-weight: 600;
  padding-left: 5px;
  line-height: 30px;
  margin-bottom: 7px;
  border-bottom: 1px solid #e81c24;
  padding-bottom: 7px;
}
.in-build-tex ul.list-p li i{
  margin-right: 7px;
}
.button-build {
  position: relative;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  padding-block: 0.5rem;
  padding-inline: 1.25rem;
  background-color: rgb(0 107 179);
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  gap: 10px;
  font-weight: bold;
  border: 3px solid #ffffff4d;
  outline: none;
  overflow: hidden;
  font-size: 15px;
  width: 200px;
  color: #fff !important;
  margin-left: auto;
  margin-right: auto;
}

.icon-so {
  width: 24px;
  height: 24px;
  transition: all 0.3s ease-in-out;
}

.button-build:hover {
  transform: scale(1.05);
  border-color: #fff9;
}

.button-build:hover .icon-so {
  transform: translate(4px);
}

.button-build:hover::before {
  animation: shine 1.5s ease-out infinite;
}

.button-build::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
  );
  top: 0;
  left: -100px;
  opacity: 0.6;
}

@keyframes shine {
  0% {
    left: -100px;
  }

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}
.des-img-own img {
  margin: 1rem 0;
  width: 100%;
  border: 3px solid #e81c24;
  background: #fff;
  padding: 10px;
}
.in-build-tex h3 {
  font-size: 22px;
  font-weight: 600;
  animation: background-pan 3s linear infinite;
  background: linear-gradient(to right, #e81c24, #10752D);
  background-size: 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
  margin-bottom: 15px;
  text-align: center;
  font-style: italic;
  border-bottom: 1px solid #e81c24;
  padding-bottom: 5px;
  text-transform: capitalize;
}
.in-buil-in .fotorama__caption__wrap {
  color: #191919;
  line-height: 30px;
  font-size: 15px;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
  border: 1px solid #e81c24;
  background: #fff;
  padding: 5px 20px;
  margin: 5px;
  border-radius: 4px;
}
@keyframes background-pan {
	from {
		background-position: 0% center;
	}
	to {
		background-position: -200% center;
	}
}

.in-build-tex p{
  color: #191919;
  line-height: 30px;
  font-size: 16px;
  font-weight: 600;
}
.in-build-tex .cstm-list-p{
  list-style: disclosure-closed;
  border: 1px solid #e81c24;
  background: #fff;
  padding: 10px 30px;
}
.in-build-tex .cstm-list-p li {
  font-size: 15px;
  font-weight: 600;
  padding-left: 5px;
  line-height: 30px;
  margin-bottom: 7px;
  border-bottom: 1px solid #e81c24;
  padding-bottom: 7px;
}
.inne-data p span {
  font-weight: 700;
  color: #e81c24;
  font-size: 16px;
  padding-bottom: 2px;
  border-bottom: 2px solid;
  border-color: #e81c24;
}
.new-content{
  position: sticky;
  top: 200px;
}
.new-content h2{
  color: #e81c24;
  font-size: 22px;
  font-weight: 600;
  background: #eee;
  padding: 10px 15px;
  border-bottom: 1px solid #e81c24;
  margin-bottom: 15px;
}
.new-content ul{
  list-style: disclosure-closed;
  border: 1px solid #e81c24;
  background: rgb(253, 239, 237);
  padding: 10px 30px;
}
.new-content ul li{
  font-size: 16px;
  font-weight: 600;
  padding-left: 5px;
  line-height: 30px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e81c24;
  padding-bottom: 15px;
}
.new-content p {
  color: #191919;
  line-height: 30px;
  font-size: 16px;
  font-weight: 600;
}
.prop-gal-building {
  background: #333;
  padding: 5px;
  margin-bottom: 15px;
}

.prop-gal-building a::after {
  content: "\f00e";
  font-family: "Font Awesome 6 Pro";
  right: 5px;
  margin-right: 0px;
  top: 5px;
  position: absolute;
  color: #fff;
  font-size: 16px;
  background: #c9001d;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.prop-gal-building img {
  height: 100%;
  object-fit: cover;
}
.card2 {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  height: 375px;
  margin: 10px;
}
.card2 .image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: grid;
  align-items: center;
  border: 1px solid #e81c24;
  background: rgb(253, 239, 237);
  padding: 10px;
  box-shadow: 0px 0px 5px 0px rgba(38, 38, 38, 0.99);
  border-radius: 5px;
}
.card2 .image img {
  width: 100%;
  transition: .5s;
}
.card2:hover .image img {
  opacity: .5;
  transform: translateX(30%);/*100%*/
}
.card2 .details {
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;/*100%*/
  height: 100%;
  background: #e81c24;
  transition: .5s;
  transform-origin: left;
  transform: perspective(2000px) rotateY(-90deg);
}
.card2:hover .details {
  transform: perspective(2000px) rotateY(0deg);
}
.card2 .details .center {
  padding: 20px;
  text-align: center;
  background: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.card2 .details .center h1 {
  margin: 0;
  padding: 0;
  color: #ff3636;
  line-height: 20px;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 700;
}
.card2 .details .center h3{
  color: #e81c24;
  font-size: 20px;
  font-weight: 700;
  background: #eee;
  padding: 10px 15px;
  border-bottom: 1px solid #e81c24;
}
.card2 .details .center p {
  margin: 10px 0;
  padding: 0;
  color: #262626;
  font-size: 16px;
  font-weight: 600;
}
.card2 .details .center ul {
  margin: 10px auto 0;
  padding: 0;
  display: table;
}
.card2 .details .center ul li {
  list-style: none;
  margin: 0 5px;
  float: left;
}
.card2 .details .center ul li a {
  display: block;
  background: #262626;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  transform: .5s;
}
.card2 .details .center ul li a:hover {
  background: #ff3636;
}
.new-bd-bt-st{
  -webkit-transform: perspective(0px) translateZ(0);
  transform: perspective(0px) translateZ(0);
  position: relative;
  background: #c9001d;
  border: none;
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 5px 10px 5px;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  color: #fff;
  text-align: center;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition-property: color, background-color, border-color, box-shadow;
  transition-duration: 0.15s, 0.15s, 0.15s, 0.15s;
  transition-property: color, background-color, border-color, box-shadow;
  transition-duration: 0.15s, 0.15s, 0.15s, 0.15s;
  display: flex;
  align-items: center;
  width: fit-content;
  margin: auto;
}
.new-bd-bt-st::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: .25rem;
  background: #1f3a57;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.new-bd-bt-st:hover::before, .new-bd-bt-st:focus::before, .new-bd-bt-st:active::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.new-bd-bt-st:hover{
  color: #fff;
}
.shed-build{
  border: medium;
  width: 100%;
  height: 100vh;
  padding: 0px;
  position: relative;
  border: 1px solid #e81c24;
  background: rgb(253, 239, 237);
  padding: 10px;
}
.pix {
  position: relative;
  margin-bottom: 0;
  z-index: 2;
}
.pix2{
  position: relative;
  z-index: 2;
}
.gallery-sec .image {
  opacity: 1;
  display: block;
  width: 100%;
  height: 275px;
  transition: .5s ease;
  backface-visibility: hidden;
  border-radius: 10px;
}
.gallery-sec .middle {
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  background: rgba(255, 255, 255, 0.65);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: .3s ease;
  transition: .3s ease;
  border-radius: 10px;
  border-top: 3px solid #e81c24;
  border-bottom: 3px solid #e81c24;
  border-left: 3px solid #1da2d8;
  border-right: 3px solid #1da2d8;
}
.gallery-sec .middle .text {
  color: #252525;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 35px;
}
.gallery-sec .pix:hover .middle {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition: 1s;
}
.mid-ico{
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.mid-ico i{
  color: #e81c24;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 23px;
  border: 1px solid #e81c24;
  background: rgb(253, 239, 237);
}
.pix2 p{
  background: #e81c24;
  padding: 0 5px;
  color: #fff;
  line-height: 30px;
  font-size: 15px;
  font-weight: 600;
  font-style: italic;
  margin: 10px 0;
  text-transform: capitalize;
}
.err-pg{
  background: #1a1b1f;
  display: flex;
  align-items: center;
  min-height: 700px;
  height: calc(100vh - 120px);
}
.err-in h1{
  background-image: linear-gradient(145deg, #f81f01, #ee076e);
  background: linear-gradient(145deg, rgb(248, 31, 1) 0%, rgb(238, 7, 110) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  color: #f81f01;
  font-weight: 700;
  font-size: 100px;
  line-height: 180px;
}
.err-in p {
  font-size: 18px;
  margin-top: 10px;
  color: #fff;
  opacity: 0.75;
  font-weight: 600;
  display: block;
  margin-bottom: 30px;
}
.error-button a {
  border: 2px solid #e81c24;
  background: #e81c24;
  color: #ffffff;
  padding: 15px 40px;
  border-radius: 6px;
  display: inline-block;
  font-weight: 600;
  transition: 0.3s;
  font-size: 17px;
  letter-spacing: 2px;
}
.error-button a:hover{
  box-shadow: 0 10px 15px 0 rgba(182,191,4,0.1);
  background: transparent;
  color: #e81c24;
  box-shadow: 0 10px 15px 0 rgba(249, 0, 77, 0.1);
  transform: translateY(-5px);
}
.you-vid {
  position: relative;
  border: 1px solid #e81c24;
  background: rgb(253, 239, 237);
  padding: 10px;
  border-radius: 4px;
  margin: 10px 0;
}
.you-vid iframe {
  width: 100%;
  height: 400px;
  border-radius: 4px;
}
.no-cap ul li .form-control:focus{
    border: 1px solid #e81c24 !important;
}

/* inner page ends */



/* responsive starts*/

@media (max-width: 767px){
    .flip-first{
        display: none;
    }
    .dsk-logo{
        padding: 10px 0;
    }
  .carousel, .carousel-item img{
    height: auto;
  }
  .about-us, .nwood{
    padding: 50px 0;
  }
  .new-fix-sty {
    margin-top: 20px;
  }
  .para-line p, .para-line h3{
    font-size: 21px;
  }
  .boxes-inn h3{
    text-align: left;
  }
  .call-btn {
    margin: 10px 0;
    justify-content: start;
  }
  #side-sli, .boxes-inn{
    margin: 10px 0;
  }
  .nwood .para-line p{
    font-size: 24px;
  }
  .new-contact h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    line-height: 30px;
  }
  .deliver-content{
    margin-top: 20px;
  }
  .footer-srt .container-fluid {
    padding-left: 15px;
  }
  .mob-fir{
    display: inline-block !important;
    width: 100%;
  }
  .footer-form{
      padding: 40px 20px;
  }
  .caale-cont a{
      font-size: 16px;
  }
  .bread-sec h3{
    font-size: 16px;
  }
  .paint-col-srt ul li {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
    margin: 5px;
  }
  .bread-sec h1{
    font-size: 35px;
    line-height: 50px;
  }
  .paint-clr h2 {
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    margin: 10px 0;
  }
  .qua img {
    width: fit-content;
    margin-left: auto;
    border: 1px solid #e81c24;
    background: rgb(253, 239, 237);
    padding: 10px;
    box-shadow: 0px 0px 5px 0px rgba(38, 38, 38, 0.99);
    margin-right: auto;
    display: block;
    float: unset;
    margin-bottom: 25px;
  }
  .flow-srt h3 {
    font-size: 27px;
    text-shadow: unset;
  }
  .card2{
    margin: 10px 0;
  }
  .shed-build iframe{
    width: 94.5% !important;
    height: 97.5% !important;
  }
  .card-header h5 button{
    font-size: 17px;
  }
  .card-body{
    font-size: 16px;
    font-weight: 600;
  }
  .paint-col-srt h1{
    font-size: 30px;
  }
  .err-pg{
    min-height: 400px;
    height: calc(50vh - 120px);
  }
  .err-in h1{
    font-size: 50px;
    line-height: 100px;
  }
  .err-in p{
    font-size: 15px;
  }
  .error-button a{
    font-size: 15px;
  }
  .kb-container__child{
      left: 4px !important;
  }
  .in-buil-in iframe{
    height: 300px !important;
  }
  .in-build-txt h1{
    font-size: 17px;
    font-weight: 700;
    line-height: 30px;
  }
  .you-vid{
    padding: 7px 5px 0;
    margin-bottom: 20px;
  }
  .you-vid iframe {
    height: 250px;
  }
  .fb-wid {
  padding-right: 15px;
  padding-left: 15px;
}

  .face-wid {
      text-align: center;
      margin: 30px 0;
    }
    .fb-page {
    width: 100% !important;
    height: 500px !important;
    display: block !important;
    margin: auto;
  }
  .imgs ul li:first-of-type {
  max-width: 60%;
  flex: 0 0 60%;
}
.imgs ul li:nth-of-type(2) {
  max-width: 70%;
  flex: 0 0 30%;
  background: unset;
  border-color: #c9001d;
}
.last-logo-txt .des-foot-logo-txt img{
    filter: grayscale(0);
}
.last-logo-txt .des-foot-logo-txt:hover p {
  padding: 5px;
}
}
@media (max-width: 998px){
  .offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    width: 350px;
    float: left;
    position: fixed;
  }
  .dot-image{
    display: none;
  }
  .box-up{
    display: block;
  }
  .call-btn {
    margin: 10px 0;
    justify-content: center;
  }
  .site-mobile-menu .site-nav-wrap > li > ul {
    border-bottom: 1px solid red; }
    .site-mobile-menu .site-nav-wrap > li > ul > li > ul {
    border-bottom: 1px solid red; }
    .site-mobile-menu .site-nav-wrap li.active > a {
      color: #fff;
      background: #e81c24;
    }
    .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
  font-size: 16px;
  padding-left: 60px;
  background: transparent !important;
  color: #fff !important;
  border-bottom: 2px solid #fff !important;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse, .site-mobile-menu .site-nav-wrap .arrow-collapse.active{
    color: #000 !important;
    right: 7px;
    top: 7px;
    width: 30px;
    height: 30px;
}
    .site-mobile-menu .site-nav-wrap > li{
      background: #ccc;
    }
    .site-mobile-menu .site-nav-wrap > li:hover{
      background: #e81c24;
      color:#fff;
    }
    .site-mobile-menu .site-nav-wrap > li > ul > li > a {
      color: #191919;
      background: #e19396;
      border-bottom: 2px solid #fff;
    }
    .site-mobile-menu .site-nav-wrap > li > ul > li > a {
      padding-left: 40px;
      font-size: 16px;
      font-weight: 500;
    }
    .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li{
      border-bottom: 2px solid #e81c24;
    }
    .site-mobile-menu .site-nav-wrap > li > a {
      padding-left: 20px;
      font-size: 16px;
      font-weight: 500;
    }
    body.offcanvas-menu::before{
      z-index: 1;
    }
    .side-left, .side-right{
      display: none;
    }
}

@media (min-width: 768px) and (max-width: 998px){
  
  .dsk-logo a img{
    width: 200px;
    margin: 5px 0;
  }
  .button .qube .back{
    padding: 25px 7px;
  }
  .button .qube .front h1, .button .qube .back h1{
    font-size: 15px;
    line-height: 20px;
  }
  .button .qube .back p{
    font-size: 14px;
    line-height: 20px;
  }
  .button .qube .back h2{
    font-size: 13px;
  }
  .deliver-content .blk h3{
    font-size: 17px;
  }
  .deliver-content .para-line p {
    font-size: 16px;
  }
  .id-mst {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0;
  }
  .id-mst2{
    max-width: 100%;
    flex: 0 0 100%;
  }
  .de-p{
    width: 100%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .face-wid{
    padding: 12px 0;
  }
  .paint-col-srt ul li {
    -ms-flex: 0 0 30%;
    flex: 0 0 18%;
    max-width: 18%;
    margin: 5px;
  }
  .paint-clr h2 {
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    margin: 10px 0;
  }
  .qua img {
    width: 250px;
    margin-left: 25px;
    border: 1px solid #e81c24;
    background: rgb(253, 239, 237);
    padding: 10px;
    box-shadow: 0px 0px 5px 0px rgba(38, 38, 38, 0.99);
    margin-right: unset;
    display: block;
    float: right;
  }
}
