* {

  margin: 0;

  padding: 0;

  box-sizing: border-box;

}



html {

  font-size: 1rem;

  scroll-behavior: smooth;

}


body {
  font-family: 'Open Sans', sans-serif !important; 
  overflow-x: hidden !important;
  font-size: 16px !important;
  position: relative !important;
  color: #5C737C !important;
  max-width: 1200px !important;
  margin: 0px auto !important;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}

.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev::before {
    content: "";
    position: absolute;
    left: 40px;
    bottom: 70px;
    background-image: url(../img/slider-nav.svg);
    width: 40px;
    height: 32px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 10;
}

.slick-next::before {
    content: "";
    position: absolute;
    right: 40px;
    bottom: 70px;
    background-image: url(../img/slider-nav.svg);
    width: 40px;
    height: 32px;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translate(0, 0) rotate(180deg);
}






h1 {

  font-weight: 700;

}

h2 {

  font-weight: 700;

  font-size: 2.2rem;

}



h1,h2{

  font-family: 'Open Sans', sans-serif;

}



h3,h4,h5{
  font-family: 'Oswald', sans-serif;
}




h3 {

  font-size: 1.8rem;

  font-weight: 700;

}

h4 {

  font-size: 1.3rem;

  font-weight: 700;

}



p {

  font-size: 1.1rem;

  color: #231F20;

  font-weight: 400;

  margin-bottom: 10px;

}



.img-responsive {

  width: 100%;

}

button:focus {

  outline: none !important;

}



ul {

  padding: 0;

  list-style: none;

  margin-bottom: 0;

}



li {

  padding: 0;

  list-style: none;

}

.modal-body ul li{
    padding-bottom: 10px;
    list-style-type: square;
    font-size: 1rem;
    color: #8E9FA8;
    font-weight: 400;
}

.modal-body p{
    font-size: 1rem;
    color: #8E9FA8;
    font-weight: 400;
}


a {

  color: var(--pxpMainColor);

  text-decoration: none;

}

a:hover {

  color: var(--pxpMainColorDark);

  text-decoration: none;

}

.container-width{

  width: 98%;

  padding-right: 0.75rem;

  padding-left: 0.75rem;

  margin-right: auto;

  margin-left: auto;

}



.pb-100 {

  padding-bottom: 100px;

}

.pt-100 {

  padding-top: 100px;

}



.mt-100 {

  margin-top: 100px;

}

.mb-4 {

  margin-bottom: 1.5rem !important;

}

/**

 * 32.0 - Media queries

 */





 input:focus{

  outline: none;

 }



@media (min-width: 576px) {

  .container-width {

    max-width: 650px;

  }

}

@media (min-width: 768px) {

  .container-width{

    max-width: 850px;

  }

}

@media (min-width: 992px) {

  .container-width {

    max-width: 1080px;

  }

}

@media (min-width: 1200px) {

  .container-width {

    max-width: 1140px;

  }

}

@media (min-width: 1400px) {

  .container-width {

    max-width: 1260px;

  }

}

@media (min-width: 1500px) {

  .container-width {

    max-width: 1200px;

  }

}






div#navbarSupportedContent {
  justify-content: center;
}
a.navbar-brand img {
  width: 250px;
}

a.nav-link {
  color: #5C737C;
  padding: 0px 15px !important;
  display: block;
}



.header-bottom-text {
  font-size: 20px;
}
.header-bottom-text.right {
  text-align: right;
}


#home-banner{
  margin-top: 20px;
}

section#about {
  background: #E1EAF1;
  margin-top: -40px;
  padding: 100px 0;
}
.alarm-top-text h2 {
  font-size: 4rem;
}

.alarm-top-text p {
  font-size: 29px;
  color: #5C737C;
}

.alarm-btm-text h3 {
  font-size: 2rem;
  font-weight: 300;
  margin: 40px 0 0;
}

div#navbarNav {
  justify-content: right;
}

ul#menu-primary-menu li a {
  color: #5C737C;
  padding: 0px 15px !important;
  display: block;
  text-transform: uppercase;
}
.quats-slider{
  padding: 60px 0;
}
.quats-slider-item{
  padding-bottom: 30px;
}
.quats-slider-item h3 {
  font-size: 2.5rem;
  font-weight: 300;
}

.quats-slider .slick-prev::before {
  content: "";
  position: absolute;
  right: 80px !important;
  bottom: 70px;
  left: auto;
}


.m-scroll {
  display: flex;
  position: relative;
  width: 100%;
  height: 50px;
  margin: auto;
  overflow: hidden;
  z-index: 1;
}
.m-scroll__title {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  transform: scale(2);
  transition: all 1s ease;
}
.m-scroll__title > div {
  display: flex;
  -webkit-animation: scrollText 15s infinite linear;
          animation: scrollText 15s infinite linear;
}
.m-scroll__title .header-bottom-text {
  transition: all 2s ease;
}

/*div:hover {
  animation-play-state: paused;
}*/
@-webkit-keyframes scrollText {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes scrollText {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}




.video-slider .slick-prev::before {
  content: "";
  position: absolute;
  right: 80px !important;
  bottom: 0px;
  left: auto;
}

.video-slider .slick-next::before {
  content: "";
  position: absolute;
  bottom: 0px;
}


section#content-section {
  background: #E1EAF1;
  padding: 60px 0;
}

section#content-section h2 {
  color: #00DCA7;
  font-size: 5rem;
  text-align: center;
  margin-bottom: 30px;
}

.content-block p {
  color: #5C737C;
  font-size: 20px;
}

.content-block h3 {
  margin-top: 30px;
}

.home-banner-slider-item img{
  width: 100%;
}

.video-slider-item-top {
  border: 1px solid #7B7B7B;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
  grid-gap: 15px;
}


section#video {
  padding: 60px 0;
}

section#quats-section-2 {
  padding: 30px 0 0;
  border-top: 4px solid #8E9FA8;
  border-bottom: 4px solid #8E9FA8;
}

.contact-text h3 {
  color: #8E9FA8;
  font-weight: 300;
  font-size: 2.2rem;
}
.contact-form-block {
  background: #00DCA7;
  padding: 40px 30px;
  border-radius: 20px;
}
div#frmContact label {
  color: #fff;
  font-size: 20px;
  margin-bottom: 0;
  width: 160px;
}


div#frmContact input {
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: 1px dotted #fff;
}

div#frmContact .form-group {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
}

.submit {
  border: 1px solid #fff !important;
  width: fit-content;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.submit{
  background: transparent;
  padding:12px 10px;
  color: #fff;
}
button.submit {
  background: transparent;
  padding: 8px 10px;
  color: #fff;
}
button.submit:hover {
  background: #000;
  padding: 8px 10px;
  color: #fff;
}
section#contact {
  padding: 60px 0;
}
.footer-content {
  padding-top: 20px;
}

footer {
  border-top: 4px solid #8E9FA8;
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer-logo img {
  width: 160px;
}
.footer-logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
}



/*-------------------back-to-top----------------*/

/*--------------------------------------------------
    [Back To Top Theme Button]
----------------------------------------------------*/

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 20px;
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url(../img/cd-top-arrow.svg) no-repeat center 50%;
  background-size: contain;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 01s 0s, visibility 0s 0.3s,
    background-color 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s, background-color 0.3s 0s;
}

.cd-top.cd-top--show,
.cd-top.cd-top--fade-out,
.cd-top:hover {
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s,
    background-color 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s, background-color 0.3s 0s;
}

.cd-top.cd-top--show {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}

.cd-top.cd-top--fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 1;
  z-index: 1000;
}

.cd-top:hover {
  opacity: 1;
}


.custom-toggler.navbar-toggler-icon {

  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");

  width: 24px;

}

button.navbar-toggler {
  border: 1px solid #52BF9C !important;
  z-index: 10;
  color: #000;
  background-color: #52BF9C;
  padding: 0px 8px;
  position: absolute;
  right: 0;
  top: 40px;
}

.footer-content p {
  color: #8E9FA8;
}

.footer-content p a {
  color: blue;
}



@media screen and (max-width: 767px) {

  .share-icon {
    position: absolute;
    right: 90px;
}

.header-bottom-text {
  font-size: 18px;
  margin-bottom: 10px;
}

.home-banner-slider-item img {
  height: 570px !important;
  object-fit: cover !important;
}

.alarm-top-text h2 {
  font-size: 3rem;
  margin-top: 40px;
}
section#content-section h2 {
  color: #00DCA7;
  font-size: 3rem;
  text-align: center;
  margin-bottom: 30px;
}

.contact-text h3 {
  color: #8E9FA8;
  font-weight: 300;
  font-size: 2.2rem;
  margin-bottom: 30px;
}


}

@media screen and (max-width: 576px) {

  
  a.navbar-brand img {
    width: 140px;
}

.share-icon svg {
  width: 40px;
}


button.navbar-toggler {
  top: 20px;
}

  .home-banner-slider-item img {
    height: 400px !important;
    object-fit: cover !important;
  }
  
  .footer-logo {
    flex-direction: column-reverse;
    gap: 20px;
}
  
  }
  
