/*
Theme Name: Digico Child Theme
Theme URI: http://shtheme.com/demosd/digico
Description: This is child theme of digico
Author: Shtheme
Author URI: https://themeforest.net/user/shtheme
Version: 1.0
Text Domain:  digico-child
Template: digico
*/

/* ========TABLE OF CONTENTS==========
00. Body, links, hgroup, paragraphs, general styles
01. Fixed header & Navigation
02. Section Intro (Home)
03. Section About
04. Section Resume
05. Section Portfolio
06. Section Blog
07. Section Contact
08. Footer
09. Loader
10. Responsive design

/*--------------------------------------------------
    00. Body, links, hgroup, paragraphs, general styles
---------------------------------------------------*/



p.comment-form-cookies-consent{
    display: none;
}
span.ajax-loader{
    display: none!important;
}
div.wpcf7-response-output{
    color: #1B212F;
    margin:10px 16px 0 16px;
}
.search-custom form input{
    width: 100%;
    padding: 9px 12px;
    margin-top: 10px;
    border: 1px solid #d1d1d1;
    color: #111;
}
.search-custom form button{
    border: 1px solid #fff;
    color: #fff;
    font-size: 18px;
    height: 43px;
    position: relative;
    width: 43px;
    cursor: pointer;
    float: right;
    background: #111;
    margin-top: -43px;
    padding: 0;
    letter-spacing: 0;
}
.search-custom form button:hover{
    background: #fff;
    border: 1px solid #111;
    color: #111;
}
.search-custom h4{
    font-weight: 600;
    font-size: 20px;
    color: #e0e0e0;
}
.author-comment h5 a{
    color: #fff;
}
.comment-respond {
    position: relative;
    margin-top: 0px;
    margin-bottom: 50px;
    padding: 25px 25px 25px;
    background-color: #ffffff;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 7%);
}
.comment-respond .form-group input,
.comment-respond .form-group textarea{
    position: relative;
    display: block;
    width: 100%;
    line-height: 18px;
    padding: 10px 20px;
    height: 50px;
    color: #000000;
    font-size: 14px;
    border-radius: 0px;
    background-color: #f9f9f9;
    border: 1px solid transparent;
}
.comment-respond .form-group textarea{
    height: 130px;
}
h3.comment-reply-title{
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 20px;
}
.form-submit input.submit{
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 30px;
    color: #ffffff;
    padding: 12px 40px;
    font-weight: 600;
    overflow: hidden;
    border-radius: 5px;
    overflow: hidden;
    text-transform: uppercase;
    background-color: #1a73e9;
    cursor: pointer;
    margin-bottom: 0;
}
.form-submit input.submit:hover{
    background-color: #0f1954;
}
.sidebar-widget-two{
    border-top: 5px solid #1a73e9;
}
input[type="search"]{
    position: relative;
    line-height: 28px;
    padding: 10px 65px 10px 25px;
    background: #ffffff;
    display: block;
    font-size: 15px;
    width: 100%;
    height: 60px;
    border-radius: 0px;
}
.sidebar .widget_search .form-group button {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 60px;
    width: 60px;
    display: block;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
    line-height: 100%;
    font-weight: normal;
    background: #1a73e9;
    border-radius: 0px;
}
.sidebar .widget_search .form-group button:hover{
    background: #fff;
    color: #1a73e9;
    border: 1px solid #1a73e9;
}
.widget_search .form-group{
    position: relative;
    margin-bottom: 0;
}
.widget_categories li a {
    position: relative;
    color: #444444;
    font-size: 16px;
    font-weight: 400;
    display: block;
    padding-bottom: 15px;
    border-bottom: 1px dashed #cccccc;
    font-family: 'Rubik', sans-serif;
}
.widget_categories li a:hover{
    color: #1a73e9;
}
.widget_categories li:last-child a{
    border-bottom: none;
    padding-bottom: 0;
}
.widget_categories li {
    margin-bottom: 15px;
}
.widget_categories li:last-child{
    margin-bottom: 0;
}
ul.wp-tag-cloud li{
    display: inline-block;
    margin: 10px 2px;
}
ul.wp-tag-cloud li a{
    font-size: 14px!important;
    border: 1px solid #1a73e9;
    padding: 7px 10px;
    background-color: #1a73e9;
    color: #fff;
}
ul.wp-tag-cloud li a:hover{
    background-color: #fff;
    color: #1a73e9;
}
.widget_news .post {
    position: relative;
    min-height: 90px;
    padding-left: 110px;
    margin-bottom: 20px;
}
.widget_news .post .thumb {
    position: absolute;
    left: 0;
    top: 0;
    height: 90px;
    width: 90px;
    overflow: hidden;
}
.widget_news .post .thumb a {
    display: block;
}
.widget_news .post .thumb img {
    display: block;
    width: 100%;
    height: auto;
}
.widget_news .post .post-date {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #222222;
    margin-top: 5px;
    padding-left: 22px;
}
.widget_news .post h6 {
    color: #222222;
    font-weight: 600;
    line-height: 1.4em;
}
.widget_news .post h6 a {
    color: #04004d;
    transition: all 300ms ease;
}
.widget_news .post h6 a:hover{
    color: #1a73e9;
}
ul.pagination{
    display: block;
}
ul.pagination span.current{
    position: relative;
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 50px;
    text-align: center;
    border-radius: 5px;
    display: inline-block;
    background-color: #1a73e9;
}
.newsletter-form .form-group input.wpcf7-submit {
    position: unset;
    right: 0px;
    top: 0px;
    color: #ffffff;
    cursor: pointer;
    font-size: 16px;
    margin-top: 0px;
    font-weight: 700;
    border-radius: 4px;
    background: none;
    padding: 17px 40px 19px;
    border: 2px solid #ffffff;
    text-transform: uppercase;
}
div.wpcf7-response-output{
    margin:10px 0 0 0;
}
.wpcf7-form br{
    display: none;
}
.contact-form input.wpcf7-submit:hover{
    background-color: #0f1954;
}
.error-section h3,
.error-section h4{
    margin-bottom: 30px;
}
.error-section .section-inner{
    padding-top: 120px;
}
.main-header .header-upper .logo-box .logo {
    padding: 15px 0px;
}
.services-sidebar .brochure {
    position: relative;
    color: #0f1341;
    font-weight: 400;
    font-size: 16px;
    padding: 5px 20px;
    display: block;
    padding-left: 70px;
    background-color: #ffffff;
    border: 1px solid #f2f2f2;
    border-bottom: none;
}
.services-sidebar .brochure .icon {
    position: absolute;
    width: 54px;
    left: 0px;
    top: 0px;
    height: 65px;
    font-size: 18px;
    margin-right: 8px;
    text-align: center;
    font-weight: 400;
    line-height: 65px;
    color: #0f1341;
    border-right: 1px solid #f2f2f2;
}
.services-sidebar .brochure:hover {
    background-color: #1a73e9;
    color: #ffffff;
}
.services-sidebar .brochure:hover span, .services-sidebar .brochure:hover .icon {
    color: #ffffff;
}
.widget_custom_html .inner-widget {
    position: relative;
    margin-right: 2px;
    padding: 25px 18px 55px;
    background-color: #ffffff;
}
.widget_custom_html .inner-widget .upper-box {
    position: relative;
}
.widget_custom_html .inner-widget .upper-box .upper-inner {
    position: relative;
    padding-left: 70px;
    min-height: 78px;
    padding-top: 6px;
    margin-bottom: 20px;
    border-bottom: 1px solid #f2f2f2;
}
.widget_custom_html .inner-widget .upper-box .upper-inner .image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 56px;
    height: 56px;
    overflow: hidden;
    border-radius: 50%;
}
.widget_custom_html .inner-widget .upper-box .upper-inner h3 {
    position: relative;
    color: #0f1341;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4em;
    text-transform: capitalize;
}
.widget_custom_html .inner-widget .upper-box .upper-inner .location {
    position: relative;
    color: #1a73e9;
    font-size: 14px;
    margin-top: 2px;
}
.widget_custom_html .inner-widget .text {
    position: relative;
    color: #111111;
    font-size: 15px;
    line-height: 1.7em;
}
.widget_custom_html .owl-nav {
    display: none;
}
.widget_custom_html .owl-dots {
    position: absolute;
    left: 20px;
    bottom: 20px;
}
.widget_custom_html .owl-dots .owl-dot {
    position: relative;
    width: 25px;
    height: 5px;
    margin-right: 8px;
    display: inline-block;
    background-color: #e6e6e6;
}
.widget_custom_html .owl-dots .owl-dot:hover, .widget_custom_html .owl-dots .owl-dot.active {
    background-color: #1a73e9;
}
.cases-detail-section .lower-content .category{
    display: inline-block;
}
.cate .category:last-child > span{
    display: none;
}
.elementor .category{
    color: #1a73e9;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
}
.sticky-header .logo {
    /*padding: 10px 0px 10px;*/
}
.widget_news .post .post-date:before {
    position: absolute;
    content: '\f073';
    left: 0px;
    top: -1px;
    color: #1a73e9;
    font-family: 'Font Awesome 5 Free';
}
.sidebar-page-container .comments-area .comment-info .comment-time:before {
    position: absolute;
    content: "\f073";
    left: 0px;
    top: 0px;
    color: #1a73e9;
    font-size: 14px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    font-family: 'Font Awesome 5 Free';
}
.main-header .header-upper .logo-box .logo{
    padding: 0px 0px;

}
.pull-left.logo-box img{
    max-width: 200px;
    width: 100%;
    padding: 0px;

}
.logo.pull-left img{
    max-width: 150px;
    width: 100%;
    padding: 0px;

}
.xs-bg-black {
    background-color: #e8e7f1;
}
.xs-sidebar-widget {
    position: fixed;
    right: -100%;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 360px;
    z-index: 999999;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #849e51;
    -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    -o-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    visibility: hidden;
    opacity: 0;
}

#text-2 {
    color: #fff;
}
#text-2 li{
    font-size: 18px;
}
#text-3 li a{
    color: #fff;
}

.main-menu .navigation > li > ul > li > a{
    line-height: 15px;
    font-size: 14px;
    padding: 8px 5px;
  }

  .main-menu .navigation > li > ul{
    width:300px;
    top: 85%;
  }

  .main-menu .navigation > li:nth-last-child(2) > ul {
      width: 85px;
  }

  .contact-info p {
    display: flex;
    color: #fff;
}
.contact-info p i {
  margin: 5px 10px;
}
.contact-info p a {
    color: #fff;
}


.service-block .icon-box img {
    height: auto;
    max-width: 100px;
}
.service-block h4{
      font-size: 15px;
}
.main-header .sticky-header .outer-box .mobile-nav-toggler {
    display: none;
}

.service-block a:hover .inner-box{
    background: #058170;
    transition: 0.5s;
  }
  .service-block .inner-box{
    padding: 20px 0px 5px 0px;
    border-radius: 10px;
    transition: 0.5s;
  }
  .service-block a:hover img{
    filter: contrast(250%);

  }
  .service-block a:hover h4{
    color: #fff;
  }
  a:hover {
    color: #bac17e;
    text-decoration: underline;
}

.services .elementor-widget-heading .elementor-heading-title{
    color: #154900;
  }
  .services .elementor-widget-icon-list .elementor-icon-list-icon i{
    font-size: 25px;
    color: #849e52;
  }
  .services .elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text{
  font-size: 20px;
      color: #939090;
  }

  .services .elementor-widget.elementor-align-left .elementor-icon-list-item{
    line-height: 16px;
    padding: 6px 0;
    padding-left: 50px;
  }
  .ser-1{
    padding-left: 150px;
  }
  .services {
    margin: 50px 0;
  }
  .services a:hover span {
    color: #849e57!important;
}


  .metods .elementor-widget-heading .elementor-heading-title{
    color: #154900;
  }
  .metods .elementor-widget-icon-list .elementor-icon-list-icon i{
    font-size: 20px;
    color: #849e52;
  }
  .metods .elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text{
    font-size: 16px;
    color: #939090;
  }

  .metods .elementor-widget.elementor-align-left .elementor-icon-list-item{
    line-height: 9px;
    padding: 3px 0;
    padding-left: 50px;
  }
  .metods{
    margin: 50px 0 0 100px;
  }
  .metods a:hover span {
    color: #849e57!important;
}


  .line{
    margin: 50px 0;
  }
  .metods p{
    font-size: 20px;
    color: #21520d;
}
.cta-section h2 {
    color: #144700;
    margin-top: 15px;
    font-size: 27px;
    max-width: 35%;
    margin: 0 auto;
}
.counter-section {
    position: relative;
    padding: 80px 0px 20px;
    margin: 100px 0 0 0;
    background: #f0f0f0;
}
.services-section {
    position: relative;
    padding: 70px 0px 0px;
}

.services .elementor-container.elementor-column-gap-default {
    border-top: 2px solid #f0f0f0;
    padding: 50px 0px 0;
}
.metods .elementor-container.elementor-column-gap-default {
    padding: 50px 0px 0;
}
.metods img{
    min-width: 650px;
}
.team-section .btns-box{
    display: none;
  }
.post-53 .team-section .btns-box{
    display: block;
    margin: 30px auto 0 ;
  }
.news-block a.theme-btn.btn-style-one {
    margin: 10px auto 0;
    /*display: block;*/
    /*max-width: 177px;*/
    /*width: 100%;*/
}
a:hover {
    text-decoration: none;
}
.team-detail-section .upper-box .image-column .image {
    position: relative;
    width: 280px;
    height: 280px;
    overflow: hidden;
    border-radius: 50%;
    background-color: #111111;
}
.team-detail-section .upper-box .image-column {
    position: relative;
    margin-bottom: 40px;
    margin-right: 50px;
}
h4.sub-title-team {
    color: #89a05c;
}
.team-detail-section .info-column h4{
    font-size: 22px;
    font-weight: 400;
    color: #144700;
}
.news-block .inner-box .image {
    max-height: 350px;
}




/************Секція послуги***********/
.services-grid .col-lg-2 {
    -ms-flex: 0 0 24.5%;
      flex: 0 0 24.5%;
      max-width: 25%;
    border: 1px solid #bebebe;
    margin: 2px;
    border-radius: 2%;
  }

  .services-grid .service-block .icon-box img {
    max-width: 250px;
    max-height: 150px;
    width: auto;
    height:auto;
  }
  .services-grid .col-lg-2:hover{
    border: 1px solid #849e52;
  }

  .services-grid .service-block a:hover .inner-box{
    background: none;
  }
  .services-grid .service-block a:hover img {
      filter :none;
  }
  .services-grid .service-block a:hover h4 {
      color: #058170;
  }

  .services-grid .service-block h4 {
      color: #b3b3b3;
      font-size: 15px;
      font-weight: 400;
  }
  .price-block .inner-box .price-box .price {
    position: relative;
    color: #ffffff;
    font-size: 36px;
    font-weight: 700;
    line-height: 0em;
    margin-top: 0px;
}
.price-block .inner-box .price-box .title {
    position: relative;
    color: #ffffff;
    font-size: 23px;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: uppercase;
}

.price-block .inner-box .price-box .title {
    color: #858585;
    font-weight: 400;
}

.price-block .inner-box {
    position: relative;
    padding: 0px 30px;
    text-align: center;
}

.price-list span {
    color: #8d8d8d;
    font-weight: 600;
}
.price-block .inner-box .price-box {
    background-color: #c7a3000a;
    border-bottom: 2px solid #c7a300;
    padding: 15px 30px 5px;
}
.price-block .inner-box .lower-box .arrow .arrow-icon {
    margin-left: -60px;
}
.price-page-section {
    position: relative;
    padding: 20px 0px 20px;
}
.additional .price-block .inner-box .price-box .title{
    font-size: 16px;
    font-weight: 400;
}

.additional .price-block .inner-box .price-box {
  background-color: #c7a3000a;
  border-bottom: 2px solid #c7a300;
  padding: 15px 10px 5px;
}
.price-block .inner-box:hover .arrow .arrow-icon{
    margin-left: 10px;

   }

   .price-list strong {
    color: #8d8d8d;
}

.newsletter-form .form-group {
    position: relative;
    display: block;
    padding-right: 0px;
    margin-bottom: 0px;
}

.form-footer div {
    width: 32%;
    float: left;
    margin: 0 5px;
}

.form-footer div input{
  position: relative;
    display: block;
    width: 100%;
    line-height: 30px;
    height: 64px;
    font-size: 18px;
    color: #000000;
    border-radius: 4px;
    background: #ffffff;
    border: 0px;
    padding: 14px 15px 12px 25px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    font-family: 'Rubik', sans-serif;
}

.post-53 .image-column img {
    height: auto;
    max-width: 100%;
    min-width: 800px;
}
.page-title {
    position: relative;
    overflow: hidden;
    padding: 150px 0px 140px 250px;
}
.sidebar-page-container {
    position: relative;
    padding: 30px 0px 40px;
}
.team-detail-section {
    position: relative;
    padding: 30px 0px 0px;
}
.banner-section .slide {
    position: relative;
    padding: 190px 0px 30px;
    background-size: cover;
}
.contact-page-section {
    position: relative;
    padding: 0px 0px 50px;
}
.wpcf7 form .wpcf7-response-output {
    margin: 0;
    border: 2px solid #00a0d2;
}
.rew-title h2 {
    margin: 0 auto;
    text-align: center;
  color: #144700!important;
  font-weight: 500!important;
    margin-top: 10px;
}

.btns-box.rew a {
    text-align: center;
    margin: 0 auto;
    display: block;
    max-width: 250px;
}

.main-header .outer-box{
    display: none;
  }
  .newslettter-section h3{
    font-size: 22px;
      line-height: 1.1em;
      margin: 10px 0;
  }
  .newslettter-section .title-column .icon {
      position: absolute;
      left: 0px;
      top: 5px;
      color: #ffffff;
      font-size: 46px;
      line-height: 1em;
  }
  .price-block .inner-box .price-box .title {
    font-size: 18px;
  }
  .left-pattern-image {
    display: none;
}
.right-pattern-image {
    display: none;
}
.ti-footer {
    display: none;
}
img.aligncenter {
    clear: both;
    margin: 0 auto;
    display: block;
}
img.alignright {
    display: block;
    float: right;
    position: relative;
}
img.alignleft{
    display: block;
    float: left;
    position: relative;
}
.contact-form input.wpcf7-submit:hover {
    background-color: #bac17e;
}
#wpcf7-f131-p67-o1.wpcf7 form .wpcf7-response-output {
    margin: 0em 0.5em 1em;
    padding: 0em 0em 0;
    border: 2px solid #00a0d2;
}
.pattern-layer-two {
    display: none;
}
  @media only screen and (max-width: 1268px) {
    .services-grid .col-lg-2 {
        -ms-flex: 0 0 32%;
          flex: 0 0 32%;
          max-width: 32%;
      }
      .post-53 .image-column img {
        height: auto;
        max-width: 100%;
        min-width: 100%;
    }
    }
@media only screen and (max-width: 768px) {

    .contact-page-section .info-column .contact-info-list li {
        position: relative;
        color: #707070;
        font-size: 16px;
        margin-bottom: 0px;
    }
    .contact-page-section .info-column .contact-info-list .icon {
        float: left;
    }
    .contact-page-section .info-column .contact-info-list li a {
        position: relative;
        color: #707070;
        display: block;
        margin-bottom: 0px;
        max-width: 268px;
    }
    .contact-info-list p {
        float: left;
        margin: 15px 15px;
    }
    .contact-info-list a {
        float: left;
        margin: 0px;
    }
    .newslettter-section h3 {
        font-size: 28px;
    }
    .inner-column {
        text-align: center;
    }
    .logo a img {
        margin: 0 auto;
        display: block;
    }
    .mobile-menu .menu-backdrop {
        background: none;
    }
    .main-footer .social-box {
        position: relative;
        margin-top: 20px;
        max-width: 238px;
        margin: 0 auto;
    }
    .team-block .inner-box .image-outer .image {
        width: 280px;
        height: 280px;
        margin: 0 auto;
    }
    /*.wpcf7 form .wpcf7-response-output {*/
    /*    margin: 3em 0.5em 1em;*/
    /*    padding: 15em 0em 0;*/
    /*    border: none;*/
    /*}*/
    .post-53 .image-column img {
        height: auto;
        max-width: 100%;
        min-width: 100%;
    }
    .banner-section .slide {
        position: relative;
        padding: 20px 0px 20px;
        background-size: cover;
    }
    .form-footer div {
        width: 100%;
        float: left;
        margin: 0 5px;
    }
    .accordion-box .block .content .accordian-text {
        line-height: 1.5em;
        font-size: 13px;
        color: #5e5e5e;
        font-weight: 400;
    }
    .team-detail-section .upper-box .image-column .image {
        border-radius: 0%;
    }
    .services-grid .col-lg-2 {
        -ms-flex: 0 0 49%;
          flex: 0 0 49%;
          max-width: 49%;
      }
      .services-grid .service-block .icon-box img {
        max-width: 150px;
        max-height: 150px;
        width: auto;
        height: auto;
    }
    .team-detail-section .upper-box .image-column .image {
        margin: 0 auto;
    }
    .blog-page-section {
        position: relative;
        padding: 20px 0px 20px;
    }
    .page-title {
        padding: 30px 0px;
        text-align: center;
    }
    .team-detail-section {
        position: relative;
        padding: 20px 0px 0px;
    }
    .team-detail-section .upper-box .image-column {
        position: relative;
        margin-bottom: 20px;
        margin-right: 0px;
    }
    .services .elementor-container.elementor-column-gap-default {
        border-top: 2px solid #f0f0f0;
        padding: 20px 0px 0;
    }
    .metods .elementor-container.elementor-column-gap-default {
        border-top: 2px solid #f0f0f0;
        padding: 2cqmin 0px 0;
    }
    .counter-section {
        position: relative;
        padding: 40px 0px 20px;
        margin: 40px 0 0 0;
    }
    .cta-section h2 {
        color: #144700;
        margin-top: 0px;
        font-size: 19px;
        max-width: 100%;
        margin: 0 auto;
    }

    .cta-section {
        position: relative;
        text-align: center;
        overflow: hidden;
        padding: 30px 0px 30px;
    }

	.service-block {
		width: 33.3%;
        margin-bottom: 0px;
	}
	.service-block h4 {
		font-size: 11px;
		text-transform: lowercase;
		text-align: center;
	}
	.service-block .icon-box img {
		height: auto;
		max-width: 70px;
	}
	.nav-btn.navSidebar-button {
		display: none;
	}
	.main-header .header-upper .logo-box{
		float: left;
	}
	.nav-outer.clearfix {
		float: right;
		width: 55px;
	}
	.nav-outer .mobile-nav-toggler {
		display: block;
		margin: 0;
		padding: 20px 0 0px;
		margin-left: 20px;
	}
	.main-header .sticky-header .outer-box {
		display: block;
		right: 15px;
		left: auto;
		top: 8px;
	}

	.main-header .sticky-header .outer-box .mobile-nav-toggler {
		display: block;
	}


    .services .elementor-widget-icon-list .elementor-icon-list-icon i{
      font-size: 16px;
    }
    .services .elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text{
    font-size: 16px;
    }

    .services .elementor-widget.elementor-align-left .elementor-icon-list-item{
      line-height: 14px;
      padding: 6px 0;
      padding-left: 10px;
    }
    .ser-1{
      padding-left: 5px;
    }
    .services {
      margin: 10px 0;
    }
    .met-1{
        display: none!important;
    }
    .metods .elementor-widget-icon-list .elementor-icon-list-icon i{
      font-size: 16px;
    }
    .metods .elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text{
        font-size: 16px;
        line-height: 22px;
    }

    .metods .elementor-widget.elementor-align-left .elementor-icon-list-item{
        line-height: 9px;
        padding: 3px 0;
        padding-left: 50px;
    }
    .metods{
      margin: 0 0 0 0px;
    }

}

@media only screen and (max-width: 400px) {
    .services-grid .col-lg-2 {
        -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          max-width: 100%;
      }
      .accordion-box .block .acc-btn {
        line-height: 21px;
        font-size: 12px;
        padding: 5px 40px 5px 20px;
    }
}
.elementor-widget-heading .elementor-heading-title {
    color: #144700 !important;
}

.blog-content a.fab {
    position: relative;
    width: 48px;
    height: 48px;
    color: #144700;
    font-size: 18px;
    line-height: 48px;
    border-radius: 50px;
    text-align: center;
    display: inline-block;
    background-color: #f3f6fa;
    transition: all 0.3s ease;
}

.blog-content a.fab:hover {
    color: #ffffff;
    background-color: #849e51;
}

.column.counter-column {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.menu-item.hide {
    display: none !important;
}

.menu-item-has-children > a {
    position: relative;
}

.menu-item-has-children > a::after {
    content: '';
    border: 4px solid #0b4700;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    position: absolute;
    top: calc(50% - 2px);
    right: -12px;
    transition: all .3s;
}

.menu-item-has-children:hover > a::after {
    border-top-color: #bac17e;
}

@media(max-width: 767px) {
    .phoneheader a {
        font-size: 15px;
        margin-right: 22px;
        text-align: center;
    }
}

.wpcf7-spinner {
    display: none;
}

.invalid .wpcf7-spinner {
    display: none;
}

div > p:has(input.wpcf7-submit) {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

input.wpcf7-submit {
    width: fit-content!important;
}

@media (max-width: 991px) {
    .fact-counter .column .inner .count-outer {
        font-size: 35px;
    }

    .fact-counter .column .inner .counter-title {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .ays-pb-modal_2 {
        height: max-content !important;
        overflow-x: hidden !important;
    }
}

.service-block .oppop,
.service-block .oppopru {
    margin: 0;
    display: unset;
    max-width: unset;
}

.contact-form .theme-btn {
    padding: 12px 20px;
}

.intl-tel-input {
    display: inline-block;
}

.intl-tel-input .country-list {
    z-index: 999;
}

#contact-form .intl-tel-input {
    position: relative;
    width: 100%;
}

#contact-form .intl-tel-input.allow-dropdown .flag-container {
    width: 100%;
}

#contact-form .intl-tel-input .selected-flag {
    position: inherit;
}

#contact-form .intl-tel-input .country-list {
    max-width: 100%;
    width: 100%;
    top: 60px;
}

.intl-tel-input.allow-dropdown input,
.intl-tel-input.allow-dropdown input[type=text] {
    padding-right: 52px;
    padding-left: 52px;
}

.news-block div:has(a.theme-btn.btn-style-one) {
    text-align: center;
}

#about .cta-section .title {
    font-size: 32px;
    line-height: 32px;
}

@media (max-width: 767px) {
    .mobile-text-center .btn-style-one {
        margin: 31px auto 0;
    }

    #about .cta-section .icon {
        height: 0;
        margin-bottom: 0;
    }

    #about .cta-section .title {
        font-size: 22px;
        line-height: 22px;
    }
}

.hidden {
    display: none;
}

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

.about_balance_info {
    padding-left: 50px;
    padding-right: 100px;
}

@media (max-width: 1024px) {
    .about_balance_info {
        padding-left: 20px;
        padding-right: 20px;
    }
}
