/*-----------------------------------------------------------
    Theme Name: Sphere
    Theme URI:  http://demo.caliberthemes.com/html/sphere/index.html
    Description: One Page Template for Portfolio & Business
    Author: CaliberThemes
    Author URI: https://themeforest.net/user/caliberthemes
    Version: 1.0
-------------------------------------------------------------*/
/*-----------------------------------------------------------

    1.  Typography
    2.  Misc
    3.  Helper
    4.  Shortcodes
    5.  Header
    6.  Footer
    7.  Form
    8.  Portfolio Details
    9.  Blog
    10. Responsive

-------------------------------------------------------------*/
/*----- Typography -----*/
body {
  font-family: 'montserrat', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'montserrat', sans-serif;
  margin: 0 0 20px;
  color: #151515;
  font-weight: 700;
}

h1 {
  font-size: 28px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 33px;
  color: #707070;
  margin: 0;
}

.para-15 {
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
}

a {
  font-size: 18px;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}

.big-title {
  font-size: 40px;
  letter-spacing: .5px;
  font-weight: 700;
}

.small-title {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
}

.big-text {
  font-size: 28px;
  line-height: 48px;
}

.big-text-alt {
  font-size: 40px;
  line-height: 50px;
  font-weight: 500;
}

.big-bold-text {
  font-size: 28px;
  line-height: 38px;
  font-weight: 700;
}

.medium-text {
  font-size: 14px;
  line-height: 24px;
}

.large-text {
  font-size: 34px;
  line-height: 50px;
}

.heading-30 {
  color: #666666;
  font-size: 30px;
  font-weight: 700;
  line-height: 42px;
}

.heading-24 {
  font-size: 24px;
  font-weight: 700;
}

.font-size-14-500 {
  font-size: 14px;
  font-weight: 500;
}

.font-size-11-400 {
  font-size: 11px;
  font-weight: 400;
}

/*----- Misc -----*/
.parallax-window {
  position: relative;
  overflow: hidden;
}

.parallax-window .parallax-inner {
  pointer-events: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background-attachment: scroll;
  background-color: transparent;
  background-image: inherit;
  background-size: cover;
  z-index: 0;
  background-position: 50% 0;
}

.bg-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

img {
  display: block;
  max-width: 100%;
}

a, i {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.grey-text {
  color: #b5b4b4;
}

.dark-grey-text {
  color: #707070;
}

.light-text {
  color: #fff;
}

.dark-text {
  color: #151515;
}

.light-grey-text {
  color: #e3e3e3;
}

.light-grey-bg-color {
  background-color: #fafafa;
}

.white-bg {
  background-color: #fff;
}

.dark-grey-bg {
  background-color: #191919;
}

.light-grey-bg {
  background-color: #f7f7f7;
}

.grey-bg-color {
  background-color: #f9f9f9;
}

.grey-simple-color {
  background-color: #f5f5f5 !important;
}

.black-bg {
  background-color: #1d1d1d;
}

.seperator {
  border: 0;
  border-top: 1px solid #f2f2f2 !important;
  height: 1px;
  margin: 0;
}

.dark-seperator {
  border: 0;
  border-top: 1px solid #4a4a4a !important;
  height: 1px;
}

.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#map-block {
  position: relative;
  width: 100%;
  height: 384px;
}

#map-block #googleMap {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

/*-----  Social Media & Sharing -----*/
.social-share, .social-media {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  text-align: center;
}
.social-share ul, .social-media ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.social-share ul li, .social-media ul li {
  font-family: 'montserrat';
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  color: #151515;
  letter-spacing: 1px;
}
.social-share ul li:first-child, .social-media ul li:first-child {
  margin-right: 10px;
  line-height: 60px;
}
.social-share ul li a, .social-media ul li a {
  display: inline-block;
}
.social-share ul li a i, .social-media ul li a i {
  font-size: 16px;
  color: #5e5e5e;
  padding: 0 5px;
}
.social-share ul li a i.pink-accent-hover-color:hover, .social-media ul li a i.pink-accent-hover-color:hover {
  color: #dc0041;
}
.social-share ul li a i.blue-accent-hover-color:hover, .social-media ul li a i.blue-accent-hover-color:hover {
  color: #0041dc;
}

.sk-spinner-pulse {
  width: 60px;
  height: 60px;
  background-color: #dc0041;
  -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
  animation: sk-pulseScaleOut 1s infinite ease-in-out;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
  border-radius: 50%;
  z-index: 999;
}

@-webkit-keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
/*----- Helper -----*/
.bg-image-container {
  display: table;
  height: 100%;
}
.bg-image-container .bg-image {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

.bg-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover !important;
}

.bg-image-spacing {
  padding: 150px 0;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

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

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

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

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

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

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

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

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

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

.margin-top-25 {
  margin-top: 25px !important;
}

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

.margin-top-35 {
  margin-top: 35px !important;
}

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

.margin-top-45 {
  margin-top: 45px !important;
}

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

.margin-top-55 {
  margin-top: 55px !important;
}

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

.margin-top-65 {
  margin-top: 65px !important;
}

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

.margin-top-75 {
  margin-top: 75px !important;
}

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

.margin-top-85 {
  margin-top: 85px !important;
}

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

.margin-top-95 {
  margin-top: 95px !important;
}

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

.margin-top-110 {
  margin-top: 110px !important;
}

.margin-top-120 {
  margin-top: 120px !important;
}

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

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

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

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

.margin-bottom-25 {
  margin-bottom: 25px !important;
}

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

.margin-bottom-35 {
  margin-bottom: 35px !important;
}

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

.margin-bottom-45 {
  margin-bottom: 45px !important;
}

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

.margin-bottom-55 {
  margin-bottom: 55px !important;
}

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

.margin-bottom-65 {
  margin-bottom: 65px !important;
}

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

.margin-bottom-75 {
  margin-bottom: 75px !important;
}

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

.margin-bottom-85 {
  margin-bottom: 85px !important;
}

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

.margin-bottom-95 {
  margin-bottom: 95px !important;
}

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

.margin-bottom-110 {
  margin-bottom: 110px;
}

.margin-bottom-120 {
  margin-bottom: 120px;
}

.padding-left-15 {
  padding-left: 15px;
}

.padding-top-50 {
  padding-top: 50px;
}

.padding-top-60 {
  padding-top: 60px;
}

.padding-top-80 {
  padding-top: 80px;
}

.padding-top-85 {
  padding-top: 85px;
}

.padding-top-90 {
  padding-top: 90px;
}

.padding-top-100 {
  padding-top: 100px;
}

.padding-top-110 {
  padding-top: 110px;
}

.padding-top-120 {
  padding-top: 120px;
}

.padding-top-130 {
  padding-top: 130px;
}

.padding-top-150 {
  padding-top: 150px;
}

.padding-bottom-20 {
  padding-bottom: 20px;
}

.padding-bottom-30 {
  padding-bottom: 30px;
}

.padding-bottom-50 {
  padding-bottom: 50px;
}

.padding-bottom-60 {
  padding-bottom: 60px;
}

.padding-bottom-40 {
  padding-bottom: 40px;
}

.padding-bottom-80 {
  padding-bottom: 80px;
}

.padding-bottom-90 {
  padding-bottom: 90px;
}

.padding-bottom-100 {
  padding-bottom: 100px;
}

.padding-bottom-120 {
  padding-bottom: 120px;
}

.padding-bottom-130 {
  padding-bottom: 130px;
}

.padding-bottom-150 {
  padding-bottom: 150px;
}

.padding-right-30 {
  padding-right: 30px;
}

/*----- Bootstrap Specific -----*/
.form-control {
  border-radius: 0;
  height: auto;
  box-shadow: none;
  line-height: normal;
}
.form-control:focus {
  box-shadow: none;
}

/*----- Buttons -----*/
.btn-container {
  overflow: hidden;
}
.btn-container a {
  font-family: 'montserrat';
}
.btn-container .solid, .btn-container .bordered {
  font-weight: 600;
  position: relative;
  display: inline-block;
  z-index: 1;
}
.btn-container .solid.btn-small, .btn-container .bordered.btn-small {
  font-size: 11px;
  padding: 10px 8px;
}
.btn-container .solid.btn-medium, .btn-container .bordered.btn-medium {
  font-size: 12px;
  padding: 12px 25px;
}
.btn-container .solid.btn-large, .btn-container .bordered.btn-large {
  font-size: 13px;
  letter-spacing: 1px;
  padding: 14px 26px;
}
.btn-container .solid {
  color: #fff;
}
.btn-container .solid:hover {
  background-color: #181315;
}
.btn-container .solid.blue-accent-bg-color:hover {
  background-color: #06080d;
}
.btn-container .bordered {
  border: 2px solid #151515;
  color: #151515;
}
.btn-container .bordered:after {
  position: absolute;
  left: 0;
  bottom: -106%;
  content: '';
  width: 100%;
  height: 105%;
  background-color: #151515;
  -webkit-transition: bottom .2s;
  -o-transition: bottom .2s;
  transition: bottom .2s;
  z-index: -1;
}
.btn-container .bordered:hover {
  color: #fff;
}
.btn-container .bordered:hover:after {
  bottom: -1px;
}
.btn-container .light.bordered {
  border-color: #fff;
  color: #fff;
}
.btn-container .light.bordered:after {
  background-color: #fff;
}
.btn-container .light.bordered:hover {
  color: #151515;
}

/*----- carousel -----*/
.sphere-carousel .carousel-slides img {
  display: inline-block;
  width: auto;
}
.sphere-carousel .owl-nav .owl-prev:focus, .sphere-carousel .owl-nav .owl-next:focus {
  outline: none;
}
.sphere-carousel .owl-dots .owl-dot {
  display: inline-block;
  margin-left: 6px;
  margin-right: 6px;
}
.sphere-carousel .owl-dots .owl-dot span {
  width: 30px;
  height: 3px;
  background-color: #ababab;
  display: inline-block;
}
.sphere-carousel .owl-dots .owl-dot:hover span, .sphere-carousel .owl-dots .owl-dot.active span {
  background-color: #dc0041;
}
.sphere-carousel .owl-dots .owl-dot.active span {
  width: 35px;
}
.sphere-carousel .owl-dots .owl-dot:focus {
  outline: none;
}
.sphere-carousel.circled-dots .owl-dots {
  margin-top: 50px;
  text-align: center;
}
.sphere-carousel.circled-dots .owl-dots .owl-dot {
  margin-left: 4px;
  margin-right: 4px;
}
.sphere-carousel.circled-dots .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  border-radius: 100%;
}
.sphere-carousel.post-slider .owl-nav, .sphere-carousel.image-slider .owl-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.sphere-carousel.post-slider .owl-nav .owl-prev span, .sphere-carousel.post-slider .owl-nav .owl-next span, .sphere-carousel.image-slider .owl-nav .owl-prev span, .sphere-carousel.image-slider .owl-nav .owl-next span {
  background-color: #151515;
  display: inline-block;
  text-align: center;
  color: #fff;
  padding: 17px 22px;
  -webkit-transition: padding .1s;
  -o-transition: padding .1s;
  transition: padding .1s;
}
.sphere-carousel.post-slider .owl-nav .owl-prev span:hover, .sphere-carousel.post-slider .owl-nav .owl-next span:hover, .sphere-carousel.image-slider .owl-nav .owl-prev span:hover, .sphere-carousel.image-slider .owl-nav .owl-next span:hover {
  padding-left: 28px;
  padding-right: 28px;
}
.sphere-carousel.post-slider .owl-nav .owl-prev:focus, .sphere-carousel.post-slider .owl-nav .owl-next:focus, .sphere-carousel.image-slider .owl-nav .owl-prev:focus, .sphere-carousel.image-slider .owl-nav .owl-next:focus {
  outline: none;
}
.sphere-carousel.post-slider .owl-nav .owl-prev, .sphere-carousel.image-slider .owl-nav .owl-prev {
  float: left;
}
.sphere-carousel.post-slider .owl-nav .owl-next, .sphere-carousel.image-slider .owl-nav .owl-next {
  float: right;
}
.sphere-carousel.post-slider .owl-dots, .sphere-carousel.image-slider .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 25px;
  text-align: center;
}
.sphere-carousel.post-slider .owl-dots .owl-dot:hover span, .sphere-carousel.post-slider .owl-dots .owl-dot.active span, .sphere-carousel.image-slider .owl-dots .owl-dot:hover span, .sphere-carousel.image-slider .owl-dots .owl-dot.active span {
  background-color: #dc0041;
}
.sphere-carousel.post-slider .owl-dots .owl-dot span, .sphere-carousel.image-slider .owl-dots .owl-dot span {
  background-color: #151515;
}

/*----- Counter -----*/
.counter {
  position: relative;
}
.counter .counter-icon i {
  color: #b2b2b2;
  font-size: 32px;
  vertical-align: bottom;
}
.counter .counter-icon i.blue-accent-color {
  color: #0041dc;
}
.counter .counter-content h4 {
  font-size: 24px;
  font-weight: 600;
  margin: 12px 0 5px;
}
.counter .counter-content div {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #707070;
  margin-bottom: 0;
}
.counter.centered {
  text-align: center;
}
.counter.centered .counter-img img {
  margin: 0 auto;
}
.counter.icon-left .counter-icon, .counter.icon-left .counter-img, .counter.img-left .counter-icon, .counter.img-left .counter-img {
  position: absolute;
  width: 100%;
}
.counter.has-seperator .counter-content {
  position: relative;
  padding-bottom: 50px;
}
.counter.has-seperator .counter-content:after {
  position: absolute;
  display: inline-block;
  margin-top: 20px;
  content: '';
  width: 30px;
  height: 1px;
  background-color: #dc0041;
  left: 50%;
  transform: translateX(-50%);
}

.list-block {
  margin: 0 0 35px 0;
  padding: 0;
  list-style-type: none;
  display: inline-block;
}
.list-block li {
  border-bottom: 1px solid rgba(124, 124, 124, 0.23);
  font-size: 15px;
  line-height: normal;
  color: #b5b5b5;
  padding: 7px 0;
}
.list-block li:last-of-type {
  border: 0;
}
.list-block li.dark-grey-text {
  color: #707070;
}

/*----- Hero Slider -----*/
.hero-slider {
  margin-left: -2px;
}
.hero-slider .hero-image-slider .hero-slider-item {
  height: 100vh;
  display: table;
  width: 100%;
  position: relative;
  border: 0;
  border-collapse: collapse;
}
.hero-slider .hero-image-slider .hero-slider-item .color-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.hero-slider .hero-image-slider .hero-slider-item .hero-slider-content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: relative;
  z-index: 5;
}
.hero-slider .hero-image-slider .hero-slider-item .hero-slider-content p {
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 15px;
  color: #fff;
}
.hero-slider .hero-image-slider .hero-slider-item .hero-slider-content h1 {
  font-size: 70px;
  line-height: 80px;
  color: #fff;
  margin: 25px auto 0;
}
.hero-slider .hero-image-slider.owl-drag .owl-item {
  touch-action: auto;
  ms-touch-action: auto;
}
.hero-slider .owl-nav {
  position: absolute;
  width: 100%;
  top: 50%;
}
.hero-slider .owl-nav .owl-prev span, .hero-slider .owl-nav .owl-next span {
  font-size: 28px;
  color: #fff;
}
.hero-slider .owl-nav .owl-prev {
  float: left;
  margin-left: 30px;
}
.hero-slider .owl-nav .owl-next {
  float: right;
  margin-right: 30px;
}
.hero-slider .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 30px;
  text-align: center;
}
.hero-slider .owl-dots .owl-dot span {
  border-radius: 50%;
  width: 14px;
  height: 14px;
  box-shadow: inset 0 0 0 2px white;
  background-color: transparent;
  border: 1px solid white;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.hero-slider .owl-dots .owl-dot.active span, .hero-slider .owl-dots .owl-dot:hover span {
  width: 14px !important;
  height: 14px !important;
  background-color: white;
}
.hero-slider.style-2 .hero-image-slider .hero-slider-item .hero-slider-content {
  padding-top: 100px;
}
.hero-slider.style-2 .hero-image-slider .hero-slider-item .hero-slider-content p {
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 26px;
  width: 500px;
  margin: 0 auto;
}
.hero-slider.style-2 .hero-image-slider .hero-slider-item .hero-slider-content h1 {
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
  margin: 0 auto 5px;
}
.hero-slider.style-2 .hero-image-slider .hero-slider-item .hero-slider-content .btn-container {
  margin-top: 30px;
}
.maincontainer{
    scroll-snap-type: y mandatory;
    -webkit-scroll-snap-type: mandatory;
    -webkit-scroll-snap-destination: 50% 50%;
    overflow-y: scroll;
  }
 .maincontainer div {
    scroll-snap-align: start;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-scroll-snap-coordinate: 50% 50%;
  }

#starth1 {
  padding-top: 20px;
}
@media all and (max-width: 992px) {
  .hero-slider .image-slider .hero-slider-item .hero-slider-content h1 {
    font-size: 60px;
    line-height: 70px;
  }

  .hero-slider .owl-nav {
    display: none;
  }
  #header.standard .header-wrapper #main-menu {
    border-bottom-width: 0 !important;
	}
}
@media all and (max-width: 768px) {
  .hero-slider .hero-image-slider .hero-slider-item .hero-slider-content h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .hero-slider.style-2 .hero-image-slider .hero-slider-item .hero-slider-content h1 {
    font-size: 25px;
    line-height: 35px;
  }

  .hero-slider.style-2 .hero-image-slider .hero-slider-item .hero-slider-content p {
    width: auto;
  }

  .hero-slider.style-2 .hero-image-slider .hero-slider-item .hero-slider-content {
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
}
/*----- Hero Section -----*/
.hero-section-wrap .hero-section-container {
  display: table;
  height: 100vh;
  padding: 35px 15px 0 15px;
  margin: 0 auto;
}
.hero-section-wrap .hero-section-container .hero-section-content {
  display: table-cell;
  vertical-align: middle;
}
.hero-section-wrap .hero-section-container .hero-section-content span {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #ffffff;
  display: inline-block;
  margin-top: 38px;
  padding: 5px 10px;
}
.hero-section-wrap .hero-section-container .hero-section-content h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 100px;
  font-weight: 600;
  line-height: 75px;
  color: #fff;
  margin: 0;
}
.hero-section-wrap .hero-section-container .hero-section-content .btn-container {
  margin-top: 60px;
}
.hero-section-wrap .hero-section-container .hero-section-content.business h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 75px;
  color: #fff;
  margin: 0;
}
.hero-section-wrap .hero-section-container .hero-section-content.business p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  background-color: transparent;
  margin-top: 0;
  margin-bottom: 27px;
  padding: 0;
  color: #fff;
}

@media all and (max-width: 767px) {
  .hero-section-wrap .hero-section-container .hero-section-content h1 {
    font-size: 40px;
    line-height: normal;
  }

  .hero-section-wrap .hero-section-container .hero-section-content span {
    margin-top: 10px;
  }
}
/*----- Icon Box -----*/
.icon-box {
  margin-bottom: 40px;
}
.icon-box i {
  font-size: 30px;
}
.icon-box h3 {
  font-size: 15px;
  font-weight: 600;
  margin: 25px 0 15px 0;
  color: #151515;
}
.icon-box p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  margin: 0;
}
.icon-box p a {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.icon-box p a:hover {
  color: #dc0041;
}
.icon-box .icon-wrap i {
  font-size: 40px;
  vertical-align: bottom;
}
.icon-box .img-wrap img {
  width: 1em;
  max-width: 100%;
  font-size: inherit;
}
.icon-box.outlined {
  border: 1px solid #dfdfdf;
  padding-top: 35px;
}
.icon-box.outlined h3 {
  margin: 18px 0 0;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 35px;
}
.icon-box.outlined.outlined p {
  padding: 35px 30px;
}
.icon-box.centered {
  text-align: center;
}
.icon-box.centered .img-wrap img {
  margin: 0 auto;
}
.icon-box.centered p {
  padding-left: 60px;
  padding-right: 60px;
}
.icon-box.square-outlined-icon, .icon-box.square-solid-icon {
  background-color: #fff;
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
  padding: 50px 30px;
}
.icon-box.square-outlined-icon .icon-wrap i, .icon-box.square-solid-icon .icon-wrap i {
  font-size: 20px;
  border: 2px solid;
  padding: 15px;
}
.icon-box.square-outlined-icon h3, .icon-box.square-solid-icon h3 {
  margin: 30px 0 20px 0;
}
.icon-box.square-outlined-icon p, .icon-box.square-solid-icon p {
  font-size: 14px;
  line-height: 24px;
  padding: 0;
}
.icon-box.square-outlined-icon.hover-effect i, .icon-box.square-outlined-icon.hover-effect h3, .icon-box.square-outlined-icon.hover-effect p, .icon-box.square-outlined-icon.hover-effect, .icon-box.square-solid-icon.hover-effect i, .icon-box.square-solid-icon.hover-effect h3, .icon-box.square-solid-icon.hover-effect p, .icon-box.square-solid-icon.hover-effect {
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
.icon-box.square-outlined-icon.hover-effect:hover i, .icon-box.square-outlined-icon.hover-effect:hover h3, .icon-box.square-outlined-icon.hover-effect:hover p, .icon-box.square-solid-icon.hover-effect:hover i, .icon-box.square-solid-icon.hover-effect:hover h3, .icon-box.square-solid-icon.hover-effect:hover p {
  color: #fff;
}
.icon-box.square-outlined-icon.hover-effect:hover.pink-accent-hover-color, .icon-box.square-solid-icon.hover-effect:hover.pink-accent-hover-color {
  background-color: #dc0041;
}
.icon-box.square-solid-icon {
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: none;
  background-color: transparent;
}
.icon-box.square-solid-icon .icon-wrap i {
  color: #fff;
  border: 0;
  padding: 17px;
}
.icon-box.round-outlined-icon .icon-wrap i {
  font-size: 24px;
  padding: 24px;
  border-width: 2px;
  border-style: solid;
  border-radius: 50%;
}
.icon-box.round-outlined-icon h3 {
  font-size: 13px;
  margin: 25px 0 15px 0;
}
.icon-box.round-outlined-icon p {
  font-size: 14px;
  line-height: 20px;
}
.icon-box.round-outlined-icon-with-bg-color .icon-wrap i {
  font-size: 24px;
  padding: 24px;
  border-radius: 50%;
  color: #fff;
}
.icon-box.round-outlined-icon-with-bg-color h3 {
  font-size: 14px;
  margin: 25px 0 15px 0;
}
.icon-box.round-outlined-icon-with-bg-color p {
  font-size: 14px;
  line-height: 22px;
  padding-left: 45px;
  padding-right: 45px;
}
.icon-box.left-icon .icon-wrap, .icon-box.left-icon .img-wrap {
  display: inline-block;
  float: left;
}
.icon-box.left-icon .icon-wrap i, .icon-box.left-icon .img-wrap i {
  font-size: 40px;
  vertical-align: top;
}
.icon-box.left-icon .content-wrap {
  display: inline-block;
  margin-left: 15px;
  margin-top: 4px;
}
.icon-box.left-icon .content-wrap div {
  font-family: 'roboto', sens-serif;
  color: #707070;
  margin-bottom: 2px;
}
.icon-box.left-icon .content-wrap div, .icon-box.left-icon .content-wrap h3 {
  font-size: 14px;
  font-weight: 500;
}
.icon-box.left-icon .content-wrap h3 {
  margin-top: 0;
  font-weight: 600;
}

/*----- Portfolio Section -----*/
.portfolio-wrap .cbp-l-filters-text {
  margin-bottom: 40px;
}
.portfolio-wrap .cbp-l-filters-text .cbp-filter-item {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #5e5e5e;
}
.portfolio-wrap .cbp-l-filters-text.pink-accent-color .cbp-filter-item.cbp-filter-item-active, .portfolio-wrap .cbp-l-filters-text.pink-accent-color .cbp-filter-item:hover {
  color: #dc0041;
}
.portfolio-wrap .cbp-l-filters-text.blue-accent-color .cbp-filter-item.cbp-filter-item-active, .portfolio-wrap .cbp-l-filters-text.blue-accent-color .cbp-filter-item:hover {
  color: #0041dc;
}
.portfolio-wrap #filters-container.align-right {
  text-align: right;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
.portfolio-wrap #filters-container.align-right .cbp-filter-item:last-of-type {
  padding-right: 0;
}
.portfolio-wrap #filters-container.align-right .portfolio-label {
  position: absolute;
  left: 0;
  bottom: 11px;
  text-align: left;
  display: inline-block;
  font-family: 'montserrat', sans-serif;
}
.portfolio-wrap #filters-container.align-right .portfolio-label h1 {
  margin: 0;
}
.portfolio-wrap .cbp-caption-activeWrap.dark-bg-color {
  background-color: rgba(29, 29, 29, 0.95);
}
.portfolio-wrap .cbp-l-caption-title, .portfolio-wrap .cbp-l-grid-projects-title {
  font-family: 'montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
.portfolio-wrap .cbp-l-caption-title.font-size-14-500, .portfolio-wrap .cbp-l-grid-projects-title.font-size-14-500 {
  font-size: 14px;
  line-height: normal;
  font-weight: 500;
}
.portfolio-wrap .cbp-l-caption-desc, .portfolio-wrap .cbp-l-grid-projects-desc {
  font-family: 'montserrat', sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
}
.portfolio-wrap .cbp-l-caption-desc.font-size-11-400, .portfolio-wrap .cbp-l-grid-projects-desc.font-size-11-400 {
  font-size: 11px;
  font-weight: 400;
}
.portfolio-wrap .cbp-caption-overlayBottomAlong .cbp-l-caption-title, .portfolio-wrap .cbp-caption-overlayBottomAlong .cbp-l-caption-desc {
  display: inline-block;
}
.portfolio-wrap .cbp-caption-overlayBottomAlong .cbp-l-caption-desc {
  float: right;
}

.cbp-popup-lightbox-title, .cbp-popup-lightbox-counter {
  font-family: 'montserrat', sans-serif;
}

/*-----  Recent Posts -----*/
.post {
  margin-bottom: 40px;
}
.post .post-media {
  position: relative;
}
.post .post-media .post-date {
  position: absolute;
  display: inline-block;
  font-size: 11px;
  letter-spacing: 1px;
  font-weight: 500;
  color: #fff;
  padding: 8px 16px;
  bottom: 0;
}
.post .post-content-wrap .entry-title {
  margin: 15px 0 5px 0;
}
.post .post-content-wrap .entry-title a {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #151515;
}
.post .post-content-wrap p {
  font-size: 14px;
  line-height: 24px;
  margin: 0;
}
.post.modern .post-content-wrap {
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  padding: 40px;
}
.post.modern .post-content-wrap .post-date-wrap {
  border-bottom: 1px solid;
}
.post.modern .post-content-wrap .post-date-wrap span {
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 400;
  display: inline-block;
  color: #fff;
  padding: 7px 12px 6px 12px;
  margin-bottom: -1px;
}
.post.modern .post-content-wrap .post-date-wrap.pink-accent-border-color {
  border-color: #dc0041;
}
.post.modern .post-content-wrap .entry-title {
  margin-top: 25px;
}
.post.post-grid .post-media img {
  width: 100%;
}

.recent-post-slider .post {
  margin: 2px 0;
}

.team {
  text-align: center;
  margin-bottom: 40px;
}
.team .team-img {
  position: relative;
  overflow: hidden;
}
.team .team-img .team-socials-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  top: 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
.team .team-img .team-socials-wrap .team-socials {
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.team .team-img .team-socials-wrap .team-socials a {
  display: inline-block;
  margin: 0 8px;
}
.team .team-img .team-socials-wrap .team-socials a i {
  font-size: 14px;
  color: #fff;
}
.team .team-img .team-socials-wrap.pink-accent-hover-color {
  background-color: #005189;
}
.team .team-img .team-socials-wrap.blue-accent-hover-color {
  background-color: rgba(0, 65, 220, 0.8);
}
.team .team-img:hover .team-socials-wrap {
  opacity: 1;
}
.team h3 {
  font-size: 12px;
  font-weight: 600;
  margin: 20px 0 5px 0;
}
.team div {
  font-family: 'roboto','sens-serif';
  font-size: 12px;
  font-weight: 400;
  color: #707070;
  text-transform: uppercase;
}

.team-slider .team {
  margin-bottom: 0;
}
.team-slider .circled-dots .owl-dots {
  margin-top: 40px;
}

/*----- Testimonials -----*/
.testimonial-slider i {
  font-size: 40px;
  color: #d0d0d0;
}
.testimonial-slider .tml-content p {
  color: #707070;
  font-size: 22px;
  font-weight: 300;
  line-height: 37px;
  margin: 40px 0;
}
.testimonial-slider .tml-content span {
  font-size: 12px;
  font-weight: 600;
  color: #151515;
  margin-bottom: 0;
}
.testimonial-slider .owl-carousel .owl-dots {
  margin-top: 35px;
}

.testimonial-grid {
  text-align: center;
  padding: 50px;
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 40px;
}
.testimonial-grid img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: auto;
}
.testimonial-grid h3 {
  font-size: 12px;
  font-weight: 600;
  margin: 25px 0 5px 0;
}
.testimonial-grid div {
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  color: #5e5e5e;
  margin-bottom: 15px;
}
.testimonial-grid p {
  font-size: 14px;
  line-height: 24px;
}

.testimonial-grid-slider .testimonial-grid {
  margin: 2px 0;
}
.testimonial-grid-slider .testimonial-grid img {
  width: 100px;
  height: 100px;
}

.modal-popup {
  position: relative;
  z-index: 1;
}
.modal-popup a {
  display: inline-block;
  margin-bottom: 25px;
}
.modal-popup a i {
  border: 3px solid #fff;
  border-radius: 100%;
  padding: 20px 18px 20px 25px;
  font-size: 30px;
  color: #fff;
}
.modal-popup .content h3 {
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
  color: #fff;
}

/*----- Header -----*/
#header.standard .header-wrapper {
  position: relative;
}
#header.standard .header-wrapper .header-container {
  position: relative;
  display: table;
  width: 100%;
}
#header.standard .header-wrapper #logo {
  float: left;
  display: block;
  padding: 15px 0;
}
#header.standard .header-wrapper #logo a {
  font-size: 26px;
  font-weight: 600;
  color: #151515;
  display: block;
}
#header.standard .header-wrapper #logo a:hover {
  text-decoration: none;
}
#header.standard .header-wrapper #menu-trigger {
  position: absolute;
  display: none;
  right: 15px;
  top: 45%;
  transform: translateY(-55%);
  cursor: pointer;
}
#header.standard .header-wrapper #menu-trigger span {
  display: inline-block;
  position: relative;
}
#header.standard .header-wrapper #menu-trigger span:before, #header.standard .header-wrapper #menu-trigger span:after {
  content: '';
  position: absolute;
}
#header.standard .header-wrapper #menu-trigger span:before {
  top: -8px;
}
#header.standard .header-wrapper #menu-trigger span:after {
  top: 8px;
}
#header.standard .header-wrapper #menu-trigger span:before, #header.standard .header-wrapper #menu-trigger span:after, #header.standard .header-wrapper #menu-trigger span {
  background-color: #333;
  width: 25px;
  height: 2px;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
#header.standard .header-wrapper #menu-trigger.open span {
  background-color: transparent;
}
#header.standard .header-wrapper #menu-trigger.open span:before {
  -webkit-transform: translateY(8px) rotateZ(-45deg);
  -moz-transform: translateY(8px) rotateZ(-45deg);
  -ms-transform: translateY(8px) rotateZ(-45deg);
  -o-transform: translateY(8px) rotateZ(-45deg);
  transform: translateY(8px) rotateZ(-45deg);
}
#header.standard .header-wrapper #menu-trigger.open span:after {
  -webkit-transform: translateY(-8px) rotateZ(45deg);
  -moz-transform: translateY(-8px) rotateZ(45deg);
  -ms-transform: translateY(-8px) rotateZ(45deg);
  -o-transform: translateY(-8px) rotateZ(45deg);
  transform: translateY(-8px) rotateZ(45deg);
}
#header.standard .header-wrapper #main-menu {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
#header.standard .header-wrapper #main-menu li, #header.standard .header-wrapper #main-menu a {
  text-transform: uppercase;
}
#header.standard .header-wrapper #main-menu ul {
  margin: 0;
  padding: 0;
}
#header.standard .header-wrapper #main-menu ul li {
  list-style-type: none;
  margin-bottom: 0;
}
#header.standard .header-wrapper #main-menu ul li ul {
  display: none;
}
#header.standard .header-wrapper #main-menu ul li a {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  display: block;
  text-align: left;
  text-decoration: none;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
#header.standard .header-wrapper #main-menu ul li a:hover {
  text-decoration: none;
}
#header.standard .header-wrapper #main-menu > ul {
  height: 100%;
}
#header.standard .header-wrapper #main-menu > ul > li {
  display: inline-block;
  margin-left: 30px;
  position: relative;
}
#header.standard .header-wrapper #main-menu > ul > li > a {
  font-weight: 600;
  display: table;
  height: 100%;
  max-height: 100%;
}
#header.standard .header-wrapper #main-menu > ul > li > a > div {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  max-height: 100%;
}
#header.standard .header-wrapper #main-menu > ul > li .level-two, #header.standard .header-wrapper #main-menu > ul > li .level-three {
  top: 105%;
  left: -26px;
  position: absolute;
  z-index: 10;
  width: 200px;
  padding: 12px;
}
#header.standard .header-wrapper #main-menu > ul > li .level-two a, #header.standard .header-wrapper #main-menu > ul > li .level-three a {
  color: rgba(255, 255, 255, 0.6);
  padding: 8px 15px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: capitalize;
}
#header.standard .header-wrapper #main-menu > ul > li .level-two a:hover, #header.standard .header-wrapper #main-menu > ul > li .level-three a:hover {
  color: white;
}
#header.standard .header-wrapper #main-menu > ul > li .level-two > li:hover > a, #header.standard .header-wrapper #main-menu > ul > li .level-three > li:hover > a {
  color: #fff;
}
#header.standard .header-wrapper #main-menu > ul > li .level-two {
  background-color: #1c1c1c;
}
#header.standard .header-wrapper #main-menu > ul > li .level-two.invert-dropdown {
  right: 0;
}
#header.standard .header-wrapper #main-menu > ul > li .level-two > li {
  position: relative;
}
#header.standard .header-wrapper #main-menu > ul > li .level-two .level-three {
  top: -12px;
  left: 189px;
}
#header.standard .header-wrapper #main-menu > ul > li .level-two .level-three.invert-dropdown {
  left: -189px;
}
#header.standard .header-wrapper #main-menu > ul .level-two > li.current-menu-item > a, #header.standard .header-wrapper #main-menu > ul .level-three > li.current-menu-item > a {
  color: #fff;
}
#header.standard.solid {
  background-color: #fff;
}
#header.standard.solid #logo .light-logo, #header.standard.solid #logo .light-retina-logo, #header.standard.solid #logo .dark-retina-logo {
  display: none;
}
#header.standard.transparent {
  position: absolute;
  width: 100%;
  z-index: 99;
}
#header.standard.transparent #logo .dark-logo, #header.standard.transparent #logo .dark-retina-logo, #header.standard.transparent #logo .light-retina-logo {
  display: none;
}
#header.standard.transparent.header-stick #logo .light-logo, #header.standard.transparent.header-stick #logo .dark-retina-logo, #header.standard.transparent.header-stick #logo .light-retina-logo {
  display: none;
}
#header.standard.transparent.header-stick #logo .dark-logo {
  display: block;
}
#header.standard.transparent .header-wrapper #main-menu > ul > li > a {
  color: white;
}
#header.standard.transparent .header-wrapper #main-menu > ul > li > a:hover {
  color: rgba(255, 255, 255, 0.8);
}
#header.standard.transparent.header-stick, #header.standard.solid {
  background-color: #fff;
}
#header.standard.transparent.header-stick .header-wrapper #main-menu > ul > li > a, #header.standard.solid .header-wrapper #main-menu > ul > li > a {
  color: #151515;
}
#header.standard.transparent.header-stick .header-wrapper #main-menu > ul > li.current > a, #header.standard.solid .header-wrapper #main-menu > ul > li.current > a {
  color: #005189;
  text-decoration: underline;
}
#header.standard.transparent.header-stick .header-wrapper #main-menu > ul > li > a:hover, #header.standard.solid .header-wrapper #main-menu > ul > li > a:hover {
  color: #005189;
}
#header.standard.transparent.header-stick.blue-accent-hover-color .header-wrapper #main-menu > ul > li.current > a, #header.standard.solid.blue-accent-hover-color .header-wrapper #main-menu > ul > li.current > a {
  color: #0041dc;
}
#header.standard.transparent.header-stick.blue-accent-hover-color .header-wrapper #main-menu > ul > li > a:hover, #header.standard.solid.blue-accent-hover-color .header-wrapper #main-menu > ul > li > a:hover {
  color: #0041dc;
}

@media all and (max-width: 992px) {
  #header.standard .header-wrapper .vc_container, #header.standard .header-wrapper .vc_container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  #header.standard .header-wrapper .header-container {
    display: block;
  }
  #header.standard .header-wrapper #main-menu {
    overflow: auto;
    margin-top: 0px;
    position: absolute;
    width: 100%;
    height: 0px;
    z-index: 12;
    transition: height 300ms;
  }
  #header.standard .header-wrapper #main-menu.display-menu {
    height: auto;
  }

  #header.standard .header-wrapper .container {
    padding-left: 0;
    padding-right: 0;
  }
  #header.standard .header-wrapper #menu-trigger {
    display: block;
  }
  #header.standard .header-wrapper #main-menu, #header.standard .header-wrapper #logo {
    float: none;
  }
  #header.standard .header-wrapper #logo {
    display: inline-block;
    padding-left: 15px;
  }
  #header.standard .header-wrapper #logo img {
    max-height: 100px;
  }
  #header.standard .header-wrapper #logo a {
    display: block;
  }
  #header.standard .header-wrapper #main-menu {
    background-color: #1c1c1c;
  }
  #header.standard .header-wrapper #main-menu > ul > li {
    display: block;
    margin-left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-left: 15px;
    padding-right: 15px;
    height: auto;
  }
  #header.standard .header-wrapper #main-menu > ul > li:last-of-type {
    border-bottom: 0;
  }
  #header.standard .header-wrapper #main-menu > ul > li > a {
    color: rgba(255, 255, 255, 0.6);
    display: block;
    padding: 10px 0;
    position: relative;
  }
  #header.standard .header-wrapper #main-menu > ul li .level-two li a {
    padding: 10px 0 10px 10px;
  }
  #header.standard .header-wrapper #main-menu > ul li .level-three {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  #header.standard .header-wrapper #main-menu > ul li .level-three li a {
    padding-left: 20px;
    padding-right: 20px;
  }
  #header.standard .header-wrapper #main-menu > ul li .level-two, #header.standard .header-wrapper #main-menu > ul li .level-three {
    position: static;
    width: 100%;
    padding: 0;
  }
  #header.standard .header-wrapper #main-menu > ul li .level-two li, #header.standard .header-wrapper #main-menu > ul li .level-three li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  #header.standard .header-wrapper #main-menu > ul li .level-two li:last-of-type, #header.standard .header-wrapper #main-menu > ul li .level-three li:last-of-type {
    border-bottom: 0;
  }

  #header.standard.solid #logo .dark-logo {
    display: block;
  }
  #header.standard.solid #logo .dark-retina-logo {
    display: none;
  }
  #header.standard.transparent #logo .light-logo, #header.standard.transparent #logo .light-retina-logo {
    display: none;
  }
  #header.standard.transparent #logo .dark-logo {
    display: block;
  }
  #header.standard.transparent.header-stick #logo .dark-logo {
    display: block;
  }
  #header.standard.transparent.header-stick #logo .dark-retina-logo {
    display: none;
  }
  #header .dark-retina-logo img, #header .light-retina-logo img {
    max-width: calc(100% - 50%);
  }

  #header.standard.transparent.header-stick .header-wrapper #main-menu > ul > li > a, #header.standard.solid .header-wrapper #main-menu > ul > li > a {
    color: white;
  }

  #header.standard.transparent .header-wrapper #main-menu > ul > li > a:hover,
  #header.standard.transparent .header-wrapper #main-menu > ul > li.current > a {
    color: #dc0041;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #header.standard.solid #logo .dark-logo {
    display: none;
  }
  #header.standard.solid #logo .dark-retina-logo {
    display: block;
  }
  #header.standard.transparent #logo .light-logo {
    display: none;
  }
  #header.standard.transparent #logo .light-retina-logo {
    display: block;
  }
  #header.standard.transparent.dark-transparent #logo .dark-logo {
    display: none;
  }
  #header.standard.transparent.dark-transparent #logo .dark-retina-logo {
    display: block;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 992px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 992px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (max-width: 992px), only screen and (min-device-pixel-ratio: 2) and (max-width: 992px), only screen and (min-resolution: 192dpi) and (max-width: 992px), only screen and (min-resolution: 2dppx) and (max-width: 992px) {
  #header.standard.solid #logo .dark-logo, #header.standard.transparent.header-stick #logo .dark-logo {
    display: none;
  }
  #header.standard.solid #logo .dark-retina-logo, #header.standard.transparent.header-stick #logo .dark-retina-logo {
    display: block;
  }
  #header.standard.transparent:not(.header-stick) #logo .light-logo, #header.standard.transparent:not(.header-stick) #logo .light-retina-logo, #header.standard.transparent:not(.header-stick) #logo .dark-logo {
    display: none;
  }
  #header.standard.transparent:not(.header-stick) #logo .dark-retina-logo {
    display: block;
  }
}
.header-clone {
  position: fixed !important;
  width: 100%;
  margin: 0 !important;
  z-index: 10;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.header-stick {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}

.header-stick, #header.standard.solid:not(.header-clone) .header-wrapper {
  -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
}

@media all and (max-width: 992px) {
  #header.standard.transparent:not(.header-clone) .header-wrapper {
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.08);
  }

  #header.standard.transparent {
    position: static;
  }

  #main-wrapper.vc_container {
    padding-top: 60px;
  }
}
/*----- Footer -----*/
#footer.standard {
  background-color: #101010;
  padding: 80px 0 60px 0;
}
#footer.standard .footer-social-wrap .back-top {
  float: right;
  margin-top: 27px;
}
#footer.standard .footer-social-wrap .back-top a {
  font-size: 14px;
  font-weight: 700;
  color: #656565;
  position: relative;
}
#footer.standard .footer-social-wrap .back-top a:hover, #footer.standard .footer-social-wrap .back-top a:hover i {
  color: #fff;
}
#footer.standard .footer-social-wrap .back-top i {
  color: #656565;
  font-size: 38px;
  position: absolute;
  top: -32px;
  left: 2px;
}
#footer.standard .footer-social-wrap .social-media {
  float: left;
  border-color: rgba(203, 203, 203, 0.2);
}
#footer.standard .footer-social-wrap .social-media ul li {
  margin: 15px 2px 15px 0;
}
#footer.standard .footer-social-wrap .social-media ul li:first-child {
  margin-left: 0;
  line-height: normal;
}
#footer.standard .footer-social-wrap .social-media ul li:last-child {
  margin-right: 0;
}
#footer.standard .footer-social-wrap .social-media ul li a i {
  font-size: 18px;
}
#footer.standard .copyrights {
  font-family: 'montserrat', sans-serif;
  font-size: 12px;
  color: #656565;
  margin: 30px 0 0 0;
}

@media all and (max-width: 767px) {
  #footer.standard .footer-social-wrap .back-top, #footer.standard .footer-social-wrap .social-media {
    float: none;
  }
}
/*----- Forms -----*/
.form-control {
  border: 1px solid #f2f2f2;
  font-size: 14px;
  padding: 10px 15px;
  width: 100%;
  margin-bottom: 30px;
  color: #5e5e5e;
}
.form-control:focus {
  outline: none;
  border-color: #dbdbdb;
}

textarea {
  resize: none;
}

.form-submit button {
  border: 0;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1px;
  padding: 12px 30px;
  color: #fff;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
.form-submit button:focus {
  outline: none;
}
.form-submit button:hover {
  background-color: #181315;
}
.form-submit button.blue-accent-bg-color:hover {
  background-color: #06080d;
}

/*----- Contact Form -----*/
.contact-form {
  position: relative;
}
.contact-form .form-control-wrap {
  position: relative;
}
.contact-form .form-control-wrap .contact-error-msg {
  position: absolute;
  top: 50px;
  color: #FF0000;
}
.contact-form .form-control-wrap #message + .contact-error-msg {
  position: static;
  margin-top: -20px;
  margin-bottom: 15px;
}
.contact-form .form-control-wrap .contact-error-msg {
  display: none !important;
}
.contact-form .form-control-wrap .contact-error-msg.validation-error {
  display: block !important;
}
.contact-form .contact-success, .contact-form .contact-failed {
  color: #5e5e5e;
  font-size: 18px;
  font-weight: 400;
  display: none;
}
.contact-form .contact-failed {
  color: #FF0000;
}
.contact-form .contact-failed.validation-error {
  display: block !important;
}
.contact-form .contact-success.validated {
  display: block !important;
}
.contact-form .form-control {
  background: #f2f2f2;
  padding: 14px 20px;
}
.contact-form .form-control:focus {
  border-color: transparent;
}
.contact-form textarea {
  height: 160px;
}
.contact-form.style-2 .form-control {
  border-color: #e6e6e6;
}
.contact-form.style-2 .form-submit button {
  width: 100%;
}
.contact-form.style-2 .contact-success, .contact-form.style-2 .contact-failed {
  margin-left: 15px;
}

.form-process {
  display: none;
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: url(../images/preloader.gif) center center no-repeat rgba(255, 255, 255, 0.7);
}

/*----- Portfolio Details -----*/
.portfolio-hero-section {
  position: relative;
}
.portfolio-hero-section .hero-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.portfolio-hero-section .hero-image.hero-full-height, .portfolio-hero-section .portfolio-hero-video.hero-full-height {
  height: 100vh;
}
.portfolio-hero-section .owl-item img {
  margin: 0 auto;
  width: auto;
  max-width: 100%;
}

.portfolio-wrapper .portfolio-title h1 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 0;
  color: #151515;
  text-align: center;
}
.portfolio-wrapper.details-right-wrap .portfolio-title {
  width: 58.33333%;
  padding: 140px 15px 100px 15px;
}
.portfolio-wrapper.details-right-wrap .portfolio-container {
  padding-bottom: 80px;
}
.portfolio-wrapper.details-right-wrap .portfolio-meta-wrap {
  margin-top: 30px;
}
.portfolio-wrapper.details-top-wrap .portfolio-media-wrap {
  padding: 50px 0 80px 0;
}
.portfolio-wrapper.details-top-wrap .portfolio-title, .portfolio-wrapper.details-bottom-wrap .portfolio-title {
  padding: 120px 15px 80px 15px;
}
.portfolio-wrapper.details-bottom-wrap .details-bottom {
  padding-bottom: 80px;
}
.portfolio-wrapper.details-bottom-wrap .portfolio-media-wrap {
  margin-bottom: 50px;
}
.portfolio-wrapper .portfolio-desc-wrap h2 {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #151515;
  margin: 0 0 18px 0;
}
.portfolio-wrapper .portfolio-desc-wrap p {
  margin: 12.5px 0;
}
.portfolio-wrapper .portfolio-desc-wrap p:first-of-type {
  margin-top: 0;
}
.portfolio-wrapper .portfolio-desc-wrap p:last-of-type {
  margin-bottom: 0;
}
.portfolio-wrapper .portfolio-media-wrap .portfolio-media {
  margin-bottom: 30px;
}
.portfolio-wrapper .portfolio-media-wrap .portfolio-media:last-of-type {
  margin-bottom: 0;
}
.portfolio-wrapper .portfolio-meta-wrap .portfolio-meta {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.portfolio-wrapper .portfolio-meta-wrap .portfolio-meta li {
  color: #5e5e5e;
  margin-bottom: 2px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.portfolio-wrapper .portfolio-meta-wrap .portfolio-meta li:first-of-type {
  padding-top: 0;
}
.portfolio-wrapper .portfolio-meta-wrap .portfolio-meta li a {
  color: inherit;
  margin-right: 8px;
}
.portfolio-wrapper .portfolio-meta-wrap .portfolio-meta li a:last-of-type {
  margin-right: 0;
}
.portfolio-wrapper .portfolio-meta-wrap .portfolio-meta li a.pink-accent-hover-color:hover {
  color: #dc0041;
}
.portfolio-wrapper .portfolio-meta-wrap .portfolio-meta li:last-of-type {
  margin-right: 0;
  border: 0;
}
.portfolio-wrapper .portfolio-meta-wrap .portfolio-meta li span {
  color: #151515;
  display: inline-block;
  margin-bottom: 5px;
  font-family: 'montserrat';
  width: 30%;
}
.portfolio-wrapper .portfolio-meta-wrap .portfolio-meta li, .portfolio-wrapper .portfolio-meta-wrap .portfolio-meta li a {
  font-size: 15px;
  font-weight: 500;
}
.portfolio-wrapper .portfolio-meta-wrap .btn-container {
  margin-top: 20px;
}
.portfolio-wrapper .portfolio-meta-wrap .btn-container .solid.btn-small, .portfolio-wrapper .portfolio-meta-wrap .btn-container .bordered.btn-small {
  padding: 10px 15px;
}
.portfolio-wrapper .portfolio-meta-wrap .btn-container .bordered:after {
  height: 40px;
  bottom: -40px;
}
.portfolio-wrapper .portfolio-meta-wrap .btn-container .bordered:hover:after {
  bottom: 0;
}

/*----- Blog -----*/
.blog-banner {
  text-align: center;
  display: table;
  width: 100%;
  position: relative;
  height: 500px;
}
.blog-banner .blog-banner-content {
  display: table-cell;
  vertical-align: middle;
  padding-top: 50px;
  position: relative;
  z-index: 2;
}
.blog-banner h1 {
  font-size: 60px;
  font-weight: 600;
  color: #fff;
  margin: 0;
}
.blog-banner p {
  color: rgba(255, 255, 255, 0.7);
  margin: 10px 0 0 0;
}
.blog-banner.has-bg-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.blog-banner .image-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.post-list {
  padding: 120px 0;
}
.post-list .post-content p {
  margin: 0;
}
.post-list .post-content .post-btn {
  margin-top: 30px;
}
.post-list .post-content .post-btn .btn-container .solid.btn-small, .post-list .post-content .post-btn .btn-container .bordered.btn-small {
  padding: 10px 15px;
}
.post-list .post-content .post-btn .btn-container .bordered:after {
  height: 40px;
  bottom: -40px;
}
.post-list .post-content .post-btn .btn-container .bordered:hover:after {
  bottom: 0;
}
.post-list .post {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid #e7e7e7;
}
.post-list .post:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.post-list .post .post-header, .post-single .post .post-header {
  position: relative;
}
.post-list .post .post-header .post-title-wrap .post-title, .post-single .post .post-header .post-title-wrap .post-title {
  margin-bottom: 5px;
}
.post-list .post .post-header .post-title-wrap .post-title, .post-list .post .post-header .post-title-wrap .post-title a, .post-single .post .post-header .post-title-wrap .post-title, .post-single .post .post-header .post-title-wrap .post-title a {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #151515;
}
.post-list .post .post-header .post-title-wrap .post-meta, .post-single .post .post-header .post-title-wrap .post-meta {
  list-style-type: none;
  padding: 0;
  margin: 0 0 15px;
}
.post-list .post .post-header .post-title-wrap .post-meta li, .post-single .post .post-header .post-title-wrap .post-meta li {
  display: inline-block;
}
.post-list .post .post-header .post-title-wrap .post-meta li:after, .post-single .post .post-header .post-title-wrap .post-meta li:after {
  content: '|';
  display: inline-block;
  margin: 0 7px 0 10px;
}
.post-list .post .post-header .post-title-wrap .post-meta li, .post-list .post .post-header .post-title-wrap .post-meta li a, .post-single .post .post-header .post-title-wrap .post-meta li, .post-single .post .post-header .post-title-wrap .post-meta li a {
  font-size: 14px;
  font-weight: 400;
  color: #707070;
}
.post-list .post .post-header .post-title-wrap .post-meta li a.pink-accent-hover-color:hover, .post-single .post .post-header .post-title-wrap .post-meta li a.pink-accent-hover-color:hover {
  color: #dc0041;
}
.post-list .post .post-header .post-title-wrap .post-meta li:last-child:after, .post-single .post .post-header .post-title-wrap .post-meta li:last-child:after {
  display: none;
}
.post-list .post .post-media, .post-single .post .post-media {
  margin-bottom: 25px;
}
.post-list .post .post-media img, .post-single .post .post-media img {
  display: block;
}
.post-list .post .post-content p strong, .post-single .post .post-content p strong {
  color: #151515;
}
.post-list .post .post-tags, .post-single .post .post-tags {
  margin: 30px 0 50px 0;
}
.post-list .post .post-tags ul, .post-single .post .post-tags ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.post-list .post .post-tags ul li, .post-single .post .post-tags ul li {
  display: inline-block;
  margin-right: 8px;
}
.post-list .post .post-tags ul li a, .post-single .post .post-tags ul li a {
  font-size: 10px;
  font-weight: 700;
  display: inline-block;
  letter-spacing: 1px;
  color: #5e5e5e;
  background-color: #e9e9e9;
  padding: 7px 10px;
  border-radius: 3px;
}
.post-list .post .post-tags ul li a:hover, .post-single .post .post-tags ul li a:hover {
  background-color: #151515;
  color: #fff;
}
.post-list .post .social-share, .post-single .post .social-share {
  margin-bottom: 50px;
  text-align: left;
}

.post-single {
  padding: 80px 0;
}
.post-single .post-content p {
  margin: 0 0 20px;
}

.comments ol {
  list-style-type: none;
}
.comments ol li {
  margin-bottom: 0;
}
.comments .comment-list {
  margin: 0;
  padding: 0;
}
.comments .comment-list > li {
  margin-bottom: 30px;
  background-color: #fafafa;
}
.comments .comment-list > li:last-of-type {
  margin-bottom: 0;
}
.comments .comment-list > li:last-of-type {
  border-bottom: 0;
}
.comments .comment-list > li .comment {
  position: relative !important;
  padding: 35px 40px 35px 0;
}
.comments .comment-list > li .comment .comment-author {
  position: absolute;
  left: 25px;
  width: 80px;
  height: 80px;
}
.comments .comment-list > li .comment .comment-author img {
  width: 70px;
  border-radius: 50%;
}
.comments .comment-list > li .comment .comment-details {
  padding-left: 120px;
  position: relative;
}
.comments .comment-list > li .comment .comment-details .comment-meta .fn {
  font-size: 15px;
  font-weight: 500;
  color: #151515;
  font-style: normal;
}
.comments .comment-list > li .comment .comment-details .comment-meta .comment-date {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  color: #5e5e5e;
  margin-left: 10px;
}
.comments .comment-list > li .comment .comment-details .comment-content p {
  font-size: 15px;
  line-height: 25px;
  color: #5e5e5e;
  margin: 10px 0;
}
.comments .comment-list > li .comment .comment-details .comment-content .comment-reply {
  margin-top: 20px;
}
.comments .comment-list > li .comment .comment-details .comment-content .comment-reply .comment-reply-link {
  font-size: 13px;
  color: #151515;
}
.comments .comment-list > li .comment .comment-details .comment-content .comment-reply .comment-reply-link i {
  font-size: 12px;
  display: inline-block;
  margin-right: 8px;
}
.comments .comment-list > li .comment .comment-details .comment-content .comment-reply .comment-reply-link:hover {
  text-decoration: none;
}
.comments .comment-list .children .comment {
  border-top: 1px solid #d4d4d4;
  padding-top: 25px;
  padding-bottom: 25px;
  margin-right: 40px;
}
.comments .comment-list .children .comment .comment-author {
  left: 0;
}
.comments .comment-list .children .comment .comment-details {
  padding-left: 95px;
}
.comments .comment-list .children > li {
  margin-left: 80px;
}
.comments .comment-list .children .children li {
  margin-left: 55px;
}

.comments .comments-title, .comments .comment-reply-title, .comment-respond .comments-title, .comment-respond .comment-reply-title {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #151515;
  margin-bottom: 20px;
}

.comment-respond {
  margin-top: 50px;
}
.comment-respond textarea {
  height: 170px;
}

.post-navigation {
  background-color: #f6f6f6;
  border-top: 1px solid #e6e6e6;
}
.post-navigation .post-nav {
  list-style-type: none;
  text-align: center;
  margin: 0;
  padding: 0;
}
.post-navigation .post-nav li {
  display: inline-block;
}
.post-navigation .post-nav li:first-child, .post-navigation .post-nav li:last-child {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.post-navigation .post-nav li:first-child a, .post-navigation .post-nav li:last-child a {
  padding: 0 25px;
  display: inline-block;
}
.post-navigation .post-nav li:first-child a:hover, .post-navigation .post-nav li:last-child a:hover {
  color: #151515;
}
.post-navigation .post-nav li, .post-navigation .post-nav li a {
  color: #707070;
  font-size: 13px;
  line-height: 70px;
  font-weight: 600;
}
.post-navigation .post-nav .post-prev {
  float: left;
}
.post-navigation .post-nav .post-number {
  margin: 0 4px;
}
.post-navigation .post-nav .post-number.current span {
  color: #151515;
}
.post-navigation .post-nav .post-number a:hover {
  color: #151515;
}
.post-navigation .post-nav .post-next {
  float: right;
}
#sprechstunden{
		width: max-content;
	}
#kanzlei{
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: #707070;
    margin: 0;
}

#kanzlei ul  > li:before { 
	color: #005189;
	display: inline-block;
	margin-bottom: 20px;
}
/*----- Responsive -----*/
@media all and (max-width: 992px) {
  .icon-box.centered p {
    padding-left: 0;
    padding-right: 0;
  }

  .comment-respond .text-fields {
    padding: 0;
  }

  .comments .comment-list .children > li {
    margin-left: 30px;
  }

  .comments .comment-list .children .children li {
    margin-left: 15px;
  }

  .portfolio-wrapper.details-bottom-wrap .details-bottom .portfolio-meta-wrap,
  .portfolio-wrapper.details-top-wrap .details-top .portfolio-meta-wrap,
  .portfolio-wrapper.details-right-wrap .details-right .portfolio-desc-wrap {
    margin-top: 40px;
  }

  .portfolio-wrapper.details-right-wrap .portfolio-title {
    width: 100%;
    padding: 100px 0 60px 0;
  }
  .portfolio-wrapper.details-right-wrap .portfolio-title h1 {
    text-align: left;
  }
  .portfolio-wrapper.details-right-wrap .portfolio-details-wrap {
    margin-top: 40px;
  }

  .portfolio-wrapper .portfolio-meta-wrap .portfolio-meta li span {
    width: auto;
    margin-right: 5px;
  }

  .goal .big-img-right {
    margin-bottom: 0;
  }
  .goal .btn-container {
    margin-bottom: 45px;
  }
  .mitte {
	padding-top: 0 !important;
  }
  .nav-link::before {
    margin-top: -10px !important;
  }
}
@media all and (max-width: 767px) {
	.mitte {
	padding-top: 0 !important;
  }
  .nav-link::before {
    margin-top: -10px !important;
  }
  .big-text-alt {
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
  }

  .comments .comment-list > li .comment .comment-details .comment-meta .comment-date {
    display: block;
    margin: 5px 0 0 0;
  }

  .comments .comment-list > li .comment {
    padding-right: 20px;
  }

  .comments .comment-list .children .comment {
    margin-right: 20px;
  }

  .comments .comment-list > li .comment .comment-author {
    width: 40px;
    height: 40px;
  }

  .comments .comment-list > li .comment .comment-details {
    padding-left: 80px;
  }

  .comments .comment-list .children .comment .comment-details {
    padding-left: 55px;
  }

  .comments .comment-list .children .children {
    padding-left: 0;
  }

  .comments .comment-list .children .children .comment {
    margin-right: 0;
  }

  .portfolio-wrap #filters-container.align-right .portfolio-label {
    position: static;
    display: block;
    text-align: center;
    margin-bottom: 30px;
  }

  .portfolio-wrap #filters-container.align-right {
    text-align: center;
  }

  .contact-form .no-padding-left, .contact-form .no-padding-right {
    padding-left: 0;
    padding-right: 0;
  }
  .contact-form .form-submit.text-right {
    text-align: left;
  }

  #footer.standard .footer-social-wrap .social-media, #footer.standard .footer-social-wrap .back-top {
    float: none;
  }

  #footer.standard .footer-social-wrap .social-media {
    display: inline-block;
  }

  #footer.standard {
    text-align: center;
  }

  #footer.standard .footer-social-wrap .back-top {
    margin-bottom: 50px;
  }
}
@media all and (max-width: 479px) {
	
  .mitte {
	padding-top: 0 !important;
  }
  .portfolio-wrapper .portfolio-title h1 {
    font-size: 30px;
  }

  .post .post-header .post-date {
    position: static;
    display: inline-block;
    margin-bottom: 15px;
  }

  .post .post-header .post-title-wrap {
    margin-left: 0;
  }

  .post-navigation .post-nav li:first-child a, .post-navigation .post-nav li:last-child a {
    padding: 0 15px;
  }

  .post-navigation .post-nav li, .post-navigation .post-nav li a {
    font-size: 12px;
  }
  .nav-link::before {
    margin-top: -10px !important;
  }

  #BW {
    font-size: 50px !important; 
  }
  #NS {
    font-size: 45px !important; 
  }
  #NS_h4 {
    font-size: 12px !important; 
  }
  #starth1 {
    padding-top: 0 !important; 
    font-size: 45px !important;
    margin-bottom: 5px; 
  }
  #NSbild {
    background-position: top !important; 
    top: 90px;
  }
  #startbild {
    background-position: top !important; 
    top: 90px;
  }
  .rechts {
    min-width: unset !important; 
    font-size: 12px !important; 
    padding-right: 0 !important;
    margin-top: 280px !important;
  }
  #header .dark-retina-logo img, #header .light-retina-logo img {
    max-width: calc(100% - 20%);
  }
}
@media all and (min-width: 768px) {
  .hero-section-wrap .hero-section-container {
    width: 750px;
  }
}
@media all and (min-width: 992px) {
  .hero-section-wrap .hero-section-container {
    width: 970px;
  }
}
@media all and (min-width: 1200px) {
  .hero-section-wrap .hero-section-container {
    width: 1170px;
  }
}
/*----- Colors -----*/
.pink-accent-color {
  color: #dc0041;
}

.pink-accent-bg-color {
  background-color: #dc0041;
}

.pink-accent-border-color {
  border-color: #dc0041;
}

.pink-accent-hover-color:hover {
  color: #dc0041;
}

.blue-accent-color {
  color: #0041dc;
}

.blue-accent-bg-color {
  background-color: #0041dc;
}

.blue-accent-border-color {
  border-color: #0041dc;
}

.blue-accent-hover-color {
  color: #0041dc;
}

.kws-blau-color {
  color: #005189;
}

.kws-blau-bg-color {
  background-color: #005189;
}

.kws-blau-border-color {
  border-color: #005189;
}

.kws-blau-hover-color:hover {
	background-color: #005189;
	color: #005189;
}

.demo-header-wrap {
  background-color: #0b0b0b;
  padding-top: 120px;
  padding-bottom: 120px;
}
.demo-header-wrap .demo-header {
  text-align: center;
}
.demo-header-wrap .demo-header div {
  font-size: 14px;
  letter-spacing: 1.5px;
  color: #fff;
  margin-bottom: 40px;
}
.demo-header-wrap .demo-header h1 {
  font-size: 50px;
  font-weight: 700;
  color: #fff;
}
.demo-header-wrap .demo-header p {
  font-size: 40px;
  font-weight: 300;
  color: #fff;
  font-family: 'roboto', sans-serif;
}

.demo-img img {
  box-shadow: 0px 0px 14.85px 0.15px rgba(0, 0, 0, 0.1);
}
.demo-img h2 {
  text-align: center;
  font-size: 14px;
  line-height: normal;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 30px 0 40px 0;
}

.demo-img-wrap {
  background-color: #f9f9f9;
}

.zentriert {
	line-height: 33px;
position: relative;
top: 5%;
-webkit-transform: translateY(-5%);
-ms-transform: translateY(-5%);
transform: translateY(-5%);
}
.iconzentriert {
display: flex;
  align-items: center;
  justify-content: center;
}
i.iconcenter {
display: block;
    margin-left: auto;
    margin-right: auto;
}
.mitte{
	height: 100%;
	text-align: center;
    top: 50%;
    left: 50%;
	padding-top: 150px;
}
ul.a {
	list-style-type: square;
}
ul.a li{ 
	margin-bottom: 20px;
	margin-top: 20px;
}
ul.a li::before { 
	color: #e30613;
	display: inline-block;
	margin-bottom: 20px;
}
.fa-mycustomx{
    font-size:8em;
	color: #e30613;
}
#einblenden {
	float: right;
	margin-top: 600px;  /* Text hinaufschieben */
	margin-right: 20px;   /* Text horiz. ausrichten */
	/* font-weight: bold;   Text formatieren */
	color: #fff;               /* Text Farbe */
	font-size: 60px;
}
.rechts{
	min-width: 1020px;
	float: right;
	margin-top: 320px;
	font-size: 60px;
	padding-right: 30px;
	border-bottom:5px solid #fff;
}
/* LIS */

.nav-link,
.nav-link:link, 
.nav-link:visited, 
.nav-link:active {
    color: #fff;
    font-weight: bold;
}
.nav-link::before {
	margin-top: 10px;
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 5px;
    background: #e30613;
    opacity: 0;
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}
.nav-link:hover::before,
.nav-link:hover::before {
    opacity: 1;
    -webkit-transform: translate(0, 5px);
    transform: translate(0, 5px);
}


.icon-box.round-outlined-icon .icon-wrap i {
	  width: 76px;
	}
@media (max-width: 767px) {
	.hero-slider .hero-image-slider .hero-slider-item .hero-slider-content {
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px
	}
	#footer.standard {
    text-align: center;
	}
	.zentriert {
		margin: 0 auto;
		text-align: center;
		display: table;
	}
	#zentriert {
		margin: 0 auto;
		text-align: center;
		display: contents;
	}
	#small{
		font-size: 12px;
	}
	#sprechzeiten {
		background-color: #005189;
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		text-align: center;
	}
	h3.heading-10{
		font-size: 18px;
		padding-bottom: 10px;
		padding-top: 10px;
		text-align: center;
	}
	#sprechstunden{
		font-size: 18px;
		padding-bottom: 10px;
		padding-top: 10px;
		text-align: center;
		color: black;
		width: auto;
	}
	#blau {
		height: 250px !important;
		padding-top: 40px;
	}
	#verkleinern {
		height: 90vh;
		width: 100vh;
		left: -320px;
		top: 90px;
	}
}
@media (max-width: 991px){
	.hero-slider .hero-image-slider .hero-slider-item .hero-slider-content{
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px
	}
	h2.heading-30 {
		text-align: center;
	}
	h1.heading-30 {
		text-align: center;
		color: black;
	}
	#movel{
		color: white !important;
	}
	h2.heading-10 {
		color: black;
		text-align: center;
	}
	#sprechzeiten {
		background-color: #005189;
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		text-align: center;
	}
	h3.heading-10{
		font-size: 18px;
		padding-bottom: 10px;
		padding-top: 10px;
		text-align: center;
		color: black;
	}
	#sprechstunden{
		font-size: 18px;
		padding-bottom: 10px;
		padding-top: 10px;
		text-align: center;
		width: auto;
	}
	#verkleinern {
		    height: 86vh;
    width: 112vh;
    left: -466px;
    top: 90px;
	}
	#blau {
		height: 250px !important;
		padding-top: 40px;
	}
	#map
	{
		width: auto !important;
	}
}
@media (max-width:1199px) and (min-width:992px) {
    #main-menu > ul > li > a.nav-link {
        font-size: 11px !important;
	}
    #main-menu > ul > li  {
        margin-left: 20px !important;
    }
	#map
	{
		width: auto !important;
	}
	#verkleinern {
		height: 80vh;
		width: 124vh;
		left: -7px;
		top: 90px;
	}
}​