/*=== MEDIA QUERY ===*/
@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic|DM+Sans:300,400,500,700);
html {
  overflow-x: hidden;
}

body {
  line-height: 1.5;
  font-family: "DM Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 17px;
  color: rgba(0, 0, 0, 0.65);
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .font-display {
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  color: #242424;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 42px;
}

h3, .h3 {
  font-size: 1.5rem;
}

h4, .h4 {
  font-size: 1.3rem;
  line-height: 30px;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  line-height: 30px;
}

.navbar-toggle .icon-bar {
  background: #f75757;
}

input[type="email"], input[type="password"], input[type="text"], input[type="tel"] {
  box-shadow: none;
  height: 45px;
  outline: none;
  font-size: 14px;
}

input[type="email"]:focus, input[type="password"]:focus, input[type="text"]:focus, input[type="tel"]:focus {
  box-shadow: none;
  border: 1px solid #f75757;
}

.form-control {
  box-shadow: none;
  border-radius: 0;
}

.form-control:focus {
  box-shadow: none;
  border: 1px solid #f75757;
}

.py-7 {
  padding: 7rem 0px;
}

.btn {
  display: inline-block;
  font-size: 14px;
  font-size: 0.8125rem;
  font-weight: 400;
  padding: 1rem 2.5rem;
  text-transform: uppercase;
  border-radius: 0;
  transition: all 0.2s ease;
}

.btn.btn-icon i {
  font-size: 16px;
  vertical-align: middle;
  margin-right: 5px;
}

.btn:focus {
  outline: 0px;
  border: 0px;
  box-shadow: none;
}

.btn-main, .btn-transparent, .btn-small {
  background: #f75757;
  color: #fff;
  transition: all 0.2s ease;
}

.btn-main:hover, .btn-transparent:hover, .btn-small:hover {
  background: #dd0b0b;
  color: #fff;
}

.btn-solid-border {
  border: 2px solid #f75757;
  background: transparent;
  color: #242424;
}

.btn-solid-border:hover {
  border: 2px solid #f75757;
  background: #f75757;
}

.btn-transparent {
  background: transparent;
  padding: 0;
  color: #f75757;
}

.btn-transparent:hover {
  background: transparent;
  color: #f75757;
}

.btn-large {
  padding: 20px 45px;
}

.btn-large.btn-icon i {
  font-size: 16px;
  vertical-align: middle;
  margin-right: 5px;
}

.btn-small {
  padding: 10px 25px;
  font-size: 12px;
}

.btn-round {
  border-radius: 4px;
}

.btn-round-full {
  border-radius: 50px;
}

.btn-square {
  border-radius: 0;
}

.btn.active:focus, .btn:active:focus, .btn:focus {
  outline: 0;
}

.bg-gray {
  background: #f5f8f9;
}

.bg-primary {
  background: #f75757;
}

.bg-primary-dark {
  background: #f52626;
}

.bg-primary-darker {
  background: #dd0b0b;
}

.bg-dark {
  background: #242424;
}

.bg-gradient {
  background-image: linear-gradient(145deg, rgba(19, 177, 205, 0.95) 0%, rgba(152, 119, 234, 0.95) 100%);
  background-repeat: repeat-x;
}

.section {
  padding: 100px 0;
}

.section-sm {
  padding: 70px 0;
}

.section-title {
  margin-bottom: 70px;
}

.section-title .title {
  font-size: 50px;
  line-height: 50px;
}

.section-title p {
  color: #666;
  font-family: "PT Sans", sans-serif;
}

.subtitle {
  color: #f75757;
  font-size: 14px;
  letter-spacing: 1px;
}

.overly, .page-title, .slider, .cta, .hero-img {
  position: relative;
}

.overly:before, .page-title:before, .slider:before, .cta:before, .hero-img:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: #000;
}

.overly-2, .bg-counter, .cta-block, .latest-blog {
  position: relative;
}

.overly-2:before, .bg-counter:before, .cta-block:before, .latest-blog:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.text-color {
  color: #f75757;
}

.text-black {
  color: #242424;
}

.text-color2 {
  color: #c54041;
}

.text-color2 {
  color: #b99769;
}

.text-sm {
  font-size: 14px;
}

.text-md {
  font-size: 2.25rem;
}

.text-lg {
  font-size: 3.75rem;
}

.no-spacing {
  letter-spacing: 0px;
}

/* Links */
a {
  color: #242424;
  text-decoration: none;
}

a:focus, a:hover {
  color: #f75757;
  text-decoration: none;
}

a:focus {
  outline: none;
}

.content-title {
  font-size: 40px;
  line-height: 50px;
}

.page-title {
  padding: 100px 0;
}

.page-title .block h1 {
  color: #fff;
}

.page-title .block p {
  color: #fff;
}

.page-wrapper {
  padding: 70px 0;
}

#wrapper-work {
  overflow: hidden;
  padding-top: 100px;
}

#wrapper-work ul li {
  width: 50%;
  float: left;
  position: relative;
}

#wrapper-work ul li img {
  width: 100%;
  height: 100%;
}

#wrapper-work ul li .items-text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  padding-left: 44px;
  padding-top: 140px;
}

#wrapper-work ul li .items-text h2 {
  padding-bottom: 28px;
  padding-top: 75px;
  position: relative;
}

#wrapper-work ul li .items-text h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 75px;
  height: 3px;
  background: #fff;
}

#wrapper-work ul li .items-text p {
  padding-top: 30px;
  font-size: 16px;
  line-height: 27px;
  font-weight: 300;
  padding-right: 80px;
}

/*--
	features-work Start 
--*/
#features-work {
  padding-top: 50px;
  padding-bottom: 75px;
}

#features-work .block ul li {
  width: 19%;
  text-align: center;
  display: inline-block;
  padding: 40px 0px;
}

#navbar {
  background: #222328;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

#navbar li {
  padding-left: 15px;
}

#navbar .nav-link {
  font-family: "PT Sans", sans-serif;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: .5px;
  transition: all .25s ease;
}

#navbar .nav-link:hover, #navbar .nav-link:focus {
  color: #f75757;
}

#navbar .btn {
  padding: .5rem 1.5rem;
  color: #fff;
}

.header-top {
  background: #222328;
  color: #919194;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.header-top .header-top-socials {
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  padding: 12px 0px;
}

.header-top .header-top-social-column {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.header-top .row {
  position: relative;
}

.header-top .header-top-info a {
  margin-left: 0;
}

.header-top .header-top-email {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.header-top .header-top-socials a {
  color: #919194;
  margin-right: 15px;
  font-size: 16px;
}

.header-top .header-top-info {
  color: #919194;
  font-size: 16px;
}

.header-top .header-top-info a span {
  color: #fff;
}

.header-top .header-top-info .header-top-ist {
  font-size: 12px;
  margin-top: 2px;
}

.header-top .header-top-info a {
  margin-left: 35px;
  color: #919194;
}

.navbar-brand {
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  line-height: 1.2;
}

.navbar-brand span {
  color: #f75757;
}

.navbar-brand-logo {
  display: block;
  width: 50px;
  height: auto;
  margin-bottom: 5px;
}

.navbar-brand-tagline {
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-bottom: 4px;
}

.dropdown-menu {
  visibility: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
  transition: all .2s ease-in, visibility 0s linear .2s, -webkit-transform .2s linear;
  transition: all .2s ease-in, visibility 0s linear .2s, transform .2s linear;
  transition: all .2s ease-in, visibility 0s linear .2s, transform .2s linear, -webkit-transform .2s linear;
  -webkit-transition: all .2s ease-in, visibility 0s linear .2s, -webkit-transform .2s linear;
  -o-transition: all .2s ease-in, visibility 0s linear .2s, -o-transform .2s linear;
  -ms-transition: all .2s ease-in, visibility 0s linear .2s, -ms-transform .2s linear;
  width: 250px;
  margin-top: 15px;
  padding: 0px;
  border-radius: 0px;
  display: block;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown:hover .dropdown-menu {
  visibility: visible;
  transition: all .45s ease 0s;
  opacity: 1;
}

.dropdown-item {
  padding: .8rem 1.5rem;
  text-transform: uppercase;
  font-size: 14px;
}

.dropdown-item:hover {
  background: #f75757;
  color: #fff;
}

ul.dropdown-menu li {
  padding-left: 0px !important;
}

.bg-1 {
  background: url("../images/bg/home-2.jpg") no-repeat 50% 50%;
  background-size: cover;
}

.bg-2 {
  background: url("../images/bg/home-5.jpg");
  background-size: cover;
}

.slider {
  position: relative;
  overflow: hidden;
  min-height: 700px;
}

.slider:before {
  display: none;
}

.slider .hero-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 0;
  transition: opacity 1s ease-in-out;
}

.slider .hero-slide.active {
  opacity: 1;
  z-index: 1;
}

.slider .hero-slide-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider .hero-slide:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.5;
}

.slider .hero-slide .container {
  position: relative;
  z-index: 2;
  height: 100%;
}

.hero-popup-sv {
  position: absolute;
  right: 6%;
  top: 50%;
  z-index: 1;
  width: clamp(190px, 27vw, 430px);
  height: auto;
  opacity: 0;
  transform: translate3d(0, -50%, 0) scale(0.25);
  transform-origin: center;
  transition: none;
  will-change: transform, opacity;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  pointer-events: none;
}

@media (max-width: 767px) {
  .hero-popup-sv {
    top: auto;
    right: 5%;
    bottom: 12%;
    width: min(42vw, 190px);
    transform: translate3d(0, 0, 0) scale(0.25);
  }

}

@media (prefers-reduced-motion: reduce) {
  .hero-popup-sv {
    transition: none;
  }
}

.slider .hero-dots {
  position: absolute;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  gap: 10px;
}

.slider .hero-dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  transition: all 0.3s ease;
}

.slider .hero-dots button.active {
  width: 26px;
  border-radius: 6px;
  background: #fff;
}

.slider .block h1 {
  font-size: 70px;
  line-height: 80px;
  font-weight: 600;
  color: #fff;
}

.slider .block p {
  margin-bottom: 30px;
  color: #b9b9b9;
  font-size: 18px;
  line-height: 27px;
  font-weight: 300;
}

.slider .block span {
  letter-spacing: 1px;
}

@media (min-width: 992px) {
  .hero-desc-50 {
    max-width: 50%;
  }
  .hero-desc-70 {
    max-width: 70%;
  }
}

.hero-stats-row {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.hero-stat-num {
  color: #fff;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
}

.hero-stat-label {
  font-size: 14px;
  font-weight: 500;
  margin-top: 4px;
}

@media (max-width: 575px) {
  .hero-stats-row {
    gap: 18px;
  }
  .hero-stat-num {
    font-size: 24px;
  }
  .hero-stat-label {
    font-size: 12px;
  }
}

.intro-item i {
  font-size: 60px;
  line-height: 60px;
}

.intro-item-img {
  height: 60px;
  width: auto;
}

@media (max-width: 767px) {
  .intro-item-img {
    height: 120px;
  }
}

.intro-service-num {
  display: none;
}

/* Mobile portrait ("vertical hold"): show "SERVICE 0N" first, then the
   picture, then the bold title, then the description -- instead of
   picture-first with the number folded into the title line. */
@media (max-width: 767px) and (orientation: portrait) {
  .intro {
    padding-top: 60px;
    padding-bottom: 55px;
  }
  .intro .section-title {
    margin-bottom: 36px;
  }
  .intro-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px !important;
  }
  .intro-service-num {
    display: block;
    order: 1;
    color: #f75757;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 1px;
    margin-bottom: 14px;
  }
  .intro-item picture {
    order: 2;
    display: block;
    line-height: 0;
    margin-bottom: 8px;
  }
  .intro-item h4 {
    order: 3;
    margin-top: 8px !important;
    margin-bottom: 10px !important;
  }
  .intro-service-num-inline {
    display: none;
  }
  .intro-item p {
    order: 4;
    margin-bottom: 0;
  }
}

.scrolly-pin-wrap {
  position: relative;
}

/* On phones the process panel must remain a direct sticky participant of the
   tall scroll wrapper. The extra composition wrapper is desktop-only. */
.scrolly-desktop-viewport {
  display: contents;
}

.scrolly-counter-preview {
  display: none;
}

.scrolly-about-preview {
  display: none;
}

.scrolly-services-preview {
  display: none;
}

.counter {
  padding-top: 60px;
  position: relative;
  z-index: 1;
  background-color: #fff;
}

.scrolly-process {
  padding-top: 10px;
  padding-bottom: 5px;
}

.about {
  padding-top: 30px;
}

.scrolly-pin {
  height: 100vh;
  height: 100dvh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.scrolly-pin-sticky {
  position: sticky;
  top: 0;
  transform: translateZ(0);
}

#scrolly-process .scrolly-pin-wrap {
  /* Wrap height = pin height + a fixed 2400px scroll duration, same
     approach as the desktop tier: lets the pin grow to fill tall
     viewports without shrinking the actual scroll distance available
     for the 4 steps to crossfade through (2400px approximates what a
     typical ~800px-tall phone already got under the old proportional
     formula, so normal phones/tablets keep roughly the same pacing). */
  height: calc(100vh + 2400px);
  height: calc(100dvh + 2400px);
  background-color: #0f1f19;
}

#scrolly-process .scrolly-pin {
  height: 100vh;
  height: 100dvh;
  align-items: flex-start;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0f1f19;
  background-image: linear-gradient(rgba(15, 31, 25, 0.72), rgba(15, 31, 25, 0.72)), url('../imgs/bgrnd_scrollreveal.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#scrolly-process .scrolly-intro-text {
  color: #fff;
}

#scrolly-process .cta-step-text {
  color: #cfd9d4;
}

#scrolly-process .scrolly-step h3 {
  color: #fff;
}

#scrolly-process .scrolly-step p {
  color: #cfd9d4;
}

#scrolly-process .scrolly-step p strong {
  color: #fff;
}

@media (min-width: 992px) and (min-aspect-ratio: 5/6) {
  /* Wrap height = pin height + a fixed 1450px scroll duration for the
     crossfade. Keeping that duration fixed (rather than a flat wrap
     height) means the pin can grow to fill tall viewports without
     shrinking (or, on tall enough screens, eliminating) the actual
     scroll distance available for the 4 steps to crossfade through. */
  #scrolly-process .scrolly-pin-wrap {
    height: calc(100vh + 1450px);
    height: calc(100dvh + 1450px);
  }
  #scrolly-process .scrolly-desktop-viewport {
    display: block;
    height: 100vh;
    height: 100dvh;
  }
  #scrolly-process .scrolly-pin {
    height: 80vh;
    height: 80dvh;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }
  #scrolly-process .scrolly-counter-preview {
    display: flex;
    align-items: center;
    height: 20vh;
    height: 20dvh;
    min-height: 0;
    padding: 0;
  }
  #scrolly-process .scrolly-counter-preview .container {
    width: 100%;
  }
  .counter-standalone {
    display: none;
  }
}

.scrolly-sticky {
  position: relative;
  height: auto;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

/* Match the "What we are" section's proportions: the process-section image
   bleeds all the way to the browser's left edge and targets ~45% of the
   viewport width (capped on ultra-wide screens), instead of just a share of
   the container. The text column keeps its normal grid position/width. */
@media (min-width: 992px) and (max-width: 1199px) and (min-aspect-ratio: 5/6) {
  #scrolly-process .scrolly-sticky {
    width: min(45vw, 900px);
    margin-left: calc(-1 * ((100vw - 960px) / 2 + 15px));
  }
}

@media (min-width: 1200px) and (min-aspect-ratio: 5/6) {
  #scrolly-process .scrolly-sticky {
    width: min(45vw, 900px);
    margin-left: calc(-1 * ((100vw - 1140px) / 2 + 15px));
  }
}

/* Tall/portrait screens at desktop widths (e.g. an unusually tall RDM
   test, or a monitor rotated to portrait): use the same stacked,
   mobile-style arrangement (image on top, text below) as narrow screens,
   instead of the side-by-side layout meant for wide monitors. */
@media (min-width: 992px) and (max-aspect-ratio: 5/6) {
  /* Wide portrait screens cap the process panel, then use the remaining
     viewport for the counter and a preview of the following About section. */
  #scrolly-process .scrolly-pin-wrap {
    height: calc(100vh + 1450px);
    height: calc(100dvh + 1450px);
  }
  #scrolly-process .scrolly-desktop-viewport {
    height: 100vh;
    height: 100dvh;
    display: flex;
    flex-direction: column;
  }
  #scrolly-process .scrolly-pin {
    height: min(1200px, 60vh);
    height: min(1200px, 60dvh);
    flex: 0 0 auto;
  }
  #scrolly-process .scrolly-counter-preview {
    display: flex;
    align-items: center;
    height: min(240px, 15vh);
    height: min(240px, 15dvh);
    flex: 0 0 auto;
    min-height: 0;
    padding: 0;
  }
  #scrolly-process .scrolly-counter-preview .container {
    width: 100%;
  }
  .counter-standalone {
    display: none;
  }
  #scrolly-process .scrolly-about-preview {
    display: block;
    flex: 0 1 min(700px, 40dvh);
    height: min(700px, 40vh);
    height: min(700px, 40dvh);
    min-height: 0;
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #fff;
  }
  .about-standalone {
    display: none;
  }
  #scrolly-process .scrolly-services-preview {
    display: flex;
    flex: 1 1 auto;
    align-items: flex-start;
    min-height: 0;
    overflow: hidden;
    padding-top: 45px;
    padding-bottom: 20px;
    background-color: #fff;
  }
  #scrolly-process .scrolly-services-preview .container {
    width: 100%;
  }
  .service-standalone {
    padding-top: 35px;
  }
  .service-standalone > .container > .row:first-child {
    display: none;
  }
  #scrolly-process .row.align-items-center > .col-lg-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  #scrolly-process .scrolly-pin > .container,
  #scrolly-process .scrolly-pin > .container > .row {
    height: 100%;
  }
  #scrolly-process .scrolly-pin > .container > .row {
    box-sizing: border-box;
    padding-top: 3vh;
    padding-top: 3dvh;
    padding-bottom: 2vh;
    padding-bottom: 2dvh;
  }
  #scrolly-process .row.align-items-center > .col-lg-6:first-child {
    height: 44%;
  }
  #scrolly-process .row.align-items-center > .col-lg-6:last-child {
    height: 56%;
  }
  #scrolly-process .scrolly-sticky {
    height: 100%;
    aspect-ratio: auto;
  }
  #scrolly-process .scrolly-steps {
    height: 100%;
    margin-top: 0;
  }
  #scrolly-process .scrolly-step {
    justify-content: flex-start;
    padding-top: 1.5vh;
    padding-top: 1.5dvh;
  }
  #scrolly-process .scrolly-step h3 {
    margin-top: 0.35rem !important;
    margin-bottom: 0.7rem !important;
  }
  #scrolly-process .scrolly-step p {
    line-height: 1.45;
    margin-bottom: 0.65rem !important;
  }
  /* Unlike genuinely narrow phones (where content can be taller than the
     box, requiring top-alignment to avoid clipping), this case has a lot
     of room to spare -- center the content instead of pinning it to the
     top with a large gap below. */
  #scrolly-process .scrolly-pin {
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.scrolly-steps {
  position: relative;
  height: 585px;
}

@media (max-width: 991px), (min-width: 992px) and (max-aspect-ratio: 5/6) {
  .scrolly-sticky {
    height: auto;
    aspect-ratio: 16 / 9;
  }
  .scrolly-steps {
    height: 345px;
    margin-top: 16px;
  }
}

@media (min-width: 992px) and (max-aspect-ratio: 5/6) {
  #scrolly-process .scrolly-sticky {
    height: 100%;
    aspect-ratio: auto;
  }
  #scrolly-process .scrolly-steps {
    height: 100%;
    margin-top: 0;
  }
}

.scrolly-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  will-change: opacity;
  transform: translateZ(0);
}

.scrolly-img.active {
  opacity: 1;
}

.scrolly-icons {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #4a5c54;
  padding: 20px;
}

.scrolly-icons-heading h2 {
  color: #fff;
  font-size: 26px;
}

#scrolly-process .process-eyebrow {
  font-size: 20px;
  line-height: 1.35;
}

@media (max-width: 991px) {
  #scrolly-process .process-eyebrow {
    font-size: 17px;
  }
}

.scrolly-icons-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  width: 100%;
  margin-bottom: 20px;
}

.scrolly-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 8px;
}

.scrolly-icon img {
  width: 70px;
  height: 70px;
  object-fit: contain;
  margin-bottom: 12px;
}

.scrolly-icon span {
  color: #eef3f0;
  font-size: 15px;
  line-height: 1.3;
}

.scrolly-icons-desc {
  color: #d7e0db;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
  max-width: 90%;
  margin-bottom: 0;
}

.scrolly-icons-desc strong {
  color: #ffffff;
}

.scrolly-intro-text {
  font-size: 26px;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.4;
}

@media (max-width: 991px), (min-width: 992px) and (max-aspect-ratio: 5/6) {
  .scrolly-icon img {
    width: 48px;
    height: 48px;
    margin-bottom: 8px;
  }
  .scrolly-icon span {
    font-size: 13px;
  }
  .scrolly-icons-row {
    margin-bottom: 10px;
  }
  .scrolly-icons-desc {
    font-size: 11.5px;
    line-height: 1.4;
  }
  .scrolly-intro-text {
    font-size: 20px;
  }
}

.scrolly-step {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  will-change: opacity;
  transform: translateZ(0);
}

#scrolly-process .scrolly-step {
  text-align: center;
}

.scrolly-step.active {
  opacity: 1;
}

.scrolly-step-num {
  color: #f75757;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
}

.scrolly-pin .cta-item {
  width: 100%;
  height: calc(100vh - 150px);
  height: calc(100dvh - 150px);
}

.cta-item .scrolly-steps {
  height: 100%;
  min-height: 560px;
}

/* Tablet and up: shrink the case-studies pin to 90% of the viewport so a
   sliver of the next section peeks through, matching the "scroll reveal"
   process section above it. Phones are left untouched (still full height). */
@media (min-width: 768px) {
  #case-studies .scrolly-pin {
    height: max(600px, 90vh);
    height: max(600px, 90dvh);
  }
  .scrolly-pin .cta-item {
    height: min(calc(max(600px, 90vh) - 60px), 840px);
    height: min(calc(max(600px, 90dvh) - 60px), 840px);
  }
}

/* Common laptop heights (e.g. 1366x768) can't fit the case-study card at
   full size in 90% of the viewport, so compact the card's spacing/type at
   this height range too -- same technique as the very-short-screen rule
   below, just covering a much more common range. Gated to tablet+ width so
   phones (which keep their own 100vh pin) are unaffected. */
@media (min-width: 768px) and (max-height: 750px) {
  .cta-item .scrolly-steps {
    min-height: 0;
  }
  .cta-item {
    padding: 1.5rem !important;
  }
  .cta-item h2 {
    font-size: 22px;
  }
  .cta-item .h6 {
    margin-bottom: 0.4rem !important;
    font-size: 14px;
  }
  .cta-item .mb-3 {
    margin-bottom: 0.5rem !important;
  }
  .cta-item .mb-4 {
    margin-bottom: 0.75rem !important;
  }
  .cta-step-text {
    font-size: 13px;
    line-height: 1.5;
  }
  .cta-stat,
  .cta-stat-dark {
    padding: 10px;
  }
  .cta-stat-num,
  .cta-stat-num-gold {
    font-size: 17px;
    margin-bottom: 3px;
  }
  .cta-stat-label,
  .cta-stat-label-white {
    font-size: 10px;
    line-height: 1.3;
  }
  .cta-stat-row .cta-stat-col {
    padding: 10px 8px;
  }
  .cta-download-link {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .scrolly-pin .cta-item {
    width: calc(100% - 32px);
    margin: 0 auto;
  }
  .cta-item .scrolly-steps {
    height: 100%;
    min-height: 600px;
  }
  .cta-item h2 {
    font-size: 20px;
  }
  .cta-item .mb-3 {
    margin-bottom: 0.6rem !important;
  }
  .cta-item .mb-4 {
    margin-bottom: 0.85rem !important;
  }
  .cta-step-text {
    font-size: 13.5px;
    line-height: 1.55;
  }
  .cta-stat {
    padding: 10px;
  }
  .cta-stat-num {
    font-size: 16px;
    margin-bottom: 3px;
  }
  .cta-stat-label {
    font-size: 11px;
    line-height: 1.35;
  }
  .cta-stat-row {
    flex-direction: column;
  }
  .cta-stat-row .cta-stat-col {
    border-right: none;
    border-bottom: 1px solid #ddd;
    padding: 12px 8px;
  }
  .cta-stat-row .cta-stat-col:last-child {
    border-bottom: none;
  }
  .cta-stat-dark {
    padding: 12px;
  }
  .cta-stat-num-gold {
    font-size: 16px;
  }
  .cta-stat-label-white {
    font-size: 10px;
  }
}

.text-full {
  display: block;
}

.text-short {
  display: none;
}

@media (max-width: 575px), (max-height: 500px) {
  .text-full {
    display: none;
  }
  .text-short {
    display: block;
  }
}

@media (max-width: 991px), (min-width: 992px) and (max-aspect-ratio: 5/6) {
  #scrolly-process .text-full {
    display: none;
  }
  #scrolly-process .text-short {
    display: block;
  }
}

@media (max-height: 500px) {
  .scrolly-pin .cta-item {
    height: calc(100vh - 24px);
    height: calc(100dvh - 24px);
    padding: 1rem !important;
  }
  .cta-item .scrolly-steps {
    min-height: 0;
  }
  .cta-item h2 {
    font-size: 17px;
  }
  .cta-item .h6 {
    margin-bottom: 0.35rem !important;
    font-size: 13px;
  }
  .cta-item .mb-3 {
    margin-bottom: 0.4rem !important;
  }
  .cta-item .mb-4 {
    margin-bottom: 0.6rem !important;
  }
  .cta-step-text {
    font-size: 12px;
    line-height: 1.4;
  }
  .cta-stat,
  .cta-stat-dark {
    padding: 6px 8px;
  }
  .cta-stat-num,
  .cta-stat-num-gold {
    font-size: 14px;
    margin-bottom: 2px;
  }
  .cta-stat-label,
  .cta-stat-label-white {
    font-size: 9.5px;
    line-height: 1.25;
  }
  .cta-stat-row .cta-stat-col {
    padding: 6px 6px;
  }
  .cta-download-link {
    font-size: 13px;
  }
}

.cta-step-text {
  font-size: 14px;
  line-height: 1.7;
  color: #666;
}

.cta-download-link {
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  color: #222;
}

.cta-download-link:hover {
  color: #f75757;
  text-decoration: none;
}

.cta-stat {
  background: #1f1f1f;
  border-radius: 8px;
  padding: 14px;
}

.cta-stat-num {
  display: block;
  color: #f75757;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 4px;
}

.cta-stat-label {
  display: block;
  color: #ccc;
  font-size: 11px;
  line-height: 1.4;
}

.cta-stat-row {
  display: flex;
  border-top: 3px solid #0d1b2a;
  border-bottom: 3px solid #0d1b2a;
}

.cta-stat-row .cta-stat-col {
  flex: 1;
  text-align: center;
  padding: 16px 10px;
  border-right: 1px solid #ddd;
}

.cta-stat-row .cta-stat-col:last-child {
  border-right: none;
}

.cta-stat-row .cta-stat-num {
  color: #1a1a1a;
  font-size: 20px;
}

.cta-stat-row .cta-stat-label {
  color: #3b6e91;
  font-size: 11px;
}

@media (max-width: 575px) and (orientation: portrait) {
  .cta-stat .cta-stat-label,
  .cta-stat-row .cta-stat-label {
    display: none;
  }
  #case-studies .cta-item {
    padding: clamp(20px, 4dvh, 36px) !important;
  }
  #case-studies .cta-item .scrolly-steps {
    min-height: 0;
  }
  #case-studies .cta-item .scrolly-step {
    justify-content: center;
    justify-content: safe center;
    padding-top: 0;
    padding-bottom: 0;
  }
  #case-studies .cta-stat-row {
    flex-direction: row;
  }
  #case-studies .cta-stat-row .cta-stat-col {
    padding: 10px 4px;
    border-right: 1px solid #ddd;
    border-bottom: none;
  }
  #case-studies .cta-stat-row .cta-stat-col:last-child {
    border-right: none;
  }
}

/* When mobile browser chrome leaves a genuinely short usable viewport,
   prefer a small top inset over unsafe centering. Taller phones remain
   vertically centered. */
@media (max-width: 575px) and (orientation: portrait) and (max-height: 700px) {
  #case-studies .cta-item {
    padding: 18px !important;
  }
  #case-studies .cta-item .scrolly-step {
    justify-content: flex-start;
    padding-top: 10px;
  }
  #case-studies .cta-item .mb-3 {
    margin-bottom: 0.45rem !important;
  }
  #case-studies .cta-item .mb-4 {
    margin-bottom: 0.65rem !important;
  }
  #case-studies .cta-stat-row .cta-stat-col {
    padding-top: 7px;
    padding-bottom: 7px;
  }
}

.cta-stat-dark {
  border-radius: 6px;
  padding: 16px;
  height: 100%;
}

.cta-stat-dark.navy {
  background: #0d1b2a;
}

.cta-stat-dark.teal {
  background: #0f5c52;
}

.cta-stat-num-gold {
  display: block;
  color: #e0a458;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 4px;
}

.cta-stat-label-white {
  display: block;
  color: #fff;
  font-size: 11px;
  line-height: 1.4;
}

.color-one {
  color: #f75757;
}

.color-two {
  color: #00d747;
}

.color-three {
  color: #9262ff;
}

.color-four {
  color: #088ed3;
}

.bg-about {
  position: absolute;
  content: "";
  right: 0px;
  top: 0px;
  width: 45%;
  min-height: 650px;
  background: url("../imgs/who_we_are.png") no-repeat;
  background-size: cover;
}

.about-content {
  padding: 20px 0px 0px 80px;
}

.about-content h4 {
  font-weight: 600;
}

.about-content h4:before {
  position: absolute;
  content: "\f576";
  font-family: "Font Awesome 5 Free";
  font-size: 30px;
  position: absolute;
  top: 8px;
  left: -65px;
  font-weight: 700;
}

.counter-item .counter-stat {
  font-size: 34px;
}

.counter-item h3 {
  font-size: 34px;
}

.counter-item p {
  margin-bottom: 0px;
}

@media (max-width: 575px) {
  .counter-item .counter-stat,
  .counter-item h3 {
    font-size: 20px;
  }
  .counter-item p {
    font-size: 12px;
  }
}

.bg-counter {
  background: url("../images/bg/counter.jpg") no-repeat;
  background-size: cover;
}

.team-img-hover .team-social li a.facebook {
  background: #6666cc;
}

.team-img-hover .team-social li a.twitter {
  background: #3399cc;
}

.team-img-hover .team-social li a.instagram {
  background: #cc66cc;
}

.team-img-hover .team-social li a.linkedin {
  background: #3399cc;
}

.team-img-hover {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.6);
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.team-img-hover li a {
  display: inline-block;
  color: #fff;
  width: 50px;
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  border: 2px solid transparent;
  border-radius: 2px;
  text-align: center;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.team-img-hover:hover li a:hover {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}

.team-item:hover .team-img-hover {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.service-item {
  position: relative;
  padding-left: 80px;
}

.service-item i {
  position: absolute;
  left: 0px;
  top: 5px;
  font-size: 50px;
  opacity: .4;
}

.service-item-img {
  position: absolute;
  left: 0px;
  top: 5px;
  height: 50px;
  width: auto;
}

.cta {
  background: url("../imgs/image_bkgrd.jpg") fixed 50% 50%;
  background-size: cover;
  padding: 120px 0px;
}

@media (max-width: 991px) {
  .cta {
    background-attachment: scroll;
  }
}

.cta-block {
  background: url("../images/bg/home-3.jpg") no-repeat;
  background-size: cover;
}

.testimonial-item {
  padding: 50px 30px;
}

.testimonial-item i {
  font-size: 40px;
  position: absolute;
  left: 30px;
  top: 30px;
  z-index: 1;
}

.testimonial-item .testimonial-text {
  font-size: 20px;
  line-height: 38px;
  color: #242424;
  margin-bottom: 30px;
  font-style: italic;
}

.testimonial-item .testimonial-item-content {
  padding-left: 65px;
}

.slick-slide:focus, .slick-slide a {
  outline: none;
}

.hero-img {
  background: url("../images/bg/home-5.jpg");
  position: absolute;
  content: "";
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0px;
}

.h70 {
  height: 55%;
}

.lh-45 {
  line-height: 45px;
}

.pricing-header h1 {
  font-size: 70px;
  font-weight: 300;
}

.pricing .btn-solid-border {
  border-color: #dedede;
}

.pricing .btn-solid-border:Hover {
  border-color: #f75757;
}

.portflio-item .portfolio-item-content {
  position: absolute;
  content: "";
  right: 0px;
  bottom: 0px;
  opacity: 0;
  transition: all .35s ease;
}

.portflio-item:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: all .35s ease;
  overflow: hidden;
}

.portflio-item:hover:before {
  opacity: 1;
}

.portflio-item:hover .portfolio-item-content {
  opacity: 1;
  bottom: 20px;
  right: 30px;
}

.portflio-item .overlay-item {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: #f75757;
  opacity: 0;
  transition: all .35s ease;
}

.portflio-item:hover .overlay-item {
  opacity: 1;
}

.contact-form-wrap .form-group {
  padding-bottom: 15px;
  margin: 0px;
}

.contact-form-wrap .form-group .form-control {
  background: #f5f8f9;
  height: 48px;
  border: 1px solid #EEF2F6;
  box-shadow: none;
  width: 100%;
}

.contact-form-wrap .form-group-2 {
  margin-bottom: 13px;
}

.contact-form-wrap .form-group-2 textarea {
  background: #f5f8f9;
  height: 135px;
  border: 1px solid #EEF2F6;
  box-shadow: none;
  width: 100%;
}

.address-block li {
  margin-bottom: 10px;
}

.address-block li i {
  font-size: 20px;
  width: 20px;
}

.social-icons li {
  margin: 0 6px;
}

.social-icons i {
  margin-right: 15px;
  font-size: 25px;
}

.google-map {
  position: relative;
}

.google-map #map {
  width: 100%;
  height: 450px;
}

/*=================================================================
  Latest Posts
==================================================================*/
.blog-item-content h3 {
  line-height: 36px;
}

.blog-item-content h3 a {
  transition: all .4s ease 0s;
}

.blog-item-content h3 a:hover {
  color: #f75757 !important;
}

.lh-36 {
  line-height: 36px;
}

.tags a {
  background: #f5f8f9;
  display: inline-block;
  padding: 8px 23px;
  border-radius: 38px;
  margin-bottom: 10px;
  border: 1px solid #eee;
  font-size: 14px;
  text-transform: capitalize;
}

.pagination .nav-links a, .pagination .nav-links span.current {
  font-size: 20px;
  font-weight: 500;
  color: #c9c9c9;
  margin: 0 10px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}

.pagination .nav-links span.current, .pagination .nav-links a.next, .pagination .nav-links a.prev {
  color: #242424;
}

h3.quote {
  font-size: 25px;
  line-height: 50px;
  font-weight: normal;
  padding: 0px 25px 0px 85px;
  margin: 65px 0 65px 0 !important;
  position: relative;
}

h3.quote::before {
  content: '';
  width: 55px;
  height: 2px;
  background: #f75757;
  position: absolute;
  top: 25px;
  left: 0;
}

.nav-posts-title {
  line-height: 25px;
  font-size: 18px;
}

.latest-blog {
  position: relative;
  padding-bottom: 150px;
}

.mt-70 {
  margin-top: -70px;
}

.border-1 {
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.blog-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

/*=================================================================
  Single Blog Page
==================================================================*/
.post.post-single {
  border: none;
}

.post.post-single .post-thumb {
  margin-top: 30px;
}

.post-sub-heading {
  border-bottom: 1px solid #dedede;
  padding-bottom: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 20px;
}

.post-social-share {
  margin-bottom: 50px;
}

.post-comments {
  margin: 30px 0;
}

.post-comments .media {
  margin-top: 20px;
}

.post-comments .media > .pull-left {
  padding-right: 20px;
}

.post-comments .comment-author {
  margin-top: 0;
  margin-bottom: 0px;
  font-weight: 500;
}

.post-comments .comment-author a {
  color: #f75757;
  font-size: 14px;
  text-transform: uppercase;
}

.post-comments time {
  margin: 0 0 5px;
  display: inline-block;
  color: #808080;
  font-size: 12px;
}

.post-comments .comment-button {
  color: #f75757;
  display: inline-block;
  margin-left: 5px;
  font-size: 12px;
}

.post-comments .comment-button i {
  margin-right: 5px;
  display: inline-block;
}

.post-comments .comment-button:hover {
  color: #f75757;
}

.post-excerpt {
  margin-bottom: 60px;
}

.post-excerpt h3 a {
  color: #000;
}

.post-excerpt p {
  margin: 0 0 30px;
}

.post-excerpt blockquote.quote-post {
  margin: 20px 0;
}

.post-excerpt blockquote.quote-post p {
  line-height: 30px;
  font-size: 20px;
  color: #f75757;
}

.single-blog {
  background-color: #fff;
  margin-bottom: 50px;
  padding: 20px;
}

.blog-subtitle {
  font-size: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dedede;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.next-prev {
  border-bottom: 1px solid #dedede;
  border-top: 1px solid #dedede;
  margin: 20px 0;
  padding: 25px 0;
}

.next-prev a {
  color: #000;
}

.next-prev a:hover {
  color: #f75757;
}

.next-prev .prev-post i {
  margin-right: 10px;
}

.next-prev .next-post i {
  margin-left: 10px;
}

.social-profile ul li {
  margin: 0 10px 0 0;
  display: inline-block;
}

.social-profile ul li a {
  color: #4e595f;
  display: block;
  font-size: 16px;
}

.social-profile ul li a i:hover {
  color: #f75757;
}

.comments-section {
  margin-top: 35px;
}

.author-about {
  margin-top: 40px;
}

.post-author {
  margin-right: 20px;
}

.post-author > img {
  border: 1px solid #dedede;
  max-width: 120px;
  padding: 5px;
  width: 100%;
}

.video-click-play {
  background-color: #000;
  margin-bottom: 5rem;
}

/* Before playback starts (no controls yet), the video shouldn't intercept
   wheel/pointer input meant for page scrolling -- some browsers reserve
   scroll-over-media for their own handling (e.g. volume), which can
   swallow scroll events entirely. The play button sits on top as its own
   element, so it stays clickable regardless. */
.video-click-play video:not([controls]) {
  pointer-events: none;
}

.video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.55);
  border: 2px solid #fff;
  color: #fff;
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
  transition: background 0.2s ease, transform 0.2s ease;
}

.video-play-btn i {
  margin-left: 4px;
}

#contact.footer.section {
  padding: 0;
}

.footer-map-frame-full {
  display: block;
  width: 100%;
  height: 50vh;
  height: 50dvh;
  border: 0;
}

.footer-contact-dark {
  background-color: #0f1f19;
  padding-top: 60px;
  padding-bottom: 60px;
}

.footer-contact-dark .container {
  padding-left: 80px;
}

@media (max-width: 767px) {
  .footer-contact-dark .container {
    padding-left: 30px;
  }
}

.footer-contact-dark h4 {
  color: #fff;
}

.footer-contact-heading {
  display: flex;
  align-items: center;
}

.footer-contact-icon {
  height: 52px;
  width: auto;
  margin-right: 10px;
}

.footer-contact-dark p {
  color: #cfd9d4;
}

.footer-contact-dark p a {
  color: #fff;
}

.video-play-btn:hover {
  background: #f75757;
  transform: translate(-50%, -50%) scale(1.08);
}

.comment-list ul {
  margin-top: 20px;
}

.comment-list ul li {
  margin-bottom: 20px;
}

.comment-wrap {
  border: 1px solid #dedede;
  border-radius: 1px;
  margin-left: 20px;
  padding: 10px;
  position: relative;
}

.comment-wrap .author-avatar {
  margin-right: 10px;
}

.comment-wrap .media .media-heading {
  font-size: 14px;
  margin-bottom: 8px;
}

.comment-wrap .media .media-heading a {
  color: #f75757;
  font-size: 13px;
}

.comment-wrap .media .comment-meta {
  font-size: 12px;
  color: #888;
}

.comment-wrap .media p {
  margin-top: 15px;
}

.comment-reply-form {
  margin-top: 80px;
}

.comment-reply-form input, .comment-reply-form textarea {
  height: 35px;
  border-radius: 0;
  box-shadow: none;
}

.comment-reply-form input:focus, .comment-reply-form textarea:focus {
  box-shadow: none;
  border: 1px solid #f75757;
}

.comment-reply-form textarea, .comment-reply-form .btn-main, .comment-reply-form .btn-transparent, .comment-reply-form .btn-small {
  height: auto;
}

.widget {
  margin-bottom: 30px;
  padding-bottom: 35px;
}

.widget .widget-title {
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-size: 16px;
  color: #333;
  font-weight: 500;
  border-bottom: 1px solid #dedede;
}

.widget.widget-latest-post .media .media-object {
  width: 100px;
  height: auto;
}

.widget.widget-latest-post .media .media-heading a {
  color: #242424;
  font-size: 16px;
}

.widget.widget-latest-post .media p {
  font-size: 12px;
  color: #808080;
}

.widget.widget-category ul li {
  margin-bottom: 10px;
}

.widget.widget-category ul li a {
  color: #837f7e;
  transition: all 0.3s ease;
}

.widget.widget-category ul li a:before {
  padding-right: 10px;
}

.widget.widget-category ul li a:hover {
  color: #f75757;
  padding-left: 5px;
}

.widget.widget-tag ul li {
  margin-bottom: 10px;
  display: inline-block;
  margin-right: 5px;
}

.widget.widget-tag ul li a {
  color: #837f7e;
  display: inline-block;
  padding: 8px 15px;
  border: 1px solid #dedede;
  border-radius: 30px;
  font-size: 14px;
  transition: all 0.3s ease;
}

.widget.widget-tag ul li a:hover {
  color: #fff;
  background: #f75757;
  border: 1px solid #f75757;
}

.footer {
  padding-bottom: 10px;
}

.footer .copyright a {
  font-weight: 600;
}

.lh-35 {
  line-height: 35px;
}

.logo {
  color: #242424;
  font-weight: 600;
  letter-spacing: 1px;
}

.logo span {
  color: #f75757;
}

.sub-form {
  position: relative;
}

.sub-form .form-control {
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: #f5f8f9;
}

.footer-btm {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.footer-socials li a {
  margin-left: 15px;
}

/*=== MEDIA QUERY ===*/
@media (max-width: 400px) {
  .header-top .header-top-info a {
    margin-left: 0px;
    display: block;
  }
  .navbar-toggler {
    color: #fff;
  }
  .slider .block h1 {
    font-size: 28px;
    line-height: 40px;
  }
  .slider {
    min-height: 420px;
  }
  .content-title {
    font-size: 28px;
    line-height: 46px;
  }
  .bg-about {
    display: none;
  }
  .p-5 {
    padding: 2rem !important;
  }
  h2, .h2 {
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 36px;
  }
  .testimonial-item .testimonial-item-content {
    padding-left: 0px;
    padding-top: 30px;
  }
  .footer-socials {
    margin-top: 20px;
  }
  .footer-socials li a {
    margin-left: 0px;
  }
  .text-lg {
    font-size: 3rem;
  }
  .header-top .header-top-info {
    padding-bottom: 15px;
  }
  .blog-item-meta span {
    margin: 6px 0px;
  }
  .widget {
    margin-bottom: 30px;
    padding-bottom: 0px;
  }
  .dropdown-menu {
    display: none;
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .header-top .header-top-info a {
    margin-left: 0px;
  }
  .navbar-toggler {
    color: #fff;
  }
  .slider .block h1 {
    font-size: 38px;
    line-height: 50px;
  }
  .slider {
    min-height: 460px;
  }
  .content-title {
    font-size: 28px;
    line-height: 46px;
  }
  .bg-about {
    display: none;
  }
  .p-5 {
    padding: 2rem !important;
  }
  h2, .h2 {
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 36px;
  }
  .testimonial-item .testimonial-item-content {
    padding-left: 0px;
    padding-top: 30px;
  }
  .footer-socials {
    margin-top: 20px;
  }
  .footer-socials li a {
    margin-left: 0px;
  }
  .blog-item-meta span {
    display: block;
    margin: 6px 0px;
  }
  .widget {
    margin-bottom: 30px;
    padding-bottom: 0px;
  }
  .dropdown-menu {
    display: none;
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .navbar-toggler {
    color: #fff;
  }
  .bg-about {
    display: none;
  }
  .footer-socials {
    margin-top: 20px;
  }
  .footer-socials li a {
    margin-left: 0px;
  }
  .slider .block h1 {
    font-size: 56px;
    line-height: 70px;
  }
  .slider {
    min-height: 560px;
  }
  .blog-item-meta span {
    display: block;
    margin: 6px 0px;
  }
  .widget {
    margin-bottom: 30px;
    padding-bottom: 0px;
  }
  .dropdown-menu {
    display: none;
    width: 100%;
    text-align: center;
  }
}

/* Explicit phone theme: keep handset rendering consistently dark on iOS and
   Android without changing the white tablet and desktop presentation. */
@media (max-width: 767px) and (pointer: coarse),
       (max-height: 500px) and (pointer: coarse) {
  :root {
    color-scheme: dark;
  }

  body,
  .intro,
  .counter,
  .about,
  .service-standalone,
  .testimonial,
  .mt-70 {
    background-color: #0f1f19;
    color: #cfd9d4;
  }

  .intro h2,
  .intro h4,
  .counter h3,
  .about h2,
  .about h4,
  .service-standalone h2,
  .service-standalone h3,
  .testimonial h2,
  .testimonial h5,
  .mt-70 h2 {
    color: #fff;
  }

  .intro-item p,
  .counter-item p,
  .about-content p,
  .testimonial-item .testimonial-text,
  .testimonial-author p,
  .mt-70 p {
    color: #cfd9d4 !important;
  }

  .cta-block-2.bg-gray {
    background-color: #162a23;
    border-color: rgba(255, 255, 255, 0.12);
  }
}

.theme-switch {
  position: fixed;
  top: 88px;
  right: 18px;
  z-index: 2000;
  width: 46px;
  height: 46px;
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  background: rgba(15, 31, 25, 0.82);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}

.theme-switch img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.theme-switch:focus-visible {
  outline: 3px solid #f75757;
  outline-offset: 3px;
}

@media (max-width: 767px) {
  .theme-switch {
    top: 76px;
    right: 14px;
    width: 42px;
    height: 42px;
  }
}

html[data-theme="dark"] {
  color-scheme: dark;
}

html[data-theme="light"] {
  color-scheme: light;
}

html[data-theme="dark"] body,
html[data-theme="dark"] .intro,
html[data-theme="dark"] .counter,
html[data-theme="dark"] .about,
html[data-theme="dark"] .service-standalone,
html[data-theme="dark"] .scrolly-services-preview,
html[data-theme="dark"] .testimonial,
html[data-theme="dark"] .mt-70 {
  background-color: #101010;
  color: #c9c9c9;
}

html[data-theme="dark"] .intro h2,
html[data-theme="dark"] .intro h4,
html[data-theme="dark"] .counter h3,
html[data-theme="dark"] .about h2,
html[data-theme="dark"] .about h4,
html[data-theme="dark"] .service-standalone h2,
html[data-theme="dark"] .service-standalone h3,
html[data-theme="dark"] .testimonial h2,
html[data-theme="dark"] .testimonial h5,
html[data-theme="dark"] .mt-70 h2 {
  color: #f2f2f2;
}

html[data-theme="dark"] .intro-item p,
html[data-theme="dark"] .counter-item p,
html[data-theme="dark"] .about-content p,
html[data-theme="dark"] .testimonial-item .testimonial-text,
html[data-theme="dark"] .testimonial-author p,
html[data-theme="dark"] .mt-70 p {
  color: #b9b9b9 !important;
}

html[data-theme="dark"] .cta-block-2.bg-gray {
  background-color: #181818;
  border-color: rgba(255, 255, 255, 0.12);
}

html[data-theme="dark"] #scrolly-process > .container .content-title {
  color: #fff;
}

/* An explicit light selection must override the phone-first dark default. */
html[data-theme="light"] body,
html[data-theme="light"] .intro,
html[data-theme="light"] .counter,
html[data-theme="light"] .about,
html[data-theme="light"] .service-standalone,
html[data-theme="light"] .scrolly-services-preview,
html[data-theme="light"] .testimonial,
html[data-theme="light"] .mt-70 {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.65);
}

html[data-theme="light"] .intro h2,
html[data-theme="light"] .intro h4,
html[data-theme="light"] .counter h3,
html[data-theme="light"] .about h2,
html[data-theme="light"] .about h4,
html[data-theme="light"] .service-standalone h2,
html[data-theme="light"] .service-standalone h3,
html[data-theme="light"] .testimonial h2,
html[data-theme="light"] .testimonial h5,
html[data-theme="light"] .mt-70 h2 {
  color: #242424;
}

html[data-theme="light"] .intro-item p,
html[data-theme="light"] .about-content p,
html[data-theme="light"] .testimonial-author p,
html[data-theme="light"] .mt-70 p {
  color: #666 !important;
}

html[data-theme="light"] .counter-item p {
  color: #6c757d !important;
}

html[data-theme="light"] .testimonial-item .testimonial-text {
  color: #242424 !important;
}

html[data-theme="light"] .cta-block-2.bg-gray {
  background-color: #f5f8f9;
  border-color: #dedede;
}

html[data-theme="light"] #scrolly-process > .container .content-title {
  color: #181818;
}

@media (max-width: 767px) {
  .header-top .row {
    display: block;
    min-height: 92px;
  }

  .header-top .header-top-social-column {
    position: absolute;
    left: 15px;
    top: auto;
    bottom: 10px;
    width: auto;
    padding: 0;
  }

  .header-top .header-top-socials {
    padding: 0;
    border-right: 0;
  }

  .header-top .header-top-info {
    padding: 9px 0 35px !important;
    text-align: center;
  }

  .header-top .header-top-info > a:not(.header-top-email) {
    display: block;
    margin: 0;
  }

  .header-top .header-top-email {
    display: inline-flex !important;
    align-items: center;
    position: absolute;
    right: 15px;
    top: auto;
    bottom: 9px;
    margin: 0;
    transform: none;
    font-size: 14px;
  }

  .theme-switch {
    top: 118px;
  }
}

@media (max-height: 500px) and (pointer: coarse) {
  .theme-switch {
    top: 104px;
  }
}

/*# sourceMappingURL=maps/style.css.map */
