/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */
/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Tangerine:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Pompiere&display=swap");
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
   * Remove text-shadow in selection highlight:
   * https://twitter.com/miketaylr/status/12228805301
   *
   * Vendor-prefixed and regular ::selection selectors cannot be combined:
   * https://stackoverflow.com/a/16982510/7133471
   *
   * Customize the background color to match your design.
   */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
   * A better looking default horizontal rule
   */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
   * Remove the gap between audio, canvas, iframes,
   * images, videos and the bottom of their containers:
   * https://github.com/h5bp/html5-boilerplate/issues/440
   */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
   * Remove default fieldset styles.
   */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
   * Allow only vertical resizing of textareas.
   */
textarea {
  resize: vertical;
}

/* ==========================================================================
     Author's custom styles
     ========================================================================== */
/* ==========================================================================
     Helper classes
     ========================================================================== */
/*
   * Hide visually and from screen readers
   */
.hidden,
[hidden] {
  display: none !important;
}

/*
   * Hide only visually, but have it available for screen readers:
   * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
   *
   * 1. For long content, line feeds are not interpreted as spaces and small width
   *    causes content to wrap 1 word per line:
   *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
   */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
   * Extends the .sr-only class to allow the element
   * to be focusable when navigated to via the keyboard:
   * https://www.drupal.org/node/897638
   */
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
   * Hide visually and from screen readers, but maintain layout
   */
.invisible {
  visibility: hidden;
}

/*
   * Clearfix: contain floats
   *
   * For modern browsers
   * 1. The space content is one way to avoid an Opera bug when the
   *    `contenteditable` attribute is included anywhere else in the document.
   *    Otherwise it causes space to appear at the top and bottom of elements
   *    that receive the `clearfix` class.
   * 2. The use of `table` rather than `block` is only necessary if using
   *    `:before` to contain the top-margins of child elements.
   */
.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
     EXAMPLE Media Queries for Responsive Design.
     These examples override the primary ('mobile first') styles.
     Modify as content requires.
     ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
     Print styles.
     Inlined to avoid the additional HTTP request:
     https://www.phpied.com/delay-loading-your-print-css/
     ========================================================================== */
@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
     * Printing Tables:
     * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

html,
body {
  height: 100vh;
  margin: 0;
  padding: 0;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  font-family: 'Pompiere', cursive;
}

* {
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-transform: lowercase;
}

h1 {
  font-size: 3.5em;
  font-weight: bold;
  text-transform: lowercase;
}

h2 {
  font-size: 1.8em;
  font-size: 2em;
}

p {
  font-size: 1.5em;
}

small {
  font-size: 1.3em;
}

.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
  z-index: 11111115;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flexslider .slides > li {
  background-position: center;
  height: 100%;
  width: 100%;
  display: none;
  -webkit-backface-visibility: hidden;
  background-size: cover;
  font-family: 'Tangerine', cursive;
  position: relative;
}

.flexslider .slides > li .container {
  position: relative;
}

.flexslider .slides > li p.quote {
  position: absolute;
  margin: 0;
  padding: 0;
  z-index: 1;
  font-size: 50px;
  font-size: 8vh;
  line-height: 1em;
  color: white;
  padding: 30px;
  padding-top: 0px;
  padding-bottom: 40px;
  padding-left: 110px;
  bottom: 13vh;
  left: 0;
  width: 100vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0px 20px 0px 0px;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.9);
  text-shadow: 2px 2px 0px black;
}

@media (max-width: 1024px) {
  .flexslider .slides > li p.quote {
    left: -34px;
    bottom: 10vh;
    line-height: 1em;
    font-size: 7.1vh;
  }
}

@media (max-width: 767px) {
  .flexslider .slides > li p.quote {
    font-size: 40px;
    left: 30px;
    width: 85vw;
    padding-right: 0;
    padding-left: 0;
  }
}

.flexslider .slides > li p.quote:before {
  content: '\201C';
  display: block;
  position: relative;
  font-family: serif;
  font-size: 200px;
  line-height: .3em;
  top: 50px;
  left: -20px;
  color: #ffffff;
}

@media (max-width: 767px) {
  .flexslider .slides > li p.quote:before {
    font-size: 100px;
    left: 0;
    top: 20px;
  }
}

.flexslider-container,
.flexslider .slides,
.flex-viewport {
  height: 100%;
}

ul.slides {
  margin: 0;
  padding: 0;
}

.flexslider {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  border: 0px;
  overflow: hidden;
}

.custom-navigation {
  position: absolute;
  top: calc(50% - 50px);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.custom-navigation a {
  width: 50px;
  margin: 20px;
}

.custom-navigation a.flex-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.custom-navigation a.flex-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 550px) {
  .custom-navigation {
    display: none;
  }
}

.custom-controls-container {
  position: absolute;
  bottom: 10vh;
  width: 100%;
}

@media (max-width: 550px) {
  .custom-controls-container {
    display: none;
  }
}

.flex-control-paging li a {
  background: white;
  width: 8px;
  height: 8px;
}

header {
  padding: 50px;
  padding-top: 30px;
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(black), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=0);
  /* IE6-9 */
}
header h1 img {
    width: 168px;
    position: relative;
    left: -50px;
}
@media (max-width: 767px) {
  header {
    padding: 30px;
    padding-top: 20px;
  }
  header img {
    width: 80px !important;
    height: auto;
	  left:0 !important;
  }
}

header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header h1 {
  margin: 0;
  padding: 0;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
}

span {
  display: block;
  background: #ffffff;
  border-radius: 2px;
}

#menu-toggle {
  width: 100px;
  height: 100px;
  position: relative;
  cursor: pointer;
  /* background: rgba(255, 255, 255, 0.4);
border-radius: 5px; */
}

#menu-toggle:hover {
  /* background: rgba(255, 255, 255, 0.8); */
}

#menu-toggle #hamburger {
  position: absolute;
  height: 100%;
  width: 100%;
}

#menu-toggle #hamburger span {
  width: 60px;
  height: 4px;
  position: relative;
  top: 24px;
  left: 20px;
  margin: 10px 0;
}

#menu-toggle #hamburger span:nth-child(1) {
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}

#menu-toggle #hamburger span:nth-child(2) {
  -webkit-transition-delay: .625s;
          transition-delay: .625s;
}

#menu-toggle #hamburger span:nth-child(3) {
  -webkit-transition-delay: .75s;
          transition-delay: .75s;
}

#menu-toggle #cross {
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#menu-toggle #cross span:nth-child(1) {
  height: 0%;
  width: 4px;
  position: absolute;
  top: 10%;
  left: 48px;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

#menu-toggle #cross span:nth-child(2) {
  width: 0%;
  height: 4px;
  position: absolute;
  left: 10%;
  top: 48px;
  -webkit-transition-delay: .25s;
          transition-delay: .25s;
}

#menu-toggle.open #hamburger span {
  width: 0%;
}

#menu-toggle.open #hamburger span:nth-child(1) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

#menu-toggle.open #hamburger span:nth-child(2) {
  -webkit-transition-delay: .125s;
          transition-delay: .125s;
}

#menu-toggle.open #hamburger span:nth-child(3) {
  -webkit-transition-delay: .25s;
          transition-delay: .25s;
}

#menu-toggle.open #cross span:nth-child(1) {
  height: 80%;
  -webkit-transition-delay: .625s;
          transition-delay: .625s;
}

#menu-toggle.open #cross span:nth-child(2) {
  width: 80%;
  -webkit-transition-delay: .375s;
          transition-delay: .375s;
}

#menuArea input {
  display: none;
}

.open {
  background-color: #ffffff;
  width: 40px;
  height: 4px;
  display: block;
  border-radius: 2px;
  cursor: pointer;
  position: relative;
  top: 8px;
}

.open:before {
  content: "";
  background-color: #ffffff;
  width: 40px;
  height: 4px;
  display: block;
  border-radius: 2px;
  position: relative;
  top: -8px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.open:after {
  content: "";
  background-color: #ffffff;
  width: 40px;
  height: 4px;
  display: block;
  border-radius: 2px;
  position: relative;
  top: 4px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.menuOpen {
  width: 40px;
  height: 40px;
  display: block;
  padding: 0;
  cursor: pointer;
  padding-top: 20px;
}

.menuOpen:hover .open:before {
  top: -9px;
}

.menuOpen:hover .open:after {
  top: 5px;
}

.menu {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(96, 125, 139, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu label {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 20px;
  background-size: 100%;
  cursor: pointer;
}

.menu .menuContent {
  font-size: 34px;
  text-align: center;
}

.menu ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
}

.menu ul li {
  border-radius: 5px;
}

.menu ul li a {
  display: block;
  color: white;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-transform: lowercase;
  padding: 10px 20px;
}

.menu ul li a:hover {
  color: #666666;
}

.menu ul li:hover {
  background: rgba(255, 255, 255, 0.5);
}

.menuEffects {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  transition: opacity 0.5s, visibility 0.5s;
}

.menuEffects ul {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#menuToggle:checked ~ .menuEffects {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

#menuToggle:checked ~ .menuEffects ul {
  opacity: 1;
}

#menuToggle:checked ~ .menuOpen .open {
  background-color: transparent;
}

#menuToggle:checked ~ .menuOpen .open:before {
  content: "";
  background-color: white;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

#menuToggle:checked ~ .menuOpen .open:after {
  content: "";
  background-color: white;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: relative;
  top: 0;
  right: 0;
  z-index: 1;
}

#menuToggle:not(:checked) ~ .menuEffects ul {
  -webkit-transform: translateY(-30%);
          transform: translateY(-30%);
}

.about {
  background: url(../img/tushar-shedge-gray.jpg) no-repeat;
  min-height: calc(100vh - 100px);
  background-position: top right;
  background-size: cover;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px;
}

.about .content-wrap {
  padding-top: 200px;
  padding-bottom: 100px;
  padding-right: 50%;
}

.about .content-wrap h2 {
  margin-bottom: 0;
  padding-bottom: 0;
}

.about .content-wrap p {
  font-size: 1.3em;
  font-size: 1.7em;
  text-shadow: 5px 0px 5px #d6d6d6;
}

@media (max-width: 1023px) {
  .about {
    background-position-y: -200px;
    padding-bottom: 0;
  }
  .about .content-wrap {
    padding-top: 50px;
    margin-top: 400px;
    padding-right: 0;
    background: white;
    padding: 50px;
    text-align: center;
    border-bottom: 1px solid #ccc;
  }
}

@media (max-width: 550px) {
  .about {
    background-size: 210%;
    background-position-y: -10px;
    padding: 1px;
  }
  .about .content-wrap {
    padding: 30px;
    padding-top: 10px;
    margin-top: 360px;
  }
  .about .content-wrap p {
    font-size: 1.1em;
    text-align: justify;
    text-shadow: none;
  }
}

.about.gray {
  background: url(../img/about-us-1-gray-col.jpg) no-repeat;
  background: url(../img/tushar-img-about.jpg) no-repeat;
}

.about.gray .content-wrap {
  padding-left: 50%;
  padding-right: 0;
}

.about.gray .content-wrap h1 {
  color: white;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.9);
}

@media (max-width: 768px) {
  .about.gray .content-wrap h1 {
    color: black;
    text-shadow: none;
  }
}

.about.gray .content-wrap p {
  text-transform: lowercase;
}

.about.gray .content-wrap .about-content-wrap {
  background: rgba(255, 255, 255, 0.7);
  padding: 20px 60px;
}

@media (max-width: 1366px) {
  .about.gray {
    background-position: -180px -60PX  !important;
  }
  .about.gray .content-wrap {
    padding-top: 120px;
  }
}

@media (max-width: 1024px) {
  .about.gray {
    background-position: -240px -60PX  !important;
  }
  .about.gray .content-wrap {
    padding-left: 40%;
  }
  .about.gray .content-wrap .about-content-wrap {
    padding: 20px 50px;
  }
}

@media (max-width: 768px) {
  .about.gray {
    background-size: 210% !important;
    background-position: -50px -60px !important;
  }
  .about.gray .content-wrap {
    padding-left: 0;
    padding-top: 25px;
    margin-top: 660px;
  }
  .about.gray .content-wrap .about-content-wrap {
    padding: 0px 50px;
  }
}

@media (max-width: 450px) {
  .about.gray {
    background-size: 260% !important;
    background-position: -110px 0px !important;
  }
  .about.gray h1 {
    font-size: 2em;
  }
  .about.gray h2 {
    font-size: 1.5em;
  }
  .about.gray .content-wrap {
    margin-top: 460px;
  }
  .about.gray .content-wrap p {
    font-size: 1.3em;
  }
  .about.gray .content-wrap .about-content-wrap {
    padding: 0px 30px;
  }
}

.about.full-pic {
  background: url(../img/tushar-shedge-01.jpg) no-repeat;
  background-position: right -50px;
}

@media (max-width: 1490px) {
  .about.full-pic {
    background-position: -150px -50px;
  }
}

@media (max-width: 1336px) {
  .about.full-pic {
    background-position: -300px -50px;
  }
}

@media (max-width: 1200px) {
  .about.full-pic {
    background-position: -400px -50px;
  }
}

@media (max-width: 1024px) {
  .about.full-pic {
    background-position: -500px -50px;
    min-height: auto;
  }
}

@media (max-width: 768px) {
  .about.full-pic {
    background-position: -950px -50px;
  }
}

@media (max-width: 767px) {
  .about.full-pic {
    background-size: 250%;
    background-position: -490px 0;
  }
}

.about.full-pic .content-wrap {
  padding-top: 120px;
}

@media (max-width: 1024px) {
  .about.full-pic .content-wrap {
    padding-right: 30%;
  }
}

@media (max-width: 768px) {
  .about.full-pic .content-wrap {
    padding: 50px;
    margin-top: 600px;
  }
}

@media (max-width: 767px) {
  .about.full-pic .content-wrap {
    margin-top: 370px;
    padding: 30px;
    text-align: center;
  }
}

.about.full-pic .content-wrap h1 {
  color: white;
}

@media (max-width: 768px) {
  .about.full-pic .content-wrap h1 {
    color: black;
  }
}

.about.full-pic .content-wrap .about-content-wrap {
  background: rgba(255, 255, 255, 0.7);
  padding: 60px;
  padding-top: 40px;
}

@media (max-width: 768px) {
  .about.full-pic .content-wrap .about-content-wrap {
    padding: 0px;
  }
}

.about-team {
  padding: 50px;
}

.about-team h2 {
  text-align: center;
  margin-bottom: 50px;
}

.about-team p {
  line-height: 1.4em;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  text-transform: lowercase;
}

.about-team .content {
  -webkit-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 160px;
          column-gap: 160px;
  -webkit-column-rule-style: solid;
          column-rule-style: solid;
  -webkit-column-rule-width: 1px;
          column-rule-width: 1px;
  -webkit-column-rule-color: lightblue;
          column-rule-color: lightblue;
}

@media (max-width: 768px) {
  .about-team .content {
    -webkit-column-count: 1;
            column-count: 1;
  }
}

@media (max-width: 550px) {
  .about-team {
    padding: 30px;
  }
  .about-team .content {
    -webkit-column-count: 1;
            column-count: 1;
  }
  .about-team h2 {
    margin-bottom: 20px;
  }
  .about-team p {
    text-align: justify;
    font-size: 1.3em;
  }
}

.projects-bg {
  background: url(../img/si/IMG_20200206_135121.jpg);
  background-size: cover;
  background: #eee url(../img/project-details-bg.jpg) top center no-repeat;
  background-size: cover;
}

.projects {
  padding-top: 150px;
}

@media (max-width: 1280px) {
  .projects .container {
    width: 90%;
  }
}

.projects h1 {
  color: white;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.9);
}

.projects .project-wrap {
  padding: 50px 0;
}

.projects .projects-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.projects .projects-list .p-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.projects .projects-list .p-head span {
  display: block;
  width: 25%;
  padding: 15px 20px;
  background: rgba(0, 0, 0, 0.7);
  margin: 1px;
  border-radius: 5px;
  font-weight: bold;
  text-transform: lowercase;
  color: white;
  font-size: 1.8em;
}

@media (max-width: 450px) {
  .projects .projects-list .p-head {
    display: none;
  }
}

@media (max-width: 450px) {
  .projects .projects-list .p-body {
    margin-bottom: 20px;
  }
}

.projects .projects-list .p-body a {
  text-decoration: none;
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 450px) {
  .projects .projects-list .p-body a {
    display: block;
  }
}

.projects .projects-list .p-body a span {
  display: block;
  width: 25%;
  padding: 20px;
  font-size: 1.5em;
  text-transform: lowercase;
  margin: 1px;
  border-radius: 5px;
  background: rgba(255, 193, 7, 0.8);
  background: rgba(255, 255, 255, 0.5);
  color: #000000;
  font-weight: bold;
}

.projects .projects-list .p-body a span i {
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 0;
  width: 0;
  margin-right: 0;
}

@media (max-width: 450px) {
  .projects .projects-list .p-body a span {
    width: 100%;
    border-radius: 0;
    padding: 10px 20px;
  }
  .projects .projects-list .p-body a span i {
    opacity: 1;
    width: auto;
    margin-right: 10px;
  }
}

.projects .projects-list .p-body a span.p-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 450px) {
  .projects .projects-list .p-body a span.p-name {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.projects .projects-list .p-body a:hover span {
  background: #ffc107;
  background: white;
}

.projects .projects-list .p-body a:hover span i {
  opacity: 1;
  width: auto;
  margin-right: 10px;
}

.projects .projects-list .p-name {
  font-weight: bold;
}

.projects .projects-list .p-type {
  width: 100px;
}

.projects .projects-list .p-year {
  width: 100px;
}

@media (max-width: 450px) {
  .projects .projects-list .p-name {
    background: rgba(0, 0, 0, 0.7) !important;
    color: white !important;
  }
  .projects .projects-list .p-location:before {
    content: "Location : ";
    font-weight: normal;
  }
  .projects .projects-list .p-type:before {
    content: "Type : ";
    font-weight: normal;
  }
  .projects .projects-list .p-year:before {
    content: "Year : ";
    font-weight: normal;
  }
  .projects .projects-list .p-area:before {
    content: "Area : ";
    font-weight: normal;
  }
  .projects .projects-list .p-city:before {
    content: "City : ";
    font-weight: normal;
  }
}

.projects-details-bg {
  background: #eee url(../img/project-details-bg.jpg) top center no-repeat;
  background-size: cover;
}

@media (max-width: 768px) {
  .projects-details-bg {
    background-size: 250%;
  }
}

.projects-details {
  padding-top: 150px;
}

@media (max-width: 450px) {
  .projects-details {
    padding-top: 100px;
  }
}

.projects-details .container {
  position: relative;
}

@media (max-width: 1279px) {
  .projects-details .container {
    width: 90%;
  }
}

.projects-details h1 {
  color: black;
}

@media (max-width: 450px) {
  .projects-details h1 {
    font-size: 2em;
  }
}

.projects-details a.project-back {
  display: block;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 30px;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  color: black;
  border-radius: 2px;
  width: 90px;
  text-align: center;
  z-index: 100;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 450px) {
  .projects-details a.project-back {
    right: -19px;
    top: 6px;
  }
}

.projects-details a.project-back i {
  margin-right: 5px;
}

.projects-details a.project-back:hover {
  background: rgba(255, 255, 255, 0.6);
}

.projects-details p {
  padding-right: 0px;
  margin: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 3px;
  text-align: center;
}

@media (max-width: 768px) {
  .projects-details p {
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 768px) {
  .projects-details p {
    text-align: left;
    line-height: 1em;
  }
}

.projects-details p span {
  background: none;
  display: inline-block;
  font-weight: bold;
  background: white;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-transform: lowercase;
  width: calc(100% - 100px);
}

@media (max-width: 768px) {
  .projects-details p span {
    font-size: .9em;
  }
}

.projects-details p span.type, .projects-details p span.year, .projects-details p span.title {
  font-weight: normal;
  width: 120px;
}

.projects-details-wrap {
  display: block;
}

@media (max-width: 768px) {
  .projects-details-wrap {
    display: block;
  }
}

.projects-details-wrap .details-left {
  width: 100%;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 768px) {
  .projects-details-wrap .details-left {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .projects-details-wrap .details-left {
    display: block;
    margin-bottom: 20px;
  }
}

.projects-details-wrap .details-right {
  background: white;
  padding: 5px;
  margin-bottom: 50px;
  width: 100%;
}

@media (max-width: 768px) {
  .projects-details-wrap .details-right {
    width: 100%;
    margin-top: 20px;
  }
}

@media (max-width: 450px) {
  .projects-details-wrap .details-right {
    padding: 2px;
  }
}

.projects-details-wrap .details-right .grid {
  list-style: none;
  margin: 0;
  padding: 0;
}

.projects-details-wrap .details-right .grid-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33.33333%;
}

@media (max-width: 450px) {
  .projects-details-wrap .details-right .grid-item {
    width: 50%;
  }
}

.projects-details-wrap .details-right .grid-item img {
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  border: 5px solid #ffffff;
}

@media (max-width: 450px) {
  .projects-details-wrap .details-right .grid-item img {
    border: 2px solid #ffffff;
  }
}

.projects-details-wrap .details-right .grid-item--width2 {
  width: 400px;
}

.lightbox .lb-image {
  border: 0;
}

.lb-outerContainer {
  background: none;
}

.contact {
  padding-top: 150px;
  padding-bottom: 50px;
}

@media (max-width: 767px) {
  .contact {
    padding-top: 100px;
  }
}

@media (max-width: 1280px) {
  .contact .container {
    width: 90%;
  }
}

.contact .contact-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background: rgba(255, 255, 255, 0.5);
  margin: 0 auto;
  padding: 50px;
}

@media (max-width: 768px) {
  .contact .contact-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 767px) {
  .contact .contact-wrap {
    padding: 20px;
  }
}

.contact .contact-wrap h3 {
  font-weight: 800;
  font-size: 2em;
}

.contact .contact-wrap h5 {
  font-weight: bold;
  font-size: 17px;
  font-size: 1.8em;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}

.contact .contact-wrap .contact-details {
  width: 50%;
}

@media (max-width: 768px) {
  .contact .contact-wrap .contact-details {
    width: 100%;
  }
}

.contact .contact-wrap .contact-details p {
  margin: 0;
  padding: 0;
}

.contact .contact-wrap .contact-details p i {
  color: #ff9800;
  margin-right: 10px;
  font-size: 18px;
}

.contact .contact-wrap .contact-details p a {
  color: black;
  text-decoration: none;
}

.contact .contact-wrap .contact-details p.email {
  margin-bottom: 10px;
}

.contact .contact-wrap .contact-form {
  width: 50%;
}

@media (max-width: 768px) {
  .contact .contact-wrap .contact-form {
    width: 100%;
    margin-top: 40px;
  }
}

.contact .contact-wrap .contact-form p {
  margin: 0;
  padding: 0;
}

.contact .contact-wrap .contact-form p input, .contact .contact-wrap .contact-form p textarea {
  width: 100%;
  display: block;
  border: 1px solid #999;
  background: white;
  margin-bottom: 10px;
  padding: 10px;
}

.contact .contact-wrap .contact-form p input[type=submit] {
  background: #FF9800;
  color: black;
  font-weight: 700;
  border: none;
  cursor: pointer;
}

.contact .contact-wrap .contact-form p textarea {
  height: 200px;
}

.contact .contact-wrap .contact-form p input[type=text], .contact .contact-wrap .contact-form p textarea {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  border: 1px solid #DDDDDD;
}

.contact .contact-wrap .contact-form p input[type=text]:focus, .contact .contact-wrap .contact-form p textarea:focus {
  -webkit-box-shadow: 0 0 5px #51cbee;
          box-shadow: 0 0 5px #51cbee;
  border: 1px solid #51cbee;
}

.clientele .projects-wrap ul.residential {
  margin-bottom: 30px;
}

.clientele .projects-wrap ul.residential li span {
  width: 33.333%;
  padding: 10px 20px;
}

@media (max-width: 767px) {
  .clientele .projects-wrap ul.residential li span {
    width: 100%;
  }
}

.clientele .projects-wrap ul.commercial {
  margin-bottom: 50px;
}

.clientele .projects-wrap ul.commercial li span img {
  width: 150px;
  border-radius: 8px;
}
/*# sourceMappingURL=main.css.map */