.color-white {
  color: #ffffff !important;
}

.slide.slide-style-2 .inner h1.title {
  font-size: 90px !important;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .slide.slide-style-2 .inner h1.title {
    font-size: 65px !important;
    line-height: 85px !important;
  }
}

@media only screen and (max-width: 767px) {
  .slide.slide-style-2 .inner h1.title {
    font-size: 50px !important;
    line-height: 60px !important;
  }
}

@media only screen and (max-width: 575px) {
  .slide.slide-style-2 .inner h1.title {
    font-size: 35px !important;
    line-height: 50px !important;
  }
}

@media only screen and (min-width: 1125px) and (max-width: 1275px) {
  .mainmenunav ul.mainmenu > li > a {
    font-size: 14px !important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1124px) {
  .mainmenunav {
    display: none !important;
  }
}

.theme-gradient ,
.footer-default .footer-left ,
.single-service.service__style--4:before ,
.rn-pagination ul.page-list li a:before {
    background: #0EA700 !important;
    background: -webkit-linear-gradient(145deg, #0EA700 0%, #55FE46 100%) !important;
    background: -webkit-linear-gradient(305deg, #0EA700 0%, #55FE46 100%) !important;
    background: -o-linear-gradient(305deg, #0EA700 0%, #55FE46 100%) !important;
    background: linear-gradient(145deg, #0EA700 0%, #55FE46 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0EA700', endColorstr='#55FE46',GradientType=1 ) !important;
}

.theme-gradient {
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

svg.theme-gradient path {
    fill: #0EA700 !important;
    fill: -webkit-linear-gradient(145deg, #0EA700 0%, #55FE46 100%) !important;
    fill: -webkit-linear-gradient(305deg, #0EA700 0%, #55FE46 100%) !important;
    fill: -o-linear-gradient(305deg, #0EA700 0%, #55FE46 100%) !important;
    fill: linear-gradient(145deg, #0EA700 0%, #55FE46 100%) !important;

    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.single-service:hover svg.theme-gradient path {
    fill: #151515 !important;
}

.footer-default .footer-left .inner:after {
  content: url('../images/footer-masked-image-2.png') !important;
}

*.line-height-message {
  line-height: 1.25em !important;
  padding: 15px 25px !important;
}

.footer-default .footer-left .inner h2 {
  font-size: 56px !important;
  line-height: 70px !important;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-default .footer-left .inner h2 {
    font-size: 46px !important;
    line-height: 60px !important;
  }
}

@media only screen and (max-width: 767px) {
  .footer-default .footer-left .inner h2 {
    font-size: 36px !important;
    line-height: 50px !important;
  }
}





.popup__wrapper {
  display: none;
  width: 650px;
  max-width: 90% !important;
}

.popup__wrapper.w400 { width: 400px; }
.popup__wrapper.w450 { width: 450px; }
.popup__wrapper.w500 { width: 500px; }
.popup__wrapper.w550 { width: 550px; }
.popup__wrapper.w600 { width: 600px; }
.popup__wrapper.w650 { width: 650px; }
.popup__wrapper.w700 { width: 700px; }
.popup__wrapper.w750 { width: 750px; }
.popup__wrapper.w800 { width: 800px; }
.popup__wrapper.w850 { width: 850px; }
.popup__wrapper.w900 { width: 900px; }

.popup__wrapper p:not(.form__agreement) {
  font-size: 18px;
  line-height: 22px;
}

.popup__wrapper .popup__title {
  font-size: 40px;
  line-height: 46px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .popup__wrapper .popup__title {
    font-size: 36px;
    line-height: 42px;
  }
}

@media only screen and (max-width: 767px) {
  .popup__wrapper .popup__title {
    font-size: 30px;
    line-height: 36px;
  }
}





.form__agreement {
  padding-top: 20px;
  font-size: 13px;
  line-height: 15px;
  color: #151515;
  cursor: pointer;
}

.form__agreement a {
  display: inline-block !important;
  text-decoration: none !important;
  border-bottom: 1px dotted #0EA700 !important;
  color: #0EA700 !important;
}

.form__agreement .agreement-input {
  display: none !important;
}

.form__agreement .agreement-icon {
  display: inline-block;
  width: 22px;
  margin-right: 4px;
  padding: 2px;
  border: 2px solid #0EA700;
  cursor: pointer;
}

.form__agreement .agreement-icon svg path {
  color: #0EA700;
  fill: #0EA700 !important;
  opacity: 1;
}

.form__agreement .agreement-icon svg.icon-transparent path {
  opacity: 0 !important;
}

.form__agreement.color-red .agreement-icon {
  border-color: red !important;
}

.post-footer-section * {
  color: white;
  opacity: 0.8;
  font-size: 14px;
  line-height: 18px;
}

.post-footer-section ul {
  list-style: none;
}

.post-footer-section ul li {
  display: inline-block;
}

.cookies-notification {
  display: none;
  width: auto;
  max-width: 700px;
  position: fixed;
  bottom: 3px;
  left: 3px;
  z-index: 100;
  padding: 5px 10px;
  background-color: #ffffff;
  border-radius: 6px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 704px) {
  .cookies-notification {
    max-width: 335px;
  }
}

.cookies-notification * {
  font-size: 14px !important; 
}

.cookies-notification a {
  cursor: pointer;
}

.cookies-notification p {
  margin-bottom: 0px !important;
  margin-right: 6px !important;
  display: inline-block !important;
}

.cookies-notification .rn-btn {
  line-height: 20px !important;
  height: 24px !important;
  padding: 0 10px !important;
  display: inline-block !important;
}

.cookies-notification a:not(.rn-btn) {
  display: inline-block !important;
  text-decoration: none !important;
  border-bottom: 1px dotted #0EA700 !important;
  color: #0EA700 !important;
}

.cookies-notification *:not(.rn-btn):not(.rn-btn .text) {
  line-height: 18px !important;
  color: #151515;
}

.content-box .rn-blog-details .inner-wrapper .inner p {
  margin-bottom: 10px !important;
}

.color-white svg ,
.color-white svg path ,
.color-white svg line {
  fill: white !important;
  color: white !important;
}

.text-green ,
.text-green svg ,
.text-green svg path ,
.text-green svg line {
  fill: #0EA700 !important;
  color: #0EA700 !important;
}

.blog.blog-style--1 .thumbnail a:after {
    background: #073f02 !important;
    background: -webkit-linear-gradient(145deg, #073f02 0%, #00000055 100%) !important;
    background: -webkit-linear-gradient(305deg, #073f02 0%, #00000055 100%) !important;
    background: -o-linear-gradient(305deg, #073f02 0%, #00000055 100%) !important;
    background: linear-gradient(145deg, #073f02 0%, #00000055 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#073f02', endColorstr='#00000055',GradientType=1 ) !important;
}

@media only screen and (max-width: 575px) {
  .blog.blog-style--1 .thumbnail a:after {
    background: #042c0065 !important;
    background: -webkit-linear-gradient(145deg, #042c0065 0%, #38d12a1e 100%) !important;
    background: -webkit-linear-gradient(305deg, #042c0065 0%, #38d12a1e 100%) !important;
    background: -o-linear-gradient(305deg, #042c0065 0%, #38d12a1e 100%) !important;
    background: linear-gradient(145deg, #042c0065 0%, #38d12a1e 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#042c0065', endColorstr='#38d12a1e',GradientType=1 ) !important;
  }

  .single-service.service__style--4:before {
    background: #0EA700 !important;
    background: -webkit-linear-gradient(145deg, #0EA700 0%, #55FE46 100%) !important;
    background: -webkit-linear-gradient(305deg, #0EA700 0%, #55FE46 100%) !important;
    background: -o-linear-gradient(305deg, #0EA700 0%, #55FE46 100%) !important;
    background: linear-gradient(145deg, #0EA700 0%, #55FE46 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0EA700', endColorstr='#55FE46',GradientType=1 ) !important;
  }

  .single-service svg.theme-gradient path {
      fill: #151515 !important;
  }
}

.rn-pagination ul.page-list li.active a {
  color: #151515 !important;
}

.header-phone-cta {
  position: relative;
  top: 3px;
}

@media only screen and (max-width: 380px) {
  .header-phone-cta {
    font-size: 18px !important;
    top: 1px !important;
  }

  .header-area .logo a img {
    width: 35px !important;
  }
}

@media only screen and (max-width: 310px) {
  .header-area .logo {
    display: none !important;
  }
}

ul.brand-style-2.brand-style-custom li {
  padding: 5px !important;
}

ul.brand-style-2.brand-style-custom li img {
  max-width: 100px !important;
}