@font-face {
  font-family: "SF Automaton";
  src: url("/assets/fonts/custom/sfautomaton-webfont.woff2") format("woff2"), url("/assets/fonts/custom/sfautomaton-webfont.woff") format("woff");
}
@font-face {
  font-family: "Gilroy Medium";
  src: url("/assets/fonts/custom/gilroy-medium-webfont.woff2") format("woff2"), url("/assets/fonts/custom/gilroy-medium-webfont.woff") format("woff");
}
.custom-font-size-1 {
  font-size: 1.3em !important;
}

@media (min-width: 1200px) {
  .custom-big-font-size-1 {
    font-size: 6.9rem !important;
  }
}
@media (min-width: 1600px) {
  .custom-big-font-size-1 {
    font-size: 8.5rem !important;
  }
}
.custom-blockquote-style-1 {
  border-left-width: 12px;
  border-left-color: #f3f3f3;
}

.custom-bg-color-grey-1 {
  background-color: #5a6267;
}

.custom-bg-color-grey-2 {
  background-color: #b9b9b9 !important;
}

.custom-bg-color-grey-3 {
  background-color: #e4e4e4 !important;
}

.custom-border-color-grey-1 {
  border-color: #404040 !important;
}

@media (max-width: 991px) {
  .custom-ws-mobile-wrap {
    white-space: normal !important;
  }
}
.custom-box-shadow-1 {
  box-shadow: 0 0px 40px 0px rgba(187, 187, 187, 0.3);
}

/*
* Text Background
*/
@media (min-width: 992px) {
  .custom-text-background {
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 20% 30%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
@media (max-width: 991px) {
  .custom-text-background {
    background-image: none !important;
  }
}
h2.custom-bar {
  position: relative;
}

h2.custom-bar:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 17px;
  border-bottom: 2px solid #c41313;
  border-bottom-color: #c41313;
}

label.custom-bar:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 17px;
  border-bottom: 2px solid #c41313;
  border-bottom-color: #c41313;
}

.custom-bar._left:after {
  left: 1px;
}

.custom-bar._center {
  text-align: center;
}

.custom-bar._center:after {
  left: 50%;
  transform: translateX(-50%);
}

.custom-bar._right:after {
  left: initial;
  right: 1px;
}

h2.custom-bar._color-light:after {
  border-color: #FFF !important;
}

@media (max-width: 991px) {
  .custom-bar._right:after, .custom-bar._left:after {
    left: 50% !important;
  }
}
.counters.custom-counters .counter label.custom-bar:after {
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  width: 40%;
  border-bottom: 2px solid #c41313;
  border-bottom-color: #c41313;
}

/*
* Text Highlight
*/
.custom-highlight-text-1 {
  position: relative;
}
.custom-highlight-text-1:before {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  border-bottom: 7px solid #d20d0d;
  opacity: 0.2;
  z-index: 0;
}

/*
* Buttons
*/
.custom-btn-style-1 {
  position: relative;
  transition: ease transform 300ms;
}
.custom-btn-style-1 > span {
  position: relative;
  z-index: 1;
}
.custom-btn-style-1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  opacity: 0.7;
  border-radius: inherit;
  transform: translate3d(5px, 5px, 0);
  transition: ease transform 300ms;
  z-index: 0;
}
.custom-btn-style-1:hover {
  transform: translate3d(2.5px, 2.5px, 0);
}
.custom-btn-style-1:hover:before {
  transform: translate3d(0, 0, 0);
}

/*
* Crooked Line
*/
.custom-crooked-line {
  display: inline-block;
  width: 77px;
  overflow: hidden;
}

/*
* Custom Link Effects
*/
@-webkit-keyframes crookedLineAnim {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-48%, 0, 0);
  }
}
@keyframes crookedLineAnim {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-48%, 0, 0);
  }
}
.custom-link-hover-effects .custom-view-more svg {
  transition: ease transform 300ms;
}
.custom-link-hover-effects:hover .custom-crooked-line svg {
  -webkit-animation-name: crookedLineAnim;
          animation-name: crookedLineAnim;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.custom-link-hover-effects:hover .custom-view-more svg {
  transform: translate3d(7px, 0, 0);
}
.custom-link-hover-effects:hover .custom-date-style-1 {
  transform: translate3d(2.5px, 2.5px, 0);
}
.custom-link-hover-effects:hover .custom-date-style-1:before {
  transform: translate3d(0, 0, 0);
}

/* Animated Circles */
.custom-animated-circles {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 500px;
  height: 500px;
  transform: translate3d(-55%, 25%, 0);
}
.custom-animated-circles .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 50%;
  border-radius: 100%;
  border: 1px solid #c41313;
  transform: translate3d(-50%, -50%, 0);
  -webkit-animation-name: customAnimatedCircles;
          animation-name: customAnimatedCircles;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
  -webkit-animation-delay: 500ms;
          animation-delay: 500ms;
}
.custom-animated-circles .circle:nth-child(2) {
  width: 70%;
  height: 70%;
  -webkit-animation-delay: 1000ms;
          animation-delay: 1000ms;
}
.custom-animated-circles .circle:nth-child(3) {
  width: 90%;
  height: 90%;
  -webkit-animation-delay: 1500ms;
          animation-delay: 1500ms;
}
.custom-animated-circles .circle:nth-child(4) {
  width: 110%;
  height: 110%;
  -webkit-animation-delay: 2000ms;
          animation-delay: 2000ms;
}
.custom-animated-circles.custom-animated-circles-pos-2 {
  bottom: auto;
  top: 0;
  transform: translate3d(-55%, -25%, 0);
}
.custom-animated-circles.custom-animated-circles-pos-3 {
  bottom: auto;
  left: auto;
  right: 0;
  transform: translate3d(65%, -50%, 0);
  top: 0;
}

@-webkit-keyframes customAnimatedCircles {
  0% {
    opacity: 0;
    transform: translate3d(-50%, -50%, 0) scale(0.8);
  }
  50% {
    opacity: 0.5;
    transform: translate3d(-50%, -50%, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(-50%, -50%, 0) scale(1.1);
  }
}

@keyframes customAnimatedCircles {
  0% {
    opacity: 0;
    transform: translate3d(-50%, -50%, 0) scale(0.8);
  }
  50% {
    opacity: 0.5;
    transform: translate3d(-50%, -50%, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(-50%, -50%, 0) scale(1.1);
  }
}
/*
* Header
*/
.custom-header-top-nav-background {
  position: relative;
}
.custom-header-top-nav-background:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100%;
  background: #1F1F22;
  transform: skewX(-25deg);
  z-index: 1;
}
.custom-header-top-nav-background:after {
  content: "";
  position: absolute;
  top: 7px;
  right: -7px;
  width: 100vw;
  height: 100%;
  background: #1F1F22;
  transform: skewX(-25deg);
  z-index: 0;
}

@media (min-width: 992px) {
  #header .header-nav-main nav > ul > li > a {
    padding: 0px 1.2rem !important;
    font-size: 16px;
  }
  #header .header-nav-main nav > ul > li > a.active {
    color: #e92121 !important;
  }
  #header .header-nav-main nav > ul > li > a:before {
    background-color: #c41313 !important;
  }
  #header .header-nav-main nav > ul > li:hover > a, #header .header-nav-main nav > ul > li .header-nav-main nav > ul > li.open > a {
    color: #e92121 !important;
  }
}
/*
* Carousel
*/
.custom-carousel-box-shadow-1 {
  position: relative;
}
.custom-carousel-box-shadow-1:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 65%;
  height: 0px;
  box-shadow: 0 40px 40px 120px rgba(0, 0, 0, 0.03);
  transform: translate3d(-50%, -50%, 0);
  z-index: 0;
}

.custom-dots-style-1 .owl-dots,
.custom-dots-style-2 .owl-dots {
  margin-top: 30px !important;
}
@media (max-width: 576px) {
  .custom-dots-style-1 .owl-dots,
.custom-dots-style-2 .owl-dots {
    margin-top: 15px !important;
  }
}
.custom-dots-style-1 .owl-dots .owl-dot > span,
.custom-dots-style-2 .owl-dots .owl-dot > span {
  background: #9e9e9e !important;
  transition: ease all 300ms;
}
.custom-dots-style-1 .owl-dots .owl-dot.active > span,
.custom-dots-style-2 .owl-dots .owl-dot.active > span {
  background: #3e3e3e !important;
  width: 18px;
}

.custom-circle {
  position: absolute;
  border-radius: 100%;
}
.custom-circle.custom-circle-big {
  width: 52px;
  height: 52px;
}
.custom-circle.custom-circle-medium {
  width: 23px;
  height: 23px;
}
.custom-circle.custom-circle-small {
  width: 15px;
  height: 15px;
}
.custom-circle.custom-circle-extra-small {
  width: 10px;
  height: 10px;
}

@-webkit-keyframes expandInWithBlur {
  from {
    opacity: 0;
    filter: blur(10px);
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    filter: blur(0px);
    transform: scale(1);
  }
}
@keyframes expandInWithBlur {
  from {
    opacity: 0;
    filter: blur(10px);
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    filter: blur(0px);
    transform: scale(1);
  }
}
.expandInWithBlur {
  -webkit-animation-name: expandInWithBlur;
  animation-name: expandInWithBlur;
}

@media (max-width: 991px) {
  .custom-dots-style-2 .owl-dots {
    transform: translate3d(0, -50px, 0);
  }
}
.custom-carousel-vertical-center-items .owl-stage {
  display: flex;
  align-items: center;
}

.custom-nav-style-1 .owl-nav {
  left: 50%;
  width: 105%;
  transform: translate3d(-50%, -50%, 0);
}

.custom-section-curved-top-7 {
  position: absolute;
  top: -210px;
  left: 0;
}

.owl-carousel.carousel-center-active-item .owl-item {
  opacity: 0.4;
}
@media (max-width: 767px) {
  .owl-carousel.custom-left-pos-1 {
    margin-top: 50px !important;
  }
}
@media (min-width: 768px) {
  .owl-carousel.custom-left-pos-1 {
    left: -50px;
    margin-top: 70px !important;
  }
}
@media (min-width: 992px) {
  .owl-carousel.custom-left-pos-1 {
    left: -85px;
    margin-top: -50px !important;
  }
}
.owl-carousel.custom-arrows-style-1 .owl-nav {
  left: 0;
  transform: translate3d(0, 0, 0);
}
.owl-carousel.custom-arrows-style-1 .owl-nav button.owl-prev, .owl-carousel.custom-arrows-style-1 .owl-nav button.owl-next {
  background: transparent !important;
}
.owl-carousel.custom-arrows-style-1 .owl-nav button.owl-prev:before, .owl-carousel.custom-arrows-style-1 .owl-nav button.owl-next:before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  transform: rotate(-135deg);
}
.owl-carousel.custom-arrows-style-1 .owl-nav button.owl-prev:after, .owl-carousel.custom-arrows-style-1 .owl-nav button.owl-next:after {
  content: "";
  display: block;
  height: 60px;
  left: -28px;
  position: absolute;
  top: -13px;
  width: 74px;
  z-index: 0;
}
.owl-carousel.custom-arrows-style-1 .owl-nav button.owl-prev {
  left: -60px;
}
.owl-carousel.custom-arrows-style-1 .owl-nav button.owl-next {
  left: initial;
  right: -60px;
}
.owl-carousel.custom-arrows-style-1 .owl-nav button.owl-next:before {
  transform: rotate(45deg);
}
.owl-carousel.custom-arrows-style-1 .owl-nav button.owl-next:after {
  left: -20px;
}
.owl-carousel.custom-arrows-style-1 .owl-nav button[class*=owl-]:hover:active:before, .owl-carousel.custom-arrows-style-1 .owl-nav button[class*=owl-]:focus:before {
  border-color: #FFF;
}
@media (max-width: 767px) {
  .owl-carousel.custom-arrows-style-1._custom-nav-bottom {
    margin-bottom: 60px;
  }
  .owl-carousel.custom-arrows-style-1._custom-nav-bottom .owl-nav {
    width: 0%;
    top: auto;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.custom-phone-container.custom-phone-feature {
  height: 600px;
}
.custom-phone-container .custom-phone:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 94.1%;
  top: 0;
  left: 0;
  background: url("/assets/images/custom/background/smartphone.png");
  background-size: 100%;
  background-repeat: round;
  z-index: 5;
}
.custom-phone-container .custom-phone.owl-carousel {
  padding: 4px 6% 0;
}
.custom-phone-container .custom-phone.owl-carousel img {
  padding-left: 0;
  padding-right: 0;
}
.custom-phone-container .custom-phone img {
  padding: 5.7% 6.8%;
}

/*
* Tabs
*/
.custom-tabs-style-1 .nav-tabs {
  border-bottom: 1px solid #f1f1f1 !important;
  margin-bottom: 35px !important;
}
.custom-tabs-style-1 .nav-tabs > li {
  margin-bottom: 0 !important;
}
.custom-tabs-style-1 .nav-tabs > li .nav-link {
  border-bottom-width: 1px !important;
}
.custom-tabs-style-1 .nav-tabs > li .nav-link.active {
  border-bottom-width: 2px !important;
}

/*
* Feature Box Icon
*/
.feature-box .feature-box-icon.custom-feature-box-icon-size-1 {
  width: 3em;
  height: 3em;
  font-size: 1.3rem;
}

/*
* Accordion
*/
.custom-accordion-style-1 > .card {
  border: 1px solid transparent !important;
  transition: ease border-color 300ms;
}
.custom-accordion-style-1 > .card .card-header a {
  position: relative;
  padding: 23px 30px;
  background-color: #f4f4f4;
  transition: ease background-color 300ms, ease color 300ms;
}
.custom-accordion-style-1 > .card .card-header a:after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 25px;
  font-size: inherit;
  font-weight: inherit;
  transform: translate3d(0, -50%, 0) rotate(45deg);
  transform-origin: 50% 50%;
  transition: ease transform 300ms;
}
.custom-accordion-style-1 > .card .card-header a.collapsed:after {
  transform: translate3d(0, -50%, 0) rotate(0deg);
}
.custom-accordion-style-1 > .card .card-header + .collapse.show, .custom-accordion-style-1 > .card .card-header + .collapsing {
  border: 1px solid #efefef;
  border-top: 0;
}
.custom-accordion-style-1 > .card + .card {
  margin-top: 17px;
}

/*
* Read More
*/
.custom-read-more-style-1 .readmore-overlay {
  background: linear-gradient(rgba(2, 0, 36, 0) 0%, white 60%) !important;
}

/*
* Blog Post Date
*/
.custom-date-style-1 {
  position: relative;
  transition: ease transform 300ms;
}
.custom-date-style-1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  opacity: 0.7;
  transform: translate3d(5px, 5px, 0);
  transition: ease transform 300ms;
  z-index: 0;
}

/*
* Footer
*/
#footer p, #footer li, #footer a:not(.btn):not(.no-footer-css), #footer span {
  color: #999;
}
#footer .footer-copyright p {
  color: #999;
}

/*
* Header
*/
html:not(.sticky-header-active) #header.header-semi-transparent-dark .header-body {
  background-color: rgba(0, 0, 0, 0.12) !important;
}

#header .header-logo > img {
  height: 40px;
  width: auto;
}
@media (max-width: 991px) {
  #header .header-nav-main.header-nav-main-mobile-dark nav > ul > li > a.active {
    background: #7e0c0c;
  }
}

#overview .shape-divider.shape-divider-bottom {
  height: 190px;
  margin-bottom: -40px;
}

.scroll-to-top:hover > i {
  color: #c41313 !important;
}

.working-with-img {
  height: 180px !important;
  width: auto !important;
}

.owl-carousel:not(.custom-phone) {
  cursor: -webkit-grab;
  cursor: grab;
}
.owl-carousel:not(.custom-phone):active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.animated-hover-1 {
  transition: cubic-bezier(0.39, 0.66, 0.42, 0.99) all 1s;
  transform: scale(0.9);
}
.animated-hover-1:hover {
  transform: scale(1);
}

.max-w-25rem {
  max-width: 25rem !important;
}

.h-4rem {
  height: 3rem !important;
}

/*# sourceMappingURL=app.css.map*/