html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
	background:#f9f6f0;
  color: #000;
  line-height: 1;
  font-family: "";
  font-size: 0.875rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input,
button,
textarea {
  font-family: "";
  font-size: inherit;
  line-height: inherit;
}

button {
  cursor: pointer;
  color: inherit;
  background-color: transparent;
}

a {
  color: inherit;
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

body {
  margin: 0;
  position: relative;
}

html,
body {
  position: relative;
  height: 100%;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

a {
  background-color: transparent;
  text-decoration: none;
  color: #606060;
}

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

button,
input {
  /* 1 */
  overflow: visible;
}

button,
select {
  /* 1 */
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

input[type="submit"]:hover {
  transition: all 0.3s ease-in;
  opacity: 0.75;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* .elementor-section.elementor-section-boxed > .elementor-container {
   max-width: 1920px !important;

 }
 
 .elementor-section.elementor-section-boxed>.elementor-container {
  max-width: 1920px !important;
 } */

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.video-section {
  max-width: 880px;
  margin: 50px auto;
  padding: 40px 15px;background:#fff
}

.video-section__video {
  position: relative;
  padding-bottom: 56.25%; /*для видео из соотношением экрана 16:9*/
  height: 0;
  overflow: hidden;
}

.video-section__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.feedback {
  padding: 25px;
}

.feedback__form {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.form-control {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  width: 100%;
  border: 1px solid #f1f1f1;
  background-color: #fff;
  vertical-align: middle;
  flex-grow: 1;
  transition: all 0.2s linear;
  padding: 0.75em;
  border-radius: 3px;
  box-shadow: none;
  box-sizing: border-box;
  color: #000;
  resize: none;
  outline: none;
}

.form-control:focus {
  box-shadow: inset 0 0 0 1px rgb(0 0 0 / 10%);
}

textarea {
  height: 96px;
}

.btn, .feedback .wpforms-container-full button.btn {
  font-family: Montserrat, Sans-serif;
  font-size: 13px;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
  line-height: 1;
  background-color: #69727d;
  font-size: 15px;
  padding: 12px 24px;
  border-radius: 3px;
  color: #fff;
  fill: #fff;
  text-align: center;
  transition: all 0.3s;
  border: none;
}
.main-slider .hero{
	height:70vh;
}
.form-btn, .feedback .wpforms-container-full button[type=submit]:not(:hover):not(:active).form-btn {
  background-color: #bb945b;
  color: #fff;
  cursor: pointer;
}

input::placeholder {
  color: #666;
}
.aside-form .wpcf7-submit {
	background-color: #000000 !important;}
.feedback-black {
  background-color: #000000cc;
}

.feedback-black .form-control {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}

/*--------------------------------------------------------------------------------------------------------*/
.hero-section {
  position: relative;
  height: 100%;
}

.main-slider {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: left;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

/* Стрелки */
.main-slider .swiper-button-prev,
.main-slider .swiper-button-next {
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  transition: all 0.2s ease-in;
}

.main-slider .swiper-button-prev::after,
.main-slider .swiper-button-next::after {
  font-size: 18px;
  font-weight: 900;
  color: #fff;
}

.main-slider .swiper-button-prev:hover,
.main-slider .swiper-button-next:hover {
  background: rgba(0, 0, 0, 1);
}

/* Пагинация */
.main-slider .swiper-pagination {
  bottom: 40px;
}

/* Буллеты */
.main-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  line-height: 20px;
  font-size: 14px;
  border-radius: 0;
  border: 1px solid #e5e5e5;
  background: #aaa;
  transition: all 0.2s ease-in;
  opacity: 0.8;
}

.main-slider .swiper-pagination-bullet-active {
  background: #000;
}

.main-slider__img {
  position: relative;
  height: 100%;
  width: 100%;
}

.main-slider__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-gallery {
  margin: 10px 0;
}

.gallery__header {
  font-family: Montserrat, Sans-serif;
  font-size: 40px;
  font-weight: 400;
  color: #bb945b;
  text-align: center;
  padding: 10px;
  margin-bottom: 20px;
}

.gallery__actions {
  text-align: center;
  margin-bottom: 20px;
}

.gallery__linck {
  font-family: Montserrat, Sans-serif;
  font-size: 15px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
  fill: #bb945b;
  color: #bb945b;
  background-color: #ffffff00;
  border-style: solid;
  border-width: 1px;
  border-color: #bb945b;
  border-radius: 0 0 0 0;
  padding: 12px 45px;
  text-decoration: none;
}

.gallery__sliders {
  position: relative;
  display: flex;
  gap: 60px;
  padding: 30px;
}
.article .article__content h2, .article .article__content h3{
	margin:30px 0 !important;color:#bb945b !important;font-size:24px !important;
}
.article__content p{
	text-indent:0 !important;
}
#wpls-logo-showcase-slider-1 .wpls-fix-box, #wpls-logo-showcase-slider-1 .wpls-fix-box img.wp-post-image{
width:110px !important;	
}
@media (max-width: 920px) {
  .gallery__sliders {
    flex-direction: column;
    gap: 30px;
  }
}

.gallery-slider {
  width: 100%;
  height: 448px;
}

@media (max-width: 768px) {
  .gallery-slider {
    height: 340px;
  }
}

@media (max-width: 496px) {
  .gallery__sliders {
    padding: 15px;
    gap: 20px;
  }

  .gallery-slider {
    height: 280px;
  }
}

.gallery-slider__slide {
  position: relative;
}

.gallery-slider__text {
  position: absolute;
  top: 0px;
  left: 0;
  color: #fff;
  font-family: Montserrat, Sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0;
  padding: 15px;
  background-color: #0000009e;
  display: inline-block;
  z-index: 2;
}

.gallery-slider__text a {
  text-decoration: none;
  color: #fff;
}

.gallery-slider__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.main-slider .hero {
	display:none;
}

.hero {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  /* gap: 23vh; */
  /* margin-top: 7%; */
  height: 100%;
}

.hero__left {
  background-color: #000000ad;
  /* max-width: 350px; */
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  clip-path: polygon(0 0, 50% 0, 27% 100%, 0% 100%);
  width: 100%;
  padding-left: 10%;
}

.hero__title-wrap {
  max-width: 400px;
  margin-bottom: 15px;
}

.hero__title {
  color: #fff;
  font-family: Raleway, Sans-serif;
  font-size: 29px;
  text-align: left;
  font-weight: 600;
  line-height: 1.37;
  margin: 0;
}

.hero__block {
  text-align: left;
  line-height: 25px;
  letter-spacing: 0px;
  font-weight: 400;
  padding: 15px 0 30px 0;
  max-width: 350px;
}

.hero__text {
  color: #fff;
  font-family: Raleway, Sans-serif;
  font-size: 16px;
  margin-bottom: 30px;
}

.hero__linck {
  line-height: 25px;
  letter-spacing: 0px;
  font-weight: 400;
  border-color: rgb(255, 255, 255);
  border-style: solid;
  border-width: 1px;
  padding: 12px 24px;
  border-radius: 50px;
  font-family: Raleway, Sans-serif;
  font-size: 16px;
  background-color: #61ce7000;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  transition: all 0.2s ease-in;
}

.hero__linck:hover {
  background-color: #000;
}

.hero__right {
  width: 100%;
  max-width: 350px;
}
.sliderimage_hide_border {
    display: flex
;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 800px;
    margin: auto auto;
}
.sliderimage_hide_border  img{
	    width: 85px;
    height: 85px;
    object-fit: contain;}
@media (max-width: 1200px) {
  .hero__left {
    clip-path: polygon(0 0, 60% 0, 35% 100%, 0% 100%);
  }

  .hero__title-wrap {
    max-width: 300px;
  }

  .hero__block {
    max-width: 270px;
  }
}
@media (max-width:1025px){
.container.swiper-container {
    max-width: 35% !important;
    margin-left: 10%;
    background: #fff;
}
}
@media (max-width: 874px) {
  .hero__left {
    /* clip-path: none; */
  }

  .hero__title-wrap {
    max-width: 250px;
  }

  .hero__block {
    max-width: 230px;
  }

  .hero__title {
    font-size: 22px;
  }
  .hero__text {
    font-size: 12px;
  }
}

@media (max-width: 650px) {
  .hero {
    align-items: center;
    justify-content: center;
  }
  .hero__left {
    clip-path: none;
    max-width: 300px;
    padding: 15px;
    max-height: 350px;
  }

  .hero__title-wrap {
    max-width: 100%;
  }

  .hero__block {
    max-width: 100%;
  }
	.logoshowcase{
		padding-bottom:30px;
	}
}

@media (max-width: 544px) {
  /* Стрелки */
  .main-slider .swiper-button-prev,
  .main-slider .swiper-button-next {
    display: none;
  }
}

.consultation__heding {
  color: #606060;
  font-family: Montserrat, Sans-serif;
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 0;
  color: #606060;
  line-height: 1.25em;
  margin: 0 auto;
  text-align: center;
}

.consultation__heding span {
  display: block;
  margin: 15px auto;
  width: 70px;
  height: 3px;
  background: #bb945b;
}
.wpcf7 .wpcf7-form-control {
    border: 1px solid #69727d;
}
°@media (max-width: 1024px) {
  .consultation__heding {
    font-size: 32px;
  }
}

@media (max-width: 768px) {
  .consultation__heding {
    font-size: 28px;
  }

  .consultation__heding span {
    width: 50px;
    height: 2px;
  }
}

.elementor-column-gap-default {
  max-width: unset !important;
}
.about .elementor-column-gap-default {
  max-width: 1140px !important;
}

.firm-slider {
  max-width: 1440px;
  margin: 15px auto;
}
/*--------------------------------------------------------------------------------------------*/
.header {
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: all 0.3s ease-in;
  padding-top: 10px;
}

.header__contacts {
  max-width: 1140px;
  margin: 0 auto 16px auto;
  padding: 12px 15px 0px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__contacts ul li {
  list-style: none;
}

.header__contacts ul li a {
  text-decoration: none;
  color: #fff;
  font-family: Montserrat, Sans-serif;
  font-size: 11px;
  font-weight: 400;
  display: inline-block;
  margin-right: 8px;
  margin-left: 8px;
}

.ceil-border {
  border-left: 1px solid #bb945b;
  border-right: 1px solid #bb945b;
}

.header__contacts ul {
  display: flex;
}

.header__contacts ul li i {
  color: #bb945b;
}

.header__contacts .header__left i {
  margin-right: 4px;
}

.header__contacts .header__right a {
  margin-right: 0px;
  margin-left: 6px;
}

.header__contacts .header__right a:hover i {
  transition: all 0.3s ease-in;
  color: #fff;
}

.header__navigaton {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 15px 15px 15px;
}

.header__logo {
  max-width: 200px;
}

.header__logo img {
  width: 100%;
  height: auto;
}

.header__nav {
}

.menu {
  display: flex;
}

.menu__item {
  list-style: none;
}

.menu__item a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-family: Montserrat, Sans-serif;
  font-size: 13px;
  font-weight: 500;
  padding: 13px 14px;
  transition: all 0.2s ease-in;
}

.menu__item a:hover {
  color: #bb945b;
}

.menu__item_list {
  position: relative;
}

.submenu {
  position: absolute;
  top: 30px;
  background: #000;
  z-index: 20;
  width: 354px;
  padding: 0;
  display: none;
}

.submenu__item {
  padding: 10px 0;
  list-style: none;
  transition: all 0.3s ease-in;
}

.submenu__item:hover {
  background: #bb945b;
}

.submenu__item a:hover {
  color: #fff;
}

.dropdown {
  position: relative;
  display: inline-block;
}

/* Show the dropdown menu on hover */
.dropdown:hover .submenu {
  display: block;
}

.active .header__contacts {
  transition: all 0.3s ease-in;
  visibility: hidden;
}

.header.active {
  background: rgba(0, 0, 0, 0.59);
  margin-top: -40px;
}

.header__left {
  padding-left: 0;
}

.burger-btn {
  display: none;
  width: 32px;
  height: 32px;
  font-size: 24px;
  line-height: 32px;
  background: #bb945b;
  border-radius: 3px;
  color: #000;
  font-weight: 600;
  border: none;
  align-items: center;
  justify-content: center;
}

.call-btn {
  display: none;
  background: #bb945b;
  width: 32px;
  height: 32px;
  color: #000;
  border-radius: 3px;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  font-weight: 600;
}

.call-btn .fa-phone-alt {
  transform: rotate(88deg);
  transition: all 0.3s ease-in;
}

.call-btn:hover .fa-phone-alt {
  transform: rotate(105deg);
}

@media (max-width: 1024px) {
  .header.active {
    margin-top: -26px;
    padding-top: 0;
  }

  /* .header__contacts {
    display: none;
  } */

  .header__navigaton {
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .call-btn {
    display: block;
  }

  .menu {
    display: flex;
    flex-direction: column;
    position: absolute;
    z-index: 101;
    left: 0;
    width: 100%;
    background: #000;
    padding-left: 0;
    max-height: 1px;
    overflow: hidden;
    transition: all 0.4s ease-in;
    opacity: 0;
    margin-top: 40px;
  }

  ._active .menu {
    max-height: unset;
    opacity: 1;
  }

  .menu__item a {
    text-transform: capitalize;
    display: block;
    padding: 10px 20px;
  }

  .menu__item a:hover,
  .menu__item.active a {
    background: #bb945b;
    color: #fff;
  }

  .burger-btn {
    display: flex;
  }

  .header__logo {
    margin-left: 16%;
  }

  .submenu {
    position: static;
    display: block;
    width: 100%;
    padding-left: 10px;
    max-height: 1px;
    display: none;
    opacity: 0;
    transition: all 0.4s ease-in;
  }

  ._active.submenu {
    display: block;
    max-height: unset;
    opacity: 1;
  }
}


@media (max-width: 700px){
  .header__contacts ul li a {
    font-size: 0;
    margin-right: 0px;
    margin-left: 0px;
  } 

  .header__contacts ul li:last-child a {
    font-size: 16px;
  }


  /* .header__contacts ul li a span {
    font-size: 16px;
  } */

  .header__contacts .header__right a {
    font-size: 16px;
    margin-left: 0;
  }

  .header__contacts {
    margin: 0 auto;
  }

  .inst-widget {
    margin-top: -30px !important;
  }

  .ceil-border {
      border-left: none;
      border-right: none;
  }

  .header__contacts .header__left i {
      margin-right: 0px;
  }

  .header__left {
    gap: 0px;
  }
  .header__right {
    gap: 8px;
  }

  .header__logo {
    margin: 0 auto;
  }

}


/*--------------------------------------------------------------------------------------------*/
@media (max-width: 1024px) {
}

.footer {
  width: 100%;
  margin: 0;
}
.footer__body {
  width: 100%;
  display: grid;
  grid-template-areas: "logo last-post contact instagram-post";
  justify-content: center;
  align-content: flex-start;
  gap: 30px;
  padding: 30px 0 50px 0;
  background-color: #222222;
}

@media (max-width: 1100px) {
  .footer__body {
    grid-template-areas: "logo contact " "last-post instagram-post";
    gap: 100px;
  }
}

@media (max-width: 650px) {
  .footer__body {
    grid-template-areas: "logo" " contact " "last-post" "instagram-post";
    gap: 50px;
  }
}

.contact {
  grid-area: contact;
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #fff;
}

.logo {
  grid-area: logo;
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #fff;
  max-width: 250px;
  justify-content: center;
  align-items: center;
}

.logo__img {
  max-width: 250px;
}

.contacts__link {
  text-decoration: none;
  color: #fff;
  font-family: montserrat, Sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}

.last-post {
  grid-area: last-post;
  display: flex;
  flex-direction: column;

  gap: 10px;
  max-width: 250px;
}

.last-post__item {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}

.last-post__heading {
  color: #fff;
}

.last-post__data {
  color: #fff;
  background-color: #bb945b;
  width: 63px;
  height: 68px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.last-post__title {
  color: #fff;
  max-width: 180px;
  font-family: montserrat, Sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0;
}
.instagram-post {
  grid-area: instagram-post;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.instagram-post__body {
  display: grid;
  grid-template-columns: repeat(3, 75px);
  gap: 5px 5px;
}

.instagram-post__item {
  width: 75px;
  height: 75px;
}

.instagram-post__item > img {
  width: 75px;
  height: 75px;
}

.instagram-post__title {
  color: #fff;
}

.copyright {
  display: flex;
  justify-content: center;
  background-color: #191919;
  background-color: #191919;
}

.copyright__body {
  display: flex;
  justify-content: space-between;
  max-width: 1140px;
  width: 100%;
  padding: 40px 0;
}

@media (max-width: 1156px) {
  .copyright__body {
    width: 84%;
  }
}

@media (max-width: 870px) {
  .copyright__body {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
}

@media (max-width: 650px) {
  .copyright {
    flex-direction: column-reverse;
    gap: 30px;
    align-items: center;
    justify-content: center;
  }
}
.copyright__text {
  color: #fff;
  font-family: montserrat, Sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0;
}

.sns {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  max-height: 11px;
}

.sns__link {
  height: 11px;
  width: 11px;
  text-decoration: none;
  color: #fff;
}

.sns__link:hover {
  transition: all 0.3s ease-in;
  color: #bb945b;
}

.footer-title {
  color: #fff;
  font-family: montserrat, Sans-serif;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0;
}

.licence {
  font-family: montserrat, Sans-serif;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0;
}

/*---------------------------------------------------------------------------------------------------------*/
.coupan-section .services__heading{
	margin-top:50px;
}
.coupan-section a{
background: #b88815;
    padding: 15px 20px;
    margin: 10px auto -15px;
    color: #fff;
    font-weight: bold;
    display: flex;
    text-align: center;
    justify-content: center;
    font-size: 18px;
    width: 100%;
	margin-left:0;
	box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	font-family: 'Raleway';
}
.coupan-section h3{
	font-size: 25px;
    color: #b88815;
	font-weight:700;
	text-align:center;
}
.coupan-section h4{
	    font-size: 50px;
    color: #fe4060;
    font-weight: bold;    margin-bottom: 0px;
}
.coupan-section h4 span{
	font-size: 20px;
    color: #6c6969
}
.coupan-section .img-backdrop{
	width: 100%;
    position: relative;
    height: 450px;
}
.coupan-section img{
	width: 100%;
    border-radius: 14px;
    height: 100%;
}
.coupan-section .overlay-text{
	position: absolute;
    top: -35px;
    background: #FFF;
    width: 80%;
    left: 10%;
    border: 1px solid #ddd;
    right: 10%;
    padding: 10px 0 0;
}
.coupan-section .overlay-bottom-text{
position: absolute;
    bottom: -1px;
    background: #FFFEFCCC;
    width: 80%;
    left: 10%;
    border: 1px solid #ddd;
    right: 5%;
    padding: 10px 0 0;
}
.coupan-section p:empty{
	display:none;
}
.coupan-section .col-md-3 {
margin: 30px 0px 20px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 0 15px 100px;align-items:left;
}
.quality-feature-row {
    margin: 50px 0 80px;
    background: #15274b;
    padding: 80px 0;
}
.quality-feature-row img{
	display: flex;
    justify-content: center;
    max-width: 60px;
    margin: 0 auto 20px;
    height: 60px;filter: invert(0.7);
}
.quality-feature-row h4{
	font-size:20px;
    color: #bb955b
}
.coupan-section p:empty{
	display:none;
}
.coupan-section p{
	font-size:18px;
	padding:0 0;    
	color: #5c5959;
    font-style: italic;
}
.services {
  padding: 40px 15px;
}

.services__heading {
  color: #bb945b;
  margin-bottom: 50px;font-size:30px;
}

.services__content {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.services__item {
  width: calc(100% / 3 - 14px);
  margin-bottom: 20px;
}

.services__img {
}

.services__img img {
  width: 100%;
  height: 245px;
}

.services__title {
  margin: 20px 0;
}

.services__title a {
  color: #606060;
  font-family: Montserrat, Sans-serif;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0;
  text-decoration: none;
}

.services__details {
  color: #606060;
  font-family: Montserrat, Sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  position: relative;
  display: block;
}

.services__details::before {
  position: relative;
  content: "";
  left: 0;
  bottom: -21px;
  background: #bb945b;
  display: block;
  height: 1px;
  width: 38px;
  z-index: 5;
}

@media (max-width: 920px) {
  .services__item {
    width: calc(100% / 2 - 14px);
  }
}

@media (max-width: 574px) {
  .services__item {
    width: 100%;
  }

  .services__img img {
    height: auto;
  }
}
/*-----------------------------------------------------------------------------------------------------*/
.reviews-title {
  color: #606060;
  font-family: Montserrat, Sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 26px;
  text-align: center;
}

.reviews {
  max-width: 1140px;
  margin: 0 auto;
}

.ti-footer {
  opacity: 0 !important;
}

/*-----------------------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------------------------*/
.btn-call {
  display: flex;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: rgb(0, 153, 0);
  align-items: center;
  justify-content: center;
  position: fixed;
  cursor: pointer;
  z-index: 99;
  right: 30px;
  bottom: 30px;
  /* animation: ripple 1.5s linear infinite; */
  transition: all 0.7s ease;
}
.btn-call:hover {
  transform: scale(1.1);
  animation: none;
}
.btn-call:focus {
  outline: none;
}

.btn-call__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  text-decoration: none;
}

.btn-call__link i {
  color: #fff;
}

@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 153, 0, 0.3), 0 0 0 1px rgba(0, 153, 0, 0.3),
      0 0 0 3px rgba(0, 153, 0, 0.3), 0 0 0 5px rgba(0, 153, 0, 0.3);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 153, 0, 0.3), 0 0 0 4px rgba(0, 153, 0, 0.3),
      0 0 0 20px rgba(0, 153, 0, 0.3), 0 0 0 30px rgba(0, 153, 0, 0.3);
  }
}
/*-----------------------------------------------------------------------------------------------------*/
.map iframe {
  width: 100%;
}
/*-----------------------------------------------------------------------------------------------------*/
.contact-secton {
  padding: 50px 15px;
}

.contact-secton__container {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  /* flex-wrap: wrap; */
  align-items: flex-start;
}

.contact-secton__form {
  flex: 1 1 60%;
  background: #f5f5f5;
  border: 1px solid #d9d9d9;
  padding: 25px 15px 35px;
}

.contact-secton__info {
  flex: 1 1 40%;
  padding-left: 20px;
}

.contact-secton__row_head::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  height: 2px;
  width: 72%;
  background: #ebebeb;
}

.contact-secton__row a {
  font-family: Montserrat, Sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 40px;
  color: #606060;
  transition: color 0.3s;
  text-decoration: none;
  display: block;
  padding: 10px 0;
}

.contact-secton__row {
  border-bottom: 1px solid #ddd;
}

.contact-secton__row:last-child {
  border-bottom: none;
}

.contact-secton__row_head {
  color: #606060;
  font-family: Montserrat, Sans-serif;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.25em;
  margin-top: -2px;
  margin-bottom: 50px;
  position: relative;
  border-bottom: none;
}

.contact-secton__title {
  font-family: Raleway, Sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.25em;
  color: #bb945b;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
}

.contact-secton__sub-title {
  text-align: center;
  font-family: Raleway, Sans-serif;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.contact-secton__form .feedback__form {
  padding: 10px;
}

.contact-secton__form .form-control {
  border-color: #d9d9d9;
  padding: 15px;
}

.contact-secton__form .form-btn {
  font-family: Roboto, Sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: none;
}

@media (max-width: 650px) {
	.position-mobile{
		position:static !important;
	}	
  .contact-secton__container {
    flex-direction: column;
    gap: 30px;
    align-items: center;
  }

  .contact-secton__info {
    flex: 1 1 100%;
  }
}
/*-----------------------------------------------------------------------------------------------------*/

.side-column-section {
  max-width: 1140px;
  margin: 0 auto;
  padding: 50px 15px;
  display: flex;
  align-items: flex-start;
  gap: 30px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.side-column-section__content {
  flex: 1 1 auto;
  /* border: 1px solid tomato;
  height: 60vh; */
}

.side-column-section__aside {
  flex: 0 0 340px;
  /* border: 1px solid green;
  height: 30vh; */
}

@media (max-width: 860px) {
  .side-column-section {
    flex-wrap: wrap;
  }

  .side-column-section__content,
  .side-column-section__aside {
    flex: 1 1 100%;
  }
}

.aside-form {
  box-shadow: 0 0 10px 0
    rgba(148.99999999999997, 156.99999999999997, 164.99999999999997, 0.2);
  padding: 25px;
  background-color: #fcfcfc;
}

.aside-form .form-control {
  border: 1px solid #69727d;
  border-radius: 2px;
  background: #f9fafb;
  padding: 12px;
}

.aside-form__btn {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 5px;
  background-color: #ffffff00;
  color: #bb945b;
  border: none;
  font-size: 15px;
  padding: 12px 24px;
}

.aside-form__title {
  color: #000;
  font-family: Montserrat, Sans-serif;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.25em;

  padding: 0 0 0 12px;
  border-style: solid;
  border-width: 0 0 0 4px;
  border-color: #bb945b;
  margin-top: 0;
  margin-bottom: 20px;
}

.aside-form .feedback {
  padding: 0;
}
/*-----------------------------------------------------------------------------------------------------*/
.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  overflow-x: hidden;
  transition: all 0.8s ease 0s;
  background: rgba(0, 0, 0, 0.8);
  z-index: 200;
}
.popup.open {
  opacity: 1;
  visibility: visible;
}
.popup.open .popup__content {
  transform: perspective(600px) translate(0px, 0%) rotateX(0deg);
  opacity: 1;
}

.popup__area {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.popup__body {
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 10px;
  transition: all 0.8s ease 0s;
}
.popup__content {
  background-color: #000000cc;
  color: #000;
  max-width: 650px;
  width: 100%;
  position: relative;
  transition: all 0.8s ease 0s;
  opacity: 0;
  transform: perspective(600px) translate(0px, -100%) rotateX(45deg);
}
.popup__content_image {
  padding: 0;
}
.popup__image img {
  max-width: 100%;
  vertical-align: top;
}

.popup__close {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
}
.popup__logo {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

body.lock {
  overflow: hidden;
}

.get-started {
  background-color: #bb945b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.get-started__body {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 50px 30px;
  gap: 30px;
}

.get-started__text {
  max-width: 500px;
  color: #fff;
  font-family: montserrat, Sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
}

.get-started__button {
  color: #fff;
  font-family: montserrat, Sans-serif;
  font-size: 15px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 10px 20px;
  border: 1px solid #fff;
}

/*-----------------------------------------------------------------------------------------------------*/

.blog__posts {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, 358px);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 24px;
}

.post {
  max-width: 370px;
  border: #686868 solid 1px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.post__img {
  position: relative;
  margin-bottom: 26px;
  overflow: hidden;
  height: 300px;
}

.post__img a {
  text-decoration: none;
}

.post__img img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -o-object-fit: cover;
  object-fit: cover;
}
.post__title {
  color: #000;
  max-width: 370px;
  font-family: montserrat, Sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0;
  margin-bottom: 20px;
  padding: 0 20px;
  overflow: hidden;
}

.post__title a {
  text-decoration: none;
  color: #000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  max-height: 2.4em;
}

@supports not (-webkit-line-clamp: 2) {
  .post__title a {
    display: block;
    overflow: hidden;
    position: relative;
    line-height: 1.2em;
    max-height: 2.4em;
  }

  .post__title a::before {
    content: "...";
    position: absolute;
    right: 0;
    bottom: 0;
    padding-left: 1em;
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(rgba(255, 255, 255, 0)),
      color-stop(50%, #fff)
    );
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 50%);
  }
}

.post__title a {
  text-decoration: none;
  color: #000;
}

.post__text {
  color: #686868;
  font-family: montserrat, Sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 20px;
  padding: 0 20px;
  overflow: hidden;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  max-height: 3.6em;
}

@supports not (-webkit-line-clamp: 3) {
  .post__text {
    display: block;
    overflow: hidden;
    position: relative;
    line-height: 1.2em;
    max-height: 3.6em;
  }

  .post__text::before {
    content: "...";
    position: absolute;
    right: 0;
    bottom: 0;
    padding-left: 1em;
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(rgba(255, 255, 255, 0)),
      color-stop(50%, #fff)
    );
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 50%);
  }
}

.post__readMore {
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 0 20px;
}

.post__readMore .read-more {
  text-decoration: none;
  max-width: 130px;
  font-family: montserrat, Sans-serif;
  font-size: 12px;
  font-weight: 700;
  fill: #bb945b;
  color: #bb945b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 16px;
  gap: 6px;
}

.post__readMore .read-more i {
  height: 12px;
}

.article {
  padding-bottom: 100px;
  width: 100%;
}

.article__img {
  position: relative;
  width: 100%;
  max-height: 600px;
  margin-top: -152px;
}

.article__img img {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  max-height: 600px;
  z-index: -10;
}

.article__body {
  margin-top: -120px;
  border-radius: 20px;
  padding: 20px;
  max-width: 750px;
  -webkit-box-shadow: 0px 0px 44px -11px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 44px -11px rgba(0, 0, 0, 0.75);
  z-index: 1;
  background-color: #fff;
}

.article__body .blog__posts {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, 220px);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}

.post__date {
  font-family: montserrat, Sans-serif;
  line-height: 1.3em;
  font-size: 12px;
  color: #adadad;
  margin-bottom: 20px;
}

.article__body .blog__posts .post__img {
  max-height: 200px;
}

.article__body .blog__posts .post {
  border: none;
}

.article__body .blog__posts .post__title {
  padding: 0;
  margin-bottom: 10px;
}
.article__body .blog__posts .post__text {
  padding: 0;
}

.article__body .blog__posts .post__readMore {
  padding: 0;
}

@supports not (-webkit-line-clamp: 3) {
  .article__body .blog__posts .post__title {
    display: block;
    overflow: hidden;
    position: relative;
    line-height: 1.2em;
    max-height: 3.6em;
  }

  .article__body .blog__posts .post__title::before {
    content: "...";
    position: absolute;
    right: 0;
    bottom: 0;
    padding-left: 1em;
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(rgba(255, 255, 255, 0)),
      color-stop(50%, #fff)
    );
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 50%);
  }
}

@supports not (-webkit-line-clamp: 4) {
  .article__body .blog__posts .post__text {
    display: block;
    overflow: hidden;
    position: relative;
    line-height: 1.2em;
    max-height: 4.8em;
  }

  .article__body .blog__posts .post__text::before {
    content: "...";
    position: absolute;
    right: 0;
    bottom: 0;
    padding-left: 1em;
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(rgba(255, 255, 255, 0)),
      color-stop(50%, #fff)
    );
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 50%);
  }
}

@media (max-width: 520px) {
  .article__body .blog__posts {
    grid-template-columns: repeat(auto-fill, 100%);
  }
}

@media (max-width: 520px) {
  .article__body .blog__posts .post {
    width: 100%;
    max-width: 100%;
  }
}

.article__heading {
  font-style: normal;
  line-height: 1.33;
  text-align: center;
  max-width: 700;
  margin: 0 auto 40px auto;
  color: #000;
  font-family: montserrat, Sans-serif;
  font-size: 36px;
  font-weight: 700;
}

.article__content h2 {
  color: #000;
  font-family: montserrat, Sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  margin: 30px 0;
}

.article__content h3 {
  color: #000;
  font-family: montserrat, Sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
  margin: 30px;
}

.article__content h4 {
  color: #000;
  font-family: montserrat, Sans-serif;
  font-size: 24px;
  font-weight: 700;
  font-weight: 500;
  line-height: normal;
  margin: 30px;
}

.article__content p {
  font-family: montserrat, Sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #686868;
  text-indent: 30px;
  margin-bottom: 20px;
}

.article__content ul {
  list-style: inside !important;
  list-style-type: disc !important;
  font-size: 18px;
  color: #686868;
  line-height: 1.33;
  margin-bottom: 20px;
  font-family: montserrat, Sans-serif;
  font-weight: 400;
  margin-left: 30px;
}

.article__content ol {
  list-style: inside !important;
  list-style-type: decimal !important;
  font-size: 18px;
  color: #686868;
  line-height: 1.33;
  margin-bottom: 20px;
  font-family: montserrat, Sans-serif;
  font-weight: 400;
  margin-left: 30px;
}

.article__content ol li {
  list-style: inside !important;
  list-style-type: decimal !important;
  margin-bottom: 20px;
}

.article__content ul li {
  list-style: inside !important;
  list-style-type: disc !important;
  margin-bottom: 20px;
}

.article__content figure {
  display: block;
  margin: 0 auto;
  padding: 50px 0;
}

.article__content figure img {
  display: block;
  margin: 0 auto;
}

.article__content figure iframe {
  display: block;
  margin: 0 auto;
}

.article__data {
  font-family: montserrat, Sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  color: #000;
  text-align: right;
}

.article__container {
  padding-top: 37.5rem;
}

@media (any-hover: hover) {
  .post__img img:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}
/*-----------------------------------------------------------------------------------------------------*/

.about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.about__header {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.about__heading {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1140px;
  padding: 0 0 110px;
}

.about__heading h2 {
  padding: 150px 0 40px;
  color: #eceff3;
  font-family: montserrat, Sans-serif;
  font-size: 32px;
  font-weight: 500;
  border-bottom: #eceff3 solid 2px;
  width: 100%;
  text-align: center;
}

.devider__heading {
  position: absolute;
  width: 75px;
  transform: translate(0, 111px);
}

.about__bg {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 350px;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
}

.about__body {
  display: -ms-grid;
  display: grid;
  padding: 0 20px;
  /* -ms-grid-rows: auto 30px auto;
  grid-template-areas: "about__img about__content" "why-us__img why-us__img";
  -ms-grid-columns: minmax(50%, 1fr) 30px minmax(50%, 1fr);
  grid-template-columns: repeat(2, minmax(50%, 1fr));
  gap: 30px; */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 1920px;
  min-width: 0px;
  margin: 100px 0;
  width: 95%;
}

.about__img {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-area: about__img;
}

.about__img img {
  /* width: 100%; */
  min-width: 0px;
}

.about__content {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: about__content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  max-height: 570px;
}

.why-us__img {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-area: why-us__img;
}

.about__title {
  color: #606060;
  font-family: Montserrat, Sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 15px;
}

.about__text {
  color: #606060;
  font-family: Montserrat, Sans-serif;
  font-weight: 400;
  line-height: 23px;
  text-indent: 15px;
}

.devider {
  width: 100%;
  max-width: 125px;
  margin: 0px 0px 20px 0px;
  height: 3px;
}

@media (max-width: 1100px) {
  .about__body {
    grid-template-areas: "about__content" "about__img " "why-us__content " " why-us__img";
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
  .about__img {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .about__content {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .why-us__content {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .why-us__img {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
}

@media (max-width: 650px) {
  .get-started__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 47.99875em) {
  .blog-page {
    padding-top: 160px;
  }

  .blog-page .post {
    width: calc(50% - 12px);
    margin: unset;
  }
}

@media (max-width: 29.99875em) {
  .blog-page .post {
    width: 100%;
  }
}

@media (any-hover: hover) {
  .post__img img:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}

/*-----------------------------------------------------------------------------------------------------*/

.service-heding {
  color: #606060;
  font-family: Montserrat, Sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 20px;
  text-align: center;
}

.service-heding span {
  color: #bb945b;
}

.main-services {
  max-width: 1140px;
  margin: 0 auto;
  padding: 60px 15px 30px 15px;
}

/*-----------------------------------------------------------------------------------------------------*/
.ti-widget[data-layout-id="16"][data-set-id="drop-shadow"]
  .ti-col-3
  .ti-review-item {
  flex: 1 1 calc(50% - 14px) !important;
  max-width: 50% !important;
}

  position: relative;
.ti-widget[data-layout-id="16"][data-set-id="drop-shadow"]
  .ti-col-3
  .ti-review-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/download.png) 83% 94% no-repeat;
  background-size: 90%;
  opacity: 0.04;
  z-index: 1;
  pointer-events: none;
}

.ti-widget[data-layout-id="16"][data-set-id="drop-shadow"]
  .ti-reviews-container
  .ti-reviews-container-wrapper {
  gap: 20px;
}

.testimonials {
  height: 60vh;
  background: url('https://flatrateremodeling.com/wp-content/uploads/2025/02/portrait-young-stylish-freckled-girl-laughing-with-showing-thumps-up-camera-copy-space-2048x740-2.jpg') center no-repeat;
  background-size: cover;
  padding: 0 15px;
}

.testimonials__container {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  height: 100%;
}

.testimonials__header {
  color: #fff;
  font-family: montserrat, Sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.25em;
}

@media (max-width: 768px) {
  .testimonials__header {
    font-size: 38px;
  }
}

@media (max-width: 460px) {
  .testimonials__header {
    font-size: 32px;
  }
}
/*-----------------------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------------------------*/

.main-services {
}

.main-services h1 {
  font-family: Montserrat, Sans-serif;
  font-size: 27px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.25em;
  color: #bb945b;
  text-align: center;
  margin-bottom: 30px;
}

.main-services section {
  margin: 50px 0px;
}

.main-services p {
  font-family: Montserrat, Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: normal;
  margin-bottom: 20px;
}

.main-services figure {
  margin: 30px 0px;
}

.main-services figure img {
  width: 100% !important;
  height: auto !important;
}

.main-services ol,
.main-services ul {
  font-family: Montserrat, Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: normal;
  margin-bottom: 20px;
}

.main-services h2 {
  font-family: Montserrat, Sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25em;
  margin-bottom: 0px;
}

.main-services h3 {
  font-family: Montserrat, Sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.25em;
  margin-bottom: 20px;
}

/*-----------------------------------------------------------------------------------------------------*/
/* .locations {
  height: 70vh;
} */

.locations iframe {
  width: 100%;
  height: 100%;
}
/*-----------------------------------------------------------------------------------------------------*/
.gallery {
  position: relative;
  padding-top: 100px;
  padding-bottom: 120px;
}

.gallery__container {
  max-width: 1140px;
  margin: 0 auto;
  /* display: flex; */
  /* align-items: center; */
  height: 100%;
}

.gallery__section {
  width: 100%;
  margin-bottom: 50px;
}

.gallery__section-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  line-height: 1.25em;
  background-color: #bb945b;
  color: #fff;
  font-family: roboto, Sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 24px;
  margin: 0 0 30px;
}

.gallery__posts {
  width: 100%;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, 350px);
  gap: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.gallery__view {
  text-align: center;
  margin-top: 3.75rem;
}

.gallery-post {
  text-decoration: none;
  max-height: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-item-align: start;
  align-self: flex-start;
  position: relative;
}

.gallery-post__img {
  text-decoration: none;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 350px;
  position: relative;
}

.gallery-post__img img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -o-object-fit: cover;
  object-fit: cover;
}

.gallery-post__img a {
  text-decoration: none;
  color: #fff;
}

.gallery-post__title {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #bb945b;
  padding: 10px 20px;
  font-family: montserrat, Sans-serif;
  overflow: hidden;
}

.gallery-post__title > a {
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0;
  color: #fff;
}

@media (any-hover: hover) {
  .gallery-post__img img:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.video-reviews {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 30px;
}

.video-reviews__item {
  flex: 1 1 calc(50% - 15px);
  margin-bottom: 20px;
}

@media (max-width: 760px) {
  .video-reviews__item {
    flex: 1 1 100%;
  }
}

.video-reviews__item iframe {
  width: 100%;
  height: 100%;
}

@media (max-width: 540px) {
  .video-reviews__item {
    flex-direction: column;
  }
}

.elementor-column-gap-default
  > .elementor-column
  > .elementor-element-populated {
  padding: 0;
}

/*-----------------------------------------------------------------------------------------------------*/
.post-gallery {
  max-width: 600px;
}

.post-gallery__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 20px;
}

.post-gallery__title {
  border-right: 2px solid #000;
  padding: 20px;
}

.post-gallery__title h3 {
  color: #212529;
  font-family: Montserrat, Sans-serif;
  font-size: 23px;
  font-weight: 700;
}

.post-gallery__title-location {
  padding: 20px;
}

.post-gallery__title-location h3 {
  color: #212529;
  font-family: Montserrat, Sans-serif;
  font-size: 23px;
  font-weight: 500;
}

.post-gallery__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  background-color: #f5f5f5;
  padding: 25px;
  border: 1px solid #d9d9d9;
}

.post-gallery__location,
.post-gallery__date,
.post-gallery__budget,
.post-gallery__turnaround {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  align-items: center;
  gap: 40px;
}

.post-gallery__location-title,
.post-gallery__date-title,
.post-gallery__budget-title,
.post-gallery__turnaround-title {
  font-family: Montserrat, Sans-serif;
  width: 150px;
  font-size: 17px;
  font-weight: 700;
  color: #000;
}

.post-gallery__location-title i,
.post-gallery__date-title i,
.post-gallery__budget-title i,
.post-gallery__turnaround-title i {
  color: #bb945b;
  margin-right: 10px;
  width: 17px;
  height: 17px;
}

.post-gallery__location-text,
.post-gallery__date-text,
.post-gallery__budget-text,
.post-gallery__turnaround-text {
  font-family: Montserrat, Sans-serif;
  max-width: 200px;
  font-size: 17px;
  font-weight: 500;
  color: #000;
}

.post-gallery__logo {
  margin: 40px 0;
  background-color: #222222;
}

@media (max-width: 900px) {
  .post-gallery {
    margin: 0 auto;
  }
}

/*-----------------------------------------------------------------------------------------------------*/
.aside-map {
  max-width: 360px;
  padding: 10px;
}

.aside-map iframe {
  width: 100%;
  height: 300px;
}

/*-----------------------------------------------------------------------------------------------------*/
.loader {
  width: 48px;
  height: 48px;
  border: 5px solid #fff;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-animation: rotation 1s linear infinite;
  animation: rotation 1s linear infinite;
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.form__loader {
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(117, 117, 117, 0.5);
  opacity: 0;
  visibility: hidden;
  border: 1px solid rgba(117, 117, 117, 1);
}

.popup__loader {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 10;
}

._sending .form__loader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  visibility: visible;
  z-index: 10;
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
}

.popup__alert,
.bigForm__alert,
.smallForm__alert {
  display: none;
}

.alert__msg {
  border-radius: 5px;
  padding: 10px 25px;
  font-size: 16px;
  text-align: center;
}

._show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px 0 0 0;
  z-index: 1;
  width: 100%;
  color: #842029;
  background-color: #f8d7da;
}

._show__success {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px 0 0 0;
  z-index: 1;
  width: 100%;
  color: #0d3926;
  background-color: #d1e7dd;
}

/*-----------------------------------------------------------------------------------------------------*/

.rating {
  display: flex;
  align-items: flex-end;
  font-size: 40px;
  line-height: 0.75;
  transition: opacity 0.3s ease 0s;
}
.rating.rating_sending {
  opacity: 0.2;
}
.rating.rating_set .rating__active,
.rating.rating_set .rating__item {
  cursor: pointer;
}

.rating__body {
  position: relative;
}
.rating__body::before {
  content: "★★★★★";
  display: block;
}
.rating__active {
  position: absolute;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.rating__active::before {
  content: "★★★★★";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #ffd300;
}

.rating__items {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.rating__item {
  flex: 0 0 20%;
  height: 100%;
  opacity: 0;
}
.rating__value {
  font-size: 50%;
  line-height: 1;
  padding: 0px 0px 0px 10px;
}
/*-----------------------------------------------------------------------------------------------------*/

.reviews {
  margin-top: 50px;
  padding-bottom: 60px;
}

.reviews__slider {
  padding: 0 10px;
}

.reviews__wrapper {
  padding: 30px 0px 30px;
  min-width: 0;
}

.review {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  background-color: #fff;
  padding: 20px;
  border: 1px solid #dbdde1;
  border-radius: 4px;
  transition: all 0.3s ease-in;
}

@media (any-hover: hover) {
  .review:hover {
    transform: translateY(-10px);
  }
}

.review__head {
  display: flex;
  gap: 16px;
  text-align: left;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  line-height: 1.4em;
}

.review__photo {
  margin: 0 15px 0 0;
}

.review__photo img {
  width: 40px;
  height: 40px;
  padding: 0px;
  display: block;
  border-radius: 30px;
  min-width: initial;
  max-width: initial;
  object-fit: cover;
  object-position: top;
}

.rating__value {
  opacity: 0;
}

.review__fullname {
  font-weight: bold;
  font-size: 14px;
  overflow: hidden;
  padding-right: 25px;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #000000;
  margin-bottom: 2px;
}

.review__date {
  color: #000000;
  opacity: 0.5;
  font-size: 11.2px;
}

.review__text {
  font-family: Montserrat, sans-serif;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 21.75px;
  height: 87px;
  font-size: 15px;
  text-align: left;
  transition: height 0.5s;
  font-style: normal;
  -webkit-line-clamp: 4;
  overflow: hidden;
  padding-right: 0;
}

.review__rating {
  font-size: 24px;
}

.review._more .review__text {
  overflow: visible;
  max-height: unset;
  display: block;
  height: auto;
}

.review__link {
  position: relative;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 1.4em;
  white-space: nowrap;
  color: #000000;
  opacity: 0.5;
  text-decoration: none !important;
  transition: color 300ms ease-out;
  cursor: pointer;
}
/*-----------------------------------------------------------------------------------------------------*/
.logoshowcase {
 padding:50px 0;
  margin: 0 auto;background:#fff;
}
.logoshowcase .wpls-logo-showcase-slider-wrp{
	max-width:1200px;margin:0 auto;
}
/*-----------------------------------------------------------------------------------------------------*/
.testimonials-reviews {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;max-width:1140px;margin:0 auto;
}
.side-column-section  .wpcf7 .wpcf7-form-control {
    border: 1px solid #69727d !important;
}
.side-column-section .wpcf7 .wpcf7-submit{
	    background: #000;
    font-weight: 700 !important;
    display: flex;
    margin-left: auto;
    color: #bb955b;
}
.side-column-section  .wpcf7 .wpcf7-form{
	margin-bottom:0 !important
}
.testimonials-reviews__item {
  flex: 1 1 calc(23% - 15px);
  border-radius: 5px 5px 5px 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #68686826;
  box-shadow: 0 0 10px 0
    rgba(148.99999999999997, 156.99999999999997, 164.99999999999997, 0.2);
  transition: all 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 12px;
  position: relative;background:#fff;
}

@media (max-width: 540px) {
  .testimonials-reviews {
    gap: 20px;
  }

  .testimonials-reviews__item {
    flex: 1 1 100%;
  }
}

/* .testimonials-reviews__item::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../assets/img/download.png) 238%-120% no-repeat;
  background-size: 86%;
  opacity: 0.15;
  pointer-events: none;
} */

.testimonials-reviews__head {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}

.testimonials-reviews__photo img {
  border-radius: 50%;
}

.testimonials-reviews__fullname {
  margin-bottom: 7px;
  color: #000;
  font-family: Montserrat, Sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 17px;
  letter-spacing: 0;
}

.testimonials-reviews__text {
  font-family: Montserrat, Sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}
.main-slider .hero .hero__block {
    max-width: 640px;
    padding: 0px 0 15px 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
	margin-top: -20%;}
a.abs-img{
	position: absolute;
    background: #ffffff99;
    padding: 0 20px;
    height: 120px;
    width: 220px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: auto;
    bottom:30px;right:0;
    left: 0;border-radius:4px;
}
a.abs-img img{margin: auto;
	object-fit: contain !important;
    width: 150px !important;
    object-position: bottom center;
   position:static !important;
}
/*-----------------------------------------------------------------------------------------------------*/
.reviews-gallery {
  margin-top: 30px;
}

.reviews-gallery__item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 30px;
}

.reviews-gallery__img img {
  border-radius: 50%;
}

.reviews-gallery__body {
  padding-bottom: 20px;
  border-bottom: 2px solid #c7c7c7;
}

.reviews-gallery__text {
  font-family: Montserrat, Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 20px;
}

.reviews-gallery__user {
  color: #424242;
  font-family: Roboto, Sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.inst-widget {
  background: #000;
  padding-bottom: 14px;
  margin-top: -4px;
}


.menu__item_active a{
  color: #bb945b;
}


.footer__nav {
    background-color: #333;
    padding: 30px 15px 30px 15px;
}

.footer-menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  max-width: 1140px;
  margin: 0 auto;

}

.footer-menu .menu-item {
  border-right: 1px solid #bb945b;
  padding: 2px 6px;
}

.footer-menu .menu-item:last-child {
  border-right: none;
}

.footer-menu .menu-item a {
  color: #bb945b;
  transition: all 0.2s ease;
  font-family: Roboto, sans-serif;
}

.footer-menu .menu-item a:hover {
  color: #fff;
}

.form-control._notvalid {
	border: 2px solid red;
}

.feedback__form.home_feebback {
    max-width: 700px;
    margin: 50px auto;	
}
.services__item {
    width: calc(100% / 4 - 15px) !important;
    border: 1px solid #e7e4e4;
    box-shadow: 3px 3px 3px #eee;padding-bottom:30px;background:#fff;
}
h3.services__title a{
	font-size:20px;
}
.services__item .services__details, h3.services__title{
	padding:0 20px;
}
.container{
	padding:0 15px;max-width:1140px;margin:0 auto;display:flex;justify-content:space-between;
}
.contact-section{
background: #231F42;
    padding: 30px 50px;
    display: flex;
    color: #fff;
    justify-content: center;
    margin: 0 auto;
}
.contact-section .wpcf7 .wpcf7-form {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
}
.contact-section h2{
	font-size: 30px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.contact-section .wpcf7 .wpcf7-submit{
	background:#A83B5E !important;border-radius:0;height:46px;    max-width: 180px;font-weight:700 !important;
}
.contact-section .wpcf7 form .wpcf7-response-output {
    margin: 45px 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2;
    position: absolute;
    border: navajowhite;
    right: 0;
    color: #fff;
}
.contact-section  .wpcf7 .wpcf7-form-control{
	border-radius:0;
}
.contact-section .wpcf7-form p {
    margin-bottom: 0px !important;
    font-size: 16px;
    padding-bottom: 0;
    padding: 0;
    display: flex;
    max-width: 190px;margin:0 5px;
}
.container.swiper-container{
	    max-width: 21%;
    margin-left: 10%;
    background: #fff;
}
.about-content p {
    font-family: Montserrat, Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: normal;
    margin-bottom: 20px;color:#424242;
}
/* @media (max-width: 458px){
  .envira-gallery-wrap .envira-gallery-public .envira-gallery-item img {
      width: 100% !important;
  }
} */
.gallery-tabs .elementor-tab-title{
background: #000;
    color: #fff !important;
    border-right: 1px solid #ddd !important;
    text-align: center;
    padding: 20px 12px !important;
}
.gallery-tabs .elementor-tab-title.elementor-active{
	background:#BB945B !important
}
@media(max-width:992px){	
	.coupan-section .col-md-3 {
		max-width:100% !important;margin:0 10px !important;margin-left:0 !important; min-height:380px;width:100% !important
	}
.coupan-section	.container {
		padding: 0 15px 30px;}
}
.coupan-section {
    margin: 0px 0 0px;
    background-image: url(https://flatrateremodeling.com/wp-content/uploads/2023/08/General-Home-Renovations5.jpg);
    height: 600px;
    object-fit: b;
    background-size: cover;
    background-position: center;display:flex;flex-direction:column;justify-content:center;
}
.about-content{
    margin: auto 20%;
    text-align: center;
    padding: 40px 0 20px;
}
.about-content h2{
	font-weight:600;font-size:30px;margin-bottom:20px;
}

@media(max-width:767px){
	.sliderimage_hide_border{
		margin:0 10px;
	}
.sliderimage_hide_border img {
    width: 45px;
    height: 45px;
    object-fit: contain;
}
	.contact-section{
		display:none;
	}	.coupan-section .col-md-3 {
	width:100% !important;	max-width:100% !important;min-height:340px;
	}
	.quality-feature-row .container{
		flex-direction:row !important;flex-wrap:wrap !important;
	}
	.quality-feature-row .col-md-3{
width:50%;
	}
	.services__item {
    width: 100%!important;
}
	.contact-section, .contact-section .wpcf7 .wpcf7-form{
		flex-direction:column;
	}
.container{
	flex-direction:column;
}
.contact-section .wpcf7 .wpcf7-form-control {
 
    margin: 10px 0;
}
.quality-feature-row h4 {
    text-align: center;
    margin-bottom: 40px;
}
	.container.swiper-container {
		max-width: 80% !important;}
	.contact-section .wpcf7-form p{
		max-width: 100%;
    display: flex;
    justify-content: center;
    margin: 0 auto;	}
.contact-section	.wpcf7-form-control-wrap{
		width:100%;
	}
	.about-section{
		max-width:100%;
	}
	.coupan-section .col-md-3 {
    padding: 30px 20px 20px;
}
	.gallery-tabs .elementor-tab-title{
		padding:10px 10px !important;font-size:12px !important;
	}  
.gallery-tabs .elementor-tabs .elementor-tabs-wrapper {
        display: block;overflow-x:scroll;
    }
.gallery-tabs .elementor-tab-mobile-title{
		display:none;
	}
}
.wpcf7 .wpcf7-submit {

	max-width: 170px;
}
#toTop {
padding: 5px 3px;
    background: #000;
    color: #fff;
    position: fixed;
    bottom: 80px;
    right: 0;
    display: none;
    width: 40px;
    height: 40px;
    text-align: center;
    padding-top: 13px;font-size:25px;
}
@media only screen and (max-width: 459px)
{
	.main-services .envira-gallery-wrap .envira-gallery-public.envira-gallery-3-columns .envira-gallery-item {
		width: 100% !important;
	}

  .envira-gallery-wrap .envira-gallery-public .envira-gallery-item img {
  image-rendering: -moz-crisp-edges;         /* Firefox */
  image-rendering:   -o-crisp-edges;         /* Opera */
  image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */	
  }
}