/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #555555;
  background-image: url('../img/competidor/competidor-bg.png'); 
  background-repeat: no-repeat; 
  background-position: center center; 
  background-attachment: fixed; 
  background-size: 100%;
}
@media (max-width: 992px) {
  body:before {
    content: ""; 
    display: block; 
    position: fixed; 
    left: 0; 
    top: 90px; 
    width: 100%;
    height: 100%; 
    z-index: -10; 
    background: url('../img/competidor/competidor-bg.png') no-repeat top center;
  }
}
#main {
  margin-top: 50px;
}
a {
  text-decoration: none;
  color: #1D80E8;
}
a:hover {
  color: #FF4A17;
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
}
.b-s {
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
}
.upp {
  text-transform: uppercase;
}
.und {
  text-decoration: underline;
}
@media (max-width: 992px) {
  #main {
    margin-top: 50px;
  }
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
.hidden-xs {
  display: block;
} 
.hidden-md {
  display: none;
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none;
  } 
  .hidden-md {
    display: block;
  }
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #1D80E8;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #77b2f1;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}
/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
.btn-darkgreen-out, 
.btn-darkgreen-out:focus {
  background-color: transparent;
  border: 1px solid darkgreen;
  border-radius: 0.25rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  color: darkgreen;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0.25rem;
  outline: none;
  outline-width: 0;
  padding: 0.25rem 0.5rem;
  text-align: center;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  user-select: none;
  vertical-align: middle;
}
.btn-darkgreen-out:hover {
  color: #fff;
  background-color: darkgreen;
  border: 1px solid darkgreen;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-pri, 
.btn-pri:focus {
  background-color: #1D80E8;
  border: 1px solid #1D80E8;
  border-radius: 0.25rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0.25rem;
  outline: none;
  outline-width: 0;
  padding: 0.25rem 0.5rem;
  text-align: center;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  user-select: none;
  vertical-align: middle;
}
.btn-pri:hover {
  color: #1D80E8;
  background-color: transparent;
  border: 1px solid #1D80E8;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-sec, 
.btn-sec:focus {
  background-color: #FF4A17;
  border: 1px solid #FF4A17;
  border-radius: 0.25rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0.25rem;
  outline: none;
  outline-width: 0;
  padding: 0.25rem 0.5rem;
  text-align: center;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  user-select: none;
  vertical-align: middle;
}
.btn-sec:hover {
  color: #FF4A17;
  background-color: transparent;
  border: 1px solid #FF4A17;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-sec-out, 
.btn-sec-out:focus {
  background-color: transparent;
  border: 1px solid #FF4A17;
  border-radius: 0.25rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  color: #FF4A17;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0.25rem;
  outline: none;
  outline-width: 0;
  padding: 0.25rem 0.5rem;
  text-align: center;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  user-select: none;
  vertical-align: middle;
}
.btn-sec-out:hover {
  color: #fff;
  background-color: #FF4A17;
  border: 1px solid #FF4A17;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-dark-green-md, 
.btn-dark-green-md:focus {
  display: inline-block;
  vertical-align: middle;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: darkgreen;
  border: 1px solid darkgreen;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  outline: none;
  outline-width: 0;
  box-shadow: none;
  -moz-box-shadow: none; 
  -webkit-box-shadow: none; 
  margin: 0 2px;
  padding: 5px 15px;
  border-radius: 50px;
}
.btn-dark-green-md:hover {
  color: darkgreen;
  background-color: transparent;
  border: 1px solid darkgreen;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-orange-md, 
.btn-orange-md:focus {
  display: inline-block;
  vertical-align: middle;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: var(--secondary-color);
  border: 1px solid var(--secondary-color);
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  outline: none;
  outline-width: 0;
  box-shadow: none;
  -moz-box-shadow: none; 
  -webkit-box-shadow: none; 
  margin: 0 2px;
  padding: 5px 15px;
  border-radius: 50px;
}
.btn-orange-md:hover {
  color: var(--secondary-color);
  background-color: transparent;
  border: 1px solid var(--secondary-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.button-ccr,
.button-ccr:focus {
  color: #fff;
  background-color: #C85A2A; 
  border-color: #C85A2A;
  outline: none !important;
  box-shadow: none !important;
}
.button-ccr:hover {
  background-color: transparent; 
  border-color: #C85A2A; 
  color: #C85A2A;
}
.button-ccr-2 {
  background-color: #2F6434; 
  border-color: #2F6434;
}
.button-ccr-2:hover {
  background-color: transparent; 
  border-color: #2F6434; 
  color: #2F6434;
}
.button-ccr-2:focus {
  outline: none !important;
  box-shadow: none !important;
}
.button-ccr-outline {
  background-color: transparent; 
  border-color: #1D80E8;
  color: #1D80E8;
}
.button-ccr-outline:hover {
  background-color: #1D80E8; 
  border-color: #1D80E8; 
  color: #FFF;
}
.button-ccr-outline:focus {
  outline: none !important;
  box-shadow: none !important;
}
.btn-ccr {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 10px;
  border: 1px solid #1D80E8;
  color: #1D80E8;
  background: transparent;
}
.btn-ccr:hover {
  border-color: #1D80E8;
  background: #1D80E8;
  color: #fff;
}
.btn-ccr:focus {
  outline: none !important;
  box-shadow: none !important;
}
.leia-mais a {
  display: inline-block;
  background-color: transparent;
  color: #1D80E8;
  padding: 6px 30px 8px 30px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 50px;
  border: 2px solid #1D80E8;
}
.leia-mais a:hover {
  background-color: #1D80E8;
  color: #fff;
}
/*----- autômato bootstrap -----*/

.btn-outline-green, .btn-outline-green:focus {
  color: #198754;
  border-color: #198754;
  border-radius: 50px;
}
.btn-outline-green:hover {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-outline-grey, .btn-outline-grey:focus {
  color: #6c757d;
  border-color: #6c757d;
  border-radius: 50px;
}
.btn-outline-grey:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-orange, .btn-outline-orange:focus {
  color: #C85A2A;
  border-color: #C85A2A;
  border-radius: 50px;
}
.btn-outline-orange:hover {
  color: #fff;
  background-color: #C85A2A;
  border-color: #C85A2A;
}
.btn-orange, .btn-orange:focus {
  background-color: #C85A2A;
  color: #fff;
  border-color: #C85A2A;
  border-radius: 50px;
}
.btn-orange:hover {
  color: #C85A2A;
  background-color: transparent;
  border-color: #C85A2A;
}
.btn-outline-red, .btn-outline-red:focus {
  color: #dc3545;
  border-color: #dc3545;
  border-radius: 50px;
}
.btn-outline-red:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 90px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: #fff;
  box-shadow: 0 4px 10px -3px rgba(191, 191, 191, 0.5);
}
#header .logo h1 {
  font-size: 28px;
  margin: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}
#header .logo h1 a, #header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}
#header .logo img {
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  #header .logo img {
    max-height: 50px;
  }
}
@media (max-width: 992px) {
  #header {
    height: 70px;
  }
}
.scrolled-offset {
  margin-top: 90px;
}
@media (max-width: 992px) {
  .scrolled-offset {
    margin-top: 90px;
  }
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}
.navbar-brand {
  font-family: 'Alex Brush', cursive; 
  font-size: 30px; 
  color: #000;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 15px;
  color: #151515;
  text-transform: uppercase;
  white-space: nowrap;
  transition: 0.3s;
  outline: none !important;
  box-shadow: none !important;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #1D80E8;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
  font-weight: 600;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #1D80E8;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #151515;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #fff;
}
@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #151515;
  outline: none !important;
  box-shadow: none !important;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #1D80E8;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #1D80E8;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background-image: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 100%), url('../img/header-bg-24.jpg'); 
  background-repeat: no-repeat; 
  background-position: center center; 
  background-attachment: fixed; 
  background-size: 100%;
  position: relative;
}
#hero .hero-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 0 15px;
}
#hero .hero-logo {
  margin-bottom: -40px;
}
#hero h1 {
  margin: 0 0 30px 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 56px;
  color: #fff;
}
#hero h2 {
  color: #aeaeae;
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}
#hero .btn-orange-full {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 30px;
  border-radius: 3px;
  margin: 10px;
  border: 1px solid #C85A2A;
  background: #C85A2A;
  color: #fff;
}
#hero .btn-orange-full:hover {
  transition: 0.5s;
  border: 1px solid #C85A2A;
  color: #C85A2A;
  background: transparent;
}
#hero .btn-get-started {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 30px;
  border-radius: 3px;
  margin: 10px;
  border: 1px solid #1D80E8;
  background: transparent;
  color: #fff;
}
#hero .btn-get-started:hover {
  transition: 0.5s;
  border: 1px solid #1D80E8;
  color: #fff;
  background: #1D80E8;
}
#hero .icon-box {
  padding: 30px 20px;
  transition: ease-in-out 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.3);
  height: 100%;
  text-align: center;
}
#hero .icon-box i {
  font-size: 32px;
  line-height: 1;
  color: #1D80E8;
}
#hero .icon-box h3 {
  font-weight: 700;
  color: #fff;
  margin: 10px 0 0 0;
  padding: 0;
  line-height: 1;
  font-size: 20px;
  line-height: 26px;
}
#hero .icon-box h3 a {
  color: #fff;
  transition: ease-in-out 0.3s;
}
#hero .icon-box h3 a:hover {
  color: #1D80E8;
}
#hero .icon-box:hover {
  border-color: #1D80E8;
}
#hero ul {
  font-weight: 500;
  color: #fff;
  padding: 20px 0 0 0;
  line-height: 1;
  font-size: 18px;
  line-height: 26px;
  list-style-type: none;
}
#hero ul li {
  text-align: center;
}
@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}
@media (max-width: 768px) {
  #hero {
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.6) 100%), url('../img/header-bg-24.jpg'); 
    background-position: top center; 
    background-attachment: fixed; 
    background-size: 250%;
  }
  #hero .hero-cont {
    position: absolute;
    bottom: 0;
    top: 30px;
    left: 0;
    right: 0;
    text-align: center;
  }
  #hero .hero-logo img {
    width: 150px;
  }
  #hero h1 {
    margin: -30px 0 0 0;
    font-size: 20px;
  }
  #hero h2 {
    margin-bottom: 10px;
    line-height: 22px;
  }
  #hero .icon-box {
    padding: 10px 10px 0 10px;
  }
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: whitesmoke;
}

.section-title {
  text-align: center;
  padding-bottom: 40px;
}
.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-bottom: 0;
  color: #151515;
}
.section-title h3 {
  font-size: 1.75rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-bottom: 0;
  color: #151515;
}
.section-title p {
  margin-bottom: 0;
  color: #aeaeae;
}
/*--------------------------------------------------------------
# Single
--------------------------------------------------------------*/
.single {
  margin-top: 70px;
}
.single .section-title h2 {
  color: #151515;
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
}
.single .section-title h3 {
  color: #1D80E8;
  margin-bottom: -20px;
  font-size: 26px;
  font-weight: 600;
}
.single .circle {position: relative; overflow: hidden;}
.single .circle img {position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover;}
.single .circle.circle1 {width: 150px; height: 150px; float: left; border-radius: 50%; margin-right: 20px; shape-outside: circle();}
.single .image {
  padding: 20px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.single .box-grey {
  padding: 20px;
  background: #ddd;
  font-family: "Open Sans", sans-serif;
  color: #666;
  text-align: center;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  border: 1px solid #999;
  margin-bottom: 10px;
}
.single .box-grey .form-control, .single .box-grey .form-select {
  font-family: "Open Sans", sans-serif;
  color: #666;
  border: 1px solid #adb5bd;
}
.single .box {
  padding: 20px;
  background: transparent;
  color: #666;
  text-align: left;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  border: 1px solid #1D80E8;
}
.single .box h3 {
  color: #151515;
  font-size: 22px;
  font-weight: bold;
  margin: 20px 0 10px 0;
  text-align: center;
  text-transform: uppercase;
}
.single .box h5 {
  color: #1D80E8;
}
.single .box .titulo {
  color: #1D80E8;
}
.single .box .box-image img {
  width: 100%;
}
.single .box .funcao {
  width: 20px; height: 20px; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; justify-content: center; align-items: center; border-radius: 3px; background-color: #999; font-size: 12px; line-height: 1.5; color: #fff; margin-top: 2px; margin-right: 10px;
}
.single .box label {
  font-size: 14px;
  color: #000; 
  margin-top: 5px; 
  margin-bottom: 5px;
}
.single .box .form-control, 
.single .box .form-select {
  font-size: 14px;
  color: #999;
  border: 1px solid #999;
  margin-bottom: 5px;
  outline: none;
  outline-width: 0;
  box-shadow: none;
  -moz-box-shadow: none; 
  -webkit-box-shadow: none; 
}
.single .box .form-control:focus, 
.single .box .form-select:focus {
  border: 1px solid #1D80E8;
  box-shadow: none;
  -moz-box-shadow: none; 
  -webkit-box-shadow: none; 
}
.single .box .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #999;
  opacity: 1; /* Firefox */
}
.single .box .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #999;
}
.single .box .form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: #999;
}
.single .box .bt-cadastrar input, 
.single .box .bt-cadastrar input:focus {
  display: inline-block;
  background: #1D80E8;
  color: #fff;
  padding: 4px 20px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 50px;
  border: 1px solid #1D80E8;
}
.single .box .bt-cadastrar input:hover {
  background: transparent;
  color: #1D80E8;
}
.single .box .bt-cancel a, 
.single .box .bt-cancel a:focus {
    display: inline-block;
    background: transparent;
    color: #FF4A17;
    padding: 4px 20px;
    transition: 0.3s;
    font-size: 14px;
    border-radius: 50px;
    border: 1px solid #FF4A17;
}
.single .box .bt-cancel a:hover {
  background: #FF4A17;
  color: #fff;
}
.single .content ul {
  list-style: none;
  padding: 0;
}
.single .content ul li {
  padding-bottom: 10px;
  display: flex;
  align-items: flex-start;
}
.single .content ul i {
  font-size: 24px;
  padding: 2px 6px 0 0;
  color: #1D80E8;
}
.single .content i {
  font-size: 24px;
  padding: 0 6px 0 0;
  color: #1D80E8;
}
.single .content p:last-child {
  margin-bottom: 0;
}
.single .icon-box h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 5px 0 10px 60px;
}
.single .icon-box i {
    font-size: 48px;
    float: left;
    color: #1D80E8;
}
.single .icon-box p {
    font-size: 15px;
    color: #959595;
    margin-left: 60px;
}
@media (max-width: 992px) {
  .single {margin-top: 20px;}
  .single .section-title .title {
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.25;
    margin-bottom: 15px;
    padding-bottom: 0;
    color: #151515;
  }
  .single .section-title h2 {font-size: 26px;}
  .single .section-title h3 {
    margin-bottom: 0;
    font-size: 22px;
  }
}

/*--------------------------------------------------------------
# Slide-Option
--------------------------------------------------------------*/
section.slide-option div.container {
  transition: all 0.3s ease;
}
section.slide-option {
  margin: 0;
}
section.slide-option .no-marg {
  margin: 0 0 0 0;
}
div.highway-slider {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 150px;
}
div.highway-slider div.highway-barrier {
  overflow: hidden;
  position: relative;
}
div.highway-slider ul.highway-lane {
  display: flex;
  height: 100%;
}
div.highway-slider ul.highway-lane li.highway-car {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: #343434;
  width: 250px;
  height: 100%;
  background-color: transparent;
}
.respons {
  margin: -50px 0 -70px 0;
}
@-webkit-keyframes translatestf {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-500%);
  }
}
@keyframes translatestf {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-500%);
  }
}
#stffull div.highway-barrier ul.highway-lane {
  width: 500%;
}
#stffull div.highway-barrier ul.highway-lane li.highway-car {
  -webkit-animation: translatestf 30s linear infinite;
          animation: translatestf 30s linear infinite;
}
@-webkit-keyframes translateinfinite {
  100% {
    transform: translateX(calc(-180px * 12));
  }
}
@keyframes translateinfinite {
  100% {
    transform: translateX(calc(-180px * 12));
  }
}
#infinite div.highway-barrier {
  background: transparent;
}
#infinite div.highway-barrier::before,
#infinite div.highway-barrier::after {
  content: " ";
  position: absolute;
  z-index: 9;
  width: 180px;
  height: 100%;
}
@media (min-width: 992px) {
  #infinite div.highway-barrier::before {
    top: 0;
    left: 0;
    margin: -20px 0;
    background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  }
  #infinite div.highway-barrier::after {
    top: 0;
    right: 0;
    margin: -20px 0;
    background: linear-gradient(to left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  }
}
#infinite div.highway-barrier ul.highway-lane {
  width: calc(180px * 24);
}
#infinite div.highway-barrier ul.highway-lane li.highway-car {
  width: 180px;
  -webkit-animation: translateinfinite 25s linear infinite;
          animation: translateinfinite 25s linear infinite;
}
#infinite div.highway-barrier ul.highway-lane li.highway-car span.fab {
  font-size: 65px;
}
@media (max-width: 992px) {
  section.slide-option {
    padding: 0;
  }
  .respons {
    margin: 0 0 -30px 0;
  }
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about {
  padding-top: 20px;
}
.about .image {
  padding: 20px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}
.about .content ul {
  list-style: none;
  padding: 0;
}
.about .content ul li {
  padding-bottom: 10px;
  display: flex;
  align-items: flex-start;
}
.about .content ul i {
  font-size: 24px;
  padding: 2px 6px 0 0;
  color: #1D80E8;
}
.about .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services {
  padding-top: 20px;
}
.services .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 50px 0 0;
}
.services .icon-box .member {
  text-align: center;
  width: 60px;
  margin: 0 15px;
}
.services .icon-box a, 
.services .icon-box a:focus {
  color: #666;
}
.services .icon-box a:hover {
  color: #ff0000;  
}
.services .btn-orange-full {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 30px;
  border-radius: 3px;
  margin: 10px;
  border: 1px solid #C85A2A;
  background: #C85A2A;
  color: #fff;
}
.services .btn-orange-full:hover {
  transition: 0.5s;
  border: 1px solid #C85A2A;
  color: #C85A2A;
  background: transparent;
}
.services .icon-box i {
  font-size: 48px;
  float: left;
  color: #1D80E8;
}
.services .icon-box p {
  font-size: 15px;
  color: #959595;
  margin-left: 60px;
}
.services .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
}
@media (max-width: 992px) {
  .services .icon-box h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 10px 0 0 0;
  }
  .services .icon-box .member {
    text-align: center;
    width: 60px;
    margin: 0 5px;
  }
}

/*--------------------------------------------------------------
# Featured
--------------------------------------------------------------*/
.featured {
  padding: 40px 0 0 0;
  background: white;
}
.featured .nav-tabs {
  border: 0;
}
.featured .nav-link {
  border: 0;
  padding: 20px;
  color: #151515;
  transition: 0.3s;
}
.featured .nav-link h4 {
  font-size: 18px;
  font-weight: 600;
  transition: 0.3s;
}
.featured .nav-link:hover h4 {
  color: #1D80E8;
}
.featured .nav-link p {
  font-size: 14px;
  margin-bottom: 0;
}
.featured .nav-link.active {
  box-shadow: 0px 0 25px rgba(0, 0, 0, 0.08);
}
.featured .nav-link.active h4 {
  color: #1D80E8;
}
.featured .tab-pane.active {
  -webkit-animation: slide-down 0.5s ease-out;
  animation: slide-down 0.5s ease-out;
}
@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slide-down {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us {
  background: whitesmoke;
  padding: 0;
}
.why-us .content {
  padding: 60px 100px 0 100px;
}
.why-us .content h3 {
  font-weight: 400;
  font-size: 34px;
}
.why-us .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}
.why-us .content p {
  font-size: 15px;
  color: #959595;
}
.why-us .accordion-list {
  padding: 0 100px 60px 100px;
}
.why-us .accordion-list ul {
  padding: 0;
  list-style: none;
}
.why-us .accordion-list li + li {
  margin-top: 15px;
}
.why-us .accordion-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
}
.why-us .accordion-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding-right: 30px;
  outline: none;
  cursor: pointer;
}
.why-us .accordion-list span {
  color: #1D80E8;
  font-weight: 600;
  font-size: 18px;
  padding-right: 10px;
}
.why-us .accordion-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}
.why-us .accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}
.why-us .accordion-list .icon-show {
  display: none;
}
.why-us .accordion-list a.collapsed {
  color: #343a40;
}
.why-us .accordion-list a.collapsed:hover {
  color: #1D80E8;
}
.why-us .accordion-list a.collapsed .icon-show {
  display: inline-block;
}
.why-us .accordion-list a.collapsed .icon-close {
  display: none;
}
.why-us .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#1D80E8 50%, rgba(29, 128, 232, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}
.why-us .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.why-us .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(29, 128, 232, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}
.why-us .play-btn:hover::after {
  border-left: 15px solid #1D80E8;
  transform: scale(20);
}
.why-us .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}
@media (max-width: 1024px) {
  .why-us .content, .why-us .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .why-us .content {
    padding-top: 30px;
  }
  .why-us .accordion-list {
    padding-bottom: 30px;
  }
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio {
  margin-top: 80px;
}
.portfolio .portfolio-item {
  margin-bottom: 30px;
}
.portfolio .bt-portfolio a, .bt-portfolio a:focus {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    background: whitesmoke;
    color: #555555;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    padding: 10px 18px 12px 18px;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.portfolio .bt-portfolio a:hover {
    background: #1D80E8;
    color: #fff;
}
.portfolio .bt-portfolio-active a {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    background: #1D80E8;
    color: #fff;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    padding: 10px 18px 12px 18px;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.portfolio .bt-portfolio-active a:hover {
    background: whitesmoke;
    color: #555555;
}
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
}
.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 18px 12px 18px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  color: #555555;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 10px 4px;
  background: whitesmoke;
  border-radius: 4px;
}
.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  background: #1D80E8;
  color: #fff;
}
.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}
.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6);
}
.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(21, 21, 21, 0.6);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}
.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.portfolio .portfolio-wrap .portfolio-info::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: 35px;
  left: 35px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}
.portfolio .portfolio-wrap .portfolio-info::after {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 35px;
  right: 35px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}
.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}
.portfolio .portfolio-wrap .portfolio-info p {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}
.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}
.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}
.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #1D80E8;
}
.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}
.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}
.portfolio .portfolio-wrap:hover .portfolio-info::before {
  top: 15px;
  left: 15px;
}
.portfolio .portfolio-wrap:hover .portfolio-info::after {
  bottom: 15px;
  right: 15px;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}
.portfolio-details .portfolio-details-slider img {
  width: 100%;
}
.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #1D80E8;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #1D80E8;
}
.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(21, 21, 21, 0.08);
}
.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}
.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}
.portfolio-details .portfolio-description {
  padding-top: 30px;
}
.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}
.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
  padding: 60px 0;
  background: url("../img/testimonials-bg.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.testimonials::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
}
.testimonials .quote-icon {
  text-align: center;
  margin-bottom: 30px;
}
.testimonials .quote-icon i {
  color: #1D80E8;
  font-size: 24px;
  padding: 18px;
  border-radius: 50px;
  border: 2px solid #1D80E8;
}
.testimonials .testimonials-carousel, .testimonials .testimonials-slider {
  overflow: hidden;
}
.testimonials .testimonial-item {
  text-align: center;
  color: #fff;
}
.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 30px auto;
  font-size: 20px;
}
.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.15);
  margin: 0 auto;
}
.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #fff;
}
.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #ddd;
  margin: 0 0 15px 0;
}
.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.4);
}
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #1D80E8;
}
@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
/* .clients {
  background: whitesmoke;
  padding: 15px 0;
  text-align: center;
}
.clients img {
  width: 50%;
  filter: grayscale(100);
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
}
.clients img:hover {
  filter: none;
  transform: scale(1.2);
}
@media (max-width: 768px) {
  .clients img {
    width: 40%;
  }
}
@media (max-width: 575px) {
  .clients img {
    width: 50%;
  }
} */

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  margin-top: 70px;
}
.team .section-title {
  text-align: center;
  padding-bottom: 40px;
}
.team .section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #151515;
}
.team .member {
  margin-bottom: 20px;
  overflow: hidden;
}
.team .member .member-img {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.team .member .social {
  position: absolute;
  left: 0;
  bottom: -40px;
  right: 0;
  height: 40px;
  opacity: 0;
  transition: bottom ease-in-out 0.4s;
  background: rgba(29, 128, 232, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
}
.team .member .social a {
  transition: color 0.3s;
  color: rgba(255, 255, 255, 0.7);
  margin: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.team .member .social a i {
  line-height: 0;
}
.team .member .social a:hover {
  color: #fff;
}
.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}
.team .member .member-info h4 {
  font-weight: 700;
  margin: 15px 0 5px 0;
  font-size: 18px;
}
.team .member .member-info span {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 15px;
  color: #1D80E8;
}
.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #888888;
}
.team .member:hover .social {
  bottom: 0;
  opacity: 1;
  transition: bottom ease-in-out 0.4s;
}
/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing {
  padding-top: 20px;
}
.pricing .box {
  padding: 20px;
  background-color: #fff;
  text-align: center;
  border: 1px solid #1D80E8;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
.pricing .box h3 {
  font-weight: 400;
  padding: 15px;
  margin-top: 15px;
  font-size: 20px;
  font-weight: 600;
  color: #FF4A17;
}
.pricing .box h4 {
  font-size: 42px;
  color: #151515;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 20px;
}
.pricing .box h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}
.pricing .box h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}
.pricing .box ul {
  padding: 0;
  list-style: none;
  color: #151515;
  text-align: center;
  line-height: 20px;
  font-size: 16px;
}
.pricing .box ul li {
  color: #666;
  padding-bottom: 16px;
}
.pricing .box ul li a {
  color: #666;
}
.pricing .box ul li a:hover {
  color: #ff0000;
}
.pricing .box ul i {
  color: #1D80E8;
  font-size: 18px;
  padding-right: 4px;
}
.pricing .box ul .na {
  color: #ccc;
  text-decoration: line-through;
}
.pricing .box .btn-wrap {
  padding: 15px;
  text-align: center;
}
.pricing .box .btn-buy {
  display: inline-block;
  padding: 10px 40px 12px 40px;
  border-radius: 5px;
  border: 2px solid #1D80E8;
  color: #1D80E8;
  font-size: 14px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  transition: 0.3s;
}
.pricing .box .btn-buy:hover {
  background: #1D80E8;
  color: #fff;
}
.pricing .recommended {
  border-color: #1D80E8;
}
.pricing .recommended .btn-buy {
  background: #1D80E8;
  color: #fff;
}
.pricing .recommended .btn-buy:hover {
  background: #61b959;
  border-color: #61b959;
}
.pricing .recommended-badge {
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  font-size: 12px;
  padding: 4px 25px 6px 25px;
  background: #eaf6e9;
  color: #1D80E8;
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: 600;
}
#pricing .btn-get-started {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 30px;
  border-radius: 3px;
  margin: 10px;
  border: 1px solid #1D80E8;
  background: #1D80E8;
  color: #fff;
}
#pricing .btn-get-started:hover {
  transition: 0.5s;
  border: 1px solid #1D80E8;
  color: #1D80E8;
  background: transparent;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq {
  padding: 30px 0;
}
.faq .faq-list {
  padding: 0;
  list-style: none;
}
.faq .faq-list li {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.faq .faq-list a {
  display: block;
  position: relative;
  color: #1D80E8;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding-right: 25px;
  cursor: pointer;
}
.faq .faq-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}
.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}
.faq .faq-list .icon-show {
  display: none;
}
.faq .faq-list a.collapsed {
  color: #343a40;
}
.faq .faq-list a.collapsed:hover {
  color: #1D80E8;
}
.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}
.faq .faq-list a.collapsed .icon-close {
  display: none;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 20px;
  border-radius: 5px;
}
.contact .info i {
  font-size: 20px;
  color: #1D80E8;
  float: left;
  width: 44px;
  height: 44px;
  background: #eaf6e9;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #151515;
}
.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #484848;
}
.contact .info .email, .contact .info .phone {
  margin-top: 40px;
}
.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
  background: #1D80E8;
  color: #fff;
}
.contact .php-email-form {
  width: 100%;
  background: #fff;
  padding: 20px;
  border-radius: 5px;
}
.contact .php-email-form .form-group {
  padding-bottom: 8px;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #1D80E8;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #1D80E8;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}
.contact .php-email-form input {
  height: 44px;
}
.contact .php-email-form textarea {
  padding: 10px 12px;
}
.contact .php-email-form button[type=submit] {
  background: #1D80E8;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}
.contact .php-email-form button[type=submit]:hover {
  background: #61b959;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  margin-top: 50px;
}
.breadcrumbs h2 {
  font-size: 26px;
  font-weight: 300;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 15px;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #2f2f2f;
  content: "/";
}
@media (max-width: 992px) {
  .breadcrumbs {
    padding: -70px 0 0 0;
  }
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog {
  padding-top: 20px;
}
.blog .entry {
  padding: 30px;
  margin-bottom: 60px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.blog .entry .entry-img {
  max-height: 440px;
  margin: -30px -30px 20px -30px;
  overflow: hidden;
}
.blog .entry .entry-title {
  font-size: 28px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 20px 0;
}
.blog .entry .entry-title a {
  color: #333333;
  transition: 0.3s;
}
.blog .entry .entry-title a:hover {
  color: #1D80E8;
}
.blog .entry .entry-meta {
  margin-bottom: 15px;
  color: #1D80E8;
}
.blog .entry .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}
.blog .entry .entry-meta ul li + li {
  padding-left: 20px;
}
.blog .entry .entry-meta i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
}
.blog .entry .entry-meta a {
  color: #666666;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}
.blog .entry .entry-content p {
  line-height: 24px;
}
.blog .entry .entry-content .read-more {
  -moz-text-align-last: right;
  text-align-last: right;
}
.blog .entry .entry-content .read-more a {
  display: inline-block;
  background: #fff;
  color: #333333;
  padding: 6px 30px 8px 30px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 50px;
  border: 2px solid #1D80E8;
}
.blog .entry .entry-content .read-more a:hover {
  background: #1D80E8;
  color: #fff;
}
.blog .entry .entry-content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}
.blog .entry .entry-content blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}
.blog .entry .entry-content blockquote p {
  color: #666666;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}
.blog .entry .entry-content blockquote::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #1D80E8;
  margin-top: 20px;
  margin-bottom: 20px;
}
.blog .entry .entry-content blockquote ul {
  list-style: none; 
  padding: 0;
} 
.blog .entry .entry-content blockquote ul li {
  display: flex; 
  align-items: flex-start;
} 
.blog .entry .entry-content blockquote ul i {
  font-size: 24px; 
  padding: 2px 5px 0 0; 
  color: #1D80E8;
}
.blog .entry .entry-footer {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}
.blog .entry .entry-footer i {
  color: #1D80E8;
  display: inline;
}
.blog .entry .entry-footer a {
  color: #666666;
  transition: 0.3s;
}
.blog .entry .entry-footer a:hover {
  color: #1D80E8;
}
.blog .entry .entry-footer .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}
.blog .entry .entry-footer .cats li {
  display: inline-block;
}
.blog .entry .entry-footer .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}
.blog .entry .entry-footer .tags li {
  display: inline-block;
}
.blog .entry .entry-footer .tags li + li::before {
  padding-right: 6px;
  color: #6c757d;
  content: ",";
}
.blog .entry .entry-footer .share {
  font-size: 16px;
}
.blog .entry .entry-footer .share i {
  padding-left: 5px;
}
.blog .entry-single {
  margin-bottom: 30px;
}
.blog .blog-author {
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.blog .blog-author img {
  width: 120px;
  margin-right: 20px;
}
.blog .blog-author h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
  color: #333333;
}
.blog .blog-author .social-links {
  margin: 0 10px 10px 0;
}
.blog .blog-author .social-links a {
  color: rgba(51, 51, 51, 0.4);
  margin-right: 5px;
  transition: 0.3s;
}
.blog .blog-author .social-links a:hover {
  color: #1D80E8;
}
.blog .blog-author p {
  font-style: italic;
  color: #666666;
}
.blog .blog-comments {
  margin-bottom: 30px;
}
.blog .blog-comments .comments-count {
  font-weight: bold;
}
.blog .blog-comments .comment {
  margin-top: 30px;
  position: relative;
}
.blog .blog-comments .comment .comment-img {
  margin-right: 14px;
}
.blog .blog-comments .comment .comment-img img {
  width: 60px;
}
.blog .blog-comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}
.blog .blog-comments .comment h5 a {
  font-weight: bold;
  color: #666666;
  transition: 0.3s;
}
.blog .blog-comments .comment h5 a:hover {
  color: #333333;
}
.blog .blog-comments .comment h5 .reply {
  padding-left: 10px;
  color: #1D80E8;
}
.blog .blog-comments .comment h5 .reply i {
  font-size: 20px;
}
.blog .blog-comments .comment time {
  display: block;
  font-size: 14px;
  color: #999999;
  margin-bottom: 5px;
}
.blog .blog-comments .comment.comment-reply {
  padding-left: 40px;
}
.blog .blog-comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.blog .blog-comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}
.blog .blog-comments .reply-form p {
  font-size: 14px;
}
.blog .blog-comments .reply-form input {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}
.blog .blog-comments .reply-form input:focus {
  box-shadow: none;
  border-color: #666666;
}
.blog .blog-comments .reply-form textarea {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}
.blog .blog-comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: #666666;
}
.blog .blog-comments .reply-form .form-group {
  margin-bottom: 25px;
}
.blog .blog-comments .reply-form .btn-primary {
  border-radius: 50px;
  padding: 10px 30px;
  border: 0;
  background-color: #1D80E8;
}
.blog .blog-comments .reply-form .btn-primary:hover {
  background-color: #1ee57a;
}
.blog .blog-pagination {
  color: #1D80E8;
}
.blog .blog-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}
.blog .blog-pagination li {
  margin: 0 5px;
  transition: 0.3s;
}
.blog .blog-pagination li a {
  color: #1D80E8;
  padding: 6px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  font-weight: bold;
}
.blog .blog-pagination li.active, .blog .blog-pagination li:hover {
  background: #1D80E8;
  border-radius: 50px;
}
.blog .blog-pagination li.active a, .blog .blog-pagination li:hover a {
  color: #fff;
}
.blog .sidebar {
  padding: 30px;
  margin: 0 0 60px 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.blog .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  color: #333333;
  position: relative;
}
.blog .sidebar .sidebar-item {
  margin-bottom: 30px;
}
.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid #ddd;
  padding: 3px 10px;
  position: relative;
  border-radius: 50px;
}
.blog .sidebar .search-form form input {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 70px);
  box-shadow: none;
}
.blog .sidebar .search-form form input:focus {
  box-shadow: none;
}
.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 30px;
  margin: -1px;
  background: #1D80E8;
  color: #fff;
  transition: 0.3s;
  line-height: 0;
  border-radius: 50px;
}
.blog .sidebar .search-form form button i {
  line-height: 0;
}
.blog .sidebar .search-form form button:hover {
  background: #1D80E8;
}
.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}
.blog .sidebar .categories ul li + li {
  padding-top: 10px;
}
.blog .sidebar .categories ul a {
  color: #333333;
  transition: 0.3s;
}
.blog .sidebar .categories ul a:hover {
  color: #1D80E8;
}
.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: #b3b3b3;
  font-size: 14px;
}
.blog .sidebar .recent-posts .post-item + .post-item {
  margin-top: 15px;
}
.blog .sidebar .recent-posts img {
  width: 80px;
  float: left;
}
.blog .sidebar .recent-posts h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
}
.blog .sidebar .recent-posts h4 a {
  color: #333333;
  transition: 0.3s;
}
.blog .sidebar .recent-posts h4 a:hover {
  color: #1D80E8;
}
.blog .sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 14px;
  color: #b3b3b3;
}
.blog .sidebar .tags {
  margin-bottom: -10px;
}
.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}
.blog .sidebar .tags ul li {
  display: inline-block;
}
.blog .sidebar .tags ul a {
  color: #333333;
  font-size: 14px;
  padding: 6px 20px;
  margin: 0 6px 8px 0;
  border: 1px solid #1D80E8;
  display: inline-block;
  border-radius: 50px;
  transition: 0.3s;
}
.blog .sidebar .tags ul a:hover {
  color: #fff;
  background: #1D80E8;
}
.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: white;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Video-Box
--------------------------------------------------------------*/
.video-box {
  background-size: cover; 
  background-repeat: no-repeat;
  background-position: center center; 
  min-height: 360px; 
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
}
.video-box .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#1D80E8 50%, rgba(29, 128, 232, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}
.video-box .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.video-box .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(29, 128, 232, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}
.video-box .play-btn:hover::after {
  border-left: 15px solid #1D80E8;
  transform: scale(20);
}
.video-box .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}
@media (max-width: 767px) {
  .video-box {
    min-height: 240px; 
  }
}
/*--------------------------------------------------------------
# Video
--------------------------------------------------------------*/
.vid {
  padding-top: 20px;
}
.vid .video-box {
  background-size: 95%; 
  background-repeat: no-repeat;
  background-position: top center; 
  box-shadow: none;
}
.vid .video-box .play-btn {
  margin-top: -120px;
}
.vid .video-info h4 {
  font-weight: 700;
  margin: 200px 0 5px 0;
  font-size: 18px;
}
.vid .video-info span {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 15px;
  color: #1D80E8;
}
.vid .video-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #888888;
}
@media (max-width: 992px) {
  .vid .video-box {
    margin-bottom: 30px;
  }
  .vid .video-box .play-btn {
    margin-top: -100px;
  }
  .vid .video-info h4 {
    margin: 240px 0 5px 0;
  }
}

/*--------------------------------------------------------------
# Tables
--------------------------------------------------------------*/
#tabComp {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
#tabComp td {
  color: #999;
  vertical-align: top;
}
#tabComp td strong {
  color: #666;
}
#tabComp .left-column {
  width: 75%;
}
#tabComp .right-column {
  width: 25%;
}
#tabComp .divider {
  height: 10px;
}

/*--------------------------------------------------------------
# Modal
--------------------------------------------------------------*/
.ccrHomeModal {
  margin-top: 70px;
}
.ccrHomeModal .modal-dialog {
  background-color: transparent;
}
.ccrHomeModal .modal-dialog .modal-content {
  backdrop-filter: blur(6px) saturate(180%);
  -moz-backdrop-filter: blur(6px) saturate(180%);
  -webkit-backdrop-filter: blur(6px) saturate(180%);
  background-color: rgba(29, 128, 232, 0.6);
  border: 1px solid rgba(29, 128, 232, 0.6);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}
.ccrHomeModal .modal-dialog .modal-content .modal-header {
  background-color: transparent;
  border: none;
  color: #fafafa;
}
.ccrHomeModal .modal-dialog .modal-content .modal-header .modal-title {
  color: #fff;
  font-size: 22px;
}
.ccrHomeModal .modal-dialog .modal-content .modal-body {
  background-color: transparent;
  border: none;
  color: #fafafa;
  font-size: 14px;
}
.ccrHomeModal .modal-dialog .modal-content .modal-body form label {
  color: #fff;
  margin-bottom: 5px;
}
.ccrHomeModal .modal-dialog .modal-content .modal-body .form-control {
  background-color: transparent;
  border: 1px solid #c8c8c8;
  color: #c8c8c8;
  font-size: 14px;
  margin-bottom: 10px;
}
.ccrHomeModal .modal-dialog .modal-content .modal-body .form-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23c8c8c8' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  border: 1px solid #c8c8c8;
  box-shadow: none;
  color: #c8c8c8;
  font-size: 14px;
  outline: none;
  margin-bottom: 10px;
}
.ccrHomeModal .modal-dialog .modal-content .modal-body .form-control:focus,
.ccrHomeModal .modal-dialog .modal-content .modal-body .form-select:focus {
  background-color: #fff;
  border: 1px solid #1D80E8;
  box-shadow: none;
  color: #1D80E8;
  outline: none;
}
.ccrHomeModal .modal-dialog .modal-content .modal-body .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #c8c8c8;
  opacity: 1; /* Firefox */
}
.ccrHomeModal .modal-dialog .modal-content .modal-body .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #c8c8c8;
}
.ccrHomeModal .modal-dialog .modal-content .modal-body .form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: #c8c8c8;
}
.ccrHomeModal .modal-dialog .modal-content .modal-footer {
  background-color: transparent;
  border: none;
}
.ccrHomeModal .btn-white, .ccrHomeModal .btn-white:focus {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  background: transparent;
  color: #fff;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 1px solid #fff;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 50px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.ccrHomeModal .btn-white:hover {
  background: #fff;
  color: #1D80E8;
}
.ccrHomeModal .btn-white-full, 
.ccrHomeModal .btn-white-full:focus {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  background: #fff;
  color: #1D80E8;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 1px solid #fff;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 50px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.ccrHomeModal .btn-white-full:hover {
  background: transparent;
  color: #fff;
}
.ccrHomeModal .btn-red, .ccrHomeModal .btn-red:focus {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  background: transparent;
  color: var(--red-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 1px solid var(--red-color);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 50px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.ccrHomeModal .btn-red:hover {
  background: var(--red-color);
  color: #fff;
}
.ccrHomeModal .btn-outline-red, 
.ccrHomeModal .btn-outline-red:focus {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #dc3545;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid #dc3545;
  padding: 0.375rem 1rem;
  font-size: 1rem;
  border-radius: 50px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.ccrHomeModal .btn-outline-red:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: url("../img/footer/footer-bg.jpg") center center no-repeat;
  color: #fff;
  font-size: 14px;
  position: relative;
}
#footer::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.85);
  z-index: 1;
}
#footer .footer-top {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 20px 0;
}
#footer .footer-top .footer-logo img {
  width: 200px;
}
#footer .footer-top h3 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  position: relative;
  font-family: "Poppins", sans-serif;
  padding: 0;
  margin-bottom: 0;
}
#footer .footer-top p {
  font-size: 15;
  font-style: italic;
  margin: 10px 0 0 0;
  padding: 0;
}
#footer .footer-top .footer-newsletter {
  text-align: center;
  font-size: 15px;
  margin-top: 30px;
}
#footer .footer-top .footer-newsletter form {
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  text-align: left;
}
#footer .footer-top .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}
#footer .footer-top .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #1D80E8;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
#footer .footer-top .footer-newsletter form input[type=submit]:hover {
  background: #5ab652;
}
#footer .footer-top .social-links {
  margin-top: 30px;
}
#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #1D80E8;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .footer-top .social-links a:hover {
  background: #5ab652;
  color: #fff;
  text-decoration: none;
}
#footer .footer-bottom {
  border-top: 1px solid #222222;
  z-index: 2;
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}
#footer .copyright {
  text-align: center;
}
#footer .credits {
  text-align: center;
  font-size: 13px;
  padding-top: 5px;
}