body::-webkit-scrollbar {
  display: none;
}
html {
  margin: 0;
  padding: 0;
  width: 100vw;
}
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  background-color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
  text-align: justify;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
a {
  color: #0b172a;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em;
}
img,
video {
  max-width: 100%;
  vertical-align: middle;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
textarea {
  overflow: auto;
  resize: vertical;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
h1,
.h1 {
  font-size: 2.5rem;
}
h2,
.h2 {
  font-size: 2rem;
}
h3,
.h3 {
  font-size: 1.75rem;
}
h4,
.h4 {
  font-size: 1.5rem;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.img-fluid {
  max-width: 100%;
  height: auto;
  /* margin: auto; */
  /* padding: 10px; */
}
.career{
  margin-bottom: 1.25rem;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.section-space{
  padding-top: 5rem;
    padding-bottom: 1.25rem;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  width: 100;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100vw;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.form-group {
  margin-bottom: 1rem;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}
.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}
.navbar-custom .navbar-toggler {
  border: none;
  color: #fff;
  font-size: 2rem;
}
.navbar-custom
  button[aria-expanded="false"]
  .navbar-toggler-awesome.icon-close {
  display: none;
}
.navbar-custom button[aria-expanded="false"] .navbar-toggler-awesome.icon-bars {
  display: inline-block;
}
.navbar-custom button[aria-expanded="true"] .navbar-toggler-awesome.icon-bars {
  display: none;
}
.navbar-custom button[aria-expanded="true"] .navbar-toggler-awesome.icon-close {
  display: inline-block;
  margin-right: 0.125rem;
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 a;
  padding: 1.25rem;
}
.card-title {
  margin-bottom: 0.75rem;
}
.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}
.media-body {
  -ms-flex: 1;
  flex: 1;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
.text-center {
  text-align: center !important;
}
body,
html {
  width: 100vw;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 100%;
  margin: 0;
  padding: 0;
  /* overflow-x: hidden; */
}
body,
p {
  color: #787976;
  color: #0b172a;
  font: 400 1rem/1.5625rem "Open Sans", sans-serif;
}
.p-large {
  font: 400 1.125rem/1.625rem "Open Sans", sans-serif;
}
.p-small {
  font: 400 0.875rem/1.375rem "Open Sans", sans-serif;
}
.p-heading {
  margin-bottom: 3.5rem;
  text-align: center;
}
.li-space-lg li {
  margin-bottom: 0.375rem;
}
h1 {
  color: #484a46;
  font: 700 2.25rem/3rem "Montserrat", sans-serif;
}
h2 {
  color: #484a46;
  font: 700 1.75rem/2.125rem "Montserrat", sans-serif;
}
h3 {
  color: #484a46;
  font: 700 1.375rem/1.75rem "Montserrat", sans-serif;
}
h4 {
  color: #484a46;
  font: 700 1.25rem/1.625rem "Montserrat", sans-serif;
}
a {
  text-decoration: none;
}
a:hover {
  color: #787976;
  text-decoration: underline;
}
.section-title {
  color: #0b172a;
  font: 500 0.8125rem/1.125rem "Montserrat", sans-serif;
}
.btn-solid-lg {
  display: inline-block;
  padding: 1.375rem 2.125rem 1.375rem 2.125rem;
  border: 0.125rem solid #bc4123;
  border-radius: 0.25rem;
  background-color: #0b172a;
  color: #fff;
  font: 700 0.75rem/0 "Montserrat", sans-serif;
  text-decoration: none;
  transition: all 0.2s;
}
.btn-solid-lg:hover {
  background-color: transparent;
  color: #bc4123;
  text-decoration: none;
}
.form-group {
  position: relative;
  margin-bottom: 1.25rem;
}
.form-group.has-error.has-danger {
  margin-bottom: 0.625rem;
}
.form-group.has-error.has-danger .help-block.with-errors ul {
  margin-top: 0.375rem;
}
.label-control {
  position: absolute;
  top: 0.8125rem;
  left: 1.375rem;
  color: #0b172a;
  opacity: 1;
  font: 400 0.875rem/1.375rem "Open Sans", sans-serif;
  cursor: text;
  transition: all 0.2s ease;
}
.form-control-input:focus + .label-control,
.form-control-input.notEmpty + .label-control,
.form-control-textarea:focus + .label-control,
.form-control-textarea.notEmpty + .label-control {
  top: 0.125rem;
  opacity: 1;
  font-size: 0.75rem;
  font-weight: 500;
}
.form-control-input,
.form-control-select {
  display: block;
  width: 100%;
  padding-top: 1.25rem;
  padding-bottom: 0.25rem;
  padding-left: 1.3125rem;
  border: 1px solid #dadada;
  border-radius: 0.25rem;
  background-color: #fff;
  color: #0b172a;
  font: 400 0.875rem/1.375rem "Open Sans", sans-serif;
  transition: all 0.2s;
  -webkit-appearance: none;
}
.form-control-textarea {
  display: block;
  width: 100%;
  height: 8rem;
  padding-top: 1.25rem;
  padding-left: 1.3125rem;
  border: 1px solid #dadada;
  border-radius: 0.25rem;
  background-color: #fff;
  color: #0b172a;
  font: 400 1rem/1.5625rem "Open Sans", sans-serif;
  transition: all 0.2s;
}
.form-control-input:focus,
.form-control-select:focus,
.form-control-textarea:focus {
  border: 1px solid #a1a1a1;
  outline: none;
}
.form-control-input:hover,
.form-control-select:hover,
.form-control-textarea:hover {
  border: 1px solid #a1a1a1;
}
.checkbox {
  font: 400 0.875rem/1.375rem "Open Sans", sans-serif;
}
input[type="checkbox"] {
  vertical-align: -15%;
  margin-right: 0.375rem;
}
.form-control-submit-button {
  display: inline-block;
  width: 100%;
  height: 3.125rem;
  border: 0.125rem solid #bc4123;
  border-radius: 0.25rem;
  background-color: #0b172a;
  color: #fff;
  font: 700 0.75rem/1.75rem "Montserrat", sans-serif;
  cursor: pointer;
  transition: all 0.2s;
}
.form-control-submit-button:hover {
  background-color: transparent;
  color: #bc4123;
}
#lmsgSubmit.h3.text-center.tada.animated,
#cmsgSubmit.h3.text-center.tada.animated,
#pmsgSubmit.h3.text-center.tada.animated,
#lmsgSubmit.h3.text-center,
#cmsgSubmit.h3.text-center,
#pmsgSubmit.h3.text-center {
  display: block;
  margin-bottom: 0;
  color: #b93636;
  font: 400 1.125rem/1rem "Open Sans", sans-serif;
}
.help-block.with-errors .list-unstyled {
  color: #787976;
  font-size: 0.75rem;
  line-height: 1.125rem;
  text-align: left;
}
.help-block.with-errors ul {
  margin-bottom: 0;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.spinner-wrapper {
  position: fixed;
  z-index: 999999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #0b172a;
}
.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3.75rem;
  height: 1.25rem;
  margin: -0.625rem 0 0 -1.875rem;
  text-align: center;
}
.spinner > div {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  background-color: #fff;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.navbar-custom {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  background-color: #0b172a;
  box-shadow: 0 0.0625rem 0.375rem 0 rgba(0, 0, 0, 0.1);
  font: 600 0.875rem/0.875rem "Open Sans", sans-serif;
  transition: all 0.2s;
}
.navbar-custom .navbar-brand {
  font-size: 0;
}
.navbar-custom .navbar-brand.logo-image img {
  width: 15rem;
  height: 3.5rem;
  backface-visibility: hidden;
}
.navbar-custom .navbar-nav {
  margin-top: 0.75rem;
  margin-bottom: 0.5rem;
}
.navbar-custom .nav-item .nav-link {
  padding: 0.625rem 0.75rem 0.625rem 0.75rem;
  color: #fff;
  text-decoration: none;
  transition: all 0.2s ease;
}
.navbar-custom .nav-item .nav-link:hover,
.navbar-custom .nav-item .nav-link.active {
  color: #bc4123;
}
.navbar-custom .navbar-toggler {
  border: none;
  color: #fff;
  font-size: 2rem;
}
/* #videoHolder:before {
    content: "";
    position: absolute;
    object-fit: cover;
    width: 100vw;
    min-height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 20, 0.5);
    z-index: 2;
  }
  .video {
    object-fit: cover;
    width: 100vw;
    min-height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  } */

  .stockexchange {
    /* min-width: 100%; */
    min-height: 100%;
    /* object-fit: contain; */
    position: absolute;
    /* top: 50%; */
    left: 0%;
    /* transform: translateX(-50%) translateY(-50%); */
    z-index: -10;
    object-fit: cover;
    object-position: center center;
  }

  .stockexchange:before {
    content: "";
    position: absolute;
    object-fit: cover;
    /* width: 100vw;
    min-height: 100%; */
    /* position: fixed; */
    /* top: 0; */
    left: 0%;
    min-height: 100%;
    background: rgba(255, 255, 255, 0.1);
    z-index: -9;
  }


/* 
  .header .header-content {
    position: relative;
    z-index: 3;
  }
 
  .header .header-content {
    padding-top: 10rem;
    padding-bottom: 2.125rem;
    text-align: center;
    width: 100vw;
    height: 100vh;
  }
  .header .text-container {
    margin-bottom: 3rem;
  }
  .header h1 {
    margin-bottom: 0.5rem;
    color: #fff;
  }
  .header .p-large {
    margin-bottom: 2rem;
    color: #dfe5ec;
    text-shadow: 0 1px 0 black;
  }
  .header .btn-solid-lg {
    margin-right: 0.5rem;
    margin-bottom: 1.25rem;
  } */
  .header {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5)),
      url("../images/header.jpg") center center no-repeat;
    background-size: cover;
  }
  .header .header-content {
    padding-top: 8rem;
    padding-bottom: 2.125rem;
    text-align: center;
    width: 100vw;
  }
  .header .text-container {
    margin-bottom: 3rem;
  }
  .header h1 {
    margin-bottom: 0.5rem;
    color: #fff;
  }
  .header .p-large {
    margin-bottom: 2rem;
    color: #dfe5ec;
    text-shadow: 0 1px 0 black;
  }
  .header .btn-solid-lg {
    margin-right: 0.5rem;
    margin-bottom: 1.25rem;
  }





.basic-1 {
  padding-top: 2rem;
  padding-bottom: 6rem;
}
.basic-1 .text-container {
  margin-bottom: 3rem;
}
.basic-1 .section-title {
  margin-bottom: 0.5rem;
}
.basic-1 h2 {
  margin-bottom: 1.375rem;
}
.basic-1 .image-container {
  overflow: hidden;
  border-radius: 0.25rem;
}
.basic-1 .image-container img {
  margin: 0;
  border-radius: 0.25rem;
  transition: all 0.3s;
  margin-top: 2rem;
}
.basic-1 .image-container:hover img {
  -moz-transform: scale(1.15);
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
.cards-1 {
  padding-top: 3rem;
  padding-bottom: 2.875rem;
}
.cards-1 .card {
  margin-bottom: 2.5rem;
  border: none;
  text-align: center;
}
.cards-1 .fa-stack {
  width: 6rem;
  height: 6rem;
  margin-right: auto;
  margin-bottom: 1rem;
  margin-left: auto;
  line-height: 6rem;
  text-align: left;
}
.cards-1 .fa-stack .hexagon {
  position: absolute;
  width: 6rem;
  height: 6rem;
  background: url("../images/hexagon-orange.svg") center center no-repeat;
  background-size: 6rem 6rem;
}
.cards-1 .fa-stack-1x {
  color: #fff;
  font-size: 2rem;
}
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  line-height: inherit;
}
.cards-1 .card-body {
  padding: 0;
}
.cards-1 .card-title {
  margin-bottom: 0.625rem;
}
.cards-2, .cards-3 {
  padding-top: 5rem;
  padding-bottom: 1.25rem;
  /* background-color: #fbfbfb; */
}
.cards-2 .section-title {
  margin-bottom: 0.5rem;
  text-align: center;
}
.cards-2 h2 {
  margin-bottom: 3.25rem;
  text-align: center;
}
.cards-2 .card {
  margin-bottom: 5.625rem;
  border: none;
  background-color: transparent;
}
.cards-2 .card-image img {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
.cards-2 .card-body {
  padding: 2.25rem 2rem 2.125rem 2rem;
  border: 1px solid #ebe8e8;
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
  background-color: #fff;
}

.cards-3{
  padding: 0rem 2rem 2.125rem 2rem;
  display: flex;
  flex-wrap: wrap;
  flex-flow: row wrap;
  justify-content: space-around;
}
.cards-3 .card {
  /* background: tomato; */
  /* padding: 5px; */
  width: 200px;
  /* height: 150px; */
  margin-top: 10px;
  /* line-height: 150px; */
  color: black;
  /* font-weight: bold; */
  /* font-size: 1em; */
  /* text-align: center; */
  box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);
  border-top: 1px solid #40A4F4;
  border-radius: 5px;
}

.cards-2 h3 {
  margin: 0.75rem;
  text-align: center;
}
.cards-2 .list-unstyled {
  margin-bottom: 1.5rem;
}
.cards-2 .list-unstyled .media-body, .cards-3 .list-unstyled .media-body {
  margin-left: 0.625rem;
}
.form-2 {
  padding-top: 6.625rem;
  padding-bottom: 5.625rem;
  background-color: #fbfbfb;
}
.form-2 .text-container {
  margin-bottom: 3rem;
}
.form-2 .section-title {
  margin-bottom: 0.5rem;
}
.form-2 h2 {
  margin-bottom: 1.375rem;
}
.form-2 .list-unstyled {
  margin-bottom: 2.25rem;
  font-size: 1rem;
  line-height: 1.625rem;
}

/*************************/
/*     08. Details 1     */
/*************************/
.accordion .area-1 {
	height: 27rem;
	background: url('../images/details-1-background.jpg') center center no-repeat;
	background-size: cover;
}

.accordion .accordion-container {
	max-width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 6.375rem;
	padding-bottom: 1.5rem;
}

.accordion h2 {
	margin-bottom: 1.625rem;
}

.accordion .item {
	margin-bottom: 2rem;
}

.accordion h4 {
	margin-bottom: 0;
}

.accordion span[aria-expanded="true"] .circle-numbering,
.accordion span[aria-expanded="false"] .circle-numbering {
	display: inline-block;
	width: 2.25rem;
	height: 2.25rem;
	margin-right: 0.875rem;
	border: 0.125rem solid #bc4123;
	border-radius: 50%;
	background-color: #bc4123;
	color: #fff;
	font: 700 1rem/2.125rem "Montserrat", sans-serif;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	transition: all 0.2s ease;
}

.accordion span[aria-expanded="false"] .circle-numbering {
	border: 0.125rem solid #484a46;
	background-color: transparent;
	color: #484a46;
}

.accordion .item:hover span[aria-expanded="false"] .circle-numbering {
	border: 0.125rem solid #bc4123;
	color: #bc4123;
}

.accordion .accordion-title {
	display: inline-block;
	width: 70%;
	margin-top: 0.125rem;
	margin-bottom: 0.25rem;
	color: #484a46;
	font: 700 1.25rem/1.75rem "Montserrat", sans-serif;
	vertical-align: middle;
	cursor: pointer;
	transition: all 0.2s ease;
}

.accordion .item:hover .accordion-title {
	color: #bc4123;
}

.accordion span[aria-expanded="true"] .accordion-title {
	color: #bc4123;
}

.accordion .accordion-body {
	margin-left: 3.125rem;
}


/*************************/
/*     09. Details 2     */
/*************************/
.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.tab-content > .tab-pane {
    display: none;
  }
  
  .tab-content > .active {
    display: block;
  }
  .fade {
    transition: opacity 0.15s linear;
  }
  
  @media (prefers-reduced-motion: reduce) {
    .fade {
      transition: none;
    }
  }
  
  .fade:not(.show) {
    opacity: 0;
  }
  
.tabs .tabs-container {
	max-width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 2rem;
  padding-bottom: 5.75rem;
  height: 100%;
  z-index: 10;
}

.tabs .nav-tabs {
	justify-content: center;
	margin-bottom: 1.125rem;
	border-bottom: none;
}

.tabs .nav-link {
	margin-right: 1.625rem;
	margin-bottom: 0.875rem;
	padding: 0;
	border: none;
	border-radius: 0.25rem;
	color: #c1cace;
	font: 700 1.375rem/1.375rem "Montserrat", sans-serif;
	text-decoration: none;
	transition: all 0.2s ease;
}

.tabs .nav-link:hover,
.tabs .nav-link.active {
	color: #bc4123;
}

.tabs .nav-link .fas {
	margin-right: 0.125rem;
	font-size: 0.875rem;
	vertical-align: 20%;
}

.tabs #tab-1 .progress-container {
	margin-top: 1.5rem;
}

.tabs #tab-1 .progress-container .title {
	margin-bottom: 0.25rem;
	color: #484a46;
	font: 600 0.875rem/1.25rem "Open Sans", sans-serif;
}

.tabs #tab-1 .progress {
	height: 1.375rem;
	margin-bottom: 1.125rem;
	border-radius: 0.125rem;
	background-color: #f9fafc;
}

.tabs #tab-1 .progress-bar {
	display: block;
	padding-left: 1.5rem;
	border-radius: 0.125rem;
	background: linear-gradient(to bottom right, #bc4123, #1bd1a7);
}

.tabs #tab-1 .progress-bar.first {
	width: 100%;
}

.tabs #tab-1 .progress-bar.second {
	width: 75%;
}

.tabs #tab-1 .progress-bar.third {
	width: 90%;
}

.tabs #tab-2 .list-unstyled {
	margin-top: 1.75rem;
	margin-bottom: 0;
	vertical-align: top;
}

.tabs #tab-2 .list-unstyled .media {
	margin-bottom: 2rem;
}

.tabs #tab-2 .list-unstyled .media-bullet {
	color: #bc4123;
	font-weight: 600;
	font-size: 2rem;
	line-height: 2rem;
}

.tabs #tab-2 .list-unstyled .media-body {
	margin-left: 0.875rem;
}

.tabs #tab-3 .list-unstyled .fas {
	color: #bc4123;
	font-size: 0.5rem;
	line-height: 1.375rem;
}

.tabs #tab-3 .list-unstyled .media-body {
	margin-left: 0.625rem;
}

.tabs #tab-3 .list-unstyled {
	margin-bottom: 1.75rem;
}

.tabs .area-2 {
  /* height: 27rem; */
  background: rgba(255, 255, 255, .7);
  /* background: url('../images/details-2-background.jpg') center center no-repeat;
  background-size: cover; */
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
}
.cvupload{
  width: 80%;
  margin: auto;
}
.tabs .area-1 {
  /* width: 50%;
  height: 100%;
  display: inline-block;
  vertical-align: top; */
  overflow: hidden;
  position: relative;
  background: rgba(255, 255, 255, .9);
}

.copyright {
  padding-top: 0.25rem;
  background-color: #0b172a;
  text-align: center;
}
.copyright p,
.copyright a {
  color: #dfe5ec;
  text-decoration: none;
  text-align: center;
}
a.back-to-top {
  position: fixed;
  z-index: 999;
  right: .75rem;
  bottom: .75rem;
  display: none;
  width: 2.625rem;
  height: 2.625rem;
  border-radius: 1.875rem;
  background: #bc4123 url("../images/up-arrow.png") no-repeat center 47%;
  background-size: 1.125rem 1.125rem;
  text-indent: -9999px;
}
a:hover.back-to-top {
  background-color: #ce8054;
}
@media (min-width: 768px) {
  .p-heading {
    width: 85%;
    margin-right: auto;
    margin-left: auto;
  }
  .navbar-custom {
    padding: 2.125rem 1.5rem 2.125rem 2rem;
    box-shadow: none;
    background: transparent;
  }
  .navbar-custom .navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
  }
  .navbar-custom .nav-item .nav-link {
    padding: 0.25rem 0.75rem 0.25rem 0.75rem;
  }
  .navbar-custom .nav-item .nav-link:hover,
  .navbar-custom .nav-item .nav-link.active {
    color: #bc4123;
  }
  .navbar-custom.top-nav-collapse {
    padding: 0.375rem 1.5rem 0.375rem 2rem;
    box-shadow: 0 0.0625rem 0.375rem 0 rgba(0, 0, 0, 0.1);
    background-color: #0b172a;
  }
  .navbar-custom.top-nav-collapse .nav-item .nav-link:hover,
  .navbar-custom.top-nav-collapse .nav-item .nav-link.active {
    color: #bc4123;
  }
  .header .header-content {
    padding-top: 13rem;
    padding-bottom: 7.5rem;
  }
  .header h1 {
    font: 700 3.5rem/4rem "Montserrat", sans-serif;
  }

  .form-2 .list-unstyled li {
    display: inline-block;
    margin-right: 1rem;
  }
  .form-2 .list-unstyled .address {
    display: block;
  }
}
@media (min-width: 992px) {
  .p-heading {
    width: 65%;
  }
  .header .header-content {
    padding-top: 14rem;
    padding-bottom: 15rem;
  }
  .header .text-container {
    margin-top: 2.5rem;
  }

  .basic-1 {
    padding-top: 6.875rem;
  }
  .basic-1 .text-container {
    margin-bottom: 0;
  }
  .cards-1 .card {
    display: inline-block;
    max-width: 17.5rem;
    text-align: left;
    vertical-align: top;
  }
  .cards-1 div.card:nth-child(3n + 2) {
    margin-right: 2.5rem;
    margin-left: 2.5rem;
  }
  .cards-2 .card {
    max-width: 18.25rem;
    display: inline-block;
    vertical-align: top;
  }
  .cards-2 .col-lg-12 div.card:nth-child(3n + 2) {
    margin-right: 1.25rem;
    margin-left: 1.25rem;
  }
  .cards-3 .card {
    max-width: 18%;
  }
  	/* Details 1 */
	.accordion {
		height: 34.625rem;
	}
	
	.accordion .area-1 {
		width: 50%;
		height: 100%;
		display: inline-block;
	}
	
	.accordion .area-2 {
		width: 50%;
		height: 100%;
		display: inline-block;
		vertical-align: top;
	}
	
	.accordion .accordion-container {
		max-width: 88%;
		margin-left: 2rem;
		padding-bottom: 0;
	}

	.accordion .accordion-title {
		width: 85%;
	}
	/* end of details 1 */


	/* Details 2 */
	.tabs {
		height: 36.125rem;
		display: flex;
	}

	.tabs .area-1 {
		width: 50%;
		height: 100%;
		display: inline-block;
		vertical-align: top;
		overflow: hidden;
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		background: rgba(255, 255, 255, .91);
	}

	.tabs .area-2 {
		width: 50%;
		height: 100%;
		/* display: inline-block; */
		/* display: flex; */
		/* justify-content: center; */
		/* align-items: center; */
	}

	.tabs .tabs-container {
		max-width: 88%;
		margin-left: 2rem;
		/* padding-top: 5rem; */
		padding-bottom: 0;
		height: 100%;
		z-index: 10;
		}
  


	.tabs .nav-tabs {
		justify-content: flex-start;
	}
	/* end of details 2 */
  .form-2 {
    padding-top: 6.875rem;
  }
  .form-2 .text-container {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .p-heading {
    width: 55%;
  }
  .navbar-custom {
    padding-right: 5rem;
    padding-left: 5rem;
  }
  .navbar-custom.top-nav-collapse {
    padding-right: 5rem;
    padding-left: 5rem;
  }
  .header .header-content {
    padding-top: 10rem;
    padding-bottom: 20rem;
    text-align: center;
  }
  .basic-1 .text-container {
    margin-right: 3rem;
    margin-left: 3rem;
  }
  .cards-1 .card {
    max-width: 21rem;
  }
  .cards-1 div.card:nth-child(3n + 2) {
    margin-right: 2.875rem;
    margin-left: 2.875rem;
  }
  .cards-2 .card {
    max-width: 20.875rem;
    /* min-height: 100%; */
  }
  .cards-2 .card-body {
    padding: 2.25rem 2.5rem 2.125rem 2.5rem;
  }
  .cards-2 .col-lg-12 div.card:nth-child(3n + 2) {
    margin-right: 3rem;
    margin-left: 3rem;
  }
  	/* Details 1 */
	.accordion .accordion-container {
		max-width: 28rem;
		margin-left: 5rem;
	}
	/* end of details 1 */


	/* Details 2 */
	.tabs .tabs-container {
		max-width: 28rem;
		margin-right: 5rem;
    margin-left: auto;
    height: 100%;
    z-index: 10;
	}

	.tabs #tab-2 .media-wrapper.first {
		margin-right: 2rem;
	}
	/* end of details 2 */
  .form-2 .text-container {
    margin-top: 0.875rem;
    margin-right: 1.5rem;
  }
  .form-2 form {
    margin-left: 1.5rem;
  }
}
.quote {
  font-style: italic;
  color: #fff;
  background-color: #0b172a;
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  max-width: 100vw;
}
.masonry {
  transition: all 0.5s ease-in-out;
  column-gap: 30px;
  column-fill: initial;
}
.masonry .brick {
  margin-bottom: 30px;
  display: inline-block;
  vertical-align: top;
}
.masonry .brick img {
  transition: all 0.5s ease-in-out;
  backface-visibility: hidden;
}
.masonry .brick:hover img {
  opacity: 0.75;
}
.masonry.gutterless {
  column-gap: 0;
  margin-top: 2rem;
}
.masonry.gutterless .brick {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .masonry {
    column-count: 3;
  }
}
@media only screen and (min-width: 1024px) {
  .masonry {
    column-count: 4;
  }
}
@media (max-width: 768px) {

.cards-3 .card{
  width: 90%;
}
}
#projects {
  padding-top: 5rem;
  padding-bottom: 1.25rem;
}
@font-face {
  font-family: "icomoon";
  src: url("icomoon.eot?hwggar");
  src: url("icomoon.eot?hwggar#iefix") format("embedded-opentype"),
    url("icomoon.ttf?hwggar") format("truetype"),
    url("icomoon.woff?hwggar") format("woff"),
    url("icomoon.svg?hwggar#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-phone:before {
  content: "\e908";
}
.icon-envelope:before {
  content: "\e904";
}
.icon-map-marker:before {
  content: "\e905";
}
.icon-square:before {
  content: "\e900";
}
.icon-phone:before,
.icon-envelope:before,
.icon-map-marker:before,
.icon-square:before {
  color: #bc4123;
}
.icon-bars:before {
  content: "\e906";
}
.icon-close:before {
  content: "\e907";
}
.icon-clock-o:before {
  content: "\e903";
}
.icon-bank:before {
  content: "\e902";
}
.icon-info:before {
  content: "\e901";
}
.icon-bars:before,
.icon-close:before,
.icon-clock-o:before,
.icon-bank:before,
.icon-info:before {
  color: white;
}
