/**
Theme Name: Avada Child
Author: Avada
Author URI: https://avada.website/
Description: Child Theme.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: avada-child
Template: Avada
*/
.category-tag a {
    color: #fff;
}
html, body, div {
  scroll-behavior: smooth !important;
}
.subscribe-wrapper .fa-paper-plane:before {
    font-size: 0;
    background: url(assets/images/submit-icon.svg) no-repeat center center;
    background-size: 28px 28px;
    width: 28px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
}
body .subscribe-wrapper .fusion-form-field.error input{
    color: #fff !important;
}
img[title]:hover::after {
  content: none !important;
}
img[title] {
  pointer-events: none;
}
.headermenu-toggle {
    cursor: pointer;
}
.headermenu-toggle:hover img {
    filter: brightness(0) saturate(100%) invert(65%) sepia(39%) saturate(423%) hue-rotate(20deg) brightness(94%) contrast(100%);
}
.h-100 .fusion-image-element{
    height: 100% !important;
}
.full_img,.full_img img{
  width: 100%;
}
.h-404 img{
  height: 404px;
  object-fit: cover;
}
a.fusion-button {
    width: fit-content !important;
    text-align: center;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    outline: 1px solid #fff;
    border: 3px solid #58787F;
    width: 9px;
    height: 9px;
}
.logo-slider {
    max-width: 1133px;
    width: 100%;
}
.logo-slider .swiper-pagination {
    bottom: 1px !important;
}
.logo-slider .swiper-wrapper,.feel-slider .swiper-wrapper {
    padding-bottom: 70px !important;
}
@media(min-width:1200px){
    .feel-slider .awb-carousel {
    max-width: 1170px !important;
    margin: 0 auto;
}
}
.feel-slider img{
    height: 85px;
}
/*.feel-slider .awb-carousel {
    max-width: 1170px !important;
    width: 100%;
}*/
.feel-slider .swiper-wrapper {
    height: 271px !important;
}
.feel-slider .fusion-carousel-item-wrapper {
    background: #fff;
    height: 271px;
    display: flex;
    align-items: center;
    border-radius: 5px;
    flex-direction: column;
    gap: 37px;
    padding: 46px 20px;
}
.feel-slider .fusion-image-wrapper {
    position: relative;
    padding-right: 15px;
}
.feel-slider .fusion-image-wrapper:before {
    position: absolute;
    content: '';
    width: 55px;
    height: 55px;
    background: #B2AF5980;
    border-radius: 100px;
    top: 2px;
    right: 0;
    z-index: -1;
}
a.full-btn {
    width: 100% !important;
}
.blog-box img {
    height: 240px;
    object-fit: cover;
}
.blog-box .fusion-post-wrapper {
    border-radius: 10px;
     transform: translateY(20px);
    animation: fadeInBox 1s ease-out forwards;
}
@keyframes fadeInBox {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.blog-box .fusion-post-content-container p {
    font-size: 15px;
    line-height: 160%;
    color: #1F2423;
}
.blog-box a.fusion-read-more {
    font-family: Work Sans;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 7px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    position: relative;
}
.blog-box a.fusion-read-more:before {
    position: absolute;
    content: '';
    width: 96%;
    height: 2px;
    left: 0;
    background: #000;
    bottom: -5px;
}
.blog-box a.fusion-read-more:hover{
  color: #B2AF59;
}
.blog-box a.fusion-read-more:hover:before{
    background: #b2af59;
}
.blog-box a.fusion-read-more:after{
  display: none;
}
.blog-box .fusion-alignleft{
  width: 100% !important;
}
.blog-box .fusion-meta-info {
    margin-top: 5px !important;
}
.blog-box .fusion-post-content.post-content {
    display: flex;
    flex-direction: column;
}
.blog-box p.fusion-single-line-meta {
    order: 1;
    width: fit-content;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2.4px;
    padding: 0px 10px;
    background: #B2AF59;
    border-radius: 5px;
    margin-bottom: 20px;
}
.blog-box h3.blog-shortcode-post-title {
    order: 2;
}
.blog-box h3.blog-shortcode-post-title a{
    color: #1F2423 !important;
}
.blog-box h3.blog-shortcode-post-title a:hover{
    color: #B2AF59 !important;
}
.blog-box .fusion-post-content-container {
    order: 3;
    margin-top: 5px !important;
}
.blog-box p.fusion-single-line-meta a {
   color: #fff !important;
}
.blog-box .fusion-image-wrapper:hover .fusion-rollover {
    display: none;
}
.blog-box button.fusion-load-more-button:before {
    position: absolute;
    content: 'LOAD MORE';
    background: #B2AF59 !important;
    border-radius: 100px;
    width: fit-content;
    margin: 35px auto 0 auto;
    padding: 15.5px 43.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 110%;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    left: 50%;
    transform: translateX(-50%);
}
.blog-box button.fusion-load-more-button{
    background: transparent !important;
    font-size: 0;
    margin-top: 0 !important;
    width: fit-content;
}
.blog-box button.fusion-load-more-button:hover:before{
  background: #1C292C !important;
  color: #B2AF59 !important;
}
.page-id-22 .fusion-tb-header,.single-post .fusion-tb-header {
    background: #3B575E !important;
}
.my-approach-icon {
    background: #B2AF5980;
    width: 55px;
    height: 55px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    margin: 0 auto;
}
.h-572,.h-572 img{
    height: 100%;
}
@media(max-width: 1024px){
.blog-box h3.blog-shortcode-post-title,.blog-box .fusion-post-content-container p{
        overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical; 
    }
.feel-slider .awb-carousel.awb-swiper {
    padding-left: 5px;
    padding-right: 5px;
}
}
@media(max-width: 991px){
.feel-slider .awb-carousel.awb-swiper{
    padding-left: 0;
    padding-right: 0;
}
.card-hover-col img {
    height: 250px;
}
.follow-col h2.fusion-title-heading {
    font-size: 24px !important;
    line-height: 32px !important;
}
}
@media(max-width: 767px){
    .card-hover-col img {
    height: 100%;
}
.feel-slider .fusion-carousel-item-wrapper{
    margin-left: 10px !important;
    margin-right: 10px !important;
}
:root {
    --awb-custom_typography_1-font-size: 16px !important;
    --awb-custom_typography_1-line-height: 26px !important;
  }
h1.fusion-title-heading {
    font-size: 44px !important;
}
h2.fusion-title-heading {
    font-size: 36px !important;
    line-height: 132% !important;
}
/*.follow-col h2.fusion-title-heading {
    font-size: 30px !important;
    line-height: 140% !important;
}*/
.testimoniol-wrapper p{
    font-size: 34px !important;
    line-height: 49px !important;
}
.m-font-18{
    font-size: 18px !important;
}

.banner-btn .fusion-column-wrapper{
    flex-direction: column !important;
}
a.fusion-button {
    margin-right: 0 !important;
    width: 100% !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    text-align: center;
}
/*  .feel-slider .awb-carousel {
    max-width: 58% !important;
}*/
.blog-box button.fusion-load-more-button:before {
    width: calc(100% - 75px) !important;
}
/*.education-section .full_img{
height:350px;
object-fit:cover;
object-postion:top;
}*/
.blog-btn{
    margin-top: 25px !important;
}
}

/*----------Customize Css-----------------*/
/* Contact-form-css */
/* .contact-form .fusion-form-label-wrapper{
    font-family: "Work Sans";
font-weight: 600;
font-style: SemiBold;
font-size: 16px;
line-height: 170%;
text-transform: uppercase;
color:#fff !important;
} */
.awb-icon-check-circle:before {
    line-height: 28px !important;
}
.fusion-form-form-wrapper .fusion-form-field.error .fusion-form-input{
    box-shadow: none !important;
}
.fusion-form-label-above:focus-visible{
    outline: 0 !important;
}
body .fusion-form-form-wrapper .fusion-form-field.error label:not(.fusion-form-rating-icon)
{
    color: #fff !important;
}
body .fusion-form-form-wrapper .fusion-form-field.error .fusion-form-input{
    border: 1px solid red !important;
}
body .contact-form .fusion-form-field.error input, body .leave-form .fusion-form-field.error input{
    color: #141617 !important;
}
/*body .leave-form .fusion-form-field.error input{
    border:0 !important;
}*/
.contact-form .fusion-fullwidth{
    padding:0px;
}
.contact-form label{
font-family: "Work Sans";
font-weight: 600;
font-style: SemiBold;
font-size: 16px;
line-height: 170%;
text-transform: uppercase;
color:#fff !important;
}
.contact-form textarea {
    resize: none;
    border: 0px;
    height: 80px !important;
}
.contact-form input {
    border: 0px !important;
    border-radius: 2px !important;
    height: 44px !important;
}
.contact-form .fusion-button{
    width:42% !important;
    height:46px !important;
}
.contact-form-info a{
    font-family: "Montserrat";
font-weight: 700;
font-size: 16px;
line-height: 150%;
text-align: center;
text-transform: uppercase;
    color:#000000;
}
.contact-form-info a:hover{
        color:#B2AF59;
}
.get-call img{
    height:58px !important;
}
.get-email img{
    height:55px !important;
}
.get-location img{
    height:55px !important;
}
.contact-form .alert.error{
    background:#fff;
}
.contact-form .errors-wrap br{
    display:none;
}
.contact-form .fusion-alert-content{
    font-weight:600 !important;
}
/* Leave-a-reply-form-css */
.leave-form .fusion-form-label-wrapper,.leave-form .fusion-form-textarea-field label {
    display: none !important;
}
.share-social-media{
    border: 1px solid white;
    width: 40px;
    height: 40px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #3B575E;

    }
.leave-form .fusion-fullwidth{
    padding:0px;
}
.leave-form textarea{
    height:140px !important;
     resize: none;
    border: 0px;
}
.leave-form  .fusion-form-checkbox label{
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 170% !important;
    color:#fff !important;
    padding:0px 0px 0px 32px !important;
    pointer-events:none !important;
}
.leave-form .fusion-form-checkbox label:before {
    height: 18px !important;
    min-width: 18px !important;
     background: #FFFFFF1A !important;
     border: 1px solid #FFFFFF80 !important;
     pointer-events:all !important;
}
.leave-form .fusion-form-checkbox input:checked+label:after{
    content: "";
    position: absolute;
    width: 14px !important;
    height: 14px !important;
    left: 3px !important;
    /*background: var(--awb-form-focus-border-color);*/
    background: url(/wp-content/uploads/2025/10/checklist-ic.svg) center center no-repeat !important;
    filter: brightness(0) invert(1) !important;
    /* border-radius: 2px; */
    top: 50%;
    transform: translateY(-50%);
}
.leave-form .error .fusion-form-checkbox label:before {
    border-color: red !important;
}
.fusion-form-form-wrapper .fusion-form-field.error .fusion-form-checkbox label:not(.fusion-form-rating-icon){
    color: #fff!important
}


.leave-form .fusion-button{
    width:230px !important;
}
/*body .leave-form .fusion-form-field.error input{
    color: #141617 !important;
}
body .leave-form .fusion-form-field.error input::placeholder{
    color: #e0284f!important;
}*/


/* Footer-css */
.footer-below-text a {
    text-decoration: underline;
    color: #fff;
}
.footer-below-text a:hover {
    text-decoration: underline;
    color: #B2AF59;
}
/* Responsive-css */

@media(max-width:1025px){
    .contact-form-info a {
    font-size: 14px !important;
}
    .contact-form-info p{
          font-size: 14px !important;
}
}

@media(max-width:767px){
.subscribe-wrapper input.fusion-form-input {
    background: #00000000 !important;
    margin-bottom: 3px;
}
.contact-form .fusion-button{
    width:100% !important;
}
.leave-form .fusion-button{
    width:100% !important;
}
.subscribe-wrapper .fa-paper-plane:before {
    background-size: 24px 24px;
}
.blog-box button.fusion-load-more-button:before {
    margin: 10px auto 0 auto;
}
.blog-box button.fusion-load-more-button:before {
    width: calc(100% - 104px) !important;
}
}