/*!
 * Client specific customizations; base theme will be blank.  Implemented in child theme
 */
@media (min-width: 992px) {
  #header.logo_top .container {
    padding-top: 0;
  }
  #header.logo_top .header-top .logo {
    background-color: #fff;
    padding: 10px 20px;
    margin-bottom: -20px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    margin-right: 20px;
  }
  .header-item {
    top: 0;
    font-size:20px;
  }
}
.header-item .social-networks li,
#footer .social-networks a,
.header-item .item-icon {
  border-radius: 5px;
}

#footer .contact-list li {
  text-transform: unset;
}

@media (min-width: 992px) {
  #footer .social-networks a {
    height: 36px;
    width: 36px;
  }
}

@media (min-width: 992px) {
  #footer .social-networks li {
    padding: 0 5px 5px;
  }
}

.review-us-block .btn.btn-decor.btn-sm:hover {
  background: var(--btn_hover);
  border-color: var(--btn_hover);
}

h1, h1 span, h2, h2 span, strong {
  font-weight: 400 !important;
}

.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6,
h3 span, h4 span, h6 span,
.team-section .heading h3,
.team-section .member h3,
.blogs-grid .posts-holder .blog-title h2 a {
  font-weight: 400;
}

.slogan-section .bg-image {
  background-size: cover;
  background-position: 50% 50%;
  opacity: 0.4;
}

.about-us-section.section.photo-left-2-section .left-photo-container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about-us-section.section.photo-left-2-section .left-photo-container .left-photo {
  max-width: 100%;
}
@media (min-width: 992px) {
  .about-us-section.section.photo-left-2-section .left-photo-container .left-photo {
    max-width: 45%;
  }
}
.about-us-section.section.photo-left-2-section .left-photo-container .half-page-block.white-block {
  position: relative;
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .about-us-section.section.photo-left-2-section .left-photo-container .half-page-block.white-block {
    max-width: 55%;
  }
}
.about-us-section.section.photo-left-2-section .left-photo-container .btn.btn-warning {
  line-height: 2rem;
  padding: 1rem 0;
  font-size: 1rem;
}

@media (min-width: 1201px) {
  .header-top .btn {
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 992px) {
  #header .header-holder {
    padding: 0 16px;
  }
  .menu-drop .main-nav > li > a, .menu-drop .main-nav > li > span {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
.intro-section .button.secondary {
  background-color: var(--slider_btn);
}

.blogs-grid .posts-holder .cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.blogs-grid .posts-holder .cards .link-more-arrows {
  margin-top: auto;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.blogs-grid .posts-holder .cards .link-more-arrows i {
  position: relative;
}

.blogs-grid .posts-holder .blog-title h2 {
  height: auto;
}

.emergencies-grid .red {
  background: #ef2e43;
  color: #fff;
  padding: 20px;
}
.emergencies-grid .red h3 {
  color: #fff;
}
.emergencies-grid .orange {
  background: #f99e1c;
  color: #fff;
  padding: 20px;
}
.emergencies-grid .orange h3 {
  color: #fff;
}
.emergencies-grid .yellow {
  background-color: #ffcb05;
  color: #000;
  padding: 20px;
}
.emergencies-grid .yellow h3 {
  color: #000;
}
.emergencies-grid .green {
  background-color: #8dc73f;
  color: #000;
  padding: 20px;
}
.emergencies-grid .green h3 {
  color: #000;
}

@media (max-width: 991px) {
  .container,
  .services .service-node {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 992px) {
  #footer .logo-holder {
    max-width: 17rem;
  }
}
@media (max-width: 992px) {
  .logo-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 420px) and (max-width: 768px) {
  .services-section .section [class*=col-] {
    max-width: 60%;
  }
}
.intro-section span.h1 {
  font-weight: unset;
}