
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  list-style: none;
  font-family: Roboto;
  font-weight: 400;
  --primary-black-text: #000000;
  --primary-white-text: #ffffff;
  --primary-cta-background: #d5672a;
  --secondary-cta-background: #2a3141;
  --secondary-white-text: #cacaca;
  --secondary-black-text: #3f3f3f;
  --primary-blue-bg: #232936;
}

a {
  color: white;
}
body {
  overflow-x: hidden;
}


.slick-track
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/*  NAVBAR STARTS HERE  */

header {
  width: 100%;
  height: 150px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
nav {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 99;
}
ul {
  width: 100%;
  height: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 0.0001fr;
  grid-template-columns: 1fr 1fr 0.0001fr;

}
.description
{
  color:var(--primary-black-text);
}
.logo {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 5.4%;
}
.links {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 106px;
  
}
li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-self: flex-end;
  cursor: pointer;
  white-space: nowrap;
  margin-right: 2em;
}
.active {
  color: var(--primary-cta-background);
}
.mobilemenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: space-around;
      -ms-flex-align: space-around;
          align-items: space-around;
  width: 30px;
  height: 30px;
}
.mobilemenu .line
{
  margin-bottom: 8px;
}
.mobilemenuwrapper {
  cursor: pointer;
}
.line {
  width: 100%;
  height: 2px;
  background: #ffffff;
  position: relative;
  z-index: 2;
}
.mobilemenu {
  display: none;
}
.mobilemenuwrapper {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 40px;
}
@media only screen and (max-width: 1000px) {
  .mobilemenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .links a {
    color: black;
  }
  .links {
    position: fixed;
    right: 0;
    top: 0;
    width: 65vw;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100vh;
    background: white;
    color: black;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-right: 0;
    right: 0;
  }
  .links li
  {
    padding-bottom: 2em;
  }
  .titleandcta {
    margin-left: 0% !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .titleandcta .cta {
    margin-left: -4%;
  }
}

/*  NAVBAR ENDS HERE  */

.hero {
  width: 100%;
  height: 100vh;
  overflow-x: none;
}
.layer {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100vh;
  background: -webkit-gradient(
    linear,
    left top, left bottom,
    from(#232936),
    color-stop(43.75%, rgba(42, 49, 65, 0.57)),
    to(#232936)
  );
  background: -o-linear-gradient(
    top,
    #232936 0%,
    rgba(42, 49, 65, 0.57) 43.75%,
    #232936 100%
  );
  background: linear-gradient(
    180deg,
    #232936 0%,
    rgba(42, 49, 65, 0.57) 43.75%,
    #232936 100%
  );
  z-index: 1;
}
.titleandcta {
  color: var(--primary-white-text);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 2;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 14%;
}
.titleandcta h1 {
  font-size: clamp(2rem, 7vw, 3.5rem);
  width: -webkit-fit-content;
  width: fit-content;
  width: -moz-fit-content;
  text-align: center;
  line-height: 1.5em;
  margin-bottom: 1.15em;
}

.slide-scroller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cta {
  background: var(--primary-cta-background);
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: fit-content;
  width: -moz-fit-content;
  padding: 15px 25px;
}
.cta .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-self: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cta .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 20px;
  font-size: 14px;
}

.information_wrapper {
  width: 100%;
  height: 540px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 0.8fr 1fr;
  grid-template-columns: 0.8fr 1fr;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;
}
.featured_image {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  
}
.information_wrapper .description {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 8.3em;
}
.information_wrapper .description h1 {
  font-size: 2.4em;
  padding-bottom: 1em;
}
.information_wrapper .description > p {
  width: 80%;
  line-height: 2em;
  font-size: 16px;
  color: var(--secondary-black-text);
  padding-bottom: 2em;
}
.information_wrapper .cta {
  background: var(--secondary-cta-background);
}
.information_wrapper .cta .text {
  font-size: 14px;
}
.slides .description
{
  color: var(--primary-white-text);
}
@media only screen and (max-width: 1200px) {
  .information_wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .featured_image {
    display: none;
  }
  .information_wrapper .description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 0;
    padding-left: 0;
  }
  .information_wrapper .description > p {
    text-align: center;
  }
  .information_wrapper.reverse_wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding: 0;
  }
  .information_wrapper.reverse_wrapper .description {

    margin-left: 0;
  }
}

.featured_image::after {
  z-index: 2;
  content: " ";
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background: rgba(213, 103, 42, 0.74);
  left: 0px;
}
.reverse_wrapper {
  -ms-grid-columns: 0.8fr 1fr;
  grid-template-columns: 0.8fr 1fr;
  padding-left: 8.3em;
}

.reverse_wrapper .featured_image img {
  position: relative;
  top: -100%;
}
.reverse_wrapper .description {
  padding: 0;
}

.slider {
  width: 100%;
  height: 90vh;
  background: var(--secondary-cta-background);
  overflow: hidden;
}
.slidertitleandnav {
  width: 100%;
  height: 25%;

  display: -ms-grid;

  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.slidertitleandnav .title > h1 {
  font-size: 2em;
  color: var(--primary-white-text);
}
.slidertitleandnav .title {
  margin-left: 230px;
}
.slidertitleandnav .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 20%;
}
.slidertitleandnav .nav img {
  cursor: pointer;
  margin-left: 50px;
}
.slidewrapper {
  position: relative;
  height: -webkit-fit-content;
  height: fit-content;
  height: -moz-fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 234px;
  overflow: hidden;
}
.slides {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content !important;
  width: fit-content !important;
  height: -webkit-fit-content !important;
  height: fit-content !important;
  width: -moz-fit-content !important;
  height: -moz-fit-content !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 100px;

  cursor: pointer;
  z-index: 2;
  position: relative;
  color: var(--primary-white-text);
  outline: none;
}
.slides .description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.slides .description p {
  color: var(--secondary-white-text);
  margin-top: 2em;
  line-height: 35px;
}
.slides .imageandcta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 100% ;
  width: -webkit-fit-content;
  width: fit-content;
  margin-bottom: 0.91em;
  width: -moz-fit-content ;
  height: -moz-fit-content ;
}
.slides .imageandcta .cta {
  justify-self: flex-end;
  position: relative;
  top: -22.5px;
}

@media only screen and (max-width: 1000px) {
  .slidertitleandnav .title {
    margin-left: 11%;
  }
  .slidertitleandnav .title > h1 {
    font-size: 1.5em;
    white-space: nowrap;
  }
  .slidertitleandnav {
    height: 15%;
  }
  .slidertitleandnav .nav img {
    width: 10px;
  }
  .slidewrapper {
    padding-left: 7%;
    margin-left: 0;
  }
  .slides {
    padding-right: 100px;
    }
  .slider_thumbnail {
    width: 85vw;
    height: 45vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .slides .description
  {
    width: 62%;
  }
  .slides .description > p {
    line-height: 2em;
    color: var(--secondary-white-text);
  }
}

footer {
  width: 100%;
  height: 25vh;
  background: var(--secondary-cta-background);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footerlinks {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  height: moz-fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 51px;
  padding-bottom: 4em;
}
.footerlinks li
{
  margin-left: 2.5em;
}
.logofooter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 1000px) {
  footer {
    height: 15.5vh;
  }
  .footerlinks {
    display: none;
  }
  .logofooter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
  .logofooter img {
    width: 12em;
  }
}
.product_title
{
  font-weight: 600;
  font-size: 2em;
}
.page_info_container {
  width: 100%;
  min-height: 75vh;
  background: var(--primary-blue-bg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 150px 5.4%;
}
.page_title {
  color: var(--primary-white-text);
  padding-top: 2em;
  padding-bottom: 0.9em;
  margin-bottom: 2.5em;
  width: -webkit-fit-content;
  width: fit-content;
  width: -moz-fit-content;
  border-bottom: 3px solid var(--primary-cta-background);
}

.page_description {
  color: var(--secondary-white-text);
  line-height: 30px;
  width: 90%;
}

.page_info_image {
  width: 100%;
  height: 60vh;
}
.page_info_list {
  width: 100%;
  min-height: 100vh;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  height: moz-fit-content;
  background: var(--secondary-cta-background);
  padding-left: 5.4%;
  padding-right: 5.4%;
  padding-top: 5%;
  padding-bottom: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page_info_list > .page_title
{
  margin-bottom: 4em;
}
.page_info_list > .page_description
{
  margin-bottom: 3em;
}
.page_info_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;

  color: var(--secondary-white-text);
  list-style: circle;
  padding-bottom: 3.5em;
}
.page_info_list ul li {
  list-style-type: disc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 2em;
  white-space: normal;
}
.listline {
  width: 40px;
  max-width: 40px;
  height: 3px;
  margin-right: 1.5em;
  background: var(--primary-cta-background);
}
.subheading {
  color: var(--primary-white-text);
  font-size: 0.9em;
  margin-bottom: 3em;
}
@media only screen and (max-width: 1000px) {
  .page_title
  {
    font-size: 0.8em;
  }
  .listline {
    display: none;
  }
  .page_info_list ul li {
    line-height: 35px;
    padding-bottom: 2.5em;
  }

  .page_info_list {
    padding-top: 11%;
    padding-bottom: 20%;
  }
}
.gallerywrapper {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gallery {
  width: 1310px;
  min-height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: space-around;
      -ms-flex-align: space-around;
          align-items: space-around;
  padding: 10em 0;
}
.gallerywrapper .gallery .slides
{
  padding:0;
  margin-bottom: 2em;
}
.projecttitle {
  width: 100%;
  position: absolute;
  z-index: 2;
  font-size: 0.8em;
  line-height: 1.5;
  left: 1em;
  bottom: 3em;
}

.projecttitle p {
  font-size: 1.3em;
  color: white;
}

.page_info_image .slides .imageandcta::after {
  content: " ";
  position: absolute;
  width: 54vw;
  height: 58vh;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(42, 49, 65, 0)), to(#2a3141));
  background: -o-linear-gradient(top, rgba(42, 49, 65, 0) 0%, #2a3141 100%);
  background: linear-gradient(180deg, rgba(42, 49, 65, 0) 0%, #2a3141 100%);
}

.gallery .slides .imageandcta::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 332px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(42, 49, 65, 0)), to(#2a3141));
  background: -o-linear-gradient(top, rgba(42, 49, 65, 0) 0%, #2a3141 100%);
  background: linear-gradient(180deg, rgba(42, 49, 65, 0) 0%, #2a3141 100%);
}
.gallery .slides {
  height: 41.5vh;
}

@media only screen and (max-width: 1100px) {
  .projecttitle h1{
    padding-bottom: 1.8em;
  }
}
@media only screen and (max-width: 1000px) {
  .gallery .slides .imageandcta::after {
    width: 85vw;
    height: 45vh;
  }
  .projecttitle {
    bottom: 0;
  }
  .gallery .slides {
    height: 48vh;
  }
  .gallery .slides .imageandcta {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    height: moz-fit-content;
  }
  .projecttitle {
    bottom: 8vh;
  }
  .featured_slide_wrapper .slides .imageandcta .slider_thumbnail {
    width: 86vw !important;
    height: 58vh;
  }
  .featured_slide_wrapper .slides .imageandcta::after {
    width: 86vw !important;
    height: 58vh;
  }
}
.pagination_button .cta {
  background: var(--secondary-cta-background);
}

.featured_slide_wrapper {
  width: 100%;
  height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.featured_slide_wrapper .slides .imageandcta .slider_thumbnail {
  width: 54vw;
  height: 58vh;
}

.form_wrapper {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--primary-blue-bg);
}
.form_wrapper form {
  width: 60%;
  height: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.form_block {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 4em;
}
.form_wrapper form button
{
  margin-top: 2em;
}
.formcolumn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4em;
}
label {
  color: var(--primary-white-text);
  padding-bottom: 1em;
}
input {
  background: transparent;
  outline: none;
  border: none;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 1.2em;
  color: white;
}
::-webkit-input-placeholder {
  color: var(--secondary-white-text);
}
::-moz-placeholder {
  color: var(--secondary-white-text);
}
:-ms-input-placeholder {
  color: var(--secondary-white-text);
}
::-ms-input-placeholder {
  color: var(--secondary-white-text);
}
::placeholder {
  color: var(--secondary-white-text);
}
@media only screen and (max-width: 1000px) {
  .formcolumn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
  }
  .form_wrapper form {
    width: 80%;
  }
  .form_block {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 2em;
  }
}

.contactcontainer {
  width: 60%;
  height: 32vh;
  padding: 2em;
  background: white;
  position: absolute;
  top: 85vh;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr 0.5fr;
  grid-template-rows: 1fr 0.5fr;
}

.address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  line-height: 27px;
}
.contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    justify-self: center;
    width: 80%;
}
.contact .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 6em;
}
.contact .block >p
{
  padding-left: 20px;
  white-space: nowrap;
}
@media only screen and (max-width: 1200px) {
  .contactcontainer {
    width: 100%;
    height: 30vh;
  }
  .contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    width: 100%;
  }
  .contact .block
  {
    margin: 0.5em 0;
    padding-left: 0;
  }
  .form_wrapper {
    margin-top: 10vh;
  }
  .address
  {
  margin-bottom: 0.8em;
  }
}
.servicescontainer {
  width: 100%;
  /* min-height: 95vh; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* padding: 1.5em; */
}
.servicewrapper {
  width: 100%;
  height: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  padding-bottom: 2em;
} 
.servicewrapper .block {
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.096);
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0.75em 0.75em;
  padding: 1em;
  color: white;
  line-height: 1.5;
  
}
/* .servicewrapper .block:hover {
  background: var(--primary-blue-bg);
  -webkit-transition: background 0.3s ease-in;
  -o-transition: background 0.3s ease-in;
  transition: background 0.3s ease-in;
}
.servicewrapper .block:hover svg {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.servicewrapper .block:hover p {
  -webkit-filter: invert(1);
          filter: invert(1);
} */

@media only screen and (max-width: 1700px) {
  .servicescontainer {
    padding-top: 10em;
  }
  .servicewrapper {
    grid-template-columns: repeat(auto-fill, minmax(min(22rem, 100%), 1fr));
  }
}
.page_info_container p
{
  color: white;
}
.productslider
{
  width: 100%;
  height: 60vh;
  background-color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  margin-bottom: 5em;
}
.productslide
{
  width: auto;
  height: 60vh;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  outline: none;
}
.previous
{
  position: absolute;
  left: 0;
  width: 100px;
  height: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 5;
  cursor: pointer;
  background-color: rgb(220 220 220 / 45%);
}
.next
{
  position: absolute;
  right: 0;
  width: 100px;
  height: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  background-color: rgb(220 220 220 / 45%);
}
.productslidercontent
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.productslide img
{
  height: 100%;
}

.product_description
{
  line-height: 33px;
  color: var(--primary-black-text);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 3em;
}
.product_description > p
{
  margin: 3em 0;
}

.threeandone
{
  line-height: 33px;
  color: var(--primary-black-text);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 0.75fr 0.25fr;
  grid-template-columns: 0.75fr 0.25fr;
  overflow: hidden;
}
.productswrapper
{
  padding:4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.half
{
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  justify-items: flex-end;
  overflow: hidden;
}
.halfvertical
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 5em;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
}

.threeandone .spread
{
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
}
.full
{
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 30px;
}
.spread
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: -webkit-fit-content;
  height: fit-content;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align:center ;
      -ms-flex-align:center ;
          align-items:center ;
  height: -moz-fit-content;
}
.spread > *
{
  margin-bottom: 2em;
}
.product_info
{
  width: 100%;
  max-width: 350px;
  min-height: 50%;
  height: -webkit-fit-content;
  height: fit-content;
  height: -moz-fit-content;
  background: var(--primary-blue-bg);
  padding: 3em;
  color: var(--primary-white-text);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product_info_block
{
  padding-bottom: 2em;
  width:-webkit-fit-content;
  width:fit-content;
  width: -moz-fit-content;
}
.product_image
{
  width: -webkit-fit-content;
  width: fit-content;
  width: -moz-fit-content;
  height: 40vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}

.product_desc_block1_image
{
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40vh;
  -o-object-fit: cover;
     object-fit: cover;
  padding-left: 5em;
  overflow: hidden;
}
@media only screen and (max-width: 1100px) {

  .product_title
  {
    font-size:1.45em ;
  }

  .product_image
  {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .product_info
  {
    padding: 3em;
  }
  .half
  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
  .threeandone
  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
  .productswrapper {
    padding: 2em;
  }
  .product_desc_block1_image
  {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .articledescriptionwrapper
  {
    padding: 4em 2em 2em 2em !important;
  }
  .articleimage
  {
    height: 100% !important;
  }
  .next
  {
    background-color: transparent;
  }
  .previous
  {
    background-color: transparent;
  }
}
.articleimagewrapper
{
  width: 100%;
  height: 60vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.articleimage
{
  width: 100%;
  height: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.articledescriptionwrapper
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5em;

  margin-bottom: 5em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.articledescriptionwrapper .page_description
{
  width: 100%;
  color: var(--secondary-black-text);
}
.articledescriptionwrapper .page_title
{
  color: #000000;
  border: none;
  margin-bottom:2em;
}