/* @version 1.1 */
/*==============================================================================
	COLOUR SCHEME
==============================================================================*/
/* @version 1.1 */
/*==============================================================================
	TYPOGRAPHY - font should match your selection web font
==============================================================================*/
/* @version 1.1 */
/*==============================================================================
	COLOUR SCHEME
==============================================================================*/
/* @version 1.1 */
/*==============================================================================
	TYPOGRAPHY - font should match your selection web font
==============================================================================*/
.btn, input[type=submit], .button {
  padding: 12px 22px !important;
  text-align: center !important;
  width: max-content;
  font-weight: 400 !important;
  outline: none !important;
  font-size: 14px;
  font-style: normal;
  line-height: 16px;
  box-sizing: border-box;
  transition: 300ms all;
}
.btn span, input[type=submit] span, .button span {
  display: inline-block;
  margin-left: 10px;
}
.btn.btn-brand1, input[type=submit].btn-brand1, .button.btn-brand1 {
  background-color: rgb(175, 169, 156);
}
.btn.btn-brand1:hover, input[type=submit].btn-brand1:hover, .button.btn-brand1:hover {
  background-color: rgb(152.2067039106, 144.4972067039, 127.7932960894);
}
.btn.btn-brand2, input[type=submit].btn-brand2, .button.btn-brand2 {
  background-color: rgb(51, 48, 44);
}
.btn.btn-brand2:hover, input[type=submit].btn-brand2:hover, .button.btn-brand2:hover {
  background-color: rgb(23.6210526316, 22.2315789474, 20.3789473684);
}
.btn.btn-brand3, input[type=submit].btn-brand3, .button.btn-brand3 {
  background-color: rgb(0, 0, 0);
}
.btn.btn-brand3:hover, input[type=submit].btn-brand3:hover, .button.btn-brand3:hover {
  background-color: black;
}
.btn.btn-custom, input[type=submit].btn-custom, .button.btn-custom {
  background-color: #efefef;
}
.btn.btn-custom:hover, input[type=submit].btn-custom:hover, .button.btn-custom:hover {
  background-color: rgb(213.5, 213.5, 213.5);
}
.btn.btn-body-outline, input[type=submit].btn-body-outline, .button.btn-body-outline {
  border: 1px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn.btn-body-outline span, input[type=submit].btn-body-outline span, .button.btn-body-outline span {
  display: inline-block !important;
  margin-left: 10px;
  font-size: 14px !important;
  line-height: 16px !important;
}
.btn.btn-body-outline:hover, input[type=submit].btn-body-outline:hover, .button.btn-body-outline:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(51, 48, 44);
}
.btn.btn-body-outline:hover span, input[type=submit].btn-body-outline:hover span, .button.btn-body-outline:hover span {
  color: rgb(51, 48, 44);
}
.btn.btn-body-outline:hover span i, input[type=submit].btn-body-outline:hover span i, .button.btn-body-outline:hover span i {
  color: rgb(51, 48, 44);
}
.btn.btn-bg-color, input[type=submit].btn-bg-color, .button.btn-bg-color {
  background-color: rgb(250, 249, 247);
  color: rgb(107, 103, 96);
}
.btn.btn-bg-color span, input[type=submit].btn-bg-color span, .button.btn-bg-color span {
  display: inline-block !important;
  margin-left: 10px;
  font-size: 14px !important;
  line-height: 16px !important;
}
.btn.btn-bg-color:hover, input[type=submit].btn-bg-color:hover, .button.btn-bg-color:hover {
  background-color: rgb(230.3846153846, 225.4615384615, 215.6153846154);
}
.btn.btn-bgcolor, input[type=submit].btn-bgcolor, .button.btn-bgcolor {
  background-color: rgb(239, 233, 226);
  color: rgb(107, 103, 96);
}
.btn.btn-bgcolor span, input[type=submit].btn-bgcolor span, .button.btn-bgcolor span {
  display: inline-block !important;
  margin-left: 10px;
  font-size: 14px !important;
  line-height: 16px !important;
}
.btn.btn-bgcolor:hover, input[type=submit].btn-bgcolor:hover, .button.btn-bgcolor:hover {
  background-color: rgb(220.8666666667, 208.0666666667, 193.1333333333);
}
.btn.btn-bgcolor:hover span, input[type=submit].btn-bgcolor:hover span, .button.btn-bgcolor:hover span {
  color: rgb(107, 103, 96);
}
.btn.btn-footerbg, input[type=submit].btn-footerbg, .button.btn-footerbg {
  background-color: rgb(213, 206, 194);
  color: rgb(107, 103, 96);
}
.btn.btn-footerbg span, input[type=submit].btn-footerbg span, .button.btn-footerbg span {
  display: inline-block !important;
  margin-left: 10px;
  font-size: 14px !important;
  line-height: 16px !important;
}
.btn.btn-footerbg:hover, input[type=submit].btn-footerbg:hover, .button.btn-footerbg:hover {
  background-color: rgb(192.2038834951, 181.7378640777, 163.7961165049);
}
.btn.btn-footerbg:hover span, input[type=submit].btn-footerbg:hover span, .button.btn-footerbg:hover span {
  color: rgb(107, 103, 96);
}

input[type=submit] {
  background-color: rgb(51, 48, 44);
  color: #fff;
  cursor: pointer;
  border: none !important;
  outline: none !important;
  -webkit-appearance: none;
}
input[type=submit]:disabled {
  background-color: rgb(165.5, 165.5, 165.5);
  cursor: not-allowed !important;
}
input[type=submit]:hover {
  background-color: rgb(152.2067039106, 144.4972067039, 127.7932960894);
}

.button {
  background-color: rgb(175, 169, 156) !important;
  color: rgb(255, 255, 255) !important;
  border-radius: 0px !important;
}
.button:hover {
  background-color: rgb(152.2067039106, 144.4972067039, 127.7932960894) !important;
}

@keyframes wiggle {
  0%, 7% {
    transform: rotateZ(0);
  }
  15% {
    transform: rotateZ(-15deg);
  }
  20% {
    transform: rotateZ(10deg);
  }
  25% {
    transform: rotateZ(-10deg);
  }
  30% {
    transform: rotateZ(6deg);
  }
  35% {
    transform: rotateZ(-4deg);
  }
  40%, 100% {
    transform: rotateZ(0);
  }
}
@keyframes fadein {
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
#button {
  display: flex;
  background-color: rgb(175, 169, 156);
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 100%;
  position: fixed;
  bottom: 70px;
  color: rgb(255, 255, 255);
  right: 30px;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  cursor: pointer;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.4);
}
#button.show {
  opacity: 1;
  visibility: visible;
}

html.page-home body main > section.sub-content-area {
  padding: 52px 0px 80px;
}
html.page-home body main > section.sub-content-area .container {
  padding: 20px;
}
html.page-home body main > section.sub-content-area .container main {
  width: 100%;
}
html.page-home body main > section.sub-content-area .container main .content-split .content-lhs, html.page-home body main > section.sub-content-area .container main .content-split .content-rhs {
  width: calc(50% - 30px);
}
html.page-home body main > section.sub-content-area .container main .content-split .content-lhs .content, html.page-home body main > section.sub-content-area .container main .content-split .content-rhs .content {
  padding-right: 20px;
  box-sizing: border-box;
}
html.page-home body main > section.sub-content-area .container main .content-split .content-lhs .content h2, html.page-home body main > section.sub-content-area .container main .content-split .content-rhs .content h2 {
  font-size: 30px;
  line-height: 35px;
}
html.page-home body main > section.sub-content-area .container main .content-split .content-lhs .content h2:first-of-type, html.page-home body main > section.sub-content-area .container main .content-split .content-rhs .content h2:first-of-type {
  margin-top: 0px;
}
html.page-home body main > section.projects-section {
  padding: 0px 0px 20px;
}
html.page-home body main > section.projects-section .container {
  padding: 20px;
}
html.page-home body main > section.projects-section .container main {
  width: 100%;
}
html.page-home body main > section.projects-section .container main .projects {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px 10px;
}
html.page-home body main > section.projects-section .container main .projects.two-col {
  grid-template-columns: repeat(2, 1fr);
}
html.page-home body main > section.projects-section .container main .projects.one-col {
  grid-template-columns: 1fr;
}
html.page-home body main > section.projects-section .container main .projects.three-col {
  grid-template-columns: repeat(3, 1fr);
}
html.page-home body main > section.projects-section .container main .projects .col:hover .image img {
  transform: scale(1.05);
}
html.page-home body main > section.projects-section .container main .projects .col .image {
  overflow: hidden;
}
html.page-home body main > section.projects-section .container main .projects .col .image img {
  transition: 300ms all;
  width: 100%;
  height: auto;
}
html.page-home body main > section.projects-section .container main .projects .col h2 {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0px 25px;
}
html.page-home body main > section.projects-section .container main .projects .col h2 span {
  margin-left: 10px;
}
html.page-home body main > section.commitment-section {
  padding-top: 40px;
}
html.page-home body main > section.commitment-section .container {
  padding: 20px 0px;
  max-width: 100%;
}
html.page-home body main > section.commitment-section .container .content-split {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  background-color: rgb(213, 206, 194);
}
html.page-home body main > section.commitment-section .container .content-split .content-lhs {
  width: 50%;
  display: flex;
  align-items: center;
}
html.page-home body main > section.commitment-section .container .content-split .content-lhs .content {
  max-width: 690px;
  margin: 0px 30px 0 auto;
  padding: 40px 20px;
  box-sizing: border-box;
}
html.page-home body main > section.commitment-section .container .content-split .content-rhs {
  width: 50%;
  position: relative;
}
html.page-home body main > section.commitment-section .container .content-split .content-rhs .video-player {
  position: relative;
  height: 100%;
}
html.page-home body main > section.commitment-section .container .content-split .content-rhs .video-container {
  width: 100%;
  height: 100%;
  line-height: 0;
}
html.page-home body main > section.commitment-section .container .content-split .content-rhs .video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16/9;
}
html.page-home body main > section.commitment-section .container .content-split .content-rhs .video-content {
  position: absolute;
  bottom: 40px;
  left: 40px;
  right: 40px;
  top: auto;
  z-index: 10;
}
html.page-home body main > section.intro-section {
  padding: 40px 0px;
}
html.page-home body main > section.intro-section .container main {
  width: 100%;
}
html.page-home body main > section.intro-section .container .content-split {
  width: 100%;
}
html.page-home body main > section.intro-section .container .content-split .content-lhs {
  width: calc(50% - 30px);
}
html.page-home body main > section.intro-section .container .content-split .content-lhs .button-area {
  text-align: right;
  width: 100%;
  margin-top: 30px;
}
html.page-home body main > section.intro-section .container .content-split .content-lhs .button-area .btn {
  display: block;
  margin: 0 0 10px auto;
  min-width: 180px;
}
html.page-home body main > section.intro-section .container .content-split .content-rhs {
  width: calc(50% - 30px);
}
html.page-home body main > section.intro-section .container .content-split .content-rhs .content {
  padding-right: 20px;
  box-sizing: border-box;
}
html.page-home body main > section.intro-section .container .content-split .content-rhs h1 {
  font-size: 30px;
  line-height: 35px;
}
html.page-home body main > section.intro-section .container .content-split .content-rhs p, html.page-home body main > section.intro-section .container .content-split .content-rhs li {
  font-size: 20px;
  line-height: 24px;
}
html.page-home body main > section.intro-section .container .content-split .content-rhs .button-area {
  text-align: right;
  width: 100%;
}
html.page-home body main > section.intro-section .container .content-split .content-rhs .button-area .btn {
  display: block;
  margin: 0 0 10px auto;
  min-width: 120px;
}