/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

body {
  overflow-x: hidden !important;
}

.header-section {
  border-bottom: 1px solid #d9d9d9;
}

body.home .header-section {
  border-bottom: 0;
}

.mobile-link {
  display: none !important;
}

.news-static .elementor-image-box-content {
  padding-left: 20px;
  padding-right: 20px;
}

.news-static .elementor-image-box-description a {
  color: #ffa000 !important;
  border-bottom: 1px solid #ffa000;
}

.news-static .elementor-image-box-description a:hover {
  color: #4f9b0d !important;
  border-bottom: 1px solid #4f9b0d;
}
.where-link a {
  color: #ffa000 !important;
  font-size: 20px !important;
}
.where-link a:hover {
  color: #4f9b0d !important;
}

.provide-title h2 span {
  display: inline-block;
  position: relative;
}
.provide-title h2 span::before {
  background-image: url(images/provide-txt.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  content: "";
  width: 125%;
  height: 100%;
  z-index: 2;
  background-position: center center;
  left: -10px;
}

/*****about page start*******/

.tile-img {
  width: 50% !important;
  height: 100% !important;
}

.tile-img img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.learn-more-about a {
  color: #000000 !important;
}

.learn-more-about a:hover {
  color: #4f9b0d !important;
}

.learn-more-about img {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-left: 10px;
}

.meet-logo {
  left: 0 !important;
  right: 0 !important;
  max-width: 265px !important;
  margin: 0 auto !important;
}

/*****about page end*******/

/*****news page start*******/

.news-section .elementor-image-box-title a:hover {
  color: #4f9b0d !important;
}

.post-inner-page a {
    color: #fff;
}
.post-inner-page h4 {
    margin: 24px 0 10px;
}
.post-inner-page p {
    margin-bottom: 15px;
}
/*****news page end*******/

/*****404 page start*******/

body.error404  main.site-main{
  margin-top: 150px; margin-bottom: 150px; text-align: center;
}

/*****404 page end*******/

.post-style a:hover {
    color: #000 !important;
}

@media only screen and (max-width: 1860px) {
  .line-hero .elementor-divider-separator {
    width: 12% !important;
  }
}

@media only screen and (max-width: 1700px) {
  .line-hero .elementor-divider-separator {
    width: 8% !important;
  }
}

@media only screen and (max-width: 1560px) {
  .line-hero .elementor-divider-separator {
    width: 4% !important;
  }
}

@media only screen and (max-width: 1400px) {
  .line-hero {
    display: none;
  }
}

@media only screen and (max-width: 1100px) {
  .provide-title h2 span::before {
    left: -7px;
  }
}

@media only screen and (max-width: 1024px) {
  .tile-img {
    width: 100% !important;
    height: 450px;
    position: relative !important;
    z-index: 5 !important;
  }
  .blue-graphic-mobile {
    position: absolute !important;
    z-index: 1 !important;
  }
  .mobile-link {
    display: block !important;
  }
  body.error404 h1.entry-title{
    font-size: 50px !important;
  }
}

@media only screen and (max-width: 767px) {
  .provide-title h2 span::before {
    left: -5px;
  }
  .learn-more-about img {
    max-width: 24px !important;
  }
  body.error404 h1.entry-title{
    font-size: 36px !important;
  }
}