@charset "UTF-8";
/**
 * ----------------------------------------------------------------------------------------
 * main.scss
 *
 * Main css file for this template.
 * ----------------------------------------------------------------------------------------
 */
/**
 * ----------------------------------------------------------------------------------------
 *  [TABLE OF CONTENTS]
 *
 * 1. VARIABLES & MIXINS
 * 2. COMMON - Margin, Padding etc
 * 3. HEADER & NAVIGATION
 * 4. SECTIONS
 * 5. FEATURES
 * 6. COUNTERS
 * 7. CALL TO ACTION SECTIONS
 * 8. BUTTONS
 * 9. FOOTER
 * 10. GRADIENT BACKGROUNDS
 * 11. TABS
 * 12. PORTFOLIO
 * 13. SWITCHER
 * 14. PAGE LOADERS
 * 15. SLIDERS
 * 16. ACCORDIONS
 * 17. TIMELINE
 * 18. SOCIAL ICONS
 * 19. FORMS & INPUTS
 * 20. LISTS
 * 21. PAGE TITLES
 * 22. MAGNIFIC POPUP
 * 23. CAROUSEL
 * 24. MISCELLANEOUS
 * ----------------------------------------------------------------------------------------
 */
/**
 * ----------------------------------------------------------------------------------------
 * 1. VARIABLES & MIXINS
 * ----------------------------------------------------------------------------------------
 */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600|Lato:700);
body, html {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #2b2c2d;
  font-size: 12px;
  line-height: 1.75em;
}

@media (min-width: 600px) {
  body, html {
    font-size: calc( 12px + (14 - 12) * ((100vw - 600px) / (1140 - 600)));
  }
}

@media (min-width: 1140px) {
  body, html {
    font-size: 14px;
  }
}

h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, big, code, em, img, q, s, strong, sub, tt, var,
b, u, i, center, dt, ol, ul, li,
fieldset, form, label,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
}

p, pre, ol, ul,
table {
  margin-bottom: 1.75em;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #2b2c2d;
  clear: both;
}

h1 {
  font-size: 27.85439px;
  margin-top: 0.9424em;
  line-height: 1.13088em;
  margin-bottom: 0.18848em;
}

@media (min-width: 600px) {
  h1 {
    font-size: calc( 27.85439px + (32.49679 - 27.85439) * ((100vw - 600px) / (1140 - 600)));
  }
}

@media (min-width: 1140px) {
  h1 {
    font-size: 32.49679px;
    margin-top: 0.9424em;
    line-height: 1.13088em;
    margin-bottom: 0.18848em;
  }
}

h2 {
  font-size: 23.537px;
  margin-top: 1.11527em;
  line-height: 1.33832em;
  margin-bottom: 0.25148em;
}

@media (min-width: 600px) {
  h2 {
    font-size: calc( 23.537px + (27.45984 - 23.537) * ((100vw - 600px) / (1140 - 600)));
  }
}

@media (min-width: 1140px) {
  h2 {
    font-size: 27.45984px;
    margin-top: 1.11527em;
    line-height: 1.33832em;
    margin-bottom: 0.24742em;
  }
}

h3 {
  font-size: 19.8888px;
  margin-top: 1.31984em;
  line-height: 1.58381em;
  margin-bottom: 0.30378em;
}

@media (min-width: 600px) {
  h3 {
    font-size: calc( 19.8888px + (23.20361 - 19.8888) * ((100vw - 600px) / (1140 - 600)));
  }
}

@media (min-width: 1140px) {
  h3 {
    font-size: 23.20361px;
    margin-top: 1.31984em;
    line-height: 1.58381em;
    margin-bottom: 0.2981em;
  }
}

h4 {
  font-size: 16.80607px;
  margin-top: 1.56194em;
  line-height: 1.87432em;
  margin-bottom: 0.36815em;
}

@media (min-width: 600px) {
  h4 {
    font-size: calc( 16.80607px + (19.60708 - 16.80607) * ((100vw - 600px) / (1140 - 600)));
  }
}

@media (min-width: 1140px) {
  h4 {
    font-size: 19.60708px;
    margin-top: 1.56194em;
    line-height: 1.87432em;
    margin-bottom: 0.36018em;
  }
}

h5 {
  font-size: 14.20116px;
  margin-top: 1.84844em;
  line-height: 2.21813em;
  margin-bottom: 0.36969em;
}

@media (min-width: 600px) {
  h5 {
    font-size: calc( 14.20116px + (16.56802 - 14.20116) * ((100vw - 600px) / (1140 - 600)));
  }
}

@media (min-width: 1140px) {
  h5 {
    font-size: 16.56802px;
    margin-top: 1.84844em;
    line-height: 2.21813em;
    margin-bottom: 0.36969em;
  }
}

h6 {
  font-size: 12px;
  margin-top: 2.1875em;
  line-height: 2.625em;
  margin-bottom: 0.51042em;
}

@media (min-width: 600px) {
  h6 {
    font-size: calc( 12px + (14 - 12) * ((100vw - 600px) / (1140 - 600)));
  }
}

@media (min-width: 1140px) {
  h6 {
    font-size: 14px;
    margin-top: 2.1875em;
    line-height: 2.625em;
    margin-bottom: 0.47396em;
  }
}

pre {
  padding: 0.875em;
  margin-bottom: 1.75em;
}

pre code {
  padding: 0;
}

code {
  font-family: "Courier New", "Courier", "Lucida Sans Typewriter", "Lucida Typewriter", "monospace";
  padding: 0.0875em 0.2625em;
  line-height: 0;
}

big, sub {
  line-height: 0;
}

abbr {
  border-bottom: 1px dotted currentColor;
  cursor: help;
}

dt {
  color: #2b2c2d;
  font-weight: bold;
}

ul {
  padding-left: 1.1em;
}

ol {
  padding-left: 1.4em;
}

fieldset {
  padding: 0.875em 1.75em 1.75em;
  border-width: 1px;
  border-style: solid;
  max-width: 100%;
  margin-bottom: 1.875em;
}

@media (min-width: 1140px) {
  fieldset {
    margin-bottom: 2.03125em;
  }
}

fieldset button, fieldset input[type="submit"] {
  margin-bottom: 0;
}

input[type="text"], input[type="email"], input[type="password"], textarea {
  display: block;
  max-width: 100%;
  padding: 0.4375em;
  font-size: 12px;
  margin-bottom: 1.3125em;
}

@media (min-width: 600px) {
  input[type="text"], input[type="email"], input[type="password"], textarea {
    font-size: calc( 12px + (14 - 12) * ((100vw - 600px) / (1140 - 600)));
  }
}

@media (min-width: 1140px) {
  input[type="text"], input[type="email"], input[type="password"], textarea {
    font-size: 14px;
    margin-bottom: 0.54688em;
  }
}

input[type="submit"], button {
  display: block;
  cursor: pointer;
  font-size: 12px;
  padding: 0.4375em 1.75em;
  margin-bottom: 1.125em;
}

@media (min-width: 600px) {
  input[type="submit"], button {
    font-size: calc( 12px + (14 - 12) * ((100vw - 600px) / (1140 - 600)));
  }
}

@media (min-width: 1140px) {
  input[type="submit"], button {
    font-size: 14px;
    margin-bottom: 1.3125em;
  }
}

label {
  display: block;
  padding-bottom: 0.21875em;
  margin-bottom: -0.125em;
}

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  margin-bottom: 2.375em;
}

@media (min-width: 1140px) {
  table {
    margin-bottom: 2.125em;
  }
}

th {
  text-align: left;
  color: #2b2c2d;
  padding: 0.21875em 0.875em;
}

@media (min-width: 1140px) {
  th {
    padding: 0.4375em 0.875em;
  }
}

td {
  padding: 0.875em;
  padding: 0.21875em 0.875em;
}

@media (min-width: 1140px) {
  td {
    padding: 0.4375em 0.875em;
  }
}

/**
 * ----------------------------------------------------------------------------------------
 * 2. COMMON - Margin, Padding
 * ----------------------------------------------------------------------------------------
 */
body {
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
  color: #787878;
  text-rendering: optimizeLegibility !important;
  letter-spacing: 0.5px;
}

::-moz-selection {
  background-color: #2b2c2d;
  color: #fff;
}

::selection {
  background-color: #2b2c2d;
  color: #fff;
}

ul {
  list-style: none;
}

a {
  outline: none !important;
  text-decoration: none !important;
  color: #787878;
  transition: all 0.4s ease-in-out;
}

a:hover {
  text-decoration: none;
  color: #3498db !important;
}

p a {
  color: #3498db;
}

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

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

.ml10 {
  margin-left: 10px;
}

.mr10 {
  margin-right: 10px;
}

.mr20 {
  margin-right: 20px;
}

.pb60 {
  padding-bottom: 60px;
}

.pt60 {
  padding-top: 60px;
}

.underline {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 22px;
}

.underline:after {
  content: "";
  width: 32px;
  height: 1px;
  background: #c2c2c2;
  position: absolute;
  bottom: 0;
  left: 0;
}

.text-center .underline::after {
  width: 4%;
  left: 48%;
}

.label {
  font-size: 60%;
  border-radius: 0px;
  font-weight: inherit;
}

.panel {
  border-radius: 0px;
}

.trans {
  transition: all 0.4s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  color: #2b2c2d;
  font-weight: 500;
  letter-spacing: 1.5px;
}

.bold {
  font-weight: bold !important;
}

.lowercase {
  text-transform: lowercase !important;
}

ul,
ol {
  list-style-position: outside;
}

.label {
  font-size: 60%;
  border-radius: 0px;
  font-weight: inherit;
}

/**
 * ----------------------------------------------------------------------------------------
 * 3. HEADER & NAVIGATION
 * ----------------------------------------------------------------------------------------
 */
.header {
  position: fixed;
  width: 100%;
  z-index: 101;
  min-height: 80px;
  transition: all 0.4s ease-in-out;
}

.header .logo {
  padding: 20px 10px;
  float: left;
  position: relative;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}

.header .logo-img {
  max-height: 40px;
  transition: all 0.4s ease-in-out;
}

.header .menu-item {
  float: none;
  display: inline-block;
  background: none;
}

.header .menu-item a {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0 20px;
  line-height: 80px;
  transition: all 0.4s ease-in-out;
}

.header .main-menu {
  text-align: right;
}

.secondNav .header {
  min-height: 50px;
  background: #fff;
}

.secondNav .header .main-menu > li a {
  line-height: 50px;
  color: #787878;
}

.secondNav .header .logo {
  padding: 10px;
}

.secondNav .header .logo-img {
  max-height: 30px;
}

/* Megamenu */
.main-menu > li > ul.normal-sub {
  width: 230px;
}

.main-menu > li > ul.normal-sub > li a {
  padding: 5px;
}

.menu ul li.active a {
  color: #3498db;
}

.menu > ul > li.active {
  border-top: 3px solid #3498db;
}

.menu > ul > li:hover a {
  color: #3498db;
}

.main-menu > li > ul {
  border-top: 3px solid #3498db;
}

.secondNav.header-shadow .header {
  box-shadow: 0 5px 10px 5px rgba(0, 0, 0, 0.07);
}

.secondNav.dark-menu .header {
  background: #2b2c2d;
  color: #fff;
}

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

.dark-menu .header .main-menu > li a {
  color: #fff;
}

.light-header .header {
  background: #fff;
}

.light-header .header .menu-item a {
  color: #787878;
}

.light-header .main {
  padding-top: 80px;
}

.light-header.semi-trans-header .main {
  padding-top: 0px;
}

.light-header.small-header .main {
  padding-top: 50px;
}

.dark-header .header {
  background: #2b2c2d;
}

.dark-header .header .menu-item a {
  color: #fff;
}

.dark-header .header .main-menu > li a {
  color: #fff;
}

.dark-header .main {
  padding-top: 80px;
}

.dark-header.semi-trans-header .main {
  padding-top: 0px;
}

.dark-header.small-header .main {
  padding-top: 50px;
}

.bold-menu a {
  font-weight: 600;
}

.semi-trans-header.dark-header .header {
  background: rgba(34, 34, 34, 0.4);
}

.semi-trans-header.light-header .header {
  background: rgba(255, 255, 255, 0.8);
}

.center-logo .logo {
  float: none;
  text-align: center;
}

.center-logo .header .main-menu {
  text-align: left;
  border-top: 1px solid #f2f2f2;
}

.center-logo .main-menu > li.active {
  border-top: 0px;
}

.center-logo .main-menu > li.active > a {
  color: #3498db !important;
}

.dark-header.center-logo .header .main-menu {
  border-top: 1px solid #d9d9d9;
}

.small-header .header {
  min-height: 50px;
}

.small-header .header .main-menu > li a {
  line-height: 50px;
}

.small-header .header .logo {
  padding: 10px;
}

.small-header .header .logo-img {
  max-height: 30px;
}

.open-nav-button {
  visibility: hidden;
  color: #2b2c2d;
  line-height: 83px;
  transition: all 0.4s ease-in-out;
  font-size: 18px;
  z-index: 100;
  position: relative;
  cursor: pointer;
}

.secondNav .open-nav-button, .small-header .open-nav-button {
  line-height: 50px;
}

.nav-hidden .main-menu {
  display: none;
  transition: all 0.4s ease-in-out;
}

.nav-hidden .open-nav-button {
  visibility: visible;
}

.dark-header .open-nav-button {
  color: #fff;
}

.menu-style-3 .menu-icon {
  font-size: 13px;
  display: inline-block;
  margin-right: 5px;
}

.menu-style-3 .menu > ul > li.active {
  background: #3498db;
  border-top-color: #217dbb;
}

.menu-style-3 .menu > ul > li.active > a {
  color: #fff;
}

.menu-style-3 .menu > ul > li.active > a:hover {
  color: #fff !important;
}

.dark-header .open-nav-button {
  color: #fff;
}

@media only screen and (max-width: 991px) {
  .header .logo {
    padding-bottom: 0px;
  }
  .menu-mobile {
    color: #fff;
    padding-top: 40px;
  }
  .center-logo .menu-mobile {
    text-align: center;
  }
  .center-logo .menu-mobile:after {
    float: none;
  }
  .small-header .menu-mobile {
    padding-top: 20px;
  }
  .light-header .menu-mobile {
    color: #787878;
  }
  .secondNav .menu-mobile {
    color: #787878;
    padding-top: 20px;
  }
  .main-menu.show-on-mobile {
    background: #fff;
    text-align: left;
    color: #787878;
    max-height: 600px;
    overflow: scroll;
  }
  .dark-header .main-menu.show-on-mobile {
    background: #2b2c2d;
  }
  .dark-menu .main-menu.show-on-mobile {
    background: #2b2c2d;
  }
  .main-menu > li > ul {
    border-top: 0px;
  }
  .menu > ul > li.active {
    border-top: 0px;
  }
  .header .menu-item a {
    color: #787878;
    line-height: 50px;
  }
  .feature {
    margin-bottom: 30px;
  }
  .footer {
    /* h2{
            font-size: 20px;
        } */
  }
  .footer .col-md-6 {
    text-align: center;
  }
  .footer .text-right {
    text-align: center;
  }
  .menu-style-3 .menu > ul > li.active {
    background: #fff;
    color: #3498db;
  }
  .menu-style-3 .menu > ul > li.active > a {
    color: #3498db !important;
  }
  .open-nav-button {
    display: none;
  }
  .nav-hidden .main-menu.show-on-mobile {
    display: block;
  }
  .page-title-row {
    padding: 50px 0px;
  }
}

/**
 * ----------------------------------------------------------------------------------------
 * 4. SECTIONS
 * ----------------------------------------------------------------------------------------
 */
section.content-section {
  padding: 90px 0;
}

section.content-section:nth-of-type(even) {
  background-color: #f2f2f2;
}

section.content-section:nth-of-type(odd) {
  background-color: #fff;
}

.content-section .section-header {
  margin-bottom: 60px;
}

.content-section .section-title {
  font-size: 1.618em;
}

.content-section .section-subtitle {
  color: #787878;
  font-weight: 600;
}

/**
 * ----------------------------------------------------------------------------------------
 * 5. FEATURES
 * ----------------------------------------------------------------------------------------
 */
.feature .icon {
  color: #3498db;
  font-size: 2.618em;
}

.feature-box-4 .icon {
  color: #3498db;
  display: inline-block;
  font-size: 32px;
  line-height: 32px;
}

.feature-box-4 .feature-title {
  display: inline-block;
  line-height: 32px;
  vertical-align: top;
  margin-bottom: 20px;
  margin-left: 10px;
}

.feature-box-4 .feature-desc {
  color: #787878;
}

/**
 * ----------------------------------------------------------------------------------------
 * 6. COUNTERS
 * ----------------------------------------------------------------------------------------
 */

/**
 * ----------------------------------------------------------------------------------------
 * 7. CALL TO ACTION SECTIONS
 * ----------------------------------------------------------------------------------------
 */

/**
 * ----------------------------------------------------------------------------------------
 * 8. BUTTONS
 * ----------------------------------------------------------------------------------------
 */
.btn {
  white-space: nowrap;
  text-transform: left;
  border-color: rgba(255, 255, 255, 0.25);
  outline: none;
  box-shadow: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  cursor: pointer;
  border-radius: 0;
  font-style: normal;
  text-decoration: none;
  color: white;
  margin: 0;
  padding: 15px 50px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 300;
  min-height: 0;
  min-width: 0;
  max-height: none;
  max-width: none;
}

.st-btn {
  display: inline-block;
  padding: 10px 30px;
  border: 1px solid #d9d9d9;
  background: transparent;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.4s ease-in-out;
}

.st-btn.st-btn-3d {
  border-bottom-width: 3px;
}

.st-btn .icon {
  font-size: 16px;
  display: inline-block;
  padding-right: 5px;
}

.st-btn.hvr-back:before {
  background: #3498db;
}

.st-btn.hvr-back:hover, .st-btn.hvr-back:active, .st-btn.hvr-back:focus {
  color: #fff !important;
}

.st-btn.primary-btn {
  background-color: #3498db;
  color: #fff;
  border-color: #258cd1;
}

.st-btn.primary-btn:hover, .st-btn.primary-btn:active, .st-btn.primary-btn:focus {
  background: transparent;
  color: #3498db;
}

.st-btn.primary-btn.hvr-back:before {
  background: #fff;
}

.st-btn.primary-btn.hvr-back:hover, .st-btn.primary-btn.hvr-back:active, .st-btn.primary-btn.hvr-back:focus {
  color: #3498db !important;
}

.st-btn:hover, .st-btn:active, .st-btn:focus {
  border-color: #3498db;
}

button {
  outline: none !important;
}

.form-group label {
  font-size: 12px;
}

.form-group .alert {
  font-size: 12px;
}

.form-control {
  box-shadow: none;
  font-size: 12px;
  background: #f2f2f2;
}

.form-control:focus {
  border-color: #d9d9d9;
  box-shadow: none;
}

/**
 * ----------------------------------------------------------------------------------------
 * 9. FOOTER
 * ----------------------------------------------------------------------------------------
 */
.footer {
  background: #f2f2f2;
  background-image: url("../images/footer-light.png");
  background-attachment: fixed;
  background-repeat: repeat;
  border-top: 1px solid #d9d9d9;
  padding: 60px 0 0;
  /*=== Dark Footer ===*/
  /*=== Sticky Footer ===*/
}

.footer .footer-title {
  font-size: 14px;
}

.footer .ul {
  padding-left: 0;
}

.footer ul li a {
  font-size: 11px;
  text-transform: uppercase;
  color: #787878;
}

.footer .icon {
  display: inline-block;
  margin-right: 10px;
}

.footer .footer-middle {
  padding-top: 30px;
  padding-bottom: 30px;
  line-height: 30px;
}

.footer .footer-middle .footer-title {
  line-height: 30px;
  color: #787878;
}

.footer .footer-middle a {
  color: #787878;
}

.footer .footer-middle .fa {
  font-size: 16px;
}

.footer .footer-last {
  padding: 20px 0;
  background: #2b2c2d;
  color: #d9d9d9;
  font-size: 11px;
}

.footer .footer-last a {
  color: #787878;
}

.footer.dark-footer {
  background: #37393a;
  background-image: url("../images/footer_lodyas.png");
  background-attachment: fixed;
  background-size: contain;
  background-repeat: repeat;
  border-top: 1px solid #787878;
}

.footer.dark-footer .footer-title {
  color: #fff;
}

.footer.dark-footer ul li a {
  font-size: 11px;
  text-transform: uppercase;
  color: #d9d9d9;
}

.footer.dark-footer .footer-middle .footer-title {
  color: #d9d9d9;
}

.footer.dark-footer .footer-middle a {
  color: #d9d9d9;
}

.footer.dark-footer h1,
.footer.dark-footer h2,
.footer.dark-footer h3,
.footer.dark-footer h4,
.footer.dark-footer h5,
.footer.dark-footer h6 {
  color: #f2f2f2;
}

.footer.dark-footer label {
  color: #f2f2f2;
}

.footer.sticky-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: -1;
}

.scroll-to-top {
  position: fixed;
  bottom: -50px;
  right: 15px;
  width: 40px;
  height: 40px;
  background: #2b2c2d;
  color: #fff;
  opacity: 0.75;
  text-align: center;
  display: block;
  z-index: 100;
  font-size: 26px;
  line-height: 40px;
  cursor: pointer;
}

.scroll-to-top:hover {
  opacity: 1;
}

/**
 * ----------------------------------------------------------------------------------------
 * 10. GRADIENT BACKGROUNDS
 * ----------------------------------------------------------------------------------------
 */

.bg-black {
  background: #363636;
  color: #e2e2e2;
}

/**
 * ----------------------------------------------------------------------------------------
 * 11. TABS
 * ----------------------------------------------------------------------------------------
 */

.tab-style-2 .nav-tabs {
  border-bottom: 0;
}

.tab-style-2 .nav-tabs > li > a {
  padding: 10px 25px;
}

.tab-style-2 .nav-tabs > li > a:hover {
  background: none;
  border-color: transparent;
}

.tab-style-2 .nav-tabs > li.active > a,
.tab-style-2 .nav-tabs > li.active > a:focus,
.tab-style-2 .nav-tabs > li.active > a:hover {
  color: #2b2c2d;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #a6a6a6;
}

.tab-style-2 .tab-content {
  padding: 20px;
}

.tab-style-1 .nav-tabs {
  border-bottom: 1px solid #d9d9d9;
  margin: 0;
  padding: 0;
  border-bottom-color: #d9d9d9;
}

.tab-style-1 .nav-tabs li {
  display: inline-block;
  float: none;
}

.tab-style-1 .nav-tabs > li > a {
  background: #d9d9d9;
  border-bottom: none;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  border-top: 3px solid #444647;
}

.tab-style-1 .nav-tabs > li.active > a,
.tab-style-1 .nav-tabs > li.active > a:focus,
.tab-style-1 .nav-tabs > li.active > a:hover {
  background: #fff;
  border-left-color: #d9d9d9;
  border-right-color: #d9d9d9;
  border-top: 3px solid #3498db;
  border-bottom-color: transparent;
}

.tab-style-1 .tab-content {
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-top: 0;
  padding: 15px;
}

.tab-style-3 .nav-tabs {
  border-bottom: 0;
  margin: 0;
  padding: 0;
  display: table;
  width: 100%;
}

.tab-style-3 .nav-tabs li {
  display: table-cell;
  text-align: center;
  float: none;
}

.tab-style-3 .nav-tabs > li > a {
  background: #d9d9d9;
  border-bottom: none;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  border-top: 3px solid #444647;
  margin-right: 0;
  color: #444647;
}

.tab-style-3 .nav-tabs > li.active > a,
.tab-style-3 .nav-tabs > li.active > a:focus,
.tab-style-3 .nav-tabs > li.active > a:hover {
  background: #fff;
  border-left-color: #d9d9d9;
  border-right-color: #d9d9d9;
  border-top: 3px solid #3498db;
  border-bottom: 1px solid #FFF;
  color: #2b2c2d;
}

.tab-style-3 .tab-content {
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-top: 0;
  padding: 15px;
}

.tab-style-4 .nav-tabs {
  border-top: 0;
  margin: 0;
  padding: 0;
  display: table;
  width: 100%;
}

.tab-style-4 .nav-tabs li {
  display: table-cell;
  text-align: center;
  float: none;
}

.tab-style-4 .nav-tabs > li > a {
  background: #d9d9d9;
  border-top: none;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  border-bottom: 3px solid #444647;
  margin-right: 0;
  color: #444647;
}

.tab-style-4 .nav-tabs > li.active > a,
.tab-style-4 .nav-tabs > li.active > a:focus,
.tab-style-4 .nav-tabs > li.active > a:hover {
  background: #fff;
  border-left-color: #d9d9d9;
  border-right-color: #d9d9d9;
  border-bottom: 3px solid #3498db;
  border-top: 1px solid #FFF;
  color: #2b2c2d;
}

.tab-style-4 .tab-content {
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-bottom: 0;
  padding: 15px;
}

.tab-style-5 .nav-tabs {
  border-bottom: 0;
  text-align: center;
}

.tab-style-5 .nav-tabs > li {
  float: none;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}

.tab-style-5 .nav-tabs > li > a {
  padding: 10px 25px;
  color: #a6a6a6;
}

.tab-style-5 .nav-tabs > li > a:hover {
  background: none;
  border-color: transparent;
}

.tab-style-5 .nav-tabs > li.active > a,
.tab-style-5 .nav-tabs > li.active > a:focus,
.tab-style-5 .nav-tabs > li.active > a:hover {
  color: #2b2c2d;
  background-color: transparent;
  border: 1px solid #787878;
  border-radius: 30px;
}

.tab-style-5 .tab-content {
  padding: 30px 20px 20px;
  text-align: center;
  line-height: 26px;
}

.tab-style-6 .nav-tabs {
  border-right: 1px solid #d9d9d9;
  margin: 0;
  padding: 0;
  border-right-color: #d9d9d9;
}

.tab-style-6 .nav-tabs > li > a {
  background: #d9d9d9;
  border-right: none;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  border-left: 3px solid #444647;
}

.tab-style-6 .nav-tabs > li.active > a,
.tab-style-6 .nav-tabs > li.active > a:focus,
.tab-style-6 .nav-tabs > li.active > a:hover {
  background: #fff;
  border-top-color: #d9d9d9;
  border-bottom-color: #d9d9d9;
  border-left: 3px solid #3498db;
  border-right-color: transparent;
}

.tab-style-6 .tab-content {
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
  background-color: #fff;
  border: 1px solid #d9d9d9;
  padding: 15px;
}

.tab-style-6 .nav-content-div {
  z-index: 1;
}

.tab-style-6 .nav-tab-div {
  z-index: 2;
  margin-right: -1px;
}

.tab-style-7 .nav-tabs {
  border-left: 1px solid #d9d9d9;
  margin: 0;
  padding: 0;
  border-left-color: #d9d9d9;
}

.tab-style-7 .nav-tabs > li > a {
  background: #d9d9d9;
  border-left: none;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  border-right: 3px solid #444647;
}

.tab-style-7 .nav-tabs > li.active > a,
.tab-style-7 .nav-tabs > li.active > a:focus,
.tab-style-7 .nav-tabs > li.active > a:hover {
  background: #fff;
  border-top-color: #d9d9d9;
  border-bottom-color: #d9d9d9;
  border-right: 3px solid #3498db;
  border-left-color: transparent;
}

.tab-style-7 .tab-content {
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
  background-color: #fff;
  border: 1px solid #d9d9d9;
  padding: 15px;
}

.tab-style-7 .nav-content-div {
  z-index: 1;
}

.tab-style-7 .nav-tab-div {
  z-index: 2;
  margin-left: -1px;
}

.tab-style-8 .nav-tabs {
  border-bottom: 0;
  text-align: center;
}

.tab-style-8 .nav-tabs > li {
  float: none;
  display: inline-block;
  margin-left: 0;
  margin-right: 0;
}

.tab-style-8 .nav-tabs > li > a {
  padding: 10px 25px;
  color: #d9d9d9;
  border-bottom: 3px solid #d9d9d9;
}

.tab-style-8 .nav-tabs > li > a:hover {
  background: none;
  border-color: transparent;
}

.tab-style-8 .nav-tabs > li.active > a,
.tab-style-8 .nav-tabs > li.active > a:focus,
.tab-style-8 .nav-tabs > li.active > a:hover {
  color: #3498db;
  background-color: transparent;
  border: 0;
  border-bottom: 3px solid #3498db;
}

.tab-style-8 .tab-content {
  padding: 30px 20px 20px;
  text-align: center;
  line-height: 26px;
}

.tab-style-9 .nav-tabs {
  border-bottom: 0;
  text-align: center;
}

.tab-style-9 .nav-tabs > li {
  float: none;
  display: inline-block;
  margin-left: 0;
  margin-right: 0;
}

.tab-style-9 .nav-tabs > li > a {
  padding: 10px 25px;
  color: #c5c5c5;
  border: 0;
  border-bottom: 3px solid #c5c5c5;
}

.tab-style-9 .nav-tabs > li > a .icon {
  display: block;
  width: 80px;
  height: 80px;
  border: 2px dotted #c5c5c5;
  margin: auto;
  margin-bottom: 10px;
  line-height: 80px;
  font-size: 44px;
  border-radius: 50%;
}

.tab-style-9 .nav-tabs > li > a:hover {
  background: none;
  border-color: transparent;
}

.tab-style-9 .nav-tabs > li.active > a,
.tab-style-9 .nav-tabs > li.active > a:focus,
.tab-style-9 .nav-tabs > li.active > a:hover {
  color: #3498db;
  background-color: transparent;
  border: 0;
  border-bottom: 3px solid #3498db;
}

.tab-style-9 .nav-tabs > li.active > a .icon,
.tab-style-9 .nav-tabs > li.active > a:focus .icon,
.tab-style-9 .nav-tabs > li.active > a:hover .icon {
  border-color: #3498db;
}

.tab-style-9 .tab-content {
  padding: 30px 20px 20px;
  text-align: center;
  line-height: 26px;
}

.tab-style-10 .nav-tabs {
  border-right: 0px;
  margin: 0;
  padding: 0;
}

.tab-style-10 .nav-tabs > li > a {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  border-left: 3px solid #444647;
  color: #787878;
}

.tab-style-10 .nav-tabs > li.active > a,
.tab-style-10 .nav-tabs > li.active > a:focus,
.tab-style-10 .nav-tabs > li.active > a:hover {
  border-top-color: #d9d9d9;
  border-bottom-color: #d9d9d9;
  border-left: 3px solid #3498db;
  border-right-color: #d9d9d9;
  color: #3498db;
}

.tab-style-10 .tab-content {
  border: 0px;
  padding: 15px 25px;
}

.tab-style-10 .nav-content-div {
  z-index: 1;
}

.tab-style-10 .nav-tab-div {
  z-index: 2;
}

/**
 * ----------------------------------------------------------------------------------------
 * 12. PORTFOLIO
 * ----------------------------------------------------------------------------------------
 */
.cbp * {
  font-family: inherit;
}

.cbp .fa {
  font-family: FontAwesome;
}

.cbp-l-grid-projects-title {
  font-family: inherit;
  font-weight: 400;
  text-align: center;
}

.cbp-l-grid-projects-desc {
  font-family: inherit;
  font-size: 11px;
  line-height: 22px;
  letter-spacing: 1px;
  text-align: center;
}

.cbp-l-caption-buttonLeft,
.cbp-l-caption-buttonRight {
  font-family: inherit;
  background-color: #fff;
  color: #787878;
  font-size: 11px;
}

.cbp-l-grid-work .cbp-item-wrapper {
  padding: 7px;
}

.cbp-l-grid-work-title {
  font-family: inherit;
  font-weight: 400;
  text-transform: none;
  font-size: 15px;
}

.cbp-l-grid-work-desc {
  font-family: inherit;
  font-size: 11px;
  line-height: 22px;
  letter-spacing: 1px;
  text-transform: none;
}

.cbp-l-grid-masonry-projects-title {
  font-family: inherit;
  color: #3498db;
}

.cbp-l-grid-masonry-projects-desc {
  font-family: inherit;
  font-size: 11px;
  line-height: 22px;
  letter-spacing: 1px;
  text-transform: none;
}

.cbp-l-grid-masonry-projects .cbp-l-caption-buttonLeft,
.cbp-l-grid-masonry-projects .cbp-l-caption-buttonRight {
  font-family: inherit;
  background-color: #fff;
  color: #787878;
  font-size: 11px;
}

.cbp-l-filters-alignRight .cbp-filter-counter {
  background-color: #3498db;
  font-family: inherit;
}

.cbp-l-filters-alignRight .cbp-filter-item {
  font-family: inherit;
}

.cbp-l-filters-alignRight .cbp-filter-item.cbp-filter-item-active {
  background-color: #3498db;
  border-color: #3498db;
}

.cbp-l-filters-alignRight .cbp-filter-counter:after {
  border-top-color: #3498db;
}

.cbp-l-caption-title {
  font-family: inherit;
}

.cbp-l-caption-desc {
  font-family: inherit;
  font-size: 11px;
  line-height: 22px;
  letter-spacing: 1px;
}

.cbp-l-filters-button .cbp-filter-item {
  font-family: inherit;
}

.cbp-l-grid-mosaic .cbp-l-caption-title {
  font-family: inherit;
}

.cbp-l-grid-mosaic .cbp-l-caption-desc {
  font-family: inherit;
}

.cbp-l-filters-alignLeft .cbp-filter-item {
  font-family: inherit;
}

.cbp-l-grid-team-name {
  font-family: inherit;
  font-size: 16px;
  color: #3498db;
}

.cbp-l-grid-team-position {
  font-family: inherit;
  font-size: 11px;
  line-height: 22px;
  letter-spacing: 1px;
}

.cbp-l-filters-alignCenter .cbp-filter-counter {
  font-family: inherit;
}

.cbp-l-filters-alignCenter .cbp-filter-item {
  font-family: inherit;
}

.cbp-l-filters-alignCenter {
  font-family: inherit;
}

.cbp-l-grid-testimonials-body {
  color: #787878;
  font-size: 14px;
}

.cbp-l-grid-masonry-projects .cbp-caption-activeWrap {
  background-color: rgba(0, 0, 0, 0.5);
}

.cbp-popup-singlePage .cbp-popup-navigation-wrap {
  background-color: #3498db;
}

.cbp-popup-singlePage .cbp-popup-prev {
  background: none;
  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;
  color: #fff;
  line-height: 30px;
  font-size: 16px;
  height: 36px;
  width: 36px;
}

.cbp-popup-singlePage .cbp-popup-prev:before {
  content: "\f060";
}

.cbp-popup-singlePage .cbp-popup-next {
  background: none;
  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;
  color: #fff;
  line-height: 30px;
  font-size: 16px;
  height: 36px;
  width: 36px;
}

.cbp-popup-singlePage .cbp-popup-next:before {
  content: "\f061";
}

.cbp-popup-singlePage .cbp-popup-close {
  background: none;
  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;
  color: #fff;
  line-height: 30px;
  font-size: 16px;
  border: 2px solid #fff;
  border-radius: 36px;
  height: 36px;
  width: 36px;
  padding: 0;
  text-align: center;
  padding-left: 2px;
}

.cbp-popup-singlePage .cbp-popup-close:before {
  content: "\f00d";
}

.cbp-caption-defaultWrap,
.cbp-caption-expand .cbp-caption-defaultWrap,
.cbp-caption-expand .cbp-l-caption-body,
.cbp-l-filters-buttonCenter .cbp-filter-item,
.cbp-l-filters-underline .cbp-filter-item {
  font-family: inherit;
}

.cbp-l-filters-buttonCenter .cbp-filter-item.cbp-filter-item-active {
  color: #3498db;
  border-color: #5faee3;
}

.cbp-l-filters-buttonCenter .cbp-filter-counter {
  background-color: #3498db;
}

.cbp-l-grid-mosaic .cbp-caption-activeWrap {
  background-color: rgba(0, 0, 0, 0.8);
}

.cbp-l-grid-mosaic .cbp-l-caption-title {
  color: #fff;
}

.cbp-l-grid-mosaic .cbp-l-caption-desc {
  color: #f2f2f2;
}

.cbp-l-filters-work .cbp-filter-item.cbp-filter-item-active {
  background: #3498db;
}

.cbp-l-filters-work .cbp-filter-item:hover {
  background: #3498db;
}

.cbp-l-grid-work-title {
  color: #3498db;
}

.cbp-l-filters-alignLeft .cbp-filter-item.cbp-filter-item-active {
  background-color: #3498db;
  border-color: #258cd1;
}

/**
 * ----------------------------------------------------------------------------------------
 * 13. SWITCHER
 * ----------------------------------------------------------------------------------------
 */
.switcher {
  position: fixed;
  top: 100px;
  padding: 20px;
  left: -200px;
  background: #2b2c2d;
  width: 200px;
  z-index: 999;
  transition: all 0.4s ease-in-out;
  box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.05);
}

.switcher .handle {
  position: absolute;
  right: -40px;
  width: 40px;
  height: 40px;
  color: #f2f2f2;
  font-size: 26px;
  line-height: 40px;
  background: #323232;
  text-align: center;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.05);
}

.switcher h5 {
  font-size: 14px;
  color: #fff;
}

.switcher .color {
  width: 25px;
  height: 25px;
  display: inline-block;
  margin: 5px;
  cursor: pointer;
}

.switcher .peterriver {
  background: #3498db;
}

.switcher p {
  font-size: 11px;
}

.switcher p a {
  color: #fff;
  transition: all 0.4s ease;
}

.switcher p a:hover {
  color: #3498db;
}

/**
 * ----------------------------------------------------------------------------------------
 * 14. PAGE LOADERS
 * ----------------------------------------------------------------------------------------
 */
.page-loader {
  position: fixed;
  z-index: 10001;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f2f2f2;
}

.spinner {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #3498db;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

/* spinner-2 */

/* spinner-3 */

/* spinner-4 */

/* spinner-5 */

/* spinner-6 */

.border-0 {
  border-radius: 0 !important;
}

/**
 * ----------------------------------------------------------------------------------------
 * 15. SLIDERS
 * ----------------------------------------------------------------------------------------
 */


.tp-caption.NotGeneric-Title, .NotGeneric-Title {
  font-family: "Lato", sans-serif;
}

.tp-caption.NotGeneric-SubTitle, .NotGeneric-SubTitle {
  font-family: inherit;
}

.rev_slider .caption,
.rev_slider .tp-caption {
  color: #3498db;
}

.NotGeneric-SubTitle, .tp-caption.NotGeneric-SubTitle {
  font-size: 1em;
  letter-spacing: 2px;
  line-height: 22px;
}

.carousel.slide h1, .carousel.slide h2, .carousel.slide h3, .carousel.slide h4, .carousel.slide h5, .carousel.slide h6 {
  color: #fff;
}

.carousel,
.item,
.active {
  height: 100%;
}

.carousel-inner {
  height: 100%;
}

.fill {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  -o-background-size: cover;
}

.carousel-style-2 {
  /* ken burns effect */
}

.carousel-style-2 .carousel-control {
  top: 0;
  bottom: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.75);
  width: 30px;
  height: 60px;
}

.carousel-style-2 .item img {
  transition: all 5s ease-in-out;
}

.carousel-style-2 .item.active.inactiveUntilOnLoad img,
.carousel-style-2 .item img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.carousel-style-2 .item.active img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.carousel-style-2 .carousel-control .glyphicon-chevron-left, .carousel-style-2 .carousel-control .glyphicon-chevron-right, .carousel-style-2 .carousel-control .icon-prev, .carousel-style-2 .carousel-control .icon-next {
  margin-top: -15px;
}

.carousel-style-2 .carousel-control .glyphicon-chevron-left, .carousel-style-2 .carousel-control .icon-prev {
  margin-left: -15px;
}

.carousel-style-2 .carousel-control .glyphicon-chevron-right, .carousel-style-2 .carousel-control .icon-next {
  margin-right: -15px;
}

.carousel-style-2 .carousel-caption {
  bottom: 80px;
}

.carousel-style-2 .carousel-caption h3 {
  font-size: 36px;
  text-transform: capitalize;
}

.carousel-style-3 .carousel-indicators {
  left: auto;
  width: auto;
  margin-left: 0px;
  right: 50px;
}

.carousel-style-4 .carousel-control {
  top: 0;
  bottom: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.75);
  width: 30px;
  height: 60px;
}

.carousel-style-4 .carousel-control .glyphicon-chevron-left, .carousel-style-4 .carousel-control .glyphicon-chevron-right, .carousel-style-4 .carousel-control .icon-prev, .carousel-style-4 .carousel-control .icon-next {
  margin-top: -15px;
}

.carousel-style-4 .carousel-control .glyphicon-chevron-left, .carousel-style-4 .carousel-control .icon-prev {
  margin-left: -15px;
}

.carousel-style-4 .carousel-control .glyphicon-chevron-right, .carousel-style-4 .carousel-control .icon-next {
  margin-right: -15px;
}

.carousel-style-4 .carousel-caption {
  bottom: 45%;
}

.carousel-style-4 .carousel-caption h3 {
  font-size: 4.236em;
  text-transform: capitalize;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8);
}

.carousel-style-4 .carousel-indicators {
  left: auto;
  width: auto;
  margin-left: 0px;
  right: 50px;
}

.carousel-style-4 .item {
  transition: all 0.4s ease-in-out;
}

.carousel-style-4 .item,
.carousel-style-4 .active.left,
.carousel-style-4 .active.right {
  opacity: 0;
}

.carousel-style-4 .active,
.carousel-style-4 .next.left,
.carousel-style-4 .prev.right {
  opacity: 1;
}

.carousel-style-4 .next,
.carousel-style-4 .prev,
.carousel-style-4 .active.left,
.carousel-style-4 .active.right {
  left: 0;
}

.carousel-style-4 .carousel-control {
  z-index: 2;
}

/**
 * ----------------------------------------------------------------------------------------
 * DROPCAPS & HIGHLIGHTS
 * ----------------------------------------------------------------------------------------
 */

.highlight {
  background: #3498db;
  padding: 5px;
  color: #fff;
}

/**
 * ----------------------------------------------------------------------------------------
 * 16. ACCORDIONS
 * ----------------------------------------------------------------------------------------
 */

/**
 * ----------------------------------------------------------------------------------------
 * 17. TIMELINE
 * ----------------------------------------------------------------------------------------
 */
.timeline {
  position: relative;
}

.timeline::before {
  content: '';
  position: absolute;
  top: 0;
  left: 30px;
  height: 100%;
  width: 2px;
  background: #f2f2f2;
}

section.content-section:nth-of-type(even) .timeline::before {
  background: #d9d9d9;
}

/**
 * ----------------------------------------------------------------------------------------
 * 18. SOCIAL ICONS
 * ----------------------------------------------------------------------------------------
 */

/**
 * ----------------------------------------------------------------------------------------
 * 19. FORMS & INPUTS
 * ----------------------------------------------------------------------------------------
 */

 .open > .dropdown-toggle.btn-primary {
  background-color: #217dbb;
  border-color: #217dbb;
}

 .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
  background-color: #217dbb;
  border-color: #217dbb;
}

.input-style-2 {
  font-size: 13px;
  padding: 10px 30px !important;
  height: auto;
  line-height: 22px;
}

/**
 * ----------------------------------------------------------------------------------------
 * 20. LISTS
 * ----------------------------------------------------------------------------------------
 */

/**
 * ----------------------------------------------------------------------------------------
 * 21. PAGE TITLES
 * ----------------------------------------------------------------------------------------
 */
.page-title-row {
  padding: 80px 10px;
}

.page-title-row .page-title {
  color: #fff;
}

.page-title-div {
  background-color: #f2f2f2;
  color: #2b2c2d;
}

.page-title-div .page-title {
  color: #2b2c2d;
}

.page-title-div .breadcrumb {
  background: transparent;
}

.page-title-div .breadcrumb a {
  color: #787878;
}

.page-title-div .breadcrumb a.active {
  color: #2b2c2d;
}

.gradient-bg {
  background: linear-gradient(141deg, #3498db 0%, #217dbb 51%, #1d6fa5 75%);
  /* For Safari 5.1 to 6.0 */
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(141deg, #3498db 0%, #217dbb 51%, #1d6fa5 75%);
  color: #fff;
}

.gradient-bg .page-title {
  color: #fff;
}

.gradient-bg .breadcrumb a {
  color: #f2f2f2;
}

.gradient-bg .breadcrumb a.active {
  color: #fff;
}

/**
 * ----------------------------------------------------------------------------------------
 * 22. MAGNIFIC POPUP
 * ----------------------------------------------------------------------------------------
 */

/* overlay animate in */

/* overlay animate out */

/* content at start */

/* content animate it */

/* content animate out */

/* animate in */

/* animate out */

/* Dark overlay, start state */

/* animate in */

/* animate out */

/**
        * Fade-move animation for second dialog
        */
/* at start */

/* animate in */

/* animate out */

/* Dark overlay, start state */

/* animate in */

/* animate out */

/**
 * ----------------------------------------------------------------------------------------
 * 23. CAROUSEL
 * ----------------------------------------------------------------------------------------
 */
.owl-carousel .owl-nav [class*='owl-'] {
  padding: 5px 10px;
  border-radius: 0;
  background: #3498db;
}

.owl-carousel .owl-nav [class*='owl-']:hover {
  background: #217dbb;
}

/**
 * ----------------------------------------------------------------------------------------
 * 24. SHOP
 * ----------------------------------------------------------------------------------------
 */

/**
 * ----------------------------------------------------------------------------------------
 * 25. MISCELLANEOUS
 * ----------------------------------------------------------------------------------------
 */

.breadcrumb {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 4px 4px 0 0;
}

.breadcrumb a {
  color: #fff;
  font-size: 12px;
  letter-spacing: 0;
}

.breadcrumb a.active {
  color: #f2f2f2;
  font-size: 12px;
  letter-spacing: 0;
}

input, textarea {
  outline: none !important;
}

.affix {
  top: 60px;
  position: fixed !important;
}

.affix-bottom {
  position: absolute;
}

.anim {
  opacity: 0;
}

.anim .icon {
  cursor: pointer;
}

.animated {
  opacity: 1;
}

.client-carousel {
  cursor: ew-resize;
}

/** The Spacing **/

.is-countdown {
  background: transparent;
  border: 0px;
}

#fa-icons section {
  margin-top: 20px;
  margin-bottom: 20px;
}

#fa-icons h2 {
  margin-bottom: 20px;
  margin-top: 40px;
}

#fa-icons .fa {
  font-size: 16px;
  line-height: 26px;
  display: inline-block;
  width: 40px;
}

#fa-icons .fa-icon {
  height: 40px;
}

#fa-icons .fa-icon:hover {
  background: #3498db;
  border: 1px solid #217dbb;
  color: #fff;
  line-height: 40px;
}

#fa-icons .fa-icon:hover .fa {
  font-size: 26px;
  line-height: 40px;
  vertical-align: top;
}

#fa-icons .fa-icon:hover .text-muted {
  color: #e2e2e2;
}

.typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.modal-title {
  clear: none;
}

.modal-header .close {
  margin-bottom: 0;
}

.modal-footer .st-btn {
  vertical-align: baseline;
}

.ms-section .fullscreen {
  position: absolute;
  width: 200%;
  height: 100%;
  top: 30%;
  left: 0;
  z-index: 1;
  vertical-align: middle;
  text-align: center;
  box-sizing: border-box;
}
