@import "https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap";
body {
  word-break: break-word;
  font: 15px/25px Poppins, sans-serif;
  color: #393939;
  overflow-x: hidden;
}
a {
  text-decoration: none;
  color: #28b16d;
  white-space: initial;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #393939;
}
a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
img {
  max-width: 100%;
}
input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}
select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
ul {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
}
@font-face {
  font-family: "Fonts Awesome";
  src: url(../fonts/fontawesome-webfont.eot);
  src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"),
    url(../fonts/fontawesome-webfont.woff) format("woff"),
    url(../fonts/fontawesome-webfont.ttf) format("truetype"),
    url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "BreathDemo";
  src: url(../fonts/BreathDemo.ttf);
}
@font-face {
  font-family: "BankGothic";
  src: url(../fonts/BankGothic.ttf);
}
@font-face {
  font-family: "Roboto-Regular";
  src: url(../fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: "Roboto-Light";
  src: url(../fonts/Roboto-Light.ttf);
}
html {
  overflow-x: hidden;
}
.noPadding {
  padding: 0;
}
.noLeft {
  padding-left: 0;
}
.noRight {
  padding-right: 0;
}
.mt-5 {
  margin-top: 50px;
}
.mb-5 {
  margin-bottom: 50px;
}
.mt-8 {
  margin-top: 80px;
}
.mt-4 {
  margin-top: 40px;
}
.mt-3 {
  margin-top: 30px;
}
.mt-2 {
  margin-top: 20px;
}
.pt-5 {
  padding-top: 50px;
}
.pb-1 {
  padding-bottom: 10px;
}
.pb-2 {
  padding-bottom: 20px;
}
.pb-3 {
  padding-bottom: 30px;
}
.pb-4 {
  padding-bottom: 40px;
}
.pb-8 {
  padding-bottom: 80px;
}
.m-0 {
  margin: 0 !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-8 {
  padding-top: 80px;
}
.pt-4 {
  padding-top: 40px;
}
.pt-3 {
  padding-top: 30px;
}
.pt-2 {
  padding-top: 20px;
}
.all-section {
  padding: 80px 0;
}
.centerCol {
  float: none;
  margin: 0 auto;
}
.d-flex {
  display: flex;
  align-items: center;
}
.over-flow-h {
  overflow: hidden;
}
.btn10 {
  text-align: center;
  position: relative;
  overflow: hidden !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #c27234 !important;
  z-index: 10;
  display: inline-block;
  color: #fff;
  padding: 10px;
  display: flex;
  justify-content: center;
  height: 50px;
  align-items: center;
  clip-path: polygon(8% 0, 94% 0, 100% 50%, 94% 100%, 8% 100%, 0% 51%);
  color: #fff;
  font-size: 23px;
  font-family: "Roboto-Regular";
  border: 0 !important;
  width: 100%;
}
.btn10:hover {
  border: 1px solid transparent !important;
  color: #fff !important;
}
.btn10::before {
  content: "";
  width: 0;
  height: 100%;
  display: block;
  background: #6a5756;
  position: absolute;
  -ms-transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  left: -10%;
  opacity: 1;
  top: 0;
  z-index: -12;
  -moz-transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  box-shadow: 2px 0 14px rgba(0, 0, 0, 0.6);
  border-color: transparent !important;
}
.btn10::after {
  content: "";
  width: 0;
  height: 100%;
  display: block;
  background: #fff;
  position: absolute;
  -ms-transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  left: -10%;
  opacity: 0;
  top: 0;
  z-index: -15;
  -webkit-transition: all 0.94s cubic-bezier(0.2, 0.95, 0.57, 0.99);
  -moz-transition: all 0.4s cubic-bezier(0.2, 0.95, 0.57, 0.99);
  -o-transition: all 0.4s cubic-bezier(0.2, 0.95, 0.57, 0.99);
  transition: all 0.4s cubic-bezier(0.2, 0.95, 0.57, 0.99);
  box-shadow: 2px 0 14px rgba(0, 0, 0, 0.6);
  border-color: transparent;
}
.btn10:hover::before,
.btn1O:hover::before {
  opacity: 1;
  width: 116%;
}
.btn10:hover::after,
.btn1O:hover::after {
  opacity: 1;
  width: 120%;
}
.flexRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.flexCol {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  align-items: center;
}
h1 {
  font-family: "BreathDemo", Sans-Serif;
  font-size: 81px;
  line-height: 90px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 10px;
}
h2 {
  font-family: "BankGothic", Sans-Serif;
  font-size: 40px;
  line-height: 50px;
  color: #c27234;
  font-weight: 500;
  margin: 0 0 10px;
}
h3 {
  font-family: "BreathDemo", Sans-Serif;
  font-size: 60px;
  line-height: 70px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 10px;
}
h4 {
  font-family: "BreathDemo", Sans-Serif;
  font-size: 60px;
  line-height: 70px;
  color: #000;
  font-weight: 500;
  margin: 0 0 10px;
}
h5 {
  font-family: "BreathDemo", Sans-Serif;
  font-size: 63px;
  line-height: 70px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 10px;
}
h6 {
  font-family: "BankGothic", Sans-Serif;
  font-size: 40px;
  line-height: 50px;
  color: #a7a7a7;
  font-weight: 500;
  margin: 0 0 10px;
}
p {
  color: #fff;
  font-size: 17px;
  line-height: 25px;
  font-family: "Roboto-Regular", serif;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0 0 10px;
}
select {
  background: #fff url(../images/arrow.png) no-repeat right;
  padding: 0 40px 0 30px;
}
::-webkit-input-placeholder {
  color: #575757;
}
::-moz-placeholder {
  color: #575757;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #575757;
}
:-moz-placeholder {
  color: #575757;
  opacity: 1;
}
header {
  position: relative;
  z-index: 37;
}
.menuSec {
  padding: 20px 0;
  box-shadow: inset 0 12px 20px 12px gray;
}
.menuSec img {
  margin: 0;
}
.menuSec ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  text-transform: capitalize;
}
.menuSec ul li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.menuSec li ul {
  display: none;
}
.menuSec ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #010101;
  padding: 10px 22px;
  font-size: 20px;
  font-family: "Roboto-Regular";
}
.menuSec ul li a:after {
  content: "";
  position: inherit;
  top: 35%;
  right: 0;
  width: 1px;
  height: 13px;
  background-color: #393939;
}
.menuSec ul li:last-child a {
  padding-right: 0;
}
.menuSec ul li:last-child a:after {
  display: none;
}
.menuSec ul li a:hover,
.menuSec ul li a.active {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  color: #dc914d;
}
.menuSec li:hover > ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000;
  left: 0;
  width: 230px;
  text-align: left;
  top: 38px;
}
.menuSec li > ul > li > a {
  border: none;
  padding: 13px 20px !important;
  color: #fff !important;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
}
.menuSec li > ul > li,
.menuSec li > ul > li > a {
  display: block;
  margin: 0;
}
.menuSec li > ul > li > a:before,
.menuSec li > ul > li > a:after {
  display: none;
}
.menuSec li:hover li {
  float: none;
}
.menuSec li ul li a:hover {
  background-color: #fff;
  color: #000 !important;
}
.menuSec ul ul ul {
  left: 100%;
  top: 0;
}
.menuSec ul:before,
.menuSec ul:after {
  content: " ";
  display: table;
}
.menuSec ul:after {
  clear: both;
}
.menuSec li > ul > li:hover > ul {
  left: 230px;
  top: 0;
  width: 270px;
}
.droopdwon li:hover > ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000;
  left: 0;
  width: 230px;
  text-align: left;
  top: 40px;
}
.droopdwon {
  float: left;
}
.droopdwon li:hover li a:hover {
  background-color: #fff;
  color: #000 !important;
}
.dropdown-menu {
  position: absolute !important;
  z-index: 1000;
  display: block;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left !important;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  width: 100%;
}
.carousel-control.right,
.carousel-control.left {
  background: none;
  opacity: 1;
  width: 50px;
  height: 50px;
  top: initial;
  top: 40%;
  background: rgba(255, 255, 255, 0.1);
  text-shadow: none;
}
.carousel-control.right:hover,
.carousel-control.left:hover {
  background: rgba(255, 27, 27, 0.6);
  color: #fff;
}
.carousel-control.right .fa,
.carousel-control.left .fa {
  position: relative;
  top: 12px;
  font-size: 20px;
  color: #fff;
  opacity: 0.5;
}
.carousel-control.right {
  right: 0;
}
.carousel-control.left {
  left: 0;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 10px;
  height: 12px;
  padding: 0;
  margin: 3px !important;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 1;
  border-radius: 20px;
}
.carousel-caption {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.1);
}
.carousel-indicators li {
  border: none;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background: #fff;
  width: 12px;
  height: 12px;
  margin: 0;
}
.carousel-indicators .active {
  margin: 0;
  background-color: #28b16d;
  width: 10px;
  height: 12px;
}
.top-shipping ul li {
  margin-right: 15px;
}
.top-shipping ul {
  align-items: baseline !important;
}
body.search-open {
  overflow: hidden;
}
.close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  background: none;
  border: 0;
  font-size: 50px;
  font-weight: 700;
  display: block;
  cursor: pointer;
  color: #000;
  padding: 1rem 1.25rem;
  border-radius: 50%;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font: 18px;
  opacity: 1 !important;
  width: 50px;
  height: 50px;
}
.close:hover {
  background: #e21d1a;
  color: #fff;
  opacity: 1 !important;
  top: 2rem;
  right: 2rem;
}
.search-box.search-elem {
  margin: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: #000000b0;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.search-box.search-elem .inner {
  width: 70%;
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-align: left;
}
.search-box.search-elem label {
  color: #fff;
  font-weight: 300;
  font-family: "Raleway", sans-serif;
}
.search-box.search-elem button.submit {
  outline: none;
  position: absolute;
  top: 0;
  right: 15px;
  height: 70px;
  color: #fff;
  width: 171px;
  height: 55px;
  background: #000;
  font-family: "Poppins";
  font-size: 22px;
  cursor: pointer;
  border: 0;
}
.top-cart ul li i {
  margin-right: 13px;
  font-size: 20px;
}
.search-box.search-elem button.submit[disabled] {
  width: 171px;
  height: 55px;
  font-size: 20px;
  color: #fff;
  background: linear-gradient(to top, #e70e0e 0%, #f66565 100%);
  display: inline-block;
}
.search-box.search-elem input[type="text"] {
  padding: 20px;
  height: 55px;
  width: 80%;
  font-size: 32px;
  font-family: "Poppins";
  font-weight: 300;
  border: none;
  border-bottom: solid 2px #e21d1a;
  transition: border 0.3s;
  border-radius: 0;
}
.search-box.search-elem input[type="text"]:focus {
  border-bottom: solid 2px #55cd6c;
  box-shadow: none;
}
.search-box.search-elem label.placeholder {
  position: absolute;
  top: 13px;
  left: 2rem;
  font-size: 32px;
  font-weight: 300;
  font-family: "Poppins";
  color: #999;
  transition: all 0.3s;
}
.search-box.search-elem label.placeholder.move-up {
  top: -25px;
  color: #fff;
  font-size: 17px;
  font-family: "Poppins";
}
.search-box.search-elem.search-open {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.search-btn {
  font-family: "Raleway", sans-serif;
  font-size: 0.875rem;
  padding: 0 10px;
  display: inline-block;
  color: #fff;
}
.account_list {
  display: flex;
  align-items: center;
  justify-content: end;
  margin: 0;
  gap: 20px;
}
.topSec {
  background: #2a2a2a;
  padding: 20px;
}
ul.account_list li p {
  margin: 0;
  font-family: Roboto-Light;
  font-size: 26px;
}
.header-logo img {
  width: 85%;
}
.header-logo {
  position: absolute;
  top: 0;
  z-index: 3;
}
.quote-txt h6 {
  font-family: "BreathDemo";
  font-size: 38px;
  line-height: 40px;
  color: #fff;
  font-weight: 500;
  margin: 0;
}
.quote-txt h5 {
  font-size: 51px;
  line-height: 51px;
}
.quote-txt {
  background: #6a5756;
  padding: 20px;
  text-align: center;
}
.quote-form input {
  width: 100%;
  height: 47px;
  border: none;
  margin: 0 0 20px;
  padding: 0 27px;
  border-radius: 3px;
  color: #000;
  clip-path: polygon(8% 0, 92% 0, 100% 50%, 92% 100%, 8% 100%, 0% 52%);
  background: #eee;
}
form.form-get-quote {
  margin-top: 20px;
  padding: 20px;
}
.quote-box {
  background: #fff;
}
.slider-button button.btn10 {
  background: #eee !important;
  margin-bottom: 11px;
  color: #000;
  font-size: 18px;
}
button.sub-btn.btn10 {
  background: #d69655 !important;
  color: #fff !important;
  font-size: 26px;
}
.sd-buttn a.btn10 {
  width: 30%;
}
.chkbx input#free {
  display: none;
}
.chkbx label {
  position: relative;
  color: #000;
  margin-bottom: 8px;
}
.chkbx label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #000;
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 8px;
}
.quote-box {
  background: #fff;
  height: 767px;
  clip-path: polygon(0 0, 100% 0%, 100% 85%, 50% 100%, 0 85%);
  position: relative;
  z-index: 2;
  margin-top: 92%;
}
.carousel-inner {
  overflow: visible;
}
.banner-img {
  width: 100%;
}
.aboutus {
  position: relative;
  background: url(../images/abt1.webp);
  width: 100%;
  height: 1000px;
  background-size: cover;
  padding-top: 14%;
}
.aboutus::before {
  position: absolute;
  content: "";
  background: url(../images/i2.png);
  top: 20%;
  left: 5%;
  height: 71px;
  width: 66px;
}
.aboutus::after {
  position: absolute;
  content: "";
  background: url(../images/i3.png);
  bottom: 10%;
  left: 19px;
  height: 68px;
  width: 51px;
}
.about-txt {
  position: relative;
}
.about-txt::before {
  position: absolute;
  content: "";
  background: url(../images/i1.png);
  height: 70px;
  width: 80px;
  top: 0;
  right: 0;
}
.about-txt::after {
  position: absolute;
  content: "";
  background: url(../images/i3.png);
  bottom: -71px;
  right: 5%;
  height: 68px;
  width: 51px;
}
.abt-buttn {
  margin-top: 5%;
}
.services {
  background: #2a2a2a;
}
.inner-services {
  background: #000;
}
.center-content {
  margin: 0 auto;
  text-align: center;
}
.abt-buttn a.btn10 {
  background: #6a5756 !important;
  width: 30%;
}
.service-detail h5 {
  font-size: 35px;
  line-height: 35px;
  font-size: 35px;
  line-height: 35px;
}
.service-detail {
  text-align: center;
}
.prod-slider .slick-active {
  opacity: 1;
}
.prod-slider .slick-prev:before,
.slick-next:before {
  color: #fff;
  font-family: "Font Awesome 5 Brands";
}
.prod-slider .slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 1;
}
ul.off-hr li {
  color: #fff;
  font-size: 17px;
  font-family: "Roboto-Regular";
  margin-bottom: 23px;
  margin-left: 13px;
}
.choose {
  position: relative;
  background: url(../images/choose-bk.webp);
  width: 100%;
  height: 950px;
  background-size: cover;
}
.choose::before {
  position: absolute;
  content: "";
  background: url(../images/i2.png);
  top: 19px;
  left: 0;
  height: 71px;
  width: 66px;
}
.choose::after {
  position: absolute;
  content: "";
  background: url(../images/i2.png);
  bottom: 22px;
  left: 2%;
  height: 71px;
  width: 66px;
}
.choose-img {
  position: relative;
}
.choose-img::before {
  position: absolute;
  content: "";
  background: url(../images/i1.png);
  height: 70px;
  width: 80px;
  top: 0;
  right: 0;
}
.choose-img::after {
  position: absolute;
  content: "";
  background: url(../images/i3.png);
  bottom: -71px;
  right: 5%;
  height: 68px;
  width: 51px;
}
ul.off-hr li img {
  height: 24px;
  width: 24px;
  margin: 7px 10px 7px 0;
}
ul.off-hr {
  margin-top: 7%;
}
.estimate {
  background: #9e9d9d;
}
.estimate-form input {
  width: 100%;
  padding: 10px;
  border: transparent;
  color: #000;
}
.estimate-form input::placeholder {
  color: #000;
  font-family: "BankGothic";
  font-size: 22px;
}
.est-buttn {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
.est-buttn a.btn10 {
  width: 23%;
}
.est-text h4 {
  margin: 0 0 25px;
}
.gallery {
  background: url(../images/gallery-bk.webp);
  width: 100%;
  height: 1000px;
  background-size: cover;
}
.gal-img img {
  height: 327px;
  object-fit: cover;
  margin-bottom: 20px;
  border-radius: 20px;
}
.gal-img1 img {
  width: 100%;
  height: 669px;
  object-fit: cover;
  border-radius: 20px;
}
.gall-txt p {
  width: 48%;
  margin: 0 auto;
  padding-bottom: 20px;
}
.testimonials-sec .sec-heading h2 {
  color: #000;
  font-size: 73px;
  border: 0;
}
.tattered-imgs-right {
  position: absolute;
  height: 450px;
  width: 15%;
  right: 0;
}
.tattered-imgs-right .tattered-img:nth-child(1) {
  position: absolute;
  top: 0;
  left: -77%;
  width: 49px;
}
.tattered-imgs-right .tattered-img:nth-child(2) {
  position: absolute;
  right: 0;
  top: -79px;
}
.tattered-imgs-right .tattered-img:nth-child(3) {
  position: absolute;
  left: -77%;
  bottom: 0;
  width: 55px;
}
.tattered-imgs-right .tattered-img:nth-child(4) {
  position: absolute;
  right: 0;
  bottom: 0;
}
.tattered-imgs-left {
  position: absolute;
  left: 0;
}
.tattered-imgs-left .tattered-img:nth-child(1) {
  top: 0;
  position: absolute;
  right: -131px;
}
.tattered-imgs-left .tattered-img:nth-child(2) {
  position: absolute;
  top: 143px;
  right: 57px;
}
.tattered-imgs-left .tattered-img:nth-child(3) {
  position: absolute;
  top: 198px;
  right: -141px;
  width: 70px;
}
.tattered-imgs-left .tattered-img:nth-child(4) {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 94px;
}
.tattered-imgs-left {
  height: 450px;
  width: 15%;
}
.author-img img {
  width: 110px;
  border: solid 3px #fff;
  border-radius: 64px;
  padding: 9px;
}
.testi-author h3 {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 0 8px;
  font-family: "Font Awesome 5 Brands";
  color: #74ca00;
}
.testi-author h4 {
  font-size: 16px;
  color: #5d5d5c;
}
.testi-author h4 span {
  color: #5d5d5c;
  font-size: 16px;
}
.testi-txt p {
  font-size: 22px;
  line-height: 30px;
  margin: 27px;
}
section.testimonials-sec .sec-heading {
  margin: 0 0 50px;
}
section.testimonials-sec {
  padding: 90px 0;
}
.testi-slider .slick-dots li button:before {
  font-family: "slick";
  font-size: 18px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 1;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
section.testimonials-sec {
  position: relative;
  background: url(../images/test-bk.webp);
  width: 100%;
  height: 689px;
  background-size: cover;
}
.author-img {
  text-align: center;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.testi-txt {
  text-align: center;
}
.testi-txt h3 {
  font-family: "BreathDemo", Sans-Serif;
  font-size: 34px;
  line-height: 34px;
}
.testi-txt h4 {
  font-size: 25px;
  line-height: 25px;
  color: #fff;
}
.blogs {
  background: url(../images/gallery-bk.webp);
  width: 100%;
  background-size: cover;
}
ul.admin-detail {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  margin-bottom: 12px;
  align-items: center;
  justify-content: start;
  margin-top: 12px;
}
li.author {
  line-height: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
}
span.left.author {
  margin-right: 5px;
  color: #000;
}
span.right.post-author a {
  color: #89868d;
  font-size: 14px;
  font-family: "Josefin Sans";
}
li.comment {
  line-height: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
}
span.left.comment {
  margin-right: 5px;
  color: #000;
}
span.right.comment a {
  font-size: 14px;
  color: #89868d;
  font-family: "Roboto-Regular", Sans-serif;
}
.blog-detail {
  background: #fff;
  width: 87%;
  margin: auto;
  padding: 20px;
  margin-top: -75px;
  box-shadow: 0 0 10px #d3dae3;
  z-index: 0;
  position: relative;
  border-radius: 10px;
  text-transform: uppercase;
}
.blog-detail h6 {
  font-size: 16px;
  line-height: 26px;
  font-family: "BreathDemo";
  color: #000;
}
.blg-btn {
  display: flex;
  justify-content: end;
}
.blg-btn a.btn1 {
  width: 40%;
  background: #072440;
}
.blog-img img {
  width: 100%;
  height: 278px;
  object-fit: cover;
}
section.inner-blog-detail {
  background: #000;
}
.inner-blog-img img {
  width: 100%;
}
.b-text-abs h4 {
  color: #fff;
  font-size: 40px;
  margin: 20px 0;
  line-height: 40px;
}
.b-text-abs h5 {
  font-size: 20px;
  line-height: 20px;
  text-decoration: underline;
  margin: 0 0 23px;
}
.contact-sec {
  background: #000;
  background: url(../images/contact-bk.webp);
  width: 100%;
  height: 1000px;
  background-size: cover;
}
.contact-frm {
  padding: 50px 40px;
  position: relative;
  height: 100%;
  background-color: #fff;
  box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.1);
}
.contact-frm span {
  font-size: 30px;
  font-family: "Montserrat";
  text-transform: capitalize;
}
.contact-frm h4 {
  color: #231f20;
  font-size: 30px;
  font-family: "Montserrat";
  text-align: justify;
  line-height: 30px;
}
.contact-input input,
.contact-input select::placeholder {
  font-size: 18px;
  color: #000;
  font-family: "Montserrat";
  font-weight: 500;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.contact-input input,
.contact-input select {
  font-size: 18px;
  width: 100%;
  border-bottom: 1px solid #c2c2c2 !important;
  border: 0;
  height: 60px;
  padding: 0;
  color: #000;
  margin-top: 50px;
}
.contact-input {
  display: flex;
  align-items: end;
  justify-content: flex-start;
  position: relative;
}
.contact-input textarea {
  font-size: 18px;
  color: #000;
  width: 100%;
  border: 0;
  border-bottom: 2px solid #c2c2c2 !important;
  padding: 40px 20px 20px 10px;
  height: 170px;
  margin-top: 30px;
}
.contact-input-btn button {
  position: absolute;
  right: -10px;
  bottom: -15px;
  font-size: 30px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  border: 0;
  color: #fff;
  background: #c27234;
}
.contact-input-btn {
  position: relative;
  z-index: 1;
  animation: blink-1 2.5s infinite both;
}
@-webkit-keyframes blink-1 {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes blink-1 {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.contact-input-btn i:after {
  position: absolute;
  content: "";
  border: 2px solid #474546;
  width: 120%;
  height: 120%;
  right: -10%;
  bottom: -10%;
  background: #fff;
  z-index: -1;
  border-radius: 50px;
  transition: 0.5s ease-in-out;
}
.contact-input-btn i:hover:after {
  box-shadow: 0 0 10px 0 #85c75d;
  transition: 0.5s ease-in-out;
}
.ctct-detl {
  background: #6a5756;
  position: relative;
  padding: 50px;
}
.ctct-detl h4 {
  font-size: 27px;
  color: #fff;
  font-family: "Montserrat";
  text-transform: uppercase;
  position: relative;
  margin-bottom: 70px;
}
.ctct-detl h4:after {
  position: absolute;
  content: "";
  background: #c1bdbd6b;
  width: 100%;
  height: 3px;
  left: 0;
  bottom: -30px;
}
.ctct-detl h4:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 30%;
  height: 2px;
  left: 0;
  bottom: -30px;
  z-index: 1;
  transition: 1s ease-in-out;
}
.ctct-detl h4:hover:before {
  width: 100%;
  transition: 1s ease-in-out;
  background: #fff;
}
.ctct-detl UL {
  display: flex;
  gap: 40px;
  margin: 50px 0;
}
.ctct-detl ul i {
  font-size: 50px;
  color: #fff;
}
.ctct-detl ul a {
  font-size: 16px;
  color: #fff;
  font-family: "Montserrat";
  line-height: 26px;
  text-align: justify;
}
.ctct-detl ul li {
  display: grid;
  align-items: center;
  justify-content: flex-start;
}
.ctct-detl ul li span {
  line-height: 0;
  font-weight: 400;
}
ul.cont-border {
  border: 0;
  border-top: 1px solid #ffffff40;
  padding: 30px 0 0;
  margin-bottom: -20px;
  transition: 1s ease-in-out;
}
ul.cont-border:hover {
  border-color: #fff;
  transition: 1s ease-in-out;
  transform: translateX(10px);
}
.conte-head p {
  margin: 0 auto;
  text-align: center;
  width: 49%;
  padding-bottom: 30px;
}
.footer-logo-box {
  text-align: center;
}
.footer-main {
  padding: 80px 0 50px;
  background: #2a2a2a;
  position: relative;
}
.footer-logo-box p {
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin-top: 20px;
}
.footer-logo-box a img {
  margin-bottom: 35px;
}
.footer-logo-box ul {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  gap: 20px;
  justify-content: center;
  margin-top: 40px;
}
.foot-social ul li a:hover {
  background: #7e6968;
  color: #fff;
}
.foot-social ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 20px;
  color: #000;
  transition: 0.5s;
  background: #fff;
}
.quick-link {
  padding-left: 40px;
  margin-left: 40px;
}
.contact-info {
  padding-left: 30px;
  b/order-left: 1px solid #525252;
  border-right: 1px solid #525252;
}
.new-letter {
  padding-left: 20px;
}
.copy-right {
  padding: 18px 0;
  text-align: center;
  background: #232222;
}
.new-letter-input-icon {
  position: absolute;
  left: 15px;
  color: #c27234;
}
.new-letter input {
  width: 100%;
  height: 55px;
  border: none;
  background: #ffff;
  border-radius: 10px;
  padding: 0 55px;
  box-shadow: 0 0 2px 0 #00000063;
}
.new-letter-input-icon i {
  font-size: 18px;
}
.copy-right p {
  font-size: 19px;
  text-transform: capitalize;
  color: #fff;
  font-family: "Roboto-Light";
  margin: 0;
}
.new-letter-input input::placeholder {
  font-family: "Rajdhani", sans-serif;
  font-size: 16px;
  color: #000;
  font-weight: 600;
}
.new-letter-input {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.new-letter-button button {
  width: 100%;
  height: 55px;
  font-size: 19px;
  border: none;
  color: #000;
  background-image: linear-gradient(
    to bottom,
    #9e742e,
    #ac8340,
    #bb9351,
    #c9a363,
    #d8b375,
    #d8b375,
    #d9b475,
    #d9b475,
    #cba463,
    #bd9552,
    #b08641,
    #a27730
  );
  border-radius: 10px;
}
.footer-main h5 {
  font-size: 30px;
  font-weight: 500;
  color: #fff;
}
.quick-link ul li a {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  font-family: "Roboto-Light";
}
.quick-link ul {
  line-height: 49px;
}
.contact-info ul li a i {
  font-size: 22px;
  color: #c27234;
}
.contact-info ul li a {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 0;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 40px;
  font-family: "Roboto-Light";
}
.contact-info ul li:last-child a {
  margin-bottom: 0;
}
a.footbtn.btn10 {
  width: 100%;
}
.banner-image img {
  width: 100%;
}
.banner-image {
  position: relative;
}
.title-new {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: start;
}
.title-new h2 {
  font-size: 59px;
  color: #fff;
  font-family: "BreathDemo";
}
.inner-aboutus {
  position: relative;
  background: url(../images/abt1.png);
  width: 100%;
  height: 802px;
  background-size: cover;
}
.inner-aboutus::before {
  position: absolute;
  content: "";
  background: url(../images/i2.png);
  top: 10%;
  left: 2%;
  height: 71px;
  width: 66px;
}
.inner-aboutus::after {
  position: absolute;
  content: "";
  background: url(../images/i3.png);
  bottom: 10%;
  left: 19px;
  height: 68px;
  width: 51px;
}
.vid-div {
  position: relative;
}
.abs-vid {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%);
}
.abs-vid i {
  font-size: 25px;
  color: #6e5b5a;
  border-radius: 45px;
  padding: 20px;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
.video-services {
  background: url(../images/video-bk.png);
  background-size: cover;
  background: #d69655;
}
.innservi {
  position: relative;
  background: #eaf2fd;
}
.innservi::before {
  position: absolute;
  content: "";
  background: url(../images/abt-before.png);
  width: 285px;
  height: 904px;
  top: 0;
  background-repeat: no-repeat;
  right: 0;
}
.vidtxt p {
  margin: 0 auto;
  padding-bottom: 20px;
}
section.ser-detail.pt-8.pb-8 {
  background: #000;
}
.det-txt h3 {
  font-family: "BreathDemo", Sans-Serif;
  font-size: 51px;
  line-height: 69px;
}
.det-img img {
  width: 85%;
}
.sergall-img {
  display: flex;
  justify-content: space-between;
}
.faq-h {
  width: 60%;
  margin: 0 auto 30px;
}
.faq-h h2 {
  margin-bottom: 20px;
}
.faq-h p {
  color: #494949;
  font-size: 16px;
  text-align: center;
}
.gorrila-page-sec {
  padding: 80px 0;
}
.gorilla-content .accordion-button.collapsed {
  padding: 22px 30px;
  background-color: #6a5756;
  color: #fff;
  font-size: 29px;
  font-family: "BreathDemo";
  line-height: 30px;
  border-radius: 0;
}
.gorilla-content .accordion-button {
  font-size: 24px;
  padding: 20px;
  line-height: 45px;
  background-color: transparent;
  font-size: 45px;
  font-family: "Trirong-Regular";
}
.gorilla-content .gorrila-page-txt .color-red {
  color: #a60000;
  font-weight: 500;
  margin-bottom: 7px;
  margin-top: 30px;
}
.gorrila-page-txt ul {
  list-style: auto;
}
.gorrila-page-txt ul li {
  color: #000;
  font-size: 14px;
  line-height: 23px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin-bottom: 15px;
  margin-left: 15px;
}
.gorrila-page-txt ul li::marker {
  color: #a60000;
}
.accordion-body.gorrila-page-txt {
  padding: 20px 30px;
}
.gorilla-content .accordion-item {
  margin: 20px 0;
  border-radius: 0;
  border: 0;
}
.gorilla-content .accordion-button:not(.collapsed) {
  box-shadow: none;
  border-bottom: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  color: #000;
  font-size: 29px;
  font-family: "BreathDemo";
  background: #fff;
}
.accordion-collapse.collapse {
  border-top: 0;
  background: #fff;
}
.gorilla-content button:focus:not(:focus-visible) {
  box-shadow: none;
}
.accordion-body p {
  color: #000;
  line-height: 22px;
  font-family: "Roboto-Light";
  line-height: 29px;
}
.gorilla-content .accordion-button::after {
  background: none;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 600;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.accordion-button:not(.collapsed)::after {
  transform: rotate(-180deg);
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 600;
  color: #000;
}
.faq-pg-sec {
  padding: 80px 0;
}
.faq-h h3 {
  font-size: 50px;
  text-transform: uppercase;
  color: #000;
}
section.faq.pt-8.pb-8 {
  background: #d69655;
}
.fq-txt p {
  width: 78%;
  margin: 0 auto;
}
section.contact-page {
  position: relative;
  padding: 100px 0;
  position: relative;
  background: #000;
}
.contact-page-head p {
  font-size: 17px;
  font-family: "Roboto-Light";
}
.cont-pg-input input {
  width: 100%;
  height: 60px;
  color: #000;
  border: 1px solid #000;
  border-radius: 50px;
  padding: 20px;
  font-size: 18px;
  font-weight: 500;
  margin-top: 40px;
  border-radius: 0;
}
.cont-pg-input textarea {
  width: 100%;
  height: 160px;
  border: 1px solid #000;
  border-radius: 0;
  padding: 20px;
  margin-top: 40px;
  font-size: 18px;
}
button.btn1.cont-btn {
  border: 0;
  width: 100%;
}
ul.cont-icon-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 50px;
  margin-top: 50px;
}
ul.cont-icon-list i {
  font-size: 40px;
  color: #fff;
  width: 100px;
  height: 100px;
  border: 2px dashed #fff;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #6a5756;
}
ul.cont-icon-list h4 {
  font-size: 40px;
  line-height: 40px;
  margin: 0;
  color: #fff;
}
ul.cont-icon-list p {
  font-size: 20px;
  color: #fff;
  font-family: "Roboto-Light";
  font-weight: 500;
  margin-top: 10px;
}
.cont-map iframe {
  width: 100%;
}
a.contbtn.btn10 {
  width: 100%;
  margin-top: 23px;
  clip-path: polygon(5% 0, 96% 0, 100% 50%, 96% 100%, 5% 100%, 0% 51%);
  height: 65px;
}
span.font-color1 {
  color: #06ace1;
  font-size: 48px !important;
}
.get-a-quote-sec {
  padding: 180px 0 80px;
  position: relative;
  background: #232020;
}
.get-a-quote-input input,
.get-a-quote-input select {
  width: 100%;
  height: 56px;
  border: solid 0.5px #00000040;
  border-radius: 0;
  padding: 0 20px;
  font-family: "Poppins";
  color: #000;
  font-size: 19px;
  font-size: 22px;
  color: #333;
}
.get-a-quote-input-iocn i {
  font-size: 20px;
  color: #06b6ea;
}
.get-a-quote-input-iocn {
  position: absolute;
  right: 25px;
}
.get-a-quote-input {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.paga-link ul li:last-child a {
  color: #cb1a22;
}
.get-a-quote-input input::placeholder {
  font-family: "Montserrat-ExtraLight", sans-serif;
  color: #000;
  font-size: 18px;
}
.get-a-quote-textarea textarea {
  width: 100%;
  height: 230px;
  border: solid 0.5px #00000040;
  border-radius: 5px;
  padding: 20px;
  resize: none;
  font-family: "Poppins";
  color: #333;
  font-size: 22px;
  margin-bottom: 20px;
}
.get-a-quote-button button {
  width: 17%;
  font-size: 20px;
  padding: 18px 40px;
  border: 0;
  background: #0a7abf;
  border-radius: 12px;
  color: #fff;
}
.get-a-quote-textarea textarea::placeholder {
  font-family: "Montserrat-ExtraLight", sans-serif;
  color: #000;
  font-size: 18px;
}
.get-a-quote-textarea {
  position: relative;
}
.get-a-quote-textarea-icon {
  position: absolute;
  position: absolute;
  top: 20px;
  right: 20px;
}
.get-a-quote-textarea-icon i {
  font-size: 20px;
  color: #06b6ea;
}
.get-a-quote-button {
  margin-top: 50px;
  text-align: center;
}
.get-a-quote-button a {
  width: 13%;
  margin: 0 auto;
}
.inner-f {
  margin: 0;
  padding: 0;
}
.footer-bg .footer-sec:after {
  height: 100%;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
a.estbtn.btn10 {
  width: 100%;
  margin: 0 auto;
  margin-top: 20px;
  height: 65px;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "Poppins";
  background: linear-gradient(to right, #6bc248 0%, #88ef56 100%) !important;
  color: #000;
}
.app-txt h3 {
  font-size: 62px;
  text-align: center;
  margin: 0 0 53px;
  color: #070707;
  font-family: "Rajdhani-SemiBold";
}
.orng-box {
  background: #fff;
  padding: 55px 30px;
  box-shadow: 0 0 10px 2px #8080807a;
}
.get-a-quote-input input[type="date"] {
  color: #333;
  font-family: "Poppins";
  font-size: 22px;
}
.sbt-button a.theme_btn {
  border-radius: 5px;
  margin-top: 20px;
  font-size: 20px;
}
.chkbx1 {
  text-align: justify;
}
.chkbx1 label {
  position: relative;
  color: #fff;
  margin-bottom: 8px;
}
.chkbx1 label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #fff;
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 8px;
}
.chkbx1 input#free {
  display: none;
}
.sbt-button a.btn10 {
  width: 27%;
  height: 65px;
  background: #d69655 !important;
  margin-bottom: 15%;
}
.sbt-button {
  display: flex;
  justify-content: center;
}
a.price.btn10 {
  width: 100%;
  background: #fff !important;
  clip-path: none !important;
  color: #000 !important;
  margin-bottom: 33px;
  height: 56px;
  margin-top: 20px;
}
span.icon-1 i {
  color: #c5bdbd;
}
.client-detail1 {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}
.cli-img img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 50%;
}
h5.name.second_font {
  font-family: "Roboto-Regular";
  font-size: 23px;
  line-height: 23px;
  color: #000;
}
h6.job {
  font-family: "Roboto-Regular";
  font-size: 18px;
  color: #333;
  margin: 0;
  font-weight: 600;
  line-height: 18px;
}
.test-box {
  padding: 30px;
  background-color: #fff;
  box-shadow: 0 0 10px #00000024;
  border-radius: 13px;
  position: relative;
  margin-bottom: 34px;
}
.test-box::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 20px solid #fff;
  bottom: -20px;
  left: 12%;
  transform: translateX(-50%);
}
.test-box::before:hover {
  color: red;
}
.tst-det p {
  color: #000;
  font-size: 18px;
  line-height: 24px;
  font-family: "WorkSans-Regular", serif;
  font-weight: 400;
  letter-spacing: 0;
  margin: 20px 0;
}
.test-box:hover {
  background: #6a5756;
}
.test-box:hover span.icon-1 i {
  color: #fff;
}
.test-box:hover .tst-det i.fas.fa-quote-left {
  color: #fff;
}
.test-box:hover h6.job {
  color: #fff;
}
.test-box:hover h5.name.second_font {
  color: #fff;
}
.tst-det i.fas.fa-quote-left {
  font-size: 36px;
  color: #d69655;
}
.pagination-test {
  display: flex;
  padding-left: 0;
  list-style: none;
  align-items: center;
  justify-content: center;
}
.pagination-test .page-item:not(:first-child) .page-link {
  margin-left: 4px;
  color: #fff;
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  box-shadow: none;
  border: 0;
  background: transparent;
}
section.test.pt-8.pb-8 {
  background: #000;
}
li.page-item:hover {
  background: #d69655;
  border-radius: 10px;
}
.blog-btn {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .header-buttn a.btn10 {
    font-size: 18px;
  }
  .quote-txt h6 {
    font-size: 36px;
  }
  .aboutus {
    padding-top: 18%;
  }
  .about-txt h3 {
    font-size: 59px;
  }
  .contact-sec {
    height: 1065px;
  }
  .ctct-detl ul a {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-logo {
    top: 26px;
  }
  .menuSec ul li a {
    padding: 10px 4px;
    font-size: 14px;
  }
  .header-buttn a.btn10 {
    font-size: 17px;
  }
  .banner-img {
    height: 600px;
    object-fit: cover;
  }
  .quote-txt h6 {
    font-size: 25px;
    line-height: 29px;
  }
  .quote-txt h5 {
    font-size: 40px;
    line-height: 40px;
  }
  .quote-txt {
    padding: 15px;
  }
  .banner_text h1 {
    font-size: 56px;
    line-height: 67px;
  }
  .sd-buttn a.btn10 {
    width: 50%;
  }
  form.form-get-quote {
    margin-top: 11px;
    padding: 13px;
  }
  .quote-box {
    height: 674px;
  }
  .aboutus {
    height: 1423px;
  }
  .aboutus::after {
    bottom: 31px;
  }
  .choose {
    height: 1505px;
  }
  .est-buttn a.btn10 {
    width: 36%;
  }
  .gall-txt p {
    width: 100%;
  }
  .tattered-imgs-left .tattered-img:nth-child(3) {
    top: 0;
  }
  .blog-detail {
    width: 97%;
    padding: 10px;
  }
  span.right.comment a {
    font-size: 12px;
  }
  span.right.post-author a {
    font-size: 12px;
  }
  .blog-detail h6 {
    font-size: 13px;
    line-height: 22px;
  }
  .ctct-detl h4 {
    font-size: 19px;
    margin-bottom: 59px;
  }
  .ctct-detl UL {
    display: flex;
    gap: 20px;
    margin: 50px 0;
  }
  .ctct-detl ul a {
    font-size: 13px;
  }
  .inner-aboutus {
    height: 1230px;
  }
  .inner-aboutus::after {
    bottom: 29px;
  }
  .service-detail h5 {
    font-size: 24px;
    line-height: 35px;
    margin-top: 17px;
  }
  .video-images img.vid1 {
    height: 215px;
    object-fit: cover;
  }
  .contact-page-head h5 {
    font-family: "BreathDemo", Sans-Serif;
    font-size: 49px;
    line-height: 60px;
  }
  ul.cont-icon-list h4 {
    font-size: 25px;
    line-height: 36px;
  }
  ul.cont-icon-list p {
    font-size: 17px;
  }
  .sbt-button a.btn10 {
    width: 47%;
  }
  .sergall-img {
    display: flex;
    justify-content: center;
    gap: 10px;
  }
  .gorilla-content .accordion-button.collapsed {
    font-size: 22px;
  }
  .gorilla-content .accordion-button:not(.collapsed) {
    font-size: 22px;
  }
  .fq-txt h5 {
    font-size: 50px;
  }
  ul.account_list li p {
    margin: 0;
    font-family: Roboto-Light;
    font-size: 22px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-logo {
    top: 26px;
  }
  .menuSec ul li a {
    padding: 10px 14px;
    font-size: 18px;
  }
  .header-buttn a.btn10 {
    font-size: 15px;
  }
  .banner-img {
    height: 600px;
    object-fit: cover;
  }
  .quote-txt h6 {
    font-size: 25px;
    line-height: 29px;
  }
  .quote-txt h5 {
    font-size: 40px;
    line-height: 40px;
  }
  .quote-txt {
    padding: 15px;
  }
  .banner_text h1 {
    font-size: 56px;
    line-height: 67px;
  }
  .sd-buttn a.btn10 {
    width: 50%;
  }
  form.form-get-quote {
    margin-top: 11px;
    padding: 13px;
  }
  .quote-box {
    height: 674px;
  }
  .aboutus::after {
    bottom: 31px;
  }
  .choose {
    height: 1085px;
  }
  .est-buttn a.btn10 {
    width: 36%;
  }
  .gall-txt p {
    width: 100%;
  }
  .tattered-imgs-left .tattered-img:nth-child(3) {
    top: 0;
  }
  .blog-detail {
    width: 97%;
    padding: 10px;
  }
  span.right.comment a {
    font-size: 12px;
  }
  span.right.post-author a {
    font-size: 12px;
  }
  .blog-detail h6 {
    font-size: 13px;
    line-height: 22px;
  }
  .ctct-detl h4 {
    font-size: 19px;
    margin-bottom: 59px;
  }
  .ctct-detl UL {
    display: flex;
    gap: 20px;
    margin: 50px 0;
  }
  .ctct-detl ul a {
    font-size: 13px;
  }
  .inner-aboutus::after {
    bottom: 29px;
  }
  .service-detail h5 {
    font-size: 24px;
    line-height: 35px;
    margin-top: 17px;
  }
  .video-images img.vid1 {
    height: 215px;
    object-fit: cover;
  }
  .contact-page-head h5 {
    font-family: "BreathDemo", Sans-Serif;
    font-size: 49px;
    line-height: 60px;
  }
  ul.cont-icon-list h4 {
    font-size: 25px;
    line-height: 36px;
  }
  ul.cont-icon-list p {
    font-size: 17px;
  }
  .sbt-button a.btn10 {
    width: 47%;
  }
  .about-txt h3 {
    font-size: 48px;
    line-height: 66px;
  }
  .testi-txt p {
    font-size: 19px;
    line-height: 27px;
    margin: 11px;
  }
  .ctct-detl {
    background: #6a5756;
    position: relative;
    padding: 33px 34px 32px 27px;
  }
  .contact-info ul li a {
    font-size: 15px;
  }
  .choose-txt h3 {
    font-size: 57px;
    line-height: 70px;
  }
  .det-txt h3 {
    font-size: 39px;
    line-height: 69px;
  }
  .sergall-img {
    display: flex;
    justify-content: center;
    gap: 10px;
  }
  .gorilla-content .accordion-button.collapsed {
    font-size: 22px;
  }
  .gorilla-content .accordion-button:not(.collapsed) {
    font-size: 22px;
  }
}
@media only screen and (min-width: 300px) and (max-width: 519px) {
.account_list {
    gap: 5px !important;
}

  ul.account_list li p {
    font-size: 12px;
  }
  .header-logo {
    position: inherit;
    text-align: center;
    margin-bottom: 14px;
  }
  .header-logo img {
    width: 51%;
  }
  .banner_text {
    margin-top: 33%;
  }
  .banner_text h1 {
    font-size: 50px;
    line-height: 60px;
  }
  .sd-buttn a.btn10 {
    width: 46%;
  }
  .quote-txt h6 {
    font-size: 22px;
    line-height: 32px;
  }
  .quote-txt h5 {
    font-size: 39px;
    line-height: 31px;
  }
  .quote-txt {
    padding: 12px;
  }
  form.form-get-quote {
    margin-top: 0;
    padding: 9px;
  }
  .quote-box {
    clip-path: none;
    margin-top: 3%;
  }
  .banner-img {
    width: 100%;
    height: 950px;
    object-fit: cover;
  }
  .about-txt h3 {
    font-size: 35px;
    line-height: 50px;
  }
  .aboutus {
    height: 1206px;
  }
  .abt-buttn a.btn10 {
    width: 50%;
  }
  .about-txt::after {
    bottom: -10px;
  }
  .aboutus::after {
    bottom: 0;
  }
  .ser-head h3 {
    font-size: 50px;
    line-height: 52px;
  }
  .choose-txt h3 {
    font-size: 36px;
    line-height: 55px;
  }
  .choose {
    height: 1635px;
  }
  .est-text h4 {
    margin: 0 0 25px;
    font-size: 45px;
  }
  .estimate-form input {
    margin-bottom: 10px;
  }
  .est-buttn a.btn10 {
    width: 58%;
  }
  .gall-txt p {
    width: 100%;
  }
  .gallery {
    height: 2390px;
  }
  .gal-img1 {
    margin-bottom: 15px;
  }
  .sec-heading h5 {
    font-family: "BreathDemo", Sans-Serif;
    font-size: 32px;
    line-height: 18px;
  }
  .testi-txt p {
    font-size: 16px;
    line-height: 25px;
    margin: 0;
  }
  .tattered-imgs-left .tattered-img:nth-child(3) {
    position: absolute;
    top: 0;
    right: -8px;
    width: 40px;
  }
  .tattered-imgs-left .tattered-img:nth-child(2) {
    top: 143px;
    right: 0;
    width: 35px;
  }
  .tattered-imgs-left .tattered-img:nth-child(1) {
    bottom: 0;
    right: -131px;
    width: 43px;
  }
  .tattered-imgs-right .tattered-img:nth-child(3) {
    left: 15px;
    top: 34%;
    width: 36px;
  }
  .blog-img img {
    margin-top: 20px;
  }
  .conte-head p {
    width: 100%;
  }
  .contact-sec {
    height: 1871px;
  }
  .ctct-detl UL {
    gap: 10px;
  }
  .ctct-detl ul a {
    font-size: 14px;
    line-height: 24px;
  }
  .quick-link {
    margin-left: 0;
  }
  .copy-right p {
    font-size: 15px;
  }
  .ctct-detl h4 {
    line-height: 40px;
  }
  .banner-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
  .vid-txt h5 {
    font-size: 42px;
    line-height: 41px;
  }
  .det-txt h3 {
    font-family: "BreathDemo", Sans-Serif;
    font-size: 30px;
    line-height: 69px;
  }
  .fq-txt h5 {
    font-family: "BreathDemo", Sans-Serif;
    font-size: 27px;
    line-height: 28px;
  }
  .fq-txt p {
    width: 100%;
    margin: 0 auto;
  }
  .gorilla-content .accordion-button.collapsed {
    padding: 13px 15px;
    font-size: 18px;
  }
  .gorilla-content .accordion-button:not(.collapsed) {
    font-size: 18px;
  }
  .contact-page-head h5 {
    font-family: "BreathDemo", Sans-Serif;
    font-size: 54px;
  }
  ul.cont-icon-list h4 {
    font-size: 28px;
  }
  .sbt-button a.btn10 {
    width: 69%;
  }
  .slicknav_nav a:hover {
    background: #c27234;
    color: #fff;
  }
  .inner-aboutus {
    height: 1214px;
  }
  .sergall-img {
    display: inline;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 520px) and (max-width: 767px) {
  .header-buttn a.btn10 {
    width: 50%;
  }
  ul.account_list li p {
    font-size: 21px;
  }
  .account_list {
    justify-content: center;
  }
  .header-logo {
    position: inherit;
    text-align: center;
    margin-bottom: 14px;
  }
  .header-logo img {
    width: 37%;
  }
  .header-buttn {
    display: flex;
    justify-content: center;
  }
  .banner_text {
    margin-top: 33%;
  }
  .banner_text h1 {
    font-size: 41px;
    line-height: 57px;
  }
  .sd-buttn a.btn10 {
    width: 77%;
  }
  .quote-txt h6 {
    font-size: 18px;
    line-height: 27px;
  }
  .quote-txt h5 {
    font-size: 29px;
    line-height: 31px;
  }
  .quote-txt {
    padding: 12px;
  }
  form.form-get-quote {
    margin-top: 0;
    padding: 9px;
  }
  .quote-box {
    margin-top: 125%;
    clip-path: polygon(0 0, 100% 0%, 100% 95%, 50% 100%, 0 95%);
    height: 798px;
  }
  .aboutus {
    padding-top: 30%;
  }
  .banner-img {
    width: 100%;
    height: 579px;
    object-fit: cover;
  }
  .about-txt h3 {
    font-size: 35px;
    line-height: 50px;
  }
  .aboutus {
    height: 1400px;
  }
  .abt-buttn a.btn10 {
    width: 50%;
  }
  .about-txt::after {
    bottom: -10px;
  }
  .aboutus::after {
    bottom: 0;
  }
  .ser-head h3 {
    font-size: 50px;
    line-height: 52px;
  }
  .choose-txt h3 {
    font-size: 36px;
    line-height: 55px;
  }
  .choose {
    height: 1635px;
  }
  .gal-img img {
    width: 100%;
  }
  .gal-img1 img {
    width: 100%;
  }
  .est-text h4 {
    margin: 0 0 25px;
    font-size: 45px;
  }
  .estimate-form input {
    margin-bottom: 10px;
  }
  .est-buttn a.btn10 {
    width: 58%;
  }
  .gall-txt p {
    width: 100%;
  }
  .gallery {
    height: 2390px;
  }
  .gal-img1 {
    margin-bottom: 15px;
  }
  .sec-heading h5 {
    font-family: "BreathDemo", Sans-Serif;
    font-size: 32px;
    line-height: 18px;
  }
  .testi-txt p {
    font-size: 16px;
    line-height: 25px;
    margin: 0;
  }
  .tattered-imgs-left .tattered-img:nth-child(3) {
    position: absolute;
    top: 0;
    right: -8px;
    width: 40px;
  }
  .tattered-imgs-left .tattered-img:nth-child(2) {
    top: 143px;
    right: 0;
    width: 35px;
  }
  .tattered-imgs-left .tattered-img:nth-child(1) {
    bottom: 0;
    right: -131px;
    width: 43px;
  }
  .tattered-imgs-right .tattered-img:nth-child(3) {
    left: 15px;
    top: 34%;
    width: 36px;
  }
  .blog-img img {
    margin-top: 20px;
  }
  .conte-head p {
    width: 100%;
  }
  .contact-sec {
    height: 1700px;
  }
  .ctct-detl UL {
    gap: 10px;
  }
  .ctct-detl ul a {
    font-size: 14px;
    line-height: 24px;
  }
  .quick-link {
    margin-left: 0;
  }
  .copy-right p {
    font-size: 15px;
  }
  .ctct-detl h4 {
    line-height: 40px;
  }
  .banner-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
  .vid-txt h5 {
    font-size: 42px;
    line-height: 41px;
  }
  .det-txt h3 {
    font-family: "BreathDemo", Sans-Serif;
    font-size: 30px;
    line-height: 69px;
  }
  .fq-txt h5 {
    font-family: "BreathDemo", Sans-Serif;
    font-size: 27px;
    line-height: 28px;
  }
  .fq-txt p {
    width: 100%;
    margin: 0 auto;
  }
  .gorilla-content .accordion-button.collapsed {
    padding: 13px 15px;
    font-size: 18px;
  }
  .gorilla-content .accordion-button:not(.collapsed) {
    font-size: 18px;
  }
  .contact-page-head h5 {
    font-family: "BreathDemo", Sans-Serif;
    font-size: 54px;
  }
  ul.cont-icon-list h4 {
    font-size: 28px;
  }
  .sbt-button a.btn10 {
    width: 69%;
  }
  .slicknav_nav a:hover {
    background: #c27234;
    color: #fff;
  }
  .chkbx label {
    font-size: 12px;
  }
  .inner-aboutus {
    height: 1214px;
  }
  .ser-img img {
    width: 100%;
  }
  .video-images img.vid1 {
    width: 100%;
  }
  .det-img img {
    width: 100%;
  }
  .sergall-img img {
    width: 100%;
  }
  .sergall-img {
    display: inline;
    justify-content: space-between;
  }
  .contact-info {
    padding-left: 0;
  }
}
