@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap");
/* line 1, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_extend.scss */
.flex-center-start {
  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: start;
}

/* Normal desktop :1200px. */
/* Normal desktop :992px. */
/* Tablet desktop :768px. */
/* small mobile :320px. */
/* Large Mobile :480px. */
/* 1. Theme default css */
/* line 5, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/theme-default.scss */
body {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: normal;
  background-color: white;
}

/* line 12, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/theme-default.scss */

/* line 16, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/theme-default.scss */
a,
.button {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 20, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/theme-default.scss */
a:focus,
.button:focus,
button:focus {
  text-decoration: none;
  outline: none;
}

/* line 25, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/theme-default.scss */
a:focus {
  text-decoration: none;
}

/* line 28, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/theme-default.scss */
a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
  text-decoration: none;
}

/* line 34, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/theme-default.scss */
a,
button {
  color: #1f1f1f;
  outline: medium none;
}

/* line 39, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/theme-default.scss */
h1,
h2,
h3,
h4,
h5 {
  font-family: "Lato", sans-serif;
}

/* line 43, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/theme-default.scss */
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

/* line 52, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/theme-default.scss */
ul {
  margin: 0px;
  padding: 0px;
}

/* line 56, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/theme-default.scss */
li {
  list-style: none;
}

/* line 59, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/theme-default.scss */
p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #596672;
  margin-bottom: 0px;
  font-family: "Lato", sans-serif;
}

/* line 68, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/theme-default.scss */
label {
  color: #7e7e7e;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

/* line 74, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/theme-default.scss */
*::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

/* line 79, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/theme-default.scss */
::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

/* line 84, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/theme-default.scss */
::selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

/* line 89, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/theme-default.scss */
*::-webkit-input-placeholder {
  color: #cccccc;
  font-size: 14px;
  opacity: 1;
}

/* line 94, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/theme-default.scss */
*:-ms-input-placeholder {
  color: #cccccc;
  font-size: 14px;
  opacity: 1;
}

/* line 99, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/theme-default.scss */
*::-ms-input-placeholder {
  color: #cccccc;
  font-size: 14px;
  opacity: 1;
}

/* line 104, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/theme-default.scss */
*::placeholder {
  color: #cccccc;
  font-size: 14px;
  opacity: 1;
}

/* line 110, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/theme-default.scss */
h3 {
  font-size: 24px;
}

/* line 114, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/theme-default.scss */
.mb-65 {
  margin-bottom: 67px;
}

/* line 118, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/theme-default.scss */
.black-bg {
  background: #020c26 !important;
}

/* line 122, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/theme-default.scss */
.white-bg {
  background: #ffffff;
}

/* line 125, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/theme-default.scss */
.gray-bg {
  background: #f5f5f5;
}
/* line 141, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/theme-default.scss */
.overlay {
  position: relative;
  z-index: 0;
}

/* line 145, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/theme-default.scss */
.overlay::before {
  position: absolute;
  content: "";
  background-color: #001d38;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.3;
}

/* line 157, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/theme-default.scss */
.overlay2 {
  position: relative;
  z-index: 0;
}

/* line 161, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/theme-default.scss */
.overlay2::before {
  position: absolute;
  content: "";
  background-color: #001d38;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.6;
}

/* line 173, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/theme-default.scss */
.overlay_03 {
  position: relative;
  z-index: 0;
}

/* line 177, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/theme-default.scss */
.overlay_03::before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #001d38;
  opacity: 0.6;
  content: "";
  z-index: -1;
}

/* line 214, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/theme-default.scss */
.pt-120 {
  padding-top: 120px;
}
.pt-10 {
  padding-top: 20px;
}

/* button style */
/* line 220, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/theme-default.scss */
.owl-carousel .owl-nav div {
  background: transparent;
  height: 50px;
  left: 0px;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 50px;
  color: #707070;
  background-color: transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  left: 50px;
  font-size: 15px;
  line-height: 50px;
  border: 1px solid #4d6174;
  left: 150px;
  color: #fff;
}

/* line 248, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/theme-default.scss */
.owl-carousel .owl-nav div.owl-next {
  left: auto;
  right: 150px;
}

/* line 253, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/theme-default.scss */
.owl-carousel .owl-nav div.owl-next i {
  position: relative;
  right: 0;
}

/* line 260, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/theme-default.scss */
.owl-carousel .owl-nav div.owl-prev i {
  position: relative;
  top: 0px;
}

/* line 270, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/theme-default.scss */
.owl-carousel:hover .owl-nav div {
  opacity: 1;
  visibility: visible;
}

/* line 273, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/theme-default.scss */
.owl-carousel:hover .owl-nav div:hover {
  color: #fff;
  background: #001d38;
  border: 1px solid transparent;
}

/* line 283, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/theme-default.scss */
.mb-20px {
  margin-bottom: 20px;
}

/* line 287, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/theme-default.scss */
.mb-55 {
  margin-bottom: 55px;
}

/* line 290, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/theme-default.scss */
.mb-40 {
  margin-bottom: 40px;
}

/* line 293, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/theme-default.scss */
.mb-20 {
  margin-bottom: 20px;
}

/* line 298, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/theme-default.scss */
.mb-60 {
  margin-bottom: 50px !important;
}

/* line 1, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_btn.scss */
.boxed-btn {
  background: #ede1d3;
  color: #695548;
  display: inline-block;
  padding: 18px 44px;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  border: 0;
  border: 1px solid #ede1d3;
  letter-spacing: 3px;
  text-align: center;
  color: #695548 !important;
  text-transform: uppercase;
  cursor: pointer;
}

/* line 17, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_btn.scss */
.boxed-btn:hover {
  background: #c09765;
  color: #695548 !important;
  border: 1px solid #c09765;
}

/* line 22, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_btn.scss */
.boxed-btn:focus {
  outline: none;
}

/* line 25, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_btn.scss */
.boxed-btn.large-width {
  width: 220px;
}

/* line 29, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_btn.scss */
.boxed-btn3 {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#001D38+0,fd8e5e+100 */
  background: #ffe8c3;
  /* IE6-9 */
  color: #582900;
  display: inline-block;
  padding: 9px 50px;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 500;
  border: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  letter-spacing: 2px;
}

/* line 49, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_btn.scss */
.boxed-btn3:hover {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#001D38+0,fd8e5e+100 */
  background: #582900;
  /* IE6-9 */
  color: #fff !important;
}

/* line 55, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_btn.scss */
.boxed-btn3:focus {
  outline: none;
}

/* line 58, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_btn.scss */
.boxed-btn3.large-width {
  width: 220px;
}

/* line 63, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_btn.scss */
.boxed-btn3-white {
  color: #fff;
  display: inline-block;
  padding: 13px 27px;
  font-family: "Futura Std Light";
  src: local("Futura"), url("../font/futurastd-light.otf") format("otf");
  font-size: 14px;
  font-weight: 400;
  border: 0;
  border: 1px solid #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  color: #fff !important;
  text-transform: capitalize;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  letter-spacing: 2px;
}
/* line 80, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_btn.scss */
.boxed-btn3-white:hover {
  background: #28ae61;
  color: #fff !important;
  border: 1px solid transparent;
}

/* line 85, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_btn.scss */
.boxed-btn3-white i {
  margin-right: 2px;
}

/* line 88, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_btn.scss */
.boxed-btn3-white:focus {
  outline: none;
}

/* line 91, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_btn.scss */
.boxed-btn3-white.large-width {
  width: 220px;
}

/* line 96, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_btn.scss */
.boxed-btn3-line {
  color: #fff !important;
  display: inline-block;
  padding: 14px 47px;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 500;
  border: 0;
  border: 1px solid #001d38;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background: #001d38;
  cursor: pointer;
  letter-spacing: 2px;
}

/* line 113, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_btn.scss */
.boxed-btn3-line:hover {
  color: #001d38 !important;
  border: 1px solid #001d38;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#001D38+0,fd8e5e+100 */
  background: #fff;
}

/* line 119, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_btn.scss */
.boxed-btn3-line:focus {
  outline: none;
}

/* line 122, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_btn.scss */
.boxed-btn3-line.large-width {
  width: 220px;
}

/* line 126, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_btn.scss */
.boxed-btn2 {
  background: transparent;
  color: #fff;
  display: inline-block;
  padding: 18px 24px;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  border: 0;
  border: 1px solid #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
}

/* line 138, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_btn.scss */
.boxed-btn2:hover {
  background: #fff;
  color: #131313 !important;
}

/* line 142, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_btn.scss */
.boxed-btn2:focus {
  outline: none;
}

/* line 146, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_btn.scss */
.line-button {
  color: #919191;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  position: relative;
  padding-right: 5px;
  padding-bottom: 2px;
}

/* line 154, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_btn.scss */
.line-button::before {
  position: absolute;
  content: "";
  background: #919191;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
}
.btn-outline-primary {
  background: #ede1d3;
  color: #695548;
  border-color: #ede1d3;
}
.btn-outline-primary:hover {
  color: #fff;
  background: #c09765;
  border-color: #c09765;
}

/* line 2, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_section_title.scss */
.section_title h3 {
  font-size: 50px;
  font-weight: 500;
  color: #695548;
  position: relative;
  z-index: 0;
  padding-bottom: 0;
  padding-top: 10px;
  font-family: "Lato", sans-serif;
}

@media (max-width: 767px) {
  /* line 2, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_section_title.scss */
  .section_title h3 {
    font-size: 30px;
    line-height: 36px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 2, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_section_title.scss */
  .section_title h3 {
    font-size: 36px;
    line-height: 42px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 2, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_section_title.scss */
  .section_title h3 {
    font-size: 35px;
    line-height: 42px;
  }
}

@media (max-width: 767px) {
  /* line 22, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_section_title.scss */
  .section_title h3 br {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 22, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_section_title.scss */
  .section_title h3 br {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 22, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_section_title.scss */
  .section_title h3 br {
    display: none;
  }
}

/* line 34, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_section_title.scss */
.section_title p {
  font-size: 18px;
  color: #333333;
  line-height: 28px;
  margin-bottom: 0;
  font-weight: 400;
}

@media (max-width: 767px) {
  /* line 40, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_section_title.scss */
  .section_title p br {
    display: none;
  }
}

/* line 48, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_section_title.scss */
.section_title h4 {
  font-size: 22px;
  font-weight: 500;
  color: #001d38;
  padding-bottom: 21px;
}

/* line 54, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_section_title.scss */
.mb-50 {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  /* line 54, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_section_title.scss */
  .mb-50 {
    margin-bottom: 40px;
  }
}

/* line 61, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_section_title.scss */
.mb-70 {
  margin-bottom: 70px;
}

@media (max-width: 767px) {
  /* line 61, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_section_title.scss */
  .mb-70 {
    margin-bottom: 40px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 61, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_section_title.scss */
  .mb-70 {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  /* line 4, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_slick-nav.scss */
  .mobile_menu {
    position: absolute;
    right: 0px;
    width: 100%;
    z-index: 9;
  }
}

/* line 13, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_slick-nav.scss */
.slicknav_menu .slicknav_nav {
  background: #fff;
  float: right;
  margin-top: 0;
  padding: 0;
  width: 95%;
  padding: 0;
  border-radius: 0px;
  margin-top: 5px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 11px;
}

/* line 28, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_slick-nav.scss */
.slicknav_menu .slicknav_nav a:hover {
  background: transparent;
  color: #fdae5c;
}

/* line 32, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_slick-nav.scss */
.slicknav_menu .slicknav_nav a.active {
  color: #fdae5c;
}

@media (max-width: 767px) {
  /* line 35, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_slick-nav.scss */
  .slicknav_menu .slicknav_nav a i {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 35, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_slick-nav.scss */
  .slicknav_menu .slicknav_nav a i {
    display: none;
  }
}

/* line 44, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_slick-nav.scss */
.slicknav_menu .slicknav_nav .slicknav_btn {
  background-color: transparent;
  cursor: pointer;
  margin-bottom: 10px;
  margin-top: -40px;
  position: relative;
  z-index: 99;
  border: 1px solid #ddd;
  top: 3px;
  right: 5px;
  top: -36px;
}

/* line 55, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_slick-nav.scss */
.slicknav_menu .slicknav_nav .slicknav_btn .slicknav_icon {
  margin-right: 6px;
  margin-top: 3px;
  position: relative;
  padding-bottom: 3px;
  top: -11px;
  right: -5px;
}

@media (max-width: 767px) {
  /* line 12, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_slick-nav.scss */
  .slicknav_menu {
    margin-right: 0px;
  }
}

/* line 72, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_slick-nav.scss */
.slicknav_nav .slicknav_arrow {
  float: right;
  font-size: 22px;
  position: relative;
  top: -9px;
}

/* line 78, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_slick-nav.scss */
.slicknav_btn {
  background-color: transparent;
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  z-index: 99;
  border: none;
  border-radius: 3px;
  top: 5px;
  padding: 5px;
  right: 5px;
  margin-top: -5px;
  top: -31px;
}

/* line 92, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_slick-nav.scss */
.slicknav_btn {
  background-color: #695548;
  cursor: pointer;
  margin-bottom: 5px;
  position: relative;
  z-index: 99;
  border: none;
  border-radius: 5px;
  top: 2px;
  padding: 5px;
  right: 0;
  margin-top: -5px;
  top: -25px;
}

/* line 1, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_header.scss */
.header-area {
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
  z-index: 9;
  background-color: #fff;
  /* position: absolute; */
}

@media (max-width: 767px) {
  /* line 1, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_header.scss */
  .header-area {
    padding-top: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 1, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_header.scss */
  .header-area {
    padding-top: 0;
  }
}

/* line 17, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_header.scss */
.header-area .main-header-area {
  background: #fff;
  background: transaparent;
  padding: 20px 20px 20px 40px;
}

/* line 21, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_header.scss */
.header-area .main-header-area.details_nav_bg {
  background: #727272;
  padding-bottom: 0;
}

@media (max-width: 767px) {
  /* line 21, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_header.scss */
  .header-area .main-header-area.details_nav_bg {
    padding-bottom: 10px;
  }
}

/* line 28, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_header.scss */
.header-area .main-header-area.details_nav {
  background: #001d38;
}

@media (max-width: 767px) {
  /* line 17, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_header.scss */
  .header-area .main-header-area {
    padding: 10px 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 17, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_header.scss */
  .header-area .main-header-area {
    padding: 10px 10px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 17, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_header.scss */
  .header-area .main-header-area {
    padding: 30px 20px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  /* line 17, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_header.scss */
  .header-area .main-header-area {
    padding: 30px 20px;
  }
}

/* line 45, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_header.scss */
.header-area .main-header-area .logo-img {
  text-align: center;
}

@media (max-width: 767px) {
  /* line 45, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_header.scss */
  .header-area .main-header-area .logo-img {
    text-align: left;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 45, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_header.scss */
  .header-area .main-header-area .logo-img {
    text-align: left;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 45, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_header.scss */
  .header-area .main-header-area .logo-img {
    text-align: left;
  }
}

@media (max-width: 767px) {
  /* line 59, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_header.scss */
  .header-area .main-header-area .logo-img img {
    width: 70px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 59, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_header.scss */
  .header-area .main-header-area .logo-img img {
    width: 70px;
  }
}
/* line 162, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu {
  text-align: left;
  margin-left: 10px;
  padding: 0 0;
}

/* line 166, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li {
  display: inline-block;
  position: relative;
  margin: 0 20px;
  text-align: left;
}

/* line 176, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li a {
  color: black;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 700;
  display: inline-block;
  padding: 0px 0px 0px 0px;
  font-family: "Lato", sans-serif;
  position: relative;
  text-transform: capitalize;
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 176, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_header.scss */
  .header-area .main-header-area .main-menu ul li a {
    font-size: 15px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  /* line 176, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_header.scss */
  .header-area .main-header-area .main-menu ul li a {
    font-size: 15px;
  }
}

/* line 195, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li a i {
  font-size: 9px;
}

@media (max-width: 767px) {
  /* line 195, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_header.scss */
  .header-area .main-header-area .main-menu ul li a i {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 195, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_header.scss */
  .header-area .main-header-area .main-menu ul li a i {
    display: none !important;
  }
}

/* line 236, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li .submenu {
  position: absolute;
  left: 0;
  top: 160%;
  background: #fff;
  width: 130px;
  z-index: 2;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.02);
  opacity: 0;
  visibility: hidden;
  text-align: left;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

/* line 248, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li .submenu li {
  display: block;
}

/* line 250, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li .submenu li a {
  padding: 2px;
  position: inherit;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: block;
  color: #000;
}

/* line 256, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li .submenu li a::before {
  display: none;
}

/* line 260, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li .submenu li:hover a {
  color: #000;
}

/* line 265, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li:hover > .submenu {
  opacity: 1;
  visibility: visible;
  top: 150%;
}

/* line 270, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li:hover > a::before {
  opacity: 1;
  transform: scaleX(1);
}

/* line 274, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li:first-child a {
  padding-left: 0;
}

/* line 280, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_header.scss */
.header-area .main-header-area.sticky {
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.1);
  position: fixed;
  width: 100%;
  top: -50px;
  left: 0;
  right: 0;
  z-index: 990;
  transform: translateY(50px);
  transition: transform 500ms ease, background 500ms ease;
  -webkit-transition: transform 500ms ease, background 500ms ease;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.96);
  background: #dad5d2;
}

@media (max-width: 767px) {
  /* line 280, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_header.scss */
  .header-area .main-header-area.sticky {
    padding: 10px 10px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 280, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_header.scss */
  .header-area .main-header-area.sticky {
    padding: 10px 10px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  /* line 280, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_header.scss */
  .header-area .main-header-area.sticky {
    padding: 10px 10px;
  }
}

/* line 308, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_header.scss */
.header-area .main-header-area.sticky .main-menu {
  padding: 10px;
}

/* line 311, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_header.scss */
.header-area .main-header-area.sticky .header_bottom_border {
  border-bottom: none;
}

/* line 314, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_header.scss */
.header-area .main-header-area.sticky .header_bottom_border.white_border {
  border-bottom: none !important;
}

/* line 338, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_header.scss */
.header-area .header-top_area {
  padding: 12px 0;
  background: #001d38;
}

/* line 355, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_header.scss */
.header-area .header-top_area .header_left p {
  color: #727272;
  font-weight: 400;
  font-size: 13px;
  margin-bottom: 0;
}

/* line 387, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_header.scss */
.header-area .header-top_area .header_right.d-flex {
  display: flex;
  justify-content: flex-end;
}
/* line 1, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_slider.scss */
.slider_bg_1 {
  background-image: url(../img/durabilite/Home1.jpg);
}
.pl-120 {
  padding-left: 120px;
}

.pl-200 {
  padding-left: 200px;
}
.pl-100 {
  padding-left: 120px;
}
@media screen and (max-width: 480px) {
  .pl-200 {
    padding-left: 0;
  }
  .pl-100 {
    padding-left: 10px;
  }
}

/* line 4, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_slider.scss */
.slider_bg_2 {
  background-image: url(../img/durabilite/Home2.jpg);
}
.slider_bg_3 {
  background-image: url(../img/durabilite/home4.jpg);
}
.slider_bg_4 {
  background-image: url(../img/about/about.png);
}
.slider_bg_5 {
  background-image: url(../img/about/aboutt.jpg);
}
.slider_bg_6 {
  background-image: url(../img/about/about2.jpg);
}
.slider_bg_7 {
  background-image: url(../img/service/servi.png);
}
.slider_bg_8 {
  background-image: url(../image/service2.jpg);
}
.slider_bg_9 {
  background-image: url(../img/service/Home.jpg);
}
.slider_bg_10 {
  background-image: url(../image/durabi1.jpg);
}
.slider_bg_11 {
  background-image: url(../image/durabi2.jpg);
}
.slider_bg_12 {
  background-image: url(../img/banner/susta.jpg);
}
.slide_bg_1 {
  background-image: url(../img/production/production.webp);
}
.slide_bg_2 {
  background-image: url(../img/production/_11A3599.jpg);
}
.slide_bg_3 {
  background-image: url(../img/production/prod.jpg);
}
.slide_bg_4 {
  background-image: url(../img/white/marque.webp);
  background-position: right 2000px;
}

.slide_bg_5 {
  background-image: url(../img/acceuil.png);
}
.slide_bg_acc {
  background-image: url(../image/DSC.jpg);
}
.slider_bg_acc2 {
  background-image: url(../image/contact2.jpg);
}

.slide_bg_p {
  background-image: url(../image/production2.jpg);
}

.slide {
  display: flex;
  justify-content: center;
  padding-top: 0px;
}
.slider {
  /* background-image: url(../img/client/bgg.png); */
  width: 1400px;
  height: 200px;
  overflow: hidden;
  position: relative;
  margin: auto;
  /* box-shadow: 0 5px 5px .5px rgba(0,0,0,0.5); */
}
.slider::before,
.slider::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 200px;
  z-index: 2;
}
.slider::before {
  top: 0;
  left: 0;
}
.slider::after {
  top: 0;
  right: 0;
  transform: rotate(360deg);
}
.slider .slider-track {
  display: flex;
  width: calc(250px * 10);
  animation: scroll 8s linear infinite;
}
.slider .slide img {
  width: 200px;
  height: 100px;
  margin: 50px;
}
@keyframes scroll {
  0% {
    transform: translateX(2%);
  }
  100% {
    transform: translateX(calc(-250px * 10));
  }
}
/* line 7, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_slider.scss */
.carousel-inner {
  position: relative;
  z-index: 0;
  padding-bottom: 40px;
  height: 500px;
}
.carousel-inner .item {
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.carousel-inner .item .slider_text {
  padding-top: 250px;
  padding-left: 30px;

  /* margin-bottom: 51px; */
  /* text-transform : Capitalize; */
}
.carousel-inner .item .slider_text h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  font-family: "Lato", sans-serif;
}
.carousel-inner .item .slider_text h2 {
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 800;
  font-family: "Lato", sans-serif;
}
@media screen and (max-width: 480px) {
  .carousel-inner .item .slider_text {
    padding-left: 0;
    padding-right: 0;
    padding-top: 200px;
    font-size: 15px;
  }
}
/* //white start */
.tile span {
  color: #fff;
  font-size: 30px;
  display: block;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  top: 50%;
  left: 35%;
  right: 0; /* voir règles */
  padding: 2px;
  overflow: hidden; /* empêche le dépassement de texte */
  font-family: "Lato", sans-serif;
}

.img_size {
  width: 100%;
  height: 100%;
  /* box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.7); */
  filter: brightness(50%);
  -webkit-filter: brightness(50%);
  transition: filter 1.5s linear;
  /* padding-bottom: 20px; */
}
.img_size,
.tile span {
  transition: ease 1s;
}

@media screen and (max-width: 480px) {
  .tile span {
    font-size: 20px;
    left: 30%;
  }
}

.demo-footer {
  padding: 60px 0;
  text-align: center;
}
.demo-footer a {
  color: #999;
  display: inline-block;
  font-family: "Lato", sans-serif;
}
/* .sect {
  height: 250px;
  padding-bottom: 250px;
} */
/* timeline end */

/* line 20, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_slider.scss */
/* .slider_area .single_slider { */
/* height: 600px; */
/* background-size: cover; */
/* background-repeat: no-repeat; */
/* background-position: center center; */
/* } */
/* line 58, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_slider.scss */
.carousel .item .carousel-caption h3 {
  font-family: "Lato", sans-serif;
  font-size: 40px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  line-height: 70px;
  margin-bottom: 27px;
  color: #695548;
}

/* line 67, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_slider.scss */
.carousel .item .slider_text h3 span {
  font-weight: 700;
}

@media (max-width: 767px) {
  /* line 58, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_slider.scss */
  .carousel .item .slider_text h3 {
    font-size: 30px;
    line-height: 45px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 58, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_slider.scss */
  .carousel .item.slider_text h3 {
    font-size: 54px;
  }
}

/* line 279, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_slider.scss */
.property_bg {
  background-image: url(../img/banner/property.png);
}

/* line 1, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_counter.scss */
.counter_area {
  padding-bottom: 85px;
  padding-top: 12px;
}

/* line 1, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_team.scss */
.team_area {
  /* padding-top: 30px; */
  padding-bottom: 10px;
}

/* line 4, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_team.scss */
.team_area .single_team {
  margin-bottom: 30px;
}

/* line 6, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_team.scss */
.team_area .single_team img {
  overflow: hidden;
  margin-bottom: 5px;
}

/* line 9, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_team.scss */
.team_area .single_team img {
  width: 100%;
  /* height: 50%; */
  /* -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; */
}

/* line 16, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_team.scss */
.team_area .single_team .team_info h3 {
  font-size: 24px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 0;
  font-family: "Lato", sans-serif;
  padding-left: 10px;
}

/* line 22, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_team.scss */
.team_area .single_team .team_info p {
  font-size: 20px;
  font-weight: 400;
  padding-left: 10px;
  color: #333333;
  margin-top: 2px;
  margin-bottom: 8px;
  font-family: "Lato", sans-serif;
}

/* line 30, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_team.scss */
.team_area .single_team .team_info .social_link li {
  display: inline-block;
}

/* line 32, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_team.scss */
.team_area .single_team .team_info .social_link li a {
  font-size: 15px;
  color: #c7c7c7;
  margin: 0 5px;
}

/* line 36, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_team.scss */
.team_area .single_team .team_info .social_link li a:hover {
  color: #ffd35a;
}

/* line 45, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_team.scss */
/* .team_area .single_team:hover .team_thumb img {
  width: 100%;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
} */

/* line 1, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_contact_quote.scss */
.contact_form_quote {
  padding-top: 0px;
  padding-bottom: 100px;
}

/* line 4, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_contact_quote.scss */
.contact_form_quote .form_wrap {
  margin-bottom: 30px;
}

/* line 6, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_contact_quote.scss */
.contact_form_quote .form_wrap h3 {
  font-size: 46px;
  font-weight: 300;
  color: #001d38;
  margin-bottom: 51px;
}

@media (max-width: 767px) {
  /* line 6, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_contact_quote.scss */
  .contact_form_quote .form_wrap h3 {
    font-size: 38px;
  }
}

/* line 16, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_contact_quote.scss */
.contact_form_quote .form_wrap form input,
.contact_form_quote .form_wrap form textarea {
  height: 36px;
  width: 100%;
  border: none;
  border-bottom: 1px solid #e8e8e8;
  font-size: 15px;
  margin-bottom: 30px;
  padding-bottom: 15px;
}

/* line 24, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_contact_quote.scss */
.contact_form_quote .form_wrap form input::placeholder,
.contact_form_quote .form_wrap form textarea::placeholder {
  color: #727272;
  font-weight: 300;
  font-size: 15px;
}

/* line 30, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_contact_quote.scss */
.contact_form_quote .form_wrap form textarea {
  height: 40px !important;
  resize: none;
  margin-top: 70px;
}

/* line 35, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_contact_quote.scss */
.contact_form_quote .form_wrap form button {
  width: 100%;
  text-align: center;
  padding: 13px;
}

/* line 42, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_contact_quote.scss */
.contact_form_quote .contact_thumb {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}

/* line 45, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_contact_quote.scss */
.contact_form_quote .contact_thumb img {
  width: 100%;
}
/* line 97, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_testmonial.scss */
.newsletter_form {
  position: relative;
  margin-bottom: 20px;
}

/* line 100, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_testmonial.scss */
.newsletter_form input {
  width: 100%;
  height: 45px;
  background: #fff;
  padding-left: 20px;
  font-size: 16px;
  color: #000;
  border: none;
}

/* line 108, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_testmonial.scss */
.newsletter_form input::placeholder {
  font-size: 16px;
  color: #919191;
}

/* line 113, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_testmonial.scss */
.newsletter_form button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  border: none;
  font-size: 14px;
  color: #fff;
  background: #a70000;
  padding: 10px;
  padding: 0 22px;
  cursor: pointer;
}

/* line 127, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_testmonial.scss */
.newsletter_text {
  font-size: 16px;
  color: #bababa;
}

/* line 44, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_prise_slider.scss */
body div.ui-slider-range.ui-widget-header {
  background: #f44336;
}

/* line 47, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_prise_slider.scss */
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  background: #2ecaf9 !important;
}

/* line 50, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_prise_slider.scss */
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background: #2ecaf9 !important;
  border-radius: 50%;
  font-size: 21px;
  border: none !important;
  box-shadow: 0 0 7px #306473;
}

/* line 56, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_prise_slider.scss */
.ui-state-default:focus,
.ui-widget-content .ui-state-default:focus,
.ui-widget-header .ui-state-default:focus {
  outline: none;
}

/* line 60, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_prise_slider.scss */
span.ui-slider-handle.ui-corner-all.ui-state-default:focus {
  outline: none;
}

/* service_area */
@media screen and (max-width: 480px) {
  .service_area .service {
    height: 200px;
    width: 300px;
  }
}
@media screen and (max-width: 480px) {
  .service_area .shadowOne {
    height: 200px;
    width: 250px;
  }
}
@media screen and (max-width: 480px) {
  .service_area .shadowTwo {
    height: 200px;
    width: 200px;
  }
}
@media screen and (max-width: 480px) {
  .service_area h1 {
    text-align: left;
  }
}

.service_area h1 {
  text-align: center;
  font-family: "Lato", sans-serif;
  /* margin: 10px auto 10px !important; */
}

.service_area .main {
  width: 300px;
  height: 500px;
  text-align: center;
  position: relative;
  cursor: pointer;
  display: flex;
}
.service_area .service {
  height: 350px;
  background: #f5eee9;
  /* padding:30px; */
  border-radius: 10px;
  position: absolute;
  bottom: 0;
  z-index: 1;
  box-shadow: 0 0 20px -15px #030380;
  transition: transform 0.8s;
}
.service_area .service-logo {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  margin: -90px auto 0%;
  background: #fff;
  border: 18px solid #c8ad7f;
}
.service_area .service p {
  color: #333333;
  font-family: "Lato", sans-serif;
}
.service_area .service-logo img {
  width: 50px;
  margin-top: 20px;
  transition: transform 1s;
}
.service_area .service h4 {
  height: 35px;
  width: 80%;
  background: #f5eee9;
  margin: 50px auto;
  color: #333333;
  position: relative;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
}

.service_area .service h4::after {
  content: "";
  width: 40px;
  height: 30px;
  background: linear-gradient(to right, #fff, #c8ad7f);
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: -1;
  text-transform: uppercase;
}
.service_area .service h4::before {
  content: "";
  width: 40px;
  height: 30px;
  background: linear-gradient(to right, #c8ad7f, #fff);
  position: absolute;
  left: -5px;
  bottom: -5px;
  z-index: -1;
}
.shadowOne {
  height: 200px;
  width: 80%;
  background: #f5eee9;
  position: absolute;
  border-radius: 10px;
  bottom: 0;
  left: 10%;
  z-index: -1;
  box-shadow: 0 0 20px -15px #030380;
  transition: transform 0.8s;
}
.shadowTwo {
  height: 200px;
  width: 64%;
  background: #f5eee9;
  position: absolute;
  border-radius: 10px;
  bottom: 0;
  left: 18%;
  z-index: -2;
}
.service_area .main:hover .service {
  transform: translateY(-50px);
}
.service_area .main:hover .shadowOne {
  transform: translateY(-25px);
}
.service_area .main:hover img {
  transform: rotate(360deg);
}

/* line 112, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_gallery.scss */
.mt-50 {
  margin-top: 50px;
}

@media (max-width: 767px) {
  /* line 112, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_gallery.scss */
  .mt-50 {
    margin-top: 30px;
  }
}

/* line 118, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_gallery.scss */
.mb-50 {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  /* line 118, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_gallery.scss */
  .mb-50 {
    margin-bottom: 30px;
  }
}

/* line 1, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_works.scss */
.works_area {
  /* position: relative; */
  /* padding-top: 20px; */
  /* padding-bottom: 20px; */
  padding-left: 0;
  padding-right: 0;
}
.works_area.ligne {
  column-gap: 0;
}
@media (max-width: 767px) {
  /* line 1, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_works.scss */
  .works_area {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 1, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_works.scss */
  .works_area {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

/* line 14, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_works.scss */
/* .works_area::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 546px;

  content: "";
} */

/* line 24, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_works.scss */

.wp-caption img {
  width: 100%;
}
.wp-caption:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.6) 100%) repeat 0 0; */
  z-index: 1;
}
.wp-caption-text {
  display: block;
  position: absolute;
  width: 50%;
  left: 0;
  bottom: 250px;
  padding: 10px;
  /* font-size:20px; */
  font-weight: 700;
  z-index: 2;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  /* display:inline-block; */
  margin: 18px 80px;
  font-family: "Lato", sans-serif;
  font-size: 30px;
}
.buton {
  display: block;
  position: absolute;
  /* width: 15%; */
  /* left: 550px; */
  bottom: 50px;
  /* z-index: 2; */
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  background-color: #c8ad7f;
  /* text-align: center; */
  font-family: "Lato", sans-serif;
  font-size: 30px;
  font-weight: 700;
}
.card_area .ro {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.photo {
  /* background: #50A7FF; */
  position: relative;
  flex: 1;
  max-width: 800px;
  height: 450px;
  margin: 20px;
  overflow: hidden;
}

.photo img {
  opacity: 1;
  position: relative;
  vertical-align: top;
  transition: 0.6s;
  transition-property: opacity;
}

.photo:hover img {
  opacity: 0.8;
}

.photo .details {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.photo .details h2 {
  text-align: center;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 50px;
  transition: 0.4s;
  transition-property: transform;
  color: #fff;
  font-family: "Lato", sans-serif;
}

.photo:hover .details h2 {
  transform: translateY(-20px);
}

.photo .details p {
  margin: 30px 30px 0 30px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  opacity: 0;
  transition: 0.6s;
  transition-property: opacity, transform;
  color: #fff;
  font-family: "Lato", sans-serif;
}

.photo:hover .details p {
  opacity: 1;
  transform: translateY(-70px);
}

/* Responsive CSS */

@media (max-width: 1080px) {
  .photo {
    flex: 100%;
    max-width: 500px;
    height: 450px;
    margin-bottom: 50px;
  }
}

@media (max-width: 400px) {
  .photo .details p {
    font-size: 12px;
  }
  .photo .details h2 {
    font-size: 25px;
  }
}

@media screen and (max-width: 480px) {
  .works_area {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .works_area .thumb img {
    /* height: 100%; */
    width: 100%;
  }
  .wp-caption-text {
    font-size: 20px;
    bottom: 80px;
  }
  .buton {
    font-size: 10px;
    bottom: 10px;
    left: 100px;
    width: 30%;
    padding-top: 10px;
  }
  /* .wp-caption img {
    /* width: 100%; */
  /* height: 200px; */
  /*} */
}
.container-fluid {
  padding: 0px;
  margin: 0px;
}
.works_area .pict img {
  width: 100%;
}
.works_area .thumb img {
  width: 100%;
  padding: 0;
  margin: 0;
  background-size: cover;
}
.works_area .thumb1 img {
  width: 100%;
}
/* .works_area .thumb:hover img {
  width: 100%;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
} */
.works_area .thumb2 img {
  width: 50%;
}
.works_area h3 {
  text-transform: uppercase;
  font-weight: 700;
  color: #695548;
  font-family: "Lato", sans-serif;
}
p {
  font-size: 20px;
  color: #333333;
  font-family: "Lato", sans-serif;
}
.works_area .thumb2:hover img {
  width: 50%;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
/* line 28, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_works.scss */
.works_area .work_info {
  margin: 20px 0;
}
/* line 30, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_works.scss */
.works_area .work_info h3 {
  font-size: 30px;
  font-weight: 500;
  color: #695548;
  font-family: "Lato", sans-serif;
}
.titre {
  font-size: 30px;
  font-weight: 500;
  color: #695548;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
}

/* line 35, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_works.scss */
.works_area .work_info p {
  color: #333333;
  margin-top: 12px;
  margin-bottom: 20px;
  margin-right: 15px;
  /* margin-right: 40px; */
  text-align: justify;
  font-family: "Lato", sans-serif;
  line-height: 38px;
}
.pl-50 {
  padding-left: 50px;
}
.pb-20 {
  padding-bottom: 20px;
}
/* line 43, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_works.scss */
.pl-68 {
  padding-left: 20px;
}
.pl-50 {
  padding-left: 50px;
}
.pl-200 {
  padding-left: 150px;
}
.pr-50 {
  margin-right: 40px;
}
@media (max-width: 767px) {
  .pl-68 {
    padding-left: 10px;
  }
  .pl-200 {
    padding-left: 0px;
  }
  .pr-50 {
    margin-right: 0;
  }
  .pl-50 {
    padding-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 43, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_works.scss */
  .pl-68 {
    padding-left: 0;
  }
}
.mb-20 {
  margin-bottom: 20px;
}

/* line 52, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_works.scss */
.mb-80 {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  /* line 52, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_works.scss */
  .mb-80 {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 52, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_works.scss */
  .mb-80 {
    margin-bottom: 30px;
  }
}

/* line 1, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_footer.scss */
.footer {
  background-repeat: no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background: #695548;
  margin-top: 0px;
  font-family: "Lato", sans-serif;
}

/* line 7, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_footer.scss */
.footer .footer_top {
  padding-top: 0px;
  /* padding-bottom: 10px; */
}

@media (max-width: 767px) {
  /* line 7, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_footer.scss */
  .footer .footer_top {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  /* line 14, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_footer.scss */
  .footer .footer_top .footer_widget {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 14, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_footer.scss */
  .footer .footer_top .footer_widget {
    margin-bottom: 30px;
  }
}

/* line 21, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget .footer_title {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: "Lato", sans-serif;
}

@media (max-width: 767px) {
  /* line 21, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_footer.scss */
  .footer .footer_top .footer_widget .footer_title {
    margin-bottom: 20px;
  }
}

/* line 31, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget .footer_logo {
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  /* line 31, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_footer.scss */
  .footer .footer_top .footer_widget .footer_logo {
    margin-bottom: 20px;
  }
}

/* line 41, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget p {
  color: #d5d5d5;
  font-size: 13px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  line-height: 28px;
}

/* line 47, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget p a {
  color: #919191;
}

/* line 49, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget p a:hover {
  color: #ffe8c3;
}

/* line 55, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget p.footer_text {
  font-size: 16px;
  color: #b2b2b2;
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 28px;
  font-family: "Lato", sans-serif;
}

/* line 61, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget p.footer_text a.domain {
  color: #b2b2b2;
  font-weight: 400;
  font-family: "Lato", sans-serif;
}

/* line 64, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget p.footer_text a.domain:hover {
  color: #ffe8c3;
  border-bottom: 1px solid #ffe8c3;
}

/* line 70, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget p.footer_text.doanar a {
  font-weight: 500;
  color: #b2b2b2;
}

/* line 74, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget p.footer_text.doanar a:hover {
  color: #ffe8c3;
  border-bottom: 1px solid #ffe8c3;
}

/* line 78, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget p.footer_text.doanar a.first {
  margin-bottom: 10px;
}

/* line 86, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget ul li {
  color: #d5d5d5;
  font-size: 13px;
  line-height: 20px;
  font-family: "Lato", sans-serif;
}

/* line 90, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget ul li a {
  color: #d5d5d5;
  font-weight: 400;
  font-family: "Lato", sans-serif;
}

/* line 93, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget ul li a:hover {
  color: #ffe8c3;
}

/* line 99, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget .newsletter_form {
  position: relative;
  margin-bottom: 10px;
}

/* line 102, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget .newsletter_form input {
  width: 100%;
  height: 50px;
  background: transparent;
  padding-left: 20px;
  font-size: 15px;
  color: #fff;
  border: none;
  border: 1px solid #334a60;
  border-radius: 30px;
  padding-right: 130px;
  font-family: "Lato", sans-serif;
}

/* line 113, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget .newsletter_form input::placeholder {
  font-size: 15px;
  color: #919191;
}

/* line 117, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget .newsletter_form input:focus {
  outline: none;
}

/* line 121, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget .newsletter_form button {
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  border: none;
  font-size: 14px;
  color: #001d38;
  background: #ffe8c3;
  padding: 10px;
  padding: 0 22px;
  cursor: pointer;
  border-radius: 30px;
  top: 5px;
  right: 5px;
  font-size: 14px;
  font-weight: 500;
  font-family: "Lato", sans-serif;
}

/* line 140, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget .newsletter_text {
  font-size: 13px;
  color: #d5d5d5;
  line-height: 24px;
  font-family: "Lato", sans-serif;
}

/* line 147, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_footer.scss */
.footer .copy-right_text {
  padding-bottom: 10px;
  padding-top: 5px;
}

/* line 149, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_footer.scss */
.footer .copy-right_text .footer_border {
  border-top: 1px solid #e8e8e8;
  padding-bottom: 10px;
  font-family: "Lato", sans-serif;
}

/* line 153, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_footer.scss */
.footer .copy-right_text .copy_right {
  font-size: 14px;
  color: #919191;
  margin-bottom: 0;
  font-weight: 400;
}

@media (max-width: 767px) {
  /* line 153, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_footer.scss */
  .footer .copy-right_text .copy_right {
    font-size: 13px;
  }
}

/* line 161, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_footer.scss */
.footer .copy-right_text .copy_right a {
  color: #ffe8c3;
}

/* line 166, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_footer.scss */
.footer .socail_links {
  margin-top: 20px;
}

@media (max-width: 767px) {
  /* line 166, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_footer.scss */
  .footer .socail_links {
    margin-top: 30px;
  }
}

/* line 172, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_footer.scss */
.footer .socail_links ul li {
  display: inline-block;
}

/* line 175, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_footer.scss */
.footer .socail_links ul li a {
  font-size: 15px;
  color: #c3b2f0;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  background: transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 40px !important;
  margin-right: 7px;
  color: #ffffff;
  line-height: 40px !important;
  border: 1px solid #e8e8e8;
  color: #e8e8e8;
}

/* line 190, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_footer.scss */
.footer .socail_links ul li a:hover {
  color: #fff !important;
  background: #ffe8c3;
  border-color: transparent;
}

/* line 200, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_footer.scss */
.footer .query_area .bottom_border {
  padding-top: 50px;
  padding-bottom: 10px;
  border-bottom: 1px solid #334a60;
}

/* line 205, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_footer.scss */
.footer .query_area .query_text {
  margin-bottom: 30px;
}

/* line 207, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_footer.scss */
.footer .query_area .query_text h3 {
  font-size: 30px;
  color: #fff;
  font-weight: 500;
  line-height: 52px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  /* line 207, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_footer.scss */
  .footer .query_area .query_text h3 {
    font-size: 20px;
    line-height: 32px;
  }
}

@media (max-width: 767px) {
  /* line 217, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_footer.scss */
  .footer .query_area .query_text h3 br {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 217, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_footer.scss */
  .footer .query_area .query_text h3 br {
    display: none;
  }
}

/* line 225, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_footer.scss */
.footer .query_area .query_text h3 a {
  color: #ffd35a;
}

/* line 227, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_footer.scss */
.footer .query_area .query_text h3 a:hover {
  text-decoration: underline;
}

/* line 233, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_footer.scss */
.footer .query_area .query_number {
  text-align: right;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  /* line 233, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_footer.scss */
  .footer .query_area .query_number {
    text-align: left;
  }
}

/* line 239, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_footer.scss */
.footer .query_area .query_number h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 8px;
}

/* line 246, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_footer.scss */
.footer .query_area .query_number p a {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}

/*=================== contact banner start ====================*/

/* line 10, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_contact.scss */
.contact-info {
  margin-bottom: 25px;
  font-family: "Lato", sans-serif;
}

/* line 13, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_contact.scss */
.contact-info__icon {
  margin-right: 20px;
}

/* line 16, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_contact.scss */
.contact-info__icon i,
.contact-info__icon span {
  color: #8f9195;
  font-size: 27px;
}

/* line 24, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_contact.scss */
.contact-info .media-body h3 {
  font-size: 16px;
  margin-bottom: 0;
  font-size: 16px;
  color: #2a2a2a;
  font-family: "Lato", sans-serif;
}
.contact-info .media-body h2 {
  font-size: 25px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #2a2a2a;
  font-family: "Lato", sans-serif;
}

/* line 30, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_contact.scss */
.contact-info .media-body h3 a:hover {
  color: #ff5e13;
}

/* line 36, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_contact.scss */
.contact-info .media-body p {
  color: #8a8a8a;
}

/* /////test css ///// */

/* .wrapper {
  /* width: 1170px; */
/* margin: 2% auto; */
/* padding-left: 10%; */
/* margin: 0; 
} */
.single-service {
  position: relative;
  /* width: 40%;
  height: 280px; */
  box-sizing: border-box;
  /* padding: 0 50px; */
  transition: 0.5s;
  overflow: hidden;
  /* float: right; */
  padding: 20px 5px 20px 5px;
  text-align: center;
}
.single-service p {
  color: #3e3e3e;
  font-size: 22px;
  text-align: justify;
  font-weight: 400;
}
.single-service h3 {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  color: #3e3e3e;
}
.social {
  width: 60px;
  height: 60px;
  background: #262626;
  border-radius: 50%;
  margin: 2% auto;
}
.social i {
  font-size: 30px;
  padding: 15px;
  color: #fff;
}

.single-service:hover span {
  left: 110%;
}

@media (max-width: 1000px) {
  .wrapper {
    width: 100%;
    padding-left: 10px;
  }
  .single-service {
    width: 100%;
    margin-bottom: 30px;
    height: auto;
  }
  .wrapper h2 {
    font-size: 25px;
  }
}

/* ////end test css //// */

/*=================== contact banner end ====================*/
/*=================== contact form start ====================*/
/* line 45, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_contact.scss */
.contact-title {
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 20px;
}

/* line 53, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_contact.scss */
.form-contact label {
  font-size: 14px;
}

/* line 57, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_contact.scss */
.form-contact .form-group {
  margin-bottom: 30px;
}

/* line 61, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_contact.scss */
.form-contact .form-control {
  border: 1.5px solid #c09765;
  border-radius: 0px;
  height: 48px;
  padding-left: 18px;
  font-size: 13px;
  background: transparent;
}

/* line 69, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_contact.scss */
.form-contact .form-control:focus {
  outline: 0;
  box-shadow: none;
}

/* line 74, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_contact.scss */
.form-contact .form-control::placeholder {
  font-weight: 300;
  color: #999999;
}

/* line 80, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_contact.scss */
.form-contact textarea {
  border-radius: 0px;
  height: 100% !important;
}

/*=================== contact form end ====================*/
/* Contact Success and error Area css
============================================================================================ */
/* line 97, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_contact.scss */
.modal-message .modal-dialog {
  position: absolute;
  top: 36%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) !important;
  margin: 0px;
  max-width: 500px;
  width: 100%;
}

/* line 106, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_contact.scss */
.modal-message .modal-dialog .modal-content .modal-header {
  text-align: center;
  display: block;
  border-bottom: none;
  padding-top: 50px;
  padding-bottom: 50px;
}

/* line 112, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_contact.scss */
.modal-message .modal-dialog .modal-content .modal-header .close {
  position: absolute;
  right: -15px;
  top: -15px;
  padding: 0px;
  color: #fff;
  opacity: 1;
  cursor: pointer;
}

/* line 121, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_contact.scss */
.modal-message .modal-dialog .modal-content .modal-header h2 {
  display: block;
  text-align: center;
  padding-bottom: 10px;
}

/* line 126, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_contact.scss */
.modal-message .modal-dialog .modal-content .modal-header p {
  display: block;
}

/* line 133, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_contact.scss */
.contact-section {
  padding: 60px 0 10px 0;
}

@media (max-width: 991px) {
  /* line 133, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_contact.scss */
  .contact-section {
    padding: 70px 0 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 133, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_contact.scss */
  .contact-section {
    padding: 80px 0 50px;
  }
}

/* line 141, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_contact.scss */
.contact-section .btn_2 {
  background-color: #191d34;
  padding: 18px 60px;
  border-radius: 50px;
  margin-top: 0;
}

/* line 146, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_contact.scss */
.contact-section .btn_2:hover {
  background-color: #ff5e13;
}

/* line 75, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_elements.scss */
.sample-text-area {
  background: #fff;
  padding: 100px 0 70px 0;
}

/* line 80, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_elements.scss */
.text-heading {
  margin-bottom: 30px;
  font-size: 24px;
}

/* line 85, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_elements.scss */
b,
sup,
sub,
u,
del {
  color: #ff5e13;
}

/* line 93, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_elements.scss */
h1 {
  font-size: 36px;
}

/* line 97, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_elements.scss */
h2 {
  font-size: 30px;
}

/* line 101, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_elements.scss */
h3 {
  font-size: 24px;
}

/* line 105, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_elements.scss */
h4 {
  font-size: 18px;
}

/* line 109, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_elements.scss */
h5 {
  font-size: 16px;
}

/* line 113, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_elements.scss */
h6 {
  font-size: 14px;
}

/* line 117, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_elements.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2em;
}

/* line 127, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_elements.scss */
.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
  color: #828bb2;
}

/* line 1093, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_elements.scss */
.mb-30 {
  margin-bottom: 30px;
}

/* line 1096, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_elements.scss */
.mt-30 {
  margin-top: 30px;
}

/* line 1099, ../../Arafath/CL/Cl November/224. Interior Design/HTML/scss/_elements.scss */
.switch-wrap {
  margin-bottom: 10px;
}
