/*========================================
    Default Theme
-----------------------------------------
    Fonts: 
        font-family: 'Roboto', sans-serif;
        font-family: 'Open Sans', sans-serif;
        font-family: 'Montserrat', sans-serif;
        font-family: 'Raleway', sans-serif;
        font-family: 'Dosis', sans-serif;
-----------------------------------------
    Colors:
        Lapis Lazuli:   # 247ba0
        Viridian Green: # 41986e
        Moon Yellow:    # f4c613
        Raisin Black:   #212226
        White Smoke:    #f4f4f4
        White:          #fff
        Black:          #000
========================================*/

/*========================================
==========================================
==========================================
                GLOBAl
==========================================
==========================================
========================================*/
html,
body {
  height: 100%;
}
body {
  color: #212226;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}
p {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}
section {
  background: #fff;
  overflow: hidden;
}
.bg-black {
  background-color: rgba(28, 36, 38, 0.8);
}
#success {
  background-color: #f4f4f4;
}
.card {
  background: #fff;
  padding: 1rem;
}

/* Breadcrumb */
.breadcrumb {
  justify-content: center;
}
.breadcrumb a {
  color: #212226;
  font-family: "Raleway", sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.breadcrumb a:hover {
  text-decoration: none;
  color: #247ba0;
}
.breadcrumb .active span {
  color: #247ba0;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-size: 13px;
}

/*========================================
==========================================
==========================================
                BUTTONS
==========================================
==========================================
========================================*/
.btn-general {
  font-family: "Raleway", sans-serif;
  font-size: 13px;
  border-radius: 0;
  text-transform: uppercase;
  margin: 0 6px;
  padding: 12px 35px 12px 35px;
  transition: all 0.5s;
}
.btn-home {
  color: #212226;
  background-color: #fff;
  border: 1px solid #fff;
  margin: 8px 0 8px 0;
  font-weight: 700;
}
.btn-home:hover,
.btn-home:focus {
  color: #212226;
  background-color: #b4b4b4;
  border: 1px solid #212226;
}
.btn-yellow {
  color: #fff;
  background-color: #212226;
  border: 1px solid #212226;
}
.btn-yellow:hover,
.btn-yellow:focus {
  color: #000;
  background-color: rgba(244, 198, 19, 0.7);
  border: 1px solid rgba(244, 198, 19, 0.7);
}
#back-to-top .fa-angle-up {
  font-size: 30px;
}
.btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 8px 14px;
  border-radius: 4px;
  font-size: 22px;
  display: none;
}
#portfolio-btn {
  margin-top: 5px;
  margin-bottom: 15px;
  text-align: center;
}
#blog-btn a {
  margin: 0;
}

/*========================================
==========================================
==========================================
                CONTENT BOX
==========================================
==========================================
========================================*/
.content-box-lg {
  padding: 120px 0;
}
.content-box-md {
  padding: 100px 0;
}

/*========================================
==========================================
==========================================
      VERTICAL & HORIZONTAL HEADINGS
==========================================
==========================================
========================================*/
.vertical-heading h5 {
  color: #247ba0;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  word-spacing: 9px;
  display: inline-block;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: relative;
  top: 60px;
  left: -45px;
}
.vertical-heading h2 {
  margin: 0 0 0 35px;
}
.vertical-heading h2,
.horizontal-heading h2 {
  font-size: 42px;
  font-weight: 100;
  line-height: 45px;
}
.horizontal-heading {
  margin-bottom: 80px;
}
.horizontal-heading h5 {
  font-size: 16px;
  color: #247ba0;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 10px;
}
.horizontal-heading h2 {
  margin: 0;
}

/*========================================
==========================================
==========================================
                LOADER
==========================================
==========================================
========================================*/
#loader {
  background-color: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}
#status {
  background-image: url("../img/loader.gif");
  background-repeat: no-repeat;
  width: 150px;
  height: 150px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -100px;
  margin-left: -100px;
}

/*========================================
==========================================
==========================================
              HOME SECTION
==========================================
==========================================
========================================*/
#home {
  background: none;
  height: 100%;
}
#home-bg-video {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
  background: url("../video/city.jpg") no-repeat;
  background-size: cover;
}
#home-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
#home-content {
  width: 100%;
  height: 100%;
  display: table;
}
#home-content-inner {
  display: table-cell;
  vertical-align: middle;
}
#home-heading h1 {
  color: #fff;
  font-size: 45px;
  font-weight: 100;
  text-transform: uppercase;
  margin: 0;
  display: inline-block;
}
#home-heading-1 span {
  color: #247ba0;
  font-weight: 500;
}
#home-text p {
  color: #fff;
  font-size: 17px;
  font-weight: 100;
  margin: 8px 0 30px 0;
}

/*========================================
==========================================
==========================================
                ARROW DOWN
==========================================
==========================================
========================================*/
#arrow-down .fa-angle-down {
  position: absolute;
  left: 50%;
  bottom: 20px;
  color: #fff;
  font-size: 32px;
  width: 32px;
  height: 32px;
  text-align: center;
  z-index: 1;
}
#arrow-down .fa-angle-down:hover,
#arrow-down .fa-angle-down:focus {
  color: #247ba0;
}

/*========================================
==========================================
==========================================
                ABOUT 01
==========================================
==========================================
========================================*/
#about-left .vertical-heading {
  min-height: 140px;
}
#about-bottom img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 550px;
}

/*========================================
==========================================
==========================================
                ABOUT 02
==========================================
==========================================
========================================*/
#about-02 {
  background-color: #f4f4f4;
}
.about-item {
  background-color: #fff;
  padding: 80px 25px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  height: 100%; /*extra*/
}
.about-item .icon {
  margin: 0;
  /*color: #2b489 1;*/
}
.about-item h3 {
  font-size: 24px;
  margin-top: 10px; /*extra*/
  margin-bottom: 10px;
  transition: all 400ms linear;
}
.about-item hr {
  width: 45px;
  height: 3px;
  background-color: #247ba0;
  margin: 0 auto;
  border: none;
}
.about-item p {
  margin: 10px 8px 0 8px; /*extra*/
  transition: all 400ms linear;
}
/* HOVER STATE */
.about-item:hover {
  background-color: #247ba0;
}
.about-item:hover p,
.about-item:hover h3 {
  color: #fff;
}
.about-item:hover hr {
  background-color: #fff;
}
.about-item:hover .icon {
  transform: translateY(-10px);
  color: #fff;
}
/*SMOOTH TRANSITION*/
.about-item,
.about-item hr,
.about-item .icon,
.about-item p,
.about-item h3 {
  transition: all 500ms ease-in-out;
}

/*========================================
==========================================
==========================================
              SOCIAL ICONS
==========================================
==========================================
========================================*/
ul.social-list {
  padding: 0;
  margin-top: 20px;
}
ul.social-list li {
  display: inline-block;
  padding: 0;
}
ul.social-list li a {
  width: 35px;
  height: 35px;
  display: inline-block;
  border: 1px solid #fff;
  padding-top: 4px;
  border-radius: 50%;
  color: #fff;
  transition: all 400ms linear;
}
ul.social-list li.fcb a:hover {
  background: #3b5998;
  border-color: transparent;
}
ul.social-list li.insta a:hover {
  background: #da1339;
  border-color: transparent;
}
ul.social-list li.linked a:hover {
  background: #0077b5;
  border-color: transparent;
}
ul.social-list li.twit a:hover {
  background: #1da1f2;
  border-color: transparent;
}
ul.social-list li.mlad a:hover {
  background: #005fcc;
  border-color: transparent;
}

/*========================================
==========================================
==========================================
                 STATEMENT
==========================================
==========================================
========================================*/
#statement {
  background: url("../img/lights.jpg") no-repeat fixed center;
  background-size: cover;
}
#statement .content-box-md {
  background: rgba(0, 0, 0, 0.6);
}
#statement h3 {
  color: #fff;
  font-size: 28px;
  line-height: 45px;
  font-weight: 300;
}

/*========================================
==========================================
==========================================
               SERVICES 01
==========================================
==========================================
========================================*/
#services-01 img {
  margin: 65px 0;
}
.service {
  margin: 30px 0;
}
.service .icon {
  font-size: 42px;
  text-align: right;
  margin: 0;
  transition: all 400ms linear;
}
.service:hover .icon {
  color: #247ba0;
  transform: translateX(-20px);
}
.service h5 {
  font-size: 12px;
  text-transform: uppercase;
  color: #247ba0;
  margin: 0 0 6px 0;
  transition: all 400ms linear;
}
.service:hover h5 {
  color: #212226;
}
.service h4 {
  font-size: 24px;
  margin: 0 0 8px 0;
}
.service p {
  line-height: normal;
}

/*========================================
==========================================
==========================================
        SERVICES 02 (RESPONSIVE TABS)
==========================================
==========================================
========================================*/
#services-b {
  background-color: #f4f4f4;
}
#accordion {
  padding: 25px 0 25px 0;
}
.btn-serv {
  border-radius: 0%;
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 20px;
}
.btn-serv:hover {
  color: #f4f4f4;
}
#services-b .card {
  padding: 0;
  margin: 0;
  border: none;
}
#services-b .card .col-md-4 {
  border-right: 1px solid #fff;
}
#services-b .card .headings-row {
  padding: 10px;
  background-color: #247ba0;
}

#services-02 {
  background: #f4f4f4;
}
#services-tabs ul {
  margin-bottom: 40px;
}
#services-tabs ul li {
  padding: 5px 30px;
}
#services-tabs ul li a {
  font-family: "Raleway", sans-serif;
  font-size: 13px;
  color: #212226;
  text-transform: uppercase;
  font-weight: 400;
  padding: 0;
  text-decoration: none;
}
.r-tabs-accordion-title > a:hover {
  color: #247ba0;
}
/* Tab Active State */
#services-tabs ul li.r-tabs-state-active a {
  color: #247ba0;
  font-weight: 700;
  border-bottom: 3px solid #247ba0;
  padding-bottom: 5px;
  -webkit-transition: border-color 300ms linear;
  transition: border-color 300ms linear;
}
.service-tab .col-md-6 {
  padding: 0;
}
.service-tab img {
  width: 100%;
  margin: 0 auto;
}
.service-tab .tab-bg {
  background: #fff;
  padding: 56px 30px;
  min-height: 100%;
}
.service-tab h2 {
  font-size: 48px;
  color: #bbb;
  margin-bottom: 20px;
  font-weight: 100;
}
.service-tab h3 {
  font-size: 32px;
  margin-bottom: 30px;
}
.service-tab p {
  line-height: 24px;
  margin-bottom: 30px;
}

/*========================================
==========================================
==========================================
                PORTFOLIO
==========================================
==========================================
========================================*/
#portfolio .vertical-heading {
  margin-bottom: 50px;
}
.row.no-gutters [class*="col-"] {
  padding: 0;
}
.portfolio-item {
  overflow: hidden;
  position: relative;
}

/* Filters CSS */
#filters {
  padding: 20px 25px 5px 0;
}
#filters button {
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  background: transparent;
  padding-right: 25px;
}
#filters button span {
  display: block;
  padding-bottom: 5px;
  transition: border-color 0.4s ease-in-out;
}
#filters button.active span {
  color: #247ba0;
  border-bottom: 3px solid #247ba0;
}
#filters button:hover {
  color: #247ba0;
}

/* Zoom Effect */
.portfolio-item img {
  width: 100%;
  height: auto;
  /* transition: -webkit-transform 0.5s ease; */
  transition: transform 0.5s ease;
  /* transition: transform 0.5s ease, -webkit-transform 0.5s ease; */
}
.portfolio-item:hover img {
  transform: scale(1.1);
}

/* Overlay Effect */
.portfolio-item-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(14, 14, 17, 0.9);
  cursor: -webkit-zoom-in;
  cursor: pointer;
  opacity: 0;
  transition: all 0.5s ease;
}

/* Item Details Effect */
.portfolio-item-details {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.portfolio-item-details h3 {
  color: #247ba0;
  text-transform: uppercase;
  font-size: 30px;
  margin: 0;
  padding: 0;
  transform: translateY(-20%);
  transition: all 0.5s;
}
.portfolio-item-details span {
  display: inline-block;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  height: 6px;
  width: 30px;
  margin: 11px auto 5px auto;
}
.portfolio-item-details p {
  font-size: 17px;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  transform: translateY(20%);
  transition: all 0.5s;
}

/* Show Overlay on Hover */
.portfolio-item:hover .portfolio-item-details h3 {
  transform: translateY(0%);
}
.portfolio-item:hover .portfolio-item-details p {
  transform: translateY(0%);
}
.portfolio-item:hover .portfolio-item-overlay {
  opacity: 1;
}

/*========================================
==========================================
==========================================
                STATS
==========================================
==========================================
========================================*/
#stats {
  background: url("../img/stats-bg.jpg") no-repeat fixed center;
  background-size: cover;
}
#stats .content-box-md {
  background: rgba(0, 0, 0, 0.6);
}
#stats .vertical-heading {
  margin-bottom: 50px;
}
#stats .vertical-heading h2 {
  color: #fff;
}
.stats-item {
  min-height: 170px;
  background: rgba(61, 68, 68, 0.6);
  border-radius: 4px;
  padding: 25px 50px;
  transition: all 400ms linear;
}
.stats-item .icon {
  color: #247ba0;
  margin: 0 0 6px 0;
  transition: all 400ms linear;
}
.stats-item h3 {
  color: #fff;
  font-size: 32px;
  margin: 0 0 5px 0;
  transition: all 400ms linear;
}
.stats-item h3 span {
  font-size: 24px;
}
.stats-item p {
  color: #fff;
  margin: 0;
  transition: all 400ms linear;
}
.stats-item:hover {
  background: #247ba0;
}
.stats-item:hover .icon {
  color: #fff;
  transform: translateY(-18px);
}
.stats-item:hover h3,
.stats-item:hover p {
  color: #fff;
}

/*========================================
==========================================
==========================================
                  BLOG
==========================================
==========================================
========================================*/
#blog {
  background: #f4f4f4;
}
#blog-left p {
  margin: 25px 0;
}
.blog-post {
  background: #fff;
  padding: 20px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.blog-post h4 {
  line-height: 40px;
  margin: 0;
}
.blog-post > p {
  line-height: 24px;
  margin: 0;
  font-weight: 300;
}
.blog-post a {
  display: inline-block;
  margin-top: 25px;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  color: #247ba0;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  transition: all 400ms linear;
}
.blog-post a:hover {
  color: #212226;
}
.blog-post .post-meta {
  border-top: 1px solid #e0e0e0;
  margin-top: 30px;
  padding-top: 10px;
}
.blog-post .post-meta p {
  font-size: 11px;
  font-family: "Raleway", sans-serif;
  line-height: 24px;
  font-weight: 500;
  margin: 0;
}

/*========================================
==========================================
==========================================
                CONTACT
==========================================
==========================================
========================================*/
/* Contact Left */
#contact-left .office {
  margin: 30px 0 20px 0;
}
#contact-left hr {
  display: none;
}
ul.office-details {
  list-style: none;
  padding: 0;
}
ul.office-details li {
  font-family: "Roboto", sans-serif;
  margin-bottom: 10px;
  display: flex;
}
ul.office-details .od-title {
  margin: 0 10px 0 0;
}
ul.office-details li a {
  text-decoration: none;
  color: #212226;
  transition: all 200ms linear;
}
ul.office-details li a:hover {
  color: #247ba0;
}
#contact-left ul.social-list li a {
  color: #212226;
  border: 1px solid #212226;
  text-align: center;
}
#contact-left ul.social-list li a:hover {
  color: #fff;
  border-color: transparent;
}
/* Contact Right */
#contact-right {
  padding: 25px 30px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
#contact-right h4 {
  font-size: 24px;
}
#contact-right form .form-control {
  font-family: "Open-Sans", sans-serif;
  padding: 10px 15px;
  font-size: 12px;
  line-height: 24px;
}

/*========================================
==========================================
==========================================
              GOOGLE MAP
==========================================
==========================================
========================================*/
#map {
  height: 600px;
  width: 100%;
}

/*========================================
==========================================
==========================================
                FOOTER
==========================================
==========================================
========================================*/
footer {
  background: #212226;
  padding: 30px;
}
footer p {
  color: #fff;
  line-height: 20px;
  margin: 0;
}
footer p span {
  color: #247ba0;
}

/*========================================
==========================================
==========================================
              ANIMATION
==========================================
==========================================
========================================*/
#home-heading-1,
#home-heading-2,
#home-btn,
#arrow-down .icon {
  animation-duration: 1.5s;
}
#arrow-down .icon {
  animation-delay: 2s;
}
#home-heading-1 {
  animation-delay: 0.5s;
}
#home-heading-2 {
  animation-delay: 1s;
}
#home-btn {
  animation-delay: 1.5s;
}

/*========================================
==========================================
==========================================
                NAVBAR
==========================================
==========================================
========================================*/
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content {
  display: none;
  position: absolute;
  color: #fff;
  background-color: #212226;
  min-width: 100%;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  margin-left: 3px;
  padding-left: 8px;
  z-index: 1;
}
.dropdown:hover .dropdown-content {
  display: block;
}
/*================================
              Dark BG 
  ==================================*/
.navbar.navbar-dark {
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
  padding: 0;
}
.navbar-dark .container-fluid {
  padding: 30px 50px 0 50px;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
/* Nav Links Dark Links */
.navbar-expand-md .navbar-nav .nav-link {
  font-family: "Raleway", sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  padding-right: 20px;
}
/* Dark Links on Hover */
.navbar-expand-md .navbar-nav .nav-link:hover,
.navbar-expand-md .navbar-nav .nav-link:focus {
  color: #247ba0;
}
/* Dark Scroll Spy Active State */
.navbar.navbar-dark .nav-link.active {
  color: #247ba0;
  font-weight: 600;
}
.navbar-dark .navbar-toggler {
  color: rgba(244, 198, 19, 0.7);
  border-color: rgba(244, 198, 19, 0.3);
}
/* Dark Toggler */
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(244, 198, 19, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
/*================================
              White BG 
  ==================================*/
.navbar.bg-light.navbar-light {
  padding: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
.navbar-light .container-fluid {
  padding: 30px 70px 0 70px;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
/* White BG */
.bg-light {
  -webkit-box-shadow: 0 8px 6px -9px #999;
  box-shadow: 0 8px 6px -9px #999;
  z-index: 2;
}
/* White BG Links */
.bg-light.navbar-light .nav-link {
  font-family: "Raleway", sans-serif;
  color: #212226;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  padding-right: 20px;
}
/* White BG Links on Hover */
.bg-light.navbar-light .nav-link :hover,
.bg-light.navbar-light .nav-link :focus {
  color: #247ba0;
}
/* Scroll Spy Active State */
.navbar.bg-light.navbar-light .nav-link.active {
  color: #247ba0;
  font-weight: 600;
}
/* White BG Toggler */
.navbar-light .navbar-toggler {
  color: rgba(33, 34, 38, 0.7);
  border-color: rgba(33, 34, 38, 0.3);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(33, 34, 38, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/*========================================
==========================================
==========================================
              PROJECTS PAGE
==========================================
==========================================
========================================*/
#proj-nav {
  background: #f4f4f4;
}
/* Logo Centering */
#proj-nav .container-fluid {
  justify-content: center;
}

/* Projects Showcase */
#projects {
  height: 20vh;
  background: url("../img/jumbo-serv2.jpg") no-repeat left;
  z-index: -2;
}
#projects .overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(250, 250, 250, 0.5);
}
#projects .vertical-heading {
  margin-top: 5%;
}

/*========================================
==========================================
==========================================
              NEWS PAGE
==========================================
==========================================
========================================*/
#news-nav {
  background: #f4f4f4;
}
/* Logo Centering */
#news-nav .container-fluid {
  justify-content: center;
}

/* News Showcase */
#news {
  height: 20vh;
  background: url("../img/jumbo-news.jpg") no-repeat bottom left;
  z-index: -2;
}
#news .overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(250, 250, 250, 0.5);
}
#news .vertical-heading {
  margin-top: 5%;
}
#articles-wrapper .blog-post {
  background: #f4f4f4;
}

/*========================================
==========================================
==========================================
            SUB-PROJECT PAGES
==========================================
==========================================
========================================*/
#subproj-nav {
  background: #f4f4f4;
}
/* Logo Centering */
#subproj-nav .container-fluid {
  justify-content: center;
}
#subproj {
  height: 20vh;
  background: url("../img/jumbo-proj.jpg") no-repeat center;
  background-size: cover;
  z-index: -2;
}
#subproj .overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(250, 250, 250, 0.5);
}
#subproj .vertical-heading {
  margin-top: 5%;
}
#subproj-about .vertical-heading h2,
#subproj-gallery .vertical-heading h2 {
  font-size: 32px;
  font-weight: 300;
}
