@charset "UTF-8";
:root {
  --yellow: #ecac3c;
  --blue: #20283b;
}

.projectsContainer {
  /* #Tablet (Portrait) */
  /* #Mobile (Portrait) - Note: Design for a width of 320px */
  /* #Mobile (Landscape) - Note: Design for a width of 480px */
  /* #Clearing */
  /* Self Clearing Goodness */
}

.projectsContainer #info {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #fcf8e3;
  border: 1px solid #fbeed5;
  width: 95%;
  max-width: 900px;
  margin: 0 auto 40px auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.projectsContainer #info .info-wrapper {
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.projectsContainer #info a {
  color: #c09853;
  text-decoration: none;
}

.projectsContainer #info p {
  margin: 5px 0 0 0;
}

.projectsContainer #filters {
  /* margin: 1%; */
  padding: 0;
  list-style: none;
  display: flex;
  text-align: center;
  justify-content: center;
  margin-bottom: 3rem;
}

.projectsContainer #filters li {
  /* display: flex;text-align: center; */
}

.projectsContainer #filters li span {
  display: block;
  padding: 5px 20px;
  text-decoration: none;
  color: #666;
  cursor: pointer;
  font-family: "Roboto",Sans-serif;
  font-size: 1rem;
}

.projectsContainer #filters li span.active {
  background: var(--yellow);
  color: #fff;
  font-weight: 700;
}

.projectsContainer #portfoliolist .portfolio {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  width: 31.33%;
  margin: 1%;
  display: none;
  float: left;
  overflow: hidden;
}

.projectsContainer .portfolio-wrapper {
  overflow: hidden;
  position: relative !important;
  background: var(--blue);
  cursor: pointer;
}

.projectsContainer .portfolio img {
  max-width: 100%;
  width: 100%;
  position: relative;
  top: 0;
}

.projectsContainer .portfolio .plus {
  -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
  position: absolute;
  top: 100%;
  bottom: 0;
  height: 100%;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.24);
  display: flex;
  align-items: center;
  justify-content: center;
}

.projectsContainer .portfolio .plus a {
  color: white;
  font-size: 8rem;
  font-weight: 100;
}

.projectsContainer .portfolio .plus a:hover {
  text-decoration: none;
}

.projectsContainer .portfolio .label {
  /* position: absolute; */
  width: 100%;
  /* height: 40px; */
  /* bottom: -40px; */
  -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.projectsContainer .portfolio .label-bg {
  background: var(--yellow);
  width: 100%;
  height: 100%;
  /* position: absolute;
	 top: 0;
	 left: 0; */
}

.projectsContainer .portfolio .label-text {
  color: #fff;
  position: relative;
  z-index: 500;
  padding: 15px;
}

.projectsContainer .image-container {
  height: 400px;
  position: relative;
  overflow: hidden;
}

.projectsContainer .image-container img {
  object-fit: cover;
  height: 100%;
}

.projectsContainer .portfolio .text-category {
  display: block;
}

.projectsContainer .portfolio:hover .label {
  bottom: 0;
}

.projectsContainer .portfolio:hover .plus {
  top: 0;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
  .projectsContainer .container {
    width: 768px;
  }
}

@media only screen and (max-width: 767px) {
  .projectsContainer .container {
    width: 95%;
  }
  .projectsContainer #portfoliolist .portfolio {
    width: 48%;
    margin: 1%;
  }
  .projectsContainer #ads {
    display: none;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .projectsContainer .container {
    width: 70%;
  }
  .projectsContainer #ads {
    display: none;
  }
}

.projectsContainer .container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.projectsContainer .clearfix:before, .projectsContainer .clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.projectsContainer .row:before {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.projectsContainer .row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
  clear: both;
}

.projectsContainer .clearfix:after {
  clear: both;
}

.projectsContainer .row, .projectsContainer .clearfix {
  zoom: 1;
}

.projectsContainer .clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* MEDIA CENTER */
/* about */
.shadow {
  background: #fff;
  box-shadow: 0 2px 15px 0px rgba(0, 0, 0, 0.07);
  z-index: 2;
  padding: 50px;
}

.mt-5 {
  margin-top: 3rem !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-end {
  align-items: end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.image-fancy {
  position: relative;
}

.image-fancy .plus {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  opacity: 0;
  transition: 1s;
}

.image-fancy .plus:hover {
  opacity: 1;
}

.image-fancy .plus a {
  color: white;
  font-size: 8rem;
  font-weight: 100;
}

.image-fancy .plus a:hover {
  text-decoration: none;
}

.fancybox-button--zoom, .fancybox-caption {
  display: none !important;
}

.elementor-2089 .elementor-element.elementor-element-38d61b3 {
  margin-bottom: 120px;
}

.companies .content {
  position: relative;
}

.companies .content h4 {
  color: #cc9a06;
  display: block;
  font-size: 0.93em;
  letter-spacing: 1px;
  font-weight: 400;
  margin-bottom: 15px;
}

.companies .content h2 {
  font-size: 2em;
  margin: 0 0 0.67em 0;
}

.companies .content h2 span {
  color: var(--yellow);
}

@media (max-width: 768px) {
  .companies .content {
    right: 0;
  }
}

.companies .shadow {
  padding: 20px;
}

.companies .col-md-3 {
  margin-top: 1.5rem;
}

.about .content {
  position: relative;
  right: -140px;
}

.about .content h4 {
  color: #cc9a06;
  display: block;
  font-size: 0.93em;
  letter-spacing: 1px;
  font-weight: 400;
  margin-bottom: 15px;
}

.about .content h2 {
  font-size: 2em;
  margin: 0 0 0.67em 0;
}

.about .content h2 span {
  color: var(--yellow);
}

@media (max-width: 768px) {
  .about .content {
    right: 0;
  }
}

.about .col-md-7:after, .about .col-md-5:after {
  content: '';
  background: url(../media/images/about/bg-3.png);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: -76px;
  z-index: -2;
}

.about .col-md-7.left .content, .about .col-md-5.left .content {
  left: -140px;
  right: inherit;
}

/* .about .col-md-7.left .content h2, .about .col-md-5.left .content h2 {
  font-weight: 700;
} */

.about .col-md-7.left .content h2::after, .about .col-md-5.left .content h2::after {
  display: none;
}

.about .col-md-7.left .content h4::before, .about .col-md-5.left .content h4::before {
  content: "";
  display: inline-block;
  position: relative;
  top: -4px;
  width: 52px;
  height: 2px;
  margin-right: 20px;
  opacity: 0.75;
  background: rgba(0, 0, 0, 0.3);
}

@media (max-width: 768px) {
  .about .col-md-7.left .content, .about .col-md-5.left .content {
    left: 0;
  }
}

.about .tabs {
  margin-top: 20px;
}

.about .tabs ul {
  width: 100%;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.about .tabs a {
  background: #eaeaed;
  color: var(--blue);
  display: block;
  font-weight: 600;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
}

.about .tabs a:hover {
  color: var(--yellow);
}

.about .tabs-nav li {
  float: left;
  width: 50%;
}

.about .tabs-nav li:first-child a {
  border-right: 0;
  border-top-left-radius: 6px;
}

.about .tabs-nav li:last-child a {
  border-top-right-radius: 6px;
}

.about .tab-active a {
  background: var(--yellow);
  border-bottom-color: transparent;
  color: white;
  cursor: default;
}

.about .tab-active a:focus {
  color: white;
}

.about .tabs-stage {
  border: 1px solid #cecfd5;
  border-radius: 0 0 6px 6px;
  border-top: 0;
  clear: both;
  padding: 24px 30px;
  position: relative;
  top: -1px;
}

.about .wtach {
  margin-top: 15px;
}

.about .wtach a {
  background: #ecac3c;
  border: 2px solid #ecac3c;
  border-width: 2px !important;
  padding: 15px 20px;
  border-radius: 3px;
  color: white;
  outline: none;
  box-shadow: none;
}

.about .wtach a:hover {
  background: var(--blue);
  border-color: var(--blue);
}

/* Founder */
.about-founder .content h2 {
  /* font-weight: 700; */
}

.about-founder .content p {
  margin-bottom: 15px !important;
}

.content h4 {
  color: #cc9a06;
  display: block;
  font-size: 0.93em;
  letter-spacing: 1px;
  font-weight: 400;
  margin-bottom: 15px;
}

.content h2 {
  margin: 0 0 0.67em 0;
  color: #000;
    font-family: "Roboto",Sans-serif;
    font-size: 44px;
    font-weight: 300;
    line-height: 1.3em;
    letter-spacing: 1.4px;
}

.content h2 span {
  color: var(--yellow);
}

.content p {
  margin-bottom: 15px !important;
}

.information tr, .information table.light tr {
  background: transparent;
  /* border-bottom: 1px solid #f5f5f5; */
  border-bottom: 1px solid rgba(150, 150, 150, 0.1);
  transition: 0.07s;
}

.information th, .information td {
  padding: 15px 0;
}

.information table {
  width: 100%;
}

.related .portfolio-wrapper {
  margin-top: 1rem;
}

.related .portfolio-wrapper img {
  width: 100%;
}

.related .portfolio-wrapper .label {
  background-color: var(--blue);
  padding: 1rem;
}

.related .portfolio-wrapper .label a {
  display: block;
  color: white;
}

.related .portfolio-wrapper .label a:hover {
  text-decoration: none;
  color: var(--yellow);
}

.mb-5 {
  margin-bottom: 5rem;
}

.projects .item {
  transition: 1s;
}

.projects span.plus {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: rgba(32, 40, 59, 0.66);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 4rem;
  font-weight: 100;
  visibility: hidden;
}

.projects .item:hover span.plus {
  visibility: visible;
}

.text-center {
  text-align: center;
}

.owl-dots {
  margin: 30px auto;
  text-align: center;
}

.owl-dot {
  width: 15px;
  height: 15px;
  border: 1px solid var(--blue) !important;
  border-radius: 15px;
  margin: 0 5px;
  opacity: .4;
}

.owl-dot.active {
  width: 15px;
  height: 15px;
  background-color: var(--yellow) !important;
  border-radius: 15px;
  opacity: 1;
  border-color: var(--yellow) !important;
}

.owl-dot:hover, .owl-dot:focus {
  outline: none;
}

/*team page*/
.team-area .single-item {
  margin-bottom: 30px;
}

.team-area .item .thumb {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.team-area .item .thumb::after {
  background: #232323 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  width: 100%;
}

.team-area .team-items .item:hover .thumb::after {
  opacity: 0.7;
}

.team-area .item .thumb .overlay {
  top: -100%;
  left: 0;
  padding: 20px;
  position: absolute;
  text-align: center;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  width: 100%;
  z-index: 1;
}

.team-area .item:hover .thumb .overlay {
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}

.team-area .item .thumb .overlay p {
  color: #ffffff;
}

.team-area .item .thumb .overlay h4 {
  color: #ffffff;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
}

.team-area .item .thumb img {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.team-area .item:hover .thumb img {
  opacity: .6;
}

.team-area .item .thumb .social li {
  display: inline-block;
}

.team-area .item .thumb .social li a {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin: 0 2px;
  text-align: center;
  width: 40px;
}

.team-area .info {
  background: #ffffff none repeat scroll 0 0;
  -moz-box-shadow: 0 0 10px #cccccc;
  -webkit-box-shadow: 0 0 10px #cccccc;
  -o-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
  padding: 40px 20px 20px;
  position: relative;
  text-align: center;
  z-index: 9;
}

.team-area .info .message {
  height: 50px;
  line-height: 40px;
  margin-left: -25px;
  margin-top: -25px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 50px;
}

.team-area .info .message a {
  background: #fff none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-box-shadow: 0 0 10px #cccccc;
  -webkit-box-shadow: 0 0 10px #cccccc;
  -o-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
  box-sizing: border-box;
  color: var(--yellow);
  display: inline-block;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  width: 50px;
}

.team-area .info .message a i {
  font-weight: 500;
}

.team-area .info h4 {
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: capitalize;
}

.team-area .info span {
  color: var(--yellow);
  font-family: "Poppins",sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

.team-area .social {
  margin-top: 2rem;
}

.team-area .social ul {
  margin: 0;
  padding: 0;
}

.team-area .social li.twitter a {
  background-color: #00b6f1;
}

.team-area .social li.pinterest a {
  background-color: #bd081c;
}

.team-area .social li.facebook a {
  background-color: #3b5998;
}

.team-area .social li.google-plus a {
  background-color: #df4a32;
}

.team-area .social li.vimeo a {
  background-color: #1ab7ea;
}

.team-area .social li.instagram a {
  background-color: #cd486b;
}

.steps {
  margin-top: 5rem;
}

.steps h4 {
  color: var(--yellow);
  font-size: 1rem;
}

.steps h2 {
  font-weight: 700;
  margin-bottom: 2rem;
}

@media (max-width: 768px) {
  .steps .process li {
    list-style: none;
  }
  .steps .process li::marker {
    display: none;
  }
}

.steps .process {
  width: 100%;
  padding: 0 15px;
  text-align: center;
}

.steps .process__item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  position: relative;
  padding: 15px 35px;
  transition: 0.4s ease-in-out;
}

.steps .process__item:hover {
  background: #f2f2f2;
}

.steps .process__item:hover .process__number {
  transform: translateY(5px);
  color: var(--blue);
}

.steps .process__number {
  font-size: 90px;
  -webkit-text-stroke: 1px var(--blue);
  display: block;
  color: transparent;
  font-weight: 700;
  transition: 0.4s ease-in-out;
}

.steps .process__title {
  display: block;
  font-weight: 700;
  letter-spacing: 1.5px;
  font-size: 35px;
  color: var(--blue);
  text-transform: uppercase;
  margin-top: ٠;
}

.steps .process__subtitle {
  display: block;
  font-size: 20px;
  color: #8c8c8c;
  margin-top: 0;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .steps .process {
    display: inline-block;
  }
  .steps .process__item {
    width: 49%;
    display: inline-block;
  }
}

@media (min-width: 1200px) {
  .steps .process {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .steps .process__item {
    width: 100%;
  }
  .steps .process__item:not(:last-of-type)::after {
    content: "";
    width: 1px;
    height: 100%;
    background: #8c8c8c;
    position: absolute;
    right: 0;
    top: 50%;
    opacity: 0.2;
    transform: translateY(-50%);
  }
}
