@charset "UTF-8";
html,
body {
  font-family:
    open sans,
    sans-serif;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  line-height: 25px;
  background-color: #000000;
  font-size: 13px;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.g-6,
.gx-6 {
  --bs-gutter-x: 6rem;
}
a {
  text-decoration: none !important;
  color: #000;
  -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;
  transition: all 0.3s ease-in-out;
}
a:hover {
  text-decoration: none !important;
  color: #ababab;
  -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;
  transition: all 0.3s ease-in-out;
}
h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: aldrich, sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: none;
}
.page-loader {
  background: #302424;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 99999;
}
.page-loader .loader-icon {
  background: repeat #302424;
  border-bottom: 4px solid rgba(19, 19, 19, 0.1);
  border-left: 4px solid rgba(19, 19, 19, 0.1);
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  -o-border-radius: 100px;
  -ms-border-radius: 100px;
  border-right: 4px solid rgba(19, 19, 19, 0.1);
  border-top: 4px solid rgba(19, 19, 19, 0.1);
  height: 60px;
  left: 50%;
  margin: -20px 0 0 -20px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 60px;
}
.page-loader .colored-border {
  border-top-color: #c92c2c;
}
.page-loader .fa-spin {
  -webkit-animation: fa-spin 1.2s infinite linear;
  animation: fa-spin 1.2s infinite linear;
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.error-page {
  padding: 20rem 0;
  position: relative;
  text-align: center;
}
.error-page:before {
  color: #f9f9f9;
  content: attr(data-error);
  font-size: 30vw;
  font-weight: 700;
  width: 100%;
}
.error-page h1 {
  margin-top: 50px;
}
.coming-soon .wrapper {
  padding: 0;
}
.wrapper,
.not-builder .wrapper {
  padding: 80px 0;
}
.woody-padding-left {
  padding-left: 3%;
}
.woody-padding-right {
  padding-right: 3%;
}
.heading-box {
  margin-bottom: 50px;
}
.slicknav_menu {
  font-family: rajdhani, sans-serif;
}
.heading-box p {
  font-size: 20px;
}
input[type='text'].placeholder,
input[type='date'].placeholder,
input[type='email'].placeholder,
input[type='password'].placeholder,
input[type='tel'].placeholder,
input[type='url'].placeholder,
input[type='search'].placeholder,
input[type='number'].placeholder {
  opacity: 1;
  color: #939393;
}
textarea.placeholder,
select.placeholder {
  opacity: 1;
  color: #939393;
}
input[type='text']:-moz-placeholder,
input[type='date']:-moz-placeholder,
input[type='email']:-moz-placeholder,
input[type='password']:-moz-placeholder,
input[type='tel']:-moz-placeholder,
input[type='url']:-moz-placeholder,
input[type='search']:-moz-placeholder,
input[type='number']:-moz-placeholder {
  opacity: 1;
  color: #939393;
}
textarea:-moz-placeholder,
select:-moz-placeholder {
  opacity: 1;
  color: #939393;
}
input[type='text']::-moz-placeholder,
input[type='date']::-moz-placeholder,
input[type='email']::-moz-placeholder,
input[type='password']::-moz-placeholder,
input[type='tel']::-moz-placeholder,
input[type='url']::-moz-placeholder,
input[type='search']::-moz-placeholder,
input[type='number']::-moz-placeholder {
  opacity: 1;
  color: #939393;
}
textarea::-moz-placeholder,
select::-moz-placeholder {
  opacity: 1;
  color: #939393;
}
input[type='text']:-ms-input-placeholder,
input[type='date']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
input[type='url']:-ms-input-placeholder,
input[type='search']:-ms-input-placeholder,
input[type='number']:-ms-input-placeholder {
  opacity: 1;
  color: #939393;
}
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  opacity: 1;
  color: #939393;
}
input[type='text']::-webkit-input-placeholder,
input[type='date']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='url']::-webkit-input-placeholder,
input[type='search']::-webkit-input-placeholder,
input[type='number']::-webkit-input-placeholder {
  opacity: 1;
  color: #939393;
}
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  opacity: 1;
  color: #939393;
}
input[type='text']:focus.placeholder,
input[type='date']:focus.placeholder,
input[type='email']:focus.placeholder,
input[type='password']:focus.placeholder,
input[type='tel']:focus.placeholder,
input[type='url']:focus.placeholder,
input[type='search']:focus.placeholder,
input[type='number']:focus.placeholder {
  opacity: 0;
}
textarea:focus.placeholder,
select:focus.placeholder {
  opacity: 0;
}
input[type='text']:focus:-moz-placeholder,
input[type='date']:focus:-moz-placeholder,
input[type='email']:focus:-moz-placeholder,
input[type='password']:focus:-moz-placeholder,
input[type='tel']:focus:-moz-placeholder,
input[type='url']:focus:-moz-placeholder,
input[type='search']:focus:-moz-placeholder,
input[type='number']:focus:-moz-placeholder {
  opacity: 0;
}
textarea:focus:-moz-placeholder,
select:focus:-moz-placeholder {
  opacity: 0;
}
input[type='text']:focus::-moz-placeholder,
input[type='date']:focus::-moz-placeholder,
input[type='email']:focus::-moz-placeholder,
input[type='password']:focus::-moz-placeholder,
input[type='tel']:focus::-moz-placeholder,
input[type='url']:focus::-moz-placeholder,
input[type='search']:focus::-moz-placeholder,
input[type='number']:focus::-moz-placeholder {
  opacity: 0;
}
textarea:focus::-moz-placeholder,
select:focus::-moz-placeholder {
  opacity: 0;
}
input[type='text']:focus:-ms-input-placeholder,
input[type='date']:focus:-ms-input-placeholder,
input[type='email']:focus:-ms-input-placeholder,
input[type='password']:focus:-ms-input-placeholder,
input[type='tel']:focus:-ms-input-placeholder,
input[type='url']:focus:-ms-input-placeholder,
input[type='search']:focus:-ms-input-placeholder,
input[type='number']:focus:-ms-input-placeholder {
  opacity: 0;
}
textarea:focus:-ms-input-placeholder,
select:focus:-ms-input-placeholder {
  opacity: 0;
}
input[type='text']:focus::-webkit-input-placeholder,
input[type='date']:focus::-webkit-input-placeholder,
input[type='email']:focus::-webkit-input-placeholder,
input[type='password']:focus::-webkit-input-placeholder,
input[type='tel']:focus::-webkit-input-placeholder,
input[type='url']:focus::-webkit-input-placeholder,
input[type='search']:focus::-webkit-input-placeholder,
input[type='number']:focus::-webkit-input-placeholder {
  opacity: 0;
}
textarea:focus::-webkit-input-placeholder,
select:focus::-webkit-input-placeholder {
  opacity: 0;
}
.coming-soon header {
  position: relative;
  z-index: 9999;
  height: 0;
  top: 50px;
  margin-top: 0;
}
.coming-soon .header-box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.coming-soon .menu-container > ul > li > a {
  color: #fff;
}
.coming-soon .menu-container > ul > li > a:hover {
  color: #bfbebe;
}
.coming-soon header .logo {
  display: none;
}
.not-builder header {
  position: relative;
  z-index: 9999;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}
.not-builder header .logo {
  display: block;
}
.not-builder .menu-container > ul > li > a {
  color: #000;
}
.not-builder .menu-container > ul > li > a:hover {
  color: #8f8f8f;
}
header .header-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
header .logo {
  padding: 0 0 14px;
}
header .logo h3 {
  margin-bottom: 0;
  font-size: 25px;
}
header .logo a:hover {
  color: #000;
}
header .mobile-menu {
  display: none;
}
header .menu-container {
  font-family: rajdhani, sans-serif;
  letter-spacing: 1px;
  font-size: 14px;
}
header .menu-container,
header .menu-container ul,
header .menu-container li,
header .menu-container a {
  border: none;
  margin: 0;
  padding: 0;
  line-height: 1;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
header .menu-container > ul > li > ul > li a:hover {
  color: #a3a3a3;
}
header .menu-container > ul {
  list-style: inside none;
  padding: 0;
  margin: 0;
}
header .menu-container > ul > li {
  list-style: inside none;
  float: left;
  display: block;
  position: relative;
  margin-right: 25px;
  padding: 0 0 14px;
}
header .menu-container > ul > li:last-child {
  margin-right: 0;
}
header .menu-container > ul > li > a {
  outline: none;
  display: block;
  position: relative;
  margin: 0;
  z-index: 999;
  text-align: center;
  text-transform: uppercase;
}
header .menu-container > ul > li > a {
  color: #000;
}
header .menu-container > ul > li > a:hover {
  color: #8f8f8f;
}
header .menu-container > ul > li > a span {
  -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;
  transition: all 0.3s ease-in-out;
}
header .menu-container ul li.has-children:hover > ul {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition:
    opacity 0.4s 0s,
    visibility 0s 0s,
    -webkit-transform 0.4s 0s;
  -moz-transition:
    opacity 0.4s 0s,
    visibility 0s 0s,
    -moz-transform 0.4s 0s;
  transition:
    opacity 0.4s 0s,
    visibility 0s 0s,
    transform 0.4s 0s;
}
header .menu-container ul li > ul {
  visibility: hidden;
  opacity: 0;
  min-width: 200px;
  position: absolute;
  top: 25px;
  text-align: left;
  padding: 10px 0;
  background: #050505;
  z-index: 9999;
  -webkit-transform: translateY(10%);
  -moz-transform: translateY(10%);
  -ms-transform: translateY(10%);
  -o-transform: translateY(10%);
  transform: translateY(10%);
  -webkit-transition:
    opacity 0.4s 0s,
    visibility 0s 0.4s,
    -webkit-transform 0.4s 0s;
  -moz-transition:
    opacity 0.4s 0s,
    visibility 0s 0.4s,
    -moz-transform 0.4s 0s;
  transition:
    opacity 0.4s 0s,
    visibility 0s 0.4s,
    transform 0.4s 0s;
}
header .menu-container ul li > ul li {
  position: relative;
  list-style: none;
  margin-bottom: 15px;
  margin-top: 15px;
  margin-left: 25px;
}
header .menu-container ul li ul ul {
  left: 200px;
  top: 0;
}
header .menu-container ul li > ul li:last-child {
  border-bottom: 0;
}
header .menu-container ul li > ul li a {
  outline: none;
  position: relative;
  margin: 0;
  text-align: left;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  -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;
  transition: all 0.3s ease-in-out;
}
.header-section {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.header-section #effect-box,
.header-section .video-box,
.header-section .image-box,
.header-section .color-box {
  position: absolute !important;
  overflow: hidden;
  height: 99vh;
  width: 100%;
  top: 0;
}
.header-section .backstretch:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.header-section .YTPOverlay:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.header-section .video-html5-box:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.header-section .video-html5-box {
  position: absolute !important;
  overflow: hidden;
  height: 100vh;
  width: 100%;
  z-index: 0 !important;
  top: 0;
  left: 0;
  right: 0;
}
.header-section .vidbg-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.header-section canvas.spacetime,
.header-section canvas.quantum,
.header-section canvas.physics,
.header-section canvas.information,
.header-section canvas.heuristics,
.header-section canvas.hawking,
.header-section canvas#liquid,
.header-section canvas#starfield,
.header-section #particles_coronavirus canvas,
.header-section #connections canvas,
.header-section #abstractart canvas,
.header-section #stardust canvas,
.header-section #magneto canvas,
.header-section #geometric canvas,
.header-section #alien canvas,
.header-section #effect-box .plane {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
}
.header-section #effect-box .plane img {
  display: none;
}
.header-section .rain-video {
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}
.header-section .logo {
  margin-bottom: 35px;
  margin-left: 120px;
}
.header-section .logo img {
  position: relative;
  z-index: 2;
}
.header-section .social-icons {
  position: absolute;
  z-index: 2;
  top: 120px;
}
.header-section .social-icons ul {
  line-height: 0;
  position: relative;
  display: inline-block;
  margin: 0;
  padding-left: 0;
}
.header-section .social-icons li {
  list-style: none;
  float: left;
  margin: 0 10px 0 0;
  text-align: center;
}
.header-section .social-icons li i {
  color: #8c1901;
  display: block;
  width: 40px;
  height: 40px;
  font-size: 15px;
  outline: none;
  line-height: 37px;
  border: 2px solid #8c1901;
  border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
}
.header-section .social-icons li i:hover {
  color: #000;
  background: 0 0;
  text-shadow: none;
  border: 2px solid #fff;
  border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.header-section .social-icons li a {
  display: block;
  background: rgba(255, 255, 255, 0);
  text-decoration: none;
  border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
}
.header-section .social-icons li a:hover {
  background: #fff;
}
.header-section h1 {
  font-size: 1.9em;
  color: #ad0202;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  z-index: 2;
}
.header-section p {
  font-size: 14px;
  color: #ad2402;
  word-spacing: 1px;
  line-height: 25px;
  position: relative;
  z-index: 2;
}
.header-section .countdown {
  font-size: 2.7em;
  line-height: 35px;
  display: block;
  color: #fcfcfc;
  font-weight: 500;
  float: left;
  margin-left: 0px;
  margin-top: 10px;
  font-family: raleway, sans-serif;
  text-align: center;
  letter-spacing: 1px;
  position: relative;
  z-index: 2;
}
.header-section .countdown div span {
  display: block;
  font-size: 14px;
  text-align: center;
}
.header-section .countdown div {
  display: inline-block;
  margin: 0 35px;
  font-weight: 500;
  letter-spacing: 0;
}
.header-section .mouse-wrapper {
  position: absolute;
  left: auto;
  z-index: 999;
  bottom: 80px;
}
.header-section .mouse-wrapper .mouse {
  position: relative;
  left: -20px;
  animation: wobbleArrow 1s ease-in-out 0s infinite alternate;
  -webkit-animation: wobbleArrow 1s ease-in-out 0s infinite alternate;
  -moz-animation: wobbleArrow 1s ease-in-out 0s infinite alternate;
  -o-animation: wobbleArrow 1s ease-in-out 0s infinite alternate;
}
.header-section .mouse-wrapper .mouse span {
  font-weight: 500;
  letter-spacing: 1px;
  text-align: left;
  position: relative;
  bottom: 20px;
  left: -1px;
  font-size: 1.3em;
  color: #fff;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.header-section .mouse-wrapper .mouse a {
  color: #fff;
  text-align: center;
  outline: none;
  display: flex;
  flex-direction: column;
}
.header-section .mouse-wrapper .mouse a i {
  font-size: 1.3em;
  font-weight: 700;
}
@keyframes wobbleArrow {
  from {
    bottom: 40px;
  }
  to {
    bottom: 50px;
  }
}
@-webkit-keyframes wobbleArrow {
  from {
    bottom: 40px;
  }
  to {
    bottom: 50px;
  }
}
.section-about {
  overflow: hidden;
}
.section-about .col-md-6.left-box {
  display: flex;
  padding: 150px 80px;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.section-about .col-md-6.left-box h2 {
  font-size: 1.2em;
  font-weight: 600;
  color: #c20000;
  text-align: left;
  position: relative;
  text-transform: uppercase;
  line-height: 25px;
}
.section-about .col-md-6.left-box p {
  text-align: left;
  word-spacing: 1px;
  line-height: 25px;
  margin-top: 15px;
  color: #c20000;
}
.section-about .col-md-6.right-box {
  display: flex;
  padding: 150px 80px;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: center;
  background-position: 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.section-about .col-md-6.right-box .title-section {
  color: #fff;
}
.section-about .col-md-6.right-box .title-section i {
  font-size: 2.1em;
  text-align: center;
  display: block;
}
.section-about .col-md-6.right-box .title-section h2 {
  color: #fff;
  margin-top: 15px;
  font-size: 1.2em;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}
.section-about .col-md-6.right-box .title-section h2:after {
  content: '//';
  display: block;
  margin: 15px auto;
  font-size: 0.8em;
  color: #fff;
  letter-spacing: 1px;
}
.section-about .col-md-6.right-box .experience-box {
  font-family: raleway, sans-serif;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.section-about .col-md-6.right-box .experience-box .timer {
  font-size: 2.3em;
  font-weight: 500;
}
.section-about .col-md-6.right-box .experience-box .icon {
  font-size: 25px;
  color: #fff;
}
.section-about .col-md-6.right-box .experience-box h4 {
  font-size: 13px;
  letter-spacing: 0;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 0;
}
.section-about .col-md-6.right-box .experience-box h4:after {
  content: '//';
  display: block;
  margin: 15px auto;
  font-size: 0.8em;
  color: #fff;
  letter-spacing: 1px;
}
.section-about
  .col-md-6.right-box
  .col-md-3:last-child
  .experience-box:last-child {
  margin-right: 0;
}
.section-services {
  overflow: hidden;
}
.section-services .col-md-6.left-box {
  display: flex;
  padding: 150px 80px;
  align-items: center;
  align-content: center;
  justify-content: center;
  background-position: 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.section-services .col-md-6.left-box .title-section h2 {
  font-size: 1.2em;
  font-weight: 600;
  color: #fff;
  text-align: right;
  text-transform: uppercase;
  margin-top: 15px;
}
.section-services .col-md-6.left-box .title-section h2:after {
  content: '-->';
  display: block;
  margin: 15px auto;
  font-size: 0.7em;
  color: #8c1901;
  letter-spacing: 1px;
}
.section-services .col-md-6.left-box .title-section i {
  color: #fff;
  font-size: 2.1em;
  text-align: right;
  display: block;
}
.section-services .col-md-6.left-box .title-section p {
  color: #8c1901;
  text-align: right;
  word-spacing: 1px;
  line-height: 25px;
}
.section-services .col-md-6.right-box {
  padding: 150px 80px;
}
.section-services .col-md-6.right-box .col-md-6:nth-child(1),
.section-services .col-md-6.right-box .col-md-6:nth-child(2) {
  border-bottom: 1px solid #eeeeef;
  margin-bottom: 35px;
  padding-bottom: 35px;
}
.section-services .services-box h2 {
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 600;
  text-align: left;
  margin-top: 10px;
  color: #000;
}
.section-services .services-box .icon {
  position: relative;
  margin: 0 auto;
  display: block;
  font-size: 35px;
  float: left;
  -webkit-border-radius: 50%;
  border-bottom: none;
  color: #2cc9b4;
}
.section-services .services-box .info-box {
  margin-left: 70px;
}
.section-services .services-box p {
  text-align: left;
  word-spacing: 1px;
  line-height: 25px;
  margin-top: 10px;
  margin-bottom: 0;
  color: #000;
}
.section-team {
  overflow: hidden;
}
.section-team .col-md-6.left-box {
  display: flex;
  padding: 150px 80px;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.section-team .col-md-6.left-box .col-md-6:nth-child(1),
.section-team .col-md-6.left-box .col-md-6:nth-child(2) {
  border-bottom: 1px solid #eeeeef;
  margin-bottom: 35px;
  padding-bottom: 25px;
}
.section-team .col-md-6.right-box {
  display: flex;
  padding: 150px 80px;
  align-items: center;
  align-content: center;
  justify-content: center;
  background-position: 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.section-team .col-md-6.right-box .title-section h2 {
  font-size: 1.2em;
  font-weight: 600;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  margin-top: 15px;
}
.section-team .col-md-6.right-box .title-section h2:after {
  content: '<--';
  display: block;
  margin: 15px auto;
  font-size: 0.7em;
  color: #fff;
  letter-spacing: 1px;
}
.section-team .col-md-6.right-box .title-section i {
  color: #fff;
  font-size: 2.1em;
  text-align: left;
  display: block;
}
.section-team .col-md-6.right-box .title-section p {
  color: #fff;
  text-align: left;
  word-spacing: 1px;
  line-height: 25px;
}
.team-box img {
  width: 90px;
  float: right;
  margin-left: 10px;
}
.team-box h2 {
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 600;
  text-align: right;
  padding-top: 28px;
  color: #000;
}
.team-box p {
  text-align: right;
  word-spacing: 1px;
  line-height: 25px;
  margin-top: 30px;
  color: #000;
}
.team-box span {
  font-weight: 500;
  font-size: 13px;
  display: block;
  text-align: right;
  margin-top: -5px;
  color: #000;
}
.team-box .social-icons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  align-content: flex-end;
}
.team-box .social-icons ul {
  padding-left: 0;
}
.team-box .social-icons li {
  list-style: none;
  float: left;
  margin-left: 12px;
  margin-right: 10px;
}
.team-box .social-icons li:nth-child(1) {
  margin-left: 0;
}
.team-box .social-icons li a {
  color: #000;
  font-size: 15px;
}
.team-box .social-icons li:last-child {
  margin-right: 0;
}
.team-box .social-icons i {
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
}
.team-box .social-icons .fa-x-twitter:hover {
  color: #46c0fb;
}
.team-box .social-icons .fa-facebook:hover {
  color: #4863ae;
}
.team-box .social-icons .fa-instagram:hover {
  color: #dd4b39;
}
.team-box .social-icons .fa-dribbble:hover {
  color: #cc181e;
}
.section-contact {
  overflow: hidden;
}
.section-contact .col-md-6.left-box {
  padding: 150px 80px;
  background-position: 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.section-contact .col-md-6.left-box .title-section h2 {
  font-size: 1.2em;
  font-weight: 600;
  color: #fff;
  text-align: right;
  text-transform: uppercase;
  margin-top: 15px;
}
.section-contact .col-md-6.left-box .title-section h2:after {
  content: '-->';
  display: block;
  margin: 15px auto;
  font-size: 0.7em;
  color: #fff;
  letter-spacing: 1px;
}
.section-contact .col-md-6.left-box .title-section i {
  color: #fff;
  font-size: 2.1em;
  text-align: right;
  display: block;
}
.section-contact .col-md-6.left-box .title-section p {
  color: #fff;
  text-align: right;
  word-spacing: 1px;
  line-height: 25px;
}
.section-contact .col-md-6.right-box {
  display: flex;
  padding: 150px 80px;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
}
.section-contact .g-recaptcha {
  margin-top: 1.7rem;
}
.section-contact .error-box {
  border: 1px solid red;
  padding: 15px;
  margin-top: 30px;
  width: 100%;
}
.section-contact .error-box i {
  color: red;
  padding-right: 5px;
}
.section-contact .success-box {
  border: 1px solid #009e55;
  padding: 15px;
  margin-top: 30px;
  width: 100%;
}
.section-contact .success-box i {
  color: #009e55;
  padding-right: 5px;
}
.section-contact .contact-info {
  word-break: break-all;
  text-align: right;
}
.section-contact .contact-info h3 {
  font-size: 1em;
  font-weight: 600;
  color: #fff;
  text-align: right;
  text-transform: uppercase;
}
.section-contact .contact-info i {
  font-size: 1.8em;
  text-align: right;
  color: #fff;
  margin-bottom: 15px;
  margin-top: 60px;
}
.section-contact .contact-info .info-box {
  color: #fff;
}
.section-contact #contact-form {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  flex: 1;
  justify-content: space-between;
}
.section-contact #contact-form label.error {
  position: relative;
}
.section-contact #contact-form label.error i.message {
  right: 15px;
  position: absolute;
  bottom: 15px;
}
.section-contact #contact-form label.error i.email {
  right: 15px;
  position: absolute;
  bottom: 35px;
}
.section-contact #contact-form label.error i.name {
  right: 15px;
  position: absolute;
  bottom: 35px;
}
.section-contact input[type='text'] {
  width: 100%;
  background: 0 0;
  border: 1px solid #ededed;
  padding: 8px 15px;
  outline: none;
  color: #fff;
  margin-bottom: 20px;
}
.section-contact input[type='email'] {
  width: 100%;
  background: 0 0;
  border: 1px solid #ededed;
  padding: 8px 15px;
  outline: none;
  color: #fff;
  margin-bottom: 20px;
}
.section-contact textarea {
  width: 100%;
  background: 0 0;
  padding: 15px;
  border: 1px solid #ededed;
  outline: none;
  margin-bottom: 0;
  height: 100px;
  resize: none;
  color: #fff;
}
.section-contact input[type='submit'] {
  width: 100%;
  background-color: #870000;
  border: 2px solid #870000;
  color: #fff;
  padding: 10px;
  display: block;
  margin: 0 auto;
  word-spacing: 1px;
  outline: none;
  text-transform: uppercase;
  font-size: 13px;
  margin-top: 20px;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-in-out !important;
  -moz-transition: all 0.3s ease-in-out !important;
  -ms-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
}
.section-contact input[type='submit']:hover {
  background: 0 0;
  color: #b52102;
}
.section-contact i {
  color: #870000;
}
.section-subscribe {
  overflow: hidden;
}
.section-subscribe .col-md-6.left-box {
  display: flex;
  flex-direction: column; /* stack children vertically */
  padding: 50px 40px;
  align-items: flex-end; /* align left like About section */
  justify-content: center;
}

.section-subscribe .col-md-6.left-box .title-section {
  margin-bottom: 20px; /* space between title and content */
}

.section-subscribe .col-md-6.left-box .title-section h2 {
  font-size: 1.2em;
  font-weight: 600;
  color: #b52102;
  text-align: left;
  text-transform: uppercase;
  line-height: 25px;
}

.section-subscribe .col-md-6.left-box .content-box p {
  text-align: left;
  width: 100%;
  white-space: normal;
  flex-shrink: 0;
  word-spacing: 1px;
  line-height: 25px;
  margin-top: 0; /* already have spacing from title-section margin-bottom */
  color: #b52102;
}

.section-subscribe .col-md-6.left-box .content-box ul {
  margin-top: 15px;
  padding-left: 20px;
  color: #b52102;
}

.section-subscribe .col-md-6.left-box .content-box ul li {
  margin-bottom: 10px;
}
/*.section-subscribe .col-md-6.left-box #google-container {
  position: relative;
  width: 100%;
  height: 600px;
  background-color: #000000;
}
.section-subscribe .col-md-6.left-box .section-map {
  position: relative;
}
.section-subscribe .col-md-6.left-box #zoom-in,
.section-subscribe .col-md-6.left-box #zoom-out {
  height: 32px;
  width: 32px;
  cursor: pointer;
  margin-left: 60px;
  background-color: #870000;
  background-repeat: no-repeat;
  background-size: 32px 64px;
  background-image: url(../images/icon-controller.svg);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.section-subscribe .col-md-6.left-box #zoom-in:hover,
.section-subscribe .col-md-6.left-box #zoom-out:hover {
  background-color: #fff;
}
.section-subscribe .col-md-6.left-box #zoom-in {
  background-position: 50% 0;
  margin-top: 70px;
  margin-bottom: 1px;
}
.section-subscribe .col-md-6.left-box #zoom-out {
  background-position: 50% -32px;
}*/
.section-subscribe .col-md-6.right-box {
  padding: 150px 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-position: 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.section-subscribe .col-md-6.right-box .title-section {
  color: #fff;
}
.section-subscribe .col-md-6.right-box .title-section i {
  font-size: 2.1em;
  text-align: center;
  display: block;
}
.section-subscribe .col-md-6.right-box .title-section h2 {
  color: #fff;
  margin-top: 15px;
  font-size: 1.2em;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}
.section-subscribe .col-md-6.right-box .title-section h2:after {
  content: '//';
  display: block;
  margin: 10px auto;
  font-size: 0.8em;
  color: #fff;
  letter-spacing: 1px;
}
#subscribe-form input[type="email"] {
  width: 80%;          /* full width */
  padding: 15px 25px;   /* bigger clickable area */
  font-size: 14px;       /* match original text size */
  box-sizing: border-box;
}

#subscribe-form button {
  padding: 15px 25px;
  font-size: 16px;
}
.section-subscribe #ajaxChimp {
  text-align: center;
}
.section-subscribe input[type='text'] {
  background-color: rgba(255, 255, 255, 0);
  border: solid 2px #fff;
  height: 45px;
  width: 45%;
  color: #fff;
  word-spacing: 1px;
  padding-left: 15px;
  outline: none;
  font-size: 12px;
}
.section-subscribe input[type='text']::-webkit-input-placeholder {
  color: #fff;
}
.section-subscribe input[type='text']:-moz-placeholder {
  color: #fff;
}
.section-subscribe input[type='text']::-moz-placeholder {
  color: #fff;
}
.section-subscribe input[type='text']:-ms-input-placeholder {
  color: #fff;
}
.section-subscribe button {
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid #fff;
  color: #fff;
  width: 19%;
  outline: none;
  margin-left: 1px;
  font-weight: 600;
  height: 60px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.section-subscribe button:hover {
  background: #fff;
  border: solid 2px #fff;
  color: #000;
}
.section-subscribe button i {
  font-size: 14px;
}
.section-subscribe label {
  height: 2.5em;
  padding: 15px 20px;
  color: #8c1901;
  font-size: 13px;
  float: none;
  top: 0;
  display: block !important;
  font-weight: 100;
}
.section-subscribe label.error i {
  color: #fff;
  padding-right: 3px;
}
#search-results .search-item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  margin-top: 20px;
  padding-top: 20px;
  border-bottom: 1px solid #f1f1f1;
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  flex-direction: column;
}
#search-results .search-item a:hover {
  color: #000;
}
.widget-area .widget {
  margin-bottom: 40px;
}
.widget-area .widget ul {
  list-style: square;
  margin-left: 20px;
  padding: 0;
}
.widget-area .widget-title {
  padding: 10px 0;
}
.widget-area .widget-tagcloud a {
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 9px 13px;
  margin: 0 4px 9px 0;
  font-size: 12px !important;
  line-height: 1;
  color: #000;
  border: 2px solid #2cc9b4;
}
.widget-area .widget-tagcloud a:hover {
  color: #8c1901;
  background: #2cc9b4;
}
.widget-area .widget-search #search {
  position: relative;
  width: 100%;
}
.widget-area .widget-search #search div {
  opacity: 0;
  background-color: #8c1901;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 50;
  visibility: hidden;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.3s;
}
.widget-area .widget-search #search div a {
  border-bottom: 1px solid #f3f3f3;
  border-left: 1px solid #f3f3f3;
  border-right: 1px solid #f3f3f3;
  cursor: pointer;
  display: grid;
  padding: 0.5rem;
  column-gap: 0.5rem;
  grid-template-columns: 40px 1fr;
}
.widget-area .widget-search #search div .search-image-box {
  border-width: 0;
  float: left;
  grid-row-start: 1;
  grid-row-end: span 2;
  clear: left;
  width: 40px;
  height: 40px;
  background-position: 50%;
  background-size: cover;
}
.widget-area .widget-search #search div h3 {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.widget-area .widget-search #search div span {
  font-size: 0.88rem;
  line-height: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.widget-area .widget-search #search input {
  background-color: transparent;
  width: 100%;
  padding: 5px 30px 5px 10px;
  color: #000;
  border: 2px solid #000;
  outline: none;
  border-radius: 0;
}
.widget-area .widget-search #search:before {
  content: '\f002';
  font-family: 'font awesome 6 pro';
  font-weight: 600;
  color: #000;
  font-size: 14px;
  position: absolute;
  right: 14px;
  top: -2px;
}
.widget-area .widget-search #search input:focus ~ div {
  display: block;
  opacity: 1;
  visibility: visible;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.3s;
}
.widget-area .widget-search i {
  position: absolute;
  left: 15px;
  font-size: 14px;
  transform: translateY(70%);
}
.post-item {
  margin-bottom: 40px;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 40px;
}
.post-item .image-box img {
  height: auto;
  margin-bottom: 30px;
  text-align: left;
  max-width: 100%;
  display: block;
}
.post-item .title a:hover {
  color: #000;
}
.post-item .post-details {
  display: flex;
  margin-top: 15px;
}
.post-item .post-details .date,
.post-item .post-details .author {
  margin-right: 15px;
}
.post-item .post-details i {
  margin-right: 3px;
}
.post-item .text {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
}
.post-item .share {
  margin-top: 12px;
  display: flex;
  align-items: center;
  align-content: center;
}
.post-item .share span {
  margin-right: 8px;
}
.post-item .share ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  list-style: none;
}
.post-item .share ul li {
  margin-right: 15px;
  font-size: 16px;
}
.post-item .button {
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}
.post-item .button a {
  display: flex;
  color: #000;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
  border: 2px solid #2cc9b4;
  padding: 15px 22px;
  line-height: 1;
  -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;
  transition: all 0.3s ease-in-out;
}
.post-item .button a:hover {
  color: #8c1901;
  background: #2cc9b4;
}
.post-navigation {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 70px;
}
.post-navigation .next-post {
  order: 1;
  display: flex;
}
.post-navigation .next-post i {
  padding-left: 5px;
  font-weight: 700;
  font-size: 12px;
}
.post-navigation .prev-post {
  margin-right: auto;
  display: flex;
}
.post-navigation .prev-post i {
  padding-right: 5px;
  font-weight: 700;
  font-size: 12px;
}
.post-navigation a {
  color: #000;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
  border: 2px solid #2cc9b4;
  padding: 15px 22px;
  line-height: 1;
  -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;
  transition: all 0.3s ease-in-out;
}
.post-navigation a:hover {
  color: #8c1901;
  background: #2cc9b4;
}
.comments-post .title {
  line-height: 25px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.pagination {
  display: flex;
  margin-top: 80px;
  margin-bottom: 50px;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.pagination span.current {
  background: #2cc9b4;
  color: #8c1901;
  font-weight: 500;
}
.pagination i {
  font-size: 12px;
}
.pagination a,
.pagination span.current {
  border: 2px solid #2cc9b4;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: 33px;
  height: 33px;
  margin: 2px;
  -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;
  transition: all 0.3s ease-in-out;
}
.pagination a:hover {
  background: #2cc9b4;
  color: #8c1901;
}
footer {
  background-color: #1f1717;
  padding: 30px;
  z-index: 10;
  position: relative;
  color: #8c1901;
}
footer .footer-content {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
footer .copyright {
  color: #fff;
}
footer a {
  -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;
  transition: all 0.3s ease-in-out;
  color: #fff;
}
@media only screen and (max-width: 1478px) {
  .menu-container ul li ul ul {
    left: -100% !important;
    right: auto;
  }
  .menu-container ul li ul {
    right: 0;
  }
}
@media only screen and (max-width: 1036px) {
  header .menu-container {
    display: none;
  }
  .section-contact input[type='submit'],
  .section-subscribe button,
  .section-subscribe input[type='text'] {
    width: 100%;
  }
  .section-subscribe input[type='text'] {
    margin-bottom: 15px;
  }
  header .mobile-menu {
    display: block;
  }
  .mouse-wrapper {
    display: none !important;
  }
  header .logo {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 756px) {
  .section-about .col-md-6.right-box .col-md-3 .experience-box {
    margin-right: 0;
    margin-bottom: 40px;
  }
  .section-services .col-md-6.right-box .col-md-6 {
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
  .section-services .col-md-6.right-box .col-md-6:nth-child(1),
  .section-services .col-md-6.right-box .col-md-6:nth-child(2) {
    border: none;
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
  .section-services .col-md-6.right-box .col-md-6:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .section-services .col-md-6.right-box .col-md-6 .icon {
    float: none;
    text-align: center;
    margin-bottom: 25px;
  }
  .section-services .col-md-6.right-box .col-md-6 h2,
  .section-services .col-md-6.right-box .col-md-6 p {
    text-align: center;
  }
  .section-services .col-md-6.right-box .col-md-6 .info-box {
    margin-left: 0;
  }
  .section-team .col-md-6.left-box {
    padding-top: 0;
  }
  .section-team .col-md-6.left-box .col-md-6 {
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
  .section-team .col-md-6.left-box .col-md-6:nth-child(1),
  .section-team .col-md-6.left-box .col-md-6:nth-child(2) {
    border: none;
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
  .section-team .col-md-6.left-box .col-md-6:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .section-team .col-md-6.left-box .col-md-6 img {
    float: none;
    width: 180px;
    margin: 0 auto;
    display: block;
  }
  .section-team .col-md-6.left-box .col-md-6 h2,
  .section-team .col-md-6.left-box .col-md-6 p,
  .section-team .col-md-6.left-box .col-md-6 span {
    text-align: center;
  }
  .section-team .col-md-6.left-box .col-md-6 p {
    margin-top: 0;
  }
  .section-team .col-md-6.left-box .col-md-6 .info-box {
    margin-left: 0;
  }
  .section-team .col-md-6.left-box .col-md-6 .social-icons {
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  .title-section h2,
  .title-section p,
  .title-section i {
    text-align: center !important;
  }
  .contact-info h3,
  .contact-info p,
  .contact-info .icon {
    text-align: center !important;
  }
  .header-section .logo img {
    height: auto;
    margin: 10px;
  }
}
@media only screen and (max-width: 540px) {
  .post-details {
    flex-direction: column;
  }
  .header-section {
    text-align: center;
  }
  footer {
    text-align: center;
  }
  .header-section .countdown {
    margin-left: 0;
  }
  .header-section .social-icons li:last-child {
    margin-right: 0;
  }
}
@media only screen and (max-width: 320px) {
  .post-navigation {
    flex-direction: column;
    align-items: center;
    align-content: center;
  }
  .post-navigation .prev-post {
    margin: 0 0 30px;
  }
}
