:root{
    --body-background: #f6f9ff;
    --navbar-background: #f5f6f8;
    --footer-background: #f5f6f8;

    --text-color: #343a40;
    --white: #fff;
    --black: #000;
    --link-hover-color: var(--secondary);
    
    --primary: #154a94;
    --primary-darker: #113b75;
    --primary-gradient: linear-gradient(to right, rgb(39, 70, 133) 20%, rgb(33, 133, 196) 100%);
    --secondary: #f36e22;
    --secondary-darker: #ca5c1d;
    --secondary-gradient: linear-gradient(to right, #f36e22 20%, #EC9F05 100%);
    --success: #00b779;
    --info: #00b4c9;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f5f6f8;
    --dark: #343a40;
    --grey: #e5e5e5;

    --body-font-family: ;
}

html, body{
  overflow-x: hidden !important;
}

.intro {
    position: fixed;
    top: 0;
    background-color: #fff;
    height: 30px;
    width: 100%;
    color: var(--black);
    padding: 4px 0;
    font-size: 12px;
    line-height: 22px;
    z-index: 9999;
}

.navbar-fixed-top {
    top: 25px;
    position: fixed;
    z-index: 11;
    width: 100%;
}

.main-section {
    margin-top: 100px;
}

body{
    margin:0;
    font-family:var(--bs-body-font-family);
    color:var(--bs-body-color);
    background-color:var(--bs-body-bg);
}

a:hover, a:focus{
    color: var(--secondary);
}

.btn-primary {
  font-size: 14px;
  color: #fff;
  background-image: var(--primary-gradient);
  padding: 12px 30px;
  display: inline-block;
  border-radius: 25px;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  transition: all .3s;
  position: relative;
  z-index: 9998  !important;
  overflow: hidden;
  border: none;
  background-size: 200% 100%;
  
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.btn-primary:hover {
  background-position: 100% 0;
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.btn-primary:active, :focus {
  color: var(--white);
}

.btn-secondary {
  font-size: 14px;
  color: #fff;
  background-image: var(--secondary-gradient);
  padding: 12px 30px;
  display: inline-block;
  border-radius: 25px;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  transition: all .3s;
  position: relative;
  overflow: hidden;
  border: none;
  background-size: 200% 100%;
  
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  z-index: 1000;
}

.btn-secondary:hover {
  background-position: 100% 0;
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  color: var(--white) !important;
}

.bs-icon.bs-icon-primary {
    color: var(--white);
    background: var(--primary);
}

.nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: var(--bs-nav-link-color);
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

.nav-link:hover,
.nav-link:focus{
    color:var(--link-hover-color)
}

.nav-link.active,
.nav-tabs 
.nav-item.show 
.nav-link{
    color:var(--link-hover-color);
}

.accordion {
    --bs-accordion-color: #2d2d2d;
    --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
    --bs-accordion-border-width: 1px;
    --bs-accordion-border-radius: 1rem;
    --bs-accordion-inner-border-radius: calc(1rem - 1px);
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: #2d2d2d;
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%232d2d2d'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%233259dc'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: var(--primary);
    --bs-accordion-active-bg: #ebeffe;
}

footer ul li a {
    color: #44474b;
}

footer h3 {
    color: var(--white) !important;
}

footer hr {
    color: var(--white) !important;
}

.text-muted {
    --bs-text-opacity: 1;
    color: #44474b !important;
}

.text-secondary {
    color: var(--secondary) !important;
    opacity: 1;
}

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


.dropdown-menu {
    --bs-dropdown-zindex: 1000 !important;
    --bs-dropdown-min-width: 10rem;
    --bs-dropdown-padding-x: 0;
    --bs-dropdown-padding-y: 0.5rem;
    --bs-dropdown-spacer: 0.125rem;
    --bs-dropdown-font-size: 1rem;
    --bs-dropdown-color: #2d2d2d;
    --bs-dropdown-bg: #fff;
    --bs-dropdown-border-width: 1px;
    --bs-dropdown-inner-border-radius: calc(1rem - 1px);
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-divider-margin-y: 0.5rem;
    --bs-dropdown-link-color: #2d2d2d;
    --bs-dropdown-link-hover-color: var(--secondary) !important;
    --bs-dropdown-link-hover-bg: #e9ecef;
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #44474b !important;
    --bs-dropdown-link-disabled-color: #44474b;
    --bs-dropdown-item-padding-x: 1rem;
    --bs-dropdown-item-padding-y: 0.25rem;
    --bs-dropdown-header-color: #4e5d78;
    --bs-dropdown-header-padding-x: 1rem;
    --bs-dropdown-header-padding-y: 0.5rem;
    position: absolute;
    z-index: var(--bs-dropdown-zindex);
    display: none;
    min-width: var(--bs-dropdown-min-width);
    padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
    margin: 0;
    font-size: var(--bs-dropdown-font-size);
    color: var(--bs-dropdown-color);
    text-align: left;
    list-style: none;
    border-radius: 16px !important;
    background-color: var(--bs-dropdown-bg);
    background-clip: padding-box;
    border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
    border-radius: var(--bs-dropdown-border-radius);
    box-shadow: 0 10px 10px  rgba(55, 99, 244, 0.185);
}


.btn-outline-secondary{
    --bs-btn-color: var(--secondary);
    --bs-btn-border-color: var(--secondary);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--secondary);
    --bs-btn-hover-border-color: var(--secondary);
    --bs-btn-focus-shadow-rgb: 227, 60, 209;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--secondary);
    --bs-btn-active-border-color: var(--secondary);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--secondary);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--secondary);--bs-gradient: none
}

.btn-outline-white-orange{
    --bs-btn-color: var(--white);
    --bs-btn-border-color: var(--white);
    --bs-btn-hover-color: var(--secondary);
    --bs-btn-hover-bg: var(--white);
    --bs-btn-hover-border-color: var(--white);
    --bs-btn-focus-shadow-rgb: 227, 60, 209;
    --bs-btn-active-color: var(--secondary);
    --bs-btn-active-bg: var(--white);
    --bs-btn-active-border-color: var(--white);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--white);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--white);--bs-gradient: none
}

.btn-outline-white-blue{
    --bs-btn-color: var(--white);
    --bs-btn-border-color: var(--white);
    --bs-btn-hover-color: var(--white);
    --bs-btn-hover-bg: rgba(255, 255, 255, 0.233);
    --bs-btn-hover-border-color: var(--white);
    --bs-btn-focus-shadow-rgb: 227, 60, 209;
    --bs-btn-active-color: var(--white);
    --bs-btn-active-bg: rgba(255, 255, 255, 0.233);
    --bs-btn-active-border-color: var(--white);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--white);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--white);--bs-gradient: none
}

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

.text-lights{
    color: #7e7e7e !important;
}

.bg-primary-light{
    background:#154a9434 !important
}

.bg-secondary-light{
    background:#f36f2225 !important
}

.bg-success{
  background: linear-gradient(to right, rgb(132, 187, 99), rgb(51, 147, 118)) !important;
}

.pagination{
    --bs-pagination-padding-x: 0.75rem;
    --bs-pagination-padding-y: 0.375rem;
    --bs-pagination-font-size:1rem;
    --bs-pagination-color: var(--bs-link-color);
    --bs-pagination-bg: #fff;
    --bs-pagination-border-width: 1px;
    --bs-pagination-border-color: #dee2e6;
    --bs-pagination-border-radius: 0.375rem;
    --bs-pagination-hover-color: var(--bs-link-hover-color);
    --bs-pagination-hover-bg: #e9ecef;
    --bs-pagination-hover-border-color: #dee2e6;
    --bs-pagination-focus-color: var(--bs-link-hover-color);
    --bs-pagination-focus-bg: #e9ecef;
    --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: var(--primary);
    --bs-pagination-active-border-color: var(--primary);
    --bs-pagination-disabled-color: var(--primary);
    --bs-pagination-disabled-bg: #fff;
    --bs-pagination-disabled-border-color: #dee2e6;
    display:flex;
    padding-left:0;
    list-style:none
}

.page-link{
    position:relative;
    display:block;
    padding:var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
    font-size:var(--bs-pagination-font-size);
    color:var(--primary);
    text-decoration:none;
    background-color:var(--bs-pagination-bg);
    border:var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
    
    transition:color .15s ease-in-out,
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion: reduce){
    .page-link{transition:none}
}

.page-link:hover{
    z-index:2;
    color:var(--secondary);
    background-color:var(--bs-pagination-hover-bg);
    border-color:var(--bs-pagination-hover-border-color)
}

.page-link:focus{
    z-index:3;
    color:var(--bs-pagination-focus-color);
    background-color:var(--bs-pagination-focus-bg);
    outline:0;box-shadow:var(--bs-pagination-focus-box-shadow)
}

.page-link.active,
.active>.page-link{
    z-index:3;color:var(--bs-pagination-active-color);
    background-color:var(--bs-pagination-active-bg);
    border-color:var(--bs-pagination-active-border-color)
}

.page-link.disabled,
.disabled>.page-link{
    color:var(--bs-pagination-disabled-color);
    pointer-events:none;
    background-color:var(--bs-pagination-disabled-bg);
    border-color:var(--bs-pagination-disabled-border-color)
}

.page-item:not(:first-child) 
.page-link{
    margin-left:-1px
}

.page-item:first-child .page-link{
    border-top-left-radius:var(--bs-pagination-border-radius);
    border-bottom-left-radius:var(--bs-pagination-border-radius)
}

.page-item:last-child .page-link{
    border-top-right-radius:var(--bs-pagination-border-radius);
    border-bottom-right-radius:var(--bs-pagination-border-radius)
}

.pagination-lg{
    --bs-pagination-padding-x: 1.5rem;
    --bs-pagination-padding-y: 0.75rem;
    --bs-pagination-font-size:1.25rem;
    --bs-pagination-border-radius: 0.5rem
}

.pagination-sm{
    --bs-pagination-padding-x: 0.5rem;
    --bs-pagination-padding-y: 0.25rem;
    --bs-pagination-font-size:0.875rem;
    --bs-pagination-border-radius: 0.25rem
}

.header-border-secondary{
  border: 4px;
  border-top-style: solid !important;
  border-top-color: var(--secondary) !important;
  border-radius: var(--bs-border-radius) !important;
}

.header-border-primary {
  border: 4px;
  border-top-style: solid !important;
  border-top-color: var(--primary) !important;
  border-radius: var(--bs-border-radius) !important;
}

.status-alert-good {
    color: #11b802;
}
.status-alert-warning {
    color: rgb(207, 207, 0);
}
.status-alert-bad {
    color: #c41815;
}

.form-check-input:checked {
    background-color: var(--secondary);
    border-color: var(--secondary);
}

.header {
    position: relative;
    overflow: hidden;
    background: var(--primary-gradient);
    color:white;
}

.inner-header {
    height:45vh !important;
    width:100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header .decoration-star {
    position: absolute;
    top: 100px;
    left: -100px;
    width: 280px;
    opacity: 0.7;
}

.header .decoration-star-2 {
    position: absolute;
    top: 155px;
    right: -100px;
    width: 315px;
    opacity: 0.7;
}

.header div[class*="col"] {  
    /* selects all elements which have classes starting with col */
    /* needed so that the absolute positioned decoration stays behind */
    position: relative;
}

.header .h1-large {
    margin-bottom: 1.75rem;
    font-size: 3rem;
    line-height: 3.5rem;
}

.header .image-container {
    margin-top: 2rem;
}

/* Min-width 1200px */
@media (max-width: 1200px) {
    .header .image-container {
        display: none;
    }
}

@media (max-width: 1600px) {
    .header .decoration-star {
        position: absolute;
        top: 50px;
        left: -100px;
        width: 200px;
        opacity: 0.5;
    }
}

.waves {
    position:relative;
    width: 100%;
    height:100%;
    margin-bottom:-7px; /*Fix for safari gap*/
    min-height:100px;
    max-height:150px;
}

.content {
    position:relative;
    height:20vh;
    text-align:center;
    background-color: white;
    }

/* Animation */

.parallax > use {
    animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.parallax > use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
}
.parallax > use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}
.parallax > use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}
.parallax > use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
}
@keyframes move-forever {
    0% {
        transform: translate3d(-90px,0,0);
    }
100% { 
    transform: translate3d(85px,0,0);
}
}
/*Shrinking for mobile*/
@media (max-width: 768px) {
    .waves {
        height:40px;
        min-height:40px;
    }
    .content {
        height:30vh;
    }
    h1 {
        font-size:24px;
    }
}

.shadowD {
    @include transform( translateZ(0) );
    @include text-shadow(3px 3px 10px rgba(196, 23, 83, 0.4) );
    @include single-transition(text-shadow, 10ms);
}

/* Header */
.header .image-container {
text-align: right;
opacity: 0.8;
}
/* end of header */

.slide-container{
    width: 100%;
    padding: 40px 0;
  }
  .slide-content{
    margin: 0 40px;
    overflow: hidden;
    border-radius: 25px;
  }
  
  .swiper-navBtn{
    color: var(--primary);
    transition: color 0.3s ease;
  }
  .swiper-navBtn:hover{
    color: var(--secondary);
  }

  .swiper-navBtn::before,
  .swiper-navBtn::after{
    font-size: 35px;
  }
  .swiper-button-next{
    right: 0;
  }
  .swiper-button-prev{
    left: 0;
  }
  .swiper-pagination-bullet{
    background-color: var(--primary);
    opacity: 1;
    align-items: center;
  }
  .swiper-pagination-bullet-active{
    background-color: var(--secondary);
  }
  
  @media screen and (max-width: 768px) {
    .slide-content{
      margin: 0 10px;
    }
    .swiper-navBtn{
      display: none;
    }
  }

  .swiper-container {
    width: 100%;
    height: 100%;
  }
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  
  .no-hover :hover{
    color: #4e5d78 !important;
  }

  .wave {
    position: absolute;
    bottom: 0;
    overflow: hidden;
    width: 100%;
    transform: translateY(30%);
  }
  
  .wave svg {
    width: 102%;
    height: auto;
    margin-left: -1%;
    fill: #fff;
  }

.cto{
    background: var(--primary-gradient);
    border: none !important;
}

.bg-transparent{
    background-color: #00000000;
}

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

.check-coverage{
    --bs-bg-opacity: 0.5;
    background-color: #e7edf4bd !important;
}


/* BS Icons */
.bs-icon {
    --bs-icon-size: .75rem;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    font-size: var(--bs-icon-size);
    width: calc(var(--bs-icon-size) * 2);
    height: calc(var(--bs-icon-size) * 2);
    color: var(--primary);
  }
  
  .bs-icon-xs {
    --bs-icon-size: 1rem;
    width: calc(var(--bs-icon-size) * 1.5);
    height: calc(var(--bs-icon-size) * 1.5);
  }
  
  .bs-icon-sm {
    --bs-icon-size: 1rem;
  }
  
  .bs-icon-md {
    --bs-icon-size: 1.5rem;
  }
  
  .bs-icon-lg {
    --bs-icon-size: 2rem;
  }
  
  .bs-icon-xl {
    --bs-icon-size: 2.5rem;
  }
  
  .bs-icon.bs-icon-primary {
    color: var(--bs-white);
    background: var(--primary);
  }
  
  .bs-icon.bs-icon-primary-light {
    color: var(--primary);
    background: rgba(var(--primary), .2);
  }
  
  .bs-icon.bs-icon-semi-white {
    color: var(--primary);
    background: rgba(255, 255, 255, .5);
  }
  
  .bs-icon.bs-icon-rounded {
    border-radius: .5rem;
  }
  
  .bs-icon.bs-icon-circle {
    border-radius: 50%;
  }
  
  .fit-cover {
    object-fit: cover;
  }

  /* Simple Slider */
  .simple-slider .swiper-slide {
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  
  .simple-slider .swiper-button-next, .simple-slider .swiper-button-prev {
    width: 50px;
    margin-left: 20px;
    margin-right: 20px;
  }
  
  @media (max-width:767px) {
    .simple-slider .swiper-button-next, .simple-slider .swiper-button-prev {
      display: none;
    }
  }
  
  @media (max-width:767px) {
    .simple-slider .swiper-slide {
      height: 360px;
    }
  }

  /* Vanilla Zoom */
  .vanilla-zoom {
    width: 100%;
  }
  
  .vanilla-zoom .sidebar {
    width: 100%;
    display: flex;
  }
  
  .vanilla-zoom .sidebar img.small-preview {
    width: 60px;
    margin-right: 5px;
    cursor: pointer;
    opacity: .5;
  }
  
  .vanilla-zoom .sidebar img.small-preview.active, .vanilla-zoom .sidebar img.small-preview:hover {
    opacity: 1;
  }
  
  .vanilla-zoom .sidebar img.small-preview:last-child {
    margin-right: 0;
  }
  
  .vanilla-zoom .zoomed-image {
    width: 100%;
    height: 300px;
    flex: 1;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    margin-bottom: 5px;
  }
  

  .typed::after {
	content: '|';
	display: inline;
	-webkit-animation: blink 0.7s infinite;
	-moz-animation: blink 0.7s infinite;
	animation: blink 0.7s infinite;
}

/*Removes cursor that comes with typed.js*/
.typed-cursor{
   opacity: 0;
	display: none;
}
/*Custom cursor animation*/
@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
  
.items {
    background: #fff;
    border-radius: 16px;
    margin: 0 7px;
    vertical-align: middle;
    position: relative;
}

.tools{
    width: 200px;
    height: 200px;
    padding: 15px;
    border-radius: 50%;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
  }
  
  #preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid var(--primary-darker);
    border-top-color: #efefef;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
  }
  
  @-webkit-keyframes animate-preloader {
    0% {
      transform: rotate(0deg);
    }
  
    100% {
      transform: rotate(360deg);
    }
  }
  
  @keyframes animate-preloader {
    0% {
      transform: rotate(0deg);
    }
  
    100% {
      transform: rotate(360deg);
    }
  }  

  .accordion{
    --bs-accordion-color: #2d2d2d;
    --bs-accordion-bg: #fff;
    --bs-accordion-transition: color 0.15s ease-in-out, 
    background-color 0.15s ease-in-out, 
    border-color 0.15s ease-in-out, 
    box-shadow 0.15s ease-in-out,  
    border-radius 0.15s ease;
    --bs-accordion-border-color: var(--bs-border-color);
    --bs-accordion-border-width: 1px;
    --bs-accordion-border-radius: 1rem;
    --bs-accordion-inner-border-radius: calc(1rem - 1px);
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: #2d2d2d;
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%232d2d2d'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%233259dc'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-focus-border-color: #9bb1fa;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(55, 99, 244, 0.25);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: #3259dc;
    --bs-accordion-active-bg: #ebeffe
}

.rating img{
  width: 20px;
}

.block{
  display: block;
  width: 100%;
  border: none;
  padding: 14px 28px;
  cursor: pointer;
  text-align: center;
}

img.framed {
  box-shadow: -50px -50px 0 -40px #154a94c2 , 50px 50px 0 -40px #f36f22be;
  --border: 2px;
}

@media (max-width: 767px) {
  .fibre-text{
      float: right;
  }
}

.accordion-item:first-of-type .accordion-button{
  border-color: transparent !important;
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}

.accordion-item{
  border-bottom: solid 1px var(--grey) !important;
  background-color: transparent !important;
  border: none;
}

.accordion-button{
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 1rem;
    color: var(--bs-accordion-btn-color);
    text-align: left;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
}

.accordion{
    --bs-accordion-color: #2d2d2d;
    --bs-accordion-transition: color 0.15s ease-in-out, 
    background-color 0.15s ease-in-out, 
    border-color 0.15s ease-in-out, 
    box-shadow 0.15s ease-in-out, 
    border-radius 0.15s ease;
    --bs-accordion-border-width: none;
    --bs-accordion-border-radius: 0px;
    --bs-accordion-inner-border-radius: calc(1rem - 1px);
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: #2d2d2d;
    --bs-accordion-btn-bg: transparent;
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%232d2d2d'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23f36e22'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
}

.accordion-button{
    position:relative;
    display:flex;
    align-items:center;
    width:100%;
    padding:var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size:1rem;
    color:var(--bs-accordion-btn-color);
    text-align:left;
    background-color:var(--bs-accordion-btn-bg);
    border:0;
    border-radius:0;
    overflow-anchor:none;
    transition:var(--bs-accordion-transition)
}

@media(prefers-reduced-motion: reduce){
    .accordion-button{transition:none}
}

.accordion-button:not(.collapsed){
    color:var(--secondary);
    box-shadow:none !important;
}

.accordion-button:focus{
    z-index:3;
    border-bottom: none;
    outline:0;
    border-top: none;
    border-left: none;
    border-right: none;
    box-shadow: none !important;
}

.accordion-button:active{
  z-index:3;
  border-bottom: none;
  outline:0;
  border-color: transparent !important;
  box-shadow: none !important;
}

.accordion-item{
    color:var(--bs-accordion-color);
    background-color:var(--bs-accordion-bg);
    border:var(--bs-accordion-border-width) solid var(--bs-accordion-border-color)
}

.accordion-item:last-of-type{
  border-bottom-right-radius: none !important;
  border-bottom-left-radius: none !important;
}
.accordion-body{
    padding:var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)
}
.accordion-flush .accordion-collapse{
    border-width:0
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: none !important;
  border-bottom-left-radius: none !important;
}

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

.icon-primary{
  display: flex;
  justify-content: center;
  background: -moz-linear-gradient(top, #274685 0%, #2185c4 100%);
  background: -webkit-linear-gradient(top, #274685 0%, #2185c4 100%);
  background: linear-gradient(to bottom, #274685 0%, #2185c4 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.icon-secondary{
  display: flex;
  justify-content: center;
  background: -moz-linear-gradient(top, #f36e22 0%, #EC9F05 100%);
  background: -webkit-linear-gradient(top, #f36e22 0%, #EC9F05 100%);
  background: linear-gradient(to bottom, #f36e22 0%, #EC9F05 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.fars-secondary{
  color:#fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 60px;
  width: 100px;
  height: 100px;
  border-radius:  50%;
  text-align: center;
  line-height: 0px;
  background: var(--secondary-gradient);
  -webkit-box-shadow: 0 10px 10px rgba(0,0,0,.1) ;
          box-shadow: 0 10px 10px rgba(0,0,0,.1) ;

}

.fars-primary{
  color:#fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 60px;
  width: 100px;
  height: 100px;
  border-radius:  50%;
  text-align: center;
  line-height: 0px;
  background: var(--primary-gradient);
  -webkit-box-shadow: 0 10px 10px rgba(0,0,0,.1) ;
          box-shadow: 0 10px 10px rgba(0,0,0,.1) ;

}

.text-gradient-secondary{
  background: -webkit-linear-gradient(#f36e22, #EC9F05);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.card>.list-group {
  border-top: none;
  /* border-bottom: inherit; */
}

.secondary-header {
    background: var(--secondary-gradient);
    color:white;
}

.secondary-header div[class*="col"] {  
    /* selects all elements which have classes starting with col */
    /* needed so that the absolute positioned decoration stays behind */
    position: relative;
}

.secondary-header .h1-large {
    margin-bottom: 1.75rem;
    font-size: 3rem;
    line-height: 3.5rem;
}

@media (max-width: 768px) {
  .text-container {
    text-align: center;
  }
}

.clickable{
    background-color: transparent;
    z-index: 999 !important;
}

.navbar{
    z-index: 9999 !important;
}

.title .fars{
  color:#fff;
  font-size: 60px;
  width: 100px;
  height: 100px;
  border-radius:  50%;
  text-align: center;
  line-height: 100px;
  background: var(--secondary-gradient);
  -webkit-box-shadow: 0 10px 10px rgba(0,0,0,.1) ;
          box-shadow: 0 10px 10px rgba(0,0,0,.1) ;

}

.far:hover {
  -moz-animation:spin 4s linear infinite;
  animation:spin 4s linear infinite;
}
@-moz-keyframes spin { 
  100% { -moz-transform: rotate(360deg); } 
}
@-webkit-keyframes spin { 
  100% { -webkit-transform: rotate(360deg); } 
}
@keyframes spin { 
  100% { 
      -webkit-transform: rotate(360deg); 
      transform:rotate(360deg); 
  } 
}

.far {
  font-size: 60px;
  display: flex;
  justify-content: center;
  background: -moz-linear-gradient(top, #274685 0%, #2185c4 100%);
  background: -webkit-linear-gradient(top, #274685 0%, #2185c4 100%);
  background: linear-gradient(to bottom, #274685 0%, #2185c4 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 767px) {
  .wireless-text{
      float: right;
  }
}

#particles-js{
  position: absolute;
  top: 0;
  width: 100%;
  height: 650px;
  z-index: -1 !important;
}

@media (max-width: 769px) {
  #particles-js{
    position: absolute;
    top: 0;
    width: 100%;
    height: 550px;
    z-index: -1 !important;
  }
}

#wirelessdesc a:hover{
  color: white;
}

.card>.list-group {
  border-top: none;
  /* border-bottom: inherit; */
}

.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: none;
}

.bg-cctv{
	width: 100%;
	background-image: url(../img/cctv/cctv-cto.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.start-content{
  z-index: 10 !important;
}

.unavailable {
  --bs-nav-pills-border-radius: 1rem;
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: red;
}

.available {
  --bs-nav-pills-border-radius: 1rem;
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: green;
}

/* .btn-outline-white-orange {
  --bs-btn-color: #113b75 !important;
  --bs-btn-border-color: #113b75 !important;
  --bs-btn-hover-color: #fff !important;
  --bs-btn-hover-bg: #113b75 !important;
  --bs-btn-hover-border-color: #fff !important;
  --bs-btn-focus-shadow-rgb: 227, 60, 209;
  --bs-btn-active-color: #fff !important;
  --bs-btn-active-bg: #113b75 !important;
  --bs-btn-active-border-color: #113b75 !important;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff !important;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #fff;
  --bs-gradient: none;
} */

.bg-none {
  background: linear-gradient(to right, rgb(187, 99, 99), rgb(147, 51, 51));
  color: white;
  padding: 10px;
  border-radius: 50%;
  top: 1rem;
  right: 1rem;
  position: absolute;
}

.bg-yes {
  background: linear-gradient(to right, rgb(132, 187, 99), rgb(51, 147, 118));
  color: white;
  padding: 10px;
  border-radius: 50%;
  top: 1rem;
  right: 1rem;
  position: absolute;
}

.bg-no {
  background: linear-gradient(to right, #960000, #C70000);
  color: white;
  padding: 11px;
  border-radius: 50%;
  top: 1rem;
  right: 1rem;
  position: absolute;
}

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

.check-icon {
  background: linear-gradient(to right, #f36e22, #EC9F05);
  color: white;
  padding: 11px;
  border-radius: 50%;
}

.icon-wrapper {
  display: inline-block !important;
  width: 100%;
  max-width: 64px;
  vertical-align: middle;
  height: auto;
  color: #000;
  overflow: visible;
}

.icon-wrapper svg,
.icon-wrapper svg * {
  overflow: visible;
  color: #000;
  fill: #000 !important;
  vertical-align: middle;
  line-height: 0;
}

.card-yes {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-border-width: 0;
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: 1rem;
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: 1rem;
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(0, 0, 0, 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: #fff;
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: solid 1px rgb(132, 187, 99) !important;
  border-radius: var(--bs-card-border-radius);
}

.card-none {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-border-width: 0;
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: 1rem;
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: 1rem;
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(0, 0, 0, 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: #fff;
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: solid 1px rgb(189, 101, 101) !important;
  border-radius: var(--bs-card-border-radius);
}

.card-no {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-border-width: 0;
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: 1rem;
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: 1rem;
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(0, 0, 0, 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: #fff;
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: solid 1px #960000;
  border-radius: var(--bs-card-border-radius);
}

.transform {
  transition: all 2s ease-in;
}

.transform-active {
  background-color: #45cee0;
  height: 200px;
  width: 200px;
}

#nta-wa-gdpr {
  vertical-align: text-top !important;
  padding: 0 !important;
  margin: 0 !important;
}

.nta-wa-gdpr {
  font-size: 11px;
  padding: 5px;
  margin-left: -5px;
  margin-right: -5px;
  border-radius: 4px;
}

.nta-wa-gdpr a {
  text-decoration: underline;
  color: inherit;
}

.pointer-disable {
  pointer-events: none;
}

.nta-woo-products-button:before,
.nta-woo-products-button:after {
  content: '';
  display: block;
  clear: both;
}

.button {
  border-bottom: none !important;
}

.btn_w_img:hover {
  text-decoration: none;
}

.button,
.btn_popup,
.button *,
.btn_popup *,
.btn_popup :before,
.button :before,
.button :after,
.btn_popup :after,
.popup_chat_box,
.popup_chat_box *,
.popup_chat_box :before,
.popup_chat_box :after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

/* VVV--button--VVV */
.button {
  position: relative;
  width: 300px;
  min-height: 64px;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  color: #fff;
  box-shadow: 0px 4px 8px 1px rgba(32, 32, 37, 0.09);
  -webkit-box-shadow: 0px 4px 8px 1px rgba(32, 32, 37, 0.09);
  -moz-box-shadow: 0px 4px 8px 1px rgba(32, 32, 37, 0.09);
}

.btn_txt {
  display: inline-block;
  font-size: 12px;
  line-height: 1.33em;
}

.btn_w_icon .btn_txt {
  padding: 16px 20px 15px 71px;
}

.button_text_only .btn_txt,
.r_button.btn_w_img.button_text_only .btn_txt,
.sq_button.btn_w_img.button_text_only .btn_txt {
  padding-top: 25px;
  padding-bottom: 24px;
}



.btn_w_icon .btn_txt .btn_title {
  font-weight: 600;
  padding-left: 2px;
  font-size: 14px;
}

.cs_info {
  margin-bottom: 2px
}

.btn_status {
  color: #F5A623;
  font-size: 9px;
  padding: 2px 0 0;
  font-weight: 700;
}

.cs_info .cs_name,
.cs_info .cs_status {
  display: inline-block;
}

.cs_info .cs_name {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.36em;
}

.stt_online .cs_info .cs_name {
  color: #d5f0d9
}

.stt_offline .cs_info .cs_name {
  color: #76787d;
}

.cs_info .cs_status {
  width: 36px;
  height: 14px;
  margin-left: 3px;
  padding: 1px;
  font-size: 9px;
  line-height: 1.34em;
  border-radius: 5px;
  color: rgba(255, 255, 255, 0.98);
  position: relative;
  top: -1px;
  left: 0px;
  text-align: center;
}

.stt_online .cs_info .cs_status {
  background: #62c971;
}

.stt_offline .cs_info .cs_status {
  background: #b9bbbe;
}


.stt_online {
  background: #2DB742;
  cursor: pointer;
  transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  backface-visibility: hidden;
  will-change: transform;
}

.stt_online .btn_txt {
  position: relative;
  z-index: 4;
}

.r_button.stt_online:before {
  border-radius: 50vh;
}

.sq_button.stt_online:before {
  border-radius: 5px;
}

.stt_online:before {
  content: '';
  transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0;
  will-change: opacity;
}

.button.stt_online:focus,
.button.stt_online:active,
.button.stt_online:hover {
  box-shadow: 0px 4px 8px 1px rgba(32, 32, 37, 0.19);
  transform: translate(0, -3px);
  -webkit-transform: translate(0, -3px);
  -moz-transform: translate(0, -3px);
  -ms-transform: translate(0, -3px);
}

.button.stt_online:focus:before,
.button.stt_online:active:before,
.button.stt_online:hover:before {
  opacity: 1;
}

.stt_online.btn_w_icon .btn_icon img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
}

.stt_offline {
  background: #EBEDF0;
  color: #595B60;
  box-shadow: none;
  cursor: initial;
}

.stt_offline.btn_w_icon .btn_txt {
  padding: 8px 20px 6px 71px;
}

.stt_offline.r_button.btn_w_img .btn_txt {
  padding: 8px 20px 8px 100px
}

.stt_offline.sq_button.btn_w_img .btn_txt {
  padding: 8px 20px 8px 70px;
}

.btn_w_icon .btn_icon {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}

.btn_w_icon .btn_icon img {
  width: 41px;
  height: 69px;
}

.btn_w_img {
  position: relative;
  width: 300px;
  margin: 20px 0 20px;
}

.btn_w_img .cs_img {
  position: absolute;
  top: 50%;
  left: 0px;
  text-align: center;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
}

.btn_w_img .cs_img_wrap {
  width: 79px;
  height: 79px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border: 3px solid #ffffff;
  position: relative;
  overflow: hidden;
}

.btn_w_img .cs_img img {
  max-width: 100%;
  height: auto;
  transition: 0.2s ease transform;
  -webkit-transition: 0.2s ease transform;
  -moz-transition: 0.2s ease transform;
}

.btn_w_img .cs_img:after {
  content: '';
  background: #ffffff url('../img/whatsapp_logo_green.svg') center center no-repeat;
  background-size: 21px;
  display: block;
  width: 27px;
  height: 27px;
  position: absolute;
  top: 20px;
  right: -14px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  box-shadow: 0px 4px 6px 0px rgba(39, 38, 38, 0.3);
  -webkit-box-shadow: 0px 4px 6px 0px rgba(39, 38, 38, 0.3);
  -moz-box-shadow: 0px 4px 6px 0px rgba(39, 38, 38, 0.3);
}

.stt_offline.btn_w_img .cs_img:after {
  content: '';
  background: #ffffff url('../img/whatsapp_logo_gray.svg') center center no-repeat;
  background-size: 21px;
  display: block;
  width: 27px;
  height: 27px;
  position: absolute;
  top: 20px;
  right: -14px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  box-shadow: 0px 4px 6px 0px rgba(39, 38, 38, 0.3);
  -webkit-box-shadow: 0px 4px 6px 0px rgba(39, 38, 38, 0.3);
  -moz-box-shadow: 0px 4px 6px 0px rgba(39, 38, 38, 0.3);
}


.btn_w_img .btn_txt {
  padding: 14px 20px 12px 103px;
}

.r_button {
  border-radius: 50vh;
}

.sq_button {
  border-radius: 5px;
}

.sq_button.btn_w_img {
  width: 270px;
  margin-left: 30px;
}

.r_button.btn_w_img .cs_img {
  left: -5px;
}

.sq_button.btn_w_img .cs_img {
  left: -35px;
}

.sq_button.btn_w_img .btn_txt {
  padding: 10px 20px 10px 70px;
  display: table-cell;
  vertical-align: middle;
  height: 66px;
}

.btn_txt .btn_title {
  font-weight: 600;
}

.r_button.btn_w_img .btn_txt {
  padding: 8px 20px 8px 100px;
  display: table-cell;
  vertical-align: middle;
  height: 66px;
}

.r_button.btn_w_img .cs_info .cs_status {
  margin-left: 3px;
}

/* ^^^--button--^^^ */

/* VVV--popup--VVV */

.popup_chat_box {
  font-family: Arial, Helvetica, sans-serif;
  width: 351px;
  border-radius: 5px 5px 8px 8px;
  -webkit-border-radius: 5px 5px 8px 8px;
  -moz-border-radius: 5px 5px 8px 8px;
  position: fixed;
  overflow: hidden;
  box-shadow: 0px 10px 10px 4px rgba(0, 0, 0, 0.04);
  -webkit-box-shadow: 0px 10px 10px 4px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0px 10px 10px 4px rgba(0, 0, 0, 0.04);
  bottom: 102px;
  right: 25px;
  z-index: 998;
  opacity: 0;
  visibility: hidden;
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
  -webkit-transform: translate(0, 50px);
  -moz-transform: translate(0, 50px);
  transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  will-change: transform, visibility, opacity;
  max-width: calc(100% - 50px);
}

.popup_chat_box:hover,
.popup_chat_box:focus,
.popup_chat_box:active {
  box-shadow: 0px 10px 10px 4px rgba(32, 32, 37, 0.23);
  -webkit-box-shadow: 0px 10px 10px 4px rgba(32, 32, 37, 0.23);
  -moz-box-shadow: 0px 10px 10px 4px rgba(32, 32, 37, 0.23);
}

.popup_chat_box.active {
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  visibility: visible;
  opacity: 1;
}

.popup_chat_box .popup_heading {
  position: relative;
  padding: 15px 40px 15px 25px;
  color: #d9ebc6;
  background: #2db742;
}

.popup_chat_box .popup_heading_sm {
  padding: 12px 15px 17px 74px;
}

.popup_chat_box .popup_heading_sm:before {
  top: 19px;
  left: 11px;
}

.popup_chat_box .popup_heading .popup_title {
  padding-top: 2px;
  padding-bottom: 3;
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
}

.popup_chat_box .popup_heading .popup_intro {
  padding-top: 4px;
  font-size: 12px;
  line-height: 20px;
}

.popup_chat_box .popup_heading_sm .popup_intro {
  padding-top: 0px;
}

.popup_chat_box .popup_heading .popup_intro a {
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
}

.popup_chat_box .popup_heading .popup_intro a:hover,
.popup_chat_box .popup_heading .popup_intro a:focus,
.popup_chat_box .popup_heading .popup_intro a:active {
  text-decoration: underline;
}

.popup_chat_box .popup_notice {
  font-size: 11px;
  color: #a5abb7;
  font-weight: 500;
  padding: 0 3px;
}

.popup_chat_box .popup_content {
  background: #ffffff;
  padding: 13px 20px 21px 19px;
  text-align: center;
}

.popup_chat_box .popup_content_left {
  text-align: left;
}

.popup_chat_box .popup_avatar {
  position: absolute;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  left: 12px;
  top: 12px;
}

.popup_chat_box .popup_avatar.nta-default-avt {
  border-radius: unset;
  -webkit-border-radius: unset;
  -moz-border-radius: unset;
}

.popup_chat_box .stt {
  padding: 13px 40px 12px 74px;
  position: relative;
  text-decoration: none;
  display: table;
  width: 100%;
  border-left: 2px solid #2db742;
  background: #f5f7f9;
  border-radius: 2px 4px 2px 4px;
  -webkit-border-radius: 2px 4px 2px 4px;
  -moz-border-radius: 2px 4px 2px 4px;
}

.popup_chat_box .stt:after {
  content: '';
  background: url('../img/whatsapp_logo_green.svg') 0 0 no-repeat;
  position: absolute;
  right: 14px;
  top: 26px;
  width: 20px;
  height: 20px;
  background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
}

.popup_chat_box .stt.stt_offline:after {
  background-image: url('../img/whatsapp_logo_gray_sm.svg');
}

.popup_chat_box .stt.stt_online {
  transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
}

.popup_chat_box .stt.stt_online:hover,
.popup_chat_box .stt.stt_online:active,
.popup_chat_box .stt.stt_online:focus {
  background: #ffffff;
  box-shadow: 0px 7px 15px 1px rgba(55, 62, 70, 0.07);
  -webkit-box-shadow: 0px 7px 15px 1px rgba(55, 62, 70, 0.07);
  -moz-box-shadow: 0px 7px 15px 1px rgba(55, 62, 70, 0.07);
}

.popup_content_list .popup_content_item {
  margin: 14px 0 0;
  transform: translate(0, 20px);
  -webkit-transform: translate(0, 20px);
  -moz-transform: translate(0, 20px);
  will-change: opacity, transform;
  opacity: 0;
}

.popup_chat_box.pending .popup_content_list .popup_content_item {
  transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  transition-delay: 2.1s;
  -webkit-transition-delay: 2.1s;
  -moz-transition-delay: 2.1s;
}

.popup_chat_box.pending .popup_content_list .popup_content_item:nth-child(1) {
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
}

.popup_chat_box.pending .popup_content_list .popup_content_item:nth-child(2) {
  transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
}

.popup_chat_box.pending .popup_content_list .popup_content_item:nth-child(3) {
  transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
  -moz-transition-delay: 0.7s;
}

.popup_chat_box.pending .popup_content_list .popup_content_item:nth-child(4) {
  transition-delay: 0.9s;
  -webkit-transition-delay: 0.9s;
  -moz-transition-delay: 0.9s;
}

.popup_chat_box.pending .popup_content_list .popup_content_item:nth-child(5) {
  transition-delay: 1.1s;
  -webkit-transition-delay: 1.1s;
  -moz-transition-delay: 1.1s;
}

.popup_chat_box.pending .popup_content_list .popup_content_item:nth-child(6) {
  transition-delay: 1.3s;
  -webkit-transition-delay: 1.3s;
  -moz-transition-delay: 1.3s;
}

.popup_chat_box.pending .popup_content_list .popup_content_item:nth-child(7) {
  transition-delay: 1.5s;
  -webkit-transition-delay: 1.5s;
  -moz-transition-delay: 1.5s;
}

.popup_chat_box.pending .popup_content_list .popup_content_item:nth-child(8) {
  transition-delay: 1.7s;
  -webkit-transition-delay: 1.7s;
  -moz-transition-delay: 1.7s;
}

.popup_chat_box.pending .popup_content_list .popup_content_item:nth-child(9) {
  transition-delay: 1.9s;
  -webkit-transition-delay: 1.9s;
  -moz-transition-delay: 1.9s;
}

.popup_chat_box.lauch .popup_content_list .popup_content_item {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
}

.popup_content_list .popup_content_item .member_name {
  font-size: 14px;
  color: #363c47;
  line-height: 1.188em !important;
}

.popup_content_list .popup_content_item .member_duty {
  font-size: 11px;
  color: #989b9f;
  padding: 2px 0 0;
  line-height: 1.125em !important;
}

.popup_content_list .popup_content_item .member_status {
  color: #F5A623;
  font-size: 10px;
  padding: 5px 0 0;
  line-height: 1.125em !important;
}

.popup_content_list .popup_content_item .popup_txt {
  display: table-cell;
  vertical-align: middle;
  min-height: 48px;
  height: 48px;
}

.popup_content_list .popup_content_item .stt_offline {
  border-left-color: #c0c5ca;
}

.popup_avt_list {
  font-size: 0;
  margin: 7px 0 24px;
}

.popup_avt_list .popup_avt_item {
  display: inline-block;
  position: relative;
  width: 46px;
}

.popup_avt_list .popup_avt_img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  position: relative;
  overflow: hidden;
  border: 2px solid #ffffff;
  left: -7px;
}

.popup_call_btn {
  background: #2db742;
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  width: 275px;
  max-width: 100%;
  font-size: 16px;
  padding: 14px 10px;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  margin: 25px 0 15px;
  box-shadow: 0px 8px 17px 2px rgba(13, 15, 18, 0.2);
  -webkit-box-shadow: 0px 8px 17px 2px rgba(13, 15, 18, 0.2);
  -moz-box-shadow: 0px 8px 17px 2px rgba(13, 15, 18, 0.2);
}

.popup_call_btn.popup_call_btn_lg:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  background: url('../img/whatsapp_logo_green_sm.svg') 0 0 no-repeat;
  background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  vertical-align: top;
  top: 0px;
  margin-right: -19px;
  left: -31px;
  transition: 0.2s ease background-image;
  -webkit-transition: 0.2s ease background-image;
  -moz-transition: 0.2s ease background-image;
}

.popup_call_btn.popup_call_btn_lg:hover:before,
.popup_call_btn.popup_call_btn_lg:focus:before,
.popup_call_btn.popup_call_btn_lg:active:before {
  background-image: url('../img/whatsapp_logo.svg')
}

.popup_chat_box_gray {
  border-radius: 2px 2px 8px 8px;
}

.popup_chat_box_gray .popup_heading_gray {
  background: #f8f8f8;
  border-top: 3px solid #2db742;
  color: #868c9a;
  font-weight: 500;
}

.popup_chat_box_gray .popup_heading_gray .popup_title {
  color: #595b60;
}

.popup_chat_box_gray .popup_heading_gray:before {
  content: '';
  background: url(../img/whatsapp_logo_green.svg) center top no-repeat;
  background-size: 33px;
  display: block;
  width: 55px;
  height: 33px;
  position: absolute;
  top: 20px;
  left: 12px;
}

.popup_chat_box_gray .popup_heading_gray .popup_intro a {
  color: #595b60;
}

.popup_chat_box_ct {
  width: 384px;
  text-align: center;
}

.popup_chat_box_ct .popup_heading_ct {
  text-align: center;
  padding: 18px 0 18px;
}

.popup_chat_box_ct .popup_heading_ct:before {
  content: '';
  background: url(../img/whatsapp_logo.svg) center top no-repeat;
  background-size: 30px;
  display: block;
  width: 30px;
  height: 31px;
  position: absolute;
  top: 15px;
  left: 72px;
}

.popup_chat_box_ct .popup_heading_ct .popup_title {
  padding-left: 22px;
  padding-bottom: 14px;
}

.popup_chat_box_ct .popup_heading_ct .popup_intro {
  margin-top: -5px;
  line-height: 12px;
}

.popup_chat_box_ct .popup_ct_avt_list:after {
  content: '';
  clear: both;
  display: block;
}

.popup_chat_box_ct .popup_ct_content {
  background: #ffffff;
  padding: 0 0 14px;
}

.popup_chat_box_ct .popup_ct_content .popup_notice {
  padding-top: 18px;
  padding-bottom: 15px;
}

.popup_chat_box_ct .popup_ct_content_item {
  width: 33%;
  float: left;
  font-size: 10px;
}

.popup_chat_box_ct .popup_ct_content_item a {
  text-decoration: none;
  color: #989b9f;
}

.popup_chat_box_ct .popup_ct_content_item .popup_ct_txt {
  padding-top: 8px;
}

.popup_chat_box_ct .popup_ct_content_item .member_name {
  color: #363c47;
  font-size: 13px;
}

.popup_chat_box_ct .popup_ct_content_item .member_duty {
  color: #989b9f;
  padding: 3px 0 0;
}

.popup_chat_box_ct .popup_ct_content_item .member_stt_online {
  color: #2db742;
  font-size: 9px;
  line-height: 12px;
  display: inline-block;
  padding: 3px 0 0 16px;
  background: url('../img/whatsapp_logo_green.svg') 0 3px no-repeat;
  background-size: 12px auto;
  -webkit-background-size: 12px auto;
  -moz-background-size: 12px auto;
}

.popup_chat_box_ct .popup_ct_content_item .member_stt_offline {
  color: #f5a623;
  font-size: 9px;
  line-height: 12px;
  padding: 2px 0 0;
}


.popup_chat_box_ct .popup_ct_avatar img {
  border-radius: 50%
}

.popup_chat_box_ct .popup_ct_call_btn {
  width: 97px;
  font-size: 11px;
  padding: 9px 10px 11px;
  margin: 15px 0 15px;
}

/* ^^^--popup--^^^ */

/* VVV--popup button--VVV */
.btn_popup {
  position: fixed;
  right: 30px;
  bottom: 30px;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
  z-index: 999;
}

.btn_popup .btn_popup_icon {
  width: 56px;
  height: 56px;
  background: #2db742;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  box-shadow: 0px 6px 8px 2px rgba(0, 0, 0, 0.14);
  -webkit-box-shadow: 0px 6px 8px 2px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 6px 8px 2px rgba(0, 0, 0, 0.14);
}

.btn_popup .btn_popup_icon:before {
  content: '';
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NzguMTY1IDQ3OC4xNjUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ3OC4xNjUgNDc4LjE2NSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMiIgaGVpZ2h0PSI1MTIiPjxwYXRoIGQ9Ik00NzguMTY1IDIzMi45NDZjMCAxMjguNTY3LTEwNS4wNTcgMjMyLjk2Ni0yMzQuNjc5IDIzMi45NjYtNDEuMTAyIDAtNzkuODE0LTEwLjU5OS0xMTMuNDQ1LTI4Ljk2OUwwIDQ3OC4xNjVsNDIuNDM3LTEyNS4wNGMtMjEuNDM4LTM1LjA2NS0zMy43Ny03Ni4yMDctMzMuNzctMTIwLjE1OUM4LjY2NyAxMDQuMzQgMTEzLjc2MyAwIDI0My40ODUgMGMxMjkuNjIzIDAgMjM0LjY4IDEwNC4zNCAyMzQuNjggMjMyLjk0NnpNMjQzLjQ4NSAzNy4wOThjLTEwOC44MDIgMC0xOTcuNDIyIDg3LjgwMy0xOTcuNDIyIDE5NS44NjggMCA0Mi45MTUgMTMuOTg2IDgyLjYwMyAzNy41NzYgMTE0Ljg3OWwtMjQuNTg2IDcyLjU0MiA3NS44NDktMjMuOTY4YzMxLjEyMSAyMC40ODEgNjguNDU3IDMyLjI5NiAxMDguNTgzIDMyLjI5NiAxMDguNzIzIDAgMTk3LjMyMy04Ny44NDMgMTk3LjMyMy0xOTUuOTA4IDAtMTA3Ljg4Ni04OC42LTE5NS43MDktMTk3LjMyMy0xOTUuNzA5ek0zNjEuOTMxIDI4Ni42MmMtMS4zOTUtMi4zMzEtNS4yMi0zLjc0Ni0xMC44OTgtNi44MTQtNS45MTctMi44NDktMzQuMDg5LTE2LjQ5Ny0zOS41MDgtMTguMzctNS4xNi0xLjkxMy04Ljk4Ni0yLjg0OS0xMi44MTEgMi44MjktNC4wMDUgNS42MzgtMTQuOTAzIDE4LjYyOS0xOC4yMyAyMi4zNTQtMy41NDYgMy43ODUtNi44NTQgNC4yNjQtMTIuNTUyIDEuNDM1LTUuNjE4LTIuODA5LTI0LjI2Ny04Ljg2Ni00Ni4yMDMtMjguMzkxLTE3LjA1NS0xNS4wNDItMjguNjctMzMuNzExLTMxLjk5Ny0zOS41MDgtMy40MjctNS43NTgtLjM5OC04LjgyNiAyLjQ3MS0xMS42MzUgMi42OS0yLjU5IDUuNzc4LTYuNzM0IDguNjI3LTEwLjA0MSAyLjk2OS0zLjI4NyAzLjkwNS01LjYzOCA1Ljc5OC05LjQyNCAxLjkxMy0zLjkwNS45MzYtNy4xOTItLjQ3OC0xMC4xNDEtMS40MTUtMi44NDktMTMuMDEtMzAuODgxLTE3Ljc1Mi00Mi4zMzctNC44NDEtMTEuNDE2LTkuNTQzLTkuNTIzLTEyLjg3MS05LjUyMy0zLjQ2NyAwLTcuMjEyLS40NzgtMTEuMTE3LS40NzgtMy43ODUgMC0xMC4wNDEgMS4zOTUtMTUuMzgxIDcuMTkyLTUuMiA1LjY1OC0yMC4xMjMgMTkuNDY1LTIwLjEyMyA0Ny41OTcgMCAyOC4wNTIgMjAuNjAxIDU1LjMwOCAyMy41NSA1OS4wNTMgMi44NjkgMy43ODUgMzkuNzQ3IDYzLjE5NyA5OC4zMDMgODYuMDcgNTguNDc2IDIyLjg3MiA1OC40NzYgMTUuMzIxIDY5LjExNSAxNC4zNjUgMTAuMzgtLjk1NiAzNC4wNjktMTMuODY3IDM4LjgxMS0yNy4wOTYgNC42Ni0xMy40NSA0LjY2LTI0Ljc2NiAzLjI0Ni0yNy4xMzd6IiBmaWxsPSIjRkZGIi8+PC9zdmc+) 50% no-repeat;

  background-size: 30px auto;
  -webkit-background-size: 30px auto;
  -moz-background-size: 30px auto;
  transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;


}

.btn_popup .btn_popup_icon:after {
  content: '';
  opacity: 0;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTguNjU5IDYuOTk4IDUtNWExLjE3NyAxLjE3NyAwIDAgMCAwLTEuNjU3IDEuMTc3IDEuMTc3IDAgMCAwLTEuNjU3IDBsLTUgNS01LTVBMS4xNzIgMS4xNzIgMCAwIDAgLjM0NSAxLjk5OGw1IDUtNSA1YTEuMTcyIDEuMTcyIDAgMCAwIDAgMS42NTcgMS4xNzcgMS4xNzcgMCAwIDAgMS42NTcgMGw1LTUgNSA1YTEuMTc3IDEuMTc3IDAgMCAwIDEuNjU3IDAgMS4xNzcgMS4xNzcgMCAwIDAgMC0xLjY1N2wtNS01WiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==) 50% no-repeat;
  background-size: 14px auto;
  -webkit-background-size: 14px auto;
  -moz-background-size: 14px auto;
  transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  -ms-transform: scale(0) rotate(-360deg);
  transform: scale(0) rotate(-360deg);
  -webkit-transform: scale(0) rotate(-360deg);
  -moz-transform: scale(0) rotate(-360deg);
}

.btn_popup.active .btn_popup_icon:before {
  opacity: 0;
  -ms-transform: scale(0) rotate(360deg);
  transform: scale(0) rotate(360deg);
  -webkit-transform: scale(0) rotate(360deg);
  -moz-transform: scale(0) rotate(360deg);
}

.btn_popup.active .btn_popup_icon:after {
  opacity: 1;
  -ms-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  -webkit-transform: scale(1) rotate(0deg);
  -moz-transform: scale(1) rotate(0deg);
}

.btn_popup .btn_popup_txt {
  position: absolute;
  width: 156px;
  right: 100%;
  background-color: #f5f7f9;
  font-size: 12px;
  color: #43474e;
  /*top: 15px;*/
  top: 7px;
  /* top: 50%;
transform: translate(0,-50%);
-moz-transform: translate(0,-50%);
-webkit-transform: translate(0,-50%); */
  padding: 7px 0 7px 12px;
  margin-right: 7px;
  letter-spacing: -0.03em;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
}

.btn_popup.active .btn_popup_txt {
  -ms-transform: translate(0, 15px);
  transform: translate(0, 15px);
  -webkit-transform: translate(0, 15px);
  -moz-transform: translate(0, 15px);
  opacity: 0;
  visibility: hidden;
}

/* ^^^--popup button--^^^ */


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

.pulsar-1,
.pulsar-2,
.pulsar-3 {
  position: absolute;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  animation: radial-pulsar 2.3s infinite;
}

.pulsar-1 {
  background: rgba(37, 211, 102, 1);
}

.pulsar-2 {
  animation-delay: 1.3333s;
}

.pulsar-3 {
  animation-delay: 2.6666s;
}

.bur-space-brdr {
  box-shadow: 0 0 0 1em rgb(255, 255, 255);
  height: 100%;
  width: 100%;
  position: absolute;
  width: 55px;
  height: 55px;
  border-radius: 50%;
}

@keyframes radial-pulsar {
  0% {
      box-shadow: 0 0 0 0em rgba(37, 211, 102, 0.8);
  }

  50% {
      box-shadow: 0 0 0 1em rgba(255, 100, 100, 0);
  }

  100% {
      box-shadow: 0 0 0 0 rgba(255, 100, 100, 0);
  }
}