* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: inherit;
}

body {
  background-color: white;
}

h1 {
  font-size: 2.5rem;
  font-family: 'Montserrat';
  font-weight: normal;
  color: #444;
  text-align: center;
  margin: 2rem 0;
}

@font-face {
  font-family: 'Raleway-bold';
  src: url(../fonts/raleway/Raleway-Bold.ttf);
}

@font-face {
  font-family: 'Gotham-thin';
  src: url(../fonts/HapnaMono-Light.otf);
}

.nav>li>a:hover,
.nav>li>a:focus {
  background-color: transparent;
}

.current:after {
  content: ' ';
  position: absolute;
  border: solid 10px transparent;
  border-top: solid 0px transparent;
  border-width: 10px;
  left: 50%;
  top: 0;
  margin-left: -10px;
  border-color: #843534 transparent transparent transparent;
}

#website-icon {
  background-image: url('../img/icons/website_icon.png');
  background-repeat: no-repeat;
  background-position: center center;
  width: 25px;
  height: 25px;
}

#android-icon {
  background-image: url('../img/icons/android_icon.png');
  background-repeat: no-repeat;
  background-position: center center;
  width: 25px;
  height: 25px;
}

#mobile-icon {
  background-image: url('../img/icons/mobile_icon.png');
  background-repeat: no-repeat;
  background-position: center center;
  width: 25px;
  height: 25px;
}

#e-commerce-icon {
  background-image: url('../img/icons/e-commerce_icon.png');
  background-repeat: no-repeat;
  background-position: center center;
  width: 25px;
  height: 25px;
}

#threedee-icon {
  background-image: url('../img/icons/3-d_icon.png');
  background-repeat: no-repeat;
  background-position: center center;
  width: 25px;
  height: 25px;
}

 /*ATTRIBUTE ADDED BY ARNOLD JUNE 1 2018 TO REMOVE THE COLLAPSING EFFECT WHEN CLICK*/
#myNavbar{
  height: auto !important;
}
 /*ATTRIBUTE ADDED BY ARNOLD JUNE 1 2018 TO REMOVE THE COLLAPSING EFFECT WHEN CLICK*/

/*.navigator{
  margin-top: 25px;
}
*/

.wrapper {
  width: 90%;
  margin: 0 auto;
  max-width: 80rem;
  /* background-image: url(../img/layout/bg.jpg); */
  /* background-repeat: no-repeat; */
  background-color: white;
  padding-bottom: 100px;
}

.container-fluid {
  margin-top: 1rem;
}

.cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.deck {
  width: calc(21% - 2rem);
  margin: .4rem;
  cursor: pointer;
}

.box {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.front,
.back {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform .6s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: -webkit-transform .6s cubic-bezier(0.4, 0.2, 0.2, 1);
  -o-transition: transform .6s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform .6s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform .6s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .6s cubic-bezier(0.4, 0.2, 0.2, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-align: center;
  min-height: 167px;
  height: auto;
  border-radius: 0;
  color: #fff;
  font-size: 1.5rem;
}

.back {
  background: #cedce7;
  background: -webkit-linear-gradient(45deg, #cedce7 0%, #596a72 100%);
  background: -o-linear-gradient(45deg, #cedce7 0%, #596a72 100%);
  background: linear-gradient(45deg, #cedce7 0%, #596a72 100%);
}

.front:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  /*    opacity: .6;
    background-color: #000;*/
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 0px;
}

.box:hover {
  -webkit-transition: -webkit-transform .5s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: -webkit-transform .5s cubic-bezier(0.4, 0.2, 0.2, 1);
  -o-transition: transform .5s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform .5s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform .5s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .5s cubic-bezier(0.4, 0.2, 0.2, 1);
}

.back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.inner {
  -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
  transform: translateY(-50%) translateZ(60px) scale(0.94);
  top: 50%;
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 1px solid transparent;
  -webkit-perspective: inherit;
  perspective: inherit;
  z-index: 2;
}

/* .inner:hover{
  opacity:1 ;
} */

.overlay {
  background-color: black;
  height: 100%;
  width: 100%;
  position: absolute;
  display: inline-block;
  z-index: 9;
  opacity: .2;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
}

/*.overlay:hover{
  opacity: 1;
}*/

.box .back {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  background-size: cover;
  background-position: center;
  box-shadow: 0 0px 0px 1px rgba(255, 255, 255, 0.52);
  box-shadow: 0 0px 0px 1px rgba(130, 130, 130, 0.52);
  overflow: hidden;
}

.box .front {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  /* border: 1px solid rgba(255, 255, 255, 0.43); */
  box-shadow: 0 0px 0px 1px rgba(130, 130, 130, 0.52);
}

.box:hover .back {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.back:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  opacity: .6;
  /*background-color: #000;*/
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 0px;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.6);
}

.box:hover .front {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.back .inner p {
  font-size: 1rem;
  margin-bottom: 1rem;
  position: relative;
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.back .inner p:after {
  content: '';
  width: 4rem;
  height: 2px;
  position: absolute;
  background: #C6D4DF;
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -.5rem;
}

.back .inner span {
  color: rgba(255, 255, 255, 0.7);
  font-family: 'Montserrat';
  font-weight: 300;
  font-size: 12px;
  font-size: 10px;
  display: inline-block;
  line-height: 15px;
  margin-left: .5rem;
  margin-right: .5rem;
}

.carousel-inner {
  background-image: url(../uploads/loader.gif);
  background-repeat: no-repeat;
  background-position: center;
}

.carousel-inner img {
  width: 100%;
}

.owl-carousel {
  background-image: url(../uploads/loader.gif);
  background-repeat: no-repeat;
  background-position: center;
}

.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  padding-right: 17px;
}

.owl-carousel img {
  width: 100%;
}

.owl-nav {
  display: none;
}

.modal-backdrop {
  width: 100%;
  height: 100%;
}

body.modal-open {
  /*overflow: hidden !important;*/
  overflow: hidden;
  /* position: fixed;*/
  width: 100%;
}

.contact {
  color: #424242;
}

.modal-content #description {
  color: #fff;
  text-align: left;
  /* background: none; */
  font-size: 20px;
  padding: 2px 0;
}

.modal-content #description .project-year {
  float: right;
  display: inline-block;
}

.modal-content #description .project-name {
  display: inline-block;
}

.modal-content .close span {
  margin: 10px 20px;
  font-size: 28px;
  color: #4d4d4d;
}

.modal-content .close {
  float: left;
  position: absolute;
  z-index: 999;
  right: .1rem;
  color: #eee;
}

/* .modal-content .close:hover{
    opacity: .8;
} */

/* The ribbons */

.corner-ribbon {
  width: 119px;
  background: #e43;
  position: absolute;
  top: 15px;
  left: -50px;
  text-align: center;
  line-height: 1rem;
  letter-spacing: 1.5px;
  color: #ffffff;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  z-index: 99;
  font-size: .7rem;
}

/* Custom styles */

.corner-ribbon.sticky {
  position: fixed;
}

.corner-ribbon.shadow {
  box-shadow: 0 0 3px rgba(0, 0, 0, .3);
}

/* Different positions */

.corner-ribbon.top-left {
  left: -28px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.corner-ribbon.top-right {
  top: 25px;
  right: -50px;
  left: auto;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.corner-ribbon.bottom-left {
  top: auto;
  bottom: 25px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.corner-ribbon.bottom-right {
  top: auto;
  right: -50px;
  bottom: 25px;
  left: auto;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

/* Colors */

.corner-ribbon.white {
  background: #f0f0f0;
  color: #555;
}

.corner-ribbon.black {
  background: #333;
}

.corner-ribbon.grey {
  background: #999;
}

.corner-ribbon.blue {
  background: #39d;
}

.corner-ribbon.green {
  background: #2c7;
}

.corner-ribbon.turquoise {
  background: #1b9;
}

.corner-ribbon.purple {
  background: #95b;
}

.corner-ribbon.red {
  background: #2487da;
}

.corner-ribbon.orange {
  background: #e82;
}

.corner-ribbon.yellow {
  background: #ec0;
}

.corner-ribbon:after {
  z-index: 999;
}

div.fixed {
  position: absolute;
  /* bottom: 150px; */
  /* cursor:pointer; */
}

.fixedContainer {
  width: 56px;
  height: 60px;
  position: fixed;
  bottom: 75px;
  right: 30px;
  z-index: 100;
}

@media screen and (max-width: 64rem) {
  .deck {
    width: calc(33.333333% - 2rem);
  }
}

@media screen and (max-width: 48rem) {
  .deck {
    width: calc(50% - 2rem);
  }
}

@media screen and (max-width: 32rem) {
  .deck {
    width: 100%;
    margin: 0 0 2rem 0;
  }
}

img.contact-us {
  width: 100%;
  bottom: 10px;
  cursor: pointer;
  -webkit-filter: drop-shadow(-5px 5px 5px rgba(0, 0, 0, 0.5));
}

.category-icon {
  filter: grayscale(100%);
}

.category-icon:hover {
  filter: none;
}

/* KIM - Jan 29, 2018 */

.header-navbar {
  width: 100%;
}

@media screen and (max-width: 767px) {
  ul.category-icon {
    display: block;
    width: 100%;
  }
}

ul.category-icon li>a {
  text-align: left;
}

img.category-icon {
  display: inline-block;
  vertical-align: middle;
}

.category-icon~span {
  margin-left: 10px;
  margin-top: 2px;
}

.navbar-default {
  background-color: transparent !important;
}

.carousel-control.left,
.carousel-control.right {
  background-image: none !important;
}

.modal {
  overflow-y: scroll;
}

.modal-dialog {
  width: 58%;
}

.modal-content {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}

/*custom width modal*/

.md-custom-width {
  width: 450px;
  height: 200px;
}

/* placeholder 8 */

.fm-place-holder::-webkit-input-placeholder {
  letter-spacing: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-left: 30px;
}

/* center- button */

.fm-center-button {
  display: block;
  margin: 0 auto;
  border: 1px solid;
  padding: 0;
  border-radius: 50px;
  padding-left: 30px;
  padding-right: 30px;
  background: none;
}

.fm-center-button:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: opacity 0.3s ease-in-out;
}

.fm-center-button .left-arrow {
  font-size: 28px;
  width: 50px;
  position: relative;
  bottom: 2px;
  left: 10px;
}

.fm-center-button span {
  vertical-align: middle;
}

/* position of modal */

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 25%);
  -ms-transform: translate(0, 25%);
  -o-transform: translate(0, 25%);
  transform: translate(0, 25%);
}

/* Remove modal header and footer border */

.modal-header,
.modal-footer {
  border: none;
}

.carousel-control.left {
  left: -150px !important;
}

.carousel-control.right {
  right: -150px !important;
}

.arrow-left,
.arrow-right {
  position: absolute;
  top: 40%;
  z-index: 5;
  display: inline-block;
  font-size: 140px;
  color: #fff;
  opacity: unset !important;
  font-family: 'Gotham-thin';
}

.arrow-left {
  right: 50px;
}

.closes {
  font-family: 'Raleway-bold';
  color: #fff !important;
  font-size: 28px;
}

.close,
.carousel-control {
  opacity: unset !important;
}

.carousel {
  background: #fff;
  padding: 5px !important;
  border-radius: 0px;
}

/* privacy policy extra styles */

.col-centered {
  float: none;
  margin: 0 auto;
}

.privacy-policy-section h3,
.privacy-policy-section p {
  text-align: center;
}

.privacy-policy-section p {
  text-align: justify;
  font-size: 1.50em;
  line-height: 1.75em;
  letter-spacing: 1px;
  padding-bottom: 20px;
}

.fm-privacy-information-table td {
  font-size: 18px;
  font-style: italic;
  border-top: none !important;
  padding: 8px;
  vertical-align: top;
}

/* 2 col privacy section */

.fm-privacy-title {
  font-size: 4em;
  font-weight: 700;
}

.fm-privacy-title-two {
  font-size: 4.5em;
  font-weight: 700;
}

.privacy-section-left {
  height: 100%;
}

.privacy-section-left-container {
  margin-top: 200px;
}

.privacy-policy-section p:first-of-type {
  margin-bottom: 50px;
}

.privacy-policy-section {
  border-left: 1px solid;
}

.privacy-section-right-container {
  padding-left: 100px;
  padding-right: 100px;
}

.privacy-section-left-container h3,
p,
.privacy-section-right-container h3,
p {
  margin: 0 auto;
  text-align: center;
}

/* .fm-privacy-information-table td:first-child{
  width:100px;
} */

.fm-footer {
  background-color: #18273b;
  position: fixed;
  bottom: 0;
  height: 50px;
  width: 100%;
  line-height: 50px;
  text-align: center;
}

.fm-footer p,
.fm-footer a {
  color: white;
}

.fm-footer a:hover {
  cursor: pointer;
}

/* arrow style */

i {
  border: solid #4d4d4d;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 7px;
}

.left-arrow {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.back-arrow {
  display: block;
  font-size: 20px;
  text-align: center;
  margin-top: 30px;
  color: #4d4d4d;
}

.back-arrow:hover {
  color: #18273b;
  cursor: pointer;
}

/* no margin class */

.no-margin {
  margin: 0;
}

/* error label class */

.error {
  color: red;
  margin-top: 5px;
}

/* pre loader */

.loader-container {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 9999;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #18273b;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

/* Safari */

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Succes Message Alert*/

.contact-success-message {
  display: none;
}

@media(max-width: 720px) {
  .modal-dialog {
    width: auto;
    top: 20%;
  }
  .modal-content #description .project-year {
    float: none;
    display: block;
  }
  .modal-content #description .project-name {
    display: block;
  }
  .modal-content #description {
    font-size: 18px;
  }
  .carousel-control.left {
    left: 30px !important;
  }
  .carousel-control.right {
    right: 10px !important;
  }
  .arrow-left,
  .arrow-right {
    font-size: 80px;
  }
  .front,
  .back {
    min-height: 250px;
  }
  div.fixed {
    right: 0px;
  }
  .cat-icon {
    display: inline-block;
  }
  .proj-cat {
    display: inline-block !important;
    width: 80% !important;
    font-size: 18px !important;
    text-align: left !important;
    padding-left: 10px;
    max-width: unset !important;
  }
  .navbar {
    min-height: 50px !important;
  }
  .nav>li>a {
    padding: 10px 15px !important;
    width: auto !important;
  }
}

@media (min-width: 768px) {
  .arrow-left,
  .arrow-right {
    font-size: 100px;
  }
  .carousel-control.left {
    left: -100px !important;
  }
  .carousel-control.right {
    right: -100px !important;
  }
}

.wrapper #preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: rgba(255, 255, 255, 0.9) url('../img/layout/preloader.gif') no-repeat center center;
}

.container-fluid {
  padding: 0;
  margin-top: 0 !important;
}

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

.proj-cat {
  width: auto;
  text-align: center;
  font-size: 8px;
  text-transform: uppercase;
  max-width: 100px;
  line-height: normal;
  padding-top: 10px;
}

.navbar {
  min-height: 100px;
}

.nav>li>a {
  padding: 10px 0px;
  width: 55px;
}

.loading {
  text-align: center;
  font-size: 20px;
  /*display: none;*/
}

#load-more img {
  margin: 0 auto;
  display: table;
  height: 113px;
}

#modal-loader {
  position: absolute;
  top: 50%;
  left: 50%
}

@media (max-width: 576px) {
  #modal-loader {
    left: 43%
  }
}

.fade-custom {
  -webkit-transition: all .1s linear !important;
  -o-transition: all .1s linear !important;
  transition: all .1s linear !important;
  transform: scale(.8) !important;
}

.fade.in {
  transform: scale(1) !important;
}

/* Portrait and Landscape */

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  /* wrapper */
  .wrapper {
    width: 100%;
    max-width: 100%;
  }
  /*left column */
  .privacy-section-left-container {
    margin-top: 0;
  }
  /* right column */
  .privacy-section-right-container {
    padding-left: 0;
    padding-right: 0;
    margin-top: 10px;
    margin-bottom: 100px;
  }
  /* table */
  .fm-privacy-information-table td {
    padding: 0;
    padding-top: 10px;
  }
  /* Contact Us icon */
  .fixedContainer {
    bottom: 120px;
  }
  /* hide the arrow */
  .back-arrow {
    display: none;
  }
  /* footer shit */
  .fm-footer {
    height: 100px;
  }

  .container-fluid {
    padding: 0 2%;
  } 

  .row {
    margin-right: 0;
  }
  
  .fixedContainer {
    bottom: 10px;
    right: 10px;
  }

  .navbar-toggle {
    margin-right: 0;
  }
}