body {
  background-image: linear-gradient(#ac9574, #ffffff 95%);
  height: 1500px;
}

.landingpage header,
.landingpage2 header {
  width: 100%;
  position: relative;
  color: #fff;
  background-size: cover;
  padding: 60px 0;
}

a {
  text-decoration: none !important;
}

ul {
  list-style: none !important;
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.3em;
  letter-spacing: -0.4px;
  text-decoration: none;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.45);
}

.logo:focus,
.logo:hover {
  color: #fff;
  text-decoration: none;
}

.logo .logo-content {
  text-align: left;
}

.logo img {
  position: relative;
  margin: 0 1em 0 0;
  width: 2em;
}

.flip-clock-wrapper {
  display: flex;
  justify-content: center;
}

.flip-clock-wrapper {
  width: calc(100% - 2em);
}

.flip-clock-wrapper ul {
  width: 40px !important;
  height: 65px !important;
  line-height: 50px !important;
  margin: 3px;
}

.flip-clock-wrapper ul li {
  line-height: 68px !important;
}

.flip-clock-wrapper ul li a div div.inn {
  font-size: 45px !important;
}

.flip-clock-divider {
  height: 80px !important;
}

.flip-clock-dot.bottom {
  bottom: 37px;
}

.flip-clock-dot.top {
  top: 20px !important;
}

form {
  background: #fff;
  padding: 15px;
}

.form-control {
  height: 45px;
}

.sec1 h1,
.sec1 .like-h1 {
  margin-bottom: 15px;
  line-height: 1.3;
  text-align: left;
  padding: 0;
  font-size: 34px;
}

span.down-h1 {
  font-size: 20px;
}

.sec1 .like-h1 span {
  color: #f1d062;
  text-decoration: underline;
}

.sec1 .m6 {
  font-size: 30px;
  color: #929191;
}

.sec1 .col-md-6 .m6::after {
  content: "";
  width: 25%;
  height: 3px;
  background: #f3d46e;
  display: block;
}

ul li {
  margin-bottom: 25px;
}

li h2 {
  font-weight: bold;
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
}

li p {
  line-height: 1.8;
  color: #555;
  text-align: justify;
}

.carousel-indicators {
  bottom: -40px;
  margin-bottom: 0;
}

.carousel-control.left,
.carousel-control.right {
  background: none;
}

.carousel-control {
  width: auto;
  color: #ac9574;
}

.carousel-inner {
  width: 80%;
  margin: auto;
  min-height: 150px;
}

.carousel-indicators .active {
  background-color: #ac9574;
}

.carousel-indicators li {
  background-color: rgb(214, 202, 186);
}

.sec1 {
  overflow: hidden;
  clear: both;
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}

.sec2 {
  overflow: hidden;
  clear: both;
  margin-top: 150px;
}

.sec2 > div {
  text-align: center;
}

.slick-next {
  right: -30px !important;
}

.slick-prev {
  left: -30px !important;
}
.slick-next:before {
  content: "\f054";
  font-family: 'Font Awesome 5 Pro';
}
.slick-prev:before {
  content: "\f053";
  font-family: 'Font Awesome 5 Pro';
}

.slick-prev,
.slick-next {
  color: #fff !important;
  background: #c6a224 !important;
  height: 30px;
  width: 30px;
  border-radius: 50%;
}

.slick-initialized .slick-slide {
  outline: none;
}

.item p {
  width: 80%;
  margin: 65px auto;
}

.text-center {
  text-align: center;
}

.slick-slide {
  height: auto !important;
}

.content-box {
  position: fixed;
  top: 150px;
  bottom: 0;
  right: 0;
  max-height: 70px;
  overflow: auto;
  padding: 5px;
  background: #fff;
  border-radius: 8px 0px 0px 8px;
  box-shadow: 0px 2px 12px 1px rgba(50, 50, 50, 0.4);
  z-index: 150;
  text-align: center;
  font-size: 13px;
}

.content-box a {
  text-decoration: none;
  color: #333;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.content-box i {
  color: #ffdc0f;
}

#badgeschema {
  background: #107b3e;
  text-align: center;
  padding: 25px;
  margin-bottom: 20px;
  color: #fff;
}

#badgeschema b {
  font-size: 20px;
}

.top_header {
  height: 45px;
}

.top_header,
.top_header .contact_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top_header .socials-links {
  display: flex;
  align-items: center;
}

.top_header .contact_top > p {
  margin-right: 20px;
  color: #333;
}

.top_header .socials-links > a {
  margin: auto 15px;
  text-decoration: none;
  color: #333;
}

.header-video .video {
  height: 300px;
  width: 560px;
}

.mytext h3,
.mytext h2 {
  margin-bottom: 15px !important;
}

.mytext > div:not(.info_text) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-image: linear-gradient(#f1f1f1, #ffffff 95%);
  border-top: 1px solid #d9d9d9;
  padding: 20px;
}

.mytext > div:nth-of-type(odd):not(.info_text) {
  flex-direction: row-reverse;
}

.mytext > div:not(.info_text) > p {
  width: 55%;
}

.mytext > div:not(.info_text) .img_text {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 43%;
  flex-direction: column;
}

.img_text img {
  width: 100%;
  height: 350px;
  margin-bottom: 15px;
  object-fit: cover;
}

.info_text {
  text-align: center;
  box-sizing: border-box;
  width: 100% !important;
  padding: 25px;
  margin-bottom: 20px;
  background-image: -webkit-linear-gradient(#dedede, #e0dfdd);
  background-image: -o-linear-gradient(#dedede, #e0dfdd);
  background-image: linear-gradient(#dedede, #e0dfdd);
}

.info_text > div {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  padding: 10px;
  background: #fff;
}

.info_text > div > div > p {
  margin-bottom: 10px !important;
  margin-top: 10px !important;
}

.info_text table {
  text-align: right;
}

.info_text td {
  padding: 5px 15px;
}

.info_text i {
  position: relative;
  top: 2px;
}

.swiper-wrapper {
  margin-bottom: 55px !important;
  height: auto !important;
}

.swiper-slide {
  height: auto !important;
  margin-bottom: 25px;
}

.mytext {
  text-align: justify;
}

/** page hoome **/
.container.text_parent {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.text_acc {
  width: 49%;
  margin-bottom: 20px;
  box-shadow: 0px 3px 20px 0 rgba(0, 0, 0, 0.1);
}

.text_acc > * {
  margin: 15px !important;
  padding: 15px !important;
  text-align: justify;
}

.text_acc > div {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.text_acc > div img {
  object-fit: cover;
  width: 48%;
  height: 180px;
}

.sec1 .col-md-6 {
  width: 50%;
}

.sec1 .col-md-5 {
  width: 40%;
}

.swiper-container {
  text-align: center;
}

h2.section-title {
  font-size: 30px;
}

h2.section-title:after {
  content: "";
  width: 60px;
  height: 3px;
  background: #f3d46e;
  display: block;
  text-align: center;
  margin: auto;
}

.landingpage #header:before,
.landingpage2 #header:before {
  background: none !important;
}

.form-group button {
  width: 100% !important;
  border-radius: 0 !important;
}

.rating {
  justify-content: center;
}

#navigation:after {
  display: none;
}

.clock {
  display: flex;
  justify-content: space-around;
}

.clock div {
  text-align: center;
}

.clock p {
  padding: 15px;
  background: #f1d062;
  color: #fff;
  min-width: 65px;
  text-align: center;
  font-size: 20px;
  margin-bottom: 0;
}

.clock span {
  background: black;
  display: block;
  color: white;
  padding: 5px;
}

#contact-form {
  margin: 35px 5px !important;
  box-shadow: 0px 0px 13px 0px rgb(224 222 216);
}

@media only screen and (min-width: 976px) {
  #main {
    padding: 12em 0 0;
  }

  .landingpage #header,
  .landingpage2 #header {
    height: 120px;
  }

  #navigation > .container {
    align-items: baseline;
  }
}

@media only screen and (max-width: 768px) {
  #main {
    padding: 15em 0 0;
  }

  .mytext > div {
    flex-direction: column;
  }

  .mytext > div .img_text,
  .mytext > div > p {
    width: 100%;
  }

  .mytext > div {
    flex-direction: column-reverse !important;
  }

  .sec1 {
    flex-direction: column;
  }

  .sec1 > div {
    width: 100% !important;
  }

  .sec1 > ul {
    padding-left: 20px;
  }

  .swiper-container {
    height: auto !important;
  }

  .swiper-wrapper {
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 35px;
    width: calc(100% - 70px) !important;
  }

  .swiper-slide {
    width: 18% !important;
  }

  .swiper-slide img {
    width: 100% !important;
  }

  .sec2 {
    margin-top: 70px;
  }

  .sec1 .col-md-5 {
    border-top: 1px dashed #ccc;
    margin-top: 30px;
    padding-top: 30px;
  }
}

@media only screen and (max-width: 640px) {
  .top_header {
    height: auto;
  }

  .top_header {
    flex-direction: column;
  }

  .top_header .contact_top {
    font-size: 13px;
    justify-content: space-between;
    width: 100%;
  }

  .top_header .contact_top > p {
    margin: 0;
  }

  .top_header .socials-links {
    margin: 5px;
  }

  .header-video .video {
    width: 100%;
    height: auto;
  }

  #main {
    padding: 10em 0 0;
  }

  .mytext > div {
    flex-direction: column;
  }

  .mytext > div .img_text,
  .mytext > div > p {
    width: 100%;
  }

  .mytext > div {
    flex-direction: column-reverse !important;
  }

  .item p {
    width: 90%;
    margin: 25px auto;
    text-align: justify;
    font-size: 12px;
  }

  .slick-next {
    right: -20px !important;
  }

  .slick-prev {
    left: -20px !important;
  }
}

@media (max-width: 448px) {
  .mytext p {
    column-count: 1;
  }

  .img_text img {
    width: 100%;
    height: 250px;
    margin-bottom: 10px;
    object-fit: cover;
  }

  .text_acc {
    width: 100%;
  }

  .text_acc > div img {
    width: 100%;
    margin-bottom: 10px;
  }

  .clock p {
    padding: 1px;
    min-width: 45px;
    font-size: 24px;
  }

  .swiper-slide {
    width: 45% !important;
  }

  .sec1 h1 {
    font-size: 26px;
  }

  .sec1 h2 {
    font-size: 24px;
  }
}

#imagefile {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 999;
}
div#image_preview > .fa-plus {
  color: #e4e6f2;
  font-size: 36px;
  position: absolute;
  top: 50%;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  z-index: 9;
}

#image_preview {
  display: block;
  border: 1px solid #ddd;
  min-height: 7em;
  text-align: center;
  padding: 5px;
  margin-bottom: 30px;
  position: relative;
}

form .a_btn {
  border: 0;
  padding: 15px 25px;
  width: 100%;
}

button#btn_sub {
  background: #f2d572;
}

.content-holder-sec .top-sec {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
}

.content-holder-sec p {
  text-align: justify;
}

.sec-2 {
  margin: 5em 0 4em;
}

.content-box {
  position: fixed;
  top: 150px;
  bottom: 0;
  right: 0;
  max-height: 70px;
  overflow: auto;
  padding: 5px;
  background: #fff;
  border-radius: 8px 0px 0px 8px;
  box-shadow: 0px 2px 12px 1px rgba(50, 50, 50, 0.4);
  z-index: 9999;
  text-align: center;
  font-size: 13px;
}

.content-box a {
  text-decoration: none;
  color: #333;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.content-box i {
  color: #ffdc0f;
}

#badgeschema {
  background: #107b3e;
  text-align: center;
  padding: 25px;
  margin-bottom: 20px;
  color: #fff;
}

#badgeschema b {
  font-size: 20px;
}

.top_header {
  height: 45px;
}

.top_header,
.top_header .contact_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top_header .socials-links {
  display: flex;
  align-items: center;
}

.top_header .contact_top > p {
  margin-right: 20px;
  color: #333;
}

.top_header .socials-links > a {
  margin: auto 15px;
  text-decoration: none;
  color: #333;
}

.header-video .video {
  height: 300px;
  width: 560px;
}

.mytext h3,
.mytext h2 {
  margin-bottom: 15px !important;
}

.mytext > div:not(.info_text) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-image: linear-gradient(#f1f1f1, #ffffff 95%);
  border-top: 1px solid #d9d9d9;
  padding: 20px;
}

.mytext > div:nth-of-type(odd):not(.info_text) {
  flex-direction: row-reverse;
}

.mytext > div:not(.info_text) > p {
  width: 55%;
}

.mytext > div:not(.info_text) .img_text {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 43%;
  flex-direction: column;
}

.img_text img {
  width: 100%;
  height: 350px;
  margin-bottom: 15px;
  object-fit: cover;
}

.info_text {
  text-align: center;
  box-sizing: border-box;
  width: 100% !important;
  padding: 25px;
  margin-bottom: 20px;
  background-image: -webkit-linear-gradient(#dedede, #e0dfdd);
  background-image: -o-linear-gradient(#dedede, #e0dfdd);
  background-image: linear-gradient(#dedede, #e0dfdd);
}

.info_text > div {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  padding: 10px;
  background: #fff;
}

.info_text > div > div > p {
  margin-bottom: 10px !important;
  margin-top: 10px !important;
}

.info_text table {
  text-align: right;
}

.info_text td {
  padding: 5px 15px;
}

.info_text i {
  position: relative;
  top: 2px;
}

@media only screen and (min-width: 976px) {
  #main {
    padding: 12em 0 0;
  }
}

@media only screen and (max-width: 768px) {
  #main {
    padding: 15em 0 0;
  }

  .mytext > div {
    flex-direction: column;
  }

  .mytext > div .img_text,
  .mytext > div > p {
    width: 100%;
  }

  .mytext > div {
    flex-direction: column-reverse !important;
  }
}

@media only screen and (max-width: 640px) {
  .top_header {
    height: auto;
  }

  .top_header {
    flex-direction: column;
  }

  .top_header .contact_top {
    font-size: 13px;
    justify-content: space-between;
    width: 100%;
  }

  .top_header .contact_top > p {
    margin: 0;
  }

  .top_header .socials-links {
    margin: 5px;
  }

  .header-video .video {
    width: 100%;
    height: auto;
  }

  #main {
    padding: 10em 0 0;
  }

  .mytext > div {
    flex-direction: column;
  }

  .mytext > div .img_text,
  .mytext > div > p {
    width: 100%;
  }

  .mytext > div {
    flex-direction: column-reverse !important;
  }
}

.mytext {
  text-align: justify;
}

/** page hoome **/
.container.text_parent {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.text_acc {
  width: 49%;
  margin-bottom: 20px;
  box-shadow: 0px 3px 20px 0 rgba(0, 0, 0, 0.1);
}

.text_acc > * {
  margin: 15px !important;
  padding: 15px !important;
  text-align: justify;
}

.text_acc > div {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: calc(100% - 60px);
}

.text_acc > div a {
  object-fit: cover;
  width: 48%;
  height: 180px;
}

@media (max-width: 448px) {
  .mytext p {
    column-count: 1;
  }

  .img_text img {
    width: 100%;
    height: 250px;
    margin-bottom: 10px;
    object-fit: cover;
  }

  .text_acc {
    width: 100%;
  }

  .text_acc > div img {
    width: 100%;
    margin-bottom: 10px;
  }

  .info_text > div,
  .text_acc > div {
    flex-direction: column;
  }

  .text_acc > div a {
    width: 100%;
    margin-bottom: 15px;
  }

  .mytext > div:not(.info_text) .img_text,
  .mytext > div:not(.info_text) > p {
    width: 100%;
  }
}

/* =============New CSS================== */
section.sec-0 {
  margin-top: 25px;
  display: inline-block;
  width: 100%;
  text-align: center;
}

.content-above-holder {
  max-width: 70%;
  margin: 0 auto;
}

section.sec-0 .content-above-holder img {
  max-width: 100%;
}

.above-the-form {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 17 px;
}

.above-the-form .devi-grat {
  font-size: 32px;
  font-family: "Roboto Slab";
  color: rgb(38, 37, 33);
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: left;
}

.above-the-form .devi-grat span {
  color: #d8b02f;
}

.above-the-form .repond {
  font-size: 18px;
  font-family: "Poppins";
  color: rgb(255, 255, 255);
  font-weight: 500;
  line-height: 1.365;
  border-radius: 29px;
  padding: 12px 19px;
  background-color: rgb(216, 176, 47);
}

.above-the-form .repond span {
  color: rgb(38, 37, 33);
  font-weight: 700;
}

/*.form-landing-page .flex_div .form-group input,
.form-landing-page .form-group textarea,
.form-landing-page #image_preview,
.form-landing-page .select2-container--default .select2-selection--single {
  border: solid 1px #e4e6f2 !important;
  background-color: #fff;
}*/

.form-group textarea {
  min-height: 140px;
}

.form-landing-page select#region {
  border: solid 1px #e4e6f2 !important;
  background-color: #fff;
  height: 55px;
  width: 100%;
  margin-bottom: 40px;
}
.form-landing-page select#source {
  border: solid 1px #e4e6f2 !important;
  background-color: #fff;
  height: 55px;
  width: 100%;
  margin-bottom: 18px;
}
.form-landing-page .form-group label {
  font-family: "Roboto Slab";
  color: #000;
  font-weight: 500;
  font-size: 14px;
}

#image_preview {
  min-height: 3.3em;
}

.form-landing-page button#btn_sub {
  font-family: "Roboto Slab";
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  background-color: #d8af2f;
}

.form-landing-page input[type="checkbox"] {
  border: solid 0.5px #d8af2f;
}

.form-landing-page .form-group label.required:after {
  color: #eb966f;
}

.engage-section-holder {
  padding-right: 15px;
}

.engage-section-holder .engage-title-block span.top-title {
  font-size: 16px;
  font-family: "Poppins";
  color: rgb(216, 176, 47);
  text-transform: uppercase;
  line-height: 2.064;
  text-align: left;
  letter-spacing: 3px;
  margin-bottom: 10px;
}

.engage-section-holder .engage-title-block .title-all {
  font-size: 32px;
  font-family: "Roboto Slab";
  color: rgb(38, 37, 33);
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 1.229;
  text-align: left;
  text-transform: capitalize;
  margin-bottom: 27px;
}

.engage-section-holder .engage-content-block .en-t {
  font-family: "Roboto Slab";
  color: rgb(38, 37, 33);
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 10px;
}

.engage-section-holder .engage-content-block .en-t i {
  color: #53bd41;
}

.engage-section-holder .engage-content-block ul {
  list-style: none;
  padding: 0;
}

.engage-section-holder .engage-content-block ul li {
  color: #55544d;
  font-family: "Poppins";
  display: flex;
}

.engage-section-holder .engage-content-block ul li div {
  text-align: justify;
}

.engage-section-holder .engage-content-block ul li i {
  color: rgb(216, 176, 47);
  font-weight: 800;
  margin-right: 5px;
}

.engage-section-holder .engage-content-block .flag-block {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  margin-bottom: 15px;
}

.engage-section-holder .engage-content-block .flag-block .right {
  text-align: left;
}

.engage-section-holder .engage-content-block .flag-block .left {
  text-align: right;
  padding-right: 20px;
}

.engage-section-holder .engage-content-block .flag-block .left img {
  max-width: 100%;
}

.engage-section-holder .engage-content-block img.map {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 15px;
}

.engage-section-holder .engage-content-block .flag-block .right p {
  font-size: 14px;
  font-family: "Poppins";
  color: rgb(38, 37, 33);
  text-transform: uppercase;
  line-height: 20px;
  text-align: left;
  font-weight: 500;
  text-align: justify;
  margin-bottom: 0;
}

.block-t-all {
  width: 100%;
  display: inline-block;
  text-align: left;
}

.section-title-new {
  font-size: 26px;
  font-family: "Roboto Slab";
  color: rgb(38, 37, 33);
  font-weight: bold;
  line-height: 1.229;
  margin-bottom: 40px !important;
}

.above-section-t {
  font-size: 16px;
  font-family: "Poppins";
  color: rgb(216, 176, 47);
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 10px !important;
  display: inline-block;
}

.cntr {
  text-align: center;
  width: 57%;
  margin: 0 auto;
}

@media (max-width: 1200px) and (min-width: 768px) {
  .form-landing-page .form-group label {
    font-size: 11px;
  }
}

@media (max-width: 991px) {
  .cntr {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .btn-get-dev {
    display: inline-block !important;
    width: 100%;
    margin-bottom: 20px;
  }
  .btn-get-dev a {
    font-family: poppins;
    border-radius: 44px;
    text-transform: uppercase;
    font-weight: 600;
    background-color: #cea31a;
    color: #fff;
    font-size: 11px;
    padding: 9px 17px;
    margin-bottom: 5px;
  }
  .block-t-all {
    margin-top: 15px;
  }
  .engage-section-holder .engage-content-block img.map {
    width: 100%;
  }
  .engage-section-holder {
    padding: 0;
  }
  .above-the-form .devi-grat {
    font-size: 20px;
  }
  .above-the-form .repond {
    font-size: 17px;
  }
  .content-above-holder {
    width: 100% !important;
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .engage-section-holder .engage-content-block .flag-block .right p {
    font-size: 11px;
  }
  .above-section-t {
    font-size: 14px;
  }
  .section-title-new {
    font-size: 18px;
  }
}
.cntr-b {
  text-align: center;
}

/* --------grid--------- */

/* grid view */
.new {
  padding: 20px;
  display: grid !important;
  grid-gap: 20px;
  grid-auto-rows: 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-flow: dense;
  counter-reset: albumList;
  width: 100% !important;
}

.new a {
  position: relative;
  background: #ccc;
  display: flex;
  width: 100%;
  margin: 0 !important;
}

.new a img {
  object-fit: cover;
  width: 100% !important;
  height: 100%;
}

@media screen and (min-width: 1023px) {
  /* 1024+ */
  .new {
    grid-template-columns: repeat(4, 1fr);
  }

  .new a:nth-child(10n + 1),
  .new a:nth-child(10n + 10) {
    grid-row: span 2;
    grid-column: span 2;
    width: 100%;
  }

  .new a:nth-child(10n + 8) {
    grid-column: 1;
  }

  .new a:nth-child(10n + 9) {
    grid-column: 2;
  }
}

@media (max-width: 1023px) {
  .new {
    margin: 0 !important;
    padding: 0px !important;
    max-width: 100% !important;
    display: flex !important;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .new a {
    width: 30% !important;
  }
}

@media (max-width: 768px) {
  .new a {
    width: 48% !important;
  }
}

@media (max-width: 600px) {
  .new a {
    width: 100% !important;
    padding: 0 15px !important;
    background: transparent !important;
  }
}

/* ======================== */
.links-middle-holder {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.links-middle-holder a {
  width: 24%;
  margin-bottom: 2%;
}

.links-middle-holder a img {
  max-width: 100%;
}

@media (max-width: 768px) {
  .links-middle-holder a {
    width: 32%;
  }

  .links-middle-holder {
    justify-content: center;
  }

  .links-middle-holder a:nth-child(1n) {
    margin-left: 0%;
    margin-right: 0%;
  }

  .links-middle-holder a:nth-child(2n) {
    margin-left: 2%;
    margin-right: 2%;
  }

  .links-middle-holder a:nth-child(3n) {
    margin-left: 0%;
    margin-right: 0%;
  }

  .links-middle-holder a:nth-child(4n) {
    margin-left: 0%;
    margin-right: 0%;
  }

  .links-middle-holder a:nth-child(5n) {
    margin-left: 2%;
    margin-right: 2%;
  }

  .links-middle-holder a:nth-child(6n) {
    margin-left: 0%;
    margin-right: 0%;
  }

  .links-middle-holder a:nth-child(7n) {
    margin-right: 1%;
  }

  .links-middle-holder a:nth-child(8n) {
    margin-left: 10%;
  }
}

@media (max-width: 600px) {
  .links-middle-holder a {
    width: 48%;
    margin: 1% !important;
  }

  .links-middle-holder {
    justify-content: space-between !important;
  }
}

@media (max-width: 400px) {
  .links-middle-holder a {
    width: 100%;
  }
}

/* ----------- */
.blocs-centect-holder {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.blocs-centect-holder .block-info {
  box-shadow: 0px 0px 13px 0px rgb(224, 222, 216);
  width: 24%;
  margin-bottom: 25px;
}

.blocs-centect-holder .block-info .bloc-t {
  min-height: 156px;
  padding: 15px 10px;
}

.blocs-centect-holder .block-info a {
  font-size: 20px;
  font-family: "Roboto Slab";
  color: rgb(38, 37, 33);
  font-weight: bold;
  line-height: 1.2;
  text-transform: capitalize;
  margin-bottom: 10px;
  display: inline-block;
  letter-spacing: 1px;
}

.blocs-centect-holder .block-info a span {
  color: #c6a224;
  text-transform: capitalize;
}

.blocs-centect-holder .block-info p {
  font-size: 13px;
  font-family: "Poppins";
  color: rgb(156, 152, 140);
  line-height: 1.5;
  text-align: justify;
}

.blocs-centect-holder .block-info img {
  max-width: 100%;
}

@media (max-width: 1200px) {
  .blocs-centect-holder .block-info a {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .blocs-centect-holder .block-info {
    width: 32%;
  }

  .blocs-centect-holder {
    justify-content: center;
  }

  .blocs-centect-holder .block-info:nth-child(1n) {
    margin-left: 0%;
    margin-right: 0%;
  }

  .blocs-centect-holder .block-info:nth-child(2n) {
    margin-left: 2%;
    margin-right: 2%;
  }

  .blocs-centect-holder .block-info:nth-child(3n) {
    margin-left: 0%;
    margin-right: 0%;
  }

  .blocs-centect-holder .block-info:nth-child(4n) {
    margin-left: 0%;
    margin-right: 0%;
  }

  .blocs-centect-holder .block-info:nth-child(5n) {
    margin-left: 2%;
    margin-right: 2%;
  }

  .blocs-centect-holder .block-info:nth-child(6n) {
    margin-left: 0%;
    margin-right: 0%;
  }

  .blocs-centect-holder .block-info:nth-child(7n) {
    margin-right: 1%;
  }

  .blocs-centect-holder .block-info:nth-child(8n) {
    margin-left: 10%;
  }
}

@media (max-width: 600px) {
  .blocs-centect-holder .block-info {
    width: 48%;
    margin: 1% !important;
  }

  .blocs-centect-holder {
    justify-content: space-between !important;
  }
}

@media (max-width: 400px) {
  .blocs-centect-holder .block-info {
    width: 100%;
  }
}

/* --------------------------- */
.sec-3,
.sec-5 {
  margin-bottom: 4em;
}

.sec-5 img {
  max-width: 100%;
  object-fit: cover;
  object-position: center top;
  border-radius: 0 74px;
}
p.pold {
  font-weight: 600 !important;
}
.sec-5 p {
  font-size: 15px;
  font-family: "Poppins";
  color: rgb(108, 107, 100);
  line-height: 1.5;
  text-align: justify;
  font-weight: 400;
}

/* ================= */
.sec2 {
  margin-bottom: 4em;
}

.rate {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 3px 15.98px 1.02px rgb(234, 234, 251);
  border-radius: 11px;
  margin: 0 auto;
  width: fit-content;
  height: 100%;
}

.rate .total-rate {
  font-size: 50px;
  font-weight: 700;
  font-family: "Roboto Slab";
  text-align: center;
  background: #c6a224;
  padding: 30px 43px;
  color: #fff;
  height: 100%;
  border-radius: 11px 0 0 11px;
}

.rate .icon-rate {
  padding: 0 20px;
}

.rate .icon-rate i {
  color: #c6a224;
}

.rate p {
  font-size: 15px;
  font-family: "Poppins";
  color: rgb(108, 107, 100);
  line-height: 2.181;
  text-align: center;
}

.rivews-all {
  margin-top: 30px;
}

.rivews-all .item {
  padding: 0 5px;
}

.rivews-all .item .rev-co {
  padding: 23px 44px 19px 60px;
  position: relative;
  border: solid 1px #e8e8e1;
}
.center-div {
  margin: 0 auto;
}
.rivews-all .item i {
  position: absolute;
  left: 8px;
  top: 27px;
  color: #c6a224;
  border: solid 1px #c6a224;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  height: 40px;
  width: 40px;
}

.rivews-all .item p {
  font-size: 13px;
  font-family: "Poppins";
  color: rgb(156, 152, 140);
  line-height: 1.5;
  text-align: justify;
  margin: 0;
  margin-bottom: 10px;
  width: 100%;
}

.name-writer {
  text-align: left;
}

.sec-5 {
  margin-bottom: 4em;
}
@media (max-width: 600px) {
  .rate .total-rate {
    font-size: 32px;
  }
}

/* =============================== */

.devi-mesure {
  background-image: url("/images/Color-Fill-2.jpeg");
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 35px 0;
  border-radius: 0 50px;
}

.landing2.devi-mesure p,
.landing2.devi-mesure .devi-t,
.landing2.devi-mesure a {
  z-index: 9999;
}

.landing2.devi-mesure {
  background-image: url("/images/escalier/escalier-04-full.png");
  background-position: bottom;
  position: relative;
  overflow: hidden;
}

.devi-mesure .devi-t {
  font-size: 33px;
  font-family: "Roboto Slab";
  color: rgb(255, 255, 255);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 2.958;
  letter-spacing: 2px;
}

.devi-mesure p {
  font-size: 16px;
  font-family: "Poppins";
  color: rgb(255, 255, 255);
  line-height: 1.813;
  text-align: center;
  max-width: 90%;
  margin-bottom: 33px;
}

.devi-mesure a {
  font-size: 18px;
  font-family: "Roboto Slab";
  color: rgb(255, 255, 255) !important;
  font-weight: bold;
  text-transform: uppercase;
  background: #c6a224;
  border-radius: 46px;
  padding: 14px 24px;
}

.landingpage header#header,
.landingpage2 header#header {
  height: 100%;
  /* animation: slidBg 16s linear infinite 0s; */
  /* animation-timing-function: ease-in-out; */
  /* background-image: url(/images/Slider/slider-01.jpg); */
  background-size: cover;
  padding: 0 !important;
  background: transparent !important;
}
/* @keyframes slidBg {
  0% {
    background-image: url(/images/Slider/slider-01.jpg);
  }
  25% {
    background-image: url(/images/Slider/slider-02.jpg);
  }
  50% {
    background-image: url(/images/Slider/slider-03.jpg);
  }
  75% {
    background-image: url(/images/Slider/slider-04.jpg);
  }
  100% {
    background-image: url(/images/Slider/slider-03.jpg);
  }
} */

.landingpage #navigation,
.landingpage2 #navigation {
  padding: 2.5em 0 0em !important;
}

.landingpage #navigation ul#menu,
.landingpage2 #navigation ul#menu {
  margin: 0 !important;
}

/*.landingpage #navigation ul li {
  margin: 0 11px !important;
  padding: 0 !important;
}

.landingpage #navigation ul li a {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 15px;
  font-family: "poppins";
}*/

.landingpage #navigation ul li,
.landingpage2 #navigation ul li {
  margin: 0 0.4em;
}

.landingpage #navigation ul li a,
.landingpage2 #navigation ul li a {
  height: auto;
  line-height: 1.15;
  padding: 5px 0;
}

.landingpage #navigation ul#menu > li:hover > a:after,
.landingpage2 #navigation ul#menu > li:hover > a:after {
  bottom: -20px;
}

.landingpage #navigation ul li .submenu,
.landingpage2 #navigation ul li .submenu {
  left: 20%;
}

.landingpage #navigation ul#menu li:last-child,
.landingpage2 #navigation ul#menu li:last-child {
  margin-right: 0;
}

.logo {
  margin: 0 !important;
}

.landingpage #navigation > .container,
.landingpage2 #navigation > .container {
  align-items: center;
}

.abov-banner {
  font-size: 20px;
  font-family: "Poppins";
  color: rgb(254, 254, 254);
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: left;
}
.banner-content {
  width: 58%;
  border: solid 3px #cea31a;
  padding: 28px 20px;
  padding-left: 50px;
  position: relative;
  background-color: rgba(0, 0, 0, 0.424);
  box-sizing: border-box;
}
.banner-content::before,
.banner-content::after {
  content: "";
  background-color: rgb(0 0 0 / 73%);
  z-index: 999;
  width: 3px;
  height: 184px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.banner-content::before {
  left: -3px;
}
.banner-content::after {
  right: -3px;
}
.banner-content .bold-t {
  font-size: 55px;
  font-family: "Roboto Slab";
  color: rgb(255, 205, 42);
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: left;
  margin: 15px 0;
}

.banner-content .normal-t {
  font-size: 40px;
  font-family: "Roboto Slab";
  color: rgb(255, 255, 255);
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
}

.banner-content a.dev,
.banner-content a.cal {
  padding: 13px 26px;
  font-family: poppins;
  font-size: 17px;
  border-radius: 44px;
  text-transform: uppercase;
  font-weight: 600;
  margin-right: 15px;
}

hr.head {
  margin: 0;
}

section#banner-holder {
  padding: 75px 0 !important;
}

.banner-content a.dev {
  background-color: #cea31a;
  color: #fff;
}

.banner-content a.cal {
  background-color: #fff;
  border: solid 1px #cea31a;
  color: #262521 !important;
}

.banner-content a.cal i {
  color: #cea31a;
}

.top_header .contact_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  width: 100% !important;
}

.top_header .phone-mail-older {
  display: flex;
  justify-content: flex-end;
}

.top_header .society-phone {
  margin-right: 21px;
}

.top_header a,
.top_header {
  font-size: 19px;
  font-family: "poppins";
  color: rgb(38, 37, 33) !important;
}

.top_header i {
  color: #c69c14;
  margin-right: 5px;
}

.banner-content p {
  font-family: "poppins";
  margin-bottom: 40px;
  margin-top: 20px;
  color: #fff;
}

@media (max-width: 991px) {
  .banner-content,
  .abov-banner,
  .banner-content .bold-t,
  .banner-content .normal-t {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .top_header {
    height: 80px !important;
    justify-content: center !important;
  }

  .top_header .contact_top,
  .top_header .phone-mail-older {
    align-items: center !important;
    justify-content: center !important;
    flex-direction: column !important;
  }
  .top_header .society-phone {
    margin-right: 0;
  }
  .abov-banner {
    font-size: 15px;
  }

  .banner-content .bold-t {
    font-size: 42px;
  }

  .banner-content .normal-t {
    font-size: 30px;
  }

  .banner-content a.dev,
  .banner-content a.cal {
    font-size: 13px;
    padding: 10px 20px;
  }
  .banner-content {
    border: solid 3px #cea31a;
    padding: 22px 20px;
    position: relative;
    background-color: rgba(0, 0, 0, 0.424);
  }
}

@media (max-width: 600px) {
  .landingpage header#header,
  .landingpage-2 header#header,
  .image-bottom.initial {
    background-position: center center !important;
  }
  .top_header a,
  .top_header {
    font-size: 15px;
  }
}
@media (max-width: 500px) {
  .devi-mesure .devi-t {
    font-size: 23px;
  }
  .devi-mesure p {
    font-size: 14px;
    text-align: justify;
    text-align-last: center;
  }
  .devi-mesure a {
    font-size: 12px;
  }
  .abov-banner {
    font-size: 13px;
  }

  .banner-content .bold-t {
    font-size: 25px;
  }

  .banner-content .normal-t {
    font-size: 28px;
  }

  .banner-content a.dev,
  .banner-content a.cal {
    font-size: 11px;
    padding: 10px 10px;
    margin-bottom: 5px;
  }

  .btn-banne {
    display: flex;
    flex-direction: row;
    width: fit-content;
    margin: 0 auto;
  }
  .top_header a,
  .top_header {
    font-size: 15px;
  }
  section#banner-holder {
    padding: 25px 0px !important;
    display: inline-block;
    width: 100%;
  }
  .content-above-holder {
    max-width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 400px) {
  .banner-content a.dev,
  .banner-content a.cal {
    font-size: 10px;
    padding: 10px 9px;
    margin-bottom: 5px;
  }
}
/* ========== */
.slick-prev:before,
.slick-next:before {
  color: #fff !important;
  font-size: 14px;
}

.t-foo {
  font-size: 22px;
  font-family: "Roboto Slab";
  color: rgb(65, 56, 18);
  font-weight: 600;
  margin: 11px 0px;
}

p.society-map {
  font-size: 16px;
  font-family: "Roboto Slab";
  color: rgb(65, 56, 18);
  font-weight: 600;
}
.other-views {
  width: 100;
  float: right;
  margin-top: 10px;
}
.other-views a {
  font-size: 15px;
  font-family: "Montserrat";
  color: rgb(38, 37, 33);
  line-height: 1.2;
  position: relative;
  font-weight: 500;
}
.other-views a::before {
  content: "";
  background: #c6a224;
  width: 19px;
  height: 2px;
  position: absolute;
  left: -27px;
  top: 50%;
  transform: translateY(-50%);
}
.content-box {
  max-height: 83px !important;
}
@media (max-width: 500px) {
  .container,
  .container-flex {
    padding: 0 14px !important;
  }
}

#previewing {
  margin-top: 5px;
  text-align: left;
}

#previewing .file-bloc {
  display: inline-block;
  position: relative;
  margin-right: 5px;
  margin-bottom: 5px;
  background-color: #000;
}

#previewing img {
  height: 90px;
  object-fit: cover;
  opacity: 0.8;
}

.cancel_img {
  position: absolute;
  z-index: 9999;
  cursor: pointer;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

div#image_preview .cancel_img i {
  font-size: 17px;
  color: #f30000;
  position: relative;
  transform: unset;
}

.prevent-scroll {
  overflow: hidden;
}

.modal_demande_devis,
.modal_demande_devis2 {
  display: none;
  position: fixed;
  z-index: 999999;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.5);
  padding-top: 50px;
  padding-bottom: 50px;
  transition: 0.5s;
  box-sizing: border-box;
}

.modal_demande_devis .modal_content,
.modal_demande_devis2 .modal_content2 {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 25px 15px;
  border: 1px solid #888;
  width: 55%;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 25px 50px;
  border: 0;
}

.modal_demande_devis #contact-form,
.modal_demande_devis2 #contact-form {
  box-shadow: unset;
  margin: 30px 0px 0px !important;
  padding: 0;
}

#close_modal_demande_devis,
#close_modal_demande_devis2 {
  position: absolute;
  right: 13px;
  top: 13px;
  font-size: 20px;
  font-weight: 900;
  cursor: pointer;
  color: #aaaaaa;
}

#close_modal_demande_devis:hover,
#close_modal_demande_devis2:hover {
  color: #000;
}

@media (max-width: 1024px) {
  .modal_demande_devis .modal_content,
  .modal_demande_devis2 .modal_content2 {
    width: 85%;
  }
}

@media (max-width: 767px) {
  .modal_demande_devis .modal_content,
  .modal_demande_devis2 .modal_content2 {
    width: 90%;
    padding: 35px 20px;
  }

  .modal_demande_devis .above-the-form,
  .modal_demande_devis2 .above-the-form {
    flex-direction: column;
  }

  .modal_demande_devis .devi-grat,
  .modal_demande_devis2 .devi-grat {
    margin-bottom: 15px;
  }
}

.modal_demande_devis .form-group input,
.modal_demande_devis2 .form-group input,
.modal_demande_devis .form-group textarea,
.modal_demande_devis2 .form-group textarea,
.modal_demande_devis #image_preview,
.modal_demande_devis2 #image_preview {
  margin-bottom: 14px !important;
}

.overlay-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  background-color: #41414152;
}

.return-to-cont .container {
  position: inherit !important;
}

.footer_add {
  width: 308px;
  margin: 15px 0 0;
}

.addr_devis {
      width: 300px;
}

.contact_form_addr {
  width: 280px;
  margin: auto;
}

@media (max-width: 767px) {

  .adresse_detail {
    margin-top: 25px;
  }

}

@media (max-width: 767px) {

  .modal_demande_devis, .modal_demande_devis2 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  .modal_demande_devis .above-the-form, .modal_demande_devis2 .above-the-form {
    flex-direction: row !important;
  }

  .modal_demande_devis .modal_content, .modal_demande_devis2 .modal_content2 {
    width: 95% !important;
    padding: 35px 10px !important;
    height: auto !important;
    overflow: hidden !important;
  }

  .modal_demande_devis .modal_content .above-the-form .repond, .modal_demande_devis2 .modal_content2 .above-the-form .repond {
    padding: 10px;
    font-size: 15px;
  }

  .modal_demande_devis .devi-grat, .modal_demande_devis2 .devi-grat {
    margin-bottom: 0 !important;
  }

  .modal_demande_devis .form-group textarea, .modal_demande_devis2 .form-group textarea {
    min-height: 75px;
    height: 75px;
    padding: 10px 8px;
  }

  .modal_demande_devis .form-group input, .modal_demande_devis2 .form-group input {
    padding: 10px 8px;
  }

  .modal_demande_devis .form-group label, .modal_demande_devis2 .form-group label {
    margin-bottom: 10px;
  }

  .modal_demande_devis .modal_content .flex_div, .modal_demande_devis2 .modal_content2 .flex_div {
    display: grid !important;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 10px;
  }

  .modal_demande_devis, .modal_demande_devis2 {
    overflow: auto;
    align-items: center;
    justify-content: center;
  }

  #close_modal_demande_devis, #close_modal_demande_devis2 {
    top: 10px;
  }

  .modal_demande_devis .div_btn, .modal_demande_devis2 .div_btn {
    margin-top: 25px;
  }

}
