/*
 Theme Name:   Hello Elementor Child
 Template:     hello-elementor
*/
body{
    font-family: 'Montserrat', sans-serif;
}
h1 {
    font-family: "IBM Plex Serif", serif !important;
    font-weight: 700;
    color: #4a4a4a;
}
h2 {
    font-family: "IBM Plex Serif", serif;
    font-weight: 700;
    color: #4a4a4a;
}
h3, h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #4c9fd3;
}

ul {
    padding: 0 17px !important;
}
a{
    text-decoration: none !important;
}
.searchResult .elementor-post__thumbnail {
    padding: 0 !important;
}
.searchResult article.elementor-post.elementor-grid-item.post-1360.testimonial.type-testimonial.status-publish.has-post-thumbnail.hentry {
    align-items: center;
}
.searchResult .elementor-posts .elementor-post{
    align-items:center;
}
.elementor-pagination span.page-numbers.current {
    background: #e48c41;
    padding: 10px 20px;
    color: #fff;
}
a.hfe-menu-item .sub-arrow {
    display: flex !important;
    flex-wrap: nowrap;
    justify-content: flex-end;
    margin-right: -13px;
    margin-top: -13px;
}
.elementor-pagination a.page-numbers:hover {
    background: #e48c41;
}
.elementor-pagination a.page-numbers {
    background: #010620;
    padding: 10px 20px;
    color: #fff;
}
.hfe-scroll-to-top-button {
    transform: translateX(-50%);
    left: 50%;
    background: #009bd8;
    height: 25px;
    width: 25px;
    bottom: 101px;
}
.hfe-scroll-to-top-button i {
  display: none !important;
}
.hfe-nav-menu-icon {
    padding: 0;
}
.mainHeader .topMenuHeader li.menu-item a {
    display: inline-block; /* ensure border shows properly */
}
.search-term {
  color: #0099ff;
  font-weight: 600;
}
.hfe-nav-menu .menu-item-has-children .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 43px !important;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    transform: translateX(-15%);
}
.mainHeader .topMenuHeader li.menu-item a:hover,
.mainHeader .topMenuHeader li.menu-item.current-menu-item > a {
    border-bottom: 8px solid #039cd8;
}

.hfe-search-icon-toggle i {
    background: #039cd8;
    border-radius: 50%;
    padding: 5px 6px !important;
}
.htHeroSlider .htslider-slider .slick-dots {
    right: 0 !important;
    bottom: 25px !important;
    left: 0;
    transform: translateX(0);
    max-width: 100%;
    justify-content: end;
}
.hfe-flyout-content.push {
    border-right: 10px solid #039CD8;
}
.quotesText p:before {
    content: "";
    background: #E18841;
    height: 190px;
    width: 3px;
    position: absolute;
    left: -20px;
}
span.autherName {
    color: #4C9FD3;
}

.wpcf7-form .form-control {
  background-color: #ececec;
  border: none;
  color: #4a4a4a;
  font-size: 16px;
  border-radius: 0;
font-family: "IBM Plex Serif", Sans-serif;
}

.wpcf7-form .btn-info {
  background-color: #6dc5e6 !important;
  border: none;
  font-size: 20px;
  font-weight: bold;
  width: 80px;
  height: 80px;
  transition: background 0.3s ease;
}
.footerForm textarea {
    height: 160px;
}
.wpcf7-form .btn-info:hover {
  background-color: #51b2da;
}
blockquote.clientdescription {
    font-family: 'IBM Plex Serif';
    font-style: italic;
    font-size: 25px;
    font-weight: 400;
}
span.authorName {
    color: #4C9FD3;
}
blockquote.clientdescription p:before {
    content: "";
    background: #E18841;
    height: 100%;
    max-height: 100%;
    width: 3px;
    position: absolute;
    left: -24px;
}
.testimonial_content p {
    position: relative;
}
h3.testimonialTitle {
    color: #E18841;
}

footer ul {
    padding: 0 !important;
}
.projectCarousel .item-content-wrapper {
    background: transparent !important;
    color: #fff;
}
.projectCarousel .item-content-wrapper:before {
    background: transparent !important;
    color: #fff;
    display: none;
}
.projectCarousel .item-content-wrapper h3 a {
   text-transform: captilize;
}
.projectCarousel h3.author-name {
    font-style: normal;
}
input.hfe-search-form__input::placeholder {
    text-align: center;
}
.project-taxonomy-list {
    font-family: 'Montserrat';
    font-size: 16px;
}

.project-taxonomy-list .active-term {
    color: #4C9FD3;
    font-weight: 500;
}

.project-taxonomy-list .inactive-term {
    color: #010620;
    font-weight: 400;
}

@media screen and (max-width: 768px) {
    .htHeroSlider .htslider-slider .slick-dots {
        right: 0 !important;
        bottom: 25px !important;
        left: 86% !important;
    }
}

