/* Scss Document */
/* CSS Document */
*, *::before, *::after {
  box-sizing: border-box; }

html, body, .wrapper {
  font-family: 'Open Sans', sans-serif; }

/* =Margin + Padding
-------------------------------------------------------------- */
.pt5 {
  padding-top: 5px !important; }

.pt10 {
  padding-top: 10px !important; }

.pt15 {
  padding-top: 15px !important; }

.pt20 {
  padding-top: 20px !important; }

.pt30 {
  padding-top: 30px !important; }

.pt40 {
  padding-top: 40px !important; }

.pt50 {
  padding-top: 50px !important; }

.pt60 {
  padding-top: 60px !important; }

.pt80 {
  padding-top: 80px !important; }

.pt90 {
  padding-top: 90px !important; }

.pt100 {
  padding-top: 100px !important; }

.pb0 {
  padding-bottom: 0px !important; }

.pb5 {
  padding-bottom: 5px !important; }

.pb10 {
  padding-bottom: 10px !important; }

.pb15 {
  padding-bottom: 15px !important; }

.pb20 {
  padding-bottom: 20px !important; }

.pb30 {
  padding-bottom: 30px !important; }

.pb40 {
  padding-bottom: 40px !important; }

.pb50 {
  padding-bottom: 50px !important; }

.pb60 {
  padding-bottom: 60px !important; }

.pb80 {
  padding-bottom: 80px !important; }

.pb90 {
  padding-bottom: 90px !important; }

.pb100 {
  padding-bottom: 100px !important; }

.mt5 {
  margin-top: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt40 {
  margin-top: 40px !important; }

.mt50 {
  margin-top: 50px !important; }

.mt60 {
  margin-top: 60px !important; }

.mt70 {
  margin-top: 70px !important; }

.mt80 {
  margin-top: 80px !important; }

.mt90 {
  margin-top: 90px !important; }

.mt100 {
  margin-top: 100px !important; }

.mb0 {
  margin-bottom: 0 !important; }

.mb5 {
  margin-bottom: 5px !important; }

.mb10 {
  margin-bottom: 10px !important; }

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

.mb20 {
  margin-bottom: 20px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.mb70 {
  margin-bottom: 70px !important; }

.mb80 {
  margin-bottom: 80px !important; }

.mb90 {
  margin-bottom: 90px !important; }

.mb100 {
  margin-bottom: 100px !important; }

.ml30 {
  margin-left: 30px; }

.mr30 {
  margin-right: 30px; }

.ml15 {
  margin-left: 15px; }

.mr15 {
  margin-right: 15px; }

.pl30 {
  padding-left: 30px; }

.pr30 {
  padding-right: 30px; }

.pl15 {
  padding-left: 15px; }

.pr15 {
  padding-right: 15px; }

.pl5 {
  padding-left: 5px; }

.pr5 {
  padding-right: 5px; }

.no-margin {
  margin: 0 !important; }

.no-padding {
  padding: 0 !important; }

.no-margin-top {
  margin-top: 0 !important; }

.no-padding-top {
  padding-top: 0 !important; }

.no-margin-bottom {
  margin-bottom: 0 !important; }

.no-padding-bottom {
  padding-bottom: 0 !important; }

.wrapper {
  padding-left: 70px;
  padding-right: 70px;
  position: relative;
  max-width: 1400px;
  margin: 0px auto; }

.home-intro {
  height: calc(100% - 140px);
  background: #e2e2e2; }

header, footer {
  height: 70px; }

footer {
  padding-top: 30px;
  text-transform: uppercase; }

.social-link {
  padding-right: 15px; }
  .social-link li {
    list-style: none;
    text-align: right;
    font-size: 20px;
    color: #007bb5; }

.site-nav {
  z-index: 999; }
  .site-nav .navbar-brand {
    padding-left: 0px;
    margin-top: 3px; }
  .site-nav .navbar-collapse .navbar-nav {
    margin-top: 4px; }
    .site-nav .navbar-collapse .navbar-nav li {
      margin-top: 5px; }
      .site-nav .navbar-collapse .navbar-nav li a {
        color: #272b2d;
        text-transform: uppercase;
        font-size: 14px; }
        .site-nav .navbar-collapse .navbar-nav li a:hover, .site-nav .navbar-collapse .navbar-nav li a:focus, .site-nav .navbar-collapse .navbar-nav li a.active {
          background: none;
          color: #0987C5; }
      .site-nav .navbar-collapse .navbar-nav li:last-child a {
        padding-right: 0px; }

.home-wrapper {
  background: url(../images/waves.gif) no-repeat bottom #e2e2e2;
  height: calc(100%);
  display: flex;
  align-items: center; }
  .home-wrapper .caption-content2 {
    margin: -40px auto 0px;
    text-align: center;
    width: calc(100% - 100px); }
    .home-wrapper .caption-content2 h1 {
      font-size: 60px;
      font-weight: bold;
      color: #fff; }
    .home-wrapper .caption-content2 .supline {
      color: #272b2d;
      font-size: 32px;
      font-family: 'Open Sans', sans-serif;
      font-weight: 200; }
    .home-wrapper .caption-content2 .tagline {
      color: #272b2d;
      font-size: 20px;
      font-family: 'Open Sans', sans-serif;
      font-weight: 200; }
    .home-wrapper .caption-content2 .name {
      font-family: 'Oswald', sans-serif;
      color: #272a2d;
      font-size: 76px;
      text-transform: uppercase;
      font-weight: 400;
      margin-bottom: 30px;
      position: relative; }
      .home-wrapper .caption-content2 .name:after {
        height: 5px;
        width: 100px;
        background: #0561a2;
        margin: 0px auto;
        content: '';
        position: absolute;
        bottom: -20px;
        left: 0px;
        right: 0px; }

.work {
  background: #f6f6f6;
  margin: 0px -70px;
  padding: 30px 70px; }

.font20 {
  font-size: 20px;
  font-weight: 300; }

/* masonry basic */
.grid img {
  width: 100%; }

.grid-gallery {
  clear: both;
  float: left;
  width: 100%; }

.gallery-img a {
  position: relative;
  z-index: 2;
  display: block; }

.work ul {
  list-style: none;
  padding: 0; }

.work figure {
  margin: 0;
  position: relative; }

.work figure img {
  display: block;
  width: 100%;
  opacity: 1;
  cursor: pointer; }

.work figcaption h3 {
  margin: 0 0 8px;
  padding: 0;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 300; }

.work figcaption i {
  font-size: 32px;
  color: #aeaeae;
  margin-bottom: 20px; }

.work figcaption h3 a, .work figcaption h3 {
  letter-spacing: 4px;
  font-weight: 400;
  color: #e3e3e3; }

.work figcaption p {
  display: block;
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-decoration: none;
  color: #aeaeae;
  margin-bottom: 0;
  font-weight: 300; }

.grid {
  margin: 0 auto;
  padding: 0px; }

.grid li {
  box-sizing: border-box;
  float: left;
  transition-duration: 0s;
  -moz-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
  margin-top: 15px;
  margin-bottom: 15px; }

.grid figure {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.grid figcaption {
  bottom: 70px;
  opacity: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  color: #fff; }

.gallery-img {
  opacity: 1;
  transition: all 0.3s ease 0s;
  overflow: hidden; }

.grid figure:hover .gallery-img {
  background-color: #000; }

.no-hover figure:hover .gallery-img {
  background-color: transparent !important; }

.no-hover figure:hover img {
  opacity: 1 !important;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none; }

figure:hover img {
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  opacity: 0.15;
  cursor: url("../images/icon-zoom-white.png"), pointer; }

.mfp-figure figure:hover img {
  cursor: pointer; }

.grid figure:hover figcaption {
  opacity: 1;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease; }

/*************************************************
				Work Detail
*************************************************/
.work-deatail {
  /* Project-detail */ }
  .work-deatail .project-detail {
    /*Pjoject-name */
    /*UL*/ }
    .work-deatail .project-detail .project-name h1 {
      color: #272a2d;
      font-size: 42px;
      font-family: 'Oswald', sans-serif;
      font-weight: 400;
      position: relative;
      padding-top: 30px;
      margin-top: 30px;
      position: relative; }
      .work-deatail .project-detail .project-name h1:before {
        height: 2px;
        width: 30px;
        background: #333;
        content: "";
        position: absolute;
        top: 0px; }
    .work-deatail .project-detail .project-name h3 {
      color: #272b2d;
      font-size: 20px;
      font-family: 'Open Sans', sans-serif;
      font-weight: 300; }
    .work-deatail .project-detail ul {
      margin: 40px 0px 0px;
      padding: 0px; }
      .work-deatail .project-detail ul li {
        list-style: none;
        border-top: 2px solid #333;
        overflow: hidden;
        padding-top: 45px;
        padding-bottom: 45px; }
        .work-deatail .project-detail ul li .title {
          color: #272b2d;
          font-size: 20px;
          font-weight: 600;
          margin-bottom: 20px; }
        .work-deatail .project-detail ul li .description {
          font-size: 16px;
          font-weight: 300;
          line-height: 2em; }

.microsite {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0561a2+50,ffffff+50 */
  background: #0561a2;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #0561a2 61%, #ffffff 62%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #0561a2 61%, #ffffff 62%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(175deg, #0561a2 55%, #ffffff 55%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0561a2', endColorstr='#ffffff',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  position: relative;
  float: left;
  width: 100%; }
  .microsite.ornage {
    background: #db7f01;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #db7f01 61%, #ffffff 62%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #db7f01 61%, #ffffff 62%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(175deg, #db7f01 55%, #ffffff 55%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db7f01', endColorstr='#ffffff',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */ }
  .microsite h2 {
    color: #fff;
    font-size: 32px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400; }

h2 {
  font-size: 32px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400; }
  h2.bod-bot {
    border-bottom: 2px solid #333;
    padding-bottom: 25px; }

.bg-gray {
  background: #e6e6e6; }

.next-previous-project-style2 a {
  width: 33%;
  display: inline-block;
  text-align: center;
  padding: 50px 0;
  letter-spacing: 4px;
  font-size: 11px;
  border-top: 1px solid #e5e5e5;
  transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: .3s;
  -webkit-transition-duration: .3s;
  -moz-transition-duration: .3s;
  -o-transition-duration: .3s; }

.next-previous-project-style2 a i {
  font-size: 14px;
  color: #000;
  margin: 0 7px;
  transition-duration: .3s;
  -webkit-transition-duration: .3s;
  -moz-transition-duration: .3s;
  -o-transition-duration: .3s; }

.next-previous-project-style2 a span {
  padding-left: 0px;
  transition-duration: .3s;
  -webkit-transition-duration: .3s;
  -moz-transition-duration: .3s;
  -o-transition-duration: .3s; }

.next-previous-project-style2 a:hover i {
  color: #fff; }

.next-previous-project-style2 a.previous-project:hover span {
  padding-right: 45px;
  transition-duration: .3s;
  -webkit-transition-duration: .3s;
  -moz-transition-duration: .3s;
  -o-transition-duration: .3s; }

.next-previous-project-style2 a.next-project:hover span {
  padding-left: 45px;
  transition-duration: .3s;
  -webkit-transition-duration: .3s;
  -moz-transition-duration: .3s;
  -o-transition-duration: .3s; }

.border-right {
  border-right: 1px solid #e5e5e5; }

.next-previous-project-style2 a:hover {
  background-color: #000;
  color: #fff;
  border-top: 1px solid #000;
  text-decoration: none; }

.next-previous-project-style2 .back-project span {
  text-indent: -9999px;
  float: left; }

.next-previous-project-style2 a span {
  padding-left: 0px;
  transition-duration: .3s;
  -webkit-transition-duration: .3s;
  -moz-transition-duration: .3s;
  -o-transition-duration: .3s; }

/******************************************************************************************
					MEDIA QUERY LAYOUT STRUCTURE
				
@media (max-width: 767px) {XS DEVICE- EXTRA small:  for Mobile and Tablet}				
@media (min-width: 768px) and (max-width: 991px) {SMALL DEVICE- iPad Protlat and old Desktop view}
@media (min-width: 992px) and (max-width: 1199px) {MEDIUM DEVICE- iPad Landscap and large Desktop view}
@media (min-width: 1200px) {LARGE DEVICE- Projector EXTRA large Desktop view}
				
/******************************************************************************************/
@media (max-width: 767px) {
  .wrapper {
    padding-left: 15px;
    padding-right: 15px; }

  .home-wrapper .caption-content2 {
    width: calc(100% - 10px); }

  .navbar-header .navbar-toggle {
    margin-top: 17px;
    border: 1px solid #ccc; }
    .navbar-header .navbar-toggle .icon-bar {
      background: #333; }

  .navbar-collapse {
    background: #fff; }

  .home-wrapper .caption-content2 .supline {
    font-size: 26px; }
  .home-wrapper .caption-content2 .name {
    font-size: 32px; }
  .home-wrapper .caption-content2 .tagline {
    font-size: 14px; }

  footer {
    font-size: 11px;
    padding-top: 26px; }

  .work {
    margin: 0px -15px;
    padding: 30px 15px; }

  .work-deatail .project-detail .project-name h1 {
    font-size: 29px; }

  .work-deatail .project-detail .project-name h3 {
    font-size: 18px; }

  .microsite h2 {
    margin-top: 30px !important;
    font-size: 29px; }

  h2 {
    font-size: 29px; }

  .order-container {
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column; }

  .order-container .content {
    order: 1; }

  .order-container .image {
    order: 2; } }
@media (min-width: 768px) and (max-width: 991px) {
  .microsite h2 {
    font-size: 26px;
    margin-top: 40px !important; } }

/*# sourceMappingURL=style.css.map */
