/* CSS */
:root {
  font-family: Inter, sans-serif;
  font-feature-settings: 'liga' 1, 'calt' 1; /* fix for Chrome */
}
@supports (font-variation-settings: normal) {
  :root { font-family: InterVariable, sans-serif; }
}

:root {
--fontcolor_dark:#242a2e;
--fontcolor:#727272;
--fontsubheadcolor:#6e6e73;
--fontweight_bold:700;
--fontweight_semibold:600;
--fontweight_mid:500;
--fontsize:15px;
--primarycolor:#ff5a00;
--primarycolor2:#eb1700;
--color_white:#FFF;
--ar-btn-color:#ff3008;
--ar-btn-border-color:#ff3008;
--ar-btn-hover-bg:#ff3008;
--ar-btn-active-bg:#ff3008;
--ar-btn-active-border-color:#ff3008;
--ar-btn-disabled-color:#ff3008;
--ar-btn-disabled-border-color:#ff3008;

--color-text: navy;
--color-bg: papayawhip;
--color-bg-accent: #ecdcc0;
--size: clamp(14rem, 1rem + 20vmin, 30rem);
--gap: calc(var(--size) / 10);
--duration: 80s;
--duration2: 180s;
--scroll-start: 0;
--scroll-end: calc(-100% - var(--gap));
}

.bg-primary2
{
  background: var(--primarycolor2) !important;
  color:var(--color_white) !important;
}

.text-primary2
{
  color: var(--primarycolor2) !important;
}

.bg-primary
{
  background: var(--primarycolor) !important;
  color:var(--color_white) !important;
}

.text-primary
{
  color: var(--primarycolor) !important;
}


body
{
  font-size: var(--fontsize) !important;
  color: var(--fontcolor);
  font-family: 'Inter';
  letter-spacing: -0.03rem;
}

.navbar-brand img {
    height: 40px;
    padding: 0px;
}

.heroimg
{
  min-height: 50vh;
  border-radius: 20px 20px 0px 0px;
}

@media(min-width: 992px)
{
  .heroleft
  {
    min-height: 85vh;
  }
}

@media(min-width: 575.98px)
{
.navbar.navbar-stuck {
    -webkit-backdrop-filter: saturate(180%) blur(10px);
    backdrop-filter: saturate(180%) blur(10px);
    background-color: rgba(255,255,255,0.68) !important;
    border-bottom: 1px solid #dededf;
}

.heroimg
{
  min-height: 70vh;
  border-radius: 30px 30px 0px 0px;
}

}


.navbar-expand-lg .navbar-nav .nav-link {
  color: #333 !important;
  font-size: 0.84rem !important;
  font-weight: 500;
  margin-right: 25px;
}


.logoimg {
    display: flex;
    align-items: center;
}

.logoimg2 {
    height: 60px;
}

.logoimg::after {
    content: "";
    height: 8px;
    background: #000;
    flex: 1;
    margin-top: 13px;
    margin-left: -49px;
}

.eyebrow
{
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-size: calc(0.775rem + 0.5vw);
  letter-spacing: 0.07rem;
}

footer .nav-link
{
  font-size:13px;
}

.py-7 {
    padding: 8rem !important;
}

.bg-secondary
{
  background: #f5f5f7 !important;
}

.title-large
{
  line-height: 128px !important;
}

#home-first2 .title-large
{
  font-size: 3.5rem !important;
  line-height: 4rem !important;
}

.title-large
{
  font-size: 3.5rem !important;
  line-height: 4rem !important;
}

.h6 { font-size:1.80rem; line-height:2.5rem; }

.h4 { font-size:2.30rem; line-height:3rem; }

.border-radius-15px {border-radius: 15px !important;}

.text-muted{color:#aaa !important;}

.btn.btn-rounded.btn-medium{padding: 10px 42px;}

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

.bg-light{background: #edf2f5 !important;}

.bottombutton {
  bottom: 35px !important;
  position: absolute;
  margin: 0px auto;
  text-align: center;
  width:100%;
}

.bottombutton .btn
{
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}

.featblocks
{
  position: relative;
  min-height: 700px;
  text-align: center;
  background-position: center !important;
}

.offcanvas-bottom {
  width: 95%;
  margin: 0px auto;
  border-radius: 30px 30px 0px 0px;
  border-radius: 0px;
  height: 97vh;
  /*padding:1rem;*/
  border-top: none;
  max-width: 1170px !important;
}

.offcanvas-bottom .offcanvas-header
{
  align-items: start;
}

.offcanvas-bottom .offcanvas-header .btn-close
{
  font-size: 15px;
  position: absolute;
    right: 16px;
    top: 16px;
    background-color: #ffffffcc !important;
    border-radius: 100px;
    padding: 10px;
    opacity: 1;
    border: 2px solid #000000a3;
}

.featblocks  img
{
  -webkit-box-shadow: inset 0px 0px 85px rgba(0,0,0,0.4);
	-moz-box-shadow:    inset 0px 0px 85px rgba(0,0,0,0.4);
	box-shadow:         inset 0px 0px 85px rgba(0,0,0,0.4);
}

.text-extra-dark-gray, .btn-link.text-extra-dark-gray, a.text-extra-dark-gray-hover:hover
{
  color:#323237;
}

.btn.btn-dark-gray
{
  background:#323237;
}

body {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  border:20px solid #6c757d;
  border: 20px solid #313a43;
}

@media screen and (max-width: 778px) {
  body {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    border: 0px solid #313a43;
  }
}



.header-appear .logopad
{
  margin-top:0px !important;
}

.testibox
{
  max-width: 700px;
  border-radius: 20px;
  margin: 0px auto;
}

.testibox .testiimg
{
  border-radius: 20px 20px 0px 0px;
}

.testibox .portfolio-caption
{
  border-radius: 0px 0px 20px 20px;
}

.default-logo, .mobile-logo
{
  display:none;
}

.header-appear .default-logo, .header-appear .mobile-logo
{
  display: inline-flex;
}

.tile
{
  box-shadow: 17px 25px 45px rgba(0,0,0,.31);
  box-shadow: 17px 20px 40px rgba(0,0,0,.21);
  margin-bottom: 30px;
  border-radius: 30px;
}

.bg-solitude
{
  background:#f7f7fa !important;
  background:#f0f2f5 !important;
}

strong
{
  color: #323237;
}

.offcanvas-body
{
  scrollbar-width: none;
  padding:0px;
}

.cs-header
{
  display: none;
}

.displayNav {
  display:block;
  transition: 0.3s;
}

.imgud
{
  margin-top: -40px;
}


@media(min-width: 575.98px)
{
  .imgud
  {
    margin-top: -140px;
  }
}

@media(max-width: 575.98px)
{
  .imgud img
  {
    max-width:140% !important;
    margin-left: -15%;
  }
  body
  {
    padding-top: 0px !important;
  }
  .heroimg-1
  {
    max-width: 150% !important;
    margin-left: -30%;
  }
}

.tagcontainer
{
   line-height:2.6rem;
}

.tagit
{
  font-size: 14px;
  line-height: 45px;
  border-radius: 20px;
  border: 1px solid;
  padding: 7px 17px;
  font-weight: 500;
  white-space: nowrap;
  color:#333;
  margin-right:3px;
}

.full-width-video {
width: 100%;
background-color: #ded5c8; /* to show pre-allocated space */
margin-top: 50px;
}

/* override for desktop */
@media only screen and (min-width: 480px) {
.full-width-video {
aspect-ratio: 1332 / 480;
margin-top: 90px;
}

}
.width-display {
font-size: 50%;
position: absolute;
right: 1em;
display: block;
top: 1em;
}

.offcanvas-body .compactline
{
  line-height: 24px;
}

.sticky.header-appear .header-light, .sticky .header-light.header-always-fixed-scroll {
  -webkit-backdrop-filter: saturate(180%) blur(10px);
  backdrop-filter: saturate(180%) blur(10px);
  background-color: rgba(255,255,255,.68)!important;
}

.text-success {
  color: #16c995 !important;
}


.gradd {
  position: absolute;
  width:100%;
  height: 150px;
  background:    linear-gradient(
    to bottom,
    hsla(0, 0%, 0%, 0.89) 0%,
    hsla(0, 0%, 0%, 0.879) 10.8%,
    hsla(0, 0%, 0%, 0.847) 21%,
    hsla(0, 0%, 0%, 0.798) 30.5%,
    hsla(0, 0%, 0%, 0.735) 39.3%,
    hsla(0, 0%, 0%, 0.661) 47.5%,
    hsla(0, 0%, 0%, 0.579) 55.1%,
    hsla(0, 0%, 0%, 0.493) 62.1%,
    hsla(0, 0%, 0%, 0.404) 68.5%,
    hsla(0, 0%, 0%, 0.317) 74.4%,
    hsla(0, 0%, 0%, 0.235) 79.9%,
    hsla(0, 0%, 0%, 0.16) 84.8%,
    hsla(0, 0%, 0%, 0.096) 89.2%,
    hsla(0, 0%, 0%, 0.046) 93.2%,
    hsla(0, 0%, 0%, 0.013) 96.8%,
    hsla(0, 0%, 0%, 0) 100%
  );
  text-shadow: 0 1px 18px rgb(0 0 0 / 82%);
}



.graddbottom {
  position: absolute;
  width:100%;
  height: 190px;
  background:    linear-gradient(
    to top,
    hsla(0, 0%, 0%, 0.89) 0%,
    hsla(0, 0%, 0%, 0.879) 10.8%,
    hsla(0, 0%, 0%, 0.847) 21%,
    hsla(0, 0%, 0%, 0.798) 30.5%,
    hsla(0, 0%, 0%, 0.735) 39.3%,
    hsla(0, 0%, 0%, 0.661) 47.5%,
    hsla(0, 0%, 0%, 0.579) 55.1%,
    hsla(0, 0%, 0%, 0.493) 62.1%,
    hsla(0, 0%, 0%, 0.404) 68.5%,
    hsla(0, 0%, 0%, 0.317) 74.4%,
    hsla(0, 0%, 0%, 0.235) 79.9%,
    hsla(0, 0%, 0%, 0.16) 84.8%,
    hsla(0, 0%, 0%, 0.096) 89.2%,
    hsla(0, 0%, 0%, 0.046) 93.2%,
    hsla(0, 0%, 0%, 0.013) 96.8%,
    hsla(0, 0%, 0%, 0) 100%
  );
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  bottom:0px;
}


.taphere
{
  position: absolute;
  left: 50%; transform: translateX(-50%);
  bottom: 10px;
  background: #2f2f2f96;
  color: #FFF;
  border-radius: 300px !important;
  padding: 7px 13px;

  animation:signup-response 1s 1;
  -webkit-animation:signup-response 1s 1;
  animation-fill-mode: forwards;

  animation-delay:15s;
  -webkit-animation-delay:15s; /* Safari and Chrome */
  -webkit-animation-fill-mode: forwards;
}

@keyframes signup-response{
  from {opacity :1;}
  to {opacity :0;}
}

.taphere img
{
  width:18px;
}


.ripple {
  text-decoration: none;
  color: #fff;
  -webkit-animation: ripple 1s linear infinite;
  animation: ripple 1s linear infinite;
}

@-webkit-keyframes ripple {
0% {
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0.3);
          box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0.3);
}
100% {
  -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0.3);
          box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0.3);
}
}
@keyframes ripple {
0% {
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0.3);
          box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0.3);
}
100% {
  -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0.3);
          box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0.3);
}
}



.marquee {
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
}

.marquee__group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
  animation: scroll-x var(--duration) linear infinite;
}

.marquee__group.ficon
{
  animation: scroll-x var(--duration2) linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .marquee__group {
    animation-play-state: paused;
  }
}

.marquee--reverse .marquee__group {
  animation-direction: reverse;
  animation-delay: -3s;
}

@keyframes scroll-x {
  from {
    transform: translateX(var(--scroll-start));
  }
  to {
    transform: translateX(var(--scroll-end));
  }
}

@keyframes scroll-y {
  from {
    transform: translateY(var(--scroll-start));
  }
  to {
    transform: translateY(var(--scroll-end));
  }
}

/* Element styles */
.marquee img {
  display: grid;
  place-items: center;
  width: var(--size);
  padding: calc(var(--size) / 8);
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 15px;
}


/* Parent wrapper */
.wrapper {
  display: flex;
  flex-direction: column;
  gap: var(--gap);
  margin: auto;
  max-width: 100vw;
}

@keyframes fade {
  to {
    opacity: 0;
    visibility: hidden;
  }
}

.feature-box .text-extra-medium
{
  line-height: 24px !important;
}

#catalog .portfolio-box
{
  cursor: pointer;
}

// Pulsing Button Block //

.sqs-block-button .sqs-block-button-element--medium {
box-shadow: 0 0 0 0 rgba(88, 120, 243, 0.4);
-moz-animation: pulse 2s infinite;
-webkit-animation: pulse 2s infinite;
animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(255, 255, 255);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(155, 155, 155, 0);
    }
    100% {
        box-shadow: 0 0 0 50px rgba(95, 95, 95, 0);
    }
}

.featblocks .text-extra-medium
{
  line-height: 1.6rem;
}

.web-agency .process-step-style-02 .process-step-item:hover .process-step-icon
{
  color: #CCC;
}

.btnleadoff
{
  position: fixed;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  background: #000;
  border-radius: 300px;
  color: #FFF;
  letter-spacing: 0.03rem !important;
  z-index: 9999;
  font-size: 1rem !important;
  border: 3px solid #FFF;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}

.marquee .ficon img
{
  margin: 20px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  z-index: 1;
  position: relative;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  border-radius: 30px;
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden !important;
    box-shadow: 0 0 30px rgba(0,0,0,.08);
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

header .navbar .navbar-brand img, header.side-menu .logo img, header .sidebar-nav-menu .navbar-brand img
{
  max-height:50px !important;
}

.btncloseright
{
 
    font-size: 15px;
    position: absolute;
    right: 16px;
    top: 16px;
    background-color: #FFF !important;
    border-radius: 100px;
    padding: 10px;
    opacity: 1;
    border: 3px solid #111;
    font-weight: 700;
}

.green {
  color: #50b748 !important;
  background: #00d301;
  background: -webkit-linear-gradient(11deg, #00d301, #36c275 50%, #00a562);
  background: linear-gradient(79deg, #00d301, #36c275 50%, #00a562);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}

.orangetext
{
  color:#ff5a00 !important;
}

.orangebg
{
  background: #ff5a00 !important;
}

.btn.btn-transparent-orange
{
  background: transparent;
  border-color: #ff5a00;
  color: #ff5a00;
}

.bg-patt
{
  background: url(https://www.urbandart.com/images/udr/p2.png) !important;
  background-size: 200px !important;
}