
  html,
  body {
    width: 100vw; height: 100vh;
    padding: 0;
    margin: 0;
    font-family: 'Century Gothic', sans-serif;
    @import url('https://fonts.cdnfonts.com/css/century-gothic');

  }

  body {
    position: relative;
  }
  h1,h2,h3,h4,h5,h6{
    font-family: 'Century Gothic', sans-serif;
    @import url('https://fonts.cdnfonts.com/css/century-gothic');
  }

  ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  #wrapper {
    width: 100%;
    bottom: 0;
    height: 100%;
    position: absolute
  }

  #wrapper a {
    color: #000;
    text-decoration: none;
  }

  #wrapper a:hover {
    font-weight: bold;
  }

  #ajax-loader {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("../images/ajax-loader.gif") no-repeat 50% 50% #ebebeb;
    z-index: 4;
  }

  #ajax-loader2 {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("../images/ajax-loader.gif") no-repeat 50% 50%;
    z-index: 1;
    display: none;
  }

  #splash {
    height: 100%;
    position: relative;
    z-index: 3;
  }



  #splash .content {
    background: url("../images/p1.png")  no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: none;
    background-position: center;
  }

  #splash .content ul {
    height: 30px;
    text-align: center;
    position: absolute;
    bottom: 118px;
    left: 50%;
    margin-left: -49%;
    letter-spacing: 2px;
    width: 100%;
    display: block;
    font-size: 23px;
    color: #3e3e3e;
  }

  #splash ul li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin: 0 27px 0 0;
    text-transform: lowercase;
  }

  #splash ul li.last {
    margin-right: 0;
  }

  #splash .filler {
    width: 100%;
    background: #ebebeb;
    position: absolute;
    bottom: 0;
    height: 160px;
  }

  .text h1 {
    -webkit-text-stroke: 1px transparent;
  }

  #main {
    width: 100%;
    position: absolute;
    bottom: 160px;
    top: 0;
  }

  #main #title {
    display: none;
  }

  #main-content {
    width: 100%;
    height: 100%;
  }




  .copyrighttext-holder {
    display: block;
    bottom: 10px;
    left: 40px;
  }

  #slidecaption-holder {
    display: block;
    right: 40px;
    bottom: 21px;
    transition: opacity 2000ms ease-in-out;
  }

  #slidecaption-holder.hidden {
    opacity: 0;
  }

  #slidecaption,
  #wrapper .copyright a {
    font-size: 12px;
    color: #FFF;
  }

  #wrapper .copyright a {
    font-size: 9px;
  }

  .inner-footer .copyright {
    display: none
  }

  .inner-footer .copyright a {
    position: absolute;
    bottom: 15px;
    left: 40px;
  }

  #dark-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background: url("../images/logo.png");
    display: none;
  }

  #white-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #ebebeb;
    display: none;
  }

  #copyright-holder h1,
  #copyright-holder .new-text .description {
    color: #434343;
  }

  #copyright-holder h1 {
    margin-bottom: 10px;
    font-weight: normal;
  }

  #copyright-holder .description {
    margin-top: 40px;
  }

  #copyright-holder .left-col {
    width: 500px;
  }

  #copyright-holder h2 {
    font-weight: normal;
  }

  #copyright-holder a.more {
    background: url("../images/ico-more.gif") no-repeat 0 0;
  }

  #copyright-holder a.less {
    background: url("../images/ico-less.gif") no-repeat 0 0;
  }

  #footer-container {
    position: absolute;
    bottom: 0;
    z-index: 1;
    font-size: 11px;
    height: 115px;
    padding: 15px 0;
    width: 100%;
  }

  #footer-container a {
    line-height: 14px;
  }

  #footer {
    width: 965px;
    padding-left: 5px;
    height: 115px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }

  #footer .navigation {
    float: left;
    width: 810px;
    height: 100%;
    position: relative;
  }

  #footer .navigation ul li {
    padding-bottom: 5px;
    width: 51px;
    line-height: 14px;
  }

  #footer .navigation ul li a.active,
  .sidebox a.active {
    font-weight: bold;
  }

  #footer .navigation .nav-col {
    position: absolute;
    height: 100%;
    padding-left: 11px;
  }

  #footer .navigation .nav-col ul {
    position: absolute;
    top: 0;
  }

  #footer .navigation .nav1 {
    width: 90px;
    font-size: 14px;
  }

  #footer .navigation .nav2 {
    left: 124px;
    width: 160px;
  }

  #footer .navigation .nav2 li {
    width: 100px;
  }

  #footer .navigation .nav2 .careers li {
    width: 160px;
  }

  #footer .navigation .nav3 {
    left: 289px;
    width: 170px;
  }

  #footer .navigation .nav3 li {
    width: 170px;
  }

  #footer .navigation .nav4 {
    left: 474px;
    width: 150px;
  }

  #footer .navigation .nav4 ul {
    position: static;
  }

  #footer .navigation .nav4 li {
    width: 150px;
  }

  #footer .navigation .nav5 {
    left: 644px;
    width: 150px;
  }

  #footer .navigation .nav5 li {
    width: 150px;
  }

  #footer .sidebox {
    position: absolute;
    right: 0;
  }

  #footer .sidebox h1.logo {
    margin-bottom: 20px;
    width: 172px;
  }

  #footer .sidebox h1.logo a {
    display: block;
    height: 41px;
    text-indent: -9999px;
  }

  #footer .sidebox ul {
    text-align: center;
  }

  #footer .sidebox ul li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    padding: 0 5px;
    line-height: 11px;
  }

  #footer .sidebox ul li.last {
    border-left: 1px solid black;
  }

  #footer-container a.fullscreen {
    width: 14px;
    height: 13px;
    display: block;
    position: absolute;
    background: url('../images/ico-fullscreen.png') no-repeat;
    text-indent: -9999px;
    right: 20px;
    bottom: 18px;
  }

  .sidebox-links {
    text-align: right;
    padding-right: 15px;
  }

  #social-links {
    margin-bottom: 10px;
  }

  #social-links .social-links__link {
    width: 25px;
    height: 25px;
    border-radius: 3px;
    overflow: hidden;
    display: inline-block;
  }

  #social-links .social-links__link img {
    display: block;
    max-width: 100%
  }


  #social-links .social-link__link img {
    width: 200px;
  }

  #supersized-loader {
    display: none;
  }

  /* scrollbar */
  .nav-scrollbar {
    width: 220px;
    position: absolute;
    top: 0;
    clear: both;
    left: -11px;
  }

  .nav-scrollbar .viewport {
    width: 200px;
    height: 114px;
    position: relative;
    margin-left: 11px;
    overflow: hidden;
  }

  .nav-scrollbar .overview {
    list-style: none;
    position: absolute;
    left: 0;
    top: 0;
  }

  .nav-scrollbar .scrollbar {
    margin-left: -5px;
  }

  .scrollbar .thumb .end,
  .scrollbar .thumb {
    background: url("../images/logo.png") no-repeat 50% 100%
  }

  .scrollbar {
    position: relative;
    float: left;
    width: 6px;
    background: none;
  }

  .scrollbar .track {
    height: 100%;
    width: 6px;
    position: relative;
    padding: 0 1px;
    background: none;
  }

  .scrollbar .thumb {
    height: 20px;
    width: 3px;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    top: 0;
    padding: 0 4px;
  }

  .scrollbar .thumb .end {
    overflow: hidden;
    height: 5px;
    width: 3px;
    background-position: top center;
  }

  .scrollbar.disable {
    display: none;
  }

  .text .scrollbar {
    margin-left: -20px;
  }

  .text-holder .scrollbar .thumb .end,
  .text-holder .scrollbar .thumb {
    background: url("../images/logo.png") no-repeat 50% 100%;
    overflow: visible;
  }

  .text-holder .scrollbar .thumb {
    margin-top: 5px;
    padding: 0 3px;
  }

  .text-holder .scrollbar .thumb .end {
    background-position: center top;
    position: absolute;
    top: -5px;
  }

  .text-holder .scrollbar {
    background: none;
  }

  .text-holder .scrollbar .track {
    background: none;
    overflow: hidden;
  }

  #main-content .last {
    margin-bottom: 0 !important;
  }

  /* contact */
  #main #contact-holder {
    color: #666;
    width: 1280px;
    height: 100%;
    position: relative;
    z-index: 2;
    padding-top: 0;
  }

  #contact-holder .text-holder {
    width: 970px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding-top: 30px;
    max-height: 100%;
    overflow-y: auto;
  }

  #contact-holder h1 {
    font-weight: normal;
  }

  #contact-holder .information {
    font-size: 18px;
    margin-top: 40px;
  }

  #contact-holder .information+.information {
    margin-top: 27px;
  }

  #contact-holder .information .o-text {
    background: url("../images/logo.png") 0 60% no-repeat;
    display: inline-block;
    text-indent: -9999px;
    width: 19px;
  }

  #contact-holder .telephone {
    display: block
  }

  #contact-holder .information2 {
    margin-top: 27px;
  }

  #contact-holder .social {
    overflow: hidden;
    margin-bottom: 15px;
  }

  #contact-holder .social a {
    float: left;
    width: 26px;
    height: 26px;
    background: url("../images/logo.png") no-repeat;
    text-indent: -9999px;
    margin-right: 5px;
  }

  #contact-holder .social a.architizer {
    background-position: 0 -26px;
  }

  #contact-holder .social a.linkedin {
    background-position: 0 -52px;
  }

  #contact-holder .email {
    clear: both;
    position: relative;
    bottom: 0;
    margin-bottom: 80px;
  }

  #contact-holder .email a {
    color: #666;
    font-size: 18px;
    line-height: 24px;
  }

  #contact-holder .email a:hover {
    font-weight: normal;
  }

  #contact-holder a.copyright {
    color: #666;
    font-size: 14px;
  }

  #contact-holder .image-holder {
    position: absolute;
    top: 0;
    height: 100%;
    width: 1280px;
    text-align: center;
  }

  #contact-holder a.wow-location {
    background: url("../images/logo.png") no-repeat;
    width: 30px;
    height: 28px;
    display: block;
    text-indent: -9999px;
    position: absolute;
    z-index: 1;
    transition: opacity 500ms ease-in-out;
  }

  #contact-holder a.wow-location.world-map--singapore {
    top: 288px;
    right: 355px;
  }

  #contact-holder a.wow-location.world-map--uk {
    top: 110px;
    left: 584px;
    right: auto;
    cursor: default
  }

  #contact-holder a.wow-location.local-map {
    top: 144px;
    right: 417px;
    opacity: 0
  }

  #contact-holder a.wow-location.is-hidden {
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms ease-in-out, visibility 0ms 500ms;
  }

  #contact-holder .world-map {
    width: 1075px;
    height: 582px;
  }

  #contact-holder .local-map {
    display: none;
    width: 1075px;
    height: 582px;
  }

  .map-wrap {
    width: 1075px;
    margin: 0 auto;
  }

  .map-wrap img {
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: -1;
  }

  img.world-map {
    top: -75px;
  }

  img.local-map {
    top: -38px;
  }


  /* project sub-images */
  .imageset-switcher {
    position: absolute;
    bottom: 0;
    padding: 0 0 20px 20px;
  }

  #project-holder ul.imageset-switcher li {
    border-right: 1px solid #fff;
    line-height: 6px;
  }

  #project-holder ul.imageset-switcher li:last-child {
    border-right: none;
  }

  #project-holder ul.imageset-switcher li a {
    color: #fff;
  }

  #project-holder ul.imageset-switcher li a:hover,
  #project-holder ul.imageset-switcher li.selected a {
    font-weight: bold;
    color: #fff;
  }

  .imageset-holder {
    width: 100%;
    height: 100%;
    position: absolute;
  }

  #project-holder ul.imageset-switcher.opened li {
    display: none;
  }

  /* perfect scrollbar */
  .ps>.ps__scrollbar-y-rail {
    opacity: 1;
    left: 0px;
    width: 7px;
  }

  .ps:hover.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail>.ps__scrollbar-y,
  .ps>.ps__scrollbar-y-rail>.ps__scrollbar-y,
  .ps>.ps__scrollbar-y-rail:hover>.ps__scrollbar-y,
  .ps>.ps__scrollbar-y-rail:active>.ps__scrollbar-y {
    width: 3px;
    cursor: ns-resize;
    transition: none !important;
  }

  .ps.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail,
  .ps.ps--in-scrolling.ps--y:hover>.ps__scrollbar-y-rail,
  .ps:hover>.ps__scrollbar-y-rail:hover {
    background-color: transparent;
  }

  .ps.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail:active>.ps__scrollbar-y,
  .ps:hover.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail:active>.ps__scrollbar-y {
    width: 3px;
  }

  .project-list-text {
    position: relative;
    height: calc(100vh - 300px);
    padding-left: 15px;
  }

  /* new text */
  .new-text {
    height: 100%;
  }

  .new-text .overview {
    max-height: calc(100% - 48px);
    position: relative;
    margin-left: -15px;
    padding-left: 15px;
    overflow: hidden;
  }

  #main #project-holder {
    height: 470px;
  }

  #project-holder .new-text {
    position: relative;
    padding-left: 15px;
    margin-left: -15px;
    margin-bottom: 15px;
  }

  #project-holder .new-text .overview {
    height: 100%;
    max-height: 100%;
  }

  #project-holder.expanded .new-text .overview {
    height: auto;
    max-height: none;
  }


  #slidecaption-2 {
    font-size: 12px;
    color: #FFF;
    display: none;
  }

  #slidecaption-holder-2 {
    position: absolute;
    top: -40px;
    right: 40px;
  }

  #slidecaption-holder-2.hidden {
    display: none;
  }

  .slideshow {
    list-style-type: none;
  }

  /**Home SLIDESHOW **/
  .slideshow,
  .slideshow:after {

    /*Not sure why I needed this fix*/
    position: fixed;
    width: 100vw; min-height: 100vh;
    left: 0px;
    z-index: 0;
    top: 0; 
    left: 0; 
    right: 0; 
    bottom: 0; 
    overflow: hidden;
    margin: auto;
  }

  .slideshow li span {
    position: absolute;
    margin: 0; padding: 0;
  
    /* (B) FILL ENTIRE WINDOW */
    width: 100vw; min-height: 100vh;
    top: 0; 
    left: 0; 
    right: 0; 
    bottom: 0; 
    overflow: hidden;
    margin: auto;
    color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0;
    z-index: 0;
    animation: imageAnimation 20s linear infinite 0s;
  }



  .slideshow li:nth-child(1) span {
    background-image: url("../images/slideshow/home/1.jpg");
    animation-delay: 6s;

  }

  .slideshow li:nth-child(2) span {
    background-image: url("../images/slideshow/home/1.jpg");
    animation-delay: 6s;

  }

  .slideshow li:nth-child(3) span {
    background-image: url("../images/slideshow/home/1.jpg");
    animation-delay: 8s;

  }

  .slideshow li:nth-child(4) span {
    background-image: url("../images/slideshow/home/1.jpg");
    animation-delay: 12s;

  }


  .slideshow li:nth-child(5) span {
    background-image: url("../images/slideshow/home/1.jpg");
    animation-delay: 15s;

  }


  .slideshow li:nth-child(6) span {
    background-image: url("../images/slideshow/home/2.jpg");
    animation-delay:18s;

  }

  .slideshow li:nth-child(7) span {
    background-image: url("../images/slideshow/home/4.jpg");
    animation-delay: 22s;
  }

  .slideshow li:nth-child(8) span {
    background-image: url("../images/slideshow/home/3.jpg");
    animation-delay: 24s;
  }


  @keyframes imageAnimation {
    0% {
      opacity: 0;
      animation-timing-function: ease-in;
      

    }

    8% {
      opacity: 1;
      animation-timing-function: ease-out;
    }

    17% {
      opacity: 1
    }

    25% {
      opacity: 0
    }

    100% {
      opacity: 0
    }
  }


  @keyframes titleAnimation {
    0% {
      opacity: 0
    }

    8% {
      opacity: 1
    }

    17% {
      opacity: 1
    }

    19% {
      opacity: 0
    }

    100% {
      opacity: 0
    }
  }


  .no-cssanimations .cb-slideshow li span {
    opacity: 1;
  }



  /** Pratice SLIDESHOW **/
  .slideshowpratice,
  .slideshowpratice:after {
    top: -16px;
    /*Not sure why I needed this fix*/
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    z-index: 0;
  }

  .slideshowpratice li span {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 100% 25%;
    background-repeat: no-repeat;
    opacity: 0;
    z-index: 0;
    animation: imageAnimation 30s linear infinite 0s;
  }



  .slideshowpratice li:nth-child(1) span {
   background-image: url("../images/slideshow/home/1.jpg");
   animation-delay: 6s;
  }

  .slideshowpratice li:nth-child(2) span {
    background-image: url("../images/slideshow/home/3.jpg");
    animation-delay: 12s;
  }

  .slideshowpratice li:nth-child(3) span {
    background-image: url("../images/slideshow/home/2.jpg");
    animation-delay: 18s;
  }

  .slideshowpratice li:nth-child(4) span {
    background-image: url("../images/slideshow/home/4.jpg");
    animation-delay: 20s;
  }





  @keyframes imageAnimation {
    0% {
      opacity: 0;
      animation-timing-function: ease-in;
    }

    8% {
      opacity: 1;
      animation-timing-function: ease-out;
    }

    17% {
      opacity: 1
    }

    25% {
      opacity: 0
    }

    100% {
      opacity: 0
    }
  }


  @keyframes titleAnimation {
    0% {
      opacity: 0
    }

    8% {
      opacity: 1
    }

    17% {
      opacity: 1
    }

    19% {
      opacity: 0
    }

    100% {
      opacity: 0
    }
  }


  .no-cssanimations .cb-slideshowpratice li span {
    opacity: 1;
  }


  /** slideshowapartment  SLIDESHOW **/
  .slideshowapartment,
  .slideshowapartment:after {
    top: -16px;
    /*Not sure why I needed this fix*/
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    z-index: 0;
  }

  .slideshowapartment li span {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    opacity: 0;
    z-index: 0;
    animation: imageAnimation 25s linear infinite 0s;
  }

  .slideshowapartment li span .caption {
    position: absolute;
    bottom: 60px;
    left: 60px;
    right: 60px;
    padding: 30px;
    background: rgba(0, 0, 0, .5);
    box-sizing: border-box;
    transition: 0.5s;
  }

  .slideshowapartment li span .caption h2 {
    margin: 0 0 20;
    padding: 0;
    color: #fff;
    font-size: 48px;
    transition: 0.5s;
  }


  .slideshowapartment li:nth-child(1) span {
    background-image: url("../images/slideshow/ARCHITECTURE/apartments/a1.jpg");
  }

  .slideshowapartment li:nth-child(2) span {
    background-image: url("../images/slideshow/ARCHITECTURE/apartments/a2.JPG");
    animation-delay: 2s;
  }

  .slideshowapartment li:nth-child(3) span {
    background-image: url("../images/slideshow/ARCHITECTURE/apartments/a3.jpg");
    animation-delay: 6s;
  }

  .slideshowapartment li:nth-child(4) span {
    background-image: url("../images/slideshow/ARCHITECTURE/apartments/a4.jpg");
    animation-delay: 8s;

  }

  .slideshowapartment li:nth-child(5) span {
    background-image: url("../images/slideshow/ARCHITECTURE/apartments/a12.jpg");
    animation-delay: 12s;

  }

  .slideshowapartment li:nth-child(6) span {
    background-image: url("../images/slideshow/ARCHITECTURE/apartments/a6.jpg");
    animation-delay: 18s;
  }

  .slideshowapartment li:nth-child(7) span {
    background-image: url("../images/slideshow/ARCHITECTURE/apartments/a7.jpg");
    animation-delay: 21s;
  }

  .slideshowapartment li:nth-child(8) span {
    background-image: url("../images/slideshow/ARCHITECTURE/apartments/a8.JPG");
    animation-delay: 24s;

  }

  .slideshowapartment li:nth-child(9) span {
    background-image: url("../images/slideshow/ARCHITECTURE/apartments/a9.jpg");
    animation-delay: 26s;

  }

  .slideshowapartment li:nth-child(10) span {
    background-image: url("../images/slideshow/ARCHITECTURE/apartments/a10.jpg");
    animation-delay: 30s;

  }

  .slideshowapartment li:nth-child(11) span {
    background-image: url("../images/slideshow/ARCHITECTURE/apartments/a11.jpg");
    animation-delay: 34s;

  }

  .slideshowapartment li:nth-child(12) span {
    background-image: url("../images/slideshow/ARCHITECTURE/apartments/a12.jpg");
    animation-delay: 38s;

  }




  @keyframes imageAnimation {
    0% {
      opacity: 0;
      animation-timing-function: ease-in;
    }

    8% {
      opacity: 1;
      animation-timing-function: ease-out;
    }

    17% {
      opacity: 1
    }

    25% {
      opacity: 0
    }

    100% {
      opacity: 0
    }
  }


  @keyframes titleAnimation {
    0% {
      opacity: 0
    }

    8% {
      opacity: 1
    }

    17% {
      opacity: 1
    }

    19% {
      opacity: 0
    }

    100% {
      opacity: 0
    }
  }


  .no-cssanimations .cb-slideshowapartment li span {
    opacity: 1;
  }



  /** residences architecture   SLIDESHOW **/
  .slideshowresidences,
  .slideshowresidences:after {
    top: -16px;
    /*Not sure why I needed this fix*/
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    z-index: 0;
  }

  .slideshowresidences li span {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    opacity: 0;
    z-index: 0;
    animation: imageAnimation 20s linear infinite 0s;
  }



  .slideshowresidences li:nth-child(1) span {
    background-image: url("../images/slideshow/ARCHITECTURE/Residences/resdidences/r1.jpg");
  }

  .slideshowresidences li:nth-child(2) span {
    background-image: url("../images/slideshow/ARCHITECTURE/Residences/resdidences/r2.jpg");
    animation-delay: 2s;
  }

  .slideshowresidences li:nth-child(3) span {
    background-image: url("../images/slideshow/ARCHITECTURE/Residences/resdidences/r3.jpg");
    animation-delay: 6s;
  }

  .slideshowresidences li:nth-child(4) span {
    background-image: url("../images/slideshow/ARCHITECTURE/Residences/resdidences/r4.jpg");
    animation-delay: 8s;

  }

  .slideshowresidences li:nth-child(5) span {
    background-image: url("../images/slideshow/ARCHITECTURE/Residences/resdidences/r5.JPG");
    animation-delay: 12s;

  }

  .slideshowresidences li:nth-child(6) span {
    background-image: url("../images/slideshow/ARCHITECTURE/Residences/resdidences/r6.jpg");
    animation-delay: 18s;
  }

  .slideshowresidences li:nth-child(7) span {
    background-image: url("../images/slideshow/ARCHITECTURE/Residences/resdidences/r7.JPG");
    animation-delay: 21s;
  }

  .slideshowresidences li:nth-child(8) span {
    background-image: url("../images/slideshow/ARCHITECTURE/Residences/resdidences/r8.png");
    animation-delay: 24s;

  }

  .slideshowresidences li:nth-child(9) span {
    background-image: url("../images/slideshow/ARCHITECTURE/Residences/resdidences/r9.jpg");
    animation-delay: 28s;

  }

  .slideshowresidences li:nth-child(10) span {
    background-image: url("../images/slideshow/ARCHITECTURE/Residences/resdidences/r10.png");
    animation-delay: 32s;

  }

  .slideshowresidences li:nth-child(11) span {
    background-image: url("../images/slideshow/ARCHITECTURE/Residences/resdidences/r11.jpg");
    animation-delay: 36s;

  }

  .slideshowresidences li:nth-child(12) span {
    background-image: url("../images/slideshow/ARCHITECTURE/Residences/resdidences/r12.png");
    animation-delay: 40s;

  }

  .slideshowresidences li:nth-child(13) span {
    background-image: url("../images/slideshow/ARCHITECTURE/Residences/resdidences/r13.JPG");
    animation-delay: 42s;

  }




  @keyframes imageAnimation {
    0% {
      opacity: 0;
      animation-timing-function: ease-in;
    }

    8% {
      opacity: 1;
      animation-timing-function: ease-out;
    }

    17% {
      opacity: 1
    }

    25% {
      opacity: 0
    }

    100% {
      opacity: 0
    }
  }


  @keyframes titleAnimation {
    0% {
      opacity: 0
    }

    8% {
      opacity: 1
    }

    17% {
      opacity: 1
    }

    19% {
      opacity: 0
    }

    100% {
      opacity: 0
    }
  }


  .no-cssanimations .cb-slideshowresidences li span {
    opacity: 1;
  }


  /** institutional  SLIDESHOW **/
  .slideshowinstitutional,
  .slideshowinstitutional:after {
    top: -16px;
    /*Not sure why I needed this fix*/
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    z-index: 0;
  }

  .slideshowinstitutional li span {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    opacity: 0;
    z-index: 0;
    animation: imageAnimation 20s linear infinite 0s;
  }

  .slideshowinstitutional li span .caption {
    position: absolute;
    bottom: 60px;
    left: 60px;
    right: 60px;
    padding: 30px;
    background: rgba(0, 0, 0, .5);
    box-sizing: border-box;
    transition: 0.5s;
  }

  .slideshowinstitutional li span .caption h2 {
    margin: 0 0 20;
    padding: 0;
    color: #fff;
    font-size: 48px;
    transition: 0.5s;
  }

  .slideshowinstitutional li:nth-child(1) span {
    background-image: url("../images/slideshow/ARCHITECTURE/Institutional/i1.JPG");
    background-size: cover;
  }

  .slideshowinstitutional li:nth-child(2) span {
    background-image: url("../images/slideshow/ARCHITECTURE/Institutional/i2.jpg");
    animation-delay: 2s;
    background-size: cover;
  }

  .slideshowinstitutional li:nth-child(3) span {
    background-image: url("../images/slideshow/ARCHITECTURE/Institutional/i3.jpg");
    animation-delay: 6s;
    background-size: cover;
  }

  .slideshowinstitutional li:nth-child(4) span {
    background-image: url("../images/slideshow/ARCHITECTURE/Institutional/i4.jpg");
    animation-delay: 8s;
    background-size: cover;

  }

  .slideshowinstitutional li:nth-child(5) span {
    background-image: url("../images/slideshow/ARCHITECTURE/Institutional/i5.jpg");
    animation-delay: 12s;
    background-size: cover;

  }

  .slideshowinstitutional li:nth-child(6) span {
    background-image: url("../images/slideshow/ARCHITECTURE/Institutional/i6.jpg");
    animation-delay: 18s;
    background-size: cover;
  }

  .slideshowinstitutional li:nth-child(7) span {
    background-image: url("../images/slideshow/ARCHITECTURE/Institutional/i7.jpg");
    animation-delay: 21s;
    background-size: cover;
  }

  .slideshowinstitutional li:nth-child(8) span {
    background-image: url("../images/slideshow/ARCHITECTURE/Institutional/i8.jpg");
    animation-delay: 24s;
    background-size: cover;

  }

  .slideshowinstitutional li:nth-child(9) span {
    background-image: url("../images/slideshow/ARCHITECTURE/Institutional/i9.jpg");
    animation-delay: 26s;
    background-size: cover;

  }

  .slideshowinstitutional li:nth-child(10) span {
    background-image: url("../images/slideshow/ARCHITECTURE/Institutional/i10.jpg");
    animation-delay: 28s;
    background-size: cover;
  }

  .slideshowinstitutional li:nth-child(11) span {
    background-image: url("../images/slideshow/ARCHITECTURE/Institutional/i11.jpg");
    animation-delay: 30s;
    background-size: cover;

  }
  .slideshowinstitutional li:nth-child(12) span {
    background-image: url("../images/slideshow/ARCHITECTURE/Institutional/i12.jpg");
    animation-delay: 32s;
    background-size: cover;

  }




  @keyframes imageAnimation {
    0% {
      opacity: 0;
      animation-timing-function: ease-in;
    }

    8% {
      opacity: 1;
      animation-timing-function: ease-out;
    }

    17% {
      opacity: 1
    }

    25% {
      opacity: 0
    }

    100% {
      opacity: 0
    }
  }


  @keyframes titleAnimation {
    0% {
      opacity: 0
    }

    8% {
      opacity: 1
    }

    17% {
      opacity: 1
    }

    19% {
      opacity: 0
    }

    100% {
      opacity: 0
    }
  }


  .no-cssanimations .slideshowinstitutional li span {
    opacity: 1;
  }



  /** commercial  SLIDESHOW **/
  .slideshowcommercial,
  .slideshowcommercial:after {
    top: 0px;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    z-index: 0px;
  }


  .slideshowcommercial li span {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    opacity: 0;
    z-index: 0;
    animation: imageAnimation 20s linear infinite 0s;
  }

  .slideshowcommercial li span .caption {
    position: absolute;
    bottom: 60px;
    left: 60px;
    right: 60px;
    padding: 30px;
    background: rgba(0, 0, 0, .5);
    box-sizing: border-box;
    transition: 0.5s;
  }

  .slideshowcommercial li span .caption h2 {
    margin: 0 0 20;
    padding: 0;
    color: #fff;
    font-size: 48px;
    transition: 0.5s;
  }


  .slideshowcommercial li:nth-child(1) span {
    background-image: url("../images/slideshow/ARCHITECTURE/commercial/c1.jpg");
    width: 100%;
    height: 100%;
    
  }

  .slideshowcommercial li:nth-child(2) span {
    background-image: url("../images/slideshow/ARCHITECTURE/commercial/c2.jpg");
    animation-delay: 2s;
    width: 100%;
    height: 100%;
  }

  .slideshowcommercial li:nth-child(3) span {
    background-image: url("../images/slideshow/ARCHITECTURE/commercial/c3.JPG");
    animation-delay: 6s;
    width: 100%;
    height: 100%;
  }

  .slideshowcommercial li:nth-child(4) span {
    background-image: url("../images/slideshow/ARCHITECTURE/commercial/c4.jpg");
    animation-delay: 8s;
    width: 100%;
    height: 100%;

  }

  .slideshowcommercial li:nth-child(5) span {
    background-image: url("../images/slideshow/ARCHITECTURE/commercial/c5.jpg");
    animation-delay: 12s;
    width: 100%;
    height: 100%;

  }

  .slideshowcommercial li:nth-child(6) span {
    background-image: url("../images/slideshow/ARCHITECTURE/commercial/c6.jpg");
    animation-delay: 18s;
    width: 100%;
    height: 100%;
  }


  .slideshowcommercial li:nth-child(7) span {
    background-image: url("../images/slideshow/ARCHITECTURE/commercial/c7.jpg");
    animation-delay: 21s;
    width: 100%;
    height: 100%;
  }

  .slideshowcommercial li:nth-child(8) span {
    background-image: url("../images/slideshow/ARCHITECTURE/commercial/c8.jpg");
    animation-delay: 24s;
    width: 100%;
    height: 100%;

  }

  .slideshowcommercial li:nth-child(9) span {
    background-image: url("../images/slideshow/ARCHITECTURE/commercial/c9.jpg");
    animation-delay: 26s;
    width: 100%;
    height: 100%;

  }

  .slideshowcommercial li:nth-child(10) span {
    background-image: url("../images/slideshow/ARCHITECTURE/commercial/c10.JPG");
    animation-delay: 30s;
    width: 100%;
    height: 100%;

  }





  @keyframes imageAnimation {
    0% {
      opacity: 0;
      animation-timing-function: ease-in;
    }

    8% {
      opacity: 1;
      animation-timing-function: ease-out;
    }

    17% {
      opacity: 1
    }

    25% {
      opacity: 0
    }

    100% {
      opacity: 0
    }
  }


  @keyframes titleAnimation {
    0% {
      opacity: 0
    }

    8% {
      opacity: 1
    }

    17% {
      opacity: 1
    }

    19% {
      opacity: 0
    }

    100% {
      opacity: 0
    }
  }


  .no-cssanimations .cb-slideshowcommercial li span {
    opacity: 1;
  }

  /** commercial  SLIDESHOW **/
  .slideshowcommercial,
  .slideshowcommercial:after {
    top: -16px;
    /*Not sure why I needed this fix*/
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    z-index: 0;
  }

  .slideshowcommercial li span {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    opacity: 0;
    z-index: 0;
    animation: imageAnimation 20s linear infinite 0s;
  }

  .slideshowcommercial li span .caption {
    position: absolute;
    bottom: 60px;
    left: 60px;
    right: 60px;
    padding: 30px;
    background: rgba(0, 0, 0, .5);
    box-sizing: border-box;
    transition: 0.5s;
  }

  .slideshowcommercial li span .caption h2 {
    margin: 0 0 20;
    padding: 0;
    color: #fff;
    font-size: 48px;
    transition: 0.5s;
  }


  .slideshowcontact li:nth-child(1) span {
    background-image: url("../images/slideshow/ARCHITECTURE/commercial/c1.jpg");
  }

  @keyframes imageAnimation {
    0% {
      opacity: 0;
      animation-timing-function: ease-in;
    }

    8% {
      opacity: 1;
      animation-timing-function: ease-out;
    }

    17% {
      opacity: 1
    }

    25% {
      opacity: 0
    }

    100% {
      opacity: 0
    }
  }


  @keyframes titleAnimation {
    0% {
      opacity: 0
    }

    8% {
      opacity: 1
    }

    17% {
      opacity: 1
    }

    19% {
      opacity: 0
    }

    100% {
      opacity: 0
    }
  }


  .no-cssanimations .cb-slideshowcontact li span {
    opacity: 1;
  }


  /** Villas  SLIDESHOW **/
  .slideshowvillas,
  .slideshowvillas:after {
    top: -16px;
    /*Not sure why I needed this fix*/
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    z-index: 0;
  }

  .slideshowvillas li span {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    opacity: 0;
    z-index: 0;
    animation: imageAnimation 20s linear infinite 0s;
  }



  .slideshowvillas li:nth-child(1) span {
    background-image: url("../images/slideshow/ARCHITECTURE/villas/1.jpg");
  }

  .slideshowvillas li:nth-child(2) span {
    background-image: url("../images/slideshow/ARCHITECTURE/villas/2.jpg");
    animation-delay: 2s;
  }

  .slideshowvillas li:nth-child(3) span {
    background-image: url("../images/slideshow/ARCHITECTURE/villas/3.jpg");
    animation-delay: 8s;
  }

  .slideshowvillas li:nth-child(4) span {
    background-image: url("../images/slideshow/ARCHITECTURE/villas/4.jpg");
    animation-delay: 12s;

  }

  .slideshowvillas li:nth-child(5) span {
    background-image: url("../images/slideshow/ARCHITECTURE/villas/5.jpg");
    animation-delay: 14s;

  }

  .slideshowvillas li:nth-child(6) span {
    background-image: url("../images/slideshow/ARCHITECTURE/villas/6.jpg");
    animation-delay: 18s;
  }

  .slideshowvillas li:nth-child(7) span {
    background-image: url("../images/slideshow/ARCHITECTURE/villas/7.jpg");
    animation-delay: 21s;
  }

  .slideshowvillas li:nth-child(8) span {
    background-image: url("../images/slideshow/ARCHITECTURE/villas/8.jpg");
    animation-delay: 24s;

  }

  .slideshowvillas li:nth-child(9) span {
    background-image: url("../images/slideshow/ARCHITECTURE/villas/9.jpg");
    animation-delay: 26s;

  }

  .slideshowvillas li:nth-child(10) span {
    background-image: url("../images/slideshow/ARCHITECTURE/villas/10.JPG");
    animation-delay: 30s;

  }
  .slideshowvillas li:nth-child(11) span {
    background-image: url("../images/slideshow/ARCHITECTURE/villas/17.jpg");
    animation-delay: 34s;

  }






  @keyframes imageAnimation {
    0% {
      opacity: 0;
      animation-timing-function: ease-in;
    }

    8% {
      opacity: 1;
      animation-timing-function: ease-out;
    }

    17% {
      opacity: 1
    }

    25% {
      opacity: 0
    }

    100% {
      opacity: 0
    }
  }


  @keyframes titleAnimation {
    0% {
      opacity: 0
    }

    8% {
      opacity: 1
    }

    17% {
      opacity: 1
    }

    19% {
      opacity: 0
    }

    100% {
      opacity: 0
    }
  }


  .no-cssanimations .cb-slideshowvillas li span {
    opacity: 1;
  }

  /** Interior  SLIDESHOW **/
  .slideshowinterior,
  .slideshowinterior:after {
    top: -16px;
    /*Not sure why I needed this fix*/
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    z-index: 0;
  }

  .slideshowinterior li span {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    opacity: 0;
    z-index: 0;
    animation: imageAnimation 20s linear infinite 0s;
  }

  .slideshowinterior li span .caption {
    position: absolute;
    bottom: 60px;
    left: 60px;
    right: 60px;
    padding: 30px;
    background: rgba(0, 0, 0, .5);
    box-sizing: border-box;
    transition: 0.5s;
  }

  .slideshowinterior li span .caption h2 {
    margin: 0 0 20;
    padding: 0;
    color: #fff;
    font-size: 48px;
    transition: 0.5s;
  }


  .slideshowinterior li:nth-child(1) span {
    background-image: url("../images/slideshow/INTERIORS/5.png");
  }

  .slideshowinterior li:nth-child(2) span {
    background-image: url("../images/slideshow/INTERIORS/6.png");
    animation-delay: 2s;
  }

  .slideshowinterior li:nth-child(3) span {
    background-image: url("../images/slideshow/INTERIORS/7.png");
    animation-delay: 8s;
  }

  .slideshowinterior li:nth-child(4) span {
    background-image: url("../images/slideshow/INTERIORS/Kolathur\ .png");
    animation-delay: 12s;

  }

  .slideshowinterior li:nth-child(5) span {
    background-image: url("../images/slideshow/INTERIORS/Perumbakkam.png");
    animation-delay: 14s;

  }

  .slideshowinterior li:nth-child(6) span {
    background-image: url("../images/slideshow/INTERIORS/Interiors/dd.jpg");
    animation-delay: 18s;
  }

  .slideshowinterior li:nth-child(7) span {
    background-image: url("../images/slideshow/INTERIORS/Interiors/fr.jpg");
    animation-delay: 21s;
  }

  .slideshowinterior li:nth-child(8) span {
    background-image: url("../images/slideshow/INTERIORS/Interiors/gf.jpg");
    animation-delay: 24s;

  }

  .slideshowinterior li:nth-child(9) span {
    background-image: url("../images/slideshow/INTERIORS/Interiors/rf.jpg");
    animation-delay: 26s;

  }

  .slideshowinterior li:nth-child(10) span {
    background-image: url("../images/slideshow/INTERIORS/Thiruvallur/66.png");
    animation-delay: 30s;

  }
  .slideshowinterior li:nth-child(11) span {
    background-image: url("../images/slideshow/INTERIORS/Thiruvallur/Image4.png");
    animation-delay: 34s;

  }

  @keyframes imageAnimation {
    0% {
      opacity: 0;
      animation-timing-function: ease-in;
    }

    8% {
      opacity: 1;
      animation-timing-function: ease-out;
    }

    17% {
      opacity: 1
    }

    25% {
      opacity: 0
    }

    100% {
      opacity: 0
    }
  }


  @keyframes titleAnimation {
    0% {
      opacity: 0
    }

    8% {
      opacity: 1
    }

    17% {
      opacity: 1
    }

    19% {
      opacity: 0
    }

    100% {
      opacity: 0
    }
  }


  .no-cssanimations .cb-slideshowcommercial li span {
    opacity: 1;
  }




  .btn.btn-rounded {
    border-radius: 50px;
    border-radius: 3px solid white;
  }


  .slideshowvillas li span .caption {
    position: absolute;
    bottom: 60px;
    left: 60px;
    right: 60px;
    padding: 30px;
    background: rgba(0, 0, 0, .5);
    box-sizing: border-box;
    transition: 0.5s;
  }

  .slideshowvillas li span .caption p {
    margin: 0 0 20;
    padding: 0;
    color: #fff;
    font-size: 48px;
    transition: 0.5s;
  }

  .slideshowapartment li span .caption {
    position: absolute;
    bottom: 160px;
    left: 560px;
    right: 300px;
    padding: 30px;
    background: rgba(0, 0, 0, .5);
    box-sizing: border-box;
    transition: 0.5s;
    margin-left: 290px;
  }

  .slideshowapartment span .caption p {
    margin: 0 0 20;
    padding: 0;
    color: #fff;
    font-size: 18px;
    transition: 0.5s;
  }

  .slideshowcommercial li span .caption {
    position: absolute;
    bottom: 160px;
    left: 560px;
    right: 300px;
    padding: 30px;
    background: rgba(0, 0, 0, .5);
    box-sizing: border-box;
    transition: 0.5s;
    margin-left: 290px;
  }

  .slideshowcommercial li span .caption p {
    margin: 0 0 20;
    padding: 0;
    color: #fff;
    font-size: 18px;
    transition: 0.5s;
  }

  .slideshowinstitutional li span .caption {
    position: absolute;
    bottom: 160px;
    left: 560px;
    right: 300px;
    padding: 30px;
    background: rgba(0, 0, 0, .5);
    box-sizing: border-box;
    transition: 0.5s;
    margin-left: 290px;
  }

  .slideshowinstitutional li span .caption p {
    margin: 0 0 20;
    padding: 0;
    color: #fff;
    font-size: 18px;
    transition: 0.5s;
  }


  .slideshowresidences li span .caption {
    position: absolute;
    bottom: 160px;
    left: 560px;
    right: 300px;
    padding: 30px;
    background: rgba(0, 0, 0, .5);
    box-sizing: border-box;
    transition: 0.5s;
    margin-left: 290px;
  }

  .slideshowresidences li span .caption p {
    margin: 0 0 20;
    padding: 0;
    color: #fff;
    font-size: 18px;
    transition: 0.5s;
  }

  .slideshowvillas li span .caption {
    position: absolute;
    bottom: 160px;
    left: 560px;
    right: 300px;
    padding: 30px;
    background: rgba(0, 0, 0, .5);
    box-sizing: border-box;
    transition: 0.5s;
    margin-left: 290px;
  }

  .slideshowvillas li span .caption p {
    margin: 0 0 20;
    padding: 0;
    color: #fff;
    font-size: 18px;
    transition: 0.5s;
  }


  @media (max-width: 768px) {
    .slidesshow {
      position: absolute;
      bottom: 20px;
      left: 20px;
      right: 20px;
      padding: 20px;
    }
  }

  /*--------------------------------------------------------------
  # Portfolio
  --------------------------------------------------------------*/
  .portfolio #portfolio-flters {
    padding: 0;
    margin: 0 auto 25px auto;
    list-style: none;
    text-align: center;
    border-radius: 50px;
  }

  .portfolio #portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 7px 17px 9px 17px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: #444444;
    margin: 0 3px 10px 3px;
    transition: all ease-in-out 0.3s;
    background: #ede9e9;
    border-radius: 50px;
  }

  .portfolio #portfolio-flters li:hover,
  .portfolio #portfolio-flters li.filter-active {
    color: #fff;
    background: #e43c5c;
  }

  .portfolio #portfolio-flters li:last-child {
    margin-right: 0;
  }

  .portfolio .portfolio-item {
    margin-bottom: 30px;
    overflow: hidden;
  }

  .portfolio .portfolio-item img {
    position: relative;
    top: 0;
    transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  }

  .portfolio .portfolio-item .portfolio-info {
    opacity: 0;
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: -50px;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    background: #e43c5c;
    padding: 15px 20px;
  }

  .portfolio .portfolio-item .portfolio-info h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
  }

  .portfolio .portfolio-item .portfolio-info p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
  }

  .portfolio .portfolio-item .portfolio-info .preview-link,
  .portfolio .portfolio-item .portfolio-info .details-link {
    position: absolute;
    right: 50px;
    font-size: 24px;
    top: calc(50% - 18px);
    color: white;
    transition: ease-in-out 0.3s;
  }

  .portfolio .portfolio-item .portfolio-info .preview-link:hover,
  .portfolio .portfolio-item .portfolio-info .details-link:hover {
    color: #f7c2cc;
  }

  .portfolio .portfolio-item .portfolio-info .details-link {
    right: 15px;
  }

  .portfolio .portfolio-item:hover img {
    top: -30px;
  }

  .portfolio .portfolio-item:hover .portfolio-info {
    opacity: 1;
    bottom: 0;
  }

  /*--------------------------------------------------------------
  # Portfolio Details
  --------------------------------------------------------------*/
  .portfolio-details {
    padding-top: 40px;
  }

  .portfolio-details .portfolio-details-slider img {
    width: 100%;
  }

  .portfolio-details .portfolio-details-slider .swiper-pagination {
    margin-top: 20px;
    position: relative;
  }

  .portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #e43c5c;
  }

  .portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #e43c5c;
  }

  .portfolio-details .portfolio-info {
    padding: 30px;
    box-shadow: 0px 0 30px rgba(73, 60, 62, 0.08);
  }

  .portfolio-details .portfolio-info h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
  }

  .portfolio-details .portfolio-info ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
  }

  .portfolio-details .portfolio-info ul li+li {
    margin-top: 10px;
  }

  .portfolio-details .portfolio-description {
    padding-top: 30px;
  }

  .portfolio-details .portfolio-description h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
  }

  .portfolio-details .portfolio-description p {
    padding: 0;
  }

  form {
    margin-left: 80px;
    margin-right: auto;
    margin-top: 140px;
    width: 373px;
    height: 333px;
    padding: 30px;
    border: 1px solid rgba(0, 0, 0, .2);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: rgba(255, 255, 255, 0.616);
    -moz-box-shadow: 0 0 13px 3px rgba(0, 0, 0, 0.562);
    -webkit-box-shadow: 0 0 13px 3px rgba(0, 0, 0, .8);
    box-shadow: 0 0 13px 3px rgba(0, 0, 0, .5);
    overflow: hidden;
  }
  .information1{
    margin-left: 80px;
    margin-right: auto;
    margin-top: 10px;
    width: 343px;
    height: 42px;
    padding: 30px;
    border: 1px solid rgba(0, 0, 0, .2);
    
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: rgba(255, 255, 255, 0.616);
    -moz-box-shadow: 0 0 13px 3px rgba(0, 0, 0, 0.562);
    -webkit-box-shadow: 0 0 13px 3px rgba(0, 0, 0, .8);
    box-shadow: 0 0 13px 3px rgba(0, 0, 0, .5);
    overflow: hidden;
  }
  .information2{
    margin-left: 540px;
    margin-right: auto;
    margin-top: -96px;
    width: 300px;
    height: 33px;
    padding: 30px;
    border: 1px solid rgba(0, 0, 0, .2);
    
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: rgba(255, 255, 255, 0.616);
    -moz-box-shadow: 0 0 13px 3px rgba(0, 0, 0, 0.562);
    -webkit-box-shadow: 0 0 13px 3px rgba(0, 0, 0, .8);
    box-shadow: 0 0 13px 3px rgba(0, 0, 0, .5);
    overflow: hidden;
  }
  .information3{
    margin-left: 950px;
    margin-right: auto;
    margin-top: -96px;
    width: 273px;
    height: 33px;
    padding: 30px;
    border: 1px solid rgba(0, 0, 0, .2);
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: rgba(255, 255, 255, 0.616);
    -moz-box-shadow: 0 0 13px 3px rgba(0, 0, 0, 0.562);
    -webkit-box-shadow: 0 0 13px 3px rgba(0, 0, 0, .8);
    box-shadow: 0 0 13px 3px rgba(0, 0, 0, .5);
    overflow: hidden;
  }

  textarea {
    background: rgba(255, 255, 255, 0.4) url(http://luismruiz.com/img/gemicon_message.png) no-repeat scroll 16px 16px;
    width: 276px;
    height: 110px;
    border: 1px solid rgba(255, 255, 255, .6);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    display: block;
    font-family: 'Century Gothic', sans-serif;
    @import url('https://fonts.cdnfonts.com/css/century-gothic');
    font-size: 18px;
    color: #fff;
    padding-left: 45px;
    padding-right: 20px;
    padding-top: 12px;
    margin-bottom: 20px;
    overflow: hidden;
  }

  input {
    width: 276px;
    height: 48px;
    border: 1px solid rgba(255, 255, 255, .4);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    display: block;
    font-family: 'Century Gothic', sans-serif;
    @import url('https://fonts.cdnfonts.com/css/century-gothic');
    font-size: 18px;
    color: #000;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
  }

  input[type=submit] {
    cursor: pointer;
  }

  input.name {
    background: rgba(255, 255, 255, 0.4) url(http://luismruiz.com/img/gemicon_name.png) no-repeat scroll 16px 16px;
    padding-left: 45px;
  }

  input.email {
    background: rgba(255, 255, 255, 0.4) url(http://luismruiz.com/img/gemicon_email.png) no-repeat scroll 16px 20px;
    padding-left: 45px;
  }

  input.message {
    background: rgba(255, 255, 255, 0.4) url(http://luismruiz.com/img/gemicon_message.png) no-repeat scroll 16px 16px;
    padding-left: 45px;
  }

  ::-webkit-input-placeholder {
    color: #000;
  }

  :-moz-placeholder {
    color: #000;
  }

  ::-moz-placeholder {
    color: #000;
  }

  :-ms-input-placeholder {
    color: #000;
  }

  input:focus,
  textarea:focus {
    background-color: rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px 1px rgba(255, 255, 255, .5);
    -webkit-box-shadow: 0 0 5px 1px rgba(255, 255, 255, .5);
    box-shadow: 0 0 5px 1px rgba(255, 255, 255, .5);
    overflow: hidden;
  }

  .btn {
    width: 138px;
    height: 44px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    float: right;
    border: 1px solid #253737;
    background: maroon;
    background: -webkit-gradient(linear, left top, left bottom, from(#6da5a3), to(#a3adad));
    background: -webkit-linear-gradient(top, #420a0a, #5a2e2e);
    background: -moz-linear-gradient(top, #420a0a, #5a2e2e);
    background: -ms-linear-gradient(top,#420a0a, #5a2e2e);
    background: -o-linear-gradient(top, #420a0a, #5a2e2e);
    background-image: -ms-linear-gradient(top, #420a0a, #5a2e2e);
    padding: 10.5px 21px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, inset rgba(255, 255, 255, 0.7) 0 1px 0;
    -moz-box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, inset rgba(255, 255, 255, 0.7) 0 1px 0;
    box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0, inset rgba(255, 255, 255, 0.7) 0 1px 0;
    text-shadow: #333333 0 1px 0;
    color: #e1e1e1;
  }

  .btn:hover {
    border: 1px solid #253737;
    text-shadow: #333333 0 1px 0;
    background: #a3adad;
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(218, 124, 124)), to(#a3adad));
    background: -webkit-linear-gradient(top, rgb(218, 86, 86), #a3adad);
    background: -moz-linear-gradient(top, rgb(206, 58, 58), #a3adad);
    background: -ms-linear-gradient(top, rgb(105, 34, 34), #a3adad);
    background: -o-linear-gradient(top, rgb(122, 74, 74), #a3adad);
    background-image: -ms-linear-gradient(top, maroon 0%, #a3adad 100%);
    color: #fff;
  }

  .btn:active {
    margin-top: 1px;
    text-shadow: #333333 0 -1px 0;
    border: 1px solid #253737;
    background: #6da5a3;
    background: -webkit-gradient(linear, left top, left bottom, from(#a3adad), to(#a3adad));
    background: -webkit-linear-gradient(top, #a3adad, #609391);
    background: -moz-linear-gradient(top, #a3adad, #6da5a3);
    background: -ms-linear-gradient(top, #a3adad, #6da5a3);
    background: -o-linear-gradient(top, #a3adad, #6da5a3);
    background-image: -ms-linear-gradient(top, #a3adad 0%, #6da5a3 100%);
    color: #fff;
    -webkit-box-shadow: rgba(255, 255, 255, 0) 0 1px 0, inset rgba(255, 255, 255, 0.7) 0 1px 0;
    -moz-box-shadow: rgba(255, 255, 255, 0) 0 1px 0, inset rgba(255, 255, 255, 0.7) 0 1px 0;
    box-shadow: rgba(255, 255, 255, 0) 0 1px 0, inset rgba(255, 255, 255, 0.7) 0 1px 0;
  }