/*
@File: Fovia Template Styles

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.

This files table contents are outlined below>>>>>

*******************************************
*******************************************

** - Default CSS
** - Preloader Area CSS
** - Header Area CSS
** - Main Banner Area CSS
** - Services Area CSS
** - About Area CSS-
** - Partner Area CSS
** - Our Mission Area CSS
** - Fun Facts Area CSS
** - Feedback Area CSS
** - FAQ Area CSS
** - Services Details Area CSS
** - Sidebar Widget Area CSS
** - Contact Area CSS
** - 404 Error Area CSS
** - Footer Area CSS
** - Go Top CSS

*/
/*================================================
Default CSS
=================================================*/
@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap");
@import url("https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap");
body {
  padding: 0;
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
}

a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: 0 !important;
  text-decoration: none;
  color: #121521;
}

a:hover {
  text-decoration: none;
  color: #32C192;
}

button {
  outline: 0 !important;
}

.d-table {
  width: 100%;
  height: 100%;
    position: relative;
}

.d-table-cell {
  vertical-align: middle;
}

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

.navbar-brand
{
  max-width: 200px;
}
p {
  color: #7d7d7d;
  line-height: 1.8;
  margin-bottom: 12px;
  font-size: 14.5px;
  font-family: "Rubik", sans-serif;
}

p:last-child {
  margin-bottom: 0;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #121521;
}

.bg-fefefe {
  background-color: #fefefe;
}

.bg-f4f9fd {
  background-color: #f4f9fd;
}

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

/*btn(primary&light)*/
.btn {
  border: none;
  line-height: initial;
  text-transform: uppercase;
  border-radius: 30px;
  padding: 17px 50px 15.5px 25px;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 14px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
}

.btn.disabled, .btn:disabled {
  opacity: 1;
}

.btn-primary {
  background: #32C192;
  color: #ffffff;
}

.btn-primary i {
  position: absolute;
  right: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  display: inline-block;
  height: 33px;
  width: 33px;
  line-height: 33px;
  color: #ffffff;
  border-radius: 50%;
  background-color: #84E4C4;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn-primary.disabled, .btn-primary:disabled {
  background: #32C192;
  color: #ffffff;
}

.btn-primary:hover, .btn-primary:focus {
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
  background: #2f74b7 !important;
  color: #ffffff !important;
}

.btn-primary:hover i, .btn-primary:focus i {
  background-color: #ffffff;
  color: #2f74b7;
}

.btn-light {
  background-color: #ffffff;
  color: #2f74b7;
}

.btn-light i {
  position: absolute;
  right: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  display: inline-block;
  height: 33px;
  width: 33px;
  line-height: 34px;
  color: #121521;
  border-radius: 50%;
  background-color: #f0f0f0;
}

.btn-light.disabled, .btn-light:disabled {
  background-color: #ffffff;
  color: #121521;
}

.btn-light:hover, .btn-light:focus {
  background-color: #2f74b7 !important;
  color: #ffffff !important;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
}

/*section-title*/
.section-title {
  text-align: center;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}

.section-title span {
  display: block;
  margin-bottom: 5px;
  color: #32C192;
  font-size: 17px;
  font-family: "Rubik", sans-serif;
}

.section-title h2 {
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
}

.section-title p {
  max-width: 960px;
  margin-top: 10px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

/*form-control*/
.form-control {
  height: 45px;
  padding: 0 15px;
  font-size: 15px;
  line-height: initial;
  color: #121521;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.form-control:focus {
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
  border-color: #32C192;
}

/*================================================
Preloader Area CSS
=================================================*/
.preloader {
  position: fixed;
  left: 0;
  width: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  z-index: 9999999;
  -webkit-transition: .9s;
  transition: .9s;
}

.preloader .loader {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-block;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 45%;
  -webkit-transform: translateY(-45%);
          transform: translateY(-45%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.preloader .loader .loader-outter {
  position: absolute;
  border: 4px solid #ffffff;
  border-left-color: transparent;
  border-bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-animation: loader-outter 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
          animation: loader-outter 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
}

.preloader .loader .loader-inner {
  position: absolute;
  border: 4px solid #ffffff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  left: calc(40% - 21px);
  top: calc(40% - 21px);
  border-right: 0;
  border-top-color: transparent;
  -webkit-animation: loader-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
          animation: loader-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
}

.preloader .loader .indicator {
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1.5);
          transform: translateY(-50%) scale(1.5);
}

.preloader .loader .indicator svg polyline {
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.preloader .loader .indicator svg polyline#back {
  stroke: #ffffff;
}

.preloader .loader .indicator svg polyline#front {
  stroke: #32C192;
  stroke-dasharray: 12, 36;
  stroke-dashoffset: 48;
  -webkit-animation: dash 1s linear infinite;
          animation: dash 1s linear infinite;
}

.preloader::before, .preloader::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 60%;
  z-index: -1;
  background: #2f74b7;
  -webkit-transition: .9s;
  transition: .9s;
}

.preloader::after {
  left: auto;
  right: 0;
}

.preloader.preloader-deactivate {
  visibility: hidden;
}

.preloader.preloader-deactivate::after, .preloader.preloader-deactivate::before {
  width: 0;
}

.preloader.preloader-deactivate .loader {
  opacity: 0;
  visibility: hidden;
}

@-webkit-keyframes loader-outter {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes loader-outter {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes loader-inner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@keyframes loader-inner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@-webkit-keyframes dash {
  62.5% {
    opacity: 0;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  62.5% {
    opacity: 0;
  }
  to {
    stroke-dashoffset: 0;
  }
}

/*================================================
Header Area CSS
=================================================*/

.top-header {
  background-color: #f4f9fd;
  padding-top: 10px;
  padding-bottom: 10px;
}

.header-contact-info {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.header-contact-info li {
  display: inline-block;
  margin-right: 20px;
  color: #121521;
  font-family: "Rubik", sans-serif;
  font-size: 14px;
}

.header-contact-info li i {
  color: #32C192;
  margin-right: 4px;
  width: 28px;
  height: 28px;
  display: inline-block;
  line-height: 28px;
  border-radius: 50%;
  background-color: #def5ee;
  text-align: center;
  font-size: 13px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header-contact-info li:last-child {
  margin-right: 0;
}

.header-contact-info li:hover i {
  background-color: #32C192;
  color: #ffffff;
}

.fovia-responsive-nav {
  display: none;
}

.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}

.fovia-nav {
  background-color: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 0;
  padding-left: 0;
}

.fovia-nav .navbar {
  padding-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0;
}

.fovia-nav .navbar ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}

.fovia-nav .navbar .navbar-nav {
  font-family: "Rubik", sans-serif;
  margin-left: auto;
  margin-right: auto;
}

.fovia-nav .navbar .navbar-nav .nav-item {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0;
  padding-right: 0;
}

.fovia-nav .navbar .navbar-nav .nav-item a {
  font-size: 15.5px;
  font-weight: 500;
  color: #2f74b7;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 15px;
  margin-right: 15px;
}

.fovia-nav .navbar .navbar-nav .nav-item a:hover, .fovia-nav .navbar .navbar-nav .nav-item a:focus, .fovia-nav .navbar .navbar-nav .nav-item a.active {
  color: #2f74b7;
}

.fovia-nav .navbar .navbar-nav .nav-item:last-child a {
  margin-right: 0;
}

.fovia-nav .navbar .navbar-nav .nav-item:first-child a {
  margin-left: 0;
}

.fovia-nav .navbar .navbar-nav .nav-item:hover a, .fovia-nav .navbar .navbar-nav .nav-item:focus a, .fovia-nav .navbar .navbar-nav .nav-item.active a {
  color: #32C192;
}

.fovia-nav .navbar .navbar-nav .nav-item .dropdown-menu {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  position: absolute;
  border: none;
  top: 80px;
  left: 0;
  width: 300px;
  z-index: 99;
  display: block;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-top: 3px solid #32C192;
  padding-top: 20px;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 20px;
}

.fovia-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
  padding: 0;
}

.fovia-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  padding: 10px 0;
  margin: 0;
  color: #2f74b7;
  font-size: 14.5px;
}

.fovia-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .fovia-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .fovia-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #32C192;
}

.fovia-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
  color: #32C192;
}

.fovia-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.fovia-nav .navbar .others-options .btn {
  margin-left: 15px;
  padding: 15px 25px 13.5px 25px;
}

.navbar-area {
  background-color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0px 15px 10px -15px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 15px 10px -15px rgba(0, 0, 0, 0.04);
  position: relative;
  z-index: 2;
}

.navbar-area.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  background: #ffffff !important;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
          animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media only screen and (max-width: 991px) {
  .navbar-area {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .navbar-area.is-sticky {
    border-bottom: none;
    -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
  }
  .fovia-responsive-nav {
    display: block;
  }
  .fovia-responsive-nav .fovia-responsive-menu {
    position: relative;
  }
  .fovia-responsive-nav .fovia-responsive-menu.mean-container .mean-nav ul {
    font-size: 14px;
  }
  .fovia-responsive-nav .fovia-responsive-menu.mean-container .mean-nav ul li a.active {
    color: #32C192;
  }
  .fovia-responsive-nav .fovia-responsive-menu.mean-container .mean-nav ul li li a {
    font-size: 13.5px;
  }
  .fovia-responsive-nav .fovia-responsive-menu.mean-container .navbar-nav {
    overflow-y: scroll;
    height: 350px;
    -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
  }
  .fovia-responsive-nav .mean-container a.meanmenu-reveal {
    color: #121521;
  }
  .fovia-responsive-nav .mean-container a.meanmenu-reveal span {
    background: #121521;
  }
  .fovia-responsive-nav .logo {
    position: relative;
    width: 50%;
    z-index: 999;
  }
  .fovia-responsive-nav .others-options {
    position: absolute;
    right: 55px;
    top: -2px;
  }
  .fovia-responsive-nav .others-options .btn {
    display: none;
  }
  .fovia-nav {
    display: none;
  }
}

/*================================================
Main Banner Area CSS
=================================================*/
.main-banner {
  height: 745px;
  position: relative;
  z-index: 1;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.item-bg1 {
  background-image: url(../../assets/img/chastnaya-skoraya.jpg);
}

.item-bg2 {
  background-image: url(../../assets/img/perevozka-bolnyh.jpg);
}

.item-bg3 {
  background-image: url(../../assets/img/zapoy.jpg);
}

.main-banner-content {
  max-width: 850px;
}

.main-banner-content h1 {
  margin-bottom: 0;
  font-size: 70px;
  font-weight: 700;
  color: #ffffff;
}

.main-banner-content h2 {
  margin-bottom: 0;
  font-size: 70px;
  font-weight: 700;
  color: #ffffff;
}

.main-banner-content p {
  line-height: 1.8;
  color: #ffffff;
  max-width: 670px;
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 10px;
}

.main-banner-content .btn-box {
  margin-top: 30px;
}

.home-slides.owl-theme .owl-nav {
  margin-top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: rgba(0, 0, 0, 0.6);
}

.home-slides.owl-theme .owl-nav [class*=owl-] {
  color: #121521;
  margin: 0;
  padding: 0;
  background: #ffffff;
  display: inline-block;
  cursor: pointer;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 51px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 20px;
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.home-slides.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #2f74b7;
  color: #ffffff;
}

.home-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 15px;
}

.home-slides.owl-theme .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
}

.home-slides.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 3px;
  margin: 0 2px;
  background: #121521;
  border-radius: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.home-slides.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #32C192;
}

.home-slides.owl-theme .owl-dots .owl-dot.active span {
  width: 25px;
  background-color: #32C192;
}

.home-slides.owl-theme:hover .owl-nav {
  opacity: 1;
  visibility: visible;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.circle-shape1 {
  position: absolute;
  left: 80px;
  top: 80px;
  z-index: -1;
  -webkit-animation-name: rotateMe;
          animation-name: rotateMe;
  -webkit-animation-duration: 50s;
          animation-duration: 50s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.circle-shape1 img {
  opacity: .80;
}

.circle-shape2 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-animation-name: rotateMeTwo;
          animation-name: rotateMeTwo;
  -webkit-animation-duration: 50s;
          animation-duration: 50s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.circle-shape2 img {
  opacity: .80;
}

.shape1 {
  position: absolute;
  right: 25px;
  top: 25%;
  z-index: -1;
  -webkit-animation-name: rotateMe;
          animation-name: rotateMe;
  -webkit-animation-duration: 50s;
          animation-duration: 50s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

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

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

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

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

/*================================================
Services Area CSS
=================================================*/
.services-area {
  position: relative;
  z-index: 1;
}

.single-services-box {
  margin-bottom: 30px;
  position: relative;
  padding: 30px;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.single-services-box.bg-1 {
  background-image: url(../../assets/img/services/1.jpg);
}

.single-services-box.bg-2 {
  background-image: url(../../assets/img/services/2.jpg);
}

.single-services-box.bg-3 {
  background-image: url(../../assets/img/services/3.jpg);
}

.single-services-box .icon {
  margin-bottom: 21px;
  text-align: center;
  width: 75px;
  height: 75px;
  line-height: 75px;
  border-radius: 70% 30% 30% 70% / 60% 40% 60% 40%;
  background-color: #ffffff;
  color: #32C192;
  font-size: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.2);
          box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.2);
}

.single-services-box h3 {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
}

.single-services-box h3 a {
  display: inline-block;
}

.single-services-box p {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-top: 12px;
  margin-bottom: 0;
}

.single-services-box::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-services-box::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #2f74b7;
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}

.single-services-box .read-more-btn {
  color: #32C192;
  display: inline-block;
  margin-top: 18px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  font-family: "Rubik", sans-serif;
}

.single-services-box .read-more-btn:hover {
  color: #121521;
}

.single-services-box:hover {
  -webkit-box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.2);
          box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.2);
}

.single-services-box:hover .icon {
  border-radius: 50%;
}

.single-services-box:hover h3 {
  color: #ffffff;
}

.single-services-box:hover h3 a {
  color: #ffffff;
}

.single-services-box:hover p {
  color: #ffffff;
}

.single-services-box:hover .read-more-btn {
  color: #ffffff;
}

.single-services-box:hover .read-more-btn:hover {
  color: #121521;
}

.single-services-box:hover::before {
  background-color: #32C192;
  opacity: .80;
}

.more-services-btn {
  text-align: center;
  margin-top: 20px;
}

/*================================================
About Area CSS
=================================================*/
.about-area {
  position: relative;
  z-index: 1;
}

.about-image {
  width: 100%;
  height: 100%;
  background-image: url(../../assets/img/semeynaya-klinika.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.about-image img {
  display: none;
}

.about-content {
  max-width: 555px;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 50px;
}

.about-content span {
  display: block;
  margin-bottom: 5px;
  color: #32C192;
  font-size: 17px;
  font-family: "Rubik", sans-serif;
}

.about-content h2 {
  margin-bottom: 0;
  line-height: 1.3;
  font-size: 40px;
  font-weight: 600;
}

.about-content p {
  margin-top: 10px;
  margin-bottom: 0;
}

.about-content ul {
  padding-left: 0;
  list-style-type: none;
  margin-top: 25px;
  margin-bottom: 0;
}

.about-content ul li {
  margin-bottom: 16px;
  position: relative;
  padding-left: 34px;
  font-family: "Rubik", sans-serif;
}

.about-content ul li i {
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 70% 30% 30% 70% / 60% 40% 60% 40%;
  background-color: #d2f5e1;
  color: #32C192;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
  font-size: 11px;
  position: absolute;
  left: 0;
  top: -2px;
}

.about-content ul li:hover i {
  background-color: #2f74b7;
  color: #ffffff;
}

.about-content ul li:last-child {
  margin-bottom: 0;
}

.about-content .btn {
  margin-top: 30px;
}

/*================================================
Partner Area CSS
=================================================*/
.partner-area {
  padding-bottom: 90px;
}

.customers-partner-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.partner-item {
  -ms-flex: 0 0 20%;
  -webkit-box-flex: 0;
          flex: 0 0 20%;
  max-width: 20%;
  padding-left: 5px;
  padding-right: 5px;
}

.partner-item a {
  display: block;
  padding: 25px;
  background: #ffffff;
  text-align: center;
  position: relative;
  margin-bottom: 10px;
}

.partner-item a::before, .partner-item a::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.partner-item a::before {
  left: 0;
  top: 0;
  border-left: 3px solid #32C192;
  border-top: 3px solid #32C192;
}

.partner-item a::after {
  right: 0;
  bottom: 0;
  border-right: 3px solid #32C192;
  border-bottom: 3px solid #32C192;
}

.partner-item a img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.partner-item a:hover::after, .partner-item a:hover::before {
  width: 40px;
  height: 40px;
  opacity: 1;
  visibility: visible;
}

.partner-item a:hover img {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.partner-item:nth-child(6) {
  margin-left: 10%;
}

/*================================================
Our Mission Area CSS
=================================================*/
.our-mission-area {
  position: relative;
  z-index: 1;
}

.our-mission-image {
  width: 100%;
  height: 100%;
  background-image: url(../../assets/img/chastnaya-skoraya-pomosch.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.our-mission-image img {
  display: none;
}

.our-mission-content {
  max-width: 555px;
  margin-left: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 50px;
}

.our-mission-content h2 {
  margin-bottom: 0;
  line-height: 1.3;
  font-size: 40px;
  font-weight: 600;
}

.our-mission-content p {
  margin-top: 10px;
  margin-bottom: 0;
}

.our-mission-content ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  list-style-type: none;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 0;
  margin-top: 0;
}

.our-mission-content ul li {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
  color: #7d7d7d;
  font-size: 14.5px;
  line-height: 1.7;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 25px;
}

.our-mission-content ul li .icon {
  margin-bottom: 13px;
  -webkit-box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.3);
          box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.3);
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  color: #32C192;
  font-size: 16px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.our-mission-content ul li span {
  display: block;
  color: #121521;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 17px;
}

.our-mission-content ul li:hover .icon {
  background-color: #32C192;
  color: #ffffff;
  border-radius: 70% 30% 30% 70% / 60% 40% 60% 40%;
}

.shape3 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.shape3 img {
  opacity: .60;
}

/*================================================
Fun Facts Area CSS
=================================================*/
.fun-facts-area {
  position: relative;
  z-index: 1;
  background-color: #121521;
  background-image: url(../../assets/img/map-bg1.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.single-fun-facts {
  text-align: center;
}

.single-fun-facts .icon {
  font-size: 45px;
  color: #32C192;
  margin-bottom: 10px;
}

.single-fun-facts h3 {
  color: #ffffff;
  margin-bottom: 0;
  position: relative;
  padding-left: 5px;
  font-size: 50px;
  font-weight: 600;
}

.single-fun-facts h3 .optional-icon {
  top: -25px;
  right: 5px;
  position: relative;
  font-size: 25px;
  font-weight: 300;
}

.single-fun-facts p {
  color: #32C192;
  line-height: initial;
  margin-top: 5px;
}

/*================================================
Feedback Area CSS
=================================================*/
.feedback-area {
  position: relative;
  z-index: 1;
}

.feedback-slides {
  position: relative;
}

.feedback-slides .client-feedback {
  position: relative;
  margin: 0 auto -35px;
  max-width: 900px;
}

.feedback-slides .client-feedback .single-feedback {
  text-align: center;
  background-color: #ffffff;
  -webkit-box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.2);
          box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.2);
  position: relative;
  padding: 75px 90px 10px 90px;
  border-radius: 5px;
  z-index: 1;
  margin-top: 35px;
  margin-bottom: 65px;
  margin-right: 50px;
  margin-left: 50px;
}

.feedback-slides .client-feedback .single-feedback h3 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
}

.feedback-slides .client-feedback .single-feedback p {
  font-size: 16px;
  line-height: 1.7;
}

.feedback-slides .client-feedback .single-feedback::before {
  content: '';
  position: absolute;
  z-index: -1;
  background: #ffffff;
  right: 0;
  left: 0;
  opacity: .90;
  height: 50%;
  bottom: -20px;
  left: 0;
  right: 0;
  border-radius: 3px;
  -webkit-box-shadow: 0 30px 10px -20px rgba(0, 0, 0, 0.04);
          box-shadow: 0 30px 10px -20px rgba(0, 0, 0, 0.04);
  margin-left: 20px;
  margin-right: 20px;
}

.feedback-slides .client-feedback .single-feedback::after {
  content: '';
  position: absolute;
  z-index: -1;
  background: #ffffff;
  -webkit-box-shadow: 0 30px 10px -20px rgba(0, 0, 0, 0.03);
          box-shadow: 0 30px 10px -20px rgba(0, 0, 0, 0.03);
  right: 0;
  left: 0;
  opacity: .70;
  height: 50%;
  bottom: -40px;
  left: 0;
  right: 0;
  border-radius: 3px;
  margin-left: 40px;
  margin-right: 40px;
}

.feedback-slides .client-thumbnails {
  position: relative;
  max-width: 450px;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -80px;
}

.feedback-slides .client-thumbnails .item .img-fill {
  cursor: pointer;
  position: relative;
  text-align: center;
}

.feedback-slides .client-thumbnails .item .img-fill img {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
  position: relative;
  border: 2px solid #32C192;
  border-radius: 50%;
  padding: 3px;
  width: 85px;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.feedback-slides .client-thumbnails .item.slick-center .img-fill img {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.feedback-slides .next-arrow, .feedback-slides .prev-arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #f0f0f0;
  border: none;
  color: #9f9f9f;
  z-index: 1;
  border-radius: 50%;
  line-height: 40px;
  outline: 0 !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}

.feedback-slides .next-arrow:hover, .feedback-slides .prev-arrow:hover {
  color: #ffffff;
  background-color: #32C192;
}

.feedback-slides .next-arrow {
  right: -20px;
}

.feedback-slides .prev-arrow {
  left: -20px;
}

.feedback-slides:hover .next-arrow, .feedback-slides:hover .prev-arrow {
  opacity: 1;
  visibility: visible;
}

.feedback-slides .slick-list {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/*================================================
Seo Area CSS
=================================================*/

/*================================================
FAQ Area CSS
=================================================*/
.faq-image {
  width: 100%;
  height: 100%;
  background-image: url(../../assets/img/perevozka-bolnogo.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.faq-image img {
  display: none;
}

.faq-accordion {
  max-width: 600px;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 50px;
}

.faq-accordion .sub-title {
  display: block;
  margin-bottom: 5px;
  color: #32C192;
  font-size: 17px;
  font-family: "Rubik", sans-serif;
}

.faq-accordion h2 {
  margin-bottom: 0;
  line-height: 1.3;
  font-size: 40px;
  font-weight: 600;
}

.faq-accordion .accordion {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 30px;
}

.faq-accordion .accordion .accordion-item {
  display: block;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
          box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  background: #ffffff;
  margin-bottom: 10px;
}

.faq-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.faq-accordion .accordion .accordion-title {
  padding: 12px 20px 12px 51px;
  color: #121521;
  position: relative;
  border-bottom: 1px solid transparent;
  margin-bottom: -1px;
  display: block;
  font-size: 15px;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
}

.faq-accordion .accordion .accordion-title i {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  text-align: center;
  height: 100%;
  background: #d2f5e1;
  color: #32C192;
  font-size: 14px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.faq-accordion .accordion .accordion-title i::before {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.faq-accordion .accordion .accordion-title.active {
  border-bottom-color: #eeeeee;
}

.faq-accordion .accordion .accordion-title.active i {
  background-color: #32C192;
  color: #ffffff;
}

.faq-accordion .accordion .accordion-title.active i::before {
  content: "\f068";
}

.faq-accordion .accordion .accordion-content {
  display: none;
  position: relative;
  padding: 15px;
  font-size: 14.5px;
}

.faq-accordion .accordion .accordion-content.show {
  display: block;
}

/*================================================
Page Title Area CSS
=================================================*/
.page-title-area {
  height: 300px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.page-title-bg1 {
  background-image: url(../../assets/img/page-title/skoraya-kiev.jpg);
  
}

.page-title-bg2 {
  background-image: url(../../assets/img/page-title/perevozka-baner.jpg);
  
}

.page-title-bg3 {
  background-image: url(../../assets/img/page-title/zapoy-baner.jpg);
}

.page-title-bg4 {
  background-image: url(../../assets/img/page-title/vrach.jpg);
}

.page-title-content {
  text-align: center;
}

.page-title-content h2 {
  margin-bottom: 0;
  line-height: 1.3;
  font-size: 40px;
  font-weight: 600;
  color: #fff;
}

/*================================================
Services Details Area CSS
=================================================*/
.services-details-desc .services-details-image {
  margin-bottom: 30px;
}

.services-details-desc h3 {
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 23px;
  font-weight: 600;
}

.services-details-desc .services-details-features {
  margin-top: 25px;
  margin-bottom: 25px;
}

.services-details-desc .services-features-list {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}

.services-details-desc .services-features-list li {
  margin-bottom: 16px;
  position: relative;
  padding-left: 34px;
  font-family: "Rubik", sans-serif;
}
.services-details-desc .more-services-btn {
  margin-top: 30px;
	margin-bottom: 60px;
}
.services-details-desc .more-services-btn:last-child {
	margin-bottom: 0;
}
.services-details-desc .services-features-list li i {
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 70% 30% 30% 70% / 60% 40% 60% 40%;
  background-color: #d2f5e1;
  color: #32C192;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
  font-size: 11px;
  position: absolute;
  left: 0;
  top: -2px;
}

.services-details-desc .services-features-list li:hover i {
  background-color: #32C192;
  color: #ffffff;
}

.services-details-desc .services-features-list li:last-child {
  margin-bottom: 0;
}

/*================================================
Sidebar Widget Area CSS
=================================================*/
.widget-area .widget {
  margin-top: 35px;
  -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.08);
          box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.08);
  background-color: #ffffff;
  padding: 25px;
}

.widget-area .widget:first-child {
  margin-top: 0;
}

.widget-area .widget .widget-title {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
  margin-bottom: 20px;
  text-transform: capitalize;
  position: relative;
  font-weight: 600;
  font-size: 20px;
}

.widget-area .widget .widget-title::before {
  content: '';
  position: absolute;
  background: #32C192;
  bottom: -1px;
  left: 0;
  width: 50px;
  height: 1px;
}


.widget-area .widget_services_list ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.04);
          box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.04);
  background-color: #ffffff;
}

.widget-area .widget_services_list ul li a {
  display: block;
  position: relative;
  border-bottom: 1px solid #eeeeee;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 35px;
  color: #5d6576;
  z-index: 1;
  font-weight: 500;
}

.widget-area .widget_services_list ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #121521;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}

.widget-area .widget_services_list ul li a i {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.widget-area .widget_services_list ul li a.active, .widget-area .widget_services_list ul li a:hover {
  background-color: #32C192;
  color: #ffffff;
  padding-left: 20px;
}

.widget-area .widget_services_list ul li a.active::before, .widget-area .widget_services_list ul li a:hover::before {
  opacity: 1;
  visibility: visible;
  width: 5px;
}

.widget-area .widget_services_list ul li:last-child a {
  border-bottom: none;
}

/*================================================
Contact Area CSS
=================================================*/
.contact-area {
  position: relative;
  z-index: 1;
}

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

.contact-form form .form-control {
  background-color: #ffffff;
  border: none;
  -webkit-box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2) !important;
          box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2) !important;
  height: 57px;
}

.contact-form form .form-group {
  text-align: left;
}

.contact-form form .row {
  margin-left: -7px;
  margin-right: -7px;
}

.contact-form form .row .col-lg-12, .contact-form form .row .col-lg-6 {
  padding-left: 7px;
  padding-right: 7px;
}

.contact-form form textarea.form-control {
  height: auto;
  padding-top: 15px;
}

.contact-form form .btn {
  font-size: 16px;
  margin-top: 10px;
  -webkit-box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.5) !important;
          box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.5) !important;
}

.contact-form form .btn.disabled {
  cursor: not-allowed !important;
}

.contact-form form .btn.disabled:hover::before, .contact-form form .btn.disabled:focus::before {
  opacity: 1;
  visibility: visible;
}

.contact-form form .btn.disabled:hover::after, .contact-form form .btn.disabled:focus::after {
  opacity: 0;
  visibility: hidden;
}

.contact-form form .help-block ul {
  padding-left: 0;
  list-style-type: none;
  margin-top: 5px;
  margin-bottom: 0;
}

.contact-form form .help-block ul li {
  color: red;
}

.contact-form form #msgSubmit {
  margin-bottom: 0;
  text-align: center !important;
}

.contact-form form #msgSubmit.text-danger, .contact-form form #msgSubmit.text-success {
  margin-top: 8px;
  font-size: 20px;
  font-weight: 600;
}

.contact-info {
  padding-left: 25px;
}

.contact-info ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.contact-info ul li {
  position: relative;
  padding-left: 95px;
  color: #7d7d7d;
  font-family: "Rubik", sans-serif;
  margin-bottom: 35px;
}

.contact-info ul li .icon {
  border: 1px dashed #32C192;
  width: 75px;
  height: 75px;
  line-height: 75px;
  color: #ffffff;
  border-radius: 50%;
  font-size: 25px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

.contact-info ul li .icon::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #32C192;
  border-radius: 50%;
  margin: 6px;
  -webkit-box-shadow: 0 1px 3px 1px #32C192;
          box-shadow: 0 1px 3px 1px #32C192;
  z-index: -1;
}

.contact-info ul li span {
  display: block;
  margin-bottom: 8px;
  color: #121521;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.contact-info ul li a {
  color: #7d7d7d;
  display: block;
}

.contact-info ul li a:hover {
  color: #32C192;
}

.contact-info ul li:last-child {
  margin-bottom: 0;
}

.bg-map {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
  text-align: center;
  margin: 0 auto;
  opacity: .4;
}


/*================================================
404 Error Area CSS
=================================================*/
.error-area {
  height: 100vh;
}

.error-content {
  text-align: center;
  margin: 0 auto;
  max-width: 700px;
}

.error-content h3 {
  font-size: 40px;
  font-weight: 700;
  margin-top: 45px;
  margin-bottom: 15px;
}

.error-content p {
  max-width: 520px;
  margin: 0 auto 20px;
}

/*================================================
Footer Area CSS
=================================================*/
.footer-area {
  background-color: #121521;
  padding-top: 80px;
}

.single-footer-widget {
  margin-bottom: 30px;
}

.single-footer-widget .logo a {
  display: inline-block;
  font-weight: bold;
  font-size: 35px;
  text-transform: uppercase;
  color: #fff;
}

.single-footer-widget .logo p {
  color: #cecece;
  margin-top: 15px;
  margin-bottom: 0;
}

.single-footer-widget .social {
  padding-left: 0;
  list-style-type: none;
  margin-top: 18px;
  margin-bottom: 0;
}

.single-footer-widget .social li {
  display: inline-block;
  margin-left: 2px;
  margin-right: 2px;
}

.single-footer-widget .social li a {
  display: block;
  color: #ffffff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  background-color: #3a3c45;
  text-align: center;
  font-size: 14px;
}

.single-footer-widget .social li a:hover {
  color: #ffffff;
  background-color: #32C192;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.single-footer-widget .social li:first-child {
  margin-left: 0;
}

.single-footer-widget .social li:last-child {
  margin-right: 0;
}

.single-footer-widget h3 {
  margin-bottom: 30px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
}

.single-footer-widget .departments-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.single-footer-widget .departments-list li {
  margin-bottom: 10px;
  color: #cecece;
  font-size: 14.5px;
  font-family: "Rubik", sans-serif;
}

.single-footer-widget .departments-list li a {
  display: inline-block;
  color: #cecece;
}

.single-footer-widget .departments-list li a:hover {
  color: #32C192;
}

.single-footer-widget .departments-list li:last-child {
  margin-bottom: 0;
}

.single-footer-widget .links-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.single-footer-widget .links-list li {
  margin-bottom: 10px;
  color: #cecece;
  font-size: 14.5px;
  font-family: "Rubik", sans-serif;
}

.single-footer-widget .links-list li a {
  display: inline-block;
  color: #cecece;
}

.single-footer-widget .links-list li a:hover {
  color: #32C192;
}

.single-footer-widget .links-list li:last-child {
  margin-bottom: 0;
}

.single-footer-widget .opening-hours {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.single-footer-widget .opening-hours li {
  color: #cecece;
  border-bottom: 1px solid #393c49;
  overflow: hidden;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-family: "Rubik", sans-serif;
}

.single-footer-widget .opening-hours li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.copyright-area {
  text-align: center;
  border-top: 1px solid #272a35;
  margin-top: 50px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.copyright-area p {
  line-height: initial;
  color: #ffffff;
  margin-bottom: 0;
}

.copyright-area p a {
  color: #ffffff;
  display: inline-block;
}

.copyright-area p a:hover {
  color: #32C192;
}

/*================================================
Go Top CSS
=================================================*/
.go-top {
  position: fixed;
  cursor: pointer;
  top: 50%;
  right: 15px;
  background: #d2f5e1;
  z-index: 4;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .9s;
  transition: .9s;
  color: #32C192;
  border-radius: 3px;
  font-size: 20px;
}

.go-top.active {
  top: 98%;
  -webkit-transform: translateY(-98%);
          transform: translateY(-98%);
  opacity: 1;
  visibility: visible;
}

.go-top:hover, .go-top:focus {
  color: #ffffff;
  background-color: #32C192;
}