@font-face {
  font-family: 'HK Grotesk';
  src: url('../fonts/HKGrotesk-SemiBold.eot');
  src: url('../fonts/HKGrotesk-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/HKGrotesk-SemiBold.woff2') format('woff2'), url('../fonts/HKGrotesk-SemiBold.woff') format('woff'), url('../fonts/HKGrotesk-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'HK Grotesk';
  src: url('../fonts/HKGrotesk-Bold.eot');
  src: url('../fonts/HKGrotesk-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/HKGrotesk-Bold.woff2') format('woff2'), url('../fonts/HKGrotesk-Bold.woff') format('woff'), url('../fonts/HKGrotesk-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'HK Grotesk';
  src: url('../fonts/HKGrotesk-Medium.eot');
  src: url('../fonts/HKGrotesk-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/HKGrotesk-Medium.woff2') format('woff2'), url('../fonts/HKGrotesk-Medium.woff') format('woff'), url('../fonts/HKGrotesk-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'HK Grotesk';
  src: url('../fonts/HKGrotesk-Light.eot');
  src: url('../fonts/HKGrotesk-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/HKGrotesk-Light.woff2') format('woff2'), url('../fonts/HKGrotesk-Light.woff') format('woff'), url('../fonts/HKGrotesk-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'HK Grotesk';
  src: url('../fonts/HKGrotesk-Regular.eot');
  src: url('../fonts/HKGrotesk-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/HKGrotesk-Regular.woff2') format('woff2'), url('../fonts/HKGrotesk-Regular.woff') format('woff'), url('../fonts/HKGrotesk-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?f9evla');
  src: url('../fonts/icomoon.eot?f9evla#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?f9evla') format('truetype'), url('../fonts/icomoon.woff?f9evla') format('woff'), url('../fonts/icomoon.svg?f9evla#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-down-arrow:before {
  content: "\e904";
}
.icon-location:before {
  content: "\e906";
}
.icon-phone:before {
  content: "\e907";
}
.icon-mail:before {
  content: "\e908";
}
.icon-download:before {
  content: "\e90a";
}
.icon-search:before {
  content: "\e90b";
}
.icon-close:before {
  content: "\e917";
}
.icon-whatsapp:before {
  content: "\e905";
}
.icon-right-arrow:before {
  content: "\e901";
}
.icon-left-arrow:before {
  content: "\e902";
}
.icon-linkedin:before {
  content: "\e900";
}
.icon-facebook:before {
  content: "\e903";
}
.icon-instagram:before {
  content: "\e910";
}
.icon-twitter:before {
  content: "\e914";
}
body {
  margin: 0;
  padding: 0;
  font-family: 'HK Grotesk';
  color: #121830;
  width: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
  overflow-x: hidden !important;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  text-size-adjust: 100%;
}
p {
  font-family: 'HK Grotesk';
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0;
  color: #121830;
  padding: 0;
  margin: 0 0 20px;
  font-weight: 300;
}
img {
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.logo {
  display: block;
  max-width: 120px;
}
.logo img {
  width: 100%;
  display: block;
}
.common_ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.hamburger {
  position: relative;
  width: 40px;
  height: 16px;
  cursor: pointer;
  margin: 0 auto;
}
.hamburger span {
  position: absolute;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #CC8f2E;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
  visibility: visible;
}
.hamburger span:nth-of-type(1) {
  top: 0;
}
.hamburger span:nth-of-type(2) {
  top: 7px;
}
.hamburger span:nth-of-type(3) {
  top: 14px;
}
.hamburger.active span:nth-of-type(1) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 7px;
}
.hamburger.active span:nth-of-type(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
}
.hamburger.active span:nth-of-type(3) {
  opacity: 0;
  visibility: hidden;
}
.hamburger.active:hover span:nth-of-type(1) {
  width: 100%;
}
.hamburger.active:hover span:nth-of-type(2) {
  width: 100%;
}
.hamburger.active:hover span:nth-of-type(3) {
  width: 100%;
}
.hamburger:hover span:nth-of-type(1) {
  width: 90%;
}
.hamburger:hover span:nth-of-type(2) {
  width: 70%;
}
.hamburger:hover span:nth-of-type(3) {
  width: 50%;
}
.header {
  position: fixed;
  left: 0px;
  top: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  width: 150px;
  z-index: 9999;
  padding: 25px 0;
  background-color: #121830;
}
.header:after {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #CC8f2E;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header.open:after {
  visibility: visible;
  opacity: 0.2;
  right: -10px;
}
.menu {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 998;
  pointer-events: none;
  transform: translate3d(-100%, 0, 0);
  transition: opacity 200ms step-end, transform 200ms cubic-bezier(0.8, 0, 0.55, 0.94), visibility 200ms step-end, background-color 200ms cubic-bezier(0.8, 0, 0.55, 0.94);
  background: #121830;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
}
.menu.active {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  transition: opacity 200ms step-start, transform 200ms cubic-bezier(0.8, 0, 0.55, 0.94), visibility 200ms step-start, background-color 200ms cubic-bezier(0.8, 0, 0.55, 0.94);
  pointer-events: all;
}
.menu > .container-fluid {
  position: relative;
  z-index: 2;
}
.header_container {
  position: relative;
}
.header_container .logo {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: 0 auto;
  z-index: 10;
}
.logo_text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  display: table;
  padding: 0;
  max-width: 120px;
}
.header_inquire {
  position: fixed;
  padding: 0;
  margin: 0;
  right: 0;
  top: 0;
  z-index: 50;
}
.header_inquire a {
  text-decoration: none !important;
  width: 240px;
  display: block;
  padding: 30px 20px;
  margin: 0;
  background-color: #121830;
  color: #CC8f2E;
  font-family: 'HK Grotesk';
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.5em;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header_inquire a:hover {
  background-color: #CC8f2E;
  color: #121830;
}
.lets_chat {
  background-color: #f7f7f7;
  padding: 70px;
  padding-right: 0;
  position: relative;
}
.lets_chat:after {
  content: '';
  width: 120px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #121830;
}
.lets_chat_text {
  -ms-flex: 0 0 calc(100% - 175px);
  flex: 0 0 calc(100% - 175px);
  max-width: calc(100% - 175px);
}
.lets_chat_text p {
  margin-bottom: 0;
  color: #4d4d4d;
  font-weight: 300;
  max-width: 800px;
}
.lets_chat_button {
  -ms-flex: 0 0 175px;
  flex: 0 0 175px;
  max-width: 175px;
  position: relative;
  z-index: 11;
}
.lets_chat_button a {
  text-decoration: none;
  font-family: 'HK Grotesk';
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  color: #121830;
  padding: 25px 40px;
  margin: 0 0;
  display: inline-block;
  letter-spacing: 0.3em;
  background-color: #CC8f2E;
  border: 1px solid #CC8f2E;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.lets_chat_button a:hover {
  background-color: #121830;
  color: #CC8f2E;
}
.lets_chat_section {
  position: relative;
  padding: 0 !important;
}
.lets_chat_section:after {
  content: '';
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #121830;
}
.lets_chat_section .container-fluid {
  position: relative;
  z-index: 10;
}
.primary_heading {
  font-family: 'HK Grotesk';
  font-size: 45px;
  line-height: 1.2;
  font-weight: normal;
  color: #121830;
  letter-spacing: -0.03em;
  margin: 0 0 40px;
  padding: 0 0;
}
.head_line {
  position: relative;
  display: inline-block;
  padding-bottom: 20px;
}
.head_line:after {
  content: '';
  width: 100px;
  height: 1px;
  background-color: #121830;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: 5px;
  position: absolute;
  z-index: 1;
}
.head_line:before {
  content: '';
  width: 10px;
  height: 10px;
  border: 1px solid #121830;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  background-color: #fff;
  z-index: 2;
}
.home_banner_section {
  position: relative;
  height: 100vh;
  z-index: 10;
}
.section {
  padding: 100px 0;
}
header {
  z-index: 50;
}
.footer_box span {
  font-family: 'HK Grotesk';
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  color: #CC8f2E;
  line-height: 1;
  display: block;
  letter-spacing: 0.3em;
  margin: 0 0 30px;
  padding: 0;
}
.footer_box a,
.footer_box p {
  font-family: 'HK Grotesk';
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0;
  color: #121830;
  padding: 0 0 0 30px;
  margin: 0 0 0;
  font-weight: 300;
  text-decoration: none;
  position: relative;
}
.footer_box a i,
.footer_box p i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
}
.footer_box a i.icon-mail,
.footer_box p i.icon-mail {
  font-size: 17px;
  top: 6px;
}
.footer_box a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: table;
}
.footer_box a:hover {
  color: #CC8f2E;
}
.footer_box a:nth-of-type(2) {
  margin-top: 10px;
}
.footer_box .common_ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.footer_box .common_ul li {
  margin-right: 10px;
}
.footer_bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer_bottom_menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.footer_bottom_menu li {
  margin-left: 15px;
}
.footer_bottom {
  padding-top: 20px;
  margin-top: 50px;
  padding-bottom: 20px;
  border-top: 1px solid #e6e6e6;
}
.footer_bottom p,
.footer_bottom a {
  color: #4d4d4d;
  font-size: 13px;
  font-family: 'HK Grotesk';
  line-height: 1.4;
  letter-spacing: 0;
  padding: 0;
  margin: 0;
  font-weight: 300;
  text-decoration: none;
  position: relative;
}
.footer_bottom a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer_bottom a:hover {
  color: #CC8f2E;
}
footer.section {
  padding-bottom: 0;
}
.bg_lines {
  position: fixed;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  height: 100vh;
  width: calc(100% - 400px);
  margin: 0 auto;
}
.bg_lines span {
  position: absolute;
  top: 0;
  width: 1px;
  background-color: #e6e6e6;
  height: 100%;
  opacity: 0.5;
}
.bg_lines span:nth-of-type(1) {
  left: 0;
}
.bg_lines span:nth-of-type(2) {
  left: 25%;
}
.bg_lines span:nth-of-type(3) {
  left: 50%;
}
.bg_lines span:nth-of-type(4) {
  left: 75%;
}
.bg_lines span:nth-of-type(5) {
  left: 100%;
}
.grid {
  position: relative;
  z-index: 3;
}
.link {
  width: 100%;
  display: block;
  margin-bottom: 15px;
  cursor: pointer;
}
.link h3 {
  font-family: 'HK Grotesk';
  font-size: 50px;
  font-weight: bold;
  color: #e6e6e6;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 0;
  padding: 0;
  display: block;
  letter-spacing: 0.03em;
}
.link:hover h3 {
  color: #121830;
}
.link:last-of-type {
  margin-bottom: 0;
}
.no_bottom_padding {
  padding-bottom: 0 !important;
}
.no_top_padding {
  padding-top: 0 !important;
}
.no_padding {
  padding: 0 !important;
}
.text {
  margin-top: 0.2rem;
  line-height: 1rem;
}
.link img {
  display: none;
}
.section_grid {
  position: relative;
}
.section_grid > .container-fluid {
  position: relative;
  z-index: 10;
}
.section_grid canvas {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.but {
  text-decoration: none;
  padding: 13px 28px;
  margin: 0 0;
  font-family: 'HK Grotesk';
  line-height: 1;
  letter-spacing: 0.03em;
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  display: inline-block;
  overflow: visible;
  outline: 0;
  border: 0;
  background: none transparent;
  vertical-align: middle;
  text-align: center;
  text-transform: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  z-index: 10;
  transition: color 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.but:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #121830;
  z-index: -1;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.but:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border: 2px solid #CC8f2E;
  z-index: -1;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-transform: scaleY(1.2);
  -ms-transform: scaleY(1.2);
  transform: scaleY(1.2);
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.but:hover {
  color: #CC8f2E;
}
.but:hover:before {
  opacity: 0;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  transition-delay: 0s;
}
.but:hover:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.but_read_more {
  text-decoration: none;
  padding: 0;
  margin: 0 0;
  font-family: 'HK Grotesk';
  line-height: 1;
  letter-spacing: 0.03em;
  font-size: 16px;
  color: #121830;
  font-weight: 600;
  display: inline-block;
  overflow: visible;
  outline: 0;
  border: 0;
  background: none transparent;
  vertical-align: middle;
  text-align: center;
  text-transform: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  z-index: 10;
  transition: color 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.but_read_more i {
  display: inline-block;
  vertical-align: bottom;
  margin-left: 5px;
}
.but_read_more:hover {
  color: #CC8f2E;
}
.about_section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about_section .img_cover {
  width: 65%;
  -ms-flex: 0 0 65%;
  flex: 0 0 65%;
  max-width: 65%;
}
.about_section .about_text {
  padding: 50px;
  width: 35%;
  -ms-flex: 0 0 35%;
  flex: 0 0 35%;
  max-width: 35%;
}
.about_section.what_we_do .img_cover {
  width: 40%;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
}
.about_section.what_we_do .about_text {
  padding: 50px;
  width: 60%;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
}
.about_section.what_we_do ul.row li {
  font-family: 'HK Grotesk';
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0;
  color: #121830;
  padding: 0;
  margin: 0 0 3px;
  font-weight: 300;
}
.gry_bg {
  background-color: #f7f7f7;
}
ul.slideshow__list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.slideshow canvas {
  width: 100% !important;
  height: 100vh !important;
}
.slideshow__item {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.banner_txt {
  width: 800px;
  overflow: hidden;
}
.banner_txt p {
  width: 100%;
  color: #fff;
  line-height: 1.4;
  position: relative;
  left: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 1;
  visibility: hidden;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0, 0.01, 0.01, 0.98);
  transition-timing-function: cubic-bezier(0, 0.01, 0.01, 0.98);
  font-size: 22px;
}
.banner_txt h2 {
  font-family: 'HK Grotesk';
  font-weight: 300;
  color: #fff;
  font-size: 60px;
  line-height: 1.3;
  letter-spacing: -0.01em;
  overflow: hidden;
  width: 100%;
  margin-bottom: 5px;
  position: relative;
  left: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 1;
  visibility: hidden;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0, 0.01, 0.01, 0.98);
  transition-timing-function: cubic-bezier(0, 0.01, 0.01, 0.98);
}
.banner_txt h2 span {
  font-family: 'HK Grotesk';
  font-weight: 300;
  color: #fff;
  font-size: 60px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  display: inline-block;
}
.banner_txt h2 span:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #121830;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.9, 0, 0.1, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.9, 0, 0.1, 1);
  -o-transition: transform 0.8s cubic-bezier(0.9, 0, 0.1, 1);
  transition: transform 0.8s cubic-bezier(0.9, 0, 0.1, 1);
  transition: transform 0.8s cubic-bezier(0.9, 0, 0.1, 1), -webkit-transform 0.8s cubic-bezier(0.9, 0, 0.1, 1);
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  opacity: 0 !important;
}
.banner_txt h2 span.open:after {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}
.banner_txt.open h2,
.banner_txt.open p {
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -moz-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
  visibility: visible;
}
.slideshow__item > .container {
  position: absolute !important;
  z-index: 10;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
}
.slideshow__list .slideshow__item .tx {
  opacity: 0;
}
.slideshow--fullscreen .slideshow__item {
  position: relative;
}
.slideshow--fullscreen .slideshow__item:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.2);
}
.slideshow--fullscreen .slideshow__item video{
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width:100%;
  height:100%;
  display:block;
  margin:0;
  padding:0;
  -webkit-transform-origin: center;
  transform-origin: center;
  -o-object-position: center center;
  object-position: center center;
  -o-object-fit: cover;
  object-fit: cover;
}
.site_info_header .footer_box {
  margin-bottom: 40px;
}
.site_info_header .footer_box:last-of-type {
  margin-bottom: 0;
}
.site_info_header .footer_box span {
  margin: 0 0 15px;
  font-size: 10px;
}
.site_info_header .footer_box a,
.site_info_header .footer_box p {
  font-size: 16px;
  padding: 0 0 0 25px;
  color: #fff;
}
.site_info_header .footer_box a i,
.site_info_header .footer_box p i {
  font-size: 16px;
}
.site_info_header .footer_box a i.icon-mail,
.site_info_header .footer_box p i.icon-mail {
  font-size: 13px;
  top: 5px;
}
.menu_inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-left: 30px;
}
.menu_list li {
  display: block;
  margin-bottom: 10px;
}
.menu_list li:last-of-type {
  margin-bottom: 0;
}
.menu_list li a {
  display: inline-block;
  overflow: hidden;
  font-size: 38px;
  color: #a2a4af;
  font-weight: 300;
  letter-spacing: 0;
  text-align: left;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  line-height: 1.2;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.menu_list li a:hover {
  color: #CC8f2E;
  -webkit-transform: translate3d(5px, 0, 0);
  -ms-transform: translate3d(5px, 0, 0);
  -moz-transform: translate3d(5px, 0, 0);
  transform: translate3d(5px, 0, 0);
}
.menu_list li a span {
  display: block;
}
.menu_list li .active a {
  color: #121830;
}
.menu-banner-main {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  z-index: 1;
}
.menu-banner-main:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 1;
}
.menu-banner-main .item {
  position: relative;
  overflow: hidden;
}
.menu-banner-main .item img {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  padding: 0;
  -webkit-transform-origin: center;
  transform-origin: center;
  -o-object-position: center center;
  object-position: center center;
  -o-object-fit: cover;
  object-fit: cover;
}
.banner_dots .dot:last-of-type {
  margin-right: 0;
}
.banner_dots {
  right: 45px;
  bottom: 20px;
}
.banner_dots .dot {
  margin-right: 7px;
  width: 8px;
  height: 8px;
}
.swiper-container * {
  transition-timing-function: none;
  -moz-transition-timing-function: none;
  -webkit-transition-timing-function: none;
  -o-transition-timing-function: none;
  -ms-transition-timing-function: none;
  transition-duration: 0s;
  -moz-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
  -ms-transition-duration: 0s;
}
.display-table-cell {
  display: table-cell !important;
}
.position-relative {
  position: relative !important;
}
.display-block {
  display: block !important;
}
.swiper-bottom-scrollbar-full .swiper-slide img {
  max-height: 320px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  opacity: 1;
}
.last-paragraph-no-margin p:last-of-type {
  margin-bottom: 0;
}
.swiper-bottom-scrollbar-full .bottom-text {
  position: absolute;
  bottom: 50px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.width-100 {
  width: 100%;
}
.hover-title-box {
  position: absolute;
  right: 40px;
  opacity: 0;
  bottom: 50px;
  z-index: 99;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.width-300px {
  width: 300px;
}
.hover-title-box h3 {
  margin: 0 !important;
}
.hover-title-box p {
  color: #fff;
  font-size: 14px;
}
.hover-title-box .separator {
  height: 1px;
  content: "";
  position: absolute;
  left: -10px;
  top: 30px;
}
.width-50px {
  width: 50px;
}
.text-white {
  color: #fff !important;
}
.swiper-bottom-scrollbar-full .swiper-slide:hover img {
  opacity: 1;
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
}
.swiper-bottom-scrollbar-full .swiper-slide:hover .bottom-text {
  opacity: 0.7;
  letter-spacing: 5px;
  left: 4px;
}
.last-paragraph-no-margin p:last-of-type {
  margin-bottom: 0;
  display: none;
}
.swiper-bottom-scrollbar-full .bottom-text {
  position: absolute;
  bottom: 50px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-center {
  text-align: center !important;
}
.hover-title-box .separator {
  height: 1px;
  content: "";
  position: absolute;
  left: -10px;
  top: 30px;
}
.width-50px {
  width: 50px;
}
.swiper-bottom-scrollbar-full .swiper-slide .hover-title-box {
  visibility: visible;
  opacity: 1;
}
.swiper-bottom-scrollbar-full .swiper-slide:hover .hover-title-box {
  opacity: 1;
  visibility: visible;
}
h3 {
  font-size: 48px;
  line-height: 54px;
}
.no_right_padding {
  padding-right: 0 !important;
}
.swiper-container-horizontal > .swiper-scrollbar {
  display: none !important;
}
.width-auto {
  width: auto;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-bottom-scrollbar-full .swiper-slide:hover {
  z-index: 1;
}
.swiper-bottom-scrollbar-full.swiper-container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  top: 0;
  transition: all 0.3s ease-in-out 0.7s;
  -webkit-transition: all 0.3s ease-in-out 0.7s;
  -moz-transition: all 0.3s ease-in-out 0.7s;
  -ms-transition: all 0.3s ease-in-out 0.7s;
  -o-transition: all 0.3s ease-in-out 0.7s;
  width: 100%;
}
.company_logo {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 70px;
  padding: 5px;
  background: #fff;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0, 0.01, 0.01, 0.98);
  transition-timing-function: cubic-bezier(0, 0.01, 0.01, 0.98);
  opacity: 1;
  visibility: visible;
  z-index: 5;
}
.company_logo img {
  opacity: 1;
  -webkit-transform: scale(1) !important;
  -moz-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important;
}
.swiper-bottom-scrollbar-full .swiper-slide:hover .company_logo {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0);
}
.hover-title-box h3 {
  font-family: 'HK Grotesk';
  font-size: 25px;
  color: #fff;
  line-height: 1.3;
  font-weight: 300;
  text-align: right;
}
.hover-title-box h3 a {
  text-decoration: none;
}
.company_info_slide .display-table-cell .display-block > img {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0;
}
.company_info_slide .display-table-cell .hover-title-box {
  z-index: 5;
}
.company_info_slide .display-table-cell .display-block:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.company_info_slide {
  margin-top: 40px;
}
.header_info_icons {
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.header_info_icons li {
  text-align: center;
  margin-bottom: 20px;
}
.header_info_icons li:last-of-type {
  margin-bottom: 0;
}
.header_info_icons li a {
  color: #CC8f2E;
  display: inline-block;
  text-decoration: none;
  opacity: 0.7;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header_info_icons li a i {
  font-size: 20px;
}
.header_info_icons li a i.icon-mail {
  font-size: 15px;
}
.header_info_icons li a i.icon-phone {
  font-size: 17px;
}
.header_info_icons li a:hover {
  opacity: 1;
}
.company_info_slide .swiper-button-prev,
.company_info_slide .swiper-button-next {
  background: none;
  top: -60px;
  right: 0;
  left: auto;
  margin: 0;
}
.company_info_slide .swiper-button-prev i,
.company_info_slide .swiper-button-next i {
  color: #121830;
  font-size: 35px;
}
.company_info_slide .swiper-button-prev:hover i,
.company_info_slide .swiper-button-next:hover i {
  color: #CC8f2E;
}
.company_info_slide .swiper-button-prev {
  right: 260px;
}
.company_info_slide .swiper-button-next {
  right: 200px;
}
.company_info_slide_main {
  overflow: hidden;
}
.img_cover {
  overflow: hidden;
  position: relative;
}
.img_cover img {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  padding: 0;
  -webkit-transform-origin: center;
  transform-origin: center;
  -o-object-position: center center;
  object-position: center center;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(0, 0.01, 0.01, 0.98);
  transition-timing-function: cubic-bezier(0, 0.01, 0.01, 0.98);
  z-index: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.img_cover:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.img_cover:hover .image-border.image-border---1 {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
.img_cover:hover .image-border.image-border---2 {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.img_cover:hover .image-border.image-border---3 {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
.img_cover:hover .image-border.image-border---4 {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.about_sophie {
  margin-top: 100px;
}
.about_sophie:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.about_sophie:hover .image-border.image-border---1 {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
.about_sophie:hover .image-border.image-border---2 {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.about_sophie:hover .image-border.image-border---3 {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
.about_sophie:hover .image-border.image-border---4 {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.mvv_box:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.mvv_box:hover .image-border.image-border---1 {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
.mvv_box:hover .image-border.image-border---2 {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.mvv_box:hover .image-border.image-border---3 {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
.mvv_box:hover .image-border.image-border---4 {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.image-border {
  position: absolute;
  background-color: #fff;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(0, 0.01, 0.01, 0.98);
  transition-timing-function: cubic-bezier(0, 0.01, 0.01, 0.98);
  z-index: 4;
}
.image-border.image-border---1 {
  top: 0;
  left: 0;
  width: 100%;
  height: 2em;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  transform-origin: 0 0;
}
.image-border.image-border---2 {
  top: 0;
  right: 0;
  width: 2em;
  height: 100%;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  transform-origin: 100% 0;
}
.image-border.image-border---3 {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2em;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  transform-origin: 0 100%;
}
.image-border.image-border---4 {
  top: 0;
  left: 0;
  width: 2em;
  height: 100%;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  transform-origin: 0 0;
}
.company_info_slide .swiper-slide .display-block {
  overflow: hidden;
}
.company_info_slide .swiper-slide .display-block img {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  position: relative;
  z-index: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.company_info_slide .swiper-slide:hover .display-block img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.inner_banner_main {
  position: relative;
}
.inner_banner_height {
  height: 300px;
}
.inner_banner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  overflow: hidden;
  padding-bottom: 300px;
}
.inner_banner:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  background-color: rgba(18, 24, 48, 0.2);
}
.inner_banner img {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  padding: 0;
  -webkit-transform-origin: center;
  transform-origin: center;
  -o-object-position: center center;
  object-position: center center;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.inner_banner .container-fluid {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 10;
  bottom: 50px;
}
.inner_banner .container-fluid h1 {
  font-family: 'HK Grotesk';
  font-size: 50px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 300;
  color: #fff;
}
.lets_chat_section,
footer,
.inner_content {
  position: relative;
  z-index: 5;
  background-color: #fff;
}
.map {
  position: relative;
  padding-bottom: 690px;
}
.map iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.form-group {
  position: relative;
  margin-bottom: 35px;
  margin-top: 0px;
}
.form-group input,
.form-group textarea,
.form-group select {
  display: block;
  background: none;
  padding: 0.125rem 0.125rem 0.0625rem;
  font-size: 15px;
  border-width: 0;
  border-color: transparent;
  width: 100%;
  color: transparent;
  -webkit-transition: all 0.28s ease;
  transition: all 0.28s ease;
  box-shadow: none;
  font-family: 'HK Grotesk';
  line-height: 1;
}
.form-group select,
.form-group input {
  height: 45px;
}
.form-group select {
  color: #000;
  outline: none;
  box-shadow: none;
  border-radius: 0;
  font-size: 1rem;
  font-weight: normal;
}
.form-group .control-label {
  position: absolute;
  top: 0.25rem;
  pointer-events: none;
  padding-left: 0.125rem;
  z-index: 1;
  color: #b3b3b3;
  font-size: 1rem;
  font-weight: normal;
  -webkit-transition: all 0.28s ease;
  transition: all 0.28s ease;
  margin: 0;
}
.form-group .bar {
  position: relative;
  border-bottom: 0.0625rem solid rgba(67, 109, 181, 0.2);
  display: block;
}
.form-group .bar:before {
  content: '';
  height: 0.125rem;
  width: 0;
  left: 50%;
  bottom: -0.0625rem;
  position: absolute;
  background: rgba(67, 109, 181, 0.2);
  -webkit-transition: left 0.28s ease, width 0.28s ease;
  transition: left 0.28s ease, width 0.28s ease;
  z-index: 2;
}
.form-group input:valid,
.form-group textarea:valid,
.form-group input:focus,
.form-group textarea:focus {
  outline: none;
}
.form-group input.has-value,
.form-group textarea.has-value,
.form-group input.form-file,
.form-group textarea.form-file,
.form-group input:valid,
.form-group textarea:valid,
.form-group input:focus,
.form-group textarea:focus {
  color: #121830;
}
.form-group input:focus ~ .control-label,
.form-group textarea:focus ~ .control-label {
  color: #337ab7;
}
.form-group input.has-value ~ .control-label,
.form-group textarea.has-value ~ .control-label,
.form-group input.form-file ~ .control-label,
.form-group textarea.form-file ~ .control-label,
.form-group input:valid ~ .control-label,
.form-group textarea:valid ~ .control-label,
.form-group input:focus ~ .control-label,
.form-group textarea:focus ~ .control-label {
  font-size: 0.6rem;
  color: #CC8f2E;
  top: -1rem;
  left: 0;
}
.form-group input.has-value ~ .bar:before,
.form-group textarea.has-value ~ .bar:before,
.form-group input.form-file ~ .bar:before,
.form-group textarea.form-file ~ .bar:before,
.form-group input:valid ~ .bar:before,
.form-group textarea:valid ~ .bar:before,
.form-group input:focus ~ .bar:before,
.form-group textarea:focus ~ .bar:before {
  width: 100%;
  left: 0;
}
.form-group textarea {
  resize: none;
  height: 110px;
  padding-top: 10px;
}
.no_margin {
  margin: 0 !important;
}
.contact_row {
  margin-top: 40px;
}
.grid {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding-bottom: 10rem;
}
.grid__item {
  display: flex;
  justify-content: center;
  margin: 0 0 10rem 0;
  cursor: pointer;
}
.box {
  position: relative;
  margin: 2rem;
}
.box__img {
  display: block;
  flex: none;
  margin: 0 auto;
  max-width: 100%;
  transition: filter 0.3s;
  pointer-events: none;
  position: relative;
  z-index: 15;
}
.box__content {
  position: absolute;
  display: none;
  padding-top: 10px;
}
.box__content h3 {
  font-size: 18px;
  margin: 0 0 10px;
  font-weight: bold;
  line-height: 1;
  font-family: 'HK Grotesk';
  color: #121830;
}
.box__content p {
  margin: 0;
  font-size: 13px;
}
.overlay {
  pointer-events: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  overflow: hidden;
}
.overlay__reveal {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #121830;
  position: absolute;
  z-index: 100;
  transform: translate3d(100%, 0, 0);
}
.overlay__item {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background: #ececec;
  opacity: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5rem 5vw;
  justify-content: center;
}
.overlay__item .box {
  max-width: 600px;
  max-height: 100%;
  margin: 0;
}
.overlay__content {
  max-width: 25rem;
  margin: 1rem 0 0 10vw;
}
.overlay__content h2 {
  font-family: 'HK Grotesk';
  font-size: 30px;
  line-height: 1.2;
  font-weight: 400;
  margin: 0 0 5px;
  padding: 0 0;
  color: #121830;
  letter-spacing: 0;
}
.overlay__content span {
  font-family: 'HK Grotesk';
  font-size: 14px;
  line-height: 1.2;
  font-weight: 300;
  margin: 0 0 30px;
  padding: 0 0;
  color: #121830;
  letter-spacing: 0;
  display: block;
}
.overlay__content p {
  font-size: 16px;
  line-height: 1.6;
}
.box__shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -1rem;
  left: -1rem;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAOklEQVQoU43MSwoAMAgD0eT+h7ZYaOlHo7N+DNHL2HAGgBWcyGcKbqTghTL4oQiG6IUpOqFEC5bI4QD8PAoKd9j4XwAAAABJRU5ErkJggg==);
  opacity: 0.1 !important;
}
.box__img--original {
  max-height: calc(100vh - 10rem);
  filter: none;
}
.overlay__close {
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  border: 0;
  margin: 1rem;
  padding: 1rem;
  opacity: 0;
}
.icon {
  display: block;
  width: 1.5em;
  height: 1.5em;
  margin: 0 auto;
  fill: currentColor;
}
.overlay--open {
  pointer-events: auto;
}
.inner_content {
  z-index: 51;
}
@media screen and (min-width: 55em) {
  .grid {
    display: grid;
    align-items: center;
    padding: 0;
    grid-row-gap: 2rem;
    grid-template-columns: repeat(3, calc(100% / 3));
  }
  .grid__item {
    margin: 0;
  }
  .box {
    margin: 4rem;
  }
  .overlay__item {
    flex-direction: row;
  }
  .box {
    margin: 4rem;
  }
  .overlay__content {
    font-size: 2.25rem;
    margin-top: 0;
  }
}
@media screen and (min-width: 80em) {
  .grid {
    grid-template-columns: repeat(4, 25%);
  }
  .box {
    margin: 4rem 1.5rem;
  }
  .box__content {
    display: block;
  }
}
.contact_form {
  margin-top: 40px;
}
.contact_form_info .footer_box {
  margin-bottom: 30px;
}
.expertise_images:before,
.expertise_images:after {
  content: '';
  display: table;
  clear: both;
}
.expertise_images li {
  width: 33.333%;
  height: auto;
  float: left;
  overflow: hidden;
}
.expertise_images li img {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  padding: 0;
  -webkit-transform-origin: center;
  transform-origin: center;
  -o-object-position: center center;
  object-position: center center;
  -o-object-fit: cover;
  object-fit: cover;
}
.expertise_images li:nth-of-type(1) {
  height: 230px;
}
.expertise_images li:nth-of-type(2) {
  height: 280px;
}
.expertise_images li:nth-of-type(3) {
  height: 230px;
}
.expertise_main_content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.expertise_main_content .expertise_list_content {
  -ms-flex: 0 0 calc(100% - 700px);
  flex: 0 0 calc(100% - 700px);
  max-width: calc(100% - 700px);
  padding-right: 100px;
}
.expertise_main_content .expertise_images_main {
  -ms-flex: 0 0 700px;
  flex: 0 0 700px;
  max-width: 700px;
}
.grid-item {
  margin-bottom: 5px;
  width: calc(33.33333% - 10px);
  cursor: pointer !important;
  position: relative;
  z-index: 50;
  text-decoration: none !important;
}
.grid-item img {
  display: block;
  margin: 0;
  padding: 0;
}
.grid-item:hover .work_box_txt {
  opacity: 1;
}
.gutter-sizer {
  width: 5px;
}
.expertise_list li {
  font-family: 'HK Grotesk';
  font-size: 40px;
  font-weight: bold;
  color: #e6e6e6;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 0 0 10px;
  padding: 0;
  letter-spacing: 0.03em;
  cursor: pointer;
  line-height: 1;
  position: relative;
  display: table;
}
.expertise_list li:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #CC8f2E;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  display: none;
}
.expertise_list li:hover {
  color: #121830;
}
.expertise_list li:hover:before {
  -webkit-transform: translate3d(5px, 0, 0);
  -ms-transform: translate3d(5px, 0, 0);
  -moz-transform: translate3d(5px, 0, 0);
  transform: translate3d(5px, 0, 0);
}
.blog_box {
  display: block;
  text-decoration: none !important;
}
.blog_box:hover .blog_box_img img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.blog_box_img {
  overflow: hidden;
  height: 230px;
  margin-bottom: 15px;
}
.blog_box_img img {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  padding: 0;
  -webkit-transform-origin: center;
  transform-origin: center;
  -o-object-position: center center;
  object-position: center center;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blog_box_content h3 {
  font-size: 20px;
  font-family: 'HK Grotesk';
  line-height: 1.4;
  font-weight: 400;
  color: #121830;
  margin: 0 0 15px;
  padding: 0;
}
.blog_box_content p {
  font-size: 15px;
}
.blog_box_main {
  margin-top: 50px;
}
.blog_post_page .full_image {
  width: 100%;
  height: auto;
  margin-top: 15px;
}
.blog_page_information img,
.inner-page-left-sidebar img {
  height: auto;
  width: 100%;
}
.blog_discription_paragraphs {
  margin-top: 35px;
  line-height: 27px;
  color: #7e8c99;
  font-size: 16px;
  font-family: 'HK Grotesk';
  margin-bottom: 0;
}
.blog_page_information p,
.inner-page-shortcodes p {
  width: 100%;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 10px;
}
.bolg_post_list {
  margin: 0;
  padding: 0;
  margin-top: 30px;
  color: #435061;
  font-family: 'HK Grotesk';
  font-size: 16px;
  font-weight: 700;
}
.discription_detail {
  width: 100%;
  height: auto;
  background-color: #121830;
  color: #fff;
  font-family: 'HK Grotesk';
  font-size: 21px;
  padding: 40px;
  font-style: italic;
  font-weight: 100;
  margin-top: 30px;
  line-height: 1.42857;
  margin-bottom: 30px;
}
.display_blog_reply {
  width: 100%;
  height: auto;
}
.bolg_post_list > li::before {
  background-color: #CC8f2E;
  border-radius: 50%;
  bottom: 5px;
  content: "";
  height: 10px;
  left: 0;
  position: absolute;
  width: 10px;
}
.bolg_post_list li {
  list-style: outside none none;
  margin-bottom: 10px;
  padding-left: 25px;
  color: #435061;
  font-family: 'HK Grotesk';
}
.about_sophie_img {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 1000px;
  max-width: 100%;
  height: 100%;
}
.about_sophie {
  position: relative;
  margin-bottom: 180px;
}
.about_sophie.ethos_main {
  margin-bottom: 100px;
}
.about_sophie_txt {
  position: relative;
  z-index: 5;
  padding: 80px;
  background-color: rgba(18, 24, 48, 0.9);
  width: calc(100% - 300px);
  margin: 0 auto;
  margin-right: 0;
  display: block;
  top: 100px;
}
.about_sophie_txt h2 {
  color: #CC8f2E;
}
.about_sophie_txt p {
  color: #fff;
}
.about_sophie_txt p:last-of-type {
  margin-bottom: 0;
}
.about_sophie_txt ul {
  color: #fff;
  margin: 0;
}
.about_sophie_txt ul li {
  color: #fff;
  font-family: 'HK Grotesk';
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0;
  padding: 0;
  margin: 0 0 3px;
  font-weight: 300;
}
.mvv_box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}
.mvv_img {
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
}
.mvv_txt {
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
  padding: 0 80px;
}
.mvv_txt p {
  margin-bottom: 0;
}
.mvv_txt ul {
  color: #000;
  margin: 0;
}
.mvv_txt ul li {
  color: #000;
}
.mvv_box_col {
  margin-bottom: 100px;
}
.mvv_box_col:nth-of-type(2) .mvv_box {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.ethos {
  position: relative;
  overflow: hidden;
  padding: 80px;
}
.ethos img {
  position: ABSOLUTE;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  padding: 0;
  -webkit-transform-origin: center;
  transform-origin: center;
  -o-object-position: center center;
  object-position: center center;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
}
.ethos:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background: rgba(18, 24, 48, 0.9);
  opacity: 0.7;
}
.ethos_txt {
  position: relative;
  z-index: 5;
}
.ethos_txt .primary_heading {
  color: #CC8f2E;
}
.ethos_txt p {
  color: #fff;
  margin: 0;
}
.portfolio_box {
  position: relative;
  margin-bottom: 30px;
}
.portfolio_box:hover .portfolio_box_txt {
  opacity: 1;
  visibility: visible;
}
.portfolio_box_txt {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  text-align: center;
  position: ABSOLUTE;
  left: 0;
  top: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: #cc8f2e;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.portfolio_box_txt .but {
  pointer-events: none;
}
.portfolio_box_img {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 200px;
  padding: 20px 30px;
  background-color: #fff;
}
.disclaimer_font {
  font-style: italic;
  font-size: 13px;
  margin-bottom: 0;
  margin-top: 30px;
  color: #000;
}
.disclaimer_font a {
  text-decoration: none;
  color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.disclaimer_font a:hover {
  color: #CC8f2E;
}
.portfolio_box_img img {
  max-width: 220px;
  max-height: 100%;
  height: auto;
  margin: 0 auto;
}
.portfolio_box_txt .primary_heading {
  display: block;
  text-align: center;
  font-size: 24px;
}
.portfolio_section {
  background-color: #f7f7f7;
  margin-bottom: 80px;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem auto;
  pointer-events: none;
  max-width: 1000px;
}
.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
#staticBackdrop .project_list_txt p {
  margin-bottom: 20px;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}
.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border: none;
  box-shadow: none;
  cursor: pointer;
  outline: none !important;
}
.modal-header .close span {
  color: #b3b3b3;
  font-size: 18px;
  font-weight: 600;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 40px 50px;
}
.modal-body h2 {
  font-weight: bold;
  font-size: 18px;
  margin: 0 0 10px;
}
.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.modal-content .primary_heading {
  width: 100%;
  font-size: 25px;
  margin-bottom: 10px;
}
.modal-content .primary_heading:after {
  height: 2px;
}
.modal-header {
  position: relative;
  background-color: #121830;
}
.modal-header .primary_heading {
  color: #CC8f2E;
  margin: 0;
}
.modal-header .close {
  position: absolute;
  padding: 21px 20px;
  right: 0;
  top: 0;
  margin: 0;
  background-color: transparent;
}
.testimonial_slider .item p {
  margin-bottom: 0;
  font-size: 20px;
}
.testi_info {
  margin-top: 30px;
}
.testi_info h5 {
  font-family: 'HK Grotesk';
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 8px;
  padding: 0;
  line-height: 1;
}
.testi_info span {
  font-size: 13px;
  font-family: 'HK Grotesk';
  font-weight: 300;
  color: #000;
  display: block;
  line-height: 1;
  width: 100%;
}
.testimonial_slider_main {
  max-width: 900px;
  margin: 0 auto;
}
.testimonial {
  background-color: #fff;
  position: relative;
  z-index: 20;
}
.testimonial .primary_heading {
  display: table;
  margin: 0 auto 40px;
}
.slideshow__item video,
.slideshow__item img {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  padding: 0;
  -webkit-transform-origin: center;
  transform-origin: center;
  -o-object-position: center center;
  object-position: center center;
  -o-object-fit: cover;
  object-fit: cover;
}
.slideshow__item video {
  display: none;
}
.open_reveal {
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  background-color: #121830;
  content: '';
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -moz-transform: scaleX(0);
  transform: scaleX(0);
  transform-origin: right;
  -webkit-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), background 1s ease;
  -moz-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), background 1s ease;
  -o-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), background 1s ease;
  -ms-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), background 1s ease;
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), background 1s ease;
  z-index: 1000;
}
.open_reveal.open {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -moz-transform: scaleX(1);
  transform: scaleX(1);
  transform-origin: left;
}
.footer_row_main .footer_colom_1 {
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
}
.footer_row_main .footer_colom_2 {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.footer_row_main .footer_colom_3,
.footer_row_main .footer_colom_4 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.why_sophie_list {
  padding-left: 20px;
}
.why_sophie_list li {
  font-family: 'HK Grotesk';
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0;
  color: #121830;
  padding: 0;
  margin: 0 0 3px;
  font-weight: 300;
}
.footer_colom_3 .footer_box a {
  margin-top: 5px !important;
}
.footer_colom_3 .footer_box a:nth-of-type(1) {
  margin-top: 0 !important;
}
.site_info_header .footer_box:nth-of-type(3) a {
  margin-bottom: 3px !important;
  margin-top: 0 !important;
}
.single_portfolio_head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 80px;
  background: #f7f7f7;
  padding: 50px;
}
.single_portfolio_img {
  -ms-flex: 0 0 250px;
  flex: 0 0 250px;
  max-width: 250px;
}
.single_portfolio_txt {
  -ms-flex: 0 0 calc(100% - 250px);
  flex: 0 0 calc(100% - 250px);
  max-width: calc(100% - 250px);
  padding-left: 150px;
}
.single_portfolio_txt p {
  margin-bottom: 0;
}
.project_list_txt {
  -ms-flex: 0 0 calc(100% - 450px);
  flex: 0 0 calc(100% - 450px);
  max-width: calc(100% - 450px);
  padding-left: 100px;
  padding-right: 100px;
}
.project_list_txt h3 {
  font-family: 'HK Grotesk';
  font-size: 25px;
  line-height: 1.2;
  font-weight: normal;
  color: #121830;
  letter-spacing: -0.03em;
  margin: 0 0 10px;
  padding: 0 0;
}
.project_list_txt p {
  font-size: 18px;
  margin-bottom: 40px;
}
.project_list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* -ms-flex-align: center;
  align-items: center;*/
}
.project_list_img {
  -ms-flex: 0 0 450px;
  flex: 0 0 450px;
  max-width: 450px;
  overflow: hidden;
  height: auto;
  position: relative;
  padding-bottom: 21%;
}
.project_list_img img {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  padding: 0;
  -webkit-transform-origin: center;
  transform-origin: center;
  -o-object-position: center center;
  object-position: center center;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.project_list {
  margin-bottom: 80px;
}
.project_tab_container .project_list {
  margin-bottom: 120px;
}
.project_tab_container {
  display: none;
}
.project_tab_container.active {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.project_tab {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 80px;
}
.project_tab li {
  font-family: 'HK Grotesk';
  font-size: 25px;
  line-height: 1;
  font-weight: 500;
  color: #c5c5c5;
  letter-spacing: -0.03em;
  margin: 0 15px 0px;
  padding: 0 0 5px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.project_tab li:after {
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  background-color: #CC8f2E;
  opacity: 0;
}
.project_tab li:hover {
  color: #121830;
}
.project_tab li:hover:after {
  opacity: 1;
}
.project_tab li.active {
  color: #121830;
}
.project_tab li.active:after {
  opacity: 1;
}
.mcad_container {
  margin-top: 60px;
}
.mcad_container .project_list {
  padding-bottom: 80px;
  border-bottom: 1px solid #e6e6e6;
}
.mcad_container .project_list:last-of-type {
  margin-bottom: 0;
}
.no_dec {
  text-decoration: none !important;
}
.modal-dialog.port_POP {
  max-width: 1200px;
}
.port_POP .project_list {
  display: block;
  margin: 0;
}
.port_POP .project_list_txt,
.port_POP .project_list_img {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-bottom: 0;
}
.port_POP .project_list_txt img,
.port_POP .project_list_img img {
  position: relative;
}
.port_POP .project_list_txt {
  padding: 0;
}
.project_list_img_slider .item {
  position: relative;
  padding-bottom: 40%;
}
.project_list_img_slider .item img {
  position: absolute;
}
.project_list_img_slider.owl-carousel .owl-nav {
  text-align: center;
  margin-top: 10px;
}
.project_list_img_slider.owl-carousel .owl-nav button.owl-next,
.project_list_img_slider.owl-carousel .owl-nav button.owl-prev {
  font-size: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: pointer;
  outline: none !important;
  margin: 0 20px;
  color: #121830;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.project_list_img_slider.owl-carousel .owl-nav button.owl-next:hover,
.project_list_img_slider.owl-carousel .owl-nav button.owl-prev:hover {
  color: #CC8f2E;
}
.clb-subscribe {
  overflow: hidden;
  max-width: 100%;
  height: auto;
  -webkit-animation: 0.4s slide_up_inner cubic-bezier(0.4, 0, 0.2, 1);
  animation: 0.4s slide_up_inner cubic-bezier(0.4, 0, 0.2, 1);
}
.clb-subscribe .vc_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0;
  overflow: hidden;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.clb-subscribe .clb-subscribe-img {
  -webkit-background-size: cover;
  background-size: cover;
  background-color: #fff;
  min-height: 20vh;
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  background-position: center center;
}
#subscribe_popUp .close {
  position: absolute;
  right: 20px;
  top: 10px;
  z-index: 5;
  margin: 0;
  background: none;
  color: #2c2c2c;
  border: none;
  outline: none;
  font-size: 27px;
  cursor: pointer;
  font-weight: 300;
}
#subscribe_popUp .modal-dialog {
  max-width: 800px !important;
}
#subscribe_popUp .modal-dialog .form-group .control-label {
  left: 0;
  text-align: left;
}
.clb-subscribe-content {
  padding: 50px 40px;
}
.subscribe-nothanks-btn.btn.btn-link {
  font-family: 'Roboto' !important;
  line-height: 1.2 !important;
  letter-spacing: 0.02em !important;
  font-weight: 400 !important;
  color: #c7c7c7 !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.clb-subscribe-img {
  background-image: url(../images/blog_thumb_1.jpg);
}
#subscribe_popUp .modal-body {
  padding: 0 !important;
}
#subscribe_popUp .modal-body .form-group input {
  text-align: left;
}
/*media query*/
@media (min-width: 1300px) {
  .menu .container-fluid,
  .inner_banner .container-fluid,
  .section .container-fluid {
    padding-left: 170px;
    padding-right: 50px;
  }
}
@media (min-width: 1600px) {
  .menu .container-fluid,
  .inner_banner .container-fluid,
  .section .container-fluid {
    padding-left: 200px;
    padding-right: 200px;
  }
}
@media (max-width: 1600px) {
  .header {
    left: 0px;
    width: 120px;
  }
  .logo_text {
    max-width: 100px;
  }
  .lets_chat {
    padding: 50px;
  }
  .header_inquire a {
    padding: 40px 20px;
  }
  .about_sophie_txt ul li,
  p,
  .why_sophie_list li,
  .footer_box a i,
  .footer_box p i,
  .footer_box a,
  .footer_box p {
    font-size: 17px;
  }
  .footer_box .common_ul li {
    margin-right: 5px;
  }
  .footer_box a i.icon-mail,
  .footer_box p i.icon-mail {
    font-size: 15px;
    top: 5px;
  }
  .primary_heading {
    font-size: 40px;
  }
  .banner_dots {
    right: 25px;
  }
  .banner_txt h2 span {
    font-size: 50px;
  }
  .menu_list li a {
    font-size: 32px;
  }
  .bg_lines {
    width: calc(100% - 250px);
  }
  .lets_chat_text p {
    max-width: 650px;
  }
  .link {
    margin-bottom: 15px;
  }
  .banner_txt {
    left: 10%;
    bottom: 70px;
  }
  .banner_txt h2 {
    margin-bottom: 0;
  }
  .logo {
    max-width: 100px;
  }
  .lets_chat_button a {
    padding: 20px 40px;
  }
  .box__content h3 {
    font-size: 16px;
    margin: 0 0 5px;
  }
  .box__content p {
    font-size: 12px;
  }
  .about_section.what_we_do ul.row li {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .slideshow__item video {
    display: block;
  }
}
@media (max-width: 479px) {
  .text {
    font-size: 2vw;
    line-height: 2vw;
  }
}
