@charset "UTF-8";
.logo img {
  max-height: 48px;
}
.cross-bg {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
}
.cross-bg::before, .cross-bg::after {
  background-color: #d0d0d0;
  position: absolute;
  content: "";
  height: 100%;
  width: 12px;
}
.cross-bg::before {
  transform: rotate(45deg);
}
.cross-bg::after {
  transform: rotate(-45deg);
}
.hero-slider .theme-btn:hover {
  color: #fff;
  background-color: #333;
  border-color: #333;
}
.hero-slider-1 .single-slide, .hero-slider-2 .single-slide, .hero-slider-4 .single-slide {
  height: 720px;
}
.badge {
  font-weight: 500;
}
.not-available {
  text-align: center;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 30px;
  padding: 8px 30px;
}
button:focus, button:active, button:active:focus, button:not(:disabled):not(.disabled):active:focus, button::before, .btn:focus, .btn:active, .btn:active:focus, .btn:not(:disabled):not(.disabled):active:focus, .btn::before, .btn-close:focus, .btn-close:active, .btn-close:active:focus, .btn-close:not(:disabled):not(.disabled):active:focus, .btn-close::before, .form-control:focus, .form-control:active, .form-control:active:focus, .form-control:not(:disabled):not(.disabled):active:focus, .form-control::before, .form-select:focus, .form-select:active, .form-select:active:focus, .form-select:not(:disabled):not(.disabled):active:focus, .form-select::before, .form-check-input:focus, .form-check-input:active, .form-check-input:active:focus, .form-check-input:not(:disabled):not(.disabled):active:focus, .form-check-input::before, .accordion-button:focus, .accordion-button:active, .accordion-button:active:focus, .accordion-button:not(:disabled):not(.disabled):active:focus, .accordion-button::before, .page-link:focus, .page-link:active, .page-link:active:focus, .page-link:not(:disabled):not(.disabled):active:focus, .page-link::before, .custom-control-input:focus ~ .custom-control-label:focus, .custom-control-input:focus ~ .custom-control-label:active, .custom-control-input:focus ~ .custom-control-label:active:focus, .custom-control-input:focus ~ .custom-control-label:not(:disabled):not(.disabled):active:focus, .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}
.btn-check:checked + .btn:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible, .btn:first-child:active:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:focus-visible {
  box-shadow: none;
}
.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
  border-color: transparent;
}
.btn.btn-primary {
  padding: 8px 30px;
  border-radius: 30px;
  border: 2px solid #e36414;
  color: #e36414;
  background: 0 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.btn.btn-primary:hover, .btn.btn-primary:active {
  color: #fff;
  background: #e36414;
}
.input-group-text {
  background-color: #f5f5f5;
  border-color: #ddd;
}
.form-check {
  margin: 0;
}
.form-check-input {
  margin-top: 5px;
}
.form-check-input:checked {
  background-color: #e36414;
  border-color: #e36414;
}
.form-check-input:focus {
  border-color: #e36414;
}
.form-control {
  border-radius: 0.375rem;
  -webkit-border-radius: 0.375rem;
  -moz-border-radius: 0.375rem;
}
.bg-light {
  background-color: #f5f5f5 !important;
}
.bg-orange {
  color: #fff !important;
  background-color: #e36414 !important;
}
.main-navigation ul li.support-menu a::before, .main-navigation ul li.support-menu a::after {
  display: none;
}
.subpage {
  margin: 205px 0 96px 0;
}
.single-price-package {
  overflow: hidden;
}
.single-price-package.theme-color a {
  color: #fff;
}
.single-price-package.theme-color a:hover {
  color: #333;
}
.signle-feature .feature-icon {
  font-size: 56px;
}
.panel {
  background-color: #f5f5f5;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
}
.blog .post-header .post-img {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  overflow: hidden;
}
.blog .post-header .post-img a {
  width: 100%;
}
.blog .post-header .post-img img {
  width: 100%;
  height: 224px;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s ease-in-out;
}
.blog .post-header .post-img img:hover {
  transform: scale(1.1);
}
.blog .post-text {
  text-align: justify;
}
.blog .post-footer {
  font-size: 15px;
  color: #656565;
}
.blog .label-wrapper {
  margin: -3px;
}
.blog .label-wrapper .label {
  font-weight: 600;
  font-size: 13px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 2px 8px 2px 8px;
  margin: 3px;
}
.demo-list .demo-img {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  overflow: hidden;
}
.demo-list .demo-img a {
  width: 100%;
}
.demo-list .demo-img img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s ease-in-out;
}
.demo-list .demo-img img:hover {
  transform: scale(1.1);
}
.pagination .page-item.active .page-link {
  color: #fff;
  background-color: #e36414;
  border-color: #e36414;
}
.pagination .page-item.active .page-link:hover {
  color: #fff;
}
.pagination .page-item .page-link {
  color: #e36414;
  text-align: center;
  width: 36px;
  height: 36px;
  line-height: 36px;
  padding: 0;
}
.pagination .page-item .page-link:hover {
  color: #333;
}
.footer-area a {
  color: #fff;
}
.footer-area a:hover {
  color: #f8bb85;
}
.footer-area .alert.alert-primary {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.15);
  border: 0;
}
.footer-area .social-link ul li a {
  color: #fff;
}
.footer-area .social-link ul li a:hover {
  color: #f8bb85;
}
.footer-logo img {
  max-height: 48px;
}
#accordionFunctions .accordion-item {
  border-bottom: 1px solid #e0e0e0;
}
#accordionFunctions .accordion-item .accordion-header .accordion-button {
  font-weight: 500;
}
#accordionFunctions .accordion-item .accordion-header .accordion-button::after {
  margin: 0;
}
#accordionFunctions .accordion-item .accordion-header .accordion-button[aria-expanded="false"]::after {
  font-family: "Line Awesome Free";
  font-weight: 900;
  font-size: 1.5rem;
  color: initial;
  content: "";
  background: none;
  width: auto;
  height: auto;
}
#accordionFunctions .accordion-item .accordion-header .accordion-button[aria-expanded="true"]::after {
  font-family: "Line Awesome Free";
  font-weight: 900;
  font-size: 1.5rem;
  color: #e36414;
  content: "";
  background: none;
  width: auto;
  height: auto;
}
#accordionFunctions .accordion-item .accordion-header .accordion-button:focus {
  border-color: #e0e0e0;
}
#accordionFunctions .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: #e36414;
  background-color: transparent;
  border-bottom: 1px solid #e0e0e0;
}
#accordionFunctions .accordion-item:nth-of-type(even) .accordion-header .accordion-button {
  background-color: #f5f5f5;
}
@media (max-width: 991.98px) {
  .hero-slider-1 .single-slide, .hero-slider-2 .single-slide, .hero-slider-4 .single-slide {
    height: 480px;
  }
  .hero-slider-1 .single-slide h1, .hero-slider-2 .single-slide h1, .hero-slider-4 .single-slide h1 {
    font-size: 24px;
    line-height: initial;
  }
  .mobile-menu .mean-bar .meanmenu-reveal {
    top: -33px;
  }
  .subpage {
    margin: 128px 0 64px 0;
  }
}
@media (max-width: 575.98px) {
  .hero-slider-1 .single-slide h1, .hero-slider-2 .single-slide h1, .hero-slider-4 .single-slide h1 {
    font-size: 22px;
    line-height: initial;
  }
  .footer-address, .footer-top .footer-list, .footer-top .footer-logo, .hero-slider-1 .slider-text-info .slider-button, .hero-slider-2 .slider-text-info .slider-button, .hero-slider-3 .slider-text-info .slider-button, .hero-slider-4 .slider-text-info .slider-button, .mt--30, .project-count-area .counter, .question-content-wrap {
    margin: 80px 0 0 0;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .hero-slider-1 .single-slide h1, .hero-slider-2 .single-slide h1, .hero-slider-4 .single-slide h1 {
    font-size: 36px;
    line-height: initial;
  }
  .mobile-menu .mean-bar .meanmenu-reveal {
    top: -33px;
  }
}
@media (min-width: 1921px) {
  .hero-slider-1 .single-slide, .hero-slider-2 .single-slide, .hero-slider-4 .single-slide {
    height: 860px;
  }
}
