/*
Theme Name: agencyspace
Theme URI: https://www.mytheme.com/themes/agencyspace/
Author: the Creative team
Author URI: https://www.mytheme.com/
Description: The agencyspace theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, one-column, two-columns, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: agencyspace
*/

/*------------------------------------------------------
	overwrite css start
------------------------------------------------------*/
/* @font-face {
    font-family: 'Arial';
    src: url('assets/fonts/Arial-BoldMT.woff2') format('woff2'),
        url('assets/fonts/Arial-BoldMT.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Arial';
    src: url('assets/fonts/ArialMT.woff2') format('woff2'),
        url('assets/fonts/ArialMT.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
} */

@font-face {
  font-family: "TT Commons";
  src: url("assets/fonts/TTCommons-Thin.eot");
  src: url("assets/fonts/TTCommons-Thin.eot?#iefix") format("embedded-opentype"),
    url("assets/fonts/TTCommons-Thin.woff2") format("woff2"),
    url("assets/fonts/TTCommons-Thin.woff") format("woff"),
    url("assets/fonts/TTCommons-Thin.ttf") format("truetype"),
    url("assets/fonts/TTCommons-Thin.svg#TTCommons-Thin") format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Commons";
  src: url("assets/fonts/TTCommons-Regular.eot");
  src: url("assets/fonts/TTCommons-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("assets/fonts/TTCommons-Regular.woff2") format("woff2"),
    url("assets/fonts/TTCommons-Regular.woff") format("woff"),
    url("assets/fonts/TTCommons-Regular.ttf") format("truetype"),
    url("assets/fonts/TTCommons-Regular.svg#TTCommons-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Commons";
  src: url("assets/fonts/TTCommons-Medium.eot");
  src: url("assets/fonts/TTCommons-Medium.eot?#iefix")
      format("embedded-opentype"),
    url("assets/fonts/TTCommons-Medium.woff2") format("woff2"),
    url("assets/fonts/TTCommons-Medium.woff") format("woff"),
    url("assets/fonts/TTCommons-Medium.ttf") format("truetype"),
    url("assets/fonts/TTCommons-Medium.svg#TTCommons-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Commons";
  src: url("assets/fonts/TTCommons-Light.eot");
  src: url("assets/fonts/TTCommons-Light.eot?#iefix")
      format("embedded-opentype"),
    url("assets/fonts/TTCommons-Light.woff2") format("woff2"),
    url("assets/fonts/TTCommons-Light.woff") format("woff"),
    url("assets/fonts/TTCommons-Light.ttf") format("truetype"),
    url("assets/fonts/TTCommons-Light.svg#TTCommons-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/* @font-face {
    font-family: "miller-display",serif;
    src: url('assets/fonts/Miller-DisplayRoman.eot');
    src: url('assets/fonts/Miller-DisplayRoman.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Miller-DisplayRoman.woff2') format('woff2'),
        url('assets/fonts/Miller-DisplayRoman.woff') format('woff'),
        url('assets/fonts/Miller-DisplayRoman.ttf') format('truetype'),
        url('assets/fonts/Miller-DisplayRoman.svg#Miller-DisplayRoman') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
} */
/* @font-face {
    font-family: 'Miller';
    src: url('assets/fonts/Miller-DisplayRoman.eot');
    src: url('assets/fonts/Miller-DisplayRoman.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Miller-DisplayRoman.woff2') format('woff2'),
        url('assets/fonts/Miller-DisplayRoman.woff') format('woff'),
        url('assets/fonts/Miller-DisplayRoman.ttf') format('truetype'),
        url('assets/fonts/Miller-DisplayRoman.svg#Miller-DisplayRoman') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
} */

/*----------intial declartaion of css----------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
select,
input,
option {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
html {
  -webkit-text-size-adjust: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: none;
  cursor: pointer;
  border-radius: 0px !important;
}
button:focus {
  outline: none !important;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
}
a {
  text-decoration: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
table {
  border: 0 none;
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}
img {
  border: 0 none;
  max-width: 100%;
}
a {
  outline: none;
  cursor: pointer;
  -webkit-transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
  text-decoration: none;
  color: #000;
}
a:hover {
  text-decoration: none;
  color: #315569;
}
a:focus {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
/* End hide from IE Mac */
.none {
  display: none;
} /* End Clearfix */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
.clear {
  clear: both;
}
img {
  max-width: 100%;
}
ol,
ul {
  margin-left: 20px;
  margin-bottom: 20px;
}
ol li,
ul li {
  color: #000000;
}

/* For modern browsers */
.cf:before,
.cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
  clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
strong {
  font-weight: 700;
}
p {
  font-size: 16px;
  line-height: 1.5;
  padding-bottom: 25px;
  color: #06357a;
  font-family: "Arial";
  font-weight: 400;
}
h1 {
  font-size: 60px;
  font-family: "Arial";
  font-weight: 400;
  margin-bottom: 20px;
}
h2 {
  font-size: 36px;
  font-family: "Arial";
  font-weight: 400;
  margin-bottom: 25px;
  line-height: 1.4;
  color: #06357a;
}
h3 {
  font-size: 30px;
  margin-bottom: 20px;
  font-family: "Arial";
  font-weight: 400;
  color: #06357a;
}
h4 {
  font-size: 24px;
  margin-bottom: 20px;
  font-family: "Arial";
  font-weight: 400;
  color: #06357a;
}
h5 {
  font-size: 20px;
  margin-bottom: 20px;
  font-family: "Arial";
  font-weight: 400;
  color: #06357a;
}
h6, .h6 {
  font-weight: 100;
  font-size: 0.875rem;
  margin: 0;
  line-height: 1.25rem;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Arial";
  font-weight: 400;
  font-size: 16px;
}
.btn {
  padding: 9px 29px;
  font-size: 18px;
  font-family: "Arial";
  font-weight: 700;
  display: inline-block;
  outline: none;
}
.btn-primary {
  color: #06357a;
  border: 1px solid #06357a;
  -webkit-transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #06357a;
  color: #fff;
}
.btn-secondary {
  color: #fff;
  border: 1px solid #06357a;
  background: #06357a;
  -webkit-transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}
.btn-secondary:hover,
.btn-primary:focus {
  background-color: transparent;
  color: #06357a;
}
input[type="text"],
input[type="email"],
input[type="phone"],
input[type="tel"],
input[type="number"],
input[type="password"] {
  font-weight: normal;
  color: #0b165b;
  font-size: 18px;
  line-height: 29px;
  font-family: "azo-sans-web";
  width: 100%;
  height: 56px;
  padding: 0 15px;
  border: 1px solid transparent;
  border-radius: 0px !important;
}
textarea {
  font-weight: normal;
  color: #0b165b;
  font-family: "azo-sans-web";
  width: 100%;
  line-height: 29px;
  font-size: 18px;
  border: none;
  resize: none;
  padding: 15px;
  height: 260px;
  border: 1px solid transparent;
  border-radius: 0px !important;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="phone"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="password"]:focus {
  border: 1px solid #315569;
}
textarea:focus {
  border: 1px solid #315569;
}
.grecaptcha-badge {
  display: none !important;
}

::-webkit-input-placeholder {
  color: #315569;
  opacity: 1;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
:-moz-placeholder {
  color: #315569;
  opacity: 1;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
::-moz-placeholder {
  color: #315569;
  opacity: 1;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
:-ms-input-placeholder {
  color: #315569;
  opacity: 1;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
label {
  font-family: "Nunito Sans", sans-serif;
  font-size: 22px;
  color: #000;
  display: block;
}
/*button{padding:5px 20px !important;background-color:#BA980B !important;color:#fff !important;font-size:24px !important;font-family: 'Adobe Arabic';font-weight: 400 !important;-webkit-border-radius:0 !important;-moz-border-radius:0 !important;border-radius:0 !important;border:none !important;}
button:focus, button:hover{background-color: #000 !important;color:#fff !important;border:none !important;-webkit-box-shadow: none !important;-moz-box-shadow: none !important;box-shadow: none !important}*/
.wrapper {
  position: relative;
}
.title-heading {
  width: 100%;
  text-align: center;
}
.top-title-heading {
  width: 100%;
  text-align: center;
}
.top-title-heading h3 {
  color: #315569;
}
.top-title-heading h6 {
  text-transform: uppercase;
  font-size: 18px;
  color: #1a8898;
  margin-bottom: 0;
  font-weight: 700;
}
.full-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.half-col {
  width: 49%;
  margin-right: 10px;
}
.half-col:last-child {
  margin-right: 0;
}
.container {
  max-width: 1257px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
.mid-container {
  max-width: 1060px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
.siteloader {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 11;
  background-color: rgba(0, 0, 0, 0.95);
  top: 0;
}
.siteloader .loader-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.site-header {
  background: #f2f6fa;
  height: 127px;
}
.header-main {
  position: fixed;
  top: 0;
  -webkit-transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 999;
  background: #f2f6fa;
}
.header-main .header-top-bar {
  -webkit-transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
  opacity: 1;
  visibility: visible;
  background: #fff;
}
.header-main.fixed .header-top-bar {
  opacity: 0;
  visibility: hidden;
  height: 0;
  padding: 0;
}
.header-wrap .logo a {
  display: inline-block;
  font-size: 0;
}
.menu-main{
  width: 100%;
}
.enumenu_ul{
  display: flex;
  justify-content: center;
}
.form-control {
  border: none;
  padding: 0;
  background-color: transparent;
  margin-bottom: 15px;
}
.form-control ul {
  margin: 0;
}
.form-control ul li {
  list-style: none;
}

.header-top-bar {
  padding: 10px 0 9px;
}
.top-bar-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-left {
  width: 50%;
  text-align: left;
}
.top-left a {
  text-transform: uppercase;
  font-size: 11px;
  font-family: "Arial";
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
  color: #76859c;
}
.top-left a:hover {
  color: #06357a;
}
.top-left a i {
  font-size: 26px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.top-right {
  width: 50%;
  text-align: right;
}
ul.social-listing {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0;
}
ul.social-listing li {
  list-style: none;
  margin-right: 6px;
}
ul.social-listing li a {
  background: #f2f6fa;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  line-height: 27px;
  font-size: 14px;
  text-align: center;
  display: block;
  color: #06357a;
  letter-spacing: 0.6px;
}
ul.social-listing li a i {
  color: #06357a;
  -webkit-transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
  font-weight: 700;
}
ul.social-listing li a:hover {
  background: #06357a;
  color: #fff;
}
ul.social-listing li a:hover i {
  color: #fff;
}

.header-wrap {
  background: #fff;
}
/* Error page section style start here */
.error-main {
  text-align: center;
  width: 100%;
  padding: 55px 0;
}
.error-main h1 {
  color: #fff;
  font-size: 52px;
  font-family: "azo-sans-web";
  line-height: 52px;
  font-weight: 400;
}
.content-404 h3 {
  color: #fff;
  font-size: 42px;
  font-family: "azo-sans-web";
  line-height: 52px;
  font-weight: 400;
}
.content-404 {
  margin-bottom: 50px;
}
.orange-link {
  margin-top: 60px;
}
.orange-link a {
  width: 268px;
  height: 60px;
  padding: 15px 21px 15px 21px;
  position: relative;
  color: #fff;
  font-family: "azo-sans-web";
  line-height: 23px;
  font-size: 18px;
  font-weight: 500;
  border: 0.5px solid #fff;
}
.orange-link a:after {
  display: none;
  content: "";
  width: 20px;
  height: 20px;
  background: #fff;
  transform: rotate(-132deg);
  position: absolute;
  border-top: 0;
  border-left: 0;
  border-bottom: 0;
  top: -9px;
  right: -11px;
  bottom: -12px;
}
.orange-link a span {
  position: relative;
  padding-left: 89px;
}
.orange-link a span:after {
  display: none;
  content: "";
  width: 21px;
  height: 21px;
  background: #0b165b;
  transform: rotate(-132deg);
  position: absolute;
  border-top: 0;
  border-left: 0;
  border-bottom: 0;
  top: 2px;
  right: -5px;
  bottom: -12px;
  z-index: 0;
}
.orange-link a span i {
  z-index: 10;
  position: relative;
  font-size: 13px;
  line-height: 13px;
}
.orange-link a:hover {
  color: #fff;
}
.orange-link a:hover i {
  color: #fff;
}
.orange-link a:hover span:after {
  transform: rotate(-48deg);
  transition: all 1s ease-in;
}

/* Error page section style ends here */

/* Custom select box style start*/
.sbHolder {
  color: #315569;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.5);
  box-sizing: content-box;
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  height: 44px;
  margin: 0;
  position: relative;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.sbToggle {
  background: rgba(0, 0, 0, 0) url("assets/images/select-icon.svg") no-repeat
    center center;
  display: block;
  height: 17px;
  outline: medium none;
  position: absolute;
  right: 10px;
  width: 25px;
  top: 53%;
  transform: translateY(-50%);
}
.sbToggle.sbToggleOpen {
  transform: rotate(180deg);
  right: 10px;
  top: 25%;
}
.sbSelector {
  display: block;
  height: 44px;
  left: 0;
  line-height: 44px;
  outline: medium none;
  overflow: hidden;
  position: absolute;
  text-align: left;
  text-indent: 20px;
  top: 0;
  width: 100%;
  color: #023e59;
  cursor: pointer;
}
.sbOptions {
  position: absolute;
  width: 100%;
  background-color: #fff;
  box-sizing: content-box;
  left: 0;
  margin: 10px 0 0;
  padding: 10px 0;
  overflow: auto;
  z-index: 11;
  -webkit-box-shadow: 0px 8.66936px 26.0081px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 8.66936px 26.0081px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 8.66936px 26.0081px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  height: 82px;
}
.sbOptions li {
  padding: 0 5px;
}
.sbOptions a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  display: block;
  outline: medium none;
  padding: 14px 12px 5px;
  text-align: left;
  color: #315569;
  font-size: 16px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
}
.sbOptions li:first-child a {
  padding: 8px 12px;
}
.sbOptions li:last-child a {
  border-bottom: none;
}
.sbOptions a:hover {
  color: #1a8898;
}
/* Custom select box style ends*/
/* Search bar section style start here */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

/** header css **/
body {
  background-color: black;
}
body .hfeed {
  overflow-x: hidden;
}
.main-header {
  position: relative;
}

.menu-close {
  display: none;
}
.menu-icon {
  display: none;
}
/** header css **/
header,
nav {
  align-items: center;
  display: flex;
}
header {
  flex-direction: column;
  position: relative;
  height: 10vw;
  width: 100%;
  z-index: 2;
}
.logoContainer {
  position: relative;
  display: flex;
  width: 6%;
}
.Logo_Logo__Y-XWO {
  width: 100%;
}
nav {
  flex-direction: row;
  padding: 2vw 0;
  height: 100%;
  width: 85%;
  flex-wrap: wrap;
}
.main-menu-wrapper {
  justify-content: space-between;
  flex-direction: row;
  display: flex;
  width: 50%;
}
.nav-menu li a {
  font-family: "TT Commons";
  letter-spacing: 0.02rem;
  font-size: 1.1rem;
  color: #fff;
}
.menu-primary-menu-container {
  list-style-type: none;
  /* margin: 0 0 0 95px; */
  min-width: 260px;
  padding: 0;
  width: 80%;
}
ul.nav-menu {
  justify-content: flex-start;
  flex-direction: row;
  display: flex;
  margin-bottom: 0px;
  flex-wrap: wrap;
  width: 100%;
}

ul.nav-menu>li{
margin-right: 25px;
}
.header-right {
  align-items: center;
  margin-left: auto;
  min-width: 300px;
  justify-content: space-between;
  flex-direction: row;
  display: flex;
  width: 20%;
}
.header-right .header-social-lists {
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  display: flex;
  width: 45%;
}
.header-social-lists a {
  display: inline-flex;
  width: 20%;
}
.header-social-lists a svg {
  color: #fff;
}
.nav-menu li.current-menu-item a,
.nav-menu li:hover a {
  opacity: 0.5;
}

.getInTouch {
  font-family: "TT Commons", sans-serif;
  padding: 3% 2vw 3% 2vw;
  font-size: 14px;
  border: 1px solid;
  color: white;
  border-color: white;
}
.getInTouch:hover {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}
.svg-inline--fa.fa-w-14 {
  width: 0.875em;
}
.svg-inline--fa.fa-w-16 {
  width: 1em;
}
.header-social-lists a svg {
  width: 1em;
}
/** end of header css **/
/** video section **/
.video_section video {
  font-family: "object-fit: cover;";
  position: absolute;
  object-fit: cover;
  opacity: 0.65;
  height: 100%;
  width: 100%;
  z-index: 1;
  left: 0;
  top: 0;
}
.video_section {
  height: 100vh;
}
/** end video section **/
/** text section **/
.home_introCopy {
  max-width: 86%;
  position: relative;
  align-items: flex-start;
  flex-direction: column;
  margin: 0% 10%;
  display: flex;
  color: #fff;
}
.home_introCopy h2 {
  font-family: "miller-display", serif;
  box-sizing: border-box;
  font-weight: lighter;
  padding-right: 20%;
  margin: 0 0 3vw;
  min-width: 670px;
  width: 50%;
  color: #fff;
}
.home_introCopy div {
  min-width: 500px;
  width: 40%;
}
p {
  font-family: "TT Commons", sans-serif;
  font-weight: 400;
}
.home_introCopy div p {
  margin: 0 0 2vw;
  color: #fff;
  padding-bottom: 0px;
}
.home_aboutButton {
  border: 1px solid hsla(0, 0%, 98%, 0.3);
  background-color: transparent;
  font-family: "TT Commons";
  padding: 1.5vw 0 1.2vw;
  justify-content: center;
  box-sizing: border-box;
  font-size: 1.4375rem;
  align-items: center;
  flex-direction: row;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
  display: flex;
  min-width: 500px;
  width: 40%;
  color: hsla(0, 0%, 100%, 0.5) !important;
  margin-top: 2%;
}
.home_introCopy #aboutButton {
  width: inherit !important;
}
.home_aboutButton svg {
  margin: 1px 20px;
  min-width: 13px;
  width: 1%;
  transform: rotate(-90deg);
}
.workListing {
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  position: relative;
  flex-wrap: wrap;
  display: flex;
  margin: 16% 10%;
  max-width: 86%;
}
.workListing .work-items a.item-lists {
  justify-content: flex-start;
  align-items: flex-start;
  color: #fff !important;
  box-sizing: border-box;
  flex-direction: row;
  position: relative;
  margin-bottom: 7%;
  flex-wrap: wrap;
  display: flex;
  z-index: 1;
  width: 46%;
}
.workListing a.item-lists:first-child {
  width: 100%;
}

.workListing a.item-lists:first-child .homework_thumbnail {
  width: 100%;
}
.workListing a.item-lists:first-child .homework_thumbnail img {
  width: 100%;
}
.homework_thumbnail.home-work-image {
  width: 100%;
}
.homework_thumbnail.home-work-image img {
  height: 640px;
  object-fit: cover;
  width: 100%;
}

.workListing a.item-lists:first-child img {
  height: auto;
}

.workListing .work-items {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#workTitle {
  font-family: "TT Commons";
  position: absolute;
  font-weight: 900;
  font-size: 8rem;
  color: #333;
  z-index: 0;
  right: 5vw;
  top: -105px;
}
.work-items strong {
  font-family: "TT Commons";
  margin: 2vw 0 0;
  font-weight: 600;
}
.work-items p {
  margin: 2vw 0 0 0.5vw;
  color: #fff;
  font-size: 14px;
  padding-bottom: 8px;
}
.work-items h4 {
  font-family: "miller-display", serif;
  font-weight: lighter;
  margin-top: 3%;
  width: 100%;
}
.work-items h3 {
  font-family: "miller-display", serif;
  font-weight: lighter;
  margin-top: 1%;
  width: 100%;
  color: #fff;
}
#showreel {
  padding: 13px 15px 10px;
  letter-spacing: 0.03rem;
  border: 1px solid #fff;
  align-self: center;
  position: absolute;
  border-radius: 0;
  font-size: 1rem;
  color: #fff;
  z-index: 2;
  bottom: 5%;
  background-color: transparent;
  font-family: "TT Commons";
  left: 50%;
  transform: translateX(-50%);
}
.Showreel_Showreel {
  background-color: rgba(0, 0, 0, 0.7);
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: fixed;
  display: flex;
  height: 100%;
  width: 100%;
  z-index: 3;
  display: none;
  top: 0;
  text-align: center;
  padding: 20px 0px;
}
.Showreel_Showreel iframe {
  height: 100%;
  width: 100%;
  max-width: 80%;
}
.button_close {
  transform: rotate(45deg);
  align-self: flex-start;
  position: absolute;
  border-radius: 0;
  font-size: 1rem;
  border: none;
  width: 70px;
  height: 6%;
  left: 1%;
  top: 2%;
  background-color: transparent;
  font-family: "TT Commons";
  padding: 1.5vw 0 1.2vw;
  justify-content: center;
  box-sizing: border-box;
  font-size: 1.4375rem;
  align-items: center;
  flex-direction: row;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
  display: flex;
}
.button_close img {
  position: relative;
  width: 100%;
  max-width: 56px;
}
.home_link {
  border: 1px solid hsla(0, 0%, 98%, 0.3);
  background-color: transparent;
  font-family: "TT Commons";
  padding: 18px 0 18px;
  justify-content: center;
  box-sizing: border-box;
  font-size: 1.4375rem;
  align-items: center;
  flex-direction: row;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
  display: flex;
  width: 100%;
  color: hsla(0, 0%, 100%, 0.5) !important;
  margin-top: 2%;
}
.home_link:hover {
  border-color: #fff;
  background-color: #fff;
  color: #000 !important;
}
.home_link svg {
  min-width: 15px;
  opacity: 0.5;
  width: 1%;
  transform: rotate(-90deg);
  color: hsla(0, 0%, 100%, 0.5) !important;
  margin-left: 15px;
  margin-top: 4px;
}
.news-item {
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  position: relative;
  flex-wrap: wrap;
  display: flex;
  margin: 8% 8%;
  width: 85%;
}
.news-item a.item-lists {
  margin-bottom: 5vw;
  z-index: 1;
  width: 47%;
}
.news-item h3 {
  font-family: "miller-display", serif;
  line-height: 1.75rem;
  font-size: 1.375rem;
  font-weight: lighter;
  margin: 3% 0 0;
  color: #fff;
  width: 75%;
}
footer {
  background-color: #0d0d0d;
  box-sizing: border-box;
  padding: 5% 0;
  width: 100%;
}
footer,
footer button {
  flex-direction: column;
  display: flex;
  color: #fff;
}
footer button {
  background-color: transparent;
  font-family: "TT Commons";
  font-weight: 300;
  font-size: 1.125rem;
  align-items: center;
  align-self: center;
  cursor: pointer;
  border: none;
  opacity: 0.5;
  padding: 0;
  flex-direction: column;
  display: flex;
  color: #fff;
}
footer button svg {
  transform: rotate(-180deg);
  margin-bottom: 10%;
  width: 1.2rem;
}
.footer_details {
  justify-content: space-between;
  list-style-type: none;
  align-items: stretch;
  flex-direction: row;
  align-self: center;
  margin: 20% 0 0;
  flex-wrap: wrap;
  display: flex;
  padding: 0;
  width: 85%;
}
.footer_claim {
  justify-content: space-between;
  flex-direction: column;
  display: flex;
  width: 30%;
}
.footer_claim h3 {
  font-family: "miller-display", serif;
  font-weight: 100;
  color: #fff;
  letter-spacing: 0.028125rem;
  line-height: 2.5rem;
  font-size: 1.875rem;
  margin: 0;
}
.Footer_socials {
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  position: relative;
  max-width: 220px;
  display: flex;
  width: 30%;
}
.Footer_emails {
  font-family: "TT Commons";
  flex-direction: column;
  display: flex;
  padding: 0;
  margin: 0;
  width: 30%;
}
.Footer_emails li {
  flex-direction: column;
  word-break: break-all;
  margin-top: 8%;
  display: flex;
  color: #fff;
}
.Footer_emails li .h6 {
  letter-spacing: 0.194375rem;
  text-transform: uppercase;
  font-family: "TT Commons";
  margin-bottom: 2%;
  color: #fff;
  font-weight: 300;
	padding: 0;
}
.Footer_emails li a {
  font-size: 1rem;
  margin: 0;
  color: #fff;
}
.Footer_address {
  justify-content: space-between;
  flex-direction: column;
  display: flex;
  width: 30%;
}
.Footer_address address {
  width: 70%;
}
.Footer_maplink__2zXsM svg {
  transform: rotate(-145deg);
  margin: 0 0 0 2%;
  min-width: 10px;
  width: 0.5%;
}
.Footer_address a {
  font-family: "TT Commons";
  font-style: normal;
  font-size: 1rem;
  color: #fff;
}
.Footer_maplink__2zXsM:after {
  border: 1px solid #fff;
  align-items: center;
  position: absolute;
  width: 88px;
  content: "";
  bottom: 0;
  left: 0;
}
.Footer_maplink__2zXsM {
  position: relative;
  margin-top: -1.5vw;
  width: 100%;
}
.Footer_emails li:first-child {
  margin-top: 0;
}
.Footer_socials a {
  color: #fff;
}
.Footer_socials a svg {
  width: 0.875em;
}
/** end of text section **/
@media (max-width: 767px) {
  .bg-image {
    display: none !important;
  }
}

@media (max-width: 1024px) {
  .stats-items ul li {
    width: 33%;
  }
}
@media (max-width: 992px) and (min-width: 768px) {
}
@media (max-width: 767px) {
}
/** animation **/

@-webkit-keyframes fadeUp {
  from {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fadeUp {
  from {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    opacity: 0;
    left: 0;
  }

  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    left: 0;
  }
}
.animated {
  opacity: 0;
}
.animated.fadeUp.visible {
  -webkit-animation: fadeUp 1s ease 0.3s forwards;
  -moz-animation: fadeUp 1s ease 0.3s forwards;
  -ms-animation: fadeUp 1s ease 0.3s forwards;
  animation: fadeUp 1s ease 0.3s forwards;
}
.owl-item.active .animated.fadeUp.visible {
  -webkit-animation: fadeUp 1s ease 0.3s forwards;
  animation: fadeUp 1s ease 0.5s forwards;
}
.animated.fadeLeft.visible {
  -webkit-animation: fadeLeft 1s ease 0.3s forwards;
  animation: fadeLeft 1s ease 0.5s forwards;
}
.animated.visible:first-of-type {
  animation-delay: 0.15s;
}
.animated.visible:nth-child(2) {
  animation-delay: 0.3s;
}
.animated.visible:nth-child(3) {
  animation-delay: 0.45s;
}
.animated.visible:nth-child(4) {
  animation-delay: 0.6s;
}
.animated.visible:nth-child(5) {
  animation-delay: 0.75s;
}
.animated.visible:nth-child(6) {
  animation-delay: 0.9s;
}
.animated.visible:nth-child(7) {
  animation-delay: 1.05s;
}
.animated.visible:nth-child(8) {
  animation-delay: 1.2s;
}
.animated.visible:nth-child(9) {
  animation-delay: 1.35s;
}
.animated.visible:nth-child(10) {
  animation-delay: 1.5s;
}

.animated.visible:nth-child(11) {
  animation-delay: 1.65s;
}
.animated.visible:nth-child(12) {
  animation-delay: 1.8s;
}
.animated.visible:nth-child(13) {
  animation-delay: 1.95s;
}
.animated.visible:nth-child(14) {
  animation-delay: 2.1s;
}
.animated.visible:nth-child(15) {
  animation-delay: 2.25s;
}
.animated.visible:nth-child(16) {
  animation-delay: 2.4s;
}
.animated.visible:nth-child(17) {
  animation-delay: 2.55s;
}
.animated.visible:nth-child(18) {
  animation-delay: 2.7s;
}
.animated.visible:nth-child(19) {
  animation-delay: 2.85s;
}
.animated.visible:nth-child(20) {
  animation-delay: 3s;
}

@media (max-width: 767px) {
  .home_introCopy {
    max-width: 100%;
    position: relative;
    align-items: unset;
    flex-direction: unset;
    display: block;
  }
  .home_introCopy h2 {
    padding-right: 0%;
    min-width: unset;
    margin: 0 0 6vw;
    padding-right: 0;
    width: 90%;
  }
  .home_introCopy div {
    min-width: unset;
    width: 100%;
  }
  .home_aboutButton {
    margin-top: 16%;
    display: block;
    min-width: 100%;
  }
  .home_introCopy div p {
    font-size: 14px;
  }
  .home_introCopy h2 {
    line-height: 3rem;
    font-size: 2.5rem;
  }
  .home_introCopy {
    margin: 0% 8%;
  }
  .workListing {
    margin: 40% 8%;
    max-width: 100%;
  }
  #workTitle {
    font-weight: 600;
    font-size: 7rem;
    top: -104px;
  }
  .workListing .work-items a.item-lists {
    display: block;
    z-index: 1;
    width: 100%;
  }
  .work-items strong {
    display: inline-block;
  }
  .work-items p {
    display: inline-block;
    margin-left: 8px;
  }
  .news-item {
    display: block;
  }
  #workTitle {
    font-weight: 600;
    font-size: 7rem;
    top: -110px;
  }
  .news-item a.item-lists {
    padding-bottom: 40px;
    margin-bottom: 30px;
    display: block;
    width: 100%;
  }
  .footer_details {
    display: block;
    width: 100%;
    margin: 10% 8%;
  }
  .footer_claim {
    justify-content: space-between;
    flex-direction: column;
    display: block;
    width: 100%;
  }
  .footer_claim {
    margin: 8% 8%;
  }
  .Footer_emails {
    margin: 8% 8%;
    width: 100%;
  }
  .Footer_address {
    margin: 8% 8%;
    width: 100%;
  }
  .Footer_address a {
    font-size: 1.2rem;
    margin-top: 5%;
  }
  .Footer_emails li a {
    font-size: 1.2rem;
  }
  .Footer_socials {
    margin-top: 5%;
  }
}
.DrawerToggle_DrawerToggle__Wml3V {
  display: none;
}
.main-mobile-wrapper {
  display: none;
}
@media (max-width: 767px) {
  .DrawerToggle_DrawerToggle__Wml3V {
    display: flex;
  }
  .main-menu-wrapper,
  .header-right {
    display: none;
  }
  .DrawerToggle_DrawerToggle__Wml3V {
    justify-content: center;
    align-items: center;
    align-self: center;
    position: relative;
    margin-left: auto;
    cursor: pointer;
    z-index: 10;
    height: 100%;
    width: 50px;
  }
  .Sidedrawer_bgClose__14cl6 {
    transform: rotate(0);
  }
  .DrawerToggle_brgMenu__1lLX0 {
    transition: all 0.5s;
    position: relative;
    background: #969698;
    width: 35px;
    height: 3px;
    right: 0;
  }
  .DrawerToggle_brgMenu__1lLX0:after,
  .DrawerToggle_brgMenu__1lLX0:before {
    background: #969698;
    position: absolute;
    display: block;
    content: "";
    height: 100%;
    width: 100%;
  }
  .DrawerToggle_brgMenu__1lLX0:before {
    transition: all 0.3;
    top: 10px;
  }
  .DrawerToggle_brgMenu__1lLX0:after {
    transition: all 0.5s;
    bottom: 10px;
  }
  .logoContainer {
    min-width: 55px;
  }
  .main-mobile-wrapper {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background-color: #fff;
    z-index: 9;
    max-height: 100%;
    width: 100%;
    transform: translateX(100%);
    transition: all 0.5s;
    overflow-y: scroll;
  }
  .main-mobile-wrapper .main-menu-wrapper {
    display: block;
  }
  /* .DrawerToggle_DrawerToggle__Wml3V.active {
    transform: rotate(-45deg);
    background: transparent!important;
} */
  .DrawerToggle_DrawerToggle__Wml3V.active:before {
    transform: rotate(-90deg);
    top: 0 !important;
  }
  .DrawerToggle_DrawerToggle__Wml3V.active:after {
    transform: rotate(-180deg);
    bottom: 0 !important;
  }
  .main-menu-wrapper {
    width: 100%;
  }
  #showreel {
    left: 50%;
    margin: auto;
    transform: translateX(-50%);
  }
  .menu-primary-menu-container {
    min-width: 100%;
  }
  ul.nav-menu {
    display: block;
  }
  .nav-menu li {
    margin-bottom: 15px;
  }
  .nav-menu li a {
    color: #000;
    font-size: 44px;
    line-height: 51px;
  }
  .menu-primary-menu-container {
    margin: 0 0 0 0px;
  }
  .enumenu_ul {
    text-align: right;
    padding: 20% 7% 10% 0;
    padding-top: 67px;
  }
  .main-mobile-wrapper .header-right {
    display: block;
    text-align: right;
    width: 100%;
  }
  .main-mobile-wrapper .header-social-lists a svg {
    color: #000 !important;
    width: 25px !important;
  }
  .header-social-lists a {
    display: inline-flex;
    width: initial;
    margin-left: 15px;
  }
  .header-right .header-social-lists {
    width: 100%;
    justify-content: flex-end;
  }
  .getInTouch {
    color: #000;
    border-color: #000;
    max-width: 142px;
    width: 100%;
    padding: 9px 0;
    font-size: 1.25rem;
    display: inline-block;
    text-align: center;
    margin-bottom: 30px;
  }
  .header-social-lists a svg path {
    fill: #000 !important;
  }
  .main-mobile-wrapper.active {
    transform: translateX(0);
  }
  .DrawerToggle_DrawerToggle__Wml3V.active .DrawerToggle_brgMenu__1lLX0 {
    transform: rotate(-90deg);
    top: 0 !important;
  }
  .DrawerToggle_DrawerToggle__Wml3V.active .DrawerToggle_brgMenu__1lLX0 {
    background-color: transparent;
    transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
  }
  .DrawerToggle_DrawerToggle__Wml3V.active .DrawerToggle_brgMenu__1lLX0:before {
    top: -6px;
    transform: translate3d(0, 6px, 0) rotate(48deg);
  }
  .DrawerToggle_DrawerToggle__Wml3V.active .DrawerToggle_brgMenu__1lLX0:after {
    bottom: -3px;
    transform: translate3d(0, -4px, 0) rotate(-48deg);
  }
  header {
    height: 80px;
  }
}

/** about us page css **/
.about_description_block{
  flex-direction: column;
  position: relative;
  margin-top: 68px;
  flex-wrap: wrap;
  display: flex;
  width: 100%;
}
.about-main-wrapper {
  flex-direction: row;
  margin-bottom: 10vw;
  align-self: center;
  flex-wrap: wrap;
  display: flex;
  max-width: 60%;
  margin: 0 auto;
}
.about-main-wrapper .aleft-wrapper {
  width: 50%;
}
.about-main-wrapper .aleft-wrapper h2, .life-at-space-heading-section h2 {
  font-family: "miller-display", serif;
  align-self: flex-start;
  font-weight: lighter;
  max-width: 1000px;
  color: #fff;
  line-height: 3rem;
  font-size: 2.5rem;
}
.life-at-space-heading-section{
  width: 85%;
  margin: auto;
}
.life-at-space-heading-section .portfolio{
  margin-left: 0;
  margin-top: 35px;
  width: 50%;
}

.content-desc p {
  align-self: flex-start;
  line-height: 1.4rem;
  max-width: 700px;
  font-size: 1rem;
  color: #fff;
  width: 100%;
}
.aright-wrapper {
  align-self: flex-end;
  margin: 13% 0 0 21%;
  width: 24%;
}
#aboutButton {
  border: 1px solid hsla(0, 0%, 98%, 0.3);
  background-color: transparent;
  font-family: "TT Commons";
  padding: 1.5vw 0 1.2vw;
  justify-content: center;
  box-sizing: border-box;
  font-size: 1.4375rem;
  align-items: center;
  flex-direction: row;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
  display: flex;
  width: 100%;
  color: hsla(0, 0%, 100%, 0.5) !important;
  margin-top: 2%;
}
#aboutButton:hover {
  color: #000 !important;
  border-color: #fff !important;
  background-color: #fff;
}
#aboutButton:hover {
  fill: #fff !important;
}
#aboutButton svg {
  margin: 1px 20px;
  min-width: 13px;
  width: 1%;
  transform: rotate(-90deg);
  opacity: 0.5;
}
.Arrow_stroke__EQew6 {
  stroke-miterlimit: 10;
  stroke-width: 0.2em;
  min-width: 20px;
  height: 100%;
  fill: none;
}
.about_case_studies_block {
  justify-content: center;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
  display: flex;
  width: 100%;
  margin-top: 10vw;
}
.about_case_studies_block .text-wrapper {
  justify-content: flex-start;
  flex-direction: column;
  margin: 0 20% 2%;
  display: flex;
  width: 60%;
}
.about_case_studies_block .text-wrapper p {
  box-sizing: border-box;
  line-height: 1.4rem;
  padding: 0 30% 0 0;
  margin: 2% 0 0;
  font-size: 1rem;
  color: #fff;
}
.about-list {
  display: flex;
}
.items {
  min-height: 15vw;
  width: 25%;
}
.aimage-wrapper .item-content {
  background-color: rgba(0, 0, 0, 0.55);
  transition: opacity 0.5s ease-out;
  justify-content: center;
  flex-direction: column;
  box-sizing: border-box;
  padding: 0 15%;
  display: flex;
  height: 100%;
  width: 100%;
  opacity: 0;
}
.aimage-wrapper:hover .item-content {
  opacity: 1;
}
.aimage-wrapper {
  background-position: 50%;
  background-size: cover;
  display: block;
  height: 100%;
}
.item-content strong {
  text-align: center;
  color: #fff;
  margin: 0;
  font-family: "TT Commons";
  font-weight: 600;
}
.item-content p {
  text-align: center;
  color: #fff;
  margin: 0;
  font-family: "TT Commons";
  font-weight: 400;
}
/** client section css **/
.clients_section {
  justify-content: center;
  margin-bottom: 10vw;
  width: 100%;
  margin-top: 10vw;
}
.client-title {
  justify-content: flex-start;
  flex-direction: column;
  margin: 0 20% 2%;
  display: flex;
  width: 60%;
}
.client-title h2 {
  font-family: "TT Commons", serif;
  font-weight: 400;
  color: #fff;
  line-height: 48px;
  font-size: 40px;
  margin-bottom: 0px;
}
.client-title p {
  line-height: 1.4rem;
  padding: 0 30% 0 0;
  margin: 2% 0 0;
  font-size: 1rem;
  color: #fff;
}
ul.client-lists {
  list-style-type: none;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 1%;
  display: flex;
  width: 100%;
}
ul.client-lists li {
  display: block;
  width: 25%;
}
/** end **/
/** teams section css **/
.teams_section {
  justify-content: center;
  margin-bottom: 10vw;
  width: 100%;
  flex-direction: column;
  display: flex;
}
.teams-titles {
  justify-content: flex-start;
  flex-direction: column;
  margin: 0 20% 2%;
  display: flex;
  width: 60%;
}
.teams-titles h2 {
  font-family: "TT Commons", serif;
  font-weight: 400;
  color: #fff;
  line-height: 3rem;
  font-size: 2.5rem;
  margin-bottom: 0px;
}
.teams-titles p {
  box-sizing: border-box;
  line-height: 1.4rem;
  padding: 0 30% 0 0;
  margin: 2% 0 0;
  font-size: 1rem;
  color: #fff;
}
.teams-lists {
  justify-content: flex-start;
  flex-direction: row;
  align-self: center;
  flex-wrap: wrap;
  margin-top: 3%;
  display: flex;
  width: 80%;
}
.teams-lists .teams-item {
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  margin: 0 0 2.5% 2.5%;
  position: relative;
  display: flex;
  width: 23%;
}
.teams-lists .teams-item:nth-child(4n-7) {
  margin-left: 0;
}
.teams-lists .teams-item:hover .team-content {
  opacity: 1;
}
.team-content {
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.5s ease-out;
  justify-content: flex-start;
  flex-direction: column;
  box-sizing: border-box;
  position: absolute;
  padding: 1.5vw;
  display: flex;
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index: 2;
  left: 0;
  top: 0;
}
.team-content h3 {
  text-transform: uppercase;
  font-size: 1.25rem;
  color: #fff;
  margin: 0;
  font-family: "TT Commons";
  letter-spacing: 0.03rem;
  font-weight: 600;
}
.team-content p {
  text-transform: uppercase;
  font-size: 1.25rem;
  color: #fff;
  margin: 0;
}
/** careers section **/
.careers-section {
  flex-direction: column;
  margin-bottom: 10%;
  display: flex;
  color: #fff;
  width: 100%;
}
.careers-section .title-wrap {
  justify-content: flex-start;
  flex-direction: column;
  margin: 0 20% 2%;
  display: flex;
  width: 60%;
}
.careers-section .title-wrap h2 {
  font-family: "TT Commons", serif;
  font-weight: 400;
  color: #fff;
  line-height: 3rem;
  font-size: 2.5rem;
  margin: 0;
}
.title-wrap h3 {
  font-family: "miller-display", serif;
  font-weight: lighter;
  margin-top: 3%;
  color: #fff;
  letter-spacing: 0.028125rem;
  line-height: 2.5rem;
  font-size: 1.875rem;
  margin-bottom: 0;
}
.title-wrap p {
  box-sizing: border-box;
  line-height: 1.4rem;
  padding: 0 30% 0 0;
  margin: 2% 0 0;
  font-size: 1rem;
  color: #fff;
}
.link-first {
  align-self: center;
  width: 60%;
}
.link-first a {
  border: 1px solid hsla(0, 0%, 98%, 0.3);
  background-color: transparent;
  font-family: "TT Commons";
  padding: 1.5vw 0 1.2vw;
  justify-content: center;
  box-sizing: border-box;
  font-size: 1.4375rem;
  align-items: center;
  flex-direction: row;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
  display: flex;
  width: 100%;
  color: hsla(0, 0%, 100%, 0.5) !important;
  margin-top: 5%;
}
.link-first a svg {
  margin: 1px 20px;
  min-width: 13px;
  width: 1%;
  transform: rotate(-90deg);
  opacity: 0.5;
}
.link-first a:hover {
  color: #000 !important;
  background-color: #fff;
  border-color: #fff;
}
.accordion-lists {
  align-items: flex-start;
  flex-direction: column;
  align-self: center;
  margin: 5% 0 0;
  display: flex;
  width: 60%;
}
.accordion-lists .card {
  margin-bottom: 1.2vw;
  width: 80%;
}
.card__title {
  justify-content: space-between;
  background-color: transparent;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
  display: flex;
  border: none;
  width: 100%;
  padding: 0;
}
.card__title h4 {
  font-family: "TT Commons";
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.0225rem;
  line-height: 1.875rem;
  font-size: 1.5625rem;
  margin-bottom: 0px;
}
.arrow {
  text-align: right;
}
.arrow {
  min-width: 20px;
  margin: 0;
  width: 4%;
}
.card__panel {
  box-sizing: border-box;
  line-height: 1.775rem;
  font-size: 1.3375rem;
  margin: 1vw 0 2vw;
  width: 70%;
}
.card__panel p {
  font-family: "TT Commons";
  font-weight: 400;
  color: #fff;
  line-height: 1.775rem;
  font-size: 1.3375rem;
}
.card__panel p:empty {
  display: none;
}
.card__title.active .arrow img {
  transition: transform 0.6s ease;
  transform: rotate(45deg);
}
/** end **/
/** core values css **/
.core_values_section .core-titles {
  justify-content: flex-start;
  flex-direction: column;
  margin: 0 20% 2%;
  display: flex;
  width: 60%;
}
.core-titles h2 {
  font-family: "TT Commons", serif;
  font-weight: 400;
  color: #fff;
  line-height: 3rem;
  font-size: 2.5rem;
  margin-bottom: 0px;
}
.core-titles p {
  box-sizing: border-box;
  line-height: 1.4rem;
  padding: 0 30% 0 0;
  margin: 2% 0 0;
  font-size: 1rem;
  color: #fff;
}
.core-items-lists {
  justify-content: center;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
  display: flex;
  width: 100%;
  margin-top: 3%;
}
.core-items-lists .core-item {
  background-position: 50%;
  background-size: cover;
  display: block;
  min-height: 20vw;
  width: 33.3%;
}
.core-content {
  background-color: rgba(0, 0, 0, 0.55);
  transition: opacity 0.5s ease-out;
  justify-content: center;
  flex-direction: column;
  box-sizing: border-box;
  padding: 0 15%;
  display: flex;
  height: 100%;
  width: 100%;
  opacity: 0;
}
.core-item:hover .core-content {
  opacity: 1;
}
.core-content h3 {
  text-align: center;
  color: #fff;
  margin: 0;
  font-family: "TT Commons";
  font-weight: 600;
  font-size: 16px;
}
.core-content p {
  text-align: center;
  color: #fff;
  margin: 0;
  line-height: 20px;
  margin-top: 5px;
}
/** end of core values css **/
/** contact us**/
.contact_wrapper {
  justify-content: center;
  flex-wrap: wrap;
  width: 85%;
  position: relative;
  align-items: flex-start;
  flex-direction: row;
  margin: 5% 10%;
  display: flex;
  color: #fff;
}
.contact_wrapper .contact-left-wrapper {
  justify-content: space-between;
  flex-direction: column;
  box-sizing: border-box;
  list-style-type: none;
  margin: 0 0 4%;
  display: flex;
  padding: 0;
  width: 30%;
}
.contact_wrapper .contact-right-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  display: flex;
  width: 65%;
}
.contact-left-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.contact-left-wrapper ul li h2 {
  font-family: "TT Commons", sans-serif;
  font-weight: 400;
  width: 100%;
  line-height: 3rem;
  font-size: 2.5rem;
  color: #fff;
}
.contact-left-wrapper ul li h6 {
  letter-spacing: 0.194375rem;
  text-transform: uppercase;
  font-family: "TT Commons";
  margin-bottom: 5%;
  color: #fff;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.contact-left-wrapper ul li a {
  font-size: 1.4625rem;
  width: 76%;
  margin: 0;
  color: #fff;
  font-family: "TT Commons";
  display: inline-block;
}
.contact-left-wrapper ul li {
  flex-direction: column;
  word-break: break-all;
  margin-top: 8%;
  display: flex;
  width: 100%;
}
.map-wrapper iframe {
  height: 35vw;
  width: 100%;
}
.map-wrapper {
  width: 100%;
}
.contact-left-wrapper ul li h4 {
  font-size: 1.4625rem;
  width: 76%;
  margin: 0;
  font-family: "TT Commons", sans-serif;
  font-weight: 400;
  color: #fff;
}
.contact_maplink svg {
  transform: rotate(-145deg);
  margin: 0 0 0 4%;
  width: 4%;
}
.contact_maplink {
  text-decoration: underline !important;
}
.contact-left-wrapper ul li.contact_maplink {
  margin-top: 100px;
}
.content-wrapper img {
  margin-top: 5vw;
  width: 5%;
}
.content-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  display: flex;
}
.content-wrapper h3 {
  font-family: "miller-display", serif;
  font-weight: lighter;
  margin: 5vw 0 0 5%;
  width: 75%;
  letter-spacing: 0.028125rem;
  line-height: 2.5rem;
  font-size: 31px;
  color: #fff;
}
/** end of contact us **/
/** work list page css **/
.workList {
  align-items: flex-start;
  list-style-type: none;
  flex-direction: row;
  position: relative;
  margin: 14vw 0 0;
  flex-wrap: wrap;
  display: flex;
  width: 85%;
  margin: 0 auto;
}
.workList .portfolio {
  justify-content: flex-start;
  color: #fff !important;
  box-sizing: border-box;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
  display: flex;
  width: 50%;
}
.blogCard a {
  position: relative;
  margin-bottom: 2vw;
  height: auto;
  width: 100%;
}
.link-button {
  border: 1px solid hsla(0, 0%, 98%, 0.3);
  background-color: transparent;
  font-family: "TT Commons";
  padding: 1.5vw 0 1.2vw;
  justify-content: center;
  box-sizing: border-box;
  font-size: 1.4375rem;
  align-items: center;
  flex-direction: row;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
  display: flex;
}
.link-button:hover {
  border-color: #fff;
  background-color: #fff;
  color: #000;
}
.workList .portfolio.left-image {
  margin: 7vw 0px 5vw;
  padding: 0px 3% 0px 0px;
}

.workList .inner-box {
  width: 100%;
}
.workList .six-col-image .inner-box img {
  min-height: 774px;
  object-fit: cover;
}
.content-box {
  margin-top: 2vw;
}
.content-box h4 {
  font-family: "TT Commons";
  font-weight: 600;
  font-size: 1rem;
  color: #fff;
  display: inline-block;
}
.content-box p {
  display: inline-block;
  color: #fff;
  margin: 0 0 0 0.5vw;
}
.link-button {
  color: hsla(0, 0%, 100%, 0.5);
  margin-bottom: 3vw;
  width: 85%;
  margin: 0 auto;
}
.link-button svg {
  margin: -0.25vw 0 0 1vw;
  min-width: 13px;
  opacity: 0.5;
  width: 1%;
}
.work-items-lists {
  padding-bottom: 60px;
}
.workList .portfolio.big-img-wrap {
  margin-bottom: 5vw;
  width: 100%;
  display: block;
}
.workList .portfolio .img-box {
  position: relative;
  margin-bottom: 2vw;
  height: auto;
  width: 100%;
}
.workList .portfolio .img-box img {
  width: 100%;
}
#disabled {
  cursor: no-drop;
  opacity: 0.3;
}
/** end of work list page css **/
/** work item detail page css **/
.caseStudies_sec {
  background-color: #000;
  flex-direction: column;
  align-items: center;
  position: relative;
  display: flex;
  width: 60%;
  margin: 6vw auto;
}
.caseStudy-header-item {
  flex-direction: row;
  margin: 0 0 5vw;
  flex-wrap: wrap;
  display: flex;
  color: #fff;
  width: 100%;
}
.Header_caseHeader {
  align-self: flex-end;
  width: 50%;
  margin-left: 50%;
}
.Header_caseHeader h5 {
  margin-bottom: 0px;
  font-family: "miller-display", serif;
  font-weight: 400;
  color: #fff;
}
.Header_caseHeader h4 {
  margin: 1.5vw 0 3vw;
  font-weight: 400;
  width: 90%;
  color: #fff;
  letter-spacing: 0.0225rem;
  line-height: 1.875rem;
  font-size: 1.5625rem;
  font-family: "TT Commons", sans-serif;
}
.Header_caseHeader p {
  color: #fff;
}
.video-section {
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin: 5vw 0;
  display: flex;
  height: 50vw;
  width: 100vw;
  z-index: 0;
}
.video-section .videoEmbed_videoPoster {
  background-position: 50%;
  background-size: cover;
  z-index: 2;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.video-section button {
  background-color: transparent;
  cursor: pointer;
  outline: none;
  color: #fff;
  border: none;
  z-index: 3;
}
.video-section iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.two-column-strt {
  background-color: #000;
  flex-direction: column;
  align-items: center;
  position: relative;
  display: flex;
  width: 60%;
  margin: 0vw auto;
}
.two-column-strt .para-items {
  justify-content: space-between;
  flex-direction: row;
  margin: 5vw 0;
  display: flex;
  width: 100%;
}
.left-wrap {
  line-height: 1.6875rem;
  box-sizing: border-box;
  font-size: 1rem;
  color: #fff;
  width: 50%;
  margin: 0;
  padding-right: 10%;
}
.right-wrap {
  line-height: 1.6875rem;
  box-sizing: border-box;
  font-size: 1rem;
  color: #fff;
  width: 50%;
  margin: 0;
  padding-left: 10%;
}
.left-wrap p,
.right-wrap p {
  line-height: 1.6875rem;
  font-size: 1rem;
  color: #fff;
}

.gallery img {
  height: 100%;
  width: 100%;
}
.stats-items {
  background-color: #000;
  flex-direction: column;
  align-items: center;

  position: relative;
  display: flex;
  width: 60%;
  margin: 6vw auto;
}
.stats-items ul {
  justify-content: center;
  list-style-type: none;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 5vw 0;
  display: flex;
  width: 100%;
  padding: 0;
}
.stats-items ul li {
  font-family: "TT Commons", sans-serif;
  align-items: center;
  flex-direction: column;
  font-weight: 400;
  padding: 0 10px;
  display: flex;
  color: #fff;
  width: 25%;
  text-align: center;
}
.stats-items ul li:first-child {
  margin-left: 0;
}
.stats-items ul li h2 {
  font-size: 1.4rem;
  color: #777;
}
.stats-items ul li p {
  line-height: 1.25rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: #fff;
}
.stats-items.awards-item ul{
  row-gap: 25px;
}
.stats-items.awards-item ul li{
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 0 20px;
}
.stats-items.awards-item ul li p{
color: #6D6E71;
padding: 10px 20px 0 20px;
}

.gallery-wrap .slick-list {
  height: 43vw;
}
.gallery-wrap .slick-track {
  height: 100%;
}
.gallery {
  position: relative;
  margin-left: 40px;
}
.gallery-wrap .slick-dots {
  justify-content: center;
  list-style-type: none;
  flex-direction: row;
  align-items: center;
  display: flex;
  padding: 0;
  width: 50%;
  margin: 2vw auto;
}
.slick-dots li button {
  border: 0;
  background: #fff;
  display: block;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: #fff;
  padding: 5px;
  cursor: pointer;
  text-indent: -300px;
  overflow: hidden;
  border-radius: 50% !important;
  cursor: pointer;
  height: 0.8vw;
  width: 0.8vw;
  transform: scale(0.5);
}
.slick-dots li.slick-active button {
  background-color: #fff;
  transform: scale(1);
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.post-navigation {
  box-sizing: border-box;
  position: relative;
  margin: 10vw 0 0;
  flex-direction: row;
  padding: 9vw 7vw;
  flex-wrap: wrap;
  display: flex;
  width: 100vw;
  color: #fff;
}
#nav-single .nav-previous {
  flex-direction: column;
  justify-content: center;
  position: relative;
  min-width: 250px;
  display: flex;
  z-index: 2;
  width: 30%;
  color: #fff;
  align-self: flex-start;
  align-items: flex-start;
}
.post-bg-image {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  z-index: 1;
  left: 0;
  top: 0;
}
.post-bg-image:after {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
#nav-single .nav-previous .meta-nav svg {
  min-width: 15px;
  width: 5%;
  transform: rotate(90deg);
}
.post-text {
  font-family: "TT Commons", sans-serif;
  font-weight: 400;
  color: #fff;
  display: block;
  padding: 5px 0px;
}
.nav-previous h4,
.nav-next h4 {
  font-family: "miller-display", serif;
  font-weight: lighter;
  letter-spacing: 0.0225rem;
  line-height: 1.875rem;
  font-size: 1.5625rem;
  padding: 12px 0px;
}
.nav-previous h4 a,
.nav-next h4 a {
  color: #fff;
}
#nav-single .nav-next {
  flex-direction: column;
  justify-content: center;
  position: relative;
  min-width: 250px;
  display: flex;
  z-index: 2;
  width: 30%;
  color: #fff;
  align-items: flex-end;
  text-align: right;
  margin-left: auto;
}
#nav-single {
  width: 100%;
}
.nav-next .meta-nav svg {
  min-width: 15px;
  width: 5%;
  transform: rotate(-90deg);
}
/** end of work item detail css **/
/** post list page **/
body.page-template-blog_template,
body.single-post {
  background-color: #fff;
}
body.page-template-blog_template header .logoContainer svg path,
body.single-post header .logoContainer svg path {
  fill: #000 !important;
}
body.page-template-blog_template header .nav-menu li a,
body.single-post header .nav-menu li a {
  color: #000;
}
body.page-template-blog_template header .header-right svg path,
body.single-post header .header-right svg path {
  fill: #000 !important;
}
body.page-template-blog_template header .getInTouch,
body.single-post header .getInTouch {
  color: #000;
  border-color: #000;
}
.blog-wrap {
  justify-content: flex-start;
  background-color: #fff;
  flex-direction: row;
  margin: 14vw 0 0;
  flex-wrap: wrap;
  display: flex;
  width: 85%;
  margin: 0 auto;
}
.blog-box {
  flex-direction: column;
  margin: 0 0 5% 6.6%;
  display: flex;
  width: 20%;
}
.blog-box:nth-child(4n-7) {
  margin: 0 0 5%;
}
.blog-box .blogCard img {
  height: 17vw;
  width: 17vw;
  object-fit: cover;
}
.blog-box .content-box {
  margin-top: 0px;
}
.blog-box .content-box p {
  font-family: "miller-display", serif;
  box-sizing: border-box;
  line-height: 1.605rem;
  font-weight: lighter;
  font-size: 1.105rem;
  margin: 8% 0 0;
  color: #000;
}
.blogHeader_caseHeader {
  flex-direction: column;
  align-items: center;
  margin-top: 2vw;
  display: flex;
  width: 100%;
}
.blogHeader_caseHeader h2 {
  font-family: "miller-display", serif;
  margin: 5vw 0 5vw 20%;
  font-weight: lighter;
  align-self: flex-start;
  width: 45%;
  line-height: 3rem;
  font-size: 2.5rem;
  color: #000;
}
.Hero_Hero_image {
  position: relative;
  height: auto;
  width: 86%;
  margin: 0 auto;
}
.Hero_Hero_image img {
  width: 100%;
  height: auto;
}
.BlogPost_content__1Hfnx {
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  box-sizing: border-box;
  margin: 5vw 0 2vw 20%;
  display: flex;
  width: 45%;
}
.BlogPost_paragraphs__1_pYe {
  flex-direction: column;
  margin: 2.5vw 0;
  display: flex;
}
.BlogPost_content__1Hfnx :first-child {
  padding-top: 0;
  margin-top: 0;
}
.BlogPost_content__1Hfnx :last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.BlogPost_paragraphs__1_pYe p {
  margin: 0 0 2vw;
  color: #000;
}
.BlogPost_paragraphs p {
  color: #000;
}
.BlogPost_image {
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  box-sizing: border-box;
  margin: 7vw 0 2vw 20%;
  display: flex;
  width: 45%;
}
.BlogPost_image img {
  box-sizing: border-box;
  margin: 0 0 3vw;
  height: auto;
  width: 100%;
}
body.single-post p:empty {
  display: none;
}
@media (max-width: 767px) {
  .about-main-wrapper {
    max-width: 100%;
    padding: 0 30px;
  }
  .about-main-wrapper .aleft-wrapper {
    width: 100%;
  }
  .about_description_block ,.life-at-space-heading-section{
    margin-top: 32px;
  }
  .aright-wrapper {
    width: 60%;
  }
  .about_case_studies_block .text-wrapper {
    width: 100%;
    padding: 0 30px;
    margin: 0;
  }
  .about-list {
    display: block;
    padding-top: 30px;
  }
  .items {
    min-height: 45vw;
    width: 100%;
  }
  .aimage-wrapper {
    min-height: 45vw;
  }
  .aimage-wrapper .item-content {
    opacity: 1;
    padding: 12% 15%;
    align-items: center;
  }
  .item-content p {
    padding-bottom: 0px;
  }
  .client-title {
    padding: 0 30px;
    width: 100%;
    margin: 0px;
  }
  .client-title h2 {
    font-size: 36px;
  }
  .client-title p {
    padding: 0 0% 0 0;
  }
  ul.client-lists {
    margin: 0;
    padding: 0;
  }
  ul.client-lists li {
    width: 50%;
  }
  .client-title {
    padding-bottom: 40px;
  }
  .teams-titles {
    padding: 0 15px;
    width: 100%;
    margin: 0;
  }
  .teams-titles h2 {
    font-size: 36px;
    padding-bottom: 25px;
    line-height: 2.5rem;
  }
  .teams-titles p {
    margin: 0;
    padding: 0;
  }
  .teams-lists .teams-item {
    margin: 0 0 5% 5%;
    width: 47.5%;
  }
  .team-content h3 {
    line-height: 1.2rem !important;
    font-size: 1rem !important;
    font-weight: 400;
  }

  .teams-lists .teams-item:nth-child(odd) {
    margin-left: 0;
  }
  .team-content {
    opacity: 1;
    background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.85),
      hsla(0, 0%, 100%, 0)
    );
    justify-content: flex-end;
    padding: 0 0 2.5vw 4.5vw;
    opacity: 1;
    bottom: 0;
  }
  .teams-lists {
    width: 100%;
    padding: 0 15px;
    margin-top: 30px;
  }
  .team-content p {
    line-height: 1.2rem !important;
    font-size: 14px !important;
    padding-bottom: 0px;
  }
  .careers-section .title-wrap {
    width: 100%;
    padding: 0 30px;
    margin: 0px;
  }
  .title-wrap p {
    padding: 0 0% 0 0;
    margin: 6% 0 0;
  }
  .link-first {
    align-self: center;
    width: 100%;
    padding: 30px 30px;
  }
  .accordion-lists {
    width: 100%;
    padding: 0 30px;
  }
  .accordion-lists .card {
    width: 100%;
  }
  .core_values_section .core-titles {
    width: 100%;
    margin: 0;
    padding: 0 30px;
  }
  .core-titles p {
    padding: 0;
  }
  .core-items-lists .core-item {
    width: 100%;
    min-height: 45vw;
  }
  .core-content {
    opacity: 1;
  }
  .core-items-lists {
    margin-top: 10%;
  }
  .core-content {
    padding: 20px 30px;
  }
  .core-content p {
    padding-bottom: 0px;
  }
  .workList {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
  }
  .workList .portfolio.left-image {
    margin: 0;
    padding: 0;
  }
  .workList .portfolio {
    width: 100%;
  }
  .workList .portfolio .img-box {
    margin-bottom: 5vw;
  }
  .link-button {
    padding: 3.2vw 0 2.8vw;
    font-size: 20px;
  }
  .link-button svg {
    margin: -0.25vw 0 0 5vw;
    min-width: 11px;
  }
  .caseStudies_sec {
    width: 100%;
  }
  .blog-wrap {
    width: 100%;
    padding: 0 15px;
  }
  .blog-box {
    width: 100%;
  }
  .blog-box .blogCard img {
    height: 45vw;
    width: 100%;
  }
  .blog-box {
    margin: 0px;
  }
  .blogHeader_caseHeader h2 {
    margin: 0;
    width: 100%;
    padding: 0 15px;
    line-height: 2.5rem;
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .BlogPost_content__1Hfnx {
    width: 100%;
    padding: 0 15px;
  }
  .BlogPost_content__1Hfnx {
    margin: 15px 0px;
  }
  .svg-inline--fa.fa-w-14 {
    width: 24px;
  }
  .BlogPost_image {
    width: 100%;
    padding: 0 15px;
  }
  #nav-single {
    display: block;
  }
}
.common-content-wrap {
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-top: 4vw;
  display: flex;
  width: 100%;
}
.common-content-wrap .PrivacyPolicy_PrivacyPolicy__3xJ9M {
  line-height: 1.8rem;
  margin: 11vw auto;
  width: 60%;
  margin: 0 auto;
}
.PrivacyPolicy_PrivacyPolicy__3xJ9M p {
  color: #fff;
  font-family: "TT Commons", sans-serif;
  font-weight: 300;
  font-size: 1.1rem;
  line-height: 1.8rem;
}
.PrivacyPolicy_PrivacyPolicy__3xJ9M a {
  text-decoration: underline !important;
  color: #fff;
}
@media (max-width: 767px) {
  .common-content-wrap .PrivacyPolicy_PrivacyPolicy__3xJ9M {
    width: 100%;
    padding: 0 30px;
  }
}
.detail_gallery #gallery-slider .slick-prev {
  transition: opacity 0.2s ease-out;
  background-color: transparent;
  position: absolute;
  cursor: pointer;
  border: none;
  height: 100%;
  padding: 0;
  opacity: 0;
  width: 20%;
  z-index: 2;
  top: 0;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
  left: 0;
}
.detail_gallery #gallery-slider .slick-prev:hover,
.detail_gallery #gallery-slider .slick-next:hover {
  opacity: 1;
}
.detail_gallery #gallery-slider .slick-next {
  transition: opacity 0.2s ease-out;
  background-color: transparent;
  position: absolute;
  cursor: pointer;
  border: none;
  height: 100%;
  padding: 0;
  opacity: 0;
  width: 20%;
  z-index: 2;
  top: 0;
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
  right: 0;
}
.video-section-blog {
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  box-sizing: border-box;
  margin: 0vw 0 4vw 20%;
  display: flex;
  width: 45%;
}
.video-section-blog iframe {
  margin: 2.5vw 0;
  height: 25vw;
  width: 100%;
}
.Quotes_Quotes {
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  box-sizing: border-box;
  margin: 4vw 0 8vw 20%;
  display: flex;
  width: 45%;
}
.Quotes_quotesContainer {
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  box-sizing: border-box;
  align-self: flex-start;
  overflow-x: hidden;
  margin: 0vw 0;
  display: flex;
  width: 100%;
}
.Quotes_quotesContainer div {
  box-sizing: border-box;
  flex-direction: column;
  position: relative;
  min-width: 100%;
  padding: 0 8vw;
  display: flex;
}
blockquote {
  font-family: "miller-display", serif;
  font-weight: lighter;
  line-height: 1.75rem;
  margin: 0;
  font-size: 1.125rem;
  text-align: center;
  width: 100%;
}
.Quotes_quotesContainer cite {
  font-family: "TT Commons", sans-serif;
  font-style: normal;
  margin: 3vw 0 0;
  font-weight: 600;
  font-size: 1.125rem;
  text-align: center;
  width: 100%;
}
.add-to-any {
  font-family: "TT Commons", sans-serif;
  box-sizing: border-box;
  margin: 4vw 0 6vw 20%;
  padding-top: 1.5vw;
  position: relative;
  text-align: left;
  font-weight: 600;
  width: 80%;
  display: flex;
  align-items: center;
}
.addtoany_list .a2a_svg {
  display: none !important;
}
.a2a_label {
  clip-path: unset !important;
  position: relative !important;
  overflow: visible !important;
}
.addtoany_list .a2a_label {
  position: unset !important;
}
.addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service) > span {
  width: auto !important;
}
.add-to-any h4 {
  display: inline-block;
  margin-bottom: 0;
}
.addtoany_shortcode {
  display: inline-block;
}
.add-to-any h4 {
  display: inline-block;
  margin-bottom: 0;
  font-family: "TT Commons", sans-serif;
  letter-spacing: 0.0225rem;
  line-height: 32px;
  font-size: 1.5625rem;
  color: #000;
  font-weight: 600;
}
.addtoany_list a {
  display: inline-block;
  margin-bottom: 0;
  font-family: "TT Commons", sans-serif;
  letter-spacing: 0.0225rem;
  line-height: 1.875rem;
  font-size: 1.5625rem !important;
  color: #000;
  font-weight: 600;
  padding: 0 15px !important;
}
.addtoany_list {
  line-height: 30px !important;
}
.sharing-items .add-to-any {
  position: relative;
}
.sharing-items .add-to-any:after {
  background-color: #000;
  position: absolute;
  content: "";
  height: 2px;
  width: 45%;
  left: 0;
  top: 0;
}
.addtoany_list a {
  text-decoration: underline;
}
.addtoany_list .a2a_label {
  text-decoration: inherit !important;
}
.related-posts-items {
  justify-content: space-between;
  align-items: flex-start;
  box-sizing: border-box;
  flex-direction: row;
  align-self: center;
  flex-wrap: wrap;
  margin: 10vw 0;
  display: flex;
  width: 86%;
  margin: 0 auto;
}
.related-posts-items h4 {
  font-family: "TT Commons", sans-serif;
  margin: 0 0 4vw;
  font-weight: 500;
  color: #000;
  width: 100%;
  letter-spacing: 0.0225rem;
  line-height: 1.875rem;
  font-size: 1.5625rem;
}
.related-posts-grid {
  display: flex;
}
.related-posts-grid .grid-item {
  justify-content: flex-start;
  flex-direction: column;
  box-sizing: border-box;
  display: flex;
  width: 48%;
}
.related-posts-grid .grid-item a img {
  height: 230px;
  object-fit: cover;
}
.related-posts-grid .grid-item {
  margin-right: 30px;
}
.related-posts-grid .grid-item h5 {
  margin: 4% 0 0;
}
.related-posts-grid .grid-item h5 a {
  font-family: "miller-display", serif;
  font-weight: lighter;
  line-height: 1.75rem;
  font-size: 1.375rem;
  margin: 4% 0 0;
  width: 75%;
  color: #000;
}
.related-posts-items {
  padding-bottom: 40px;
}
.BlogPost_paragraphs h4 {
  font-family: "TT Commons", sans-serif;
  margin-bottom: 2vw;
  font-weight: 600;
  color: #000;
  line-height: 1.5625rem;
  font-size: 1.2rem;
}
.BlogPost_paragraphs ul {
  -webkit-padding-start: 10%;
  padding-inline-start: 10%;
  margin: 0 0 3vw;
  width: 65%;
}
.BlogPost_paragraphs ul li {
  font-family: "TT Commons", sans-serif;
  list-style-position: outside;
  list-style-type: circle;
  padding-left: 5%;
  margin: 0 0 5%;
}

.Button_button__2sZ1z {
  border: 1px solid rgba(0, 0, 0, 0.5);
  background-color: transparent;
  font-family: "TT Commons";
  padding: 1.5vw 0 1.2vw;
  justify-content: center;
  box-sizing: border-box;
  font-size: 1.4375rem;
  align-items: center;
  flex-direction: row;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
  display: flex;
}
.Button_button__2sZ1z:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.bloadmore-box {
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 3vw;
  border-color: rgba(0, 0, 0, 0.5) !important;
  width: 85%;
  margin: 0 auto;
  text-align: center;
}
.Button_button__2sZ1z svg {
  margin: -0.25vw 0 0 1vw;
  min-width: 13px;
  opacity: 0.5;
  width: 1%;
}
@media (max-width: 767px) {
  .BlogPost_image {
    margin: 0;
  }
  .video-section-blog {
    margin: 0;
  }
  .video-section-blog iframe {
    height: auto;
    width: 100%;
  }
  .video-section-blog {
    width: 100%;
  }
  .related-posts-grid {
    display: block;
  }
  .related-posts-grid .grid-item {
    width: 100%;
    padding-top: 30px;
  }
  .Quotes_Quotes {
    width: 100%;
    margin: 0;
  }
}
.site-title {
  display: none;
}
.cta-button:hover {
  background-color: #fff;
  color: #000;
  border-color: #fff;
}

@media only screen and (max-width: 1200px) {
  .homework_thumbnail.home-work-image img {
    width: 100%;
    height: 500px;
  }
  .workList .six-col-image .inner-box img {
    width: 100%;
    min-height: 566px;
  }
  .stats-items ul li {
    width: 33%;
  }
}

@media (max-width: 1150px) and (min-width: 767px) {
  .main-menu-wrapper{
    width: 65%;
  }
  .header-right{
    min-width: auto;
    position: relative;
    width: fit-content;
    justify-content: flex-end;
  }
  .header-social-lists{
    position: absolute;
    bottom: -30px;
    left: 0;
    width: fit-content;
  }
  .header-right .header-social-lists{
    width: fit-content;
  }
  .header-social-lists a{
    margin-right: 12px;
  }
  .menu-primary-menu-container{
    width: 100%;
  }
}

@media only screen and (max-width: 900px) {
  .homework_thumbnail.home-work-image img {
    width: 100%;
    height: 350px;
  }
  .workList .six-col-image .inner-box img {
    width: 100%;
    min-height: 410px;
  }
  
}

@media (max-width: 767px) {
  .two-column-strt {
    display: block;
    width: 100%;
    padding: 30px;
  }
  .two-column-strt .para-items {
    display: block;
    width: 100%;
  }
  .left-wrap {
    padding-right: 0;
    width: 100%;
  }
  .right-wrap {
    padding-left: 0;
    width: 100%;
  }
  .stats-items {
    display: block;
    width: 100%;
    padding: 30px;
  }
  .stats-items ul li {
    width: 100%;
    margin-left: 0;
  }
  .gallery {
    margin-left: 0px;
  }
  .workList .six-col-image .inner-box img,
  .homework_thumbnail.home-work-image img {
    width: 100%;
    min-height: 100%;
    height: auto;
  }
  ul.nav-menu>li{
    margin-right: 18px;
  }
  .enumenu_ul{
    display: block;
    padding-top: 50px;
  }
  .life-at-space-heading-section .portfolio{
    padding: 0;
  }
}
