:root {
  font-size: 15.3px;
}

@media (min-width: 576px) {
  :root {
    font-size: 16.2px;
  }
}

@media (min-width: 768px) {
  :root {
    font-size: 17.1px;
  }
}

@media (min-width: 992px) {
  :root {
    font-size: 18px;
  }
}

html {
  font-size: 1em;
}

body {
  font-family: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  color: #565656;
  background-color: #ffffff;
  line-height: 1.85;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Alata", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #1a1a1a;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #1a1a1a;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #e05915;
}

h1 {
  font-size: 2.75rem;
  line-height: 1.4;
}

h2 {
  font-size: 2rem;
  line-height: 1.4;
}

h3 {
  font-size: 1.75rem;
  line-height: 1.4;
}

h4 {
  font-size: 1.5rem;
  line-height: 1.4;
}

h5 {
  font-size: 1.25rem;
  line-height: 1.4;
}

h6 {
  font-size: 1rem;
}

a {
  color: #e05915;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}

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

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

blockquote {
  color: #1a1a1a;
}

blockquote:before {
  background-color: #e05915;
  color: white;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: 1;
  color: #989898;
}

::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
  color: #989898;
}

:-ms-input-placeholder {
  /* IE 10+ */
  opacity: 1;
  color: #989898;
}

:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
  color: #989898;
}

::placeholder {
  opacity: 1;
  color: #989898;
}

input[type="submit"],
button[type="submit"] {
  background: #e05915;
  color: white;
  border-width: 0;
}

input[type="submit"]:hover, input[type="submit"]:active,
button[type="submit"]:hover,
button[type="submit"]:active {
  background: #c44e12;
}

.btn:not([class*="btn-outline-"]),
.button {
  background: #e05915;
  color: white;
  border-width: 0;
}

.btn:not([class*="btn-outline-"]):hover, .btn:not([class*="btn-outline-"]):active,
.button:hover,
.button:active {
  background: #c44e12;
  color: white;
}

.btn.on-submit,
.button.on-submit {
  border: 3px solid #e05915;
  border-bottom: 3px solid rgba(224, 89, 21, 0);
  border-left: 3px solid rgba(224, 89, 21, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
}

table {
  border: 1px solid #e8e8e8;
}

input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]),
select,
textarea {
  background: #ffffff;
  background-clip: padding-box;
  outline-width: 0;
  border: 1px solid #e8e8e8;
  color: #989898;
  -webkit-box-shadow: 0 1px 4px rgba(232, 232, 232, 0.5);
  box-shadow: 0 1px 4px rgba(232, 232, 232, 0.5);
  -webkit-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):focus,
select:focus,
textarea:focus {
  background: #ffffff;
  border-color: #d9d9d9;
  color: #565656;
  -webkit-box-shadow: 0 1px 3px rgba(232, 232, 232, 0.75);
  box-shadow: 0 1px 3px rgba(232, 232, 232, 0.75);
}

.has-dropcap:first-letter {
  color: #e05915;
}

.has-reveal-effect.revealOnProc {
  color: transparent;
}

.has-reveal-effect.revealOnProc > *:not(.revealer) {
  opacity: 0;
  -webkit-transition: none;
  transition: none;
}

.has-reveal-effect .revealer {
  background-color: whitesmoke;
}

.has-dark-bg {
  background: #212121;
  color: #afafaf;
}

.has-dark-bg h1, .has-dark-bg h2, .has-dark-bg h3, .has-dark-bg h4, .has-dark-bg h5, .has-dark-bg h6 {
  color: #f4f4f4;
}

.has-light-bg {
  background: #f7f7f8;
}

.main-nav-wrap {
  background-color: #ffffff;
}

.main-nav-wrap a {
  color: #333333;
}

.main-nav-wrap a:hover {
  color: #1a1a1a;
}

.main-nav-wrap a:before {
  background: rgba(224, 89, 21, 0.35);
}

.main-nav-wrap li.current-menu-item a {
  color: #1a1a1a;
}

.main-nav-wrap .main-nav-ui .mobile-menu-close {
  background-color: #e05915;
  color: white;
}

@media (min-width: 768px) {
  .main-nav-wrap {
    background-color: transparent;
  }
}

#intro .main-nav-wrap {
  background-color: transparent;
}

#intro .main-nav-wrap a {
  color: rgba(255, 255, 255, 0.75);
}

#intro .main-nav-wrap a:hover {
  color: #fff;
}

#intro .main-nav-wrap li.current-menu-item a {
  color: #fff;
}

#intro .main-nav-wrap .main-nav-ui .mobile-menu-close {
  background-color: #fff;
  color: #e05915;
}

#intro .site-navbar .mobile-menu-trigger {
  color: rgba(255, 255, 255, 0.75);
}

#intro .site-navbar .mobile-menu-trigger:hover {
  color: #fff;
}

#intro {
  background: #1a1a1a;
}

#intro .intro-container .intro-content .intro-content-holder {
  color: rgba(255, 255, 255, 0.75);
}

#intro .intro-container .intro-content .intro-content-holder h1, #intro .intro-container .intro-content .intro-content-holder h2, #intro .intro-container .intro-content .intro-content-holder h3, #intro .intro-container .intro-content .intro-content-holder h4, #intro .intro-container .intro-content .intro-content-holder h5, #intro .intro-container .intro-content .intro-content-holder h6 {
  color: rgba(255, 255, 255, 0.75);
}

#intro .intro-container .intro-content .intro-content-holder h1 a, #intro .intro-container .intro-content .intro-content-holder h2 a, #intro .intro-container .intro-content .intro-content-holder h3 a, #intro .intro-container .intro-content .intro-content-holder h4 a, #intro .intro-container .intro-content .intro-content-holder h5 a, #intro .intro-container .intro-content .intro-content-holder h6 a {
  color: #fff;
}

#intro .intro-container .intro-content .intro-content-holder h1 a:before, #intro .intro-container .intro-content .intro-content-holder h2 a:before, #intro .intro-container .intro-content .intro-content-holder h3 a:before, #intro .intro-container .intro-content .intro-content-holder h4 a:before, #intro .intro-container .intro-content .intro-content-holder h5 a:before, #intro .intro-container .intro-content .intro-content-holder h6 a:before {
  background: rgba(224, 89, 21, 0.5);
}

#intro .intro-container .intro-content .intro-content-holder a {
  color: #fff;
}

#intro .intro-container .aboo-mouse-scroll {
  color: #fff;
}

#intro .intro-container .intro-social a {
  color: rgba(255, 255, 255, 0.75);
}

#intro .intro-container .intro-social a:hover {
  color: #fff;
}

.aboo-first-header .header-container {
  -webkit-transition: background .3s ease 0s;
  transition: background .3s ease 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

body.intro-bye .aboo-first-header .header-container {
  background: #ffffff;
}

#site {
  background: #ffffff;
}

.section-title span:before {
  background: #ffffff;
}

.lead {
  color: #1a1a1a;
}

.portfolio-default .entry-image.done-animate:before {
  -webkit-box-shadow: inset 0 0 0 0 #ffffff;
  box-shadow: inset 0 0 0 0 #ffffff;
}

.portfolio-default:hover .entry-image.done-animate:before {
  -webkit-box-shadow: inset 0 0 0 10px #ffffff;
  box-shadow: inset 0 0 0 10px #ffffff;
}

.service-card {
  border: 1px solid rgba(0, 0, 0, 0.06);
  background-color: #ffffff;
}

.service-card .service-alpha .s-alpha {
  color: #e05915;
  text-shadow: none;
}


.service-card .service-alpha:before {
  background-color: rgba(0, 0, 0, 0.06);
}

.service-card:hover {
  box-shadow: 0 1.6px 3.6px -5px rgba(0, 0, 0, 0.04), 0 4.5px 10px -5px rgba(0, 0, 0, 0.026), 0 10.9px 24.1px -5px rgba(0, 0, 0, 0.02), 0 36px 80px -5px rgba(0, 0, 0, 0.014);
}

.service-card:hover .service-alpha .s-alpha {
  color: #e05915;
  text-shadow: none;
}

.service-card:hover .service-alpha:before {
  width: 100%;
}

.service-col:hover .service-card {
  box-shadow: 0 1.6px 3.6px -5px rgba(0, 0, 0, 0.04), 0 4.5px 10px -5px rgba(0, 0, 0, 0.026), 0 10.9px 24.1px -5px rgba(0, 0, 0, 0.02), 0 36px 80px -5px rgba(0, 0, 0, 0.014);
}

.service-col:hover .service-card .service-alpha .s-alpha {
  color: #e05915;
  text-shadow: none;
}

.service-col:hover .service-card .service-alpha:before {
  width: 100%;
}

.testimonial-carousel-btn-next,
. -carousel-btn-prev {
  border: 1px solid #e8e8e8;
  color: #565656;
  fill: #565656;
  -webkit-transition: color 0.3s ease-out 0s, fill 0.3s ease-out 0s;
  transition: color 0.3s ease-out 0s, fill 0.3s ease-out 0s;
}

.testimonial-carousel-btn-next.swiper-button-disabled,
.testimonial-carousel-btn-prev.swiper-button-disabled {
  color: #e8e8e8;
  fill: #e8e8e8;
  cursor: not-allowed;
}

#aboo-contact-form input[type="text"],
#aboo-contact-form input[type="email"],
#aboo-contact-form input[type="phone"],
#aboo-contact-form textarea {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-bottom: 1px solid #e8e8e8;
}

#aboo-contact-form input[type="text"]:focus, #aboo-contact-form input[type="text"].has_value,
#aboo-contact-form input[type="email"]:focus,
#aboo-contact-form input[type="email"].has_value,
#aboo-contact-form input[type="phone"]:focus,
#aboo-contact-form input[type="phone"].has_value,
#aboo-contact-form textarea:focus,
#aboo-contact-form textarea.has_value {
  border-bottom: 1px solid #cccccc;
}

#site-footer {
  border-top: 1px solid #e8e8e8;
}

#site-footer ul.footer-nav li a {
  color: rgba(86, 86, 86, 0.75);
}

#site-footer ul.footer-nav li a:hover {
  color: #565656;
}
