﻿@charset "UTF-8";
/* Template Name: Stabig - Responsive Landing Page Template
   Author: Themesdesign
   Version: 1.0.0
   Created: Jan 2020
   File Description: Main Css file of the template
*/
/**********************
01.General

***********************/

img {
  max-width: 100%;
}

table {
  max-width: 100%;
}

@import url("../css2");

body {
  font-family: "Poppins", sans-serif;
  color: #263b5e;
  background: #ffffff;
  line-height: 1.6;
  font-size: 14.4px;
}

html {
  scroll-padding-top: 66px;
}

a {
  text-decoration: none !important;
  outline: none;
}

p {
  margin-bottom: 0px;
  font-size: 20px;
  color: black;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
}

.row>* {
  position: relative;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.text-primary {
  color: red !important;
}

.bg-primary {
  background-color: red !important;
}

.text-secondary {
  color: #6c757d !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

.text-success {
  color: #1bbc9d !important;
}

.bg-success {
  background-color: #1bbc9d !important;
}

.text-info {
  color: #5c63ab !important;
}

.bg-info {
  background-color: #5c63ab !important;
}

.text-warning {
  color: #fbb70b !important;
}

.bg-warning {
  background-color: #fbb70b !important;
}

.text-danger {
  color: #db504b !important;
}

.bg-danger {
  background-color: #db504b !important;
}

.text-dark {
  color: #263b5e !important;
}

.bg-dark {
  background-color: #263b5e !important;
}

.text-light {
  color: #f9f9fd !important;
}

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

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

.bg-muted {
  background-color: #a5a5bf !important;
}

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fs-17 {
  font-size: 17px;
}

.fs-18 {
  font-size: 18px;
}

.fs-19 {
  font-size: 19px;
}

.fs-20 {
  font-size: 20px;
}

.fs-21 {
  font-size: 21px;
}

.fs-22 {
  font-size: 22px;
}

.fs-23 {
  font-size: 23px;
}

.fs-24 {
  font-size: 24px;
}

.fw-medium {
  font-weight: 500;
}

.fw-semibold {
  font-weight: 600;
}

.icon {
  position: relative;
  top: -2px;
}

.icon-xxl {
  height: 48px;
  width: 48px;
}

.icon-xl {
  height: 38px;
  width: 38px;
}

.icon-lg {
  height: 34px;
  width: 34px;
}

.icon-sm {
  height: 24px;
  width: 24px;
}

.icon-xs {
  height: 18px;
  width: 18px;
}

.icon-xxs {
  height: 15px;
  width: 15px;
}

.sw-1_5 {
  stroke-width: 1.5px;
}

.sw-1 {
  stroke-width: 1px;
}

.border {
  border: 1px solid #f1f1f1 !important;
}

.shadow {
  box-shadow: 0px 0px 12px 8px rgba(31, 27, 81, 0.05) !important;
}

.bg-overlay {
  background-color: rgba(35, 37, 47, 0.65);
  width: 100%;
  height: 100%;
}

.section {
  padding: 100px 0px 0px;
  position: relative;
}

.service-section {
  padding: 0px 0px 0px;
}

.img-container {
  max-width: 120%;
  position: relative;
  margin-left: -40%;
}

@media (max-width: 1024px) {
  .img-container {
    max-width: 90%;
    position: relative;
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  .img-container {
    max-width: 100%;
    position: relative;
    margin-left: 0;
  }
}

/* button */
.btn {
  font-size: 14px;
  font-weight: 500;
  padding: 10px 20px;
  transition: all 0.3s ease-in-out;
  box-shadow: none !important;
  letter-spacing: 1px;
}

.btn:focus,
.btn:hover {
  box-shadow: none !important;
}

.btn.btn-sm {
  padding: 8px 16px;
  font-size: 13px;
}

.btn-primary {
  background-color: red;
  border: 1px solid red !important;
  color: #ffffff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  background-color: transparent !important;
  color: red !important;
}

.btn-outline-primary {
  background-color: transparent !important;
  border: 1px solid red !important;
  color: red !important;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary.active {
  background-color: red !important;
  color: #ffffff !important;
}

.btn-secondary {
  background-color: #6c757d;
  border: 1px solid #6c757d !important;
  color: #ffffff;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active {
  background-color: transparent !important;
  color: #6c757d !important;
}

.btn-outline-secondary {
  background-color: transparent !important;
  border: 1px solid #6c757d !important;
  color: red !important;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary:active,
.btn-outline-secondary.active {
  background-color: red !important;
  color: #ffffff !important;
}

.btn-success {
  background-color: #1bbc9d;
  border: 1px solid #1bbc9d !important;
  color: #ffffff;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active {
  background-color: transparent !important;
  color: #1bbc9d !important;
}

.btn-outline-success {
  background-color: transparent !important;
  border: 1px solid #1bbc9d !important;
  color: red !important;
}

.btn-outline-success:hover,
.btn-outline-success:focus,
.btn-outline-success:active,
.btn-outline-success.active {
  background-color: red !important;
  color: #ffffff !important;
}

.btn-info {
  background-color: #5c63ab;
  border: 1px solid #5c63ab !important;
  color: #ffffff;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active {
  background-color: transparent !important;
  color: #5c63ab !important;
}

.btn-outline-info {
  background-color: transparent !important;
  border: 1px solid #5c63ab !important;
  color: red !important;
}

.btn-outline-info:hover,
.btn-outline-info:focus,
.btn-outline-info:active,
.btn-outline-info.active {
  background-color: red !important;
  color: #ffffff !important;
}

.btn-warning {
  background-color: #fbb70b;
  border: 1px solid #fbb70b !important;
  color: #ffffff;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active {
  background-color: transparent !important;
  color: #fbb70b !important;
}

.btn-outline-warning {
  background-color: transparent !important;
  border: 1px solid #fbb70b !important;
  color: red !important;
}

.btn-outline-warning:hover,
.btn-outline-warning:focus,
.btn-outline-warning:active,
.btn-outline-warning.active {
  background-color: red !important;
  color: #ffffff !important;
}

.btn-danger {
  background-color: #db504b;
  border: 1px solid #db504b !important;
  color: #ffffff;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active {
  background-color: transparent !important;
  color: #db504b !important;
}

.btn-outline-danger {
  background-color: transparent !important;
  border: 1px solid #db504b !important;
  color: red !important;
}

.btn-outline-danger:hover,
.btn-outline-danger:focus,
.btn-outline-danger:active,
.btn-outline-danger.active {
  background-color: red !important;
  color: #ffffff !important;
}

.btn-dark {
  background-color: #263b5e;
  border: 1px solid #263b5e !important;
  color: #ffffff;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active {
  background-color: transparent !important;
  color: #263b5e !important;
}

.btn-outline-dark {
  background-color: transparent !important;
  border: 1px solid #263b5e !important;
  color: red !important;
}

.btn-outline-dark:hover,
.btn-outline-dark:focus,
.btn-outline-dark:active,
.btn-outline-dark.active {
  background-color: red !important;
  color: #ffffff !important;
}

.btn-light {
  background-color: #f9f9fd;
  border: 1px solid #f9f9fd !important;
  color: #ffffff;
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active,
.btn-light.active {
  background-color: transparent !important;
  color: #f9f9fd !important;
}

.btn-outline-light {
  background-color: transparent !important;
  border: 1px solid #f9f9fd !important;
  color: red !important;
}

.btn-outline-light:hover,
.btn-outline-light:focus,
.btn-outline-light:active,
.btn-outline-light.active {
  background-color: red !important;
  color: #ffffff !important;
}

.btn-muted {
  background-color: #a5a5bf;
  border: 1px solid #a5a5bf !important;
  color: #ffffff;
}

.btn-muted:hover,
.btn-muted:focus,
.btn-muted:active,
.btn-muted.active {
  background-color: transparent !important;
  color: #a5a5bf !important;
}

.btn-outline-muted {
  background-color: transparent !important;
  border: 1px solid #a5a5bf !important;
  color: red !important;
}

.btn-outline-muted:hover,
.btn-outline-muted:focus,
.btn-outline-muted:active,
.btn-outline-muted.active {
  background-color: red !important;
  color: #ffffff !important;
}

.badge-lg {
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 500;
}

.bg-soft-primary {
  background-color: #b4e6d1;
  color: red;
}

.bg-soft-secondary {
  background-color: #b2b7bc;
  color: #6c757d;
}

.bg-soft-success {
  background-color: #71ebd3;
  color: #1bbc9d;
}

.bg-soft-info {
  background-color: #b4b7d8;
  color: #5c63ab;
}

.bg-soft-warning {
  background-color: #fddd8d;
  color: #fbb70b;
}

.bg-soft-danger {
  background-color: #f1bbba;
  color: #db504b;
}

.bg-soft-dark {
  background-color: #5077b8;
  color: #263b5e;
}

.bg-soft-light {
  background-color: white;
  color: #f9f9fd;
}

.bg-soft-muted {
  background-color: #f2f2f6;
  color: #a5a5bf;
}

.navbar {
  padding: 0px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  transition: all 0.3s ease-in-out;
}

.navbar .navbar-nav .nav-item .nav-link {
  font-size: 15px;
  color: #a7a9c0;
  padding-right: 28px;
  font-weight: 500;
}

.navbar .navbar-nav .nav-item .nav-link:hover,
.navbar .navbar-nav .nav-item .nav-link:focus,
.navbar .navbar-nav .nav-item .nav-link.active {
  color: red;
}

.navbar .navbar-nav .nav-item:last-child .nav-link {
  padding-right: 0px !important;
}

.navbar .navbar-toggler {
  padding: 0px;
  border: none;
}

.navbar .navbar-toggler:focus {
  box-shadow: none !important;
}

.navbar .navbar-toggler .navbar-toggle-icon {
  color: #ffffff;
}

.navbar .navbar-toggler .navbar-toggle-icon:focus {
  outline: none;
}

.navbar .navbar-brand .logo-light {
  display: none;
}

.navbar .navbar-brand .logo-dark {
  display: inline-block;
}

.navbar .nav-btn:hover {
  color: red;
  border: 1px solid red;
  background-color: #ffffff !important;
}

.navbar-light .navbar-brand .logo-light {
  display: inline-block;
}

.navbar-light .navbar-brand .logo-dark {
  display: none;
}

.nav-sticky {
  padding: 12px 0px;
  background-color: #ffffff;
  border-bottom: 1px solid #ffffff;
  box-shadow: 0px 4px 20px rgba(31, 27, 81, 0.07);
}

.nav-sticky .navbar-nav .nav-item .nav-link {
  color: #a7a9c0;
}

.nav-sticky .navbar-nav .nav-item .nav-link:hover,
.nav-sticky .navbar-nav .nav-item .nav-link:active,
.nav-sticky .navbar-nav .nav-item .nav-link:focus,
.nav-sticky .navbar-nav .nav-item .nav-link.active {
  color: red;
}

.nav-sticky .navbar-brand .logo-light {
  display: none;
}

.nav-sticky .navbar-brand .logo-dark {
  display: inline-block;
}

.nav-sticky .nav-btn {
  color: #ffffff !important;
  border: 1px solid red;
  background-color: red !important;
}

.nav-sticky .nav-btn:hover {
  color: red !important;
}

.nav-sticky .navbar-toggler {
  padding: 0px;
}

.nav-sticky .navbar-toggler .navbar-toggle-icon {
  color: #263b5e;
}

@media (max-width: 991px) {
  .navbar {
    padding: 0px 0px;
    background-color: #ffffff;
    box-shadow: 0px 4px 20px rgba(31, 27, 81, 0.07) !important;
  }

  .navbar .navbar-nav {
    padding: 15px 0px;
  }

  .navbar .navbar-nav .nav-item .nav-link {
    color: #a7a9c0;
  }

  .navbar .navbar-brand .logo-light {
    display: none;
  }

  .navbar .navbar-brand .logo-dark {
    display: inline-block;
  }

  .navbar .navbar-toggler {
    padding: 0px;
  }

  .navbar .navbar-toggler .navbar-toggle-icon {
    color: #263b5e;
  }

  .navbar .navbar-toggler:focus {
    outline: none !important;
  }
}

.hero-1 {
  height: 100vh;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-1 .hero-title {
  font-size: 3.5em;
  font-weight: 400;
}

.hero-1 .ml11 {
  font-weight: 700;
  font-size: 3.5em;
}

.hero-1 .ml11 .text-wrapper {
  position: relative;
  display: inline-block;
}

.hero-1 .ml11 .text-wrapper .line {
  opacity: 0;
  position: absolute;
  left: 0;
  height: 100%;
  width: 3px;
  background-color: #263b5e;
  transform-origin: 0 50%;
}

.hero-1 .ml11 .text-wrapper .line1 {
  top: 0;
  left: 0;
}

.hero-1 .ml11 .text-wrapper .letter {
  display: inline-block;
  line-height: 1em;
}

.hero-2 {
  padding: 200px 0px 88px;
}

.hero-2 .hero-2-title {
  font-size: 45px;
  line-height: 70px;
}

.hero-2 .subsc .form-control {
  height: 56px;
  color: #ffffff;
  padding-right: 168px;
  border-color: rgba(255, 255, 255, 0.2) !important;
}

.hero-2 .subsc .form-control::placeholder {
  color: #a5a5bf !important;
}

.hero-2 .subsc .hero-btn {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  z-index: 3;
}

.hero-2 .hero-2-img {
  position: absolute;
  left: 0;
  bottom: 0;
}

.hero-2 .hero-2-bg {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

.hero-3 {
  height: 100vh;
  background-color: #f2f2f2;
}

.hero-3 .hero-3-title {
  font-size: 56px;
  font-weight: 600;
  line-height: 76px;
}

.hero-3 .hero-link li .fb {
  color: #3b5998;
}

.hero-3 .hero-link li .tw {
  color: #00acee;
}

.hero-3 .hero-link li .inst {
  color: #c13566;
}

.hero-3 .hero-link li:hover {
  opacity: 0.5;
}

.hero-3 .hero-3-bg {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

.hero-4 {
  height: 100vh;
}

.hero-4 .subtitle {
  letter-spacing: 20px;
}

.hero-4 .hero-4-title {
  z-index: 1;
  font-size: 180px;
  font-weight: 700;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #263b5e;
}

.hero-4 .hero-4-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.hero-4:after {
  content: "";
  background-color: #263b5e;
  width: 100%;
  height: 396px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.hero-5 {
  height: 100vh;
}

.hero-5 .hero-5-title {
  font-size: 60px;
}

.hero-5 .hero-5-overlay {
  position: absolute;
  top: -70px;
  left: -75px;
}

.hero-5 .hero-5-overlay .mover-img {
  animation: mover 3s infinite alternate;
}

@keyframes mover {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-12px);
  }
}

.hero-5 .hero-modal .btn-close {
  width: 26px;
  height: 26px;
  background-color: white;
  border-radius: 5px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.hero-5 .hero-modal video:focus {
  outline: none;
}

.hero-5 .hero-modal:hover .btn-close {
  opacity: 0.5 !important;
}

.hero-5 .play-btn {
  position: relative;
  display: block;
  box-shadow: 0px 0px 25px 3px rgba(38, 59, 94, 0.8);
}

.hero-5 .play-btn:before {
  content: "";
  position: absolute;
  width: 150%;
  height: 150%;
  animation-delay: 0s;
  animation: pulsate1 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(255, 255, 255, 0.8);
  top: -24%;
  left: -24%;
}

@keyframes pulsate1 {
  0% {
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
  }

  100% {
    transform: scale(1);
    opacity: 0;
    box-shadow: none;
  }
}

.hero-5 .hero-5-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.hero-6 {
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.hero-6 .hero-6-content {
  z-index: 1;
}

.hero-6 .hero-6-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (max-width: 1024px) {
  .hero-1 {
    height: auto;
    padding: 160px 0px;
  }

  .hero-1 .hero-img {
    width: 100%;
  }

  .hero-3 {
    height: auto;
    padding: 120px 0px;
  }

  .hero-3 .hero-img {
    width: 100%;
  }

  .hero-4 {
    height: auto;
    padding: 140px 0px;
  }

  .hero-4:after {
    height: 290px;
  }

  .hero-5 {
    height: auto;
    padding: 140px 0px 80px;
  }

  .hero-5 .hero-img {
    width: 100%;
  }

  .hero-6 {
    height: auto;
    padding: 160px 0px;
  }

  .hero-6 .hero-6-bg {
    opacity: 0.8;
  }
}

@media (max-width: 768px) {
  .hero-1 {
    height: auto;
    padding: 120px 0px;
  }

  .hero-1 .ml11 {
    font-size: 3em;
  }

  .hero-2 {
    padding: 130px 0px 88px;
  }

  .hero-2 .hero-2-title {
    font-size: 40px;
    line-height: 40px;
  }

  .hero-3 .hero-3-title {
    font-size: 50px;
    line-height: 65px;
  }

  .hero-4 .hero-4-title {
    font-size: 140px;
  }

  .hero-4:after {
    height: 260px;
  }

  .hero-5 .hero-5-overlay {
    position: absolute;
    top: -50px;
    left: 15px;
  }
}

@media (max-width: 576px) {
  .hero-1 {
    padding: 80px 0px;
  }

  .hero-1 .ml11 {
    font-size: 2em;
  }

  .hero-1 .hero-img {
    width: 100%;
  }

  .hero-2 .hero-2-title {
    font-size: 25px;
    line-height: 40px;
  }

  .hero-3 .hero-3-title {
    font-size: 35px;
    line-height: 45px;
  }

  .hero-4 .subtitle {
    letter-spacing: 10px;
  }

  .hero-4 .hero-4-title {
    font-size: 70px;
  }

  .hero-4:after {
    height: 220px;
  }

  .hero-5 {
    padding: 90px 0px 0px;
  }

  .hero-5 .hero-5-title {
    font-size: 50px;
  }
}

@media (min-width: 1024px) and (max-width: 1440px) {
  .hero-4 {
    height: auto;
    padding: 140px 0px;
  }

  .hero-4:after {
    height: 290px;
  }

  .hero-5 .hero-img {
    width: 100%;
  }
}

.form-control {
  font-size: 14px;
  height: 45px;
  border: 1px solid #eaebec !important;
}

.form-control:focus {
  box-shadow: none;
  border-color: red !important;
}

textarea {
  height: auto !important;
}

::placeholder {
  color: #b5b5c3 !important;
  font-weight: 300 !important;
}

.alert {
  padding: 0.75rem;
}

.service {
  transition: all 0.3s ease-in;
}

.service .ser-link {
  opacity: 0;
  transition: all 0.3s ease-in;
}

.service:hover,
.service.active {
  box-shadow: 0px 0px 12px 8px rgba(31, 27, 81, 0.05) !important;
}

.service:hover .ser-link,
.service.active .ser-link {
  opacity: 1;
}

.solution {
  transition: all0 0.5s ease-in-out;
}

.solution .sol-icon {
  color: rgba(38, 59, 94, 0.11);
}

.solution:hover,
.solution.active {
  box-shadow: 0px 0px 12px 8px rgba(31, 27, 81, 0.05) !important;
}

.solution:hover .sol-icon,
.solution.active .sol-icon {
  color: red;
}

.tns-outer {
  position: relative;
}

.tns-outer .tns-nav {
  text-align: center;
  margin-top: 25px;
}

.tns-outer .tns-nav button {
  width: 14px !important;
  height: 5px !important;
  border: none;
  background-color: rgba(80, 197, 148, 0.2) !important;
  padding: 0px;
  margin: 0px 4px;
  transition: all 0.3s;
  border-radius: 30px;
}

.tns-outer .tns-nav button:focus,
.tns-outer .tns-nav button:hover,
.tns-outer .tns-nav button:active,
.tns-outer .tns-nav button.active {
  outline: none;
  background-color: red !important;
}

.tns-outer .tns-nav button.tns-nav-active {
  background-color: red !important;
  width: 22px !important;
}

.client-review .name:after {
  content: "";
  width: 140px;
  height: 1px;
  background-color: red;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
}

.tns-outer {
  position: relative;
}

.tns-outer .tns-nav {
  text-align: center;
  margin-top: 25px;
}

.tns-outer .tns-nav button {
  width: 6px !important;
  height: 6px !important;
  border: none;
  background-color: rgba(80, 197, 148, 0.4) !important;
  padding: 0px;
  margin: 0px 4px;
  transition: all 0.3s;
  border-radius: 0;
}

.tns-outer .tns-nav button:focus,
.tns-outer .tns-nav button:hover,
.tns-outer .tns-nav button:active,
.tns-outer .tns-nav button.active {
  outline: none;
  background-color: red !important;
}

.tns-outer .tns-nav button.tns-nav-active {
  background-color: red !important;
  width: 18px !important;
}

.faq-title {
  position: relative;
}

.faq-title:after {
  content: "";
  background-color: red;
  position: absolute;
  top: 56px;
  left: 0;
  width: 2px;
  height: 30px;
}

.accordion-flush .accordion-item .accordion-header .accordion-button {
  border-bottom: 0;
  border-top: 0;
}

.accordion-flush .accordion-item .accordion-header .accordion-button:after {
  background-image: none;
}

.accordion-flush .accordion-item .accordion-header .accordion-button:after {
  content: "─";
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin-right: 10px;
  color: red;
}

.accordion-flush .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: none;
}

.accordion-flush .accordion-item .accordion-header .accordion-button.collapsed:after {
  content: "✛";
  margin-right: 10px;
  width: 20px;
  height: 20px;
  line-height: 20px;
}

.accordion-flush .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background-color: transparent;
}

.accordion-flush .accordion-item .accordion-collapse {
  border: 0;
}

.accordion-flush .accordion-item .accordion-collapse .accordion-body {
  position: relative;
  padding: 24px 16px;
}

@media (min-width: 280px) and (max-width: 991.98px) {
  .faq-img {
    width: 100%;
  }
}

.price-box .price-title {
  font-size: 36px;
}

.pri-text:after {
  content: "";
  background-color: #e9eef6;
  position: absolute;
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
  height: 1px;
  border-radius: 100%;
}

.brand-section {
  padding: 0px 0px 0px;
}

.brand-section .brand-logo {
  opacity: 0.4;
  transition: all 0.3s ease-in-out;
}

.brand-section .brand-logo:hover {
  opacity: 1;
}

@media (max-width: 768px) {
  .brand-section {
    padding: 0px 0px 0px !important;
  }
}

.footer {
  color: #263b5e;
  padding: 80px 0px 50px;
}

.footer .footer-list li a {
  color: #a5a5bf;
}

.footer .footer-list li:hover a {
  color: red;
}

.footer .map {
  transition: all 0.3s ease-in-out;
}

.footer .map .map-btn {
  z-index: 1;
}

.footer .map .bg-overlay,
.footer .map .map-btn {
  display: block;
}

.footer .map:hover .bg-overlay,
.footer .map:hover .map-btn {
  display: none;
}

.footer-alt {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 20px 0px;
  color: rgba(255, 255, 255, 0.4);
}

.footer-alt .footer-alt-list li a {
  color: rgba(255, 255, 255, 0.4);
  margin-right: 15px;
}

.footer-alt .footer-alt-list li:hover a {
  color: #ffffff;
}

.soder {
  padding: 20px 20px 20px 20px;
}

.carousel-inner img {
  width: 100%;
  max-height: 300px;
  object-fit: cover;
}

@media (max-width: 600px) {
  #secret1 {
    display: none;
  }
}

.imgserv {
  text-align: center;
  object-fit: cover;
  width: 320px;
  height: 270px;
  object-fit: cover;


}
.navbar-brand img {
height: 120px;
object-fit: cover;
                }

@media (max-width: 768px) {
.navbar-brand img {
height: 80px;
}
}

@media (max-width: 768px) {
  .carousel-inner img {
    height: 190px; /* например, ниже для телефонов */
    object-fit: cover; /* можно заменить на contain, если нужно показать всё изображение */
  }
}


@media (max-width: 800px) {
  .imgserv {
    max-width: 330px;
    max-height: 330px;
    width: 320px;
 
  }
}


.serv-titel {
  color: black;
}

p {
  text-indent: 20px;
  /* width: 100%; */
}

@media (min-width: 768px) {
  .dropdown-menu-right {
    right: 0;
    left: auto;
  }
}

table {
  background: #666;
  width: calc(100% - 1em);
  text-align: center;
  margin: 0.5em;
  border-spacing: 1px;
  font: normal 1em Tahoma;
  table-layout: fixed;
}

td {
  background: #fff;
  padding: 2px 0px;
}

.tr1 td {
  background: #fde9d9;
  font-size: 1.125em;
  line-height: 1.5em;
  font-weight: 700;
}

.tr2 td {
  background: #9cf;
  font-size: 1.125em;
}

.page {
  padding: 5px 5px 5px 5px;
  margin: 5px 5px 5px 5px;
  color: black;
}

.pages {
  color: black;
}

.pages:hover {
  color: white;
}

.secret2 {
  display: none;
}

.btn-outline-danger {
  color: black;
}

#bug1 {
  font-size: 25px;
}

@media (max-width: 1400px) {
  #bug1 {
    font-size: 15px;
  }
}

#bug2 {
  font-size: 25px;
}

@media (max-width: 1400px) {
  #bug2 {
    font-size: 15px;
  }
}



.pulse-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 40px;
  padding: 10px;
  border: none;
  background: #ff0000;
  -webkit-box-shadow: 0 5px 35px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 35px rgba(0, 0, 0, 0.2);
  position: fixed;
  bottom: 50px;
  right: 50px;
  cursor: pointer;
  outline: none;
  z-index: 1000;
}

.pulse-button:hover .pulse-button__icon {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pulse-button:hover .pulse-button__text {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
  visibility: visible;
  position: relative;
}

.pulse-button__icon {
  display: block;
  width: 25px;
  height: 25px;
  background: url("../img/phone.svg") center center no-repeat;
  background-size: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pulse-button__text {
  display: block;
  width: 100%;
  height: 30px;
  font: 12px "Open Sans", sans-serif;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: 1px;
}

.pulse-button__rings {
  border: 1px solid #ff0000;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
  width: auto;
  border-radius: 50%;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: pulse_1;
  animation-name: pulse_1;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  z-index: -1;
}

.pulse-button__rings:nth-child(2) {
  -webkit-animation-name: pulse_2;
  animation-name: pulse_2;
}

.pulse-button__rings:nth-child(3) {
  -webkit-animation-name: pulse_3;
  animation-name: pulse_3;
}

@-webkit-keyframes pulse_1 {
  from {
    opacity: 1;
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
  }
}

@keyframes pulse_1 {
  from {
    opacity: 1;
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
  }
}

@-webkit-keyframes pulse_2 {
  from {
    opacity: 1;
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
  }
}

@keyframes pulse_2 {
  from {
    opacity: 1;
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
  }
}

@-webkit-keyframes pulse_3 {
  from {
    opacity: 1;
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(1.7, 1.7);
    transform: scale(1.7, 1.7);
  }
}

@keyframes pulse_3 {
  from {
    opacity: 1;
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(1.7, 1.7);
    transform: scale(1.7, 1.7);
  }
}

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



.pulse-button2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 40px;
  padding: 10px;
  border: none;
  background: #ff0000;
  -webkit-box-shadow: 0 5px 35px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 35px rgba(0, 0, 0, 0.2);


  cursor: pointer;
  outline: none;
  z-index: 1000;
}

.pulse-button2:hover .pulse-button__icon2 {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pulse-button2:hover .pulse-button__text2 {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
  visibility: visible;
  position: relative;
}

.pulse-button__icon2 {
  display: block;
  width: 25px;
  height: 25px;
  background: url("../img/phone.svg") center center no-repeat;
  background-size: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pulse-button__text2 {
  display: block;
  width: 100%;
  height: 30px;
  font: 12px "Open Sans", sans-serif;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: 1px;
}

.pulse-button__rings2 {
  border: 1px solid #ff0000;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
  width: auto;
  border-radius: 50%;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: pulse_1;
  animation-name: pulse_1;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  z-index: -1;
}

.pulse-button__rings2:nth-child(2) {
  -webkit-animation-name: pulse_2;
  animation-name: pulse_2;
}

.pulse-button__rings2:nth-child(3) {
  -webkit-animation-name: pulse_3;
  animation-name: pulse_3;
}

@-webkit-keyframes pulse_1 {
  from {
    opacity: 1;
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
  }
}

@keyframes pulse_1 {
  from {
    opacity: 1;
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
  }
}

@-webkit-keyframes pulse_2 {
  from {
    opacity: 1;
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
  }
}

@keyframes pulse_2 {
  from {
    opacity: 1;
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
  }
}

@-webkit-keyframes pulse_3 {
  from {
    opacity: 1;
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(1.7, 1.7);
    transform: scale(1.7, 1.7);
  }
}

@keyframes pulse_3 {
  from {
    opacity: 1;
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(1.7, 1.7);
    transform: scale(1.7, 1.7);
  }
}



.wrap {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.buttonpuls {
  min-width: 300px;
  min-height: 60px;
  font-family: 'Nunito', sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  font-weight: 700;
  color: white;
  background: #4FD1C5;
  background: linear-gradient(90deg, #ff0000 0%, #ff0000 100%);
  border: none;
  border-radius: 1000px;
  box-shadow: 12px 12px 24px rgba(79, 209, 197, .64);
  transition: all 0.3s ease-in-out 0s;
  cursor: pointer;
  outline: none;
  position: relative;
  padding: 10px;
}

.buttonpuls::before {
  content: '';
  border-radius: 1000px;
  min-width: calc(300px + 12px);
  min-height: calc(60px + 12px);
  /*border: 6px solid #00FFCB;*/
  box-shadow: 0 0 60px #ff0000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all .3s ease-in-out 0s;
}

.buttonpuls:hover,
.buttonpuls:focus {
  color: white;
  transform: translateY(-6px);
}

.buttonpuls:hover::before,
.buttonpuls:focus::before {
  opacity: 1;
}

.buttonpuls::after {
  content: '';
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 6px solid #ff0000;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: ring 1.5s infinite;
}

.buttonpuls:hover::after,
.buttonpuls:focus::after {
  animation: none;
  display: none;
}

@keyframes ring {
  0% {
    width: 30px;
    height: 30px;
    opacity: 1;
  }

  100% {
    width: 300px;
    height: 300px;
    opacity: 0;
  }
}

.price {
  display: none;
}

.price2 {
  display: block;
}

.mobserv {
  display: none;
}

.mobserv2 {
  display: none;
}

.mobserv4 {
  display: block;
}


@media (max-width: 450px) {

  .mobserv4 {
    display: none;
  }

  .mobserv2 {
    display: block;
  }

  #service {
    display: none;
  }

}


.testplusiimg {
  text-align: center;
  object-fit: cover;
  width: 140px;
  height: 130px;
}

html {

  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

.sale {
  position: relative;
  display: inline-block;
  background: red;
  color: white;
  height: 4rem;
  width: 4rem;
  text-align: center;
  vertical-align: middle;
  line-height: 4rem;
  margin: 2vh 2vw;
  transform: rotate(-20deg);
  -webkit-animation: beat 1s ease infinite alternate;
  animation: beat 1s ease infinite alternate;
}

.sale:before,
.sale:after {
  content: "";
  position: absolute;
  background: inherit;
  height: inherit;
  width: inherit;
  top: 0;
  left: 0;
  z-index: -1;
  transform: rotate(30deg);
}

.sale:after {
  transform: rotate(60deg);
}

@-webkit-keyframes beat {
  from {
    transform: rotate(-20deg) scale(1);
  }

  to {
    transform: rotate(-20deg) scale(1.1);
  }
}

@keyframes beat {
  from {
    transform: rotate(-20deg) scale(1);
  }

  to {
    transform: rotate(-20deg) scale(1.1);
  }
}