/*
  Theme Name: Regna
  Theme URL: https://bootstrapmade.com/regna-bootstrap-onepage-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@font-face {
	font-family: 'Conv_RoadRadio';
	src: url('/fonts/RoadRadio.eot');
	src: local('☺'), url('/fonts/RoadRadio.woff') format('woff'), url('/fonts/RoadRadio.ttf') format('truetype'), url('/fonts/RoadRadio.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
  background: #fff;
  color: #666666;
  font-family: "Open Sans", sans-serif;
}

a {
  color: #91aa9d;
}

a:hover, a:active, a:focus {
  color: #2dca98;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Conv_RoadRadio", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Prelaoder */
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("../img/preloader.svg") no-repeat center center;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

.back-to-top:focus {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #91aa9d;
  color: #fff;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  padding: 30px 0;
  height: 92px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}

#header #logo {
  float: left;
}

#header #logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 6px 0;
  line-height: 1;
  font-family: "Conv_RoadRadio", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header #logo h1 a, #header #logo h1 a:hover {
  color: #fff;
}

#header #logo img {
  padding: 0;
  margin: 0;
}

@media (max-width: 992px) {
  #header #logo h1 {
    font-size: 26px;
  }
  #header #logo img {
    max-height: 60px;
  }
}

#header.header-fixed {
  background: rgba(52, 59, 64, 1.0);
  padding: 20px 0;
  height: 72px;
  transition: all 0.5s;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  position: relative;
  display: table;
  width: 100%;
  height: 100vh;
  min-height: 650px;
  background: url(../img/hero-bg.jpg) fixed center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@media (max-width: 992px) {
  #hero
  {
    background-size: auto 100%;
    background-attachment: scroll;
  }
}

#hero .hero-container {
  background: rgba(0, 0, 0, 0.6);
  display: table-cell;
  margin: 0;
  padding: 0 10px;
  text-align: center;
  vertical-align: middle;
}

#hero h1 {
  margin: 30px 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #fff;
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
}

#hero h2 {
  color: #eee;
  margin-bottom: 50px;
  font-size: 24px;
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

#hero .btn-get-started {
  font-family: "Conv_RoadRadio", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#hero .btn-get-started:hover {
  background: #91aa9d;
  border: 2px solid #91aa9d;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
  float: right;
  margin: 0;
}

@media (max-width: 768px) {
  #nav-menu-container {
    display: none;
  }
}

/* Nav Meu Styling */
.nav-menu a {
  padding: 0 8px 10px 8px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-family: "Conv_RoadRadio", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 13px;
  outline: none;
}

.nav-menu > li {
  margin-left: 10px;
}

.nav-menu > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #91aa9d;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.nav-menu a:hover:before, .nav-menu li:hover > a:before, .nav-menu .menu-active > a:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.nav-menu ul {
  margin: 4px 0 0 0;
  border: 1px solid #e7e7e7;
}

.nav-menu ul li {
  background: #fff;
}

.nav-menu ul li:first-child {
  border-top: 0;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul li a:hover {
  background: #91aa9d;
  color: #fff;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-email
{
    display: inline;
    position: fixed;
    right: 60px;
    top: 0;
    z-index: 999;
    margin: 20px 20px 0 0;
    border: 0;
    font-size: 24px;
    display: none;
    transition: all 0.4s;
    outline: none;
    cursor: pointer;
    text-decoration:none !important;
}
#mobile-phone
{
  display: inline;
  position: fixed;
  right: 110px;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
  text-decoration:none !important;
}

#mobile-nav-toggle i {
  color: #fff;
}

@media (max-width: 1399px)
{
  .qc_h_contacts
  {
    float: right !important;
    margin-left: 15px !important;
  }
  .qc_h_contacts a > span
  {
    display: none;
  }
}

@media (max-width: 768px) {
  #mobile-nav-toggle {
    display: inline;
  }
    #mobile-email, #mobile-phone
    {
        display: inline;
    }
    .qc_h_contacts
    {
        display: none;
    }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  /*background: rgba(52, 59, 64, 0.9);*/
  background: url('/img/logo.png') center bottom 30px no-repeat, rgba(52, 59, 64, 0.9);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #91aa9d;
}

#mobile-nav ul .menu-item-active {
  color: #91aa9d;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(52, 59, 64, 0.9);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/
.section-header .section-title {
  font-size: 32px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-bottom: 5px;
}

.section-header .section-description {
  text-align: center;
  padding-bottom: 40px;
  color: #999;
}

/* About Us Section
--------------------------------*/
#about {
  background: #fff;
  padding: 80px 0;
}

#about .about-container .background {
  min-height: 300px;
  background: url(../img/about-img.jpg) center top no-repeat;
  margin-bottom: 10px;
}

#about .about-container .content {
  background: #fff;
}

#about .about-container .title {
  color: #333;
  font-weight: 700;
  font-size: 32px;
}

@media (max-width: 768px) {
  #about .about-container .title {
    padding-top: 15px;
  }
}

#about .about-container p {
  line-height: 26px;
}

#about .about-container p:last-child {
  margin-bottom: 0;
}

#about .about-container .icon-box {
  background: #fff;
  background-size: cover;
  padding: 0 0 30px 0;
}

#about .about-container .icon-box .icon {
  float: left;
  background: #fff;
  padding: 16px;
  border-radius: 50%;
  border: 2px solid #91aa9d;
}

#about .about-container .icon-box .icon i {
  color: #91aa9d;
  font-size: 24px;
}

#about .about-container .icon-box .title {
  margin-left: 80px;
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 18px;
  text-transform: uppercase;
}

#about .about-container .icon-box .title a {
  color: #111;
}

#about .about-container .icon-box .description {
  margin-left: 80px;
  line-height: 24px;
  font-size: 14px;
}

/* Facts Section
--------------------------------*/
#facts {
  background: #f7f7f7;
  padding: 80px 0 60px 0;
}

#facts .counters span {
  font-size: 48px;
  display: block;
  color: #91aa9d;
}

#facts .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Conv_RoadRadio", sans-serif;
  font-size: 14px;
}

/* Services Section
--------------------------------*/
#services {
  background: #fff;
  background-size: cover;
  padding: 80px 0 60px 0;
}

#services .box {
  padding: 50px 20px;
  margin-bottom: 50px;
  text-align: center;
  border: 1px solid #e6e6e6;
  height: 200px;
  position: relative;
  background: #fafafa;
}

#services .icon {
  position: absolute;
  top: -36px;
  left: calc(50% - 36px);
  transition: 0.2s;
  border-radius: 50%;
  display: inline-block;
  border: 6px solid #fff;
}

#services .icon a {
  display: inline-block;
  background: #91aa9d;
  border: 2px solid #91aa9d;
  padding: 16px;
  border-radius: 50%;
  transition: 0.3s;
}

#services .icon i {
  color: #fff;
  font-size: 24px;
}

#services .box:hover .icon i {
  color: #91aa9d;
}

#services .box:hover .icon a {
  color: #91aa9d;
  background: #fff;
}

#services .title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

#services .title a {
  color: #111;
}

#services .description {
  font-size: 14px;
  line-height: 24px;
}

/* Call To Action Section
--------------------------------*/
#call-to-action {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/call-to-action-bg.jpg) fixed center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 80px 0;
}

@media (max-width: 992px) {
  #call-to-action
  {
    /* background-size: cover; */
    background-attachment: scroll;
  }
}

#call-to-action .cta-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

#call-to-action .cta-text {
  color: #fff;
}

@media (min-width: 769px) {
  #call-to-action .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

#call-to-action .cta-btn {
  font-family: "Conv_RoadRadio", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#call-to-action .cta-btn:hover {
  background: #91aa9d;
  border: 2px solid #91aa9d;
}

/* Call 2 Action Section
--------------------------------*/
#call-2-action {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/c2a-bg.jpg) fixed center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 120px 0;
}

@media (max-width: 992px) {
  #call-2-action
  {
    /* background-size: cover; */
    background-attachment: scroll;
  }
}

#call-2-action .cta-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

#call-2-action .cta-text {
  color: #fff;
}

@media (min-width: 769px) {
  #call-2-action .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

#call-2-action .cta-btn {
  font-family: "Conv_RoadRadio", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#call-2-action .cta-btn:hover {
  background: #91aa9d;
  border: 2px solid #91aa9d;
}

/* Portfolio Section
--------------------------------*/
#portfolio {
  background: #f7f7f7;
  padding: 80px 0;
}

#portfolio #portfolio-wrapper {
  padding-right: 15px;
}

#portfolio #portfolio-flters {
  padding: 0;
  margin: 0 0 45px 0;
  list-style: none;
  text-align: center;
}

#portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 0 10px;
  display: inline-block;
  padding: 10px 22px;
  font-size: 12px;
  line-height: 20px;
  color: #666666;
  border-radius: 4px;
  text-transform: uppercase;
  background: #fff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

#portfolio #portfolio-flters li:hover, #portfolio #portfolio-flters li.filter-active {
  background: #91aa9d;
  color: #fff;
}

#portfolio .portfolio-item {
  position: relative;
  height: 200px;
  overflow: hidden !important;
  margin-bottom: 15px;
  transition: all 350ms ease;
  transform: scale(1);
}

#portfolio .portfolio-item a {
  display: block;
  margin-right: 15px;
}

#portfolio .portfolio-item img {
  position: relative;
  top: 0;
  transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

#portfolio .portfolio-item .details {
  height: 50px;
  background: #91aa9d;
  position: absolute;
  width: 100%;
  height: 50px;
  bottom: -50px;
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

#portfolio .portfolio-item .details h4 {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  padding: 8px 0 2px 8px;
  margin: 0;
}

#portfolio .portfolio-item .details span {
  display: block;
  color: #fff;
  font-size: 13px;
  padding-left: 8px;
}

#portfolio .portfolio-item:hover .details {
  bottom: 0;
}

#portfolio .portfolio-item:hover img {
  top: -30px;
}

/* Team Section
--------------------------------*/
#other-services {
  background: #fff;
  padding: 80px 0 60px 0;
}

#other-services .member {
  text-align: center;
  margin-bottom: 20px;
}

#other-services .member .pic {
  margin-bottom: 15px;
  overflow: hidden;
  height: 260px;
}

#other-services .member .pic img {
  max-width: 100%;
}

#other-services .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}

#other-services .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

#other-services .member .social {
  margin-top: 15px;
}

#other-services .member .social a {
  color: #b3b3b3;
}

#other-services .member .social a:hover {
  color: #91aa9d;
}

#other-services .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/* Contact Section
--------------------------------*/
#contact {
  background: #f7f7f7;
  padding: 80px 0 40px 0;
}

#contact #google-map {
  height: 300px;
  margin-bottom: 20px;
}

#contact .info {
  color: #333333;
}

#contact .info i {
  font-size: 32px;
  color: #91aa9d;
  float: left;
}

#contact .info p {
  padding: 0 0 10px 50px;
  margin-bottom: 20px;
  line-height: 22px;
  font-size: 14px;
}

#contact .info .email p {
  padding-top: 5px;
}

#contact .social-links {
  padding-bottom: 20px;
}

#contact .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#contact .social-links a:hover {
  background: #91aa9d;
  color: #fff;
}

#contact .form #sendmessage {
  color: #91aa9d;
  border: 1px solid #91aa9d;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show, #contact .form #errormessage.show, #contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input, #contact .form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

#contact .form button[type="submit"] {
  background: #91aa9d;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

#contact .form button[type="submit"]:hover {
  background: #51d8ad;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #343b40;
  padding: 30px 0;
  color: #fff;
  font-size: 14px;
}

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

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #ccc;
}

/*--------------------------------------------------------------
# QC CUSTOM
--------------------------------------------------------------*/
.qc_accordion_wrapper
{
  padding-left: 2rem;
}

.qc_accordion_container
{
  padding: 10px;
  background: #86a498;
  -webkit-box-shadow: 5px -3px 10px 1px rgba(0,0,0,0.4);
  box-shadow: 5px -3px 10px 1px rgba(0,0,0,0.4);
  position: relative;
  margin-top: -150px;
  margin-right: -2rem;
  animation-delay: 0.5s;
  z-index: 5;
}
.qc_accordion_title
{
  background: #fefefe;
  padding: 12px;
}

#accordionExample .accordion-item
{
  background: none;
  border: none;
}
#accordionExample .accordion-item:first-of-type .accordion-button,
#accordionExample .accordion-item:last-of-type .accordion-button.collapsed
{
  border-radius: 0 !important;
}
#accordionExample .accordion-button:not(.collapsed)
{
  color: #86a498;
  background: #fefefe;
}
#accordionExample .accordion-button, #accordionExample .accordion-header
{
  border: none !important;
}
#accordionExample .accordion-button
{
  border-bottom: 1px solid #86a498 !important;
}

#accordionExample .accordion-button::after
{
  background-image: url('/img/qc_plus_green.svg');
  fill: #86a498;
}
#accordionExample .accordion-button:not(.collapsed)::after
{
  background-image: url('/img/qc_minus_green.svg');
  fill: #86a498;
}

#accordionExample .accordion-body
{
  color: #fefefe;
}
#accordionExample .accordion-body span
{
  color: #010101;
  background: #fefefe;
  padding: 4px 7px;
}

.qc_logo_accord
{
  float: left;
  margin-bottom: 10px;
  margin-right: 20px;
  width: 120px;
}
.qc_logo_accord img
{
  max-width: 100%;
  width: 100%;
}

strong.qc_bf
{
  font-size: 1rem;
}

:focus {outline:0 !important;box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;}

#qc_owl_pics
{
  position: relative;
  padding-left: 0 !important;
}

#qc_bottom_slider, #qc_bottom_slider .qc_spec_container, #qc_bottom_slider .qc_spec_container .qc_portfolio_block
{
  position: relative;
  padding-left: 0 !important;
}
#qc_bottom_slider .owl-carousel .owl-stage-outer
{
  overflow: visible !important;
}
#qc_bottom_slider .owl-item
{
  padding-left: 20px;
  padding-right: 20px;
}

.owl-theme .custom-nav
{
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
}

.owl-theme .custom-nav .owl-prev, .owl-theme .custom-nav .owl-next
{
  position: absolute;
  height: 100px;
  color: inherit;
  background: none;
  border: none;
  z-index: 100;
}

.owl-theme .custom-nav .owl-prev i, .owl-theme .custom-nav .owl-next i
{
  font-size: 3.5rem;
  color: #fefefe;
}

.owl-theme .custom-nav .owl-prev:hover i, .owl-theme .custom-nav .owl-next:hover i
{
  color: #86a498;
}

.owl-theme .custom-nav .owl-prev
{
  left: calc(2rem + 15px);
}

.owl-theme .custom-nav .owl-next
{
  right: calc(1rem + 15px);
}

.qc_checker_right.qc_checker_animate
{
  animation: slideInRight 0.5s 1;
}
.qc_checker_left.qc_checker_animate
{
  animation: slideInLeft 0.5s 1;
}

.qc_checker_right
{
  padding: 15px;
  border: 7px solid #86a498;
  margin-left: -7rem;
  margin-right: 10rem;
  z-index: 9;
  -webkit-box-shadow: 5px -3px 10px 1px rgba(0,0,0,0.4);
  box-shadow: 5px -3px 10px 1px rgba(0,0,0,0.4);
  position: relative;
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
}

.qc_checker_right span
{
  font-size: 1.8rem;
}

.qc_checker_right .qc_checker_calendar
{
  width: 100px;
  height: 100px;
  max-width: 35%;
  max-height: 35%;
  background-size: contain;
  background-position: center center;
  margin: 0 auto;
  position: relative;
}

.qc_checker_right.qc_checker_white .qc_checker_calendar
{
  background-image: url('/img/calendar_icon.png');
}
.qc_checker_right.qc_checker_green .qc_checker_calendar
{
  background-image: url('/img/calendar_iwhite_icon.png');
}

.qc_checker_right .qc_checker_calendar > div
{
  font-size: 1.8rem;
  margin: 0;
  position: absolute;
  top: 60%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 2.0rem;
}

.qc_checker_left
{
  padding: 0;
  border: 5px solid #86a498;
  margin-top: 6rem;
  z-index: 10;
  -webkit-box-shadow: 5px -3px 10px 1px rgba(0,0,0,0.4);
  box-shadow: 5px -3px 10px 1px rgba(0,0,0,0.4);
  position: relative;
}

.qc_checker_left > div
{
  padding: 10px 5px;
  text-align: center;
  font-size: 1rem;
}

.qc_checker_right.qc_checker_white
{
  background: #fefefe;
  color: #010101;
}
.qc_checker_right.qc_checker_green
{
  background: #86a498;
  color: #fefefe;
}

.qc_checker_left.qc_checker_white > div:nth-child(odd)
{
  background: #86a498;
  color: #fefefe;
}
.qc_checker_left.qc_checker_white > div:nth-child(even)
{
  background: #fefefe;
  color: #010101;
}

.qc_checker_left.qc_checker_green > div:nth-child(even)
{
  background: #86a498;
  color: #fefefe;
}
.qc_checker_left.qc_checker_green > div:nth-child(odd)
{
  background: #fefefe;
  color: #010101;
}

@media (max-width: 992px) {
  .qc_checker_right
  {
    padding: 15px;
    border: 7px solid #86a498;
    margin-left: 0;
    margin-right: 0;
    z-index: 9;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    text-align: center;
    font-weight: bold;
    font-size: 1.2rem;
  }
  .qc_checker_left
  {
    margin-top: 1rem;
    z-index: 10;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
  }
  .qc_accordion_wrapper
  {
    padding-left: 0;
    /*margin-left: -0.75rem;*/
  }
  .qc_accordion_container
  {
    margin-right: 0;
    margin-top: 0;
  }
  #qc_owl_pics
  {
    margin-top: 1.5rem;
    padding-left: calc(var(--bs-gutter-x) * .5) !important;
  }
}

.qc_h_contacts
{
  margin-left: 15%;
  font-size: 1.3rem;
  font-family: "Conv_RoadRadio", sans-serif;
}
.qc_h_contacts a
{
  color: #fefefe !important;
  text-decoration: none !important;
  padding-left: 1.5rem;
}
.qc_h_contacts a > i.fa
{
  color: #86a498 !important;
}
.qc_h_contacts a:hover
{
  color: #86a498 !important;
}

section#portfolio
{
  overflow: hidden;
}

.qc_portfolio_block
{
  display: none;
}
.qc_portfolio_block.qc_portfolio_active
{
  display: block;
}

#header.header-fixed div#logo
{
    padding: 0 20px 20px 20px;
    margin-left: -20px;
    background: rgba(52, 59, 64, 1.0);
    -webkit-border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    transition: all 0.5s;
}

.qc_table_main
{
  padding: 15px;
  margin-top: 30px;
  border: 7px solid #86a498;
  z-index: 9;
  -webkit-box-shadow: 5px -3px 10px 1px rgba(0,0,0,0.4);
  box-shadow: 5px -3px 10px 1px rgba(0,0,0,0.4);
  position: relative;
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
}
.qc_table_main span
{
  font-size: 1.8rem;
}

.qc_table_main td
{
  vertical-align: baseline;
}
.qc_table_main .qc_table_calendar
{
  width: 170px;
  height: 170px;
  max-width: 35%;
  max-height: 35%;
  background-size: contain;
  background-position: center center;
  margin: 0 auto;
  position: relative;
  background-image: url('/img/calendar_icon.png');
  background-repeat: no-repeat;
}

.qc_table_main .qc_table_calendar > div
{
  font-size: 1.8rem;
  margin: 0;
  position: absolute;
  top: 60%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 2.0rem;
}

.qc_logo_table
{
  float: left;
  margin-bottom: 5px;
  margin-right: 5px;
  width: 120px;
}
.qc_logo_table img
{
  max-width: 100%;
  width: 100%;
}

.greentd
{
  background: #86a498;
  color: #fefefe;
}

body
{
  overflow-x: hidden;
}

.qc_table_lefticon_wrapper
{
  height: 120px;
  position: relative;
  overflow: hidden;
}
.qc_table_lefticon_wrapper .qc_lefticon_container
{
  width: 120px;
  height: 120px;
  position: absolute;
  top: 0;
  left: 0;
}
.qc_table_lefticon_wrapper .qc_lefticon_container > img
{
  width: 100%;
  height: 100%;
}
.qc_table_lefticon_wrapper .qc_lefticon_righttext
{
  font-size: 1.8rem;
  margin-top: 35px;
}

@media (max-width: 992px)
{
  .qc_table_lefticon_wrapper .qc_lefticon_container
  {
    width: 70px;
    height: 70px;
  }
  .qc_table_lefticon_wrapper .qc_lefticon_righttext
  {
    font-size: 1.1rem;
    margin-top: 12px;
  }

  .qc_table_lefticon_wrapper
  {
    height: 70px;
  }
    
  .qc_table_main
  {
    font-size: 0.8rem;
  }
  
  .qc_table_main span
  {
    font-size: 0.9rem;
  }

  .qc_table_main .qc_table_calendar > div
  {
    font-size: 1.2rem;
  }
  /*
  .qc_table_lefticon_wrapper .qc_lefticon_container > img
  {
    width: 200px;
    height: 200px;
  }
  */
}

/*
:root {
    cursor: none;
    --cursorX: 50vw;
    --cursorY: 50vh;
}
:root:before {
    z-index: 9999;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    pointer-events: none;
    background: radial-gradient(
            circle 12vmax at var(--cursorX) var(--cursorY),
            rgba(0,0,0,0) 0%,
            rgba(0,0,0,.5) 70%,
            rgba(0,0,0,.95) 100%
    )
}
*/