/***** Header **************/
@import url("https://fonts.googleapis.com/css2?family=Marcellus+SC&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap");
body {
  font-family: "Roboto Condensed", sans-serif;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #0e0e0e;
  overflow-x: hidden;
}

/************* Utilities **************/
.mnt-200 {
  margin-top: -200px !important;
}

/************* MIXIN **************/
/******** All Body BOrder ***********/
.home-page-border .page-border-top {
  position: fixed;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-size: 100% 100%;
  z-index: 1;
  width: 100%;
  height: 100px;
  top: 0;
  left: 0;
  background-image: url(../img/border-top.png);
}

.home-page-border .page-border-right {
  position: fixed;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-size: 100% 100%;
  z-index: 1;
  width: 100px;
  height: 100%;
  top: 0;
  right: 0;
  background-image: url(../img/border-right.png);
}

.home-page-border .page-border-bottom {
  position: fixed;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-size: 100% 100%;
  z-index: 1;
  width: 100%;
  height: 100px;
  bottom: 0;
  left: 0;
  background-image: url(../img/border-bottom.png);
}

.home-page-border .page-border-left {
  position: fixed;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-size: 100% 100%;
  z-index: 1;
  width: 100px;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url(../img/border-left.png);
}

/**** Header *********/
.navbar-bg {
  z-index: 99;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
}

.navbar-bg.active_nav {
  background-color: #000000;
  -webkit-box-shadow: 0 5px 15px 0 #00000080;
          box-shadow: 0 5px 15px 0 #00000080;
  position: fixed;
}

.navbar .navbar-nav .nav-item .nav-link {
  font-family: "Marcellus SC", serif;
  font-weight: 600;
  color: #ffffff;
  padding: 5px 25px;
}

.navbar .navbar-nav .nav-item .nav-link.active {
  color: #e08821;
}

/********** Hero Banner **********/
.hero-banner {
  position: relative;
  min-height: 800px;
  overflow: hidden;
}

.hero-banner .swiper-slide .caption {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
}

.hero-banner .swiper-slide .caption h1 {
  color: #fff;
  font-family: "Marcellus SC", serif;
  font-weight: 600;
  font-size: 3.7rem;
}

.hero-banner .swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0000006b;
}

.hero-banner .swiper-button-next,
.hero-banner .swiper-button-prev {
  color: #fff;
}

.action-btn {
  margin-top: 20px;
}

.action-btn .btn {
  padding: 14px 36px;
  font-family: "Marcellus SC", serif;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 0.9rem;
  background: #0e0e0ee6;
  position: relative;
}

.action-btn .btn-yellow {
  color: #e08821;
}

.action-btn .btn-yellow::before {
  content: "";
  position: absolute;
  display: block;
  top: 4px;
  right: 4px;
  bottom: 4px;
  left: 4px;
  border: 1px solid #e08821;
  border-radius: 2px;
  z-index: 1;
}

.action-btn .btn-dark::before {
  content: "";
  position: absolute;
  display: block;
  top: 4px;
  right: 4px;
  bottom: 4px;
  left: 4px;
  border: 1px solid #fff;
  border-radius: 2px;
  z-index: 1;
}

/******** highlight-project **********/
.highlight-project {
  padding-bottom: 10em;
  overflow: hidden;
}

.highlight-project .slider-item {
  width: 100%;
  height: 350px;
  max-height: 500px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  margin: 10px;
  border-radius: 10px;
  overflow: hidden;
  cursor: -webkit-grab;
  cursor: grab;
}

.highlight-project .slider-item img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.highlight-project .slick-track {
  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;
}

.highlight-project .slider-item.slick-current {
  height: 500px;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*********** Our Work *****************/
.our-work {
  padding: 0 0 5em;
  position: relative;
  overflow: hidden;
}

.our-work .wraped {
  text-align: center;
  padding: 20px 0;
  margin-bottom: 30px;
}

.our-work .wraped .icon-wrap {
  position: relative;
  width: 70px;
  height: 70px;
  margin: 0 auto;
  margin-bottom: 20px;
  font-size: 4rem;
  line-height: 70px;
  text-align: center;
  color: #fff;
}

.our-work .wraped .desc h2 {
  color: #fff;
  font-size: 1.4rem;
  font-family: "Marcellus SC", serif;
  font-weight: 600;
  margin-bottom: 20px;
}

.our-work .wraped .desc p {
  color: #bebebe;
}

.our-work .main_head {
  text-align: center;
  color: #fff;
  margin-bottom: 80px;
}

.our-work .main_head h1 {
  font-size: 35px;
  font-family: "Marcellus SC", serif;
  font-weight: 600;
  font-weight: 700;
  margin-bottom: 30px;
}

.our-work .main_head p {
  color: #bebebe;
}

.our-work .swiper-button-next,
.our-work .swiper-button-prev {
  color: #fff;
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 99;
  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;
}

.loader .icon i {
  font-size: 40px;
  color: #e08821;
}

/************ our_services *****************/
.our_services {
  padding: 120px 0;
}

.our_services .main_head {
  text-align: center;
  color: #fff;
  margin-bottom: 80px;
}

.our_services .main_head h1 {
  font-size: 45px;
  font-family: "Marcellus SC", serif;
  font-weight: 600;
  font-weight: 700;
  margin-bottom: 30px;
}

.our_services .main_head p {
  color: #bebebe;
}

.our_services .card {
  background: transparent;
  overflow: hidden;
  margin-bottom: 50px;
}

.our_services .card .card_img {
  height: 450px;
  overflow: hidden;
}

.our_services .card .card_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.our_services .card .card-body {
  background: transparent;
  color: #fff;
}

.our_services .card .card-body h2 {
  font-family: "Marcellus SC", serif;
  font-weight: 600;
  font-size: 35px;
  text-transform: uppercase;
}

.our_services .card .card-body p {
  color: #bebebe;
  font-size: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.our_services .card .card-body a {
  color: #e08821;
}

/************ contact_us ********************/
.contact_us {
  padding: 10em 0 0;
}

.contact_us .contact-infos {
  padding: 68px 30px 30px;
  background: #2b2b2b;
  color: #fff;
  text-align: center;
  position: relative;
  border-radius: 10px;
}

.contact_us .contact-infos .text-box h3 {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 700;
}

.contact_us .contact-infos .text-box p a {
  color: #e08821;
}

.contact_us .contact-infos .icon-box {
  display: inline-block;
  width: 84px;
  height: 84px;
  line-height: 84px;
  border-radius: 50%;
  background: #eee;
  position: absolute;
  left: 50%;
  top: -42px;
  margin-left: -42px;
}

.contact_us .contact-infos .icon-box span {
  color: #e08821;
  font-size: 35px;
  line-height: 85px;
  display: block;
}

.contact_form {
  padding: 5em 0;
}

.contact_form .contact_box {
  padding: 30px;
  background: #2b2b2b;
  position: relative;
  border-radius: 10px;
}

.contact_form .contact_box .form-group {
  margin-bottom: 20px;
}

.contact_form .contact_box .form-group label {
  color: #b8b8b8;
}

.contact_form .contact_box .form-group input {
  height: 50px;
  background: transparent;
  color: #fff;
}

.contact_form .contact_box .form-group textarea {
  background: transparent;
  color: #fff;
}

/************ breadcrumb-area **************/
.breadcrumb-area {
  padding: 120px 0;
  background-image: url(../img/banner.jpg);
  background-size: cover;
  background-position: top;
}

.breadcrumb-area .breadcrumb-inner {
  text-align: center;
}

.breadcrumb-area .breadcrumb-inner h2.title {
  color: #fff;
  font-size: 50px;
  font-family: "Marcellus SC", serif;
  font-weight: 600;
}

.breadcrumb-area .breadcrumb-inner .page-list {
  margin: 0;
  padding: 0;
}

.breadcrumb-area .breadcrumb-inner .page-list li {
  list-style: none;
  display: inline-block;
}

.breadcrumb-area .breadcrumb-inner .page-list li a {
  color: #fff;
}

.breadcrumb-area .breadcrumb-inner .page-list li.active {
  color: #e08821;
}

/************ about_us *********************/
.about_us {
  padding: 5em 0;
}

.about_us .content {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  padding: 50px 30px;
  background: #2b2b2b;
}

.about_us .content h3 {
  color: #e08821;
  font-size: 20px;
  font-weight: 500;
}

.about_us .content h1 {
  color: #fff;
  font-weight: 600;
  font-size: 40px;
}

.about_us .content p {
  color: #fff;
}

/************ Project Lisitng **************/
.portfolio {
  padding: 5em 0;
}

.portfolio .grid {
  display: -ms-grid;
  display: grid;
  grid-gap: 10px;
  grid-auto-flow: dense;
  -ms-grid-columns: (minmax(150px, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  grid-auto-rows: minmax(150px, auto);
}

.portfolio .grid .grid-item {
  position: relative;
}

.portfolio .grid .grid-item:hover .caption {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.portfolio .grid .grid-item .caption {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background: #000000d1;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  color: #fff;
  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;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
  border: 5px solid #e08821;
}

.portfolio .grid .grid-item .caption h4 {
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
}

.portfolio .grid .grid-item .cards {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  image-rendering: -webkit-optimize-contrast;
}

.portfolio .grid .ratio5x5 {
  -ms-grid-column-span: 5;
  grid-column-end: span 5;
  -ms-grid-row-span: 5;
  grid-row-end: span 5;
}

.portfolio .grid .ratio3x3 {
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row-span: 3;
  grid-row-end: span 3;
}

.portfolio .grid .ratio3x2 {
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
}

.portfolio .grid .ratio3x5 {
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row-span: 5;
  grid-row-end: span 5;
}

.portfolio .grid .ratio5x3 {
  -ms-grid-column-span: 5;
  grid-column-end: span 5;
  -ms-grid-row-span: 3;
  grid-row-end: span 3;
}

.portfolio .grid .ratio2x2 {
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
}

.portfolio .main_head {
  text-align: center;
  color: #fff;
  margin-bottom: 80px;
}

.portfolio .main_head h1 {
  font-size: 55px;
  font-family: "Marcellus SC", serif;
  font-weight: 600;
  margin-bottom: 30px;
}

.portfolio .main_head p {
  color: #bebebe;
}

/************* Footer *****/
.footer-area {
  color: #fff;
  padding: 5em 0 0;
}

.footer-area .footer-right {
  background-image: url(../img/bg-image-8.jpg);
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  padding: 100px 70px 100px 120px;
  position: relative;
}

.footer-area .footer-right:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #00010c;
  opacity: 0.6;
}

.footer-area .footer-right .row {
  position: relative;
}

.footer-area .footer-link h4 {
  font-family: "Marcellus SC", serif;
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 30px;
}

.footer-area .footer-link .ft-link {
  margin-bottom: 30px;
  margin-left: 0;
  padding-left: 0;
}

.footer-area .footer-link .ft-link li {
  list-style: none;
  margin-bottom: 10px;
}

.footer-area .footer-link .ft-link li a {
  color: #fff;
}

.footer-area .footer-link .ft-link li a i {
  color: #e08821;
  margin-right: 10px;
}

.footer-area .footer-link .social_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0;
  padding-left: 0;
}

.footer-area .footer-link .social_link li {
  list-style: none;
}

.footer-area .footer-link .social_link li a {
  width: 40px;
  height: 40px;
  background-color: #2b2b2b;
  margin-right: 15px;
  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;
  color: #e08821;
  border-radius: 50%;
}

.footer-area .footer-left {
  background: #464646;
  padding: 120px;
  z-index: 2;
  border-top-left-radius: 6px;
  position: relative;
}

.footer-area .footer-left:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url(../img/pattern-1.png);
  z-index: 1;
  border-top-right-radius: 6px;
}

.footer-area .footer-left .inner {
  position: relative;
  z-index: 1;
}

.footer-area .footer-left .inner span {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 4px;
  display: block;
  margin-bottom: 9px;
  font-family: "Marcellus SC", serif;
  font-weight: 600;
}

.footer-area .footer-left .inner h2 {
  color: #e08821;
  font-size: 75px;
  font-family: "Marcellus SC", serif;
  font-weight: 600;
  font-weight: 900;
  line-height: 90px;
}

.footer-area .footer-left .inner a {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: 2px solid #b1b4c1;
  padding: 15px 40px;
  border-radius: 6px;
  color: #fff;
  margin-top: 30px;
}

.custom_btn {
  padding: 15px 36px;
  font-family: "Marcellus SC", serif;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 0.9rem;
  background: #0e0e0ee6;
  position: relative;
  color: #fff;
  border: 2px solid #e08821;
  border-radius: 30px;
}

.our_careers {
  padding: 5em 0;
}

.our_careers .main_head {
  text-align: center;
  color: #fff;
  margin-bottom: 80px;
}

.our_careers .main_head h1 {
  font-size: 55px;
  font-family: "Marcellus SC", serif;
  font-weight: 600;
  margin-bottom: 30px;
}

.our_careers .main_head p {
  color: #bebebe;
}

.our_careers .career-position {
  margin-bottom: 30px;
}

.our_careers .career-position .card-body {
  background: #2b2b2b;
  color: #fff;
  padding: 40px !important;
}

.our_careers .career-position .card-body h3 {
  font-family: "Marcellus SC", serif;
  font-weight: 600;
}

.our_careers .career-position .card-body p {
  opacity: 0.6;
}

.our_careers .career-position .card-body a.btn {
  padding: 15px 40px;
  border: 2px solid #e08821;
  border-radius: 6px;
  color: #bebebe;
}

@media (min-width: 1300px) and (max-width: 1550px) {
  .portfolio .grid {
    -ms-grid-columns: (minmax(120px, 1fr))[auto-fill];
        grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    grid-auto-rows: minmax(120px, auto);
  }
}
/*# sourceMappingURL=style.css.map */