/*-----------------------------------------------------------------------------------

    Template Name: Homeys Interio || Interior Design
    Version: 1.1

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    00 - Helpers (Variables & Mixins)
    01 - Basic (Typography, Common Classes)
        01.01 - Typrography
        01.02 - Common Classes
    02 - Layout (Header, Footer, Section, Main Container/Wrapper and Page Header Styles)
        02.01 - Header
        02.02 - Footer
    03 - Modules (Template Design Elements as Modules and Third party Plugins Custom Styles)

-----------------------------------------------------------------------------------*/
/*----------------------------------------*/
/*  01. Template default CSS
/*----------------------------------------*/
/* Common Style */
*,
*::after,
*::before {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  font-family: "Roboto Condensed", sans-serif, Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.75;
  position: relative;
  visibility: visible;
  overflow-x: hidden;
  color: #212529;
  background-color: #FFFFFF;
}

p {
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 15px;
  font-family: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0;
}

ol,
ul {
  padding-left: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  line-height: inherit;
  margin: 0;
}

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

a,
button {
  line-height: inherit;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}

a,
button,
img,
input {
  transition: all 0.3s ease 0s;
}

*:focus {
  outline: none;
}

a:focus {
  text-decoration: none;
  color: inherit;
  outline: none;
}

.btn-primary:focus {
  color: #FFFFFF;
}

a:hover {
  text-decoration: none;
  color: #7fb2b2;
}

button,
input[type=submit] {
  cursor: pointer;
}

img {
  max-width: 100%;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
}

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

hr {
  border-top-width: 2px;
}

.bg-img {
  background-position: center center;
  background-size: cover;
}

.bg-black {
  background-color: #000;
}

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

.bg-gray {
  background-color: #F9F9F9;
}

:root {
  scroll-behavior: unset;
}

#scrollUp {
  width: 50px;
  height: 50px;
  background-color: #7fb2b2;
  color: #FFFFFF;
  right: 50px;
  bottom: 53px;
  text-align: center;
  overflow: hidden;
  border-radius: 50px;
  z-index: 9811 !important;
  transition: all 0.3s ease 0s;
}

@media only screen and (max-width: 767px) {
  #scrollUp {
    width: 35px;
    height: 35px;
    right: 20px;
  }
}

#scrollUp i {
  display: block;
  line-height: 50px;
  font-size: 22px;
}

@media only screen and (max-width: 767px) {
  #scrollUp i {
    line-height: 35px;
    font-size: 20px;
  }
}

#scrollUp:hover {
  background-color: #666;
}

.height-100vh {
  height: 100vh;
}

.overly-style-1 {
  position: relative;
}

.overly-style-1:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
}

.overly-style-1.opacity-point-4:before {
  opacity: 0.4;
}

.overly-style-1.opacity-point-7:before {
  opacity: 0.7;
}

.section {
  float: left;
  width: 100%;
}

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

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-padding {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-padding {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .section-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.section-fluid {
  padding-left: 120px;
  padding-left: 120px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-fluid {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-fluid {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .section-fluid {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.header-transparent-bar {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
}

.main-menu>nav>ul li {
  display: inline-flex;
  margin-right: 36px;
  position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu>nav>ul li {
    margin-right: 20px;
  }
}

.main-menu>nav>ul li:last-child {
  margin-right: 0;
}

.main-menu>nav>ul li ul {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 0 20px 0.4px rgba(0, 0, 0, 0.1);
  display: block;
  left: 0;
  padding: 28px 0px 28px;
  position: absolute;
  top: 100%;
  transform: rotateX(90deg);
  transform-origin: center top 0;
  transition: all 0.5s ease 0s;
  visibility: hidden;
  z-index: 99;
  width: 200px;
  text-align: left;
}

.main-menu>nav>ul li ul li {
  display: block;
  position: relative;
  line-height: 1;
  padding: 0 20px 20px;
  margin-right: 0;
}

.main-menu>nav>ul li ul li:last-child {
  padding: 0 20px 0px;
}

.main-menu>nav>ul li ul li a {
  display: flex;
  color: #222;
  font-weight: 400;
  font-size: 15px;
  text-transform: capitalize;
  line-height: 1;
  justify-content: space-between;
  align-items: center;
}

.main-menu>nav>ul li ul li:hover>a {
  color: #7fb2b2;
}

.main-menu>nav>ul li ul.level-menu-style {
  left: 100%;
  top: 0;
}

.main-menu>nav>ul li>a {
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 700;
  line-height: 100px;
  display: inline-block;
}

.main-menu>nav>ul li:hover>a {
  color: #f7e08e;
}

.main-menu>nav>ul li:hover>ul {
  transform: rotateX(0deg);
  visibility: visible;
}

.header-action-wrap {
  display: flex;
  justify-content: center;
}

.header-action-wrap .header-action-style {
  margin-right: 17px;
}

.header-action-wrap .header-action-style:last-child {
  margin-right: 0px;
}

.header-action-wrap .header-action-style a {
  font-size: 23px;
  line-height: 1;
  display: flex;
  color: #FFFFFF;
}

.header-action-wrap .header-action-style a:hover {
  color: #7fb2b2;
}

.header-search-1 {
  position: relative;
}

.header-search-1 .search-toggle {
  z-index: 99;
}

.header-search-1 .search-toggle i {
  display: block;
}

.header-search-1 .search-toggle i.s-open {
  font-size: 20px;
  top: 2px;
  position: relative;
}

.header-search-1 .search-toggle i.s-close {
  font-size: 25px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.header-search-1 .search-toggle .s-close {
  opacity: 0;
}

.header-search-1 .search-toggle.open .s-close {
  opacity: 1;
}

.header-search-1 .search-toggle.open .s-open {
  opacity: 0;
}

.search-wrap-1 {
  background-color: transparent;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 340px;
  z-index: -99;
  padding-bottom: 1px;
  margin-right: 10px;
}

@media only screen and (max-width: 767px) {
  .search-wrap-1 {
    width: 250px;
  }
}

.search-wrap-1 form {
  position: relative;
  overflow: hidden;
}

.search-wrap-1 form input {
  background-color: #fff;
  border: 1px solid #E2DCDC;
  color: #000000;
  line-height: 30px;
  padding: 5px 60px 5px 20px;
  width: 100%;
  font-size: 14px;
  border-radius: 50px;
}

.search-wrap-1 form input::-moz-input-placeholder {
  color: #000000;
  opacity: 1;
}

.search-wrap-1 form input::-webkit-input-placeholder {
  color: #000000;
  opacity: 1;
}

.search-wrap-1 form button.button-search {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  border: none;
  background-color: transparent;
  height: 100%;
  font-size: 18px;
  border-left: 1px solid #E2DCDC;
  padding: 0 15px;
  color: #000000;
  line-height: 45px;
}

.search-wrap-1 form button.button-search:hover {
  color: #7fb2b2;
}

.search-wrap-1.open {
  opacity: 1;
  right: 100%;
  visibility: visible;
  z-index: 99;
}

.header-aside-active {
  position: fixed;
  top: 0;
  width: 400px;
  min-height: 100vh;
  bottom: 0;
  z-index: 111;
  right: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 400ms ease-out;
  transform: translate(200px, 0);
  background-color: #1D1D1D;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.09);
  z-index: 9999;
}

@media only screen and (max-width: 767px) {
  .header-aside-active {
    width: 290px;
  }
}

.header-aside-active.header-aside-active-left {
  transform: translateX(-410px);
  left: 0;
}

.header-aside-active.inside {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}

.header-aside-active .header-aside-wrap {
  padding: 100px 40px 20px;
  height: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-aside-active .header-aside-wrap {
    padding: 100px 40px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .header-aside-active .header-aside-wrap {
    padding: 70px 20px 20px;
  }
}

.header-aside-active .header-aside-wrap .aside-close {
  position: absolute;
  top: 40px;
  left: 40px;
  font-size: 30px;
  line-height: 30px;
  transition: all 250ms ease-out;
  color: #FFFFFF;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-aside-active .header-aside-wrap .aside-close {
    left: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .header-aside-active .header-aside-wrap .aside-close {
    top: 20px;
    left: 20px;
    font-size: 23px;
  }
}

.header-aside-active .header-aside-wrap .aside-close:hover {
  transform: rotate(90deg);
  color: #7fb2b2;
}

.header-aside-active .header-aside-wrap .header-aside-content {
  overflow: auto;
  height: 100%;
}

.header-aside-active .header-aside-wrap .header-aside-content .mobile-menu-area {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-aside-active .header-aside-wrap .header-aside-content .mobile-menu-area {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .header-aside-active .header-aside-wrap .header-aside-content .mobile-menu-area {
    display: block;
  }
}

.header-aside-active .header-aside-wrap .header-aside-content .mobile-menu-area .mobile-menu-wrap {
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  margin-bottom: 11px;
  padding-bottom: 6px;
}

.header-aside-active .header-aside-wrap .header-aside-content .mobile-menu-area .mobile-menu-wrap .mobile-navigation nav {
  height: 100%;
}

.header-aside-active .header-aside-wrap .header-aside-content .mobile-menu-area .mobile-menu-wrap .mobile-navigation nav .mobile-menu li {
  display: block;
  position: relative;
}

.header-aside-active .header-aside-wrap .header-aside-content .mobile-menu-area .mobile-menu-wrap .mobile-navigation nav .mobile-menu li.menu-item-has-children .menu-expand {
  line-height: 50;
  top: -5px;
  right: 0%;
  width: 30px;
  position: absolute;
  height: 50px;
  text-align: center;
  cursor: pointer;
}

.header-aside-active .header-aside-wrap .header-aside-content .mobile-menu-area .mobile-menu-wrap .mobile-navigation nav .mobile-menu li.menu-item-has-children .menu-expand i {
  display: block;
  position: relative;
  width: 10px;
  margin-top: 25px;
  border-bottom: 1px solid #BDBDBD;
  transition: all 250ms ease-out;
}

.header-aside-active .header-aside-wrap .header-aside-content .mobile-menu-area .mobile-menu-wrap .mobile-navigation nav .mobile-menu li.menu-item-has-children .menu-expand i::before {
  top: 0;
  width: 100%;
  content: "";
  display: block;
  position: absolute;
  transform: rotate(90deg);
  border-bottom: 1px solid #BDBDBD;
  transition: 0.4s;
}

.header-aside-active .header-aside-wrap .header-aside-content .mobile-menu-area .mobile-menu-wrap .mobile-navigation nav .mobile-menu li.menu-item-has-children.active>.menu-expand i::before {
  transform: rotate(0);
}

.header-aside-active .header-aside-wrap .header-aside-content .mobile-menu-area .mobile-menu-wrap .mobile-navigation nav .mobile-menu li a {
  font-size: 14px;
  line-height: 18px;
  position: relative;
  display: inline-block;
  padding: 10px 0;
  color: #FFFFFF;
}

.header-aside-active .header-aside-wrap .header-aside-content .mobile-menu-area .mobile-menu-wrap .mobile-navigation nav .mobile-menu li a:hover {
  color: #7fb2b2;
}

.header-aside-active .header-aside-wrap .header-aside-content .mobile-menu-area .mobile-menu-wrap .mobile-navigation nav .mobile-menu li ul li a {
  padding: 10px 15px 5px;
  font-size: 15px;
  font-weight: 400;
}

.header-aside-active .header-aside-wrap .header-aside-content .mobile-menu-area .mobile-menu-wrap .mobile-navigation nav .mobile-menu li ul li a:hover {
  color: #7fb2b2;
}

.header-aside-active .header-aside-wrap .header-aside-content .mobile-menu-area .mobile-menu-wrap .mobile-navigation nav .mobile-menu li ul li ul li a {
  padding: 10px 30px 5px;
  font-size: 14px;
  font-weight: 300;
}

.header-aside-active .header-aside-wrap .header-aside-content .header-aside-menu {
  margin: 0 0 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-aside-active .header-aside-wrap .header-aside-content .header-aside-menu {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .header-aside-active .header-aside-wrap .header-aside-content .header-aside-menu {
    margin: 0 0 20px;
    display: none;
  }
}

.header-aside-active .header-aside-wrap .header-aside-content .header-aside-menu nav ul li {
  display: block;
}

.header-aside-active .header-aside-wrap .header-aside-content .header-aside-menu nav ul li a {
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  display: block;
  padding: 0 0 5px;
}

@media only screen and (max-width: 767px) {
  .header-aside-active .header-aside-wrap .header-aside-content .header-aside-menu nav ul li a {
    font-size: 15px;
    padding: 0 0 16px;
  }
}

.header-aside-active .header-aside-wrap .header-aside-content .header-aside-menu nav ul li a:hover {
  color: #7fb2b2;
}

.header-aside-active .header-aside-wrap .header-aside-content .header-aside-menu nav ul li:last-child a {
  padding: 0 0 0px;
}

.header-aside-active .header-aside-wrap .header-aside-content .aside-banner-wrap a {
  position: relative;
}

.header-aside-active .header-aside-wrap .header-aside-content .aside-banner-wrap a::before {
  background-color: #000000;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.3;
  pointer-events: none;
  transition: all 0.3s ease-in;
}

.header-aside-active .header-aside-wrap .header-aside-content .aside-banner-wrap a img {
  width: 100%;
}

.header-aside-active .header-aside-wrap .header-aside-content .aside-banner-wrap a .aside-banner-add-content {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px;
  transition: all 0.3s ease-in;
}

.header-aside-active .header-aside-wrap .header-aside-content .aside-banner-wrap a .aside-banner-add-content h5 {
  color: #FFFFFF;
  font-size: 24px;
  margin: 0 0 5px;
}

.header-aside-active .header-aside-wrap .header-aside-content .aside-banner-wrap a .aside-banner-add-content p {
  color: #FFFFFF;
  font-size: 17px;
}

.header-aside-active .header-aside-wrap .header-aside-content .aside-banner-wrap:hover a::before {
  top: 15px;
  left: 15px;
  bottom: 15px;
  right: 15px;
  opacity: 0.3;
}

.header-aside-active .header-aside-wrap .header-aside-content .aside-banner-wrap:hover a .aside-banner-add-content {
  padding: 30px;
}

.header-aside-active .header-aside-wrap .header-aside-content .aside-contact-info {
  margin: 0px 0 10px;
}

.header-aside-active .header-aside-wrap .header-aside-content .aside-contact-info ul li {
  color: #FFFFFF;
  display: flex;
  margin: 0 0 23px;
}

.header-aside-active .header-aside-wrap .header-aside-content .aside-contact-info ul li:last-child {
  margin: 0 0 0px;
}

.header-aside-active .header-aside-wrap .header-aside-content .aside-contact-info ul li i {
  font-size: 22px;
  margin: 1px 16px 0px 0;
}

.social-icon-style a {
  display: inline-block;
  font-size: 12px;
  width: 31px;
  height: 31px;
  text-align: center;
  border-radius: 100%;
  color: #fff;
  margin-right: 5px;
  border: 1px solid transparent;
}

.social-icon-style a:last-child {
  margin-right: 0px;
}

.social-icon-style a i {
  line-height: 30px;
  font-size: 12px;
}



.social-icon-style a.facebook:hover {
  opacity: 0.9;
  color: #fff;
}


.social-icon-style a.twitter:hover {
  opacity: 0.9;
  color: #fff;
}

.social-icon-style a.facebook {
  background-color: black;
}

.social-icon-style a.twitter {
  background-color: black;
}

.social-icon-style a.google-plus {
  background-color: black;
}



.social-icon-style a.google-plus:hover {
  opacity: 0.9;
  color: #fff;
}

.social-icon-style a.behance {
  background-color: #1769ff;
}

.social-icon-style a.behance:hover {
  opacity: 0.9;
  color: #fff;
}

.copyright p {
  color: #FFFFFF;
  margin: 0;
}

.copyright p i {
  color: #fa0909;
}

.copyright p a {
  color: #FFFFFF;
}

.copyright p a:hover {
  color: #7fb2b2;
}

.logo a {
  display: inline-block;
}

.logo a .black-logo {
  display: none;
}

.sticky-bar.stick {
  -webkit-animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  left: 0;
  background-color: #7fb2b2;
  transition: all 0.3s ease 0s;
}

.sticky-bar.stick .main-menu>nav>ul>li>a {
  color: #000000;
  font-size: 15px;
  line-height: 80px;
  display: inline-block;
}

.sticky-bar.stick .main-menu>nav>ul>li:hover>a {
  color: #f7e08e;
}

.sticky-bar.stick .header-action-wrap .header-action-style a {
  color: #000000;
}

.sticky-bar.stick .header-action-wrap .header-action-style a:hover {
  color: #7fb2b2;
}

.sticky-bar.stick .logo a .black-logo {
  display: block;
}

.sticky-bar.stick .logo a .white-logo {
  display: none;
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area {
    padding: 25px 0;
  }

  .header-area.stick {
    padding: 20px 0;
  }
}

@media only screen and (max-width: 767px) {
  .header-area {
    padding: 25px 0;
  }

  .header-area.stick {
    padding: 15px 0;
  }
}

.footer-about p {
  color: #FFFFFF;
  width: 90%;
  margin: 20px 0 19px;
}

.footer-widget .footer-title {
  color: #FFFFFF;
  margin: 0 0 23px;
  font-size: 24px;
}

.footer-widget.footer-list ul li {
  list-style: none;
  display: flex;
  margin: 0 0 7px;
  align-items: baseline;
}

.footer-widget.footer-list ul li:last-child {
  margin: 0 0 0px;
}

.footer-widget.footer-list ul li a {
  display: block;
  color: #FFFFFF;
}

.footer-widget.footer-list ul li a:hover {
  color: #7fb2b2;
}

.footer-widget.footer-list ul li .title {
  color: #7fb2b2;
  font-weight: bold;
}

.footer-widget.footer-list ul li .desc {
  color: #FFFFFF;
  margin-left: 10px;
  width: 90%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-widget.footer-list ul li .desc {
    width: 85%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-widget.footer-list ul li .desc {
    width: 65%;
  }
}

@media only screen and (max-width: 767px) {
  .footer-widget.footer-list ul li .desc {
    width: 57%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-widget.footer-list ul li .desc {
    width: 71%;
  }
}

.footer-newsletter p {
  color: #FFFFFF;
  margin: 20px 0 12px;
}

.footer-newsletter .subscribe-form form .mc-form input {
  background: #1e1e1e none repeat scroll 0 0;
  border: none;
  color: #FFFFFF;
  font-size: 14px;
  height: 45px;
  width: 100%;
  padding: 2px 20px;
}

.footer-newsletter .subscribe-form form .mc-form input::-moz-input-placeholder {
  color: #FFFFFF;
  opacity: 1;
}

.footer-newsletter .subscribe-form form .mc-form input::-webkit-input-placeholder {
  color: #FFFFFF;
  opacity: 1;
}

.footer-newsletter .subscribe-form form .mc-form .mc-news {
  display: none;
}

.footer-newsletter .subscribe-form form .mc-form .clear {
  margin-top: 17px;
}

.footer-newsletter .subscribe-form form .mc-form .clear input {
  width: auto;
  background-color: #7fb2b2;
  height: auto;
  padding: 6px 15px 5px;
  transition: all 0.3s ease 0s;
}

.footer-newsletter .subscribe-form form .mc-form .clear input:hover {
  color: #000000;
  background-color: #FFFFFF;
}

.footer-bottom {
  background-color: #222;
  padding: 20px 50px;
}

.slider-content-center {
  display: flex;
  align-items: center;
}

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

.hero-content-1 .title {
  font-size: 87px;
  color: #FFFFFF;
  margin: 0 0 24px;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .hero-content-1 .title {
    font-size: 75px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-content-1 .title {
    font-size: 65px;
    margin: 0 0 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-content-1 .title {
    font-size: 56px;
    margin: 0 0 15px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-content-1 .title {
    font-size: 29px;
    margin: 0 0 12px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-content-1 .title {
    font-size: 35px;
  }
}

.hero-content-1 p {
  font-size: 25px;
  color: #FFFFFF;
  margin: 0 0 52px;
  font-family: "Roboto Condensed", sans-serif;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-content-1 p {
    font-size: 17px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-content-1 p {
    font-size: 16px;
    margin: 0 auto 25px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-content-1 p {
    font-size: 18px;
    width: 80%;
  }
}

.main-slider-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 50px;
  font-size: 50px;
  cursor: pointer;
  line-height: 1;
  transition: all 0.4s ease 0s;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  color: #FFFFFF;
}

@media only screen and (max-width: 767px) {
  .main-slider-nav {
    left: 15px;
  }
}

.main-slider-nav.home-slider-next {
  left: auto;
  right: 50px;
}

@media only screen and (max-width: 767px) {
  .main-slider-nav.home-slider-next {
    right: 15px;
  }
}

.main-slider-nav:hover {
  color: #7fb2b2;
}

.hero-slider-active:hover .main-slider-nav {
  opacity: 1;
  visibility: visible;
}

.swiper-slide-active .single-animation-wrap .hm2-slider-animation * {
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.swiper-slide-active .single-animation-wrap .slider-animated-1 h1 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.swiper-slide-active .single-animation-wrap .slider-animated-1 p {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.swiper-slide-active .single-animation-wrap .slider-animated-1 a {
  -webkit-animation-delay: 1.9s;
  animation-delay: 1.9s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.hero-area video {
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  background-size: cover;
  background-position: center center;
}

.hero-content-position {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}

.btn {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.2px;
  transition: all 0.3s ease ease 0s;
  z-index: 1;
  border: none;
  border-radius: 4px;
  line-height: 20px;
  padding: 15px 35px;
  position: relative;
  transition: all 0.5s ease-in-out 0s;
  /*Variant*/
  /*Hover Style*/
}

.btn.padding-dec {
  padding: 12px 35px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .btn.padding-dec {
    padding: 10px 24px;
  }
}

@media only screen and (max-width: 767px) {
  .btn {
    font-size: 14px;
    padding: 12px 25px;
  }
}

.btn::before,
.btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: -1;
  border-radius: 4px;
}

.btn::after {
  width: 0;
  left: auto;
  right: 0;
}

.btn-primary {
  color: #FFFFFF;
}

.btn-primary:hover {
  color: #FFFFFF;
}

.btn.btn-hover-primary::after {
  background: #7fb2b2;
}

.btn.btn-hover-dark::after {
  background: #212121;
}

.btn:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}

.btn:focus {
  box-shadow: none !important;
}

.about-content .title {
  font-size: 40px;
  line-height: 34px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .about-content .title {
    font-size: 30px;
  }
}

.about-content .title span {
  color: #7fb2b2;
}

.about-content .sub-title {
  font-size: 20px;
  margin: 0 0 23px;
  font-weight: 400;
}

.about-content .sub-title span {
  font-weight: bold;
}

.about-content p {
  width: 90%;
  margin: 20px 0 22px;
  text-align: justify;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-content p {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .about-content p {
    width: 100%;
    margin: 10px 0 17px;
  }
}

.working-away-wrap {
  margin: 0 0 33px;
}

.working-away {
  display: flex;
  margin: 0 0 21px;
}

.working-away .working-away-icon i {
  color: #7fb2b2;
  font-size: 35px;
}

.working-away .working-content {
  margin-left: 20px;
}

.working-away .working-content .title {
  font-size: 22px;
  margin: 0px 0 7px;
  transition: all 0.4s ease 0s;
}

.working-away .working-content p {
  width: 80%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .working-away .working-content p {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .working-away .working-content p {
    width: 100%;
  }
}

.about-banner {
  margin-left: 100px;
  text-align: right;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-banner {
    margin-left: 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-banner {
    margin-left: 0px;
    text-align: left;
  }
}

@media only screen and (max-width: 767px) {
  .about-banner {
    margin-left: 0px;
  }
}

.about-banner img {
  max-width: 100%;
}

.funfact .count-style {
  font-size: 32px;
  color: #7fb2b2;
  margin: 0 0 7px;
  line-height: 1;
  display: block;
  font-weight: bold;
}

.funfact .title {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}

.funfact-2 {
  position: relative;
  z-index: 1;
}

.funfact-2 i {
  font-size: 35px;
  color: #FFFFFF;
}

.funfact-2 .count-style-2 {
  font-size: 42px;
  color: #FFFFFF;
  font-weight: 700;
  display: block;
  margin: 12px 0 11px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .funfact-2 .count-style-2 {
    margin: 5px 0 5px;
  }
}

.funfact-2 .title {
  font-size: 20px;
  color: #FFFFFF;
  margin: 0;
  font-weight: 400;
}

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

.section-title .title {
  font-size: 40px;
  text-transform: uppercase;
  margin: 0 0 17px;
  line-height: 34px;
}

@media only screen and (max-width: 767px) {
  .section-title .title {
    font-size: 30px;
    margin: 0 0 8px;
  }
}

.section-title .title.white {
  color: #FFFFFF;
}

.section-title .title span {
  color: #7fb2b2;
}

.section-title p {
  width: 50%;
  margin: 0 auto;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title p {
    width: 62%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title p {
    width: 84%;
  }
}

@media only screen and (max-width: 767px) {
  .section-title p {
    width: 100%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-title p {
    width: 83%;
  }
}

.section-title p.white {
  color: #FFFFFF;
}


.service1,
.service2,
.service3,
.service4,
.service5,
.service6,
.service7 {
  border: 1px solid transparent;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 20px;
  color: black;
  transition: transform 0.3s ease-in-out, background 0.5s ease, color 0.5s ease;
  height: 400px;
}


.service-icon1 img {
  background-color: #7fb2b2;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  padding: 10px 20px;
  transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
}


.service1:hover .service-icon1 img,
.service2:hover .service-icon1 img,
.service3:hover .service-icon1 img,
.service4:hover .service-icon1 img,
.service5:hover .service-icon1 img,
.service6:hover .service-icon1 img,
.service7:hover .service-icon1 img {
  background-color: white;
  transform: scale(1.1);
}


.service1:hover {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/assets/images/service/service-1.jpg');
}

.service2:hover {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/assets/images/service/service-2.jpg');
}

.service3:hover {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/assets/images/service/service-3.jpg');
}

.service4:hover {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/assets/images/service/service-4.jpg');
}

.service5:hover {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/assets/images/service/service-5.jpg');
}

.service6:hover {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/assets/images/service/service-6.jpg');
}

.service7:hover {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/assets/images/service/service-7.jpg');
}

 .service1, .service2, .service3, .service4, .service5, .service6, .service7 {
  position: relative;
  z-index: 10;
}

.service1:hover,
.service2:hover,
.service3:hover,
.service4:hover,
.service5:hover,
.service6:hover,
.service7:hover {
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  transform: scale(1.02);
}




.working-process {
  background-color: white;
  padding: 60px 20px 55px;
  border-radius: 10px;
  position: relative;
}

.working-process i {
  font-size: 42px;
  color: #7fb2b2;
  transition: all 0.3s ease 0s;
}

.working-process .title {
  font-size: 20px;
  margin: 15px 0 0;
}

.working-process:hover i {
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running tada;
  animation: 500ms ease-in-out 0s normal none 1 running tada;
}

.col:last-child .working-process::after {
  display: none;
}

.project-menu-style {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.project-menu-style .btn-project {
  border: none;
  padding: 0 0 4px;
  font-size: 18px;
  margin: 0 14px;
  background-color: transparent;
  position: relative;
  transition: all 0.4s ease 0s;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .project-menu-style .btn-project {
    margin: 0 6px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .project-menu-style .btn-project {
    margin: 0 10px;
  }
}

.project-menu-style .btn-project::after {
  content: "";
  height: 2px;
  right: 0px;
  bottom: 0px;
  left: auto;
  width: 0;
  position: absolute;
  transition: all 0.4s ease 0s;
  background-color: #7fb2b2;
}

.project-menu-style .btn-project.active,
.project-menu-style .btn-project:hover {
  color: #7fb2b2;
}

.project-menu-style .btn-project.active::after,
.project-menu-style .btn-project:hover::after {
  left: 0px;
  right: auto;
  width: 100%;
  transition: all 0.4s ease 0s;
}

.project-wrap {
  position: relative;
  overflow: hidden;
}

.project-wrap::before {
  background-color: #7fb2b2;
  content: "";
  width: 0;
  height: 4px;
  top: 0;
  left: auto;
  right: 0;
  position: absolute;
  z-index: 2;
  transition: 0.3s;
}

.project-wrap::after {
  background-color: #7fb2b2;
  content: "";
  width: 4px;
  height: 0;
  top: auto;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 2;
  transition: 0.3s 0.25s;
}

.project-wrap .project-inner>.thumbnail {
  display: block;
  position: relative;
}

.project-wrap .project-inner>.thumbnail:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  background: #000 none repeat scroll 0 0;
  transition: all 0.4s ease-in-out 0s;
}

.project-wrap .project-inner>.thumbnail img {
  width: 100%;
  transition: all 0.8s ease 0s;
}

.project-wrap .project-inner::before {
  background-color: #7fb2b2;
  content: "";
  width: 0;
  height: 4px;
  bottom: 0;
  left: 0;
  right: auto;
  position: absolute;
  z-index: 2;
  transition: 0.3s 0.5s;
}

.project-wrap .project-inner::after {
  background-color: #7fb2b2;
  content: "";
  width: 4px;
  height: 0;
  top: 0;
  bottom: auto;
  left: 0;
  position: absolute;
  z-index: 2;
  transition: 0.3s 0.75s;
}

.project-wrap .project-inner .img-zoom {
  position: absolute;
  /* left: 100px;
top: 0px; */
  z-index: 99;
  width: 100%;
  height: 75%;
  display: grid;
  color: #000000;
  /* background-color: #fff; */
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  font-size: 20px;
  transform: scale(0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out 0s;
}

.project-wrap .project-inner .img-zoom:hover {
  /* background-color: #7fb2b2; */
  color: #FFFFFF;
}

.project-wrap .project-inner .project-content {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 30px;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project-wrap .project-inner .project-content {
    padding: 30px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .project-wrap .project-inner .project-content {
    padding: 20px;
  }
}

.project-wrap .project-inner .project-content .category a {
  color: #FFFFFF;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  letter-spacing: 1px;
  transform: translateY(-10px);
  transition: all 0.4s ease-in-out 0s;
}

.project-wrap .project-inner .project-content .category a:hover {
  color: #7fb2b2;
}

.project-wrap .project-inner .project-content .title {
  font-size: 20px;
  margin: 7px 0 0;
}

@media only screen and (max-width: 767px) {
  .project-wrap .project-inner .project-content .title {
    font-size: 19px;
  }
}

.project-wrap .project-inner .project-content .title a {
  color: #FFFFFF;
  transform: translateY(10px);
  transition: all 0.4s ease-in-out 0s;
}

.project-wrap .project-inner .project-content .title a:hover {
  color: #7fb2b2;
}

.project-wrap:hover::before {
  width: 100%;
  right: auto;
  left: 0;
}

.project-wrap:hover::after {
  height: 100%;
  bottom: auto;
  top: 0;
}

.project-wrap:hover .project-inner>.thumbnail:before {
  opacity: 0.75;
  visibility: visible;
}

.project-wrap:hover .project-inner>.thumbnail img {
  transform: scale(1.2);
}

.project-wrap:hover .project-inner .img-zoom {
  top: 30px;
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.project-wrap:hover .project-inner .project-content {
  opacity: 1;
  visibility: visible;
}

.project-wrap:hover .project-inner .project-content .category a {
  transform: translateY(0px);
}

.project-wrap:hover .project-inner .project-content .title a {
  transform: translateY(0px);
}

.project-wrap:hover .project-inner::before {
  width: 100%;
  right: 0;
  left: auto;
}

.project-wrap:hover .project-inner::after {
  height: 100%;
  top: auto;
  bottom: 0;
}

.project-slider-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(0);
  left: 30px;
  z-index: 9;
  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease 0s;
}

@media only screen and (max-width: 767px) {
  .project-slider-nav {
    left: 20px;
  }
}

.project-slider-nav i {
  font-size: 23px;
  position: relative;
  top: 1px;
}

.project-slider-nav:hover {
  color: #7fb2b2;
}

.project-slider-nav.project-slider-next {
  left: auto;
  right: 30px;
}

@media only screen and (max-width: 767px) {
  .project-slider-nav.project-slider-next {
    right: 20px;
  }
}

.project-slider-active:hover .project-slider-nav {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) scale(1);
}

.sidebar-widget-title {
  font-size: 20px;
  margin: 0 0 30px;
  line-height: 1;
  text-transform: uppercase;
  padding-left: 35px;
  position: relative;
}

.sidebar-widget-title::before {
  position: absolute;
  content: "";
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  background-color: #7fb2b2;
}

.sidebar-widget-title::after {
  position: absolute;
  content: "";
  left: 7px;
  top: 7px;
  width: 16px;
  height: 16px;
  background-color: #7fb2b2;
  border: 2px solid #ffffff;
}

.brand-logo-wrap {
  padding: 30px;
  border: 1px solid #e1e1e1;
}

.brand-logo-wrap .swiper-wrapper {
  align-items: center;
}

.brand-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.brand-logo a {
  display: block;
}

.brand-logo a img {
  opacity: 0.7;
  /* filter: grayscale(100); */
  transition: all 0.25s ease-out;
}

.brand-logo:hover a img {
  filter: grayscale(0);
}

.blog-wrap .blog-img {
  overflow: hidden;
  position: relative;
}

.blog-wrap .blog-img>a {
  display: block;
  position: relative;
}

.blog-wrap .blog-img>a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  background: #000 none repeat scroll 0 0;
  transition: all 0.4s ease-in-out 0s;
}

.blog-wrap .blog-img>a img {
  width: 100%;
  transition: all 0.5s ease 0s;
}

.blog-wrap .blog-content .blog-meta {
  margin: 0 0 7px;
}

.blog-wrap .blog-content .blog-meta ul {
  display: flex;
}

.blog-wrap .blog-content .blog-meta ul li {
  list-style: none;
  margin-right: 10px;
}

.blog-wrap .blog-content .blog-meta ul li:last-child {
  margin-right: 0;
}

.blog-wrap .blog-content h3 {
  font-size: 22px;
  margin: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-wrap .blog-content h3 {
    font-size: 21px;
  }
}

@media only screen and (max-width: 767px) {
  .blog-wrap .blog-content h3 {
    font-size: 20px;
  }
}

.blog-wrap:hover .blog-img>a::before {
  opacity: 0.5;
  visibility: visible;
}

.blog-wrap:hover .blog-img>a img {
  transform: scale(1.2);
}

.single-sidebar-blog {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #dee0e4;
}

.single-sidebar-blog:last-child {
  margin: 0 0 0px;
  padding: 0 0 0px;
  border-bottom: none;
}

.single-sidebar-blog .sidebar-blog-img {
  flex: 0 0 70px;
  overflow: hidden;
}

.single-sidebar-blog .sidebar-blog-img a {
  display: block;
}

.single-sidebar-blog .sidebar-blog-img a img {
  width: 100%;
  transition: all 0.5s ease 0s;
}

.single-sidebar-blog .sidebar-blog-content {
  margin: 0 0 0 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-sidebar-blog .sidebar-blog-content {
    margin: 0 0 0 10px;
  }
}

.single-sidebar-blog .sidebar-blog-content .category a {
  color: #555;
  line-height: 1;
  display: inline-block;
}

.single-sidebar-blog .sidebar-blog-content .category a:hover {
  color: #7fb2b2;
}

.single-sidebar-blog .sidebar-blog-content .title {
  font-size: 17px;
  margin: 5px 0 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-sidebar-blog .sidebar-blog-content .title {
    margin: 2px 0 0;
  }
}

.single-sidebar-blog:hover .sidebar-blog-img a img {
  transform: scale(1.2);
}

/*-------- 15. Breadcrumb style ---------*/
.breadcrumb-area {
  position: relative;
}

.breadcrumb-area::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.9));
}

.breadcrumb-content {
  position: relative;
}

.breadcrumb-content h2 {
  font-size: 40px;
  color: white;
  line-height: 1;
  margin: 0 0 15px;
  text-transform: uppercase;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb-content h2 {
    margin: 0 0 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-content h2 {
    font-size: 30px;
    margin: 0 0 15px;
  }
}

@media only screen and (max-width: 767px) {
  .breadcrumb-content h2 {
    font-size: 25px;
    margin: 0 0 10px;
  }
}

.breadcrumb-content ul {
  display: flex;
  justify-content: center;
}

.breadcrumb-content ul li {
  margin-right: 10px;
  list-style: none;
  color: white;
  font-size: 17px;
  letter-spacing: 0.5px;
}

.breadcrumb-content ul li:last-child {
  margin-right: 0;
}

.breadcrumb-content ul li a {
  color: white;
  display: inline-block;
}

.breadcrumb-content ul li a:hover {
  color: white;
}

.breadcrumb-content ul li i {
  font-size: 18px;
  line-height: 1;
  position: relative;
  top: 0px;
  color: white;
}

.breadcrumb-padding {
  padding: 250px 0 150px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb-padding {
    padding: 150px 0 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-padding {
    padding: 123px 0 60px;
  }
}

@media only screen and (max-width: 767px) {
  .breadcrumb-padding {
    padding: 113px 0 52px;
  }
}

/*-------- Pagination style ---------*/
.pagination-style ul {
  display: flex;
  justify-content: center;
}

.pagination-style ul li {
  list-style: none;
}

.pagination-style ul li a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  display: inline-block;
  border-radius: 100%;
  margin: 0 4px;
  color: #333;
  text-align: center;
}

.pagination-style ul li a:hover {
  color: #7fb2b2;
}

.pagination-style ul li a.active {
  background-color: #7fb2b2;
  color: #FFFFFF;
}

/* .video-banner .banner-content {
  position: relative;
} */

.video-banner .banner-content::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
}

.video-banner .banner-content video {
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  background-size: cover;
  background-position: center center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .video-banner .banner-content video {
    height: auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .video-banner .banner-content video {
    height: auto;
  }
}

@media only screen and (max-width: 767px) {
  .video-banner .banner-content video {
    height: auto;
  }
}

.video-banner .banner-content .play-pause-style {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 1;
}

.video-banner .banner-content .play-pause-style i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  font-size: 25px;
  cursor: pointer;
  border-radius: 100%;
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease 0s;
  box-shadow: 0 0 0 8px rgba(246, 249, 250, 0.42);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .video-banner .banner-content .play-pause-style i {
    width: 80px;
    height: 80px;
    font-size: 22px;
    box-shadow: 0 0 0 4px rgba(246, 249, 250, 0.42);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .video-banner .banner-content .play-pause-style i {
    width: 70px;
    height: 70px;
    font-size: 20px;
    box-shadow: 0 0 0 4px rgba(246, 249, 250, 0.42);
  }
}

@media only screen and (max-width: 767px) {
  .video-banner .banner-content .play-pause-style i {
    width: 55px;
    height: 55px;
    font-size: 18px;
    box-shadow: 0 0 0 4px rgba(246, 249, 250, 0.42);
  }
}

.video-banner .banner-content .play-pause-style i:hover {
  transform: scale(1.1);
}

.video-banner.playing .play-pause-style i::before {
  content: "\f04c";
}

.single-testimonial-wrapper {
  background-color: #FFFFFF;
  border-radius: 5px;
  padding: 40px 30px 32px;
  position: relative;
  min-height: 300px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-testimonial-wrapper {
    padding: 40px 25px 32px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-testimonial-wrapper {
    padding: 40px 17px 32px;
  }
}

@media only screen and (max-width: 767px) {
  .single-testimonial-wrapper {
    padding: 40px 17px 32px;
  }
}

.single-testimonial-wrapper .testimonial-img-title {
  display: flex;
  margin-bottom: 15px;
  align-items: center;
  gap: 15px;
}

.single-testimonial-wrapper .testimonial-img-title .testimonial-img {
  flex: 0 0 70px;
}

.single-testimonial-wrapper .testimonial-img-title .testimonial-title h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 2px;
}

.single-testimonial-wrapper .testimonial-img-title .testimonial-title span {
  color: #7fb2b2;
  font-size: 16px;
}

.single-testimonial-wrapper p {
  margin: 0;
}

.single-testimonial-wrapper .quote {
  position: absolute;
  top: -6px;
  right: 0px;
}

.single-testimonial-wrapper .quote i {
  transform: rotateY(180deg);
  font-size: 80px;
  opacity: 0.06;
}

.sidebar-margin-left {
  margin-left: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar-margin-left {
    margin-left: 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sidebar-margin-left {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .sidebar-margin-left {
    margin-left: 0px;
  }
}

.sidebar-margin-right {
  margin-right: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar-margin-right {
    margin-right: 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sidebar-margin-right {
    margin-right: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .sidebar-margin-right {
    margin-right: 0px;
  }
}

.search-wrap-2 form {
  position: relative;
}

.search-wrap-2 form input {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #e6e6e6;
  color: #333;
  font-size: 14px;
  height: 43px;
  width: 100%;
  padding: 2px 50px 2px 18px;
}

.search-wrap-2 form button {
  background: transparent none repeat scroll 0 0;
  border-color: #a1a5aa;
  -o-border-image: none;
  border-image: none;
  border-style: none none none solid;
  border-width: medium medium medium 1px;
  padding: 0 15px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: 2px;
  transform: translateY(-50%);
  cursor: pointer;
  transition: all 0.3s ease 0s;
}

.search-wrap-2 form button:hover {
  color: #7fb2b2;
}

.sidebar-categori ul li {
  list-style: none;
  margin: 0 0 6px;
}

.sidebar-categori ul li:last-child {
  margin-bottom: 0;
}

.sidebar-categori ul li a {
  display: block;
}

.sidebar-categori ul li a span {
  float: right;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sidebar-wrap {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .sidebar-wrap {
    margin-top: 50px;
  }
}

.project-details-img {
  overflow: hidden;
}

.project-details-img img {
  width: 100%;
  transition: all 0.7s ease 0s;
}

.project-details-img:hover img {
  transform: scale(1.1);
}

.project-details-content .category {
  color: #7fb2b2;
  font-size: 18px;
}

.project-details-content .title {
  font-size: 36px;
  margin: 0 0 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .project-details-content .title {
    font-size: 32px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project-details-content .title {
    font-size: 26px;
  }
}

@media only screen and (max-width: 767px) {
  .project-details-content .title {
    font-size: 28px;
  }
}

.project-details-content p {

  text-align: justify;
  line-height: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .project-details-content p {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project-details-content p {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .project-details-content p {
    width: 100%;
  }
}

.project-details-info {
  margin: 38px 0 15px;
}

@media only screen and (max-width: 767px) {
  .project-details-info {
    margin: 0px 0 15px;
  }
}

.project-details-info.modify {
  padding: 35px 0 35px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-bottom: 42px;
}

@media only screen and (max-width: 767px) {
  .project-details-info.modify {
    padding: 21px 0 21px;
    margin-bottom: 30px;
  }
}

.project-details-info ul li {
  list-style: none;
  margin: 0 0 8px;
  display: flex;
}

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

.project-details-info ul li span {
  font-weight: bold;
  min-width: 80px;
  display: inline-block;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .project-details-info ul li span {
    min-width: 65px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project-details-info ul li span {
    min-width: 65px;
  }
}

.project-details-list-content {
  margin: 31px 0 30px;
}

@media only screen and (max-width: 767px) {
  .project-details-list-content {
    margin: 21px 0 21px;
  }
}

.project-details-list-content ul li {
  list-style: none;
  margin: 0 0 5px;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
}

.project-wrapper-sticky {
  margin-left: 70px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .project-wrapper-sticky {
    margin-left: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project-wrapper-sticky {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .project-wrapper-sticky {
    margin-left: 0px;
  }
}

.project-wrapper-sticky .project-details-content p {
  width: 100%;
}

.sidebar-active.col {
  padding-left: 15px;
  padding-right: 15px;
}

.sidebar-active.col.is-affixed {
  padding-left: 0px;
  padding-right: 0px;
}

.sidebar-active.col.is-affixed .project-wrapper-sticky {
  padding-left: 15px;
  padding-right: 15px;
}

/*-------- 15. Service details style ---------*/
.service-details-content>img {
  width: 100%;
  margin: 0 0 51px;
}

@media only screen and (max-width: 767px) {
  .service-details-content>img {
    margin: 0 0 25px;
  }
}

.service-details-content .title,
.service-details-content .title2 {
  font-size: 36px;
  font-weight: bold;
  margin: 0 0 19px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .service-details-content .title,
  .service-details-content .title2 {
    font-size: 35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .service-details-content .title,
  .service-details-content .title2 {
    font-size: 33px;
  }
}

@media only screen and (max-width: 767px) {

  .service-details-content .title,
  .service-details-content .title2 {
    font-size: 22px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

  .service-details-content .title,
  .service-details-content .title2 {
    font-size: 25px;
  }
}

.service-details-content p {
  margin: 0 0 19px;
}

.service-details-content .service-details-list-wrap {
  margin: 55px 0 50px;
}

@media only screen and (max-width: 767px) {
  .service-details-content .service-details-list-wrap {
    margin: 40px 0 40px;
  }
}

.service-details-content .service-details-list-wrap .service-details-list-content-wrap {
  margin-right: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-details-content .service-details-list-wrap .service-details-list-content-wrap {
    margin-right: 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-details-content .service-details-list-wrap .service-details-list-content-wrap {
    margin-right: 0px;
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .service-details-content .service-details-list-wrap .service-details-list-content-wrap {
    margin-right: 0px;
    margin-bottom: 40px;
  }
}

.service-details-content .service-details-list-wrap .service-details-list-content-wrap .service-details-list {
  margin: 32px 0 0;
}

.service-details-content .service-details-list-wrap .service-details-list-content-wrap .service-details-list .single-service-details-list {
  display: flex;
  margin: 0 0 18px;
}

.service-details-content .service-details-list-wrap .service-details-list-content-wrap .service-details-list .single-service-details-list:last-child {
  margin-bottom: 0;
}

.service-details-content .service-details-list-wrap .service-details-list-content-wrap .service-details-list .single-service-details-list .service-details-list-degit {
  margin-right: 30px;
}

.service-details-content .service-details-list-wrap .service-details-list-content-wrap .service-details-list .single-service-details-list .service-details-list-degit .number {
  font-size: 40px;
  color: #c7c7c7;
  font-weight: bold;
  margin: 0;
  line-height: 1;
  transition: all 0.3s ease 0s;
}

.service-details-content .service-details-list-wrap .service-details-list-content-wrap .service-details-list .single-service-details-list .service-details-list-content p {
  margin: 0;
}

.service-details-content .service-details-list-wrap .service-details-list-content-wrap .service-details-list .single-service-details-list:hover .service-details-list-degit h3 {
  color: #7fb2b2;
}

.service-details-content .service-details-list-wrap .service-details-list-content-wrap .service-details-list .single-service-details-list:hover .service-details-list-content h4 {
  color: #7fb2b2;
}

.service-details-content .service-details-list-wrap .service-details-list-img img {
  width: 100%;
}

.blog-details-img,
.blog-details-middle-img {
  overflow: hidden;
}

.blog-details-img img,
.blog-details-middle-img img {
  width: 100%;
  transition: all 0.5s ease 0s;
}

.blog-details-img:hover img,
.blog-details-middle-img:hover img {
  transform: scale(1.1);
}

.blog-details-meta {
  margin: 0 0 7px;
}

.blog-details-meta ul {
  display: flex;
}

.blog-details-meta ul li {
  list-style: none;
  margin-right: 10px;
}

.blog-details-meta ul li:last-child {
  margin-right: 0;
}

.blog-details-wrap .title {
  font-size: 36px;
  margin: 5px 0 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-details-wrap .title {
    font-size: 30px;
    margin: 5px 0 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-details-wrap .title {
    font-size: 30px;
    margin: 5px 0 20px;
  }
}

@media only screen and (max-width: 767px) {
  .blog-details-wrap .title {
    font-size: 25px;
    margin: 5px 0 15px;
  }
}

.blog-details-wrap .blockquote-wrap {
  padding: 22px 30px 18px;
  border-left: 5px solid #7fb2b2;
  background-color: #fafafa;
  margin: 40px 0;
}

@media only screen and (max-width: 767px) {
  .blog-details-wrap .blockquote-wrap {
    margin: 30px 0;
  }
}

.blog-details-wrap .blockquote-wrap p {
  margin: 0 0 10px;
}

.blog-details-wrap .blockquote-wrap .name {
  font-weight: 400;
  color: #7fb2b2;
  font-size: 20px;
  font-style: italic;
}

.blog-details-wrap .blog-details-middle-img-wrap {
  margin: 40px 0;
}

@media only screen and (max-width: 767px) {
  .blog-details-wrap .blog-details-middle-img-wrap {
    margin: 30px 0;
  }
}

.blog-details-wrap .tag-share {
  display: flex;
  justify-content: space-between;
  padding: 20px 0 20px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  margin-top: 41px;
}

@media only screen and (max-width: 767px) {
  .blog-details-wrap .tag-share {
    display: block;
    margin-top: 31px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-details-wrap .tag-share {
    display: flex;
  }
}

.blog-details-wrap .tag-share .blog-details-tag {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .blog-details-wrap .tag-share .blog-details-tag {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-details-wrap .tag-share .blog-details-tag {
    margin-bottom: 0px;
  }
}

.blog-details-wrap .tag-share .blog-details-tag span {
  color: #7fb2b2;
  margin-right: 15px;
  font-weight: bold;
  letter-spacing: 0.5px;
}

.blog-details-wrap .tag-share .blog-details-tag ul li {
  display: inline-block;
}

.blog-details-wrap .blog-next-previous-post {
  display: flex;
  justify-content: space-between;
  margin: 40px 0 0px;
}

@media only screen and (max-width: 767px) {
  .blog-details-wrap .blog-next-previous-post {
    display: block;
    margin: 30px 0 0px;
  }
}

.blog-details-wrap .blog-next-previous-post .blog-prev-post-wrap {
  padding-left: 0px;
  transition: all 0.3s ease 0s;
}

@media only screen and (max-width: 767px) {
  .blog-details-wrap .blog-next-previous-post .blog-prev-post-wrap {
    margin-bottom: 20px;
  }
}

.blog-details-wrap .blog-next-previous-post .blog-prev-post-wrap .blog-prev-post-icon {
  margin: 0 0 6px;
}

.blog-details-wrap .blog-next-previous-post .blog-prev-post-wrap .blog-prev-post-icon a {
  color: #7fb2b2;
  display: flex;
  align-items: center;
}

.blog-details-wrap .blog-next-previous-post .blog-prev-post-wrap .blog-prev-post-icon a i {
  padding-right: 10px;
  font-size: 20px;
}

.blog-details-wrap .blog-next-previous-post .blog-prev-post-wrap .blog-prev-post-icon a:hover {
  color: #000000;
}

.blog-details-wrap .blog-next-previous-post .blog-prev-post-wrap .title {
  margin: 0;
  font-size: 20px;
}

.blog-details-wrap .blog-next-previous-post .blog-next-post-wrap {
  transition: all 0.3s ease 0s;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .blog-details-wrap .blog-next-previous-post .blog-next-post-wrap {
    text-align: left;
  }
}

.blog-details-wrap .blog-next-previous-post .blog-next-post-wrap .blog-next-post-icon {
  margin: 0 0 6px;
  display: flex;
  justify-content: flex-end;
}

@media only screen and (max-width: 767px) {
  .blog-details-wrap .blog-next-previous-post .blog-next-post-wrap .blog-next-post-icon {
    justify-content: flex-start;
  }
}

.blog-details-wrap .blog-next-previous-post .blog-next-post-wrap .blog-next-post-icon a {
  color: #7fb2b2;
  display: flex;
  align-items: center;
}

.blog-details-wrap .blog-next-previous-post .blog-next-post-wrap .blog-next-post-icon a i {
  padding-left: 10px;
  font-size: 20px;
}

.blog-details-wrap .blog-next-previous-post .blog-next-post-wrap .blog-next-post-icon a:hover {
  color: #000000;
}

.blog-details-wrap .blog-next-previous-post .blog-next-post-wrap .title {
  margin: 0;
  font-size: 20px;
}

.blog-comment-wrapper {
  margin: 50px 0 55px;
}

@media only screen and (max-width: 767px) {
  .blog-comment-wrapper {
    margin: 40px 0 35px;
  }
}

.blog-comment-wrapper .blog-dec-title {
  font-size: 36px;
  margin: 0 0 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-comment-wrapper .blog-dec-title {
    font-size: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-comment-wrapper .blog-dec-title {
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .blog-comment-wrapper .blog-dec-title {
    margin: 0 0 20px;
    font-size: 20px;
  }
}

.blog-comment-wrapper .single-comment-wrapper {
  display: flex;
}

.blog-comment-wrapper .single-comment-wrapper .blog-comment-img {
  flex: 0 0 120px;
  margin-right: 20px;
}

@media only screen and (max-width: 767px) {
  .blog-comment-wrapper .single-comment-wrapper .blog-comment-img {
    flex: 0 0 80px;
  }
}

.blog-comment-wrapper .single-comment-wrapper .blog-comment-img img {
  width: 100%;
  border-radius: 100%;
  padding: 10px;
  border: 1px solid #e1e1e1;
}

.blog-comment-wrapper .single-comment-wrapper .comment-info-reply-wrap {
  display: flex;
  justify-content: space-between;
  margin: 0 0 15px;
}

@media only screen and (max-width: 767px) {
  .blog-comment-wrapper .single-comment-wrapper .comment-info-reply-wrap {
    display: block;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-comment-wrapper .single-comment-wrapper .comment-info-reply-wrap {
    display: flex;
  }
}

@media only screen and (max-width: 767px) {
  .blog-comment-wrapper .single-comment-wrapper .comment-info-reply-wrap .comment-info {
    margin: 0 0 7px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-comment-wrapper .single-comment-wrapper .comment-info-reply-wrap .comment-info {
    margin: 0 0 0px;
  }
}

.blog-comment-wrapper .single-comment-wrapper .comment-info-reply-wrap .comment-info span {
  color: #555;
  font-size: 15px;
  text-transform: uppercase;
}

.blog-comment-wrapper .single-comment-wrapper .comment-info-reply-wrap .comment-info .name {
  font-size: 18px;
  margin: 2px 0 0;
  font-weight: 400;
}

.blog-comment-wrapper .single-comment-wrapper .comment-info-reply-wrap .comment-reply .comment-btn {
  display: inline-block;
  line-height: 1;
  font-weight: 400;
  color: #7fb2b2;
  border-bottom: 1px solid #7fb2b2;
  padding: 0 0 1px;
}

.blog-comment-wrapper .single-comment-wrapper .comment-info-reply-wrap .comment-reply .comment-btn:hover {
  color: #000000;
  border-bottom: 1px solid #7fb2b2;
}

.blog-comment-wrapper .single-comment-wrapper p {
  margin: 0;
}

.blog-comment-wrapper .single-comment-wrapper.single-comment-border {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e1e1e1;
}

.blog-comment-wrapper .single-comment-wrapper.single-comment-ml {
  margin-left: 120px;
}

@media only screen and (max-width: 767px) {
  .blog-comment-wrapper .single-comment-wrapper.single-comment-ml {
    margin-left: 0px;
  }
}

.blog-comment-form form .blog-comment-style {
  margin: 0 0 30px;
}

@media only screen and (max-width: 767px) {
  .blog-comment-form form .blog-comment-style {
    margin: 0 0 20px;
  }
}

.blog-comment-form form .blog-comment-style input,
.blog-comment-form form .blog-comment-style textarea {
  border: 1px solid #e9e9e9;
  height: 50px;
  padding: 2px 24px;
  font-weight: 300;
  color: #000000;
  width: 100%;
  border-radius: 4px;
}

.blog-comment-form form .blog-comment-style input::-moz-input-placeholder,
.blog-comment-form form .blog-comment-style textarea::-moz-input-placeholder {
  color: #000000;
  opacity: 1;
}

.blog-comment-form form .blog-comment-style input::-webkit-input-placeholder,
.blog-comment-form form .blog-comment-style textarea::-webkit-input-placeholder {
  color: #000000;
  opacity: 1;
}

.blog-comment-form form .blog-comment-style textarea {
  height: 140px;
  padding: 18px 24px;
}

.pricing-table-wrap {
  position: relative;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  text-align: center;
  border: 1px solid #E6E6E6;
  border-radius: 4px;
}

.pricing-table-wrap .pricing-image img {
  width: 100%;
}

.pricing-table-wrap .pricing-head {
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
  padding: 44px 0 46px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pricing-table-wrap .pricing-head {
    padding: 40px 0 37px;
  }
}

.pricing-table-wrap .pricing-head::after {
  position: absolute;
  bottom: 0;
  left: 30px;
  width: calc(100% - 60px);
  height: 1px;
  content: "";
  border-bottom: 1px solid #E6E6E6;
}

.pricing-table-wrap .pricing-head .pricing-badge {
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  top: 15px;
  left: -30px;
  padding: 10px 38px;
  transform: rotate(-45deg);
  text-transform: uppercase;
  color: #FFFFFF;
  background-color: #7fb2b2;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pricing-table-wrap .pricing-head .pricing-badge {
    top: 8px;
    left: -38px;
    padding: 8px 38px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pricing-table-wrap .pricing-head .pricing-badge {
    top: 8px;
    left: -38px;
    padding: 8px 38px;
  }
}

.pricing-table-wrap .pricing-head .pricing-title {
  font-size: 30px;
  line-height: 1;
  margin-bottom: 24px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pricing-table-wrap .pricing-head .pricing-title {
    font-size: 25px;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pricing-table-wrap .pricing-head .pricing-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .pricing-table-wrap .pricing-head .pricing-title {
    font-size: 26px;
    margin-bottom: 16px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pricing-table-wrap .pricing-head .pricing-title {
    font-size: 22px;
    margin-bottom: 10px;
  }
}

.pricing-table-wrap .pricing-head .pricing-price {
  display: flex;
  justify-content: center;
}

.pricing-table-wrap .pricing-head .pricing-price span {
  color: #7fb2b2;
}

.pricing-table-wrap .pricing-head .pricing-price .pricing-price-currency {
  font-size: 16px;
  align-self: flex-start;
  margin-right: 6px;
}

.pricing-table-wrap .pricing-head .pricing-price .pricing-price-amount {
  font-size: 51px;
  line-height: 0.75;
  padding-top: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pricing-table-wrap .pricing-head .pricing-price .pricing-price-amount {
    font-size: 40px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pricing-table-wrap .pricing-head .pricing-price .pricing-price-amount {
    font-size: 40px;
  }
}

.pricing-table-wrap .pricing-head .pricing-price .pricing-price-duration {
  font-size: 16px;
  align-self: flex-end;
  margin-left: 4px;
}

.pricing-table-wrap .pricing-body {
  margin-bottom: 40px;
  padding: 0 30px;
}

.pricing-table-wrap .pricing-body ul {
  list-style: none;
}

.pricing-table-wrap .pricing-body ul li {
  margin: 0 0 15px;
}

.pricing-table-wrap .pricing-body ul li:last-child {
  margin-bottom: 0;
}

.pricing-table-wrap .pricing-footer {
  padding: 0 30px 48px;
}

.contact-info-wrap {
  background-color: #fafafa;
  padding: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-info-wrap {
    padding: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .contact-info-wrap {
    padding: 30px;
  }
}

.single-contact-info-wrap {
  display: flex;
  margin: 0 0 30px;
}

.single-contact-info-wrap:last-child {
  margin-bottom: 0;
}

.single-contact-info-wrap .info-icon i {
  font-size: 30px;
  color: #7fb2b2;
}

.single-contact-info-wrap .info-content {
  margin-left: 20px;
}

.single-contact-info-wrap .info-content .title {
  font-size: 20px;
  margin: 0 0 10px;
  line-height: 1;
  display: block;
}

.single-contact-info-wrap .info-content p {
  margin: 0;
}

.single-contact-info-wrap .info-content p.width {
  width: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-contact-info-wrap .info-content p.width {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-contact-info-wrap .info-content p.width {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .single-contact-info-wrap .info-content p.width {
    width: 100%;
  }
}

.single-contact-info-wrap:hover .info-icon i {
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running tada;
  animation: 500ms ease-in-out 0s normal none 1 running tada;
}

.contact-from-wrap {
  box-shadow: 0 25px 45px rgba(1, 2, 2, 0.12);
  padding: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-from-wrap {
    padding: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .contact-from-wrap {
    padding: 30px;
    margin-top: 30px;
  }
}

.contact-from-wrap form input,
.contact-from-wrap form textarea {
  background: transparent;
  border: 1px solid #e5e5e5;
  color: #000000;
  height: 50px;
  padding: 2px 24px;
  margin-bottom: 20px;
  width: 100%;
  border-radius: 4px;
}

.contact-from-wrap form input::-moz-input-placeholder,
.contact-from-wrap form textarea::-moz-input-placeholder {
  color: #000000;
  opacity: 1;
}

.contact-from-wrap form input::-webkit-input-placeholder,
.contact-from-wrap form textarea::-webkit-input-placeholder {
  color: #000000;
  opacity: 1;
}

.contact-from-wrap form input.submit,
.contact-from-wrap form textarea.submit {
  background-color: #7fb2b2;
  color: #FFFFFF;
  cursor: pointer;
  height: 55px;
  text-transform: uppercase;
  margin: 0;
  border: none;
}

.contact-from-wrap form input.submit:hover,
.contact-from-wrap form textarea.submit:hover {
  background-color: #000000;
}

.contact-from-wrap form textarea {
  height: 120px;
  padding: 14px 24px 2px;
}

.map iframe {
  height: 500px;
  width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .map iframe {
    height: 350px;
  }
}

@media only screen and (max-width: 767px) {
  .map iframe {
    height: 300px;
  }
}

.error-content .title {
  font-size: 36px;
  margin: 40px 0 20px;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .error-content .title {
    font-size: 24px;
    margin: 25px 0 20px;
  }
}

.error-content p {
  width: 70%;
  margin: 0 auto 28px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .error-content p {
    width: 85%;
  }
}

@media only screen and (max-width: 767px) {
  .error-content p {
    width: 100%;
    margin: 0 auto 20px;
  }
}

.team-wrap {
  text-align: center;
  overflow: hidden;
  position: relative;
}

.team-wrap .team-top {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}

.team-wrap .team-top img {
  width: 100%;
}

.team-wrap .team-top .team-top-content {
  position: absolute;
  padding: 30px 30px;
  bottom: -40%;
  left: 0;
  width: 100%;
  z-index: 1;
  transition: all 0.5s ease;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-wrap .team-top .team-top-content {
    padding: 30px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .team-wrap .team-top .team-top-content {
    padding: 30px 20px;
  }
}

.team-wrap .team-top .team-top-content .name {
  font-size: 22px;
  color: #FFFFFF;
  margin: 0 0 2px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-wrap .team-top .team-top-content .name {
    font-size: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-wrap .team-top .team-top-content .name {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .team-wrap .team-top .team-top-content .name {
    font-size: 18px;
  }
}

.team-wrap .team-top .team-top-content .profession {
  font-size: 16px;
  color: #FFFFFF;
}

.team-wrap .team-top::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  top: 0;
  left: 0;
  background: #7fb2b2;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
}

.team-wrap .team-bottom {
  overflow: hidden;
  position: relative;
}

.team-wrap .team-bottom .team-bottom-content {
  transition: all 0.5s ease;
  opacity: 1;
}

.team-wrap .team-bottom .team-bottom-content .name {
  font-size: 28px;
  color: #000000;
  margin: 0 0 2px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-wrap .team-bottom .team-bottom-content .name {
    font-size: 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-wrap .team-bottom .team-bottom-content .name {
    font-size: 22px;
  }
}

@media only screen and (max-width: 767px) {
  .team-wrap .team-bottom .team-bottom-content .name {
    font-size: 22px;
  }
}

.team-wrap .team-bottom .team-bottom-content .profession {
  font-size: 16px;
  color: #000000;
}

.team-wrap .team-bottom .team-social {
  display: flex;
  justify-content: center;
  /* transform: translateY(50px); */
  /* visibility: hidden; */
  /* position: absolute;
  left: 0;
  right: 0; */
  transition: all 0.5s ease;
}

.team-wrap .team-bottom .team-social a {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  border: 1px dashed #7fb2b2;
  margin: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-wrap .team-bottom .team-social a {
    width: 30px;
    height: 30px;
    margin: 0 7px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-wrap .team-bottom .team-social a {
    width: 25px;
    height: 25px;
    margin: 0 5px;
  }
}

@media only screen and (max-width: 767px) {
  .team-wrap .team-bottom .team-social a {
    width: 30px;
    height: 30px;
    margin: 0 5px;
  }
}

.team-wrap .team-bottom .team-social a:hover {
  color: #FFFFFF;
  border: 1px dashed #7fb2b2;
  background-color: #7fb2b2;
}

.team-wrap:hover .team-top .team-top-content {
  bottom: 0%;
}

.team-wrap:hover .team-top::after {
  height: 100%;
  opacity: 0.8;
  visibility: visible;
}

.team-wrap:hover .team-bottom .team-bottom-content {
  /* transform: translateY(-100%);
  opacity: 0; */
}

.team-wrap:hover .team-bottom .team-social {
  /* transform: translateY(-60px); */
  visibility: visible;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-wrap:hover .team-bottom .team-social {
    transform: translateY(-53px);
  }
}

@media only screen and (max-width: 767px) {
  .team-wrap:hover .team-bottom .team-social {
    transform: translateY(-53px);
  }

  #wacht a {
    position: fixed;
    z-index: 9999;
    right: 81%;
    float: right;
    bottom: 5.5%;
    margin-top: -25px;
    cursor: pointer;
    min-width: 50px;
    max-width: 150px;
    color: #fff;
    text-align: center;
    padding: 10px;
    margin: 0 auto 0 auto;
    background: #20b038;
    -webkit-transition: All .5s ease;
    -moz-transition: All .5s ease;
    -o-transition: All .5s ease;
    -ms-transition: All .5s ease;
    transition: All .5s ease;
    border-radius: 50%;
  }
}

.design_compass,
.furniture_light,
.design_design,
.tech-2_firewall,
.furniture_mixer,
.transportation_bus {
  width: 50px !important;
  height: auto;
  text-align: center;
  filter: invert(1);
}



@media only screen and (min-width: 767px) {

  #wacht a {
    position: fixed;
    z-index: 9999;
    right: 0;
    float: right;
    top: 70%;
    margin-top: -25px;
    cursor: pointer;
    min-width: 50px;
    max-width: 150px;
    color: #fff;
    text-align: center;
    padding: 10px;
    margin: 0 auto 0 auto;
    background: #20b038;
    -webkit-transition: All .5s ease;
    -moz-transition: All .5s ease;
    -o-transition: All .5s ease;
    -ms-transition: All .5s ease;
    transition: All .5s ease
  }
}



.coccoc-alo-phone {
  position: fixed;
  background-color: transparent;
  width: 100px;
  height: 100px;
  cursor: pointer;
  z-index: 200000 !important;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-transition: visibility .5s;
  -moz-transition: visibility .5s;
  -o-transition: visibility .5s;
  transition: visibility .5s
}

@media screen and (min-width: 650px) {
  .coccoc-alo-phone.coccoc-alo-show {
    display: none
  }
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight
}

.coccoc-alo-phone.coccoc-alo-static {
  opacity: .6
}

.coccoc-alo-phone.coccoc-alo-hover,
.coccoc-alo-phone:hover {
  opacity: 1
}

.coccoc-alo-ph-circle {
  width: 60px;
  height: 60px;
  top: 20px;
  left: 20px;
  position: absolute;
  background-color: transparent;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid rgba(30, 30, 30, 0.4);
  border: 2px solid #bfebfc;
  opacity: 0.1;
  -webkit-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
  -moz-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
  -ms-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
  -o-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
  animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%
}

.coccoc-alo-phone.coccoc-alo-active .coccoc-alo-ph-circle {
  -webkit-animation: coccoc-alo-circle-anim 1.1s infinite ease-in-out !important;
  -moz-animation: coccoc-alo-circle-anim 1.1s infinite ease-in-out !important;
  -ms-animation: coccoc-alo-circle-anim 1.1s infinite ease-in-out !important;
  -o-animation: coccoc-alo-circle-anim 1.1s infinite ease-in-out !important;
  animation: coccoc-alo-circle-anim 1.1s infinite ease-in-out !important
}

.coccoc-alo-phone.coccoc-alo-static .coccoc-alo-ph-circle {
  -webkit-animation: coccoc-alo-circle-anim 2.2s infinite ease-in-out !important;
  -moz-animation: coccoc-alo-circle-anim 2.2s infinite ease-in-out !important;
  -ms-animation: coccoc-alo-circle-anim 2.2s infinite ease-in-out !important;
  -o-animation: coccoc-alo-circle-anim 2.2s infinite ease-in-out !important;
  animation: coccoc-alo-circle-anim 2.2s infinite ease-in-out !important
}

.coccoc-alo-phone.coccoc-alo-hover .coccoc-alo-ph-circle,
.coccoc-alo-phone:hover .coccoc-alo-ph-circle {
  border-color: #00aff2;
  opacity: .5
}

.coccoc-alo-phone.coccoc-alo-green.coccoc-alo-hover .coccoc-alo-ph-circle,
.coccoc-alo-phone.coccoc-alo-green:hover .coccoc-alo-ph-circle {
  border-color: #75eb50;
  border-color: #baf5a7 9;
  opacity: .5
}

.coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-circle {
  border-color: #f20000;
  border-color: #bfebfc 9;
  opacity: .5
}

.coccoc-alo-phone.coccoc-alo-gray.coccoc-alo-hover .coccoc-alo-ph-circle,
.coccoc-alo-phone.coccoc-alo-gray:hover .coccoc-alo-ph-circle {
  border-color: #ccc;
  opacity: .5
}

.coccoc-alo-phone.coccoc-alo-gray .coccoc-alo-ph-circle {
  border-color: #75eb50;
  opacity: .5
}

.coccoc-alo-ph-circle-fill {
  width: 60px;
  height: 60px;
  top: 20px;
  left: 20px;
  position: absolute;
  background-color: #000;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: .1;
  -webkit-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
  -moz-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
  -ms-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
  -o-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
  animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%
}

.coccoc-alo-phone.coccoc-alo-active .coccoc-alo-ph-circle-fill {
  -webkit-animation: coccoc-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
  -moz-animation: coccoc-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
  -ms-animation: coccoc-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
  -o-animation: coccoc-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
  animation: coccoc-alo-circle-fill-anim 1.7s infinite ease-in-out !important
}

.coccoc-alo-phone.coccoc-alo-static .coccoc-alo-ph-circle-fill {
  -webkit-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
  -moz-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
  -ms-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
  -o-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
  animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
  opacity: 0 !important
}

.coccoc-alo-phone.coccoc-alo-hover .coccoc-alo-ph-circle-fill,
.coccoc-alo-phone:hover .coccoc-alo-ph-circle-fill {
  background-color: rgba(0, 175, 242, 0.5);
  background-color: #00aff2 9;
  opacity: .75 !important
}

.coccoc-alo-phone.coccoc-alo-green.coccoc-alo-hover .coccoc-alo-ph-circle-fill,
.coccoc-alo-phone.coccoc-alo-green:hover .coccoc-alo-ph-circle-fill {
  background-color: rgba(117, 235, 80, 0.5);
  background-color: #baf5a7 9;
  opacity: .75 !important
}

.coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-circle-fill {
  background-color: rgba(242, 223, 0, 0.85);
  background-color: #a6e3fa 9;
  opacity: .75 !important
}

.coccoc-alo-phone.coccoc-alo-gray.coccoc-alo-hover .coccoc-alo-ph-circle-fill,
.coccoc-alo-phone.coccoc-alo-gray:hover .coccoc-alo-ph-circle-fill {
  background-color: rgba(204, 204, 204, 0.5);
  background-color: #ccc 9;
  opacity: .75 !important
}

.coccoc-alo-phone.coccoc-alo-gray .coccoc-alo-ph-circle-fill {
  background-color: rgba(117, 235, 80, 0.5);
  opacity: .75 !important
}

.coccoc-alo-ph-img-circle {
  width: 50px;
  height: 50px;
  top: 25px;
  left: 25px;
  position: absolute;
  background: rgba(30, 30, 30, 0.1) url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAAB/ElEQVR42uya7W3CMBCG31QM4A1aNggTlG6QbpBMkHYC1AloJ4BOABuEDcgGtBOETnD9c1ERCH/lwxeaV8oPFGP86Hy+DxMREW5Bd7gRjSDSNGn4/RiAOvm8C0ZCRD5PSkQVXSr1nK/xE3mcWimA1ZV3JYBZCIO4giQANoYxMwYS6+xKY4lT5dJPreWZY+uspqSCKPYN27GJVBDXheVSQe494ksiEWTuMXcu1dld9SARxDX1OAJ4lgjy4zDnFsC076A4adEiRwAZg4hOUSpNoCsBPDGM+HqkNGynYBCuILuWj+dgWysGsNe8nwL4GsrW0m2fxZBq9rW0rNcX5MOQ9eZD8JFahcG5g/iKT671alGAYQggpYWvpEPYWrU/HDTOfeRIX0q2SL3QN4tGhZJukVobQyXYWw7WtLDKDIuM+ZSzscyCE9PCy5IttCvnZNaeiGLNHKuz8ZVh/MXTVu/1xQKmIqLEAuJ0fNo3iG5B51oSkeKnsBi/4bG9gYB/lCytU5G9DryFW+3Gm+JLwU7ehbJrwTjq4DJU8bHcVbEV9dXXqqP6uqO5e2/QZRYJpqu2IUAA4B3tXvx8hgKp05QZW6dJqrLTNkB6vrRURLRwPHqtYgkC3cLWQAcDQGGKH13FER/NATzi786+BPDNjm1dMkfjn2pGkBHkf4D8DgBJDuDHx9BN+gAAAABJRU5ErkJggg==") no-repeat center center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: .7;
  -webkit-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
  -moz-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
  -ms-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
  -o-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
  animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%
}

.coccoc-alo-phone.coccoc-alo-active .coccoc-alo-ph-img-circle {
  -webkit-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out !important;
  -moz-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out !important;
  -ms-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out !important;
  -o-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out !important;
  animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out !important
}

.coccoc-alo-phone.coccoc-alo-static .coccoc-alo-ph-img-circle {
  -webkit-animation: coccoc-alo-circle-img-anim 0s infinite ease-in-out !important;
  -moz-animation: coccoc-alo-circle-img-anim 0s infinite ease-in-out !important;
  -ms-animation: coccoc-alo-circle-img-anim 0s infinite ease-in-out !important;
  -o-animation: coccoc-alo-circle-img-anim 0s infinite ease-in-out !important;
  animation: coccoc-alo-circle-img-anim 0s infinite ease-in-out !important
}

.coccoc-alo-phone.coccoc-alo-hover .coccoc-alo-ph-img-circle,
.coccoc-alo-phone:hover .coccoc-alo-ph-img-circle {
  background-color: #00aff2
}

.coccoc-alo-phone.coccoc-alo-green.coccoc-alo-hover .coccoc-alo-ph-img-circle,
.coccoc-alo-phone.coccoc-alo-green:hover .coccoc-alo-ph-img-circle {
  background-color: #75eb50;
  background-color: #75eb50 9
}

.coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-img-circle {
  background-color: #00aff2;
  background-color: #f20000
}

.coccoc-alo-phone.coccoc-alo-gray.coccoc-alo-hover .coccoc-alo-ph-img-circle,
.coccoc-alo-phone.coccoc-alo-gray:hover .coccoc-alo-ph-img-circle {
  background-color: #ccc
}

.coccoc-alo-phone.coccoc-alo-gray .coccoc-alo-ph-img-circle {
  background-color: #75eb50
}

@-moz-keyframes coccoc-alo-circle-anim {
  0% {
    -moz-transform: rotate(0) scale(.5) skew(1deg);
    opacity: .1;
    -moz-opacity: .1;
    -webkit-opacity: .1;
    -o-opacity: .1
  }

  30% {
    -moz-transform: rotate(0) scale(.7) skew(1deg);
    opacity: .5;
    -moz-opacity: .5;
    -webkit-opacity: .5;
    -o-opacity: .5
  }

  100% {
    -moz-transform: rotate(0) scale(1) skew(1deg);
    opacity: .6;
    -moz-opacity: .6;
    -webkit-opacity: .6;
    -o-opacity: .1
  }
}

@-webkit-keyframes coccoc-alo-circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(.5) skew(1deg);
    -webkit-opacity: .1
  }

  30% {
    -webkit-transform: rotate(0) scale(.7) skew(1deg);
    -webkit-opacity: .5
  }

  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    -webkit-opacity: .1
  }
}

@-o-keyframes coccoc-alo-circle-anim {
  0% {
    -o-transform: rotate(0) kscale(.5) skew(1deg);
    -o-opacity: .1
  }

  30% {
    -o-transform: rotate(0) scale(.7) skew(1deg);
    -o-opacity: .5
  }

  100% {
    -o-transform: rotate(0) scale(1) skew(1deg);
    -o-opacity: .1
  }
}

@-moz-keyframes coccoc-alo-circle-fill-anim {
  0% {
    -moz-transform: rotate(0) scale(.7) skew(1deg);
    opacity: .2
  }

  50% {
    -moz-transform: rotate(0) -moz-scale(1) skew(1deg);
    opacity: .2
  }

  100% {
    -moz-transform: rotate(0) scale(.7) skew(1deg);
    opacity: .2
  }
}

@-webkit-keyframes coccoc-alo-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(.7) skew(1deg);
    opacity: .2
  }

  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    opacity: .2
  }

  100% {
    -webkit-transform: rotate(0) scale(.7) skew(1deg);
    opacity: .2
  }
}

@-o-keyframes coccoc-alo-circle-fill-anim {
  0% {
    -o-transform: rotate(0) scale(.7) skew(1deg);
    opacity: .2
  }

  50% {
    -o-transform: rotate(0) scale(1) skew(1deg);
    opacity: .2
  }

  100% {
    -o-transform: rotate(0) scale(.7) skew(1deg);
    opacity: .2
  }
}

@-moz-keyframes coccoc-alo-circle-img-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg)
  }

  10% {
    -moz-transform: rotate(-25deg) scale(1) skew(1deg)
  }

  20% {
    -moz-transform: rotate(25deg) scale(1) skew(1deg)
  }

  30% {
    -moz-transform: rotate(-25deg) scale(1) skew(1deg)
  }

  40% {
    -moz-transform: rotate(25deg) scale(1) skew(1deg)
  }

  50% {
    -moz-transform: rotate(0) scale(1) skew(1deg)
  }

  100% {
    -moz-transform: rotate(0) scale(1) skew(1deg)
  }
}

@-webkit-keyframes coccoc-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg)
  }

  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
  }

  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg)
  }

  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
  }

  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg)
  }

  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg)
  }

  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg)
  }
}

@-o-keyframes coccoc-alo-circle-img-anim {
  0% {
    -o-transform: rotate(0) scale(1) skew(1deg)
  }

  10% {
    -o-transform: rotate(-25deg) scale(1) skew(1deg)
  }

  20% {
    -o-transform: rotate(25deg) scale(1) skew(1deg)
  }

  30% {
    -o-transform: rotate(-25deg) scale(1) skew(1deg)
  }

  40% {
    -o-transform: rotate(25deg) scale(1) skew(1deg)
  }

  50% {
    -o-transform: rotate(0) scale(1) skew(1deg)
  }

  100% {
    -o-transform: rotate(0) scale(1) skew(1deg)
  }
}

@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }
}

@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }
}

@-moz-keyframes fadeOutRight {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}

@-o-keyframes fadeOutRight {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}

@-moz-keyframes coccoc-alo-circle-anim {
  0% {
    transform: rotate(0) scale(.5) skew(1deg);
    opacity: .1
  }

  30% {
    transform: rotate(0) scale(.7) skew(1deg);
    opacity: .5
  }

  100% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: .1
  }
}

@-webkit-keyframes coccoc-alo-circle-anim {
  0% {
    transform: rotate(0) scale(.5) skew(1deg);
    opacity: .1
  }

  30% {
    transform: rotate(0) scale(.7) skew(1deg);
    opacity: .5
  }

  100% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: .1
  }
}

@-o-keyframes coccoc-alo-circle-anim {
  0% {
    transform: rotate(0) scale(.5) skew(1deg);
    opacity: .1
  }

  30% {
    transform: rotate(0) scale(.7) skew(1deg);
    opacity: .5
  }

  100% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: .1
  }
}

@keyframes coccoc-alo-circle-anim {
  0% {
    transform: rotate(0) scale(.5) skew(1deg);
    opacity: .1
  }

  30% {
    transform: rotate(0) scale(.7) skew(1deg);
    opacity: .5
  }

  100% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: .1
  }
}

@-moz-keyframes coccoc-alo-circle-fill-anim {
  0% {
    transform: rotate(0) scale(.7) skew(1deg);
    opacity: .2
  }

  50% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: .2
  }

  100% {
    transform: rotate(0) scale(.7) skew(1deg);
    opacity: .2
  }
}

@-webkit-keyframes coccoc-alo-circle-fill-anim {
  0% {
    transform: rotate(0) scale(.7) skew(1deg);
    opacity: .2
  }

  50% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: .2
  }

  100% {
    transform: rotate(0) scale(.7) skew(1deg);
    opacity: .2
  }
}

@-o-keyframes coccoc-alo-circle-fill-anim {
  0% {
    transform: rotate(0) scale(.7) skew(1deg);
    opacity: .2
  }

  50% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: .2
  }

  100% {
    transform: rotate(0) scale(.7) skew(1deg);
    opacity: .2
  }
}

@keyframes coccoc-alo-circle-fill-anim {
  0% {
    transform: rotate(0) scale(.7) skew(1deg);
    opacity: .2
  }

  50% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: .2
  }

  100% {
    transform: rotate(0) scale(.7) skew(1deg);
    opacity: .2
  }
}

@-moz-keyframes coccoc-alo-circle-img-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg)
  }

  10% {
    transform: rotate(-25deg) scale(1) skew(1deg)
  }

  20% {
    transform: rotate(25deg) scale(1) skew(1deg)
  }

  30% {
    transform: rotate(-25deg) scale(1) skew(1deg)
  }

  40% {
    transform: rotate(25deg) scale(1) skew(1deg)
  }

  50% {
    transform: rotate(0) scale(1) skew(1deg)
  }

  100% {
    transform: rotate(0) scale(1) skew(1deg)
  }
}

@-webkit-keyframes coccoc-alo-circle-img-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg)
  }

  10% {
    transform: rotate(-25deg) scale(1) skew(1deg)
  }

  20% {
    transform: rotate(25deg) scale(1) skew(1deg)
  }

  30% {
    transform: rotate(-25deg) scale(1) skew(1deg)
  }

  40% {
    transform: rotate(25deg) scale(1) skew(1deg)
  }

  50% {
    transform: rotate(0) scale(1) skew(1deg)
  }

  100% {
    transform: rotate(0) scale(1) skew(1deg)
  }
}

@-o-keyframes coccoc-alo-circle-img-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg)
  }

  10% {
    transform: rotate(-25deg) scale(1) skew(1deg)
  }

  20% {
    transform: rotate(25deg) scale(1) skew(1deg)
  }

  30% {
    transform: rotate(-25deg) scale(1) skew(1deg)
  }

  40% {
    transform: rotate(25deg) scale(1) skew(1deg)
  }

  50% {
    transform: rotate(0) scale(1) skew(1deg)
  }

  100% {
    transform: rotate(0) scale(1) skew(1deg)
  }
}

@keyframes coccoc-alo-circle-img-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg)
  }

  10% {
    transform: rotate(-25deg) scale(1) skew(1deg)
  }

  20% {
    transform: rotate(25deg) scale(1) skew(1deg)
  }

  30% {
    transform: rotate(-25deg) scale(1) skew(1deg)
  }

  40% {
    transform: rotate(25deg) scale(1) skew(1deg)
  }

  50% {
    transform: rotate(0) scale(1) skew(1deg)
  }

  100% {
    transform: rotate(0) scale(1) skew(1deg)
  }
}

#coccoc-alo-wrapper {
  position: fixed;
  width: 100%;
  bottom: 0;
  top: 0;
  left: 0;
  z-index: 2000000;
  overflow: visible;
  display: none;
  color: #383838
}

#coccoc-alo-wrapper.night-mode {
  color: #fff
}

.coccoc-alo-popup-close {
  -webkit-border-radius: 2px !important;
  -moz-border-radius: 2px !important;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  position: absolute !important;
  right: -15px !important;
  top: -15px !important;
  height: 30px !important;
  width: 30px !important;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozZWEyNDI5ZC0yYmI3LWYzNDMtYjBjZi1jMGJjYTE4ODRmZjkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjRGMTI2QTcxNDBFMTFFNUFENEZCRDVFQ0JDQjQyQzIiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjRGMTI2QTYxNDBFMTFFNUFENEZCRDVFQ0JDQjQyQzIiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjVmYzc3OTY1LWUxNWUtNGU0Ni04ODFjLTBlOTQ3YjBmMzBmNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozZWEyNDI5ZC0yYmI3LWYzNDMtYjBjZi1jMGJjYTE4ODRmZjkiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5iCEbHAAABl0lEQVR42sSXS07DMBCGnSKyDorEAVjACTgCIEVlXU5R9QjlCk3VAzTrLhMJ2NIVJ2DDuo9EsKUszEw0kaIQbI+bxy/9UhRP5pMcjz12pJTCQKfgO/AN+Bp8AfZo7Av8AX4Dv4CfwD/ajAhW2ANPwTtprj1946lyq6AP4I2014ZyGINPwAvZnBaUUwnGgJVsXqsqvAoOZXua/wceyfY1KngOlROWxjv4XLSrHfgKS3BALyYdQAUxJkUdu7o6jeNYZlmmnUeMwViNkOUieKiLTNNURlGkhOPYcrnMYw00RPDMJFIFZ0JRIYJfTaPr4BZQ1Fow9+EcgCAEWkLz/4zl9A1rzOUsTQCKJEny5yAIhO/73NV9GNjUhOM4tc8scae6PL3laedONYLXNtC6f85dXDNb6BHw0GgDKaCqxEz4fbFlpk1smQjnbJmCeqSuNO3jWNyDL8vHIrao4w6OxTGx/rQ+8z5an16bvd7a22pDvz0CuOU29NUrzKOuzqvlTN8orzAO89J2W7q0ndHYZ+nS9kw+6BL+CjAAEvDTBJC9qhAAAAAASUVORK5CYII=");
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer !important;
  -webkit-transition: .3s ease-out !important;
  -moz-transition: .3s ease-out !important;
  -o-transition: .3s ease-out !important;
  transition: .3s ease-out !important
}

#coccoc-alo-wrapper.night-mode .coccoc-alo-popup-close {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozZWEyNDI5ZC0yYmI3LWYzNDMtYjBjZi1jMGJjYTE4ODRmZjkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OUY2REUyNDQxNDE2MTFFNThBNEJENTVFNDA2QjFFOUEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OUY2REUyNDMxNDE2MTFFNThBNEJENTVFNDA2QjFFOUEiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjVmYzc3OTY1LWUxNWUtNGU0Ni04ODFjLTBlOTQ3YjBmMzBmNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozZWEyNDI5ZC0yYmI3LWYzNDMtYjBjZi1jMGJjYTE4ODRmZjkiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz56uyuzAAABfUlEQVR42sSXvU7DMBDHYxCdw8IDMMCWTDwCdClznLcJr9BUfYs+ALDSqXMisTD3S4K1MBx3kS1ZVuqvNslf+kuRfL5f5OTsMwOAyEFX6DH6Ef2AvkXHYuwH/YVeod/Rr+g/a0YCGxyjC/QW3LUTc2JTbhOUo9cQrrXI4Qy+RM/hfJqLnEYwBSzg/FrocB1cQneaHQNn0L0yyWOinKg0PtE3Ubfaou+bEhRvUEB/KuRSj2x1muc51HVtzUgxnHNbGLFGBJ7YIquqgjRNjXAaS5KkiXXQhMBTl0gT3BNKKgn84RrdBg+AkpaR5z7cAAhEwEBo850JfPCdJeGBUNLhIqQYGWOtz17yXWp1edVlD1nqZQi07Zv7/lzTUOgJ8NJpA5FQU2JP+LPcMvfGIyXLnBISnGJdt8xBDom+j8Ud+k49FvtqBPix1mc2ROszaLM3WHurN/SbE4Ab34Zev8K82Opc017MMV5hmOel7Um5tF2LsW/l0vYm/GtL+C/AAAHy+OD95QLeAAAAAElFTkSuQmCC")
}

#coccoc-alo-wrapper .coccoc-alo-popup-close:hover {
  opacity: .6 !important
}

.coccoc-alo-popup {
  display: inline-block;
  position: relative;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wYZCyIUPNCUUwAAAA1JREFUCNdj+P///2cACe8D8SyfS4EAAAAASUVORK5CYII=");
  -webkit-transition: .6s ease-out;
  -moz-transition: .6s ease-out;
  -o-transition: .6s ease-out;
  transition: .6s ease-out;
  margin: 0 auto;
  z-index: 200001;
  text-align: center;
  padding: 60px 75px
}

#coccoc-alo-wrapper.night-mode .coccoc-alo-popup {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wYZCyAMHYpuhwAAAA1JREFUCNdjMDY2/gwAAsMBjX/tf+YAAAAASUVORK5CYII=")
}

#coccoc-alo-wrapper .coccoc-alo-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAAA1BMVEUAAACnej3aAAAAAXRSTlOZyTXzhgAAAApJREFUCB1jYAAAAAIAAc/INeUAAAAASUVORK5CYII=");
  top: 0;
  left: 0;
  z-index: 200000
}

.coccoc-alo-popup h3 {
  font-size: 24px;
  margin: 0 0 40px;
  font-family: 'Open Sans';
  font-weight: 300;
  white-space: nowrap
}

.night-mode .coccoc-alo-popup h3 {
  font-size: 23px
}

.night-mode .coccoc-alo-message {
  padding-bottom: 0
}

.coccoc-alo-message {
  height: 32px;
  padding: 18px 0 13px 0;
  text-align: center;
  clear: both;
  font-size: 14px
}

#coccoc-alo-wrapper .coccoc-alo-popup .coccoc-alo-input-wrapper .label,
#coccoc-alo-wrapper .coccoc-alo-popup .coccoc-alo-input-wrapper .label+.input {
  float: left;
  width: 49%
}

#coccoc-alo-wrapper .coccoc-alo-popup .coccoc-alo-input-wrapper .input {
  padding: 0 13px
}

#coccoc-alo-wrapper .coccoc-alo-popup .coccoc-alo-input-wrapper label {
  color: #616161;
  font-size: 18px;
  height: 28px;
  line-height: 28px;
  padding-right: 15px
}

.coccoc-alo-number {
  color: #00bed5;
  font-size: 28px;
  font-family: Montserrat, "Lucida Console", Monaco, monospace, sans-serif;
  font-weight: normal;
  background-color: transparent;
  border: 0;
  border-width: 0;
  display: inline-block;
  border-bottom: #00bed5 solid 1px;
  padding-bottom: 10px;
  margin: 0 auto;
  width: 221px
}

coccoc-alo-number::-ms-clear {
  display: none;
  width: 0;
  height: 0
}

.night-mode .coccoc-alo-number {
  border: #00bed5 solid 1px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 13px 31px
}

#coccoc-alo-wrapper .coccoc-alo-popup .coccoc-alo-input-wrapper input[type="text"].valid-invalid {
  color: #ff496b
}

#coccoc-alo-wrapper .coccoc-alo-popup .coccoc-alo-input-wrapper input[type="text"]:focus {
  outline: 0
}

#coccoc-alo-wrapper .coccoc-alo-popup .coccoc-alo-input-wrapper input[type="text"]::-webkit-input-placeholder {
  color: #d1d1d1
}

#coccoc-alo-wrapper .coccoc-alo-popup .coccoc-alo-input-wrapper input[type="text"]::-moz-placeholder {
  color: #d1d1d1
}

#coccoc-alo-wrapper .coccoc-alo-popup .coccoc-alo-input-wrapper input[type="text"]::-ms-input-placeholder {
  color: #d1d1d1
}

#coccoc-alo-wrapper .coccoc-alo-popup .coccoc-alo-input-wrapper input[type="text"]::-moz-placeholder {
  color: #d1d1d1
}

#coccoc-alo-wrapper.night-mode .coccoc-alo-popup .coccoc-alo-input-wrapper input[type="text"]::-webkit-input-placeholder {
  color: #60615f
}

#coccoc-alo-wrapper.night-mode .coccoc-alo-popup .coccoc-alo-input-wrapper input[type="text"]::-moz-placeholder {
  color: #60615f
}

#coccoc-alo-wrapper.night-mode .coccoc-alo-popup .coccoc-alo-input-wrapper input[type="text"]::-ms-input-placeholder {
  color: #60615f
}

#coccoc-alo-wrapper.night-mode .coccoc-alo-popup .coccoc-alo-input-wrapper input[type="text"]::-moz-placeholder {
  color: #60615f
}

#coccoc-alo-wrapper .coccoc-alo-popup .coccoc-alo-submit {
  border: 0;
  border-width: 0;
  padding: 20px 40px;
  background-color: #333;
  -webkit-border-radius: 68px;
  -moz-border-radius: 68px;
  -webkit-border-radius: 68px;
  -moz-border-radius: 68px;
  border-radius: 68px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  outline: none !important
}

#coccoc-alo-wrapper.night-mode .coccoc-alo-popup .coccoc-alo-submit {
  background-color: #00bed5
}

#coccoc-alo-wrapper .coccoc-alo-popup .coccoc-alo-submitavtive,
#coccoc-alo-wrapper .coccoc-alo-popup .coccoc-alo-submitvisited {
  outline: none !important
}

#coccoc-alo-wrapper .coccoc-alo-popup .coccoc-alo-submit-moz-focus-inner {
  border: 0
}

#coccoc-alo-wrapper .coccoc-alo-popup .coccoc-alo-submit:hover {
  background-color: #00aff2;
  background-color: #00aff2
}

.coccoc-alo-blur {
  -webkit-filter: blur(3px);
  -ms-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  filter: blur(3px);
  filter: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxmaWx0ZXIgaWQ9ImJsdXIiPjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjMiLz48L2ZpbHRlcj48L3N2Zz4jYmx1cg==#blur")
}

#coccoc-countdown {
  padding-top: 20px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-weight: 300
}

.coccoc-alo-request-time {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  padding: 6px 12px;
  font-size: 18px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

#coccoc-alo-wrapper.night-mode .coccoc-alo-request-time {
  color: #fff;
  background-color: #515350;
  border: 1px solid #606260
}

#coccoc-alo-wrapper.night-mode .coccoc-alo-popup h3 {
  margin-bottom: 15px
}

#coccoc-alo-wrapper.night-mode .coccoc-alo-form .coccoc-alo-select-wrapper {
  margin-bottom: 35px
}

.coccoc-alo-table {
  display: table;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0
}

.coccoc-alo-cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center
}

.valid-invalid-message {
  font-size: 13px;
  color: #ff496b
}

.valid-invalid-message:before {
  content: "* "
}

@media screen and (min-width: 650px) {
  .web-whatsapp {
    display: block
  }

  .api-whatsapp {
    display: none
  }
}

@media screen and (max-width: 650px) {
  .api-whatsapp {
    display: block
  }

  .web-whatsapp {
    display: none
  }
}

.review-color {
  color: #7a7a7a;
  font-size: 13px;
}

.thumbnail {
  display: flex !important;
  justify-content: center;
}

@media screen and (min-width:768px) {
  .m-grid {
    height: 230px !important;
    overflow: hidden !important;
  }
}

@media screen and (max-width:767px) {
  .m-grid {
    height: 680px !important;
    overflow: hidden !important;
  }
}

@media screen and (min-width:1000px) {
  .foot {
    display: flex;
    justify-content: center;
  }
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: #7fb2b2 !important;
}