/*
    Template Name: STRT - One Page Multipurpose HTML Template
    Template URI: bayuslari.com/template/strt
    Description: Multipurpose HTML Landing Page Template
    Author: SlariStudio
    Author URI: bayuslari.com
    Version: 1.0
*/
/**
 * Table of Contents:
 *
 * 1. - GLOBAL STYLES
 *      1.1 - General Styles
 *      1.2 - Text Color
 *      1.3 - Anchor
 *      1.4 - Heading and Paragraph
 * 
 * 2. - COMPONENTS
 *      2.1 - Buttons  
 *      2.2 - Divider
 *      2.3 - Overlay and BG Fixed
 *      2.4 - Preloader
 *      2.5 - Skills Meter
 *      2.6 - Background Changer
 *      2.7 - Back to Top Button
 * 3. - LOGO & NAVIGATION
 * 4. - HOME
 *      4.1 - Hero
 *      4.2 - Slideshow
 *      4.3 - Text Typing
 *      4.4 - App Hero
 * 5. - SECTION
 *      5.1 Section - Overview
 *      5.2 Section - Counter
 *      5.3 Section - Profile-2
 *      5.4 Section - Portfolios
 *      5.5 Section - ServiceS
 *      5.6 Section - Features
 *      5.7 Section - Teams
 *      5.8 Section - Publications
 *      5.9 Section - Blog
 *      5.10 Section - Timeline
 *      5.11 Section - Testimonial
 *      5.12 Section - Clients
 *      5.13 Section - Video BG
 *      5.14 Section - Contact and Map
 * 6. - FOOTER
 *      6.1 Subscribe
 *      6.2 Social Media 
 * 7. - RESPONSIVE
 * -----------------------------------------------------------------------------
 */
/**
 * 1. GLOBAL STYLES
 * -----------------------------------------------------------------------------
 */
/*1.1 GENERAL STYLES*/
body,
html {
  width: 100%;
  height: 100%; 
}

body {
  background-color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  color: #2e2e2e;
  line-height: 25px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased; 
}

img {
  max-width: 100%;
  height: auto; 
}

section {
  overflow: hidden; 
}

.item.col-md-3 {
  padding: 60px 20px; 
}

.item.col-md-4 {
  padding: 60px 40px; 
}

/* 1.2. TEXT COLOR */
.colored-text {
  color: #007277; 
}

.text-muted {
  float: right;
  color: #939393; 
}

/* 1.3. ANCHOR */
a {
  color: #DB6219;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; 
}

a:focus,
a:hover {
  color: #DB6219;
  outline: none;
  text-decoration: none; 
}

li.dropdown > a {
  background: none !important;
}

.dropdown-menu {
  background: #1C3B5A !important;
  border-color:  #1C3B5A !important;
  border-radius: 3px !important;
  min-width: 250px !important;
}

.accordion-content li::marker {
  color: #fff; /* Change this to your desired color */
}

.accordion-content li {
  list-style-type: none !important;
}

.accordion-content li > i {
  color: #fff !important;
  background-color: transparent;
  padding-right: 4px !important;
}

.accordion-content li > a {
  color: #fff !important;
  background-color: transparent;
}

.accordion-content li > a:hover {
  color: #DEA742 !important;
  background-color: transparent;
}

.dropdown-menu > a {
  color: #000 !important;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
  background-color: #1C3B5A !important;
}

/* 1.4. HEADING & PARAGRAPH */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Raleway', sans-serif;
  margin-top: 0;
  font-weight: 600; 
}

h4 {
  text-transform: uppercase; 
}

h5 {
  font-size: 16px; 
}

p {
  font-weight: 400; 
}

.text-bold {
  font-weight: 500; 
}

/**
 *  2. COMPONENTS
 *  -----------------------------------------------------------------------------
 */
/* 2.1. BUTTONS */
:focus {
  outline: none; 
}

.btn.btn-custom {
  /* background-color: #13576E; */
  background-color: #DEA742;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ffffff;
  border-radius: 3px;
  margin-right: 5px;
  padding: 8px 20px;
  vertical-align: top;
  transition: all 0.3s ease-in-out; 
}

.btn.btn-custom:hover {
  background-color: #005053; 
}

.btn.btn-custom.btn-wire {
  background-color: transparent;
  color: #007277;
  border: 1px solid #13576E; 
}

.btn.btn-custom.btn-wire:hover {
  background-color: #005053;
  color: #fff; 
}

.btn.btn-custom > i {
  padding-right: 2px;
}

@media (max-width: 767px) {
  .btn.btn-custom.btn-lg {
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.4; 
  } 
}

.btn.btn-custom.btn-circle {
  width: 48px;
  height: 48px;
  line-height: 46px;
  padding: 0;
  border-radius: 50%;
  box-shadow: none; 
}

.btn.btn-custom.btn-circle.btn-lg {
  width: 54px;
  height: 54px;
  line-height: 52px; 
}

.btn.btn-custom.btn-circle.btn-sm {
  width: 40px;
  height: 40px;
  line-height: 38px; 
}

.btn-filter {
  text-align: center;
  margin-bottom: 30px; 
}

.btn-filter .button {
  background-color: transparent;
  border: 1px solid #333;
  border-radius: 3px;
  margin-right: 5px;
  transition: all 0.3s ease;
  padding: 5px 15px;
  text-transform: uppercase;
  font-size: 14px; 
}

.btn-filter .button.active {
  background-color: #333;
  color: #f5f5f5; 
}

.btn-filter .button:hover {
  color: #ffffff !important;
  background-color: #007277;
  border-color: #007277; 
}

/* 2.2. DIVIDER */
span.divider, span.divider-light {
  display: block;
  margin: 20px auto;
  width: 100px;
  height: 2px;
  background-color: #DEA742; 
}

span.divider-light {
  background-color: #fff; 
}

span.divider.center {
  margin-right: auto;
  margin-left: auto; 
}

.section-title .divider {
  margin: 10px 0 35px; 
}

/* 2.3. OVERLAY AND BG FIXED */
.overlay {
  position: relative; 
}

.overlay:after {
  position: absolute;
  display: block;
  content: "";
  background: #000000;
  opacity: 0.8;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.overlay .section-content {
  position: relative;
  z-index: 1; 
}

/* 2.4. PRELOADER */
@keyframes preload-show-1 {
  from {
    transform: rotateZ(60deg) rotateY(-90deg) rotateX(0deg);
    border-left-color: #9c2f2f; } 
}

@keyframes preload-hide-1 {
  to {
    transform: rotateZ(60deg) rotateY(-90deg) rotateX(0deg);
    border-left-color: #9c2f2f; } 
}

@keyframes preload-cycle-1 {
  5% {
    transform: rotateZ(60deg) rotateY(90deg) rotateX(0deg);
    border-left-color: #9c2f2f; 
  }
  75%,
  10% {
    transform: rotateZ(60deg) rotateY(0) rotateX(0deg);
    border-left-color: #DB6219; 
  }
  80%,
  100% {
    transform: rotateZ(60deg) rotateY(90deg) rotateX(0deg);
    border-left-color: #9c2f2f; 
  } 
}

@keyframes preload-show-2 {
  from {
    transform: rotateZ(120deg) rotateY(-90deg) rotateX(0deg);
    border-left-color: #9c2f2f; 
  } 
}

@keyframes preload-hide-2 {
  to {
    transform: rotateZ(120deg) rotateY(-90deg) rotateX(0deg);
    border-left-color: #9c2f2f; 
  } 
}

@keyframes preload-cycle-2 {
  10% {
    transform: rotateZ(120deg) rotateY(90deg) rotateX(0deg);
    border-left-color: #9c2f2f; 
  }
  70%,
  15% {
    transform: rotateZ(120deg) rotateY(0) rotateX(0deg);
    border-left-color: #DB6219; 
  }
  75%,
  100% {
    transform: rotateZ(120deg) rotateY(90deg) rotateX(0deg);
    border-left-color: #9c2f2f; 
  } 
}

@keyframes preload-show-3 {
  from {
    transform: rotateZ(180deg) rotateY(-90deg) rotateX(0deg);
    border-left-color: #9c2f2f; 
  } 
}

@keyframes preload-hide-3 {
  to {
    transform: rotateZ(180deg) rotateY(-90deg) rotateX(0deg);
    border-left-color: #9c2f2f; 
  } 
}

@keyframes preload-cycle-3 {
  15% {
    transform: rotateZ(180deg) rotateY(90deg) rotateX(0deg);
    border-left-color: #9c2f2f; 
  }
  65%,
  20% {
    transform: rotateZ(180deg) rotateY(0) rotateX(0deg);
    border-left-color: #DB6219; 
  }
  70%,
  100% {
    transform: rotateZ(180deg) rotateY(90deg) rotateX(0deg);
    border-left-color: #9c2f2f; 
  } 
}

@keyframes preload-show-4 {
  from {
    transform: rotateZ(240deg) rotateY(-90deg) rotateX(0deg);
    border-left-color: #9c2f2f; 
  } 
}

@keyframes preload-hide-4 {
  to {
    transform: rotateZ(240deg) rotateY(-90deg) rotateX(0deg);
    border-left-color: #9c2f2f; 
  } 
}

@keyframes preload-cycle-4 {
  20% {
    transform: rotateZ(240deg) rotateY(90deg) rotateX(0deg);
    border-left-color: #9c2f2f; 
  }
  60%,
  25% {
    transform: rotateZ(240deg) rotateY(0) rotateX(0deg);
    border-left-color: #DB6219; 
  }
  65%,
  100% {
    transform: rotateZ(240deg) rotateY(90deg) rotateX(0deg);
    border-left-color: #9c2f2f; 
  } 
}

@keyframes preload-show-5 {
  from {
    transform: rotateZ(300deg) rotateY(-90deg) rotateX(0deg);
    border-left-color: #9c2f2f; 
  } 
}

@keyframes preload-hide-5 {
  to {
    transform: rotateZ(300deg) rotateY(-90deg) rotateX(0deg);
    border-left-color: #9c2f2f; 
  } 
}

@keyframes preload-cycle-5 {
  25% {
    transform: rotateZ(300deg) rotateY(90deg) rotateX(0deg);
    border-left-color: #9c2f2f; 
  }
  55%,
  30% {
    transform: rotateZ(300deg) rotateY(0) rotateX(0deg);
    border-left-color: #DB6219;
   }
  60%,
  100% {
    transform: rotateZ(300deg) rotateY(90deg) rotateX(0deg);
    border-left-color: #9c2f2f; 
  } 
}

@keyframes preload-show-6 {
  from {
    transform: rotateZ(360deg) rotateY(-90deg) rotateX(0deg);
    border-left-color: #9c2f2f; 
  } 
}

@keyframes preload-hide-6 {
  to {
    transform: rotateZ(360deg) rotateY(-90deg) rotateX(0deg);
    border-left-color: #9c2f2f; 
  } 
}

@keyframes preload-cycle-6 {
  30% {
    transform: rotateZ(360deg) rotateY(90deg) rotateX(0deg);
    border-left-color: #9c2f2f; 
  }
  50%,
  35% {
    transform: rotateZ(360deg) rotateY(0) rotateX(0deg);
    border-left-color: #DB6219; 
  }
  55%,
  100% {
    transform: rotateZ(360deg) rotateY(90deg) rotateX(0deg);
    border-left-color: #9c2f2f; 
  } 
}

@keyframes preload-flip {
  0% {
    transform: rotateY(0deg) rotateZ(-60deg); 
  }
  100% {
    transform: rotateY(360deg) rotateZ(-60deg); 
  } 
}

.preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 20px;
  display: block;
  width: 3.75em;
  height: 4.25em;
  margin-left: -1.875em;
  margin-top: -2.125em;
  transform-origin: center center;
  transform: rotateY(180deg) rotateZ(-60deg); 
}

.preloader .slice {
  border-top: 1.125em solid transparent;
  border-right: none;
  border-bottom: 1em solid transparent;
  border-left: 1.875em solid #DB6219;
  position: absolute;
  top: 0;
  left: 50%;
  transform-origin: left bottom;
  border-radius: 3px 3px 0 0; 
}

.preloader .slice:nth-child(1) {
  transform: rotateZ(60deg) rotateY(0deg) rotateX(0);
  animation: 0.15s linear 0.82s preload-hide-1 both 1;
  }

.preloader .slice:nth-child(2) {
  transform: rotateZ(120deg) rotateY(0deg) rotateX(0);
  animation: 0.15s linear 0.74s preload-hide-2 both 1; 
}

.preloader .slice:nth-child(3) {
  transform: rotateZ(180deg) rotateY(0deg) rotateX(0);
  animation: 0.15s linear 0.66s preload-hide-3 both 1; 
}

.preloader .slice:nth-child(4) {
  transform: rotateZ(240deg) rotateY(0deg) rotateX(0);
  animation: 0.15s linear 0.58s preload-hide-4 both 1; 
}

.preloader .slice:nth-child(5) {
  transform: rotateZ(300deg) rotateY(0deg) rotateX(0);
  animation: 0.15s linear 0.5s preload-hide-5 both 1; }

.preloader .slice:nth-child(6) {
  transform: rotateZ(360deg) rotateY(0deg) rotateX(0);
  animation: 0.15s linear 0.42s preload-hide-6 both 1; 
}

.preloader.loading {
  animation: 2s preload-flip steps(2) infinite both; 
}

.preloader.loading .slice:nth-child(1) {
  transform: rotateZ(60deg) rotateY(90deg) rotateX(0);
  animation: 2s preload-cycle-1 linear infinite both; 
}

.preloader.loading .slice:nth-child(2) {
  transform: rotateZ(120deg) rotateY(90deg) rotateX(0);
  animation: 2s preload-cycle-2 linear infinite both; 
}

.preloader.loading .slice:nth-child(3) {
  transform: rotateZ(180deg) rotateY(90deg) rotateX(0);
  animation: 2s preload-cycle-3 linear infinite both; 
}

.preloader.loading .slice:nth-child(4) {
  transform: rotateZ(240deg) rotateY(90deg) rotateX(0);
  animation: 2s preload-cycle-4 linear infinite both; 
}

.preloader.loading .slice:nth-child(5) {
  transform: rotateZ(300deg) rotateY(90deg) rotateX(0);
  animation: 2s preload-cycle-5 linear infinite both; 
}

.preloader.loading .slice:nth-child(6) {
  transform: rotateZ(360deg) rotateY(90deg) rotateX(0);
  animation: 2s preload-cycle-6 linear infinite both; 
}

.wrap-preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
  z-index: 1031;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: opacity 0.3s ease;
  opacity: 1;
  visibility: visible; 
}

.loaded .wrap-preloader {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.6s 1s ease-out;
  transition: all 0.6s 1s ease-out; 
}

/* 2.5. SKILLS METER */
/* .skills {
  margin-top: 40px;
  margin-bottom: 40px; }

.skill-item {
  width: 100%;
  clear: both;
  overflow: hidden;
  position: relative;
  padding: 10px 0; }
  .skill-item p {
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 500; }
  .skill-item .text-muted {
    float: right;
    color: #939393; }
  .skill-item .skill-percent-wrap {
    height: 20px;
    clear: both;
    overflow: hidden;
    background-color: #f5f5f5; }
  .skill-item .skill-percent {
    background: #007277;
    width: 0;
    height: 20px;
    transition: width 4s;
    display: inline-block; } */

/* 2.6. BACKGROUND CHANGER */
/* .background-changer {
  position: fixed;
  top: 25%;
  left: 0;
  z-index: 9;
  transform: translateX(-100%);
  transition: transform 0.5s;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.117647) 0 1px 6px, rgba(0, 0, 0, 0.117647) 0 1px 4px; }
  .background-changer h5 {
    color: #2e2e2e; }
  .background-changer .colors {
    width: 126px;
    padding: 10px 10px 6px; }
    .background-changer .colors .maroon {
      background: #8A2D3C; }
    .background-changer .colors .blue {
      background: #41baf1; }
    .background-changer .colors .green {
      background: #2CC990; }
    .background-changer .colors .orange {
      background: #007277; }
    .background-changer .colors .yellow {
      background: #EEE657; }
    .background-changer .colors .purple {
      background: #897FBA; }
    .background-changer .colors .green1 {
      background: #97CE68; }
    .background-changer .colors .aqua {
      background: #008F95; }
    .background-changer .colors span {
      width: 30px;
      height: 30px;
      display: inline-block;
      background: #eb6361;
      margin: 2px;
      cursor: pointer; }
  .background-changer.opened {
    transform: translateX(0%); }
  .background-changer .background-toggle {
    width: 126px;
    padding: 10px 10px 6px; }
    .background-changer .background-toggle span {
      width: 30px;
      height: 30px;
      display: inline-block;
      margin: 2px;
      cursor: pointer; }
    .background-changer .background-toggle .dark-bg {
      background: #0d0c0d; }
    .background-changer .background-toggle .light-bg {
      background: #ffffff;
      border: 1px solid #ccc; }
  .background-changer .layouts {
    padding: 15px; }
    .background-changer .layouts a {
      display: block;
      color: #2e2e2e; }

.toggle {
  width: 36px;
  height: 36px;
  background: #007277;
  color: #fff;
  font-size: 20px;
  text-align: center;
  padding: 5px 0;
  position: absolute;
  top: 0;
  left: 100%;
  cursor: pointer; }

@-webkit-keyframes spinnerRotate {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }

@-moz-keyframes spinnerRotate {
  from {
    -moz-transform: rotate(0deg); }
  to {
    -moz-transform: rotate(360deg); } }

@-ms-keyframes spinnerRotate {
  from {
    -ms-transform: rotate(0deg); }
  to {
    -ms-transform: rotate(360deg); } }

.toggle > i {
  -webkit-animation-name: spinnerRotate;
  -webkit-animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spinnerRotate;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spinnerRotate;
  -ms-animation-duration: 5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear; } */

/* 2.7. BACK TO TOP BUTTON */
#back-to-top {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  background-color: #100f0f;
  color: #fff;
  text-align: center;
  opacity: 0;
  transition: opacity 0.5s ease-in;
  cursor: pointer; 
}

#back-to-top i {
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #007277; 
}

.not-on-top #back-to-top {
  opacity: 1; 
}

/**
 * 3. LOGO & NAVIGATION
 * -----------------------------------------------------------------------------
 */
.navbar-logo {
  padding: 0;
  float: left; 
}

.logo {
  height: 150px;
  margin-bottom: 35px;
}

.navbar-logo .main-logo {
  height: 35px;
  margin: 10px 0; 
}

.navbar-fixed-top li > a {
  color: #f5f5f5;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600; 
}

.navbar-fixed-top li > a:hover {
  color: #DEA742;
  background-color: transparent; 
}

.navbar-fixed-top li > a:focus {
  color: #DEA742;  
  background-color: transparent; 
}

a.pulsate:not(:focus) {
  -webkit-animation: pulsate 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  opacity: 0.5; 
}

@-webkit-keyframes pulsate {
  0% {
    opacity: 0.5; 
  }
  25% {
    opacity: 1.0; 
  }
  50% {
    opacity: 0.5;
  }
  75% {
    opacity: 1.0; 
  }
  100% {
    opacity: 0.5; 
  } 
}

.navbar {
  background-color: #1C3B5A;
  padding-top: 0;
  padding-bottom: 0;
  transition: background-color 0.3s ease-in-out, padding 0.3s ease-in-out; 
}

.navbar .icon-bar {
  background-color: #f5f5f5;
  transition: all 0.2s; 
}

.navbar .icon-bar.top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%; 
}

.navbar .icon-bar.middle-bar {
  opacity: 0;
}

.navbar .icon-bar.bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%; 
}

.navbar .collapsed .icon-bar.bottom-bar, .navbar .collapsed .icon-bar.top-bar {
  transform: rotate(0); 
}

.navbar .collapsed .icon-bar.middle-bar {
  opacity: 1; 
}

.nav li.active a {
  color: #DEA742; 
}

.navbar-toggle {
  padding: 9px 0;
}

.navbar-transparent {
  background-color: transparent !important;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 0 solid #f5f5f5;
}

.navbar-transparent .icon-bar {
  background-color: #f5f5f5; 
}

/**
 * 4. HOME
 * -----------------------------------------------------------------------------
 */
/* 4.1 HERO */
.hero {
  position: relative;
  padding: 0;
  height: 100vh; 
}

.hero-img {
  position: relative;
  height: 100%;
  width: 100%;
  background-image: url("../img/main-bg.jpg");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover; 
}

#creative .hero-img {
  background-image: url("../img/main-bg.jpg"); 
}

.hero-text {
  position: absolute;
  text-align: center;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
  padding: 0 15px;
}

.hero-text .btn {
    margin-top: 30px;
    color: #0d0d0d; 
}

.hero-text h1 {
    font-weight: 300; 
}

.hero-text span {
    font-weight: 900;
    color: #007277; 
}

.jumbotron p {
  line-height: 1.6;
  font-weight: 300; 
}

/* 4.4. APP HERO */
.app-text {
  position: absolute;
  text-align: left;
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
  /* z-index: 1; */
  z-index: 1000;
  padding: 0 15px; 
}

.app-text h1 {
  font-weight: 300;
  font-size: 50px; 
}

.app-text span {
  font-weight: 900;
  color: #ffc400; 
}

.app-text .btn {
  margin-top: 30px;
  color: #0d0d0d; 
}

.app-img {
  z-index: 1;
  overflow: hidden; 
}

.app-img img {
  bottom: -50px;
  left: -50px; 
}

.app-showcase {
  overflow: hidden; 
}

.vendor-icon {
  margin: 30px 0; 
}

.vendor-icon a > i {
  padding: 10px;
  color: #f5f5f5;
  transition: all 0.3s ease-in-out; 
}

.vendor-icon a:hover > i {
  color: #007277; 
}

/**
 * 5. SECTION
 * -----------------------------------------------------------------------------
 */
.section-content {
  padding: 80px 0; 
}

.container-fluid .section-content {
  padding-bottom: 0; 
}

.section-title {
  text-align: center;
  position: relative; 
}

.section-title h2 {
  font-size: 48px;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 40px; 
}

.section-title h2 span {
  font-weight: 900; 
}

.section-title .section-subtitle {
  text-transform: uppercase; 
}

/* 5.1. SECTION - OVERVIEW */
#overview img {
  max-height: 300px;
  margin-bottom: 30px;
}

#overview .overview-detail p {
  margin-bottom: 20px; 
}

#overview h4.definition {
  font-style: italic;
  font-weight: 300;
  line-height: 1.6;
  padding: 0 60px 30px 60px;
  font-size: 32px; 
} 

#overview h4.definition i {
  font-size: 20px;
  line-height: 1.6;
  vertical-align: top;
}

#overview h4.definition i.bottom {
  vertical-align: bottom;
}

/* 5.2. SECTION - COUNTER */
#counter {
  position: relative;
  background-image: url("../img/stats.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover; 
}

.counter-item {
  text-align: center;
  z-index: 1;
  color: #fff; 
}

.counter-item > i {
  display: block;
  font-size: 40px;
  margin-bottom: 30px;
  color: #007277; 
}

.counter-item .number {
  font-size: 60px;
  font-weight: 700;
  display: block;
  margin: 40px 0; 
}

.counter-item h4 {
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 16px; 
}

/* 5.6. SECTION - FEATURES */
#traffic-management {
  background-color: #f5f5f5; 
}

#traffic-management .section-content {
  padding-bottom: 0; 
}

.feature-item {
  text-align: center; 
}

.feature-item i {
  display: block;
  font-size: 45px;
  color: #007277;
  margin-bottom: 30px; 
}

.feature-item h5 {
  text-transform: uppercase;
  font-weight: 500; 
}

.panel-holder {
  margin-top: 40px;
  margin-bottom: 40px;
  clear: both;
  overflow: hidden; }

.panel {
  border: 1px solid transparent;
  background-color: transparent;
  border-bottom: 1px solid #ddd; 
}

.panel .panel-title {
  font-size: 18px; 
  text-align: left;
}

#overview-accordion {
  margin-top: 40px;
}

#faq-accordion .panel .panel-title, #faq-accordion .panel .panel-title p {
  font-size: 14px; 
}

.panel-title > a {
  width: 100%;
  display: block;
  cursor: pointer;
  position: relative;
  padding: 15px;
  text-transform: uppercase; 
}

.panel-title > a:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all ease-in-out;
  position: absolute;
  right: 15px;
  color: #DB6219; 
}

.panel-title > a[aria-expanded=false]:after {
  content: "\f067"; 
}

.panel-title > a[aria-expanded=true]:after {
  content: "\f068"; 
}

.panel-default > .panel-heading {
  border-color: #939393;
  padding: 0;
  background-color: #fff; 
}

.over-hide {
  overflow: hidden; 
}

.parallax-showcase {
  position: relative;
  min-height: 400px; 
}

.parallax-showcase img {
  position: absolute; 
}

/* 5.7. SECTION - TEAMS */
.team-holder {
  padding-top: 20px;
  padding-bottom: 20px; 
}

.team-holder .row {
  display: flex;
  justify-content: center;
  align-items: center;
}

.team-img-wrapper {
  position: relative; 
  border-radius: 50%;
}

span.responsive {
  display: inline;
}

br.responsive {
  display: none;
}

.team-img {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  background-color: #f5f5f5; 
}

.team-img img {
  width: 100%;
  height: 100%;
  object-fit: cover; 
}

.team-img:after {
  content: "";
  position: absolute;
  display: block;
  background-color: #007277;
  border-radius: 50%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out; 
}

.team-img-link {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  opacity: 0;
  z-index: 1;
  transition: all 0.3s ease-in-out; 
}

.team-img-link i {
  font-size: 26px;
  margin: 0 5px;
  color: #fff; 
}

.team-caption {
  margin-top: 20px;
  text-align: center; 
}

/* 5.8. SECTION - LOCALITY */
#locality {
  background-color: #f5f5f5; 
}

#locality .btn-custom {
  border-radius: 15px;
  padding: 6px 20px;
  color: #f5f5f5;
  margin-right: 0; 
}

.modal-body  {
  border-radius: 0.35em;
  margin-right: 0.25em;
  padding: 0.15em;
}

.modal-header {
  background: #1C3B5A;
}

.modal-body  {
  text-align: left;
  padding: 1.5em;
}

.close {
  color: white !important;
  opacity: 0.8 !important;
}

.mohe {
  position: relative;
  display: block;
  color: white;
  float: left;
  padding: 0.75em;
}

.mohe:after {
  position: absolute;
  content: "";
  top: -1.45em;
  bottom: -1.45em;
  right: -7.15em;
}


.focus-item {
  text-align: center;
  border: 1px solid #007277;
  border-radius: 10px;
  padding-top: 30px;
  padding-bottom: 30px;
  transition: all 0.3s ease-in-out; 
}

.focus-item:hover, .locality-item:hover, .team-item:hover {
    border: 1px solid #007277; 
}

.locality-item {
  padding: 30px;
  border: 1px solid #007277;
  border-radius: 10px;
  transition: all 0.3s ease-in-out; 
  margin-bottom: 20px;
}

.locality-item ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.locality-item ul li:hover {
  color:#DB6219;
  cursor: pointer;
}

.team-item-wrapper {
  margin-bottom: 20px;
}

.team-item {
  text-align: center;
  border: 1px solid #007277;
  border-radius: 10px;
  transition: all 0.3s ease-in-out; 
}

.team-item img {
  border-radius: 10px;
}

.focus-item div.heading {
    display: table-cell;
    width: 100%;
    height: 70px;
    padding: 10px;
    vertical-align: middle;
    text-align: center;
}

.focus-item span.heading {
  padding: 10px;
  height: 70px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.focus-item i {
  color: #005053;
}

.focus-title, .team-title {
  color: #13576E; 
}

.focus-list {
  padding-left: 0; 
}

.focus-list li {
  list-style-type: none; 
}

/* 5.9. SECTION - BLOG */
.blog-item {
  transition: all 0.3s ease-in-out;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }
  .blog-item:hover {
    box-shadow: 0 5px 15px -5px #333;
    transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    transform: translateY(-6px);
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 15px 15px rgba(0, 0, 0, 0.3); }

.blog-item-wrapper {
  margin-bottom: 30px; }

.blog-img img {
  width: 100%;
  height: 250px;
  object-fit: cover; }

.blog-title h3 {
  color: #2e2e2e; }

.blog-text {
  padding: 15px;
  background-color: #fff; }

.blog-tag {
  color: #007277;
  letter-spacing: 1.1px;
  text-transform: uppercase; }

.blog-meta {
  color: #939393; }
  .blog-meta p {
    display: inline-block;
    font-size: 14px; }
  .blog-meta a {
    color: #939393; }

.blog-author {
  display: inline-block;
  color: #939393; }
  .blog-author p {
    font-size: 14px; }

.blog-share-wrapper {
  float: right;
  display: inline-block;
  margin: 0 -5px; }
  .blog-share-wrapper .blog-share {
    padding: 0 5px;
    cursor: pointer; 
  }

/* 5.10. SECTION - TIMELINE */
#timeline, #voting-form, #voting-results {
  background-color: #f5f5f5;
}

.rounded-voting-results {
  border: 1px solid rgb(222, 167, 66);      /* Optional: border color and thickness */
  border-radius: 15px;         /* Makes the corners rounded */
  padding: 4px;                /* Optional: space between image and border */
}

.timeline-wrapper {
  position: relative;
  clear: both;
  overflow: hidden; 
}
.timeline-wrapper:nth-of-type(odd) .timeline-item {
  /* padding-left: 100px; */
  padding-left: 70px;
  padding-right: 0;
  padding-bottom: 50px;
  float: right; 
}
.timeline-wrapper:nth-of-type(odd) .timeline-box:after {
  left: -20px;
  right: auto;
  border-color: transparent;
  text-align: left;
  border-right: 10px solid #fff;
  border-left-color: transparent !important; 
}
.timeline-wrapper:nth-of-type(odd) .timeline-icon {
  right: auto;
  left: -32px; 
}
.timeline-wrapper:nth-of-type(odd) .timeline-year {
  text-align: right;
  right: 140%;
  left: auto; 
}

.timeline-box {
  margin-right: 5px
}

.timeline-box h3 {
  font-size: 18px;
}
.timeline-box p {
  font-style: italic;
}

.timeline-holder:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -4px;
  height: 100%;
  width: 4px;
  background: #939393;
  opacity: 0.5; 
}

.timeline-item {
  /* padding-right: 100px; */
  padding-right: 70px;
  padding-bottom: 50px;
  padding-top: 50px; 
}

.timeline-year {
  top: 40px;
  position: absolute;
  width: 100%;
  left: 140%; 
}
.timeline-year > * {
  margin: 0; 
}

.timeline-icon {
  border-radius: 50%;
  background: #fff;
  position: absolute;
  width: 60px;
  height: 60px;
  right: -28px;
  top: 72px;
  z-index: 9;
 /* cursor: pointer;*/
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out; 
}
.timeline-icon:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); 
}
.timeline-icon, .timeline-icon:hover {
  color: #1C3B5A;
  border: 2px solid #1C3B5A;
  transform: translateY(-6px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3); 
}

.timeline-box {
  background-color: #fff;
  padding: 15px;
  position: relative; 
}
.timeline-box h3,
.timeline-box h5 {
  text-transform: capitalize; 
}
.timeline-box:after {
  content: "";
  display: block;
  position: absolute;
  right: -20px;
  top: 40px;
  border: 10px solid transparent;
  border-left: 10px solid #fff; 
}
.timeline-box, .timeline-box:hover {
  /*cursor: pointer;*/
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3); 
}
.timeline-box:hover + .timeline-icon {
  color: #1C3B5A;
  border: 2px solid #1C3B5A;
  transform: translateY(-6px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3); 
}

.timeline-box {
  background-color: #fff;
  padding: 15px; 
}

/* 5.11. SECTION - TESTIMONIAL */
#testimonial {
  background-image: url("../img/testimonial.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  color: #fff; }

.testi-content {
  text-align: center; }
  .testi-content .testi-text {
    font-style: italic;
    font-weight: 300;
    line-height: 1.6;
    padding: 30px 60px;
    font-size: 32px; }
  .testi-content .testi-author {
    font-weight: 500; }
  .testi-content .testi-desc span {
    color: #007277;
    font-weight: bold; }
  .testi-content .owl-dots {
    position: absolute;
    text-align: center;
    margin: 0 auto;
    display: block;
    left: 0;
    right: 0;
    bottom: -50px; }
  .testi-content .owl-nav {
    display: none; }

/* 5.12. SECTION - CLIENTS */
.client-slider .owl-next,
.client-slider .owl-prev {
  margin: 0;
  position: absolute;
  top: 50%;
  display: block;
  outline: none;
  text-align: left;
  z-index: 1000;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer; }

.client-slider .owl-prev {
  left: -30px; }

.client-slider .owl-next {
  right: -30px; }

.client-slider .owl-nav .fa {
  font-size: 24px;
  transition: 0.3s all ease; }
  .client-slider .owl-nav .fa:hover {
    transform: scale(1.2);
    color: #007277; }

#contact-info.overlay:after {
  opacity: .4; 
}

#contact-info:before {
  /* background: url(../img/raster.png) repeat; */
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: block;
  content: '';
  z-index: 1; 
}

/* .contact-info-holder {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  z-index: 1;
} */

/* 5.13. SECTION - VIDEO BG */
#video.overlay:after {
  opacity: .4; }

#video:before {
  background: url(../img/raster.png) repeat;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: block;
  content: '';
  z-index: 1; }

.video-holder {
  height: 500px;
  position: relative;
  overflow: hidden; }
  .video-holder video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block; }

.touch .video-holder {
  background: url("../img/1200x800.png") center center no-repeat;
  background-size: cover; }

.video-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  z-index: 1; }
  .video-content h2 {
    text-transform: capitalize;
    margin-bottom: 30px; }
    .video-content h2 span {
      color: #007277;
      font-weight: 600; }
  .video-content p {
    margin-bottom: 30px; }
  .video-content .btn {
    color: #0d0d0d; }

.video-wrap {
  height: 100%; }

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0; }

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }


/* 5.14. SECTION - CONTACT & MAP */
#contact-info {
  padding-bottom: 100px;
  background-color: #f5f5f5;
}

.contact-info-item {
  text-align: center; }
  .contact-info-item i {
    color: #007277;
    margin-bottom: 20px; }

#map {
  height: 400px; }

#survey {
  /* background-image: url("../img/1200x800.png"); */
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  color: #fff; 
}

#survey-container h3, #survey-container .survey-result {
  margin-bottom: 100px;
}

#survey-container #survey-result {
  color: #CDCDCD;
  padding: 30px;
}
#survey-container #survey-result p {
  padding-bottom: 50px;
}

#survey-container #survey-result .warning {
  color:#DEA742
}

#survey-container legend {
  border:none;
}

.sv-ranking-item__index.sv-ranking-item__index {
  background-color: #DEA742 !important;
  color: #161616 !important;
}

/* #survey input {
  height: 38px; 
}
#survey-form .form-control {
  background-color: rgba(255, 255, 255, 0.15);
  color: #fff;
  border-radius: 0;
  margin-bottom: 20px;
  border: 1px solid #939393; 
}
#survey-form .btn {
  color: #0d0d0d; 
}
#survey-form form label.error {
  font-family: "Lato";
  font-weight: 400;
  color: #007277;
  font-size: 14px;
  margin-bottom: 20px; 
} */

.notif-box {
  position: fixed;
  top: 0;
  padding: 15px;
  width: 100%;
  z-index: 9999;
  font-size: 18px;
  line-height: 1.6;
  transform: translateY(-100%);
  transition: all .3s ease-in-out; }
  .notif-box.show-up {
    transform: translateY(0%); }

.notif-icon {
  position: absolute;
  left: 0;
  top: 0;
  padding: 15px; }

#success-notification,
#subscribe-success-notification {
  background-color: #41baf1; }
  #success-notification .notif-icon,
  #subscribe-success-notification .notif-icon {
    background-color: #29b1ef; }

#error-notification,
#subscribe-error-notification {
  background-color: #b80d07; }
  #error-notification .notif-icon,
  #subscribe-error-notification .notif-icon {
    background-color: #9f0b06; }

.notification-close {
  float: right;
  cursor: pointer; }

.notif-box > * {
  display: inline-block;
  margin: 0;
  color: #fff;
  line-height: inherit; }

.notif-box > p {
  padding-left: 45px; }

/**
 * 6. FOOTER
 * -----------------------------------------------------------------------------
 */
footer {
  background-color: #0d0c0d;
  color: #fff; 
}

footer ul {
  list-style: none;
}

footer a {
  color: #DEA742;
}

footer .section-content {
  padding: 60px 0;
}

#footer-copyright p {
  font-weight: 400;
  font-size: 14px; }

#footer-copyright span {
  color: #007277; }

/* 6.1. SUBSCRIBE */
.subscribe-title {
  text-transform: uppercase; }

#subscribe {
  width: 50%;
  margin: 15px auto; }
  #subscribe .form-control {
    height: 38px;
    width: 75%;
    display: inline-block; }
  #subscribe .btn {
    color: #0d0d0d; }

/* 6.2. SOCIAL MEDIA */
#footer-socials ul {
  padding: 0; 
}
  
#footer-socials ul > li {
  display: inline-block; 
}

.social-link {
  width: 40px;
  height: 40px;
  display: block;
  line-height: 40px;
  font-size: 20px;
  color: #fff; 
}

/**
 * 7. RESPONSIVE
 * -----------------------------------------------------------------------------
 */
@media (max-width: 1024px) {
  /* Nav */
  .navbar-nav > li > a {
    font-size: 13px; }
  #profile-2 .tab-content-img,
  #profile-2 .tab-content-text {
    margin: 30px 0; }
  #profile-2 .tab-content-img {
    text-align: center; }
  .btn-filter .button:hover {
    background-color: #333;
    color: #007277 !important; }
  #tabs-wrap {
    margin: 0; }
  .panel-img {
    margin: 30px 0; }
  /* Pricing */
  .focus-item {
    margin-bottom: 20px; }
  .publication-amount h2 {
    font-size: 60px !important; }
  /* Blog */
  .blog-item-wrapper {
    margin-bottom: 20px; }
  /* Footer */
  footer .section-content {
    padding: 30px 0; } }

@media (min-width: 992px) {
  .hero-img {
    height: 100vh; }
  .hero-text {
    padding: 0 100px; }
  /* App theme hero */
  .app-img,
  .app-text-wrap {
    height: 100vh; } }

@media (min-width: 992px) and (max-width: 1024px) {
  .timeline-year {
    left: 152%; }
  .timeline-wrapper:nth-of-type(odd) .timeline-year {
    right: 152%; }
  #subscribe {
    width: 60%; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .item.col-md-4 {
    padding: 30px 15px; } }

@media (max-width: 992px) {
  .app-layout .hero {
    height: 100%; }
  .hero {
    padding-top: 55px; }
  /* Features */
  #features .section-content {
    padding-bottom: 80px; } }

@media (min-width: 768px) and (max-width: 992px) {
  .grid-item {
    width: 50%;
    position:inherit;
    /* height: auto;  */
  }
  #subscribe {
    width: 100%; }
  /* Client Slider */
  .client-slider .owl-prev {
    left: -10px; }
  .client-slider .owl-next {
    right: -10px; } }

@media (max-width: 768px) and (orientation: landscape) {
  .navbar-nav {
    height: 200px;
    overflow: scroll; } }

@media (max-width: 768px) {
  h2 {
    font-size: 28px !important;
    line-height: 1.4; }
  p {
    font-size: 16px; }
  /* Navbar */
  .navbar-logo {
    margin-left: 15px; 
  }
  .navbar-transparent {
    background-color: #171717 !important;
    padding-top: 0;
    padding-bottom: 0; }
  .icon-nav-slider {
    display: none; }
  .counter-item {
    margin-bottom: 60px; }
  /* Timeline */
  .timeline-item {
    padding-right: 15px;
    margin-left: 65px;
    padding-top: 20px; }
  .timeline-holder:before {
    left: 37px; }
  .timeline-icon {
    left: -60px;
    right: auto;
    top: 42px; }
  .timeline-year {
    position: relative;
    top: 0;
    left: 0; }
  .timeline-box:after {
    left: -20px;
    right: auto;
    border-color: transparent;
    text-align: left;
    border-right: 10px solid #fff;
    border-left-color: transparent !important; }
  .timeline-wrapper :nth-of-type(odd) .timeline-item {
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 65px;
    float: none; }
  .timeline-wrapper :nth-of-type(odd) .timeline-icon {
    left: -60px;
    right: auto; }
  .timeline-wrapper :nth-of-type(odd) .timeline-year {
    position: relative;
    top: 0;
    left: 0;
    text-align: left; }
  /* Video */
  .video-content {
    width: 100%; }
  /* Contact */
  #subscribe .form-control {
    margin-bottom: 10px; }
  /* App Theme hero */
  .app-img,
  .app-text-wrap {
    min-height: 600px; } }

@media (max-width: 767px) and (orientation: landscape) {
  .hero,
  .slideshow {
    min-height: 450px;
    margin-top: 55px;
    padding-top: 0; } }

@media (max-width: 767px) {
  h1 {
    font-size: 32px !important;
    line-height: 1.6; }
  /* Parallax */
  .parallax-showcase {
    min-height: 100%; }
  .parallax-showcase img {
    position: relative; }
  /* Profile */
  #profile-2 .tab-content,
  #profile-2 .tab-content-text {
    padding: 0; }
  /* Client */
  .client-slider .owl-prev {
    left: 0; }
  .client-slider .owl-next {
    right: 0; }
  .client-item {
    padding: 0 15px; }
  /* Toggle */
  .toggle {
    top: 0; } }

@media (max-width: 650px) {
  .focus-holder, .locality-holder {
    padding-bottom: 50px; 
  }

  .logo {
    height: 100px;
  }

  .images-wrapper {
    margin-top: 10px;
    padding-top: 10px;
   }

  .images-wrapper .row {
    height: auto; 
  }

  .images-wrapper .wcg img, .images-wrapper .aecom img, .images-wrapper .hi img {
    margin: 10px 0 10px 0; 
  }

  .images-wrapper img {
    height: auto;
    width: 50%; 
  }

  .images-wrapper .hi img {
    width: 40%; 
  }

  .jumbotron {
    background-color: #171717; 
  }

  .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 430px; 
  } 

  .timeline-box h3 {
    font-size: 16px;
  }

  .focus-item span.heading {
    display: inline;
  }

  h4.team-title {
    font-size: 12px;
    /*width: 60px;*/
    margin-left: auto;
    margin-right: auto;
  }

  span.responsive {
    display: none;
  }

  br.responsive {
    display: inline;
  }

  .panel .panel-title {
    font-size: 18px; 
    text-align: left;
  }
  
  #faq-accordion .panel .panel-title, #faq-accordion .panel .panel-title p {
    font-size: 12px; 
  }
}

@media (max-width: 480px) {
  h1 {
    font-size: 32px !important;
    line-height: 1.6; 
  }

  h2 {
    font-size: 28px !important;
    line-height: 1.4; 
  }

  #overview h4.definition {
    font-size: 26px !important;
  }

  #overview h4.definition i {
    font-size: 16px !important;
  }

  p {
    font-size: 16px; 
  }

  .section-title .divider {
    margin: 10px 0 20px; 
  }

  .section-title h2 {
    line-height: 1.6; 
  }

  .item.col-md-4 {
    padding: 30px 15px; 
  }

  /* Profile-2 */
  #profile-2 .btn-profile-2 > .btn {
    min-width: 210px;
    margin: 5px 0; 
  }

    /* Portfolio */
  .btn-filter .button {
    margin: 0 2px 6px !important; 
  }

  .grid-item {
    width: 100%; 
  }

  .item.col-md-3 {
    padding: 30px 15px; 
  }

  /* Features: collapsable menu */
  .panel-title > a {
    padding: 15px 20px 15px 15px;
  }

  .panel-title > a:after {
    right: 5px;
    top: 20px;
  }

    /* Services */
  .panel-img {
    margin: 30px 0; 
  }

  .panel-title > a {
    line-height: 1.6; 
  }

    /* Address */
  .contact-info-item {
    margin-bottom: 30px; 
  }

  #subscribe .form-control {
    width: 100%; 
  }

  #subscribe {
    width: 100%; 
  } 

  #faq-accordion .panel .panel-title, #faq-accordion .panel-body p {
    font-size: 14px !important; 
  }  
}
