
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
body, html {
  width: 100%;
  height: 100%;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(238, 122, 122, 0);
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 30px;
  margin: 0;
  text-align: left;
  background-color: #fff;
  font-weight: 400;
  color: #666666;
  overflow-x: hidden;
}

p {
  color: #666666;
  font-family: "Roboto", sans-serif;
  line-height: 28px;
  font-size: 16px;
}

.dropdown-item.active {
    background-color: #80ad40;
    color: #ffffff !important;
}

/*--------------------
 TYPOGRAPHY
-----------------*/
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0px;
  color: #000;
}

.h1,
h1 {
  font-size: 46px;
}

.h2,
h2 {
  font-size: 36px;
}

.h3,
h3 {
  font-size: 30px;
}

.h4,
h4 {
  font-size: 24px;
}

.h5,
h5 {
  font-size: 16px;
}

.h6,
h6 {
  font-size: 16px;
  line-height: 24px;
}

.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #333;
}

.h1 a:hover,
.h2 a:hover,
.h3 a:hover,
.h4 a:hover,
.h5 a:hover,
.h6 a:hover,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #80ad40;
}

/*-------------------
BUTTONS STYLE
----------------=----*/
.btn {
  font-weight: 600;
  position: relative;
  padding: 14px 30px;
  border-radius: 0px;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  border: 1px solid transparent;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  transition: all 0.3s ease-in-out;
}

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

.btn-main {
  background: #d1de71;
  color: #000000;
  border-color: #d1de71;
  width: 100%;
}

.btn-main:hover {
  color: #fff;
  border-color: #80ad40;
  background: #80ad40;
}

.btn-main1 {
  background: #d1de71 !important;
  color: #000000;
  border-color: #d1de71;
  height: 70px;
}

.btn-main1:hover {
  color: #fff !important;
  border-color: #80ad40;
  background: #80ad40 !important;
}

.btn-main-tp {
  border-color: #80ad40;
  background: transparent;
  color: #80ad40;
}

.btn-main-tp:hover {
  background: #80ad40;
  color: #000000;
  border-color: #80ad40;
}

button:focus {
  outline: none;
}

a {
  color: #d1de71;
  outline: none;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

a:hover {
  color: #80ad40;
  outline: none;
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

a:focus, a:visited {
  outline: none;
}

ul, ol {
  margin-bottom: 0px;
  list-style-type: none;
  padding-left: 0px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.form-control {
  transition: all 0.3s ease-in-out;
}

.form-control:focus {
  box-shadow: none;
}

/*====================
Banner Area
======================*/
.section-padding {
  padding: 52px 0px;
}

.section-text ul, ol {
    padding-left: 1rem;
}

.section-text h5 {
    line-height: 2rem;
}

.section-text h1 {
    font-size: 30px;
}
.section-text a {
    color: #666666;
}
.section-text a:hover{
    color: #cfdb70;
}

.section-heading ol,
.section-heading ul {
    padding-left: 1.2rem;
    margin-bottom: 1rem;
}

.section-heading li {
    margin-bottom: 0.5rem;
    line-height: 1.5;
}

.section-heading p {
    margin-top: 1rem;
}

.section-heading h4 {
    margin-top: 2rem;
    margin-bottom: 1.5rem;
}

.page-header {
  padding: 100px 0px 100px;
  text-align: center;
  border-top: 1px solid #e0e0e0;
}

.page-header .page-header-content h2 {
  color: #999999;
  font-size: 60px;
  letter-spacing: -.25px;
}

.page-header .page-header-content h2 span {
  display: block;
  color: #80ad40;
}

.page-header-content ul {
  margin-top: 10px;
}

.page-header-content ul li {
  text-transform: uppercase;
}

.page-header-content ul li a {
  color: #666;
}

.page-header-content ul li a:hover {
  color: #80ad40;
}

.page-header-content ul li:last-child {
  color: #000;
}

.section-heading {
  text-align: center;
  margin-bottom: 90px;
}

.section-heading h2 {
  font-size: 60px;
  line-height: 60px;
  font-weight: 400;
  color: #999999;
  margin-bottom: 40px;
}

.section-heading h2 span {
  color: #80ad40;
  font-weight: 700;
  display: block;
}

.section-heading h3 {
  margin-bottom: 30px;
}

.text-color {
  color: #80ad40;
}

.text-color2 {
  color: #80ad40;
}

.pt-200 {
  padding-top: 200px !important;
}

.section-bottom {
  padding-bottom: 120px;
}

/*=======================
Header TopBar
============================*/
.header-top {
  border-bottom: 1px solid #ececec;
  padding: 10px 0px;
}

.header-top-info strong {
  color: #222;
  margin-right: 8px;
}

.header-top-socials a {
  font-size: 18px;
  color: #80ad40;
  margin-left: 15px;
}

/* ================
Header MIddle
================*/
.header-middle {
  padding: 15px 0px 20px;
}

.header-mid-info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.header-info-single {
  display: flex;
  align-items: center;
  margin-left: 0; /* убираем фиксированный отступ */
  margin-right: 30px; /* небольшой отступ между блоками */
  margin-bottom: 10px; /* чтобы не слипались при переносе */
}

@media (max-width: 1200px) {
  .header-mid-info {
    flex-direction: column;
    align-items: flex-start;
  }
}

.header-info-single .icon-box {
  float: left;
  margin-top: 12px;
}

.header-info-single .icon-box i {
  font-size: 22px;
  color: #80ad40;
}

.header-info-single .contact-link i {
  font-size: 22px;
  color: #80ad40;
}

.header-info-single .text-box {
  padding-left: 30px;
}

.header-info-single .text-box span {
  text-transform: uppercase;
  color: #666666;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .5px;
}

.header-info-single .contact-link span {
  text-transform: uppercase;
  color: #666666;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .5px;
}

.header-info-single .text-box h5 {
  margin-top: -7px;
  color: #000;
}

.header-right-info .btn {
  border-radius: 0px;
}

/*-------------------
   MENU
----------------------*/
.navbar {
  padding: 0px;
}

.navbar-nav li.active a {
  color: #80ad40;
}

.navbar-nav .nav-link {
  padding-left: 0px !important;
  padding-right: 35px !important;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  color: #111;
}

.navbar-nav .nav-link:hover {
  color: #80ad40;
}

.navbar-nav .nav-link i {
  margin-left: 5px;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  content: "";
  vertical-align: middle;
  background: no-repeat 50%;
  background-size: 100% 100%;
}

/*-------------------
  DROPDOWN MENU
----------------------*/
.dropdown-item {
  padding-top: .3rem;
  padding-bottom: .3rem;
  font-size: 13px;
  transition: background-color .1s;
  text-transform: capitalize;
  text-transform: uppercase;
}

.dropdown-item:last-child {
  border-color: transparent;
}

.dropdown-item:hover {
  color: #000000;
  text-decoration: none;
  background-color: #d1de71;
}

.dropdown-toggle::after {
  display: none;
}

.nav-item.dropdown .dropdown-menu {
  transition: all 300ms ease;
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  border: 0px;
  padding: 0px;
  position: absolute;
  border-top: 2px solid #80ad40;
  min-width: 220px;
}

/* ================
 BAnner
================*/
.banner {
  padding: 40px 0px 40px;
  background: #f9f8f2;
  position: relative;
}

.banner .banner-content {
  padding-top: 60px;
}

.banner .banner-content .subheading {
  text-transform: uppercase;
  color: #000000;
  font-weight: 700;
}

.banner .banner-content h1 {
  background: -webkit-linear-gradient(#3c8515, #d4de78);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 72px;
  margin: 15px 0px 40px;
  line-height: 72px;
}

.banner .banner-content h1 span {
  color: #80ad40;
}

.banner .banner-content p {
  margin-bottom: 60px;
  font-size: 16px;
  margin-right: 55px;
}

.banner-img img {
  max-width: 100%;
  height: auto;
}

/*-------------------
Features STYLE
--------------------*/
.feature {
  padding-bottom: 80px;
}

.feature-inner {
  background: #fff;
  margin-top: -115px;
  position: relative;
  padding: 80px;
  border-radius: 5px;
}

.feature-box .feature-icon {
  width: 68px;
  height: 68px;
  background: #f0fafa;
  border-radius: 100%;
  color: #80ad40;
  text-align: center;
  font-size: 36px;
  padding-top: 17px;
  float: left;
  margin-right: 25px;
}

.feature-box .feature-text h4 {
  margin-bottom: 5px;
  font-size: 20px;
}

.feature-box .feature-text p {
  margin-bottom: 0px;
}

.feature-3 .feature-inner {
  border-bottom: 1px solid #dbdbdb;
}

/*-------------------
About STYLE
--------------------*/
.about-box {
  padding: 20px;
  border: 1px solid #dedede;
  transition: all .3s ease;
  background: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.about-box:hover {
  border-color: #d1de71;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.about-box img {
  width: 100%;
  border-radius: 5px;
  margin-bottom: 20px;
}

.about-box .about-header {
  border-bottom: 1px solid #dedede;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.about-box h3 {
  color: #80ad40;
  font-size: 22px;
  margin: 0;
}

.about-box h3 span {
  font-weight: 400;
  color: #333;
  display: block;
  font-size: 18px;
}

.about-box .btn {
  padding: 12px 20px;
  font-size: 16px;
  background: #d1de71;
  color: #000000;
  border-color: #d1de71;
  text-align: center;
  transition: all 0.3s ease;
}

.about-box .btn:hover {
  background-color: #80ad40;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/*-------------------
Process Style
--------------------*/
.process-box {
  text-align: center;
  padding: 0px 40px;
  transition: all .4s ease;
}

.process-box .process-icon {
  width: 200px;
  height: 200px;
  text-align: center;
  background: #80ad40;
  border-radius: 100%;
  font-size: 72px;
  color: #228988;
  padding-top: 50px;
  margin: 0px auto 40px;
  border: 15px solid #fff7c1;
  transition: all .4s ease;
}

.process-box h3 {
  margin-bottom: 20px;
}

.process-box span {
  display: block;
}

.process-box:hover .process-icon {
  background: #80ad40;
  color: #fff;
  border: 10px solid #F9F8F2;
}

/*-------------------
Pricing Style
--------------------*/
.pricing-wrap {
  display: flex;
  justify-content: space-between;
}

.pricing-item {
  flex-basis: 33.33%;
  padding: 35px 45px 60px;
  background-color: #fff;
  border: 1px solid #dedede;
  position: relative;
}

.pricing-item .pricing-header h6 {
  text-transform: uppercase;
  font-size: 14px;
  color: #999999;
}

.pricing-item .pricing-header h6 span {
  color: #da4426;
}

.pricing-item .price {
  padding: 10px 0px 15px;
}

.pricing-item .price h3 {
  color: #669900;
  font-size: 36px;
  margin-bottom: 10px;
}

.pricing-item .price h3 span {
  font-size: 20px;
  color: #000;
  margin-left: 3px;
  font-weight: 400;
}

.pricing-item .price h3 sup {
  font-size: 20px;
  margin-right: 3px;
}

.pricing-item .pricing-features {
  padding: 25px 0px;
  margin-bottom: 50px;
  color: #000;
  font-size: 16px;
  line-height: 36px;
  border-top: 1px dashed #999999;
}

.pricing-item .pricing-features i {
  color: #669900;
  margin-right: 15px;
}

.pricing-item .pricing-footer {
  position: absolute;
  bottom: 50px;
  content: "";
}

/*-------------------
testimonial
--------------------*/
.testimonial {
  background: url("../images/bg/testimonial-bg.jpg") no-repeat;
  background-size: cover;
}

.review-item {
  text-align: center;
}

.review-item .client-img {
  width: 90px;
  height: 90px;
  border-radius: 100%;
  overflow: hidden;
  margin: 0 auto;
}

.review-item .info-desc {
  font-family: "Libre Baskerville", serif;
  font-size: 30px;
  line-height: 48px;
  color: #000;
  padding: 50px 45px;
  letter-spacing: -.2px;
}

.review-item .client-info h4 {
  color: #80ad40;
}

.clients-inner {
  display: flex;
  margin-top: 90px;
  padding-top: 50px;
  border-top: 1px solid #dfdfdf;
}

.clients-inner .client-logo {
  flex-basis: 33.33%;
  text-align: center;
  transition: all .4s ease;
}

.clients-inner .client-logo:hover {
  background: #fff;
}

.more-less {
  float: right;
  font-size: 20px;
  color: #000;
}

.testimonials-slides .owl-nav button.owl-prev {
  position: absolute;
  left: -150px;
  top: 40%;
  font-size: 49px;
}

.testimonials-slides .owl-nav button.owl-next {
  position: absolute;
  right: -150px;
  top: 40%;
  font-size: 49px;
}

.testimonials-slides .owl-nav [class*="owl-"]:hover {
  background: transparent;
  color: #80ad40;
}

.testimonials-slides .owl-dots {
  margin-top: 45px;
}

.testimonial-style-2 .owl-nav [class*="owl-"] {
  opacity: 0;
}

.testimonial-style-2:hover .owl-nav [class*="owl-"] {
  opacity: 1;
}

/*-------------------
QUote Form Section
--------------------*/
.quote-section {
  background: url("../images/bg/quote-bg.jpg") no-repeat;
  background-size: cover;
}

.quote-form {
  background: #fff;
  padding: 45px 50px;
  margin-bottom: -105px;
}

.quote-form .form-group {
  margin-bottom: 30px;
}

.quote-form .form-group .form-control {
  border-radius: 0px;
  height: 45px;
  border-color: rgba(0, 0, 0, 0.15);
  padding-left: 20px;
  color: #000;
}

.quote-form .form-group textarea.form-control {
  height: auto;
}

.quote-form ::-webkit-input-placeholder {
  /* Edge */
  color: #999999;
}

.quote-form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999999;
}

.quote-form ::-moz-placeholder {
  color: #999999;
}

.quote-form ::-ms-input-placeholder {
  color: #999999;
}

.quote-form ::placeholder {
  color: #999999;
}

/*-------------------
CTA
--------------------*/
.cta {
  background: url("../images/bg/cta-bg.jpg") no-repeat;
  background-size: cover;
  padding: 100px 0px;
}

.cta h3 {
  color: #fff;
  margin-bottom: 5px;
}

.cta h3 span {
  font-weight: 400;
}

.cta p {
  color: #fff;
}

.cta .cta-phone {
  font-size: 40px;
}

/*-------------------
FAQ
--------------------*/
.faq-single .faq-header .btn {
  text-transform: uppercase;
  font-size: 16px;
  display: block;
  padding-left: 0px;
}

.faq-single .faq-header .btn[aria-expanded="true"] {
  color: #80ad40;
}

.faq-single .faq-body {
  padding-left: 20px;
  padding-right: 120px;
}

.faq-read-more {
  text-transform: uppercase;
  color: #999;
  border-bottom: 1px solid #999;
  margin-top: 40px;
  display: inline-block;
}

.faq-read-more:hover {
  color: #80ad40;
  border-color: #80ad40;
}

/*-------------------
Projects
--------------------*/
.portfolio-filter {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 50px;
}

.portfolio-filter li {
  display: inline-block;
}

.portfolio-filter li.active a {
  color: #80ad40;
}

.portfolio-filter li a {
  font-size: 16px;
  margin: 0;
  padding: .5em 1.5em;
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
}

.portfolio-filter li a:hover {
  color: #80ad40;
}

.portfolio-block {
  margin-bottom: 60px;
}

.portfolio-block h6 {
  color: #999999;
  text-transform: uppercase;
}

.portfolio-block h4 {
  font-size: 24px;
  letter-spacing: -.15px;
  margin-top: 10px;
}

.portfolio-block a:hover {
  color: #80ad40;
}

.portfolio-block .portfolio-img {
  margin-bottom: 25px;
  overflow: hidden;
}

.portfolio-block .portfolio-img img {
  width: 100%;
  transition: all .4s ease;
}

.portfolio-block .portfolio-img:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.pagination {
  margin-bottom: 180px;
}

.pagination ul {
  margin: 0 auto;
}

.pagination ul li {
  margin: 0px 15px;
}

.pagination li.active a {
  color: #80ad40;
}

.pagination a {
  color: #999;
  font-size: 18px;
  font-weight: 600;
}

.pagination a:hover {
  color: #80ad40;
}

/*-------------------
Projects  Details
--------------------*/
.p-gallery-img img {
  width: 100%;
}

.portfolio-gallery {
  margin-top: 25px;
}

.p-img img {
  width: 100%;
}

.subheading-title {
  color: #999;
  text-transform: uppercase;
}

.portfolio-info h5 {
  margin-top: 20px;
}

.portfolio-single-gallery {
  margin-bottom: 50px;
}

.portfolio-detials-info {
  padding: 0px 0px;
}

.portfolio-detials-info .section-heading {
  padding-top: 90px;
}

.portfolio-detials-info .section-heading h3 {
  font-size: 36px;
}

.portfolio-gallery .owl-dots {
  position: absolute;
  bottom: 40px;
  left: 0px;
  right: 0px;
}

.portfolio-gallery .owl-dots .owl-dot.active span, .portfolio-gallery.owl-dots .owl-dot:hover span {
  background: #80ad40;
}

.portfolio-gallery .owl-nav button.owl-next, .portfolio-gallery .owl-nav button.owl-prev {
  width: 50px;
  height: 50px;
  background: #fff;
  outline: none;
  color: #000;
  opacity: 1;
  border-radius: 0px;
  font-size: 22px;
}

.portfolio-gallery .owl-nav button.owl-next:hover, .portfolio-gallery .owl-nav button.owl-prev:hover {
  background: #80ad40;
  color: #000;
}

.portfolio-gallery .owl-nav button.owl-next {
  right: 20px;
  position: absolute;
  top: 50%;
  margin-top: -50px;
}

.portfolio-gallery .owl-nav button.owl-prev {
  left: 20px;
  position: absolute;
  top: 50%;
  margin-top: -50px;
}

/*-----------------------------
Projects  Single Gallery
-------------------------------------*/
.portfolio-single-gallery .owl-nav button.owl-prev {
  position: absolute;
  left: -300px;
  top: 40%;
  font-size: 72px;
}

.portfolio-single-gallery .owl-nav button.owl-prev span {
  text-transform: uppercase;
  font-size: 16px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  bottom: 22px;
  position: absolute;
}

.portfolio-single-gallery .owl-nav button.owl-next {
  position: absolute;
  right: -300px;
  top: 40%;
  font-size: 72px;
}

.portfolio-single-gallery .owl-nav button.owl-next:hover, .portfolio-single-gallery .owl-nav button.owl-prev:hover {
  background: transparent;
  color: #80ad40;
}

.intro .section-heading p.lead {
  color: #222;
  font-size: 26px;
  line-height: 36px;
  font-weight: 600;
}

/*-----------------------------
Team Section
-------------------------------------*/
.team .row > * {
  padding: 0px 15px;
}

.team-item {
  position: relative;
}

.team-item:before {
  position: absolute;
  content: "";
  left: 0px;
  right: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(255, 229, 52, 0.9);
  opacity: 0;
  visibility: hidden;
  transition: all .4s ease;
}

.team-item img {
  width: 100%;
}

.team-item .team-info {
  position: absolute;
  content: "";
  bottom: 30px;
  left: 40px;
  opacity: 0;
  visibility: hidden;
  transition: all .4s ease;
}

.team-item .team-info .team-socials a {
  color: #000;
  margin-right: 10px;
}

.team-item:hover:before {
  opacity: 1;
  visibility: visible;
}

.team-item:hover .team-info {
  opacity: 1;
  visibility: visible;
}

.career-info {
  margin-top: 80px;
}

.career-info h4 {
  text-transform: uppercase;
  margin-bottom: 10px;
}

.career-info p {
  font-size: 18px;
}

.career-info p span {
  border-bottom: 1px solid #80ad40;
  color: #80ad40;
}

/*-----------------------------
Contact PAge
-------------------------------------*/
.contact-info-block {
  text-align: center;
  padding: 0px 80px;
}

.contact-info-block h4 {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.contact-info-block ul li {
  line-height: 26px;
  font-size: 16px;
}

.google-map {
  position: relative;
}

.google-map #map {
  width: 100%;
  height: 645px;
}

/* ====================
Footer Section
======================*/
.footer {
  padding: 100px 0px 0px;
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.footer .footer-about .footer-logo {
  margin-bottom: 30px;
}

.footer .footer-about h6 {
  text-transform: uppercase;
  color: #999;
  font-size: 14px;
  margin-bottom: 20px;
}

.footer .footer-about p {
  color: #999;
}

.footer .footer-widget .widget-title {
  margin-bottom: 30px;
  font-size: 16px;
  text-transform: uppercase;
}

.footer .footer-contact ul li {
  margin-bottom: 20px;
}

.footer .footer-contact ul li i {
  color: #80ad40;
  margin-right: 20px;
  float: left;
  margin-top: 7px;
  min-width: 30px;
}

.footer .footer-contact ul li div {
  overflow: hidden;
  font-size: 14px;
}

.footer .footer-contact ul li div strong {
  display: block;
  text-transform: capitalize;
  font-size: 16px;
}

.footer .footer-links li {
  padding: 0px 0px;
}

.footer .footer-links a {
  color: #7a7a7a;
  font-size: 15px;
}

.footer .footer-links a:hover {
  color: #80ad40;
}

.footer .footer-socials {
  margin-bottom: 20px;
}

.footer .footer-socials a {
  margin-left: 10px;
  font-size: 15px;
  color: #7a7a7a;
}

.footer .footer-socials a:hover {
  color: #80ad40;
}

.footer .footer-contact {
  padding-right: 30px;
  text-decoration: underline;
}

.footer-btm {
  margin-top: 60px;
  padding: 20px 0px 5px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.footer-btm .copyright a {
  color: #000;
}

.footer-btm .copyright a:hover {
  color: #80ad40;
}

.subscribe-form {
  position: relative;
  margin-top: 40px;
}

.subscribe-form .form-control {
  height: 44px;
  border-radius: 0px;
  border-color: #d2d2d2;
}

.subscribe-form i {
  position: absolute;
  content: "";
  right: 10px;
  top: 7px;
  font-size: 30px;
  color: #000;
}

/*===================
Blog Main
=====================*/
.page-header.blog-page-header h2 {
  font-weight: 400;
}

.page-header.blog-page-header h2 span {
  display: inline-block;
  font-weight: 700;
}

.blog .section-heading {
  text-align: left;
  margin-bottom: 40px;
}

.blog .section-heading span {
  display: inline-block;
}

.blog-item {
  transition: .4s;
  cursor: pointer;
  padding: 30px 0px;
  border-bottom: 1px solid #ccc;
}

.blog-item .blog-img {
  margin-right: 10px;
}

.blog-item .blog-img img {
  width: 100%;
}

.blog-item .blog-content .entry-meta span {
  font-size: 14px;
  text-transform: capitalize;
}

.blog-item .blog-content .entry-meta span a {
  color: #000;
}

.blog-item .blog-content h2 {
  font-size: 22px;
  margin-bottom: 10px;
}

.blog-item:hover a {
  color: #80ad40;
}

.blog-item:last-child {
  border-bottom: 0px;
}

.blog-item:first-child {
  padding-top: 0px;
}

.page-wrapper {
  padding: 100px 0px;
}

.blog-page {
  padding-bottom: 100px;
}

.post-content .post-cat {
  text-transform: uppercase;
  color: #80ad40;
  font-size: 14px;
}

.post-content .post-meta span {
  font-size: 14px;
  color: #999999;
}

.post-content .post-meta span a {
  color: #000;
}

.post-content .post-meta span a:hover {
  color: #80ad40;
}

.blog-post-item {
  margin-bottom: 40px;
}

.blog-post-item .post-thumb {
  margin-bottom: 20px;
}

.blog-post-item .post-title {
  font-size: 24px;
  margin: 7px 0px 10px;
}

.blog-post-item .post-content .read-more {
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 20px;
  display: inline-block;
}

.blog-post-item.post-large {
  text-align: center;
}

.blog-page .pagination {
  margin-bottom: 0px;
}

.blog-page .pagination ul {
  margin: 80px 0px 0px;
}

.post-thumb img {
  width: 100%;
}

.blog-filter-wrap.portfolio-filter-wrap {
  padding: 0px;
}

.blog-filter {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 45px;
}

.blog-filter li {
  display: inline-block;
}

.blog-filter li.active a {
  color: #80ad40;
}

.blog-filter.portfolio-filter li a {
  font-size: 14px;
  margin: 0;
  padding: 0px;
  padding-right: 30px;
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
}

.blog-filter.portfolio-filter li a:hover {
  color: #80ad40;
}

/*-----------------
Right Sidebar
-----------------*/
.blog-sidebar {
  padding-left: 60px;
}

.blog-sidebar .widget {
  margin-bottom: 40px;
  /* ----TAGS-----*/
  /*--------- SEARCH FORM -----------*/
  /*============== Widgte Categories ============ */
}

.blog-sidebar .widget .widget-title {
  font-size: 30px;
  margin-bottom: 20px;
}

.blog-sidebar .widget ul, .blog-sidebar .widget ol {
  border: 0;
  list-style: none;
  margin: 0;
  padding: 0px;
}

.blog-sidebar .widget.widget_tag_cloud a {
  font-size: 14px;
  color: #999;
  margin: 0px 3px 3px 0px;
  display: inline-block;
  text-transform: capitalize;
}

.blog-sidebar .widget.widget_tag_cloud a:hover {
  color: #80ad40;
}

.blog-sidebar .widget.widget_search input {
  height: 55px;
  position: relative;
  border-radius: 0px;
  border: 1px solid #dadada;
  padding: 9px 10px 9px 20px;
  width: 100%;
}

.blog-sidebar .widget.widget_search .search-form {
  position: relative;
}

.blog-sidebar .widget.widget_search .search-form [type=submit] {
  color: #000;
  background: transparent;
  border: 1px solid  transparent;
  padding: 12px 22px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  border-radius: 5px;
}

.blog-sidebar .widget.widget_search .search-form [type="submit"] {
  position: absolute;
  top: 0px;
  right: 0px;
  border-radius: 0px;
}

.blog-sidebar .widget.widget_categories ul li:first-child {
  border-top: 0;
  padding-top: 0;
}

.blog-sidebar .widget.widget_categories ul li {
  text-transform: capitalize;
  padding: 5px 0px;
  font-size: 16px;
  overflow: hidden;
  text-align: right;
  color: #647589;
}

.blog-sidebar .widget.widget_categories ul li a {
  display: block;
  color: #647589;
  float: left;
}

.blog-sidebar .widget.widget_categories ul li a i {
  margin-right: 10px;
}

.blog-sidebar .widget.widget_categories ul li a:hover {
  color: #80ad40;
}

/*==============
Recent post widget
====================*/
.recent-posts li {
  clear: both;
  margin-bottom: 15px;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding-bottom: 15px;
}

.recent-posts li:last-child {
  margin-bottom: 0px;
  border: 0px;
}

.widget-post-thumb {
  min-width: 80px;
  overflow: hidden;
  margin-right: 20px;
}

.widget-post-body h6 {
  margin-bottom: 0px;
}

.widget-post-body span {
  font-size: 14px;
}

.widget_tweets ul li {
  margin-bottom: 25px;
}

.widget_tweets h6 {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 10px;
  color: #666666;
}

.widget_tweets h6 span {
  color: #0099cc;
}

.widget_tweets .date {
  text-transform: uppercase;
  font-size: 12px;
}

.widget_tweets .btn-twwets {
  text-transform: uppercase;
  color: #999999;
  border-bottom: 1px solid #999999;
}

.widget_tweets .btn-twwets:hover {
  color: #80ad40;
  border-color: #80ad40;
}

/*==========================
Single Blog Page
===========================*/
.single-blog-header {
  padding: 70px 0px;
}

.post-single h3, .post-single h4, .post-single h5, .post-single h6 {
  margin-bottom: 20px;
  line-height: 1.4;
}

.post-single .post-thumb img {
  margin-bottom: 50px;
}

.post-single img {
  width: 100%;
  margin-bottom: 30px;
}

.post-single h4 {
  font-size: 24px;
  font-weight: 400;
}

.post-single blockquote {
  font-size: 30px;
  line-height: 40px;
  letter-spacing: -.5px;
  text-align: center;
  color: #000;
  padding: 50px 120px;
}

.post-single .single-post-header .post-meta {
  margin-top: 25px;
  margin-bottom: 25px;
}

.post-single .post-content {
  padding-bottom: 100px;
}

.post-single strong {
  color: #000;
}

/*=====================
 Single Post Tags
==========================*/
.post-footer {
  padding-bottom: 80px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  margin-bottom: 80px;
}

.single-tags {
  margin-bottom: 20px;
}

.single-tags span {
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
}

.single-tags a {
  display: inline-block;
  margin: 0px 5px;
  color: #999999;
  font-size: 16px;
}

.single-tags a:hover {
  color: #80ad40;
}

.post-share span {
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
}

.post-share a {
  color: #666666;
  display: inline-block;
  margin: 0px 5px;
}

.post-share a:hover {
  background: #80ad40;
  color: #fff;
}

/*=====================
 CommentS Area
==========================*/
.blog-comment-section {
  background: #f6f6f6;
  padding: 90px 0px 60px;
}

.comments .commment-title {
  margin-bottom: 60px;
}

.comments .media .user-img {
  float: left;
  margin-right: 20px;
}

.comments .media .media-body {
  padding: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

.comments .media .media-body .media {
  margin-top: 35px;
}

.comments .media .media-body h5 {
  margin-bottom: 15px;
}

.comments .media .media-body h5 span {
  font-size: 14px;
  color: #999999;
  font-weight: 400;
}

.comments .media .reply-link {
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  color: #0099cc;
  display: block;
}

/*=====================
 Comment Forms
==========================*/
.comments-form {
  padding: 30px;
  text-align: center;
}

.comments-form h3 {
  margin-bottom: 10px;
}

.comments-form .comment_form {
  margin-top: 30px;
}

.comments-form .comment_form .form-control {
  height: 50px;
  padding: 15px 15px 15px 20px;
  font-size: 14px;
  border: 1px solid #d1d1d1;
  background: #ffff;
}

.comments-form .comment_form .form-group {
  margin-bottom: 30px;
}

.comments-form .comment_form textarea.form-control {
  height: auto;
}

.comments-form .comment_form .btn {
  padding: 14px 30px 14px 30px;
  margin-top: 20px;
}

/*=====================
 Single POst Navigation
==========================*/
.blog-navigation {
  margin: 60px 0px;
  padding: 50px 0px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  clear: both;
}

.blog-navigation a {
  color: #222;
  font-size: 20px;
}

.blog-navigation a span {
  display: block;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  color: #80ad40;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.blog-navigation .next-post {
  text-align: right;
  float: right;
}

/* ====================
Footer Section
======================*/
.footer {
  padding: 100px 0px 0px;
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.footer .footer-about .footer-logo {
  margin-bottom: 30px;
}

.footer .footer-about h6 {
  text-transform: uppercase;
  color: #999;
  font-size: 14px;
  margin-bottom: 20px;
}

.footer .footer-about p {
  color: #999;
}

.footer .footer-widget .widget-title {
  margin-bottom: 30px;
  font-size: 16px;
  text-transform: uppercase;
}

.footer .footer-contact ul li {
  margin-bottom: 20px;
}

.footer .footer-contact ul li i {
  color: #80ad40;
  margin-right: 20px;
  float: left;
  margin-top: 7px;
  min-width: 30px;
}

.footer .footer-contact ul li div {
  overflow: hidden;
  font-size: 14px;
}

.footer .footer-contact ul li div strong {
  display: block;
  text-transform: capitalize;
  font-size: 16px;
}

.footer .footer-links li {
  padding: 0px 0px;
}

.footer .footer-links a {
  color: #7a7a7a;
  font-size: 15px;
}

.footer .footer-links a:hover {
  color: #80ad40;
}

.footer .footer-socials {
  margin-bottom: 20px;
}

.footer .footer-socials a {
  margin-left: 10px;
  font-size: 15px;
  color: #7a7a7a;
}

.footer .footer-socials a:hover {
  color: #80ad40;
}

.footer .footer-contact {
  padding-right: 30px;
  text-decoration: underline;
}

.footer-btm {
  margin-top: 60px;
  padding: 20px 0px 5px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.footer-btm .copyright a {
  color: #000;
}

.footer-btm .copyright a:hover {
  color: #80ad40;
}

.subscribe-form {
  position: relative;
  margin-top: 40px;
}

.subscribe-form .form-control {
  height: 44px;
  border-radius: 0px;
  border-color: #d2d2d2;
}

.subscribe-form i {
  position: absolute;
  content: "";
  right: 10px;
  top: 7px;
  font-size: 30px;
  color: #000;
}
/*слайдер*/



.portfolio-gallery .p-gallery-img img {
    width: 100%;
    height: auto;
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
    transition: transform 0.3s ease;
}

.portfolio-gallery .p-gallery-img img:hover {
    transform: scale(1.02);
}
.my-custom-bg {
    background-color: #faf9f2;
}

.map-responsive iframe {
  width: 100%;
  height: 400px;
  border: 0;
}

/* Vsevcleaning service pages */
:root {
  --vsev-green: #80ad40;
  --vsev-green-dark: #5f8530;
  --vsev-green-deep: #557829;
  --vsev-dark: #28302b;
  --vsev-text: #3d453f;
  --vsev-muted: rgba(0,0,0,0.04);
  --vsev-border: #dde3dc;
}

body {
  font-size: 16px;
  color: var(--vsev-text);
  background: #fff;
}

a {
  color: var(--vsev-green);
}

a:hover {
  color: var(--vsev-green-dark);
}

.btn-main,
.btn-main1 {
  background: var(--vsev-green) !important;
  border-color: var(--vsev-green) !important;
  color: #fff !important;
}

.btn-main:hover,
.btn-main:focus,
.btn-main1:hover,
.btn-main1:focus {
  background: var(--vsev-green-dark) !important;
  border-color: var(--vsev-green-dark) !important;
  color: #fff !important;
}

.text-color2,
.section-heading h2,
.section-heading h2 span,
.service-page h1,
.service-page h2,
.service-page h3 {
  color: var(--vsev-dark) !important;
}

.my-custom-bg {
  background-color: var(--vsev-muted);
}

.service-page {
  background: #fff;
  padding-top: 52px;
}

.service-page h1 {
  max-width: 980px;
  margin-bottom: 18px;
  font-size: 42px;
  line-height: 1.18;
  letter-spacing: 0;
}

.service-page h2 {
  margin-bottom: 24px;
  font-size: 28px;
  line-height: 1.25;
  letter-spacing: 0;
}

.service-page h3 {
  margin: 22px 0 16px;
  font-size: 20px;
  line-height: 1.35;
  letter-spacing: 0;
}

.service-page p,
.service-page li,
.service-page td {
  font-size: 16px;
  line-height: 1.72;
}

.service-content p,
.service-content li,
.service-lead,
#contacts-block p,
.service-faq .faq-body,
.section-text p {
  text-align: justify;
  text-align-last: left;
  hyphens: none;
}

.service-lead {
  max-width: none;
  margin-bottom: 26px;
  color: var(--vsev-text);
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 24px;
  font-size: 14px;
  color: #6e766f;
}

.breadcrumbs a {
  color: var(--vsev-green);
}

.service-content {
  color: var(--vsev-text);
}

.service-section {
  margin: 0;
  padding: 44px 34px 44px 34px;
  border: 0;
  border-radius: 0;
  background: #fff;
}

.service-section-muted {
  background: var(--vsev-muted);
}

.service-section p:last-child,
.service-section ul:last-child {
  margin-bottom: 0;
}

.service-section strong {
  color: var(--vsev-dark);
  font-weight: 700;
}

.service-subheading {
  color: var(--vsev-dark);
}

.service-list {
  margin: 0 0 22px;
  padding-left: 24px;
  list-style-position: outside;
}

ul.service-list {
  list-style-type: disc;
}

ol.service-list,
.service-list-numbered {
  list-style-type: decimal;
}

ol.service-list > li::marker,
.service-list-numbered > li::marker {
  font-weight: 700;
  color: var(--vsev-dark);
}

.service-list li + li {
  margin-top: 8px;
}

.doc-inline-link {
  display: inline-flex;
  align-items: center;
  margin-top: 8px;
  font-weight: 700;
}

.home-page .doc-inline-link,
.service-page .service-section .doc-inline-link[href^="tel:"],
.service-page .service-section .doc-inline-link[href^="mailto:"],
.portfolio-detials-info .header-info-single .text-box h5 a,
.footer a[href^="tel:"],
.footer a[href^="mailto:"] {
  color: var(--vsev-green-deep);
}

.home-page .doc-inline-link:hover,
.home-page .doc-inline-link:focus,
.service-page .service-section .doc-inline-link[href^="tel:"]:hover,
.service-page .service-section .doc-inline-link[href^="tel:"]:focus,
.service-page .service-section .doc-inline-link[href^="mailto:"]:hover,
.service-page .service-section .doc-inline-link[href^="mailto:"]:focus,
.portfolio-detials-info .header-info-single .text-box h5 a:hover,
.portfolio-detials-info .header-info-single .text-box h5 a:focus,
.footer a[href^="tel:"]:hover,
.footer a[href^="tel:"]:focus,
.footer a[href^="mailto:"]:hover,
.footer a[href^="mailto:"]:focus {
  color: var(--vsev-green-deep);
}

.footer .footer-about h3 a[href^="tel:"],
.footer .footer-about h5 a[href^="mailto:"],
.footer .footer-about h3 a[href^="tel:"]:hover,
.footer .footer-about h3 a[href^="tel:"]:focus,
.footer .footer-about h5 a[href^="mailto:"]:hover,
.footer .footer-about h5 a[href^="mailto:"]:focus {
  color: var(--vsev-green);
}

.service-hero {
  margin-bottom: 44px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.service-hero-full h1,
.service-hero-full .service-lead {
  max-width: none;
}

.service-hero-full .service-lead {
  font-size: 21px;
  line-height: 1.55;
}

.hero-actions-under-image {
  justify-content: center;
  margin-top: 56px;
}

.hero-actions-under-image .btn {
  width: auto;
  min-width: 150px;
  padding: 13px 26px;
}

.home-page .service-hero {
  margin-bottom: 96px;
}

.home-page .home-services-links {
  margin: 64px 0 10px;
}

.about-inline-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.about-inline-cta-text p:last-child {
  margin-bottom: 0;
}

.about-inline-cta-actions {
  flex: 0 0 auto;
  margin-top: 0;
}

.about-inline-cta-actions .btn {
  width: auto;
  min-width: 150px;
  padding: 13px 26px;
}

.service-main-image img,
.service-images img,
.portfolio-gallery .p-gallery-img img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
}

.service-main-image img {
  aspect-ratio: 4 / 3;
}

.home-main-image img {
  aspect-ratio: 1947 / 808;
  height: auto;
}

.service-hero-main-image img {
  aspect-ratio: 1947 / 808;
  height: auto;
}

.service-images {
  margin: 8px -15px 30px;
}

.service-images .p-img img {
  aspect-ratio: 4 / 3;
}

.service-table-wrap {
  margin: 16px 0;
}

.service-table {
  margin-bottom: 0;
  background: #fff;
  border: 1px solid var(--vsev-border);
}

.service-table th {
  background: var(--vsev-dark);
  color: #fff;
  border-color: var(--vsev-dark);
  font-weight: 600;
}

.service-table td,
.service-table th {
  padding: 14px 16px;
  vertical-align: top;
}

.other-services-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 36px;
}

.other-services-grid a {
  display: inline-flex;
  width: 188px;
  max-width: 100%;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border: 1px solid var(--vsev-green);
  border-radius: 0;
  background: var(--vsev-green);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
}

.other-services-grid a:hover {
  border-color: var(--vsev-green-dark);
  background: var(--vsev-green-dark);
  color: #fff;
}

#contacts-block .section-text {
  border: 0;
}

#contacts-block p {
  font-size: 16px;
  margin-bottom: 10px;
}

.service-faq .faq-wrap .faq-single {
  border-color: var(--vsev-border);
}

.service-faq .faq-body,
.service-faq .faq-header .btn,
.service-table th {
  font-size: 16px;
}

@media (max-width: 991px) {
  .service-page {
    padding-top: 36px;
  }

  .service-page h1 {
    font-size: 34px;
  }

  .service-page h2 {
    font-size: 24px;
  }

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

@media (max-width: 575px) {
  .service-page h1 {
    font-size: 28px;
  }

  .service-page p,
  .service-page li,
  .service-page td {
    font-size: 16px;
  }

  .service-content p,
  .service-content li,
  #contacts-block p,
  .service-faq .faq-body,
  .section-text p {
    text-align: justify !important;
    text-align-last: left;
    text-justify: inter-word;
    -webkit-hyphens: auto;
    hyphens: auto;
    overflow-wrap: normal;
    word-break: normal;
  }

  .service-hero-full .service-lead {
    font-size: 18px;
  }

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

  .home-page .home-services-links {
    margin: 44px 0 8px;
  }

  .other-services-grid {
    justify-content: center;
  }

  .other-services-grid a {
    width: 100%;
  }

  .about-inline-cta {
    align-items: flex-start;
  }

  .about-inline-cta-actions {
    width: 100%;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .about-inline-cta-actions .btn {
    flex: 1 1 145px;
    min-width: 0;
  }

  .hero-actions-under-image {
    margin-top: 44px;
  }

  .hero-actions-under-image .btn {
    width: auto;
    flex: 1 1 145px;
    min-width: 0;
  }

  .map-responsive iframe {
    height: 320px;
  }
}
