body {
  color: #2c2c2c;
  font-size: 18px;
  background-color: #fff;
  font-family: "Montserrat", sans-serif;
}

@media (max-width: 767.98px) {
  body {
    font-size: 18px;
  }
}

@media (max-width: 399px) {
  body {
    font-size: 16px;
  }
}

.text-white {
  color: #fff !important;
}

.text-yellow {
  color: #fff000 !important;
}

.text-green {
  color: #25d366 !important;
}

.text-red {
  color: #f10f29 !important;
}

.text-orange {
  color: #ff4e00 !important;
}

.text-orange-lg {
  color: #ffc74b !important;
}

.text-cyan {
  color: #00a2ff !important;
}

.text-blue {
  color: #0059a8 !important;
}

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

.bg-yellow {
  background-color: #fff000;
}

.bg-green {
  background-color: #09c712;
}

.bg-red {
    background-color: #f10f29;
}

.fz-125 {
  font-size: 1.25rem;
}

@media (max-width: 1199.98px) {
  .fz-125 {
    font-size: 1.125rem;
  }
}

.fz-title {
  font-size: 1.25rem !important;
}

.fz-desc {
  font-size: 1.125rem !important;
  text-align: justify;
}

.fz-caption {
  font-size: 1rem !important;
}

.font-weight-regular {
  font-weight: 400 !important;
}

.font-weight-medium {
  font-weight: 500 !important;
}

.font-weight-semibold {
  font-weight: 600 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-extrabold {
  font-weight: 800 !important;
}

.font-weight-black {
  font-weight: 900 !important;
}

.font-caveat {
  font-family: "Caveat", cursive;
}

.font-oswald {
  font-family: "Oswald", sans-serif;
}

.text-underline {
  text-decoration: underline;
}

.text-linethrough {
  text-decoration: line-through;
}

.line-height-1-5 {
  line-height: 1.5 !important;
}

.line-height-1-2 {
  line-height: 1.2 !important;
}

.line-height-1 {
  line-height: 1 !important;
}

.section-title {
  margin-bottom: 40px;
  text-align: center;
}

.section-title h2 {
  display: inline-block;
  font-size: 50px;
  font-weight: 900;
  text-transform: uppercase;
}

.section-title p {
  display: inline-block;
  color: #858585;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.section-title p:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 80%;
  height: 1px;
  background-color: #e0e0e0;
}

.section-title p.text-white:after {
  background-color: #fff;
}

.section-title.text-left p:after {
  transform: none;
  left: 0;
}

@media (min-width: 992px) {
  .section-title {
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
    width: 100%;
  }
}

@media (max-width: 1199.98px) {
  .section-title h2 {
    font-size: 46px;
  }
  .section-title h3 {
    font-size: 36px;
  }
  .section-title p {
    font-size: 20px;
  }
}

@media (max-width: 991.98px) {
  .section-title h2 {
    font-size: 38px;
  }
  .section-title p {
    font-size: 18px;
  }
}

@media (max-width: 767.98px) {
  .section-title h2 {
    font-size: 28px;
  }
  .section-title h3 {
    font-size: 22px;
  }
}

@media (max-width: 399px) {
  .section-title h2 {
    font-size: 24px;
  }
  .section-title p {
    font-size: 16px;
  }
}

.btn {
  border: none;
  border-radius: 5px;
  padding: 15px 30px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
}

.btn:focus,
button:focus {
  box-shadow: none;
  outline: none;
}

.btn .title {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}

.btn .sub-title {
  font-size: 16px;
  color: #fffefe;
  opacity: 0.8;
}

.btn-orange {
    border: 1px solid #ff6300;
    border-bottom: 4px solid #df5800;
    background: rgb(255, 97, 0);
    background: -moz-linear-gradient(0deg,
            rgba(255, 97, 0, 1) 0%,
            rgba(255, 159, 67, 1) 100%);
    background: -webkit-linear-gradient(0deg,
            rgba(255, 97, 0, 1) 0%,
            rgba(255, 159, 67, 1) 100%);
    background: linear-gradient(0deg,
            rgba(255, 97, 0, 1) 0%,
            rgba(255, 159, 67, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#ff6100", endColorstr="#ff9f43", GradientType=1);
}

.btn-orange:hover {
    background: rgb(255, 159, 67);
    background: -moz-linear-gradient(0deg,
            rgba(255, 159, 67, 1) 0%,
            rgba(255, 97, 0, 1) 100%);
    background: -webkit-linear-gradient(0deg,
            rgba(255, 159, 67, 1) 0%,
            rgba(255, 97, 0, 1) 100%);
    background: linear-gradient(0deg,
            rgba(255, 159, 67, 1) 0%,
            rgba(255, 97, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#ff9f43", endColorstr="#ff6100", GradientType=1);
}

.btn-blue {
    border: 1px solid #001eff;
    border-bottom: 4px solid #002ddf;
    background: rgb(0, 76, 255);
    background: -moz-linear-gradient(0deg,
            rgba(0, 76, 255, 1) 0%,
            rgb(67, 83, 255) 100%);
    background: -webkit-linear-gradient(0deg,
            rgba(0, 76, 255, 1) 0%,
            rgba(67, 83, 255, 1) 100%);
    background: linear-gradient(0deg,
            rgba(0, 76, 255, 1) 0%,
            rgba(67, 83, 255, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#004cff", endColorstr="#4353ff", GradientType=1);
}

.btn-blue:hover {
    background: rgb(67, 83, 255);
    background: -moz-linear-gradient(0deg,
            rgba(67, 83, 255, 1) 0%,
            rgba(0, 76, 255, 1) 100%);
    background: -webkit-linear-gradient(0deg,
            rgba(67, 83, 255, 1) 0%,
            rgba(0, 76, 255, 1) 100%);
    background: linear-gradient(0deg,
            rgba(67, 83, 255, 1) 0%,
            rgba(0, 76, 255, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#4353ff", endColorstr="#004cff", GradientType=1);
}

.btn-red {
    border: 1px solid #ff0800;
    border-bottom: 4px solid #df0000;
    background: rgb(255, 25, 0);
    background: -moz-linear-gradient(0deg,
            rgba(255, 25, 0, 1) 0%,
            rgb(255, 67, 67) 100%);
    background: -webkit-linear-gradient(0deg,
            rgba(255, 25, 0, 1) 0%,
            rgba(255, 67, 67, 1) 100%);
    background: linear-gradient(0deg,
            rgba(255, 25, 0, 1) 0%,
            rgba(255, 67, 67, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#ff1900", endColorstr="#ff4343", GradientType=1);
}

.btn-red:hover {
    background: rgb(255, 67, 67);
    background: -moz-linear-gradient(0deg,
            rgba(255, 67, 67, 1) 0%,
            rgba(255, 25, 0, 1) 100%);
    background: -webkit-linear-gradient(0deg,
            rgba(255, 67, 67, 1) 0%,
            rgba(255, 25, 0, 1) 100%);
    background: linear-gradient(0deg,
            rgba(255, 67, 67, 1) 0%,
            rgba(255, 25, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#ff4343", endColorstr="#ff1900", GradientType=1);
}

.btn-green {
    border: 1px solid #00ff6a;
    border-bottom: 4px solid #00df7e;
    background: rgb(0, 255, 98);
    background: -moz-linear-gradient(0deg,
            rgba(0, 255, 98, 1) 0%,
            rgb(67, 255, 117) 100%);
    background: -webkit-linear-gradient(0deg,
            rgba(0, 255, 98, 1) 0%,
            rgba(67, 255, 117, 1) 100%);
    background: linear-gradient(0deg,
            rgba(0, 255, 98, 1) 0%,
            rgba(67, 255, 117, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#00ff62", endColorstr="#43ff75", GradientType=1);
}

.btn-green:hover {
    background: rgb(67, 255, 117);
    background: -moz-linear-gradient(0deg,
            rgba(67, 255, 117, 1) 0%,
            rgba(0, 255, 98, 1) 100%);
    background: -webkit-linear-gradient(0deg,
            rgba(67, 255, 117, 1) 0%,
            rgba(0, 255, 98, 1) 100%);
    background: linear-gradient(0deg,
            rgba(67, 255, 117, 1) 0%,
            rgba(0, 255, 98, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#43ff75", endColorstr="#00ff62", GradientType=1);
}

a {
  text-decoration: none;
}

.form-group {
  margin-bottom: 1rem;
}

.form-control:focus {
  box-shadow: none;
}

@media (max-width: 767.98px) {
  .btn {
    padding: 15px;
  }
  .btn .title {
    font-size: 20px;
  }
  .btn .sub-title {
    font-size: 14px;
  }
}

video {
  -webkit-box-shadow: 0px 0px 15px 5px rgba(21, 21, 21, 0.15);
  box-shadow: 0px 0px 15px 5px rgba(21, 21, 21, 0.15);
  border: 4px solid #ffffff;
}

.section-spacer {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-alt-spacer {
  padding-top: 70px;
  padding-bottom: 80px;
}

.section-equal-spacer {
  padding-top: 70px;
  padding-bottom: 50px;
}

@media (max-width: 991.98px) {
  .section-spacer {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section-alt-spacer {
    padding-top: 45px;
    padding-bottom: 50px;
  }
  .section-equal-spacer {
    padding-top: 45px;
    padding-bottom: 10px;
  }
}

.custom-list-arrow {
  list-style-type: none;
  padding-left: 0;
}

.custom-list-arrow li {
  position: relative;
  padding-left: 45px;
}

.custom-list-arrow li:not(:last-child) {
  margin-bottom: 5px;
}

.custom-list-arrow li:before {
  content: "";
  position: absolute;
  left: 0;
  top: -3px;
  height: 30px;
  width: 50px;
  background-image: url("../img/custom-list-arrow.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 30px 18px;
}

.form-control {
  background-color: #fbfbfb;
  border: solid 1px #dadada;
  border-radius: 10px;
  font-size: 16px;
  padding: 13px;
  height: auto;
  font-weight: 500;
}

textarea {
  resize: none;
}

select.form-control {
  color: #b7b7b7;
}

.form-control::-webkit-input-placeholder {
  color: #b7b7b7;
}

.form-control::-moz-placeholder {
  color: #b7b7b7;
}

.form-control:-ms-input-placeholder {
  color: #b7b7b7;
}

.form-control:-moz-placeholder {
  color: #b7b7b7;
}

.form-control.error {
  border-color: #f00 !important;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #0059a8;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

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

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

.backtotop {
  position: fixed;
  right: 15px;
  bottom: 15px;
  height: 40px;
  width: 40px;
  background-color: #515151;
  cursor: pointer;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  opacity: 0.9;
  transition: opacity 200ms linear;
  display: none;
}

.backtotop::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -7px;
  margin-top: -4px;
  transform: rotate(-45deg);
  height: 0px;
  width: 0px;
  border-width: 3px 3px 0 0;
  border-style: solid;
  padding: 5px;
  border-color: #ffffff;
}

.backtotop:hover {
  opacity: 1;
  transition: opacity 200ms linear;
}

.navbar-brand {
  margin-right: 50px;
}

.navbar-brand,
.navbar-brand img {
  max-width: 170px;
  width: 100%;
}

header .lightLogo {
  display: block;
}

header .darkLogo {
  display: none;
}

.fixed-top.sticky .lightLogo {
  display: none;
}

.fixed-top.sticky .darkLogo {
  display: block;
}

.fixed-top .fa-envelope {
  color: #ffffff;
}

.fixed-top.sticky .fa-envelope {
  color: #2c2c2c;
}

header p {
  font-size: 16px;
  color: #fff;
}

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

header {
  width: 100%;
  background-color: transparent;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

header.sticky {
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.navbar-nav .nav-link {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

header.sticky .navbar-nav .nav-link,
header.sticky p,
header.sticky a,
header.sticky a:hover {
  color: #2c2c2c;
}

.navbar-nav li:not(:last-child) {
  margin-right: 15px;
}

.navbar .navbar-toggler {
  border: 2px solid #eee;
  padding: 2px 10px;
}

button:focus:not(:focus-visible),
.navbar-toggler:focus {
  outline: 0;
  box-shadow: none;
  text-decoration: none;
}

@media (max-width: 767.99px) {
  header .darkLogo {
    display: block;
  }
  header .lightLogo {
    display: none;
  }
  header {
    background-color: #fff;
  }
  .navbar-nav {
    margin-top: 10px;
  }
  header.fixed-top .st3 {
    fill: #777777;
  }
  header .navbar-nav .nav-link {
    color: #2c2c2c;
  }
  header a,
  header a:hover {
    color: #2c2c2c;
  }
  .fixed-top .fa-envelope {
    color: #2c2c2c;
  }
}

@media (max-width: 399px) {
  .navbar-brand {
    margin-right: 0px;
  }
  .hero-section .top-content h5 {
    font-size: 0.8rem;
  }
}

footer {
  border-top: solid 5px #555;
  font-size: 16px;
  background: #292929;
  padding-top: 50px;
  padding-bottom: 45px;
}

footer p,
footer a {
  color: #fff;
  opacity: 0.5;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

footer a:hover {
  opacity: 1;
  color: #fff;
  text-decoration: none;
}

footer ul li {
  position: relative;
}

footer ul li:not(:last-child) {
  margin-right: 25px !important;
}

footer .logo {
  max-width: 170px;
}

footer p:last-of-type {
  margin-bottom: 0;
}

.yt_iframe {
  height: 250px !important;
}

@media (min-width: 768px) {
  footer .inner-container {
    padding-left: 100px;
    padding-right: 100px;
  }

  .yt_iframe {
    height: 450px !important;
  }

  .navbar-expand-md {
    flex-wrap: wrap;
  }
}

@media (max-width: 767.98px) {
  footer {
    font-size: 14px;
  }
}

.banner-section {
  padding-top: 165px;
  padding-bottom: 120px;
}

.banner-section h1 {
  font-size: 65px;
  font-weight: bold;
}

.banner-section p {
  font-size: 22px;
}

@media (max-width: 1199.98px) {
  .banner-section h1 {
    font-size: 50px;
  }
  .banner-section p {
    font-size: 20px;
  }
}

@media (max-width: 991.98px) {
  .banner-section h1 {
    font-size: 36px;
  }
}

@media (max-width: 767.98px) {
  .banner-section {
    padding-top: 130px;
    padding-bottom: 60px;
  }
  .banner-section h1 {
    font-size: 30px;
  }
  .banner-section p {
    font-size: 18px;
  }
  .navbar-brand {
    margin-right: 0px;
  }
}

@media (max-width: 349.98px) {
  .banner-section h1 {
    font-size: 24px;
  }
  .banner-section {
    padding-top: 120px;
    padding-bottom: 40px;
  }
}

.hero-section {
  padding-top: 145px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.hero-section .top-content h1 {
  font-size: 65px;
}

.hero-section .middle-content {
  max-width: 790px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.hero-section .middle-content p {
  font-size: 22px;
}

.hero-section .middle-content .deocrator-shape-01 {
  position: absolute;
  left: -50px;
  top: 60px;
}

.hero-section .middle-content .deocrator-shape-02 {
  position: absolute;
  right: -50px;
  top: 60px;
}

.hero-section .bottom-content {
  max-width: 950px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 70px;
}

@media (max-width: 1199.98px) {
  .hero-section .top-content h1 {
    font-size: 50px;
  }
  .hero-section .middle-content {
    max-width: 730px;
  }
  .hero-section .middle-content p {
    font-size: 20px;
  }
  .btn .title {
    font-size: 24px;
  }
  .btn .sub-title {
    font-size: 14px;
  }
  .hero-section .bottom-content {
    margin-top: 60px;
  }
}

@media (max-width: 991.98px) {
  .hero-section .top-content h1 {
    font-size: 40px;
  }
  .hero-section .bottom-content {
    margin-top: 50px;
  }
}

@media (max-width: 767.98px) {
  .hero-section {
    padding-top: 120px;
  }
  .hero-section .top-content h1 {
    font-size: 30px;
  }
  .hero-section .middle-content p {
    font-size: 16px;
  }
  .btn .title {
    font-size: 18px;
  }
  .btn .sub-title {
    font-size: 14px;
  }
}

@media (max-width: 399px) {
  .hero-section .top-content h1 {
    font-size: 26px;
  }
  .btn .title {
    font-size: 15px;
  }
  .btn .sub-title {
    font-size: 12px;
  }
  .hero-section {
    padding-top: 100px;
  }
  .hero-section .bottom-content {
    margin-top: 30px;
  }
}

.features-section {
  background-color: #fff;
}

.features-section.section-alt-spacer {
  padding-bottom: 50px;
}

.features-section .item-single {
  margin-bottom: 30px;
}

.features-section .inner-container {
  background-color: #f5f5f5;
  border: solid 1px #e1e1e1;
  border-radius: 0.375rem;
  padding: 30px 25px;
}

.features-section .item-single h4 {
  font-size: 22px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.features-section .item-single p {
  font-size: 18px;
}

@media (max-width: 1199.98px) {
  .features-section .item-single h4 {
    font-size: 20px;
  }
}

@media (max-width: 767.98px) {
  .features-section .item-single p {
    font-size: 16px;
  }
}

.contact-section {
  background-image: url("../img/contact-bg.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}

.contact-section.section-alt-spacer {
  padding-bottom: 50px;
}

.contact-section .item-single {
  margin-bottom: 30px;
}

.contact-section .inner-container {
  background-color: #fff;
  border: solid 1px #e1e1e1;
  padding: 30px 25px;
}

.contact-section .item-single h4 {
  font-size: 22px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.contact-section .item-single p {
  font-size: 18px;
}

@media (max-width: 1199.98px) {
  .contact-section .item-single h4 {
    font-size: 20px;
  }
}

@media (max-width: 767.98px) {
  .contact-section .item-single p {
    font-size: 16px;
  }
}

.project-section .right-container .section-title {
  margin-bottom: 10px;
}

.project-section .right-container .section-title h2 {
  font-size: 48px;
}

.project-section .bottom-content {
  margin-top: 60px;
}

.project-section .bottom-content .decorator-shape-01 {
  position: absolute;
  left: 100px;
  top: -25px;
}

.project-section .bottom-content .decorator-shape-02 {
  position: absolute;
  right: 100px;
  top: -25px;
}

@media (max-width: 1199.98px) {
  .project-section .right-container .section-title h2 {
    font-size: 40px;
  }
  .project-section .bottom-content .decorator-shape-01 {
    position: absolute;
    left: 60px;
  }
  .project-section .bottom-content .decorator-shape-02 {
    position: absolute;
    right: 60px;
  }
}

@media (max-width: 991.98px) {
  .project-section .bottom-content {
    margin-top: 40px;
  }
  .project-section .right-container .section-title h2 {
    font-size: 38px;
  }
}

@media (max-width: 767.98px) {
  .project-section .right-container .section-title h2 {
    font-size: 28px;
  }
}

@media (max-width: 399px) {
  .project-section .right-container .section-title h2 {
    font-size: 24px;
  }
}

.gallery-section {
  background-color: #fff;
}

.gallery-section:before {
  background-color: #fff;
  width: 100%;
  height: 750px;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: -1;
}

.gallery-section .inner-container {
  max-width: 960px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.gallery-section .inner-container p {
  font-size: 45px;
}

@media (max-width: 1199.98px) {
  .gallery-section .inner-container p {
    font-size: 42px;
  }
  .gallery-section:before {
    height: 700px;
  }
}

@media (max-width: 991.98px) {
  .gallery-section .inner-container p {
    font-size: 32px;
  }
  .gallery-section:before {
    height: 545px;
  }
}

@media (max-width: 991.98px) {
  .gallery-section .inner-container p {
    font-size: 28px;
    padding: 0px 10px;
  }
}

.specification-section {
  background-color: #f5f5f5;
}

.specification-section:before {
  background-color: #fff;
  width: 100%;
  height: 750px;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: -1;
}

.specification-section .inner-container {
  max-width: 960px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.recommended-section {
  background-color: #f5f5f5;
}

.recommended-section .bottom-content {
  margin-top: 50px;
}

.testimonial-single:not(:last-of-type) {
  margin-bottom: 30px;
}

.testimonial-single h4 {
  font-size: 22px;
}

.testimonial-single p {
  font-size: 16px;
}

.testimonial-details {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.testimonial-single .testimonial-details .avatar,
.testimonial-single .testimonial-details .avatar img {
  width: 50px;
  height: 50px;
  border-radius: 100px;
}

.testimonial-single .testimonial-details .avatar {
  margin-right: 10px;
}

.testimonial-details .details h3 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 2px;
}

.testimonial-details .details h4 {
  color: #808080;
  font-weight: 600;
  font-size: 16px;
  font-style: italic;
  margin-bottom: 0;
}

@media (max-width: 1199.98px) {
  .testimonial-single h4 {
    font-size: 20px;
  }
}

.faq-section {
  background-color: #fff;
}

.faq-single h2 {
  font-weight: 500;
  font-size: 22px;
  padding: 15px 0;
  cursor: pointer;
  position: relative;
  padding-right: 40px;
}

.faq-single h2:after {
  content: "\f0d7";
  font-family: "FontAwesome";
  font-size: 20px;
  position: absolute;
  right: 20px;
  top: 15px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.faq-single h2[aria-expanded="true"]:after {
  color: #ddd;
  transform: rotate(-180deg);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.faq-single h2[aria-expanded="true"] {
  font-weight: bold;
  border-color: #ddd;
}

.faq-single h2,
.faq-single .collapse.show {
  border-bottom: solid 1px #d3d3d3;
}

.faq-single .accordion-body {
  padding: 15px 0;
}

@media (max-width: 1199.98px) {
  .faq-single h2 {
    font-size: 20px;
  }
}

@media (max-width: 767.98px) {
  .faq-single h2 {
    font-size: 18px;
    padding: 15px 20px 15px 0;
  }
  .faq-single h2:after {
    right: 0;
  }
}

.error-header {
  background-color: #000;
}

#notfound {
  position: relative;
  height: 80vh;
}

#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.notfound {
  max-width: 920px;
  width: 100%;
  line-height: 1.4;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}

.notfound .notfound-404 {
  position: absolute;
  height: 100px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}

.notfound .notfound-404 h1 {
  color: #ececec;
  font-weight: 900;
  font-size: 276px;
  margin: 0px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.error-page .section-title h2 {
  color: #000;
  text-transform: none;
}

.notfound p {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  text-transform: none;
  font-family: "Nunito", sans-serif;
  margin-top: 15px;
}

.notfound p::after {
  display: none;
}

.notfound a {
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  background: #1577da;
  display: inline-block;
  padding: 16px 38px;
  border: 2px solid transparent;
  border-radius: 40px;
  color: #fff;
  margin-top: 30px;
  font-weight: 400;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.notfound a:hover {
  background-color: #fff;
  border-color: #189cf0;
  color: #189cf0;
}

@media only screen and (max-width: 767.98px) {
  .error-header {
    background-color: #fff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  }
}

@media only screen and (max-width: 480px) {
  .notfound .notfound-404 h1 {
    font-size: 162px;
  }
  .notfound h2 {
    font-size: 26px;
  }
}

.btn-wa-mkt {
  display: inline-block;
  padding: 15px 25px 10px 25px;
  cursor: pointer;
  border: 0;
  border-radius: 50px;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  outline: 0;
  background-color: #25d366;
}

.btn-wa-mkt:hover {
  background-color: #1ca54f;
}

.map-container {
  height: 500px;
  overflow: hidden;
}

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

.carousel-control-next-icon, .carousel-control-prev-icon {
  background-color: #515151;
  border-radius: 5px;
  height: 45px;
  width: 35px;
}