@font-face {
  font-family: 'Ceo Home';
  src: url("../fonts/corndemo-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
html {
  background-color: #252525; }

.person-about {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff; }

.single-person-item {
  height: 370px; }

.people-section .single-person-item img {
  filter: grayscale(100%);
  transition: 0.3s; }
.people-section .single-person-item:hover img {
  filter: grayscale(0%);
  transition: 0.3s; }

.about-section h2 {
  font-weight: 100;
  line-height: 48px;
  font-size: 26px;
  padding-bottom: 10px; }
.about-section p {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 27px; }
  .about-section p b {
    font-weight: 800; }

/* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-card {
  background-color: transparent;
  -webkit-perspective: 1000px;
  perspective: 1000px; }
  .flip-card:hover .person-info {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }

/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  -o-transition: transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg); }

/* Position the front and back side */
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Style the front side (fallback if image is missing) */
.flip-card-front {
  background-color: #bbb;
  color: black;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end; }

/* Style the back side */
.flip-card-back {
  position: relative;
  z-index: 5;
  background-color: #ffffff;
  color: #000000;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 35px; }
  .flip-card-back p {
    color: #000000; }
  .flip-card-back p:last-child {
    color: #323030;
    font-size: 17px;
    line-height: 20px; }

.contact-section .our-features .afeature p {
  color: #000000; }

.contact .our-features .afeature span {
  color: #000000; }

.map-wrapper #mapDiv {
  z-index: 1;
  height: 400px;
  width: 80%; }

#blackbg {
  background-repeat: no-repeat; }

.single-person-item {
  max-width: 475px;
  max-height: 475px; }
  .single-person-item .person-info {
    width: 266px;
    padding: 10px 14px; }

.grid-item {
  width: 394px;
  max-width: 100%;
  margin-bottom: 80px; }

.isotope_items {
  margin: 0 auto; }

.maincolor {
  background-color: #252525; }

.isotope_items p {
  color: #ffffff;
  position: absolute;
  left: 0;
  right: 0; }

.portfolio .select-cat {
  color: #ffffff; }

.single-person-item {
  margin: 0; }

.single-row {
  justify-content: center; }

.social a {
  color: #000000 !important; }
  .social a i {
    color: #000000;
    font-size: 23px; }

.afeature a {
  color: #000000 !important; }

.loader-wrapper {
  background-color: #030303;
  display: flex;
  justify-content: center;
  align-items: center; }
  .loader-wrapper img {
    width: 10%; }

.scroll-container img {
  margin-top: 15px;
  width: 30px; }

.our-features .afeature .icon-box img {
  max-width: 50px; }

.core-map {
  border-top: 2px solid #998c90;
  background-image: url("../images/map/map.jpg");
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 400px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  background-position: center; }

.contact-section {
  background-color: #ffffff; }

.text-black {
  color: #000000 !important; }

.reels {
  background-size: cover !important; }

.flip-card-back {
  color: #000000; }
  .flip-card-back:hover {
    color: #000000; }

.adv-img-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }

.mfp-iframe-holder .mfp-content {
  max-height: 1200px; }

.portfolio_filter li {
  transition: 0.3s; }
  .portfolio_filter li:hover {
    transform: translateY(-4px);
    color: #949393;
    transition: 0.3s; }

.about-text {
  color: #b9b7b7; }

.person-info p:last-child {
  font-style: italic; }

.inner-wrapper {
  padding-right: 54px; }

.custom-hr {
  margin: 0;
  background-color: #ffffff; }

.about-text-custom {
  font-size: 25px !important; }

.custom-16 p {
  font-size: 16px !important; }

.youtube i {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  background: rgba(0, 0, 0, 0.66);
  padding: 28px 29px;
  color: #fff;
  margin: -31px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px; }

.menu-like {
  padding-left: 149px; }

.mt-50 {
  margin-top: 50px; }

.ceo-home-wrapper .home-ceo {
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: fixed;
  width: 100%;
  height: 100%;
  display: table; }

.ceo-home h1 {
  font-size: 80px;
  text-align: center;
  color: #ffffff;
  font-family: 'Ceo Home';
  font-weight: normal;
  font-style: normal; }

.awards-slider {
  width: 100%;
  text-align: center; }
  .awards-slider .item {
    padding: 40px 10px;
    background-color: #ffffff; }
    .awards-slider .item h2 {
      font-weight: bold;
      font-size: 35px; }
    .awards-slider .item h3 {
      font-weight: bold;
      font-size: 30px;
      padding-top: 10px; }
    .awards-slider .item h4 {
      font-weight: 400;
      font-size: 30px;
      padding-top: 10px;
      padding-bottom: 40px; }
    .awards-slider .item p {
      font-size: 20px;
      font-style: italic; }
      .awards-slider .item p a {
        color: #252525;
        border-bottom: 1px solid #000000; }
    .awards-slider .item .img-content {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      padding: 20px 0; }
      .awards-slider .item .img-content img {
        max-width: 200px; }

@media (max-width: 1163px) {
  .single-row {
    flex-wrap: wrap; }

  .flip-card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; } }
@media (max-width: 1069px) {
  .index-home {
    display: flex;
    flex-direction: column; }

  .media-margin {
    margin: 0 !important; }

  .section-title {
    margin-right: 26px;
    margin-left: 26px; }

  .section-title-cor {
    width: 100%; } }
@media (max-width: 991px) {
  header {
    padding: 28px 15px; }

  .wdmob {
    padding-left: 20px !important; }

  .inner-wrapper {
    padding: 0; }

  .custom-container {
    margin: 0 5%; }

  .padding_30 {
    padding: 0; }

  .flip-card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; }

  .about-correction {
    margin-bottom: 30px;
    padding-left: 10px; }

  .core-map {
    background-attachment: unset;
    background-size: cover;
    background-position: center; }

  .menu-like {
    padding-left: 15px; }

  .ceo-home h1 {
    font-size: 40px; } }
#intro-video {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }

@media (max-width: 414px) {
  .grid-item {
    width: 260px; } }

/*# sourceMappingURL=core.css.map */
