/*
Theme Name: Avada Child
Theme URI: https://avada.com/
Template: Avada-6
Author: ThemeFusion
Author URI: https://themeforest.net/user/ThemeFusion
Description: The Avada Website Builder is the ultimate design and creation suite. Design Anything, Build Everything, Fast. The #1 selling product of all time on ThemeForest.
Version: 7.14.2.1768214902
Updated: 2026-01-12 10:48:22

*/

.hero-banner-sec .fusion-title-heading{
    max-width: 472px;
}
.hero-banner-sec .tfs-slider .slide-content-container.slide-content-left .buttons > div {
    margin-top: 30px !important;
}
.hero-banner-sec .caption .fusion-title-heading {
    line-height: 24px !important;
}
.hero-banner-sec h1.fusion-title-heading {
    line-height: 100% !important;
}
.hero-banner-sec .slide-content-container.slide-content-left {
    padding: 0 15px !important;
}
.hero-section,
.project-wrapper::before{
    display: none !important;
}
.no-result {
    text-align: center;
    color: red;
    font-size: 18px;
}
.project-wrapper {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 50px 30px;
    justify-content: center;
    margin: 0 !important;
}
.project-wrapper .content-box-column {
    padding: 0;
    width: calc(33% - 17px);
    margin: 0 !important;
}
.team-wrapper h3.content-box-heading,
.project-wrapper h3.content-box-heading {
    font-family: Roboto;
    font-weight: 600 !important;
    font-size: 24px !important;
    line-height: 130% !important;
    letter-spacing: 0;
    text-transform: capitalize !important;
    text-align: left;
}
.project-wrapper h3.content-box-heading:hover{
    color: #8C8C8C !important;
}
.project-wrapper a.fusion-read-more {
    font-family: Roboto;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    text-decoration: underline;
    text-align: left !important;
    margin: 3px 0 0 0 !important;
    display: block;
    width: max-content;
    padding-right: 47px;
    background: url(/wp-content/uploads/2026/01/view-arrow.svg) no-repeat top 2px right 0;
}
.project-wrapper a.fusion-read-more:hover{
    color: #8C8C8C !important;
    background: url(/wp-content/uploads/2026/01/view-arrow-gray.svg) no-repeat top 2px right 0;
}
.project-wrapper a.fusion-read-more::after{
    display: none !important;
}
.project-wrapper .image {
    width: 100%;
    margin-bottom: 28px;
    border-radius: 5px;
    overflow: hidden;
    transition: all .4s ease-in-out;
}
.project-wrapper .image img{
    height: 370px;
}
.team-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap:37px 62px;
    margin: 0 !important;
    justify-content: center;
}
.team-wrapper .content-box-column {
    padding: 0 !important;
    margin: 0 !important;
    width: calc(25% - 47px);
}
.team-wrapper::before,
.team-wrapper::after{
    display: none !important;
}
.team-wrapper .content-container {
    font-family: Roboto;
    font-weight: 400;
    font-style: Italic;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0;
    text-transform: capitalize;
    text-align: left !important;
    margin: 0 !important;
}
.team-wrapper .heading {
    margin: 0 !important;
}

.team-wrapper .image{
    width: 100%;
    margin-bottom: 15px;
    overflow: hidden;
    transition: all .3s ease-in-out;
    border-radius: 5px;
}
.team-wrapper .image img{
   height: 324px !important;
   object-position: top;
}
.team-wrapper .image img,
.project-wrapper .image img{
    width: 100% !important;
    object-fit: cover;
    margin: 0 !important;
    transition: all .3s ease-in-out;
     transform: scale(1);
}
.project-wrapper .image:hover img{
    transform: scale(1.1);
}
.our-partner-sec > .fusion-builder-row {
    max-width: 930px !important;
}
.fusion-load-more-button.fusion-product-button {
    font-family: Roboto;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    border-radius: 5px;
    width: max-content;
    margin: 40px auto 0 auto;
    padding: 17px 30px;
    height: 54px;
}
.team-wrapper .fusion-clearfix {
    display: none;
}
/****************/
.search-results main#main,
.avada-html-is-archive main#main {
    padding: 0 15px !important;
}
.product-category-page {
    padding: 165px 0 85px 0;
}
.grid-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px 30px;
}
.grid-row .card-col{
    width: calc(33.33% - 20px);
}
.product-category-page h1 {
    font-family: Roboto;
    font-weight: 700;
    font-size: 36px;
    line-height: 130%;
    margin: 0 0 65px 0;
    text-align: center;
}
.product-category-page h3 {
    font-family: Roboto;
    font-weight: 600;
    font-size: 24px;
    line-height: 130%;
    text-transform: capitalize;
    color: #000;
    margin: 23px 0 0 0;
    transition: all .3s ease-in-out;
}
.product-category-page h3:hover{
    color: #8C8C8C;
}
.product-category-page .img-wrapper{
    height: 370px;
    border-radius: 5px;
    overflow: hidden;
    transition: all .3s ease
}
.product-category-page .img-wrapper:hover img{
    transform: scale(1.1);
    transition: all .3s ease
}
.product-category-page .card-col img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s ease;
    transform: scale(1);
}
.product-slider{
    margin-bottom: 20px;
}
.product-slider .slick-track .slick-slide img {
    width: 100%;
    height: 538px;
    object-fit: cover;
    border-radius: 5px;
}
.product-nav .slick-slide.slick-current.slick-active figure img {
    border: solid 3px gray;
    box-shadow: rgb(0 0 0 / 70%) 1px 2px 6px;
}
.product-nav figure {
    margin: 0 8px 10px 8px;
}
.product-nav figure img {
    width: 100%;
    height: 74px;
    object-fit: cover;
    border-radius: 5px;
    cursor: pointer;
}
.product-slider .slick-slide {
    position: relative;
}
p.slide-caption {
    position: absolute;
    right: 15px;
    bottom: 15px;
    margin: 0 !important;
    background: #fff;
    padding: 7px 15px;
}
.product-nav .slick-track {
    margin: 0 0 0 -7px;
}
/*******Product Filter ********/
form.filter-wrapper {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 80px;
    align-items: end;
    justify-content: center;
}
.filter-wrapper .filter-item label {
    font-family: Roboto;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    text-transform: capitalize;
    color: #000 !important;
}
.filter-wrapper .filter-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 200px;
}
.filter-wrapper button {
    font-family: Roboto;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    padding: 19px 30px;
    background: #020202;
    color: #fff;
    border-radius: 5px;
    border: none;
    cursor: pointer;
}
.filter-wrapper button:hover{
   background: #8C8C8C;
}
.filter-wrapper .filter-item select {
    border: solid 1px #000 !important;
    padding: 10px;
    border-radius: 5px !important;
    font-family: Roboto;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0;
    height: 54px;
    appearance: none;
    color: #020202;
    background: url(/wp-content/uploads/2026/01/down.svg) no-repeat top 50% right 10px;
}
.product-detail-meta p.product-category {
    font-weight: 400 !important;
    font-size: 26px !important;
    line-height: 130% !important;
    margin: 0 0 20px 0 !important;
    color: #000;
}
.product-meta-info {
    padding: 15px;
    background: #F8F8F8;
    border-radius: 5px;
}
.product-detail-meta p {
    margin-bottom: 0px !important;
    font-family: Roboto;
    font-size: 18px;
    line-height: 180%;
    text-transform: capitalize;
    color: #000;
}
@media(max-width:1024px){
.project-wrapper .content-box-column,
.grid-row .card-col{
    width: calc(50% - 15px);
}
/* .product-nav .slick-track {
    margin-left: -7px;
} */
.product-slider .slick-track .slick-slide img {
    height: 450px;
}
.product-category-page .img-wrapper,
.project-wrapper .image img{
    height: 350px;
}
.project-wrapper h3.content-box-heading{
    font-size: 20px !important;
}
.team-wrapper {
    gap:30px;
}
.team-wrapper .content-box-column {
    width: calc(33.33% - 20px);
}
.hero-banner-sec .flexslider .slides,
.hero-banner-sec .tfs-slider .background,
.hero-banner-sec .tfs-slider .slides li{
    height: 100% !important;
}
.hero-banner-sec .flex-viewport/*,
.hero-banner-sec .fusion-slider-container.fusion-slider-sc-hero-slider */{
    height: 100vh !important;
    /*max-height: 700px !important;*/
}
.tfs-slider[data-animation=slide] {
    height: auto!important;
}
.hero-banner-sec{
     height: 100vh !important;
}
}
@media(max-width:880px){
.project-wrapper .image img{
    height: 300px;
}
.project-wrapper >.fusion-column.content-box-column:nth-child(3){
    margin-bottom: 0 !important;
}
.filter-wrapper .filter-item {
    width: 185px;
}
form.filter-wrapper {
    gap: 20px;
}
/* .product-nav .slick-track {
    margin-left: -5px;
} */
}

@media(max-width:767px){

.hero-banner-sec .flexslider .slides,
.hero-banner-sec .tfs-slider .background,
.hero-banner-sec .tfs-slider .slides li{
    height: 100% !important;
}
.product-category-page {
    padding: 140px 0 85px 0;
}
/*.hero-banner-sec .tfs-slider{
    min-height: 700px;
}*/
.hero-banner-sec h1.fusion-title-heading {
    font-size: 40px !important;
    line-height: 100% !important;
}
.hero-banner-sec .flex-viewport/*,
.hero-banner-sec .fusion-slider-container.fusion-slider-sc-hero-slider */{
    height: 100vh !important;
    /*max-height: 700px !important;*/
}
.tfs-slider[data-animation=slide] {
    height: auto!important;
}
.hero-banner-sec{
     height: 100vh !important;
}
.hero-banner-sec .caption .fusion-title.fusion-title-text {
    margin: -10px 0 0 0 !important;
}
.team-wrapper .content-box-column {
    width: calc(50% - 15px);
}
.product-detail-meta p.product-category {
    margin: -10px 0 15px 0 !important;
}
.product-slider .slick-track .slick-slide img {
    height: 400px;
}
.project-wrapper .content-box-column,
.filter-wrapper .filter-item,
.grid-row .card-col{
    width: 100%;
}
.product-category-page .img-wrapper {
    height: 350px;
}
form.filter-wrapper {
    flex-direction: column;
    align-items: start;
    margin-bottom: 40px;
}
.product-category-page .category-title {
    margin: 0 0 20px 0;
}
.product-category-page .grid-row a.card-col {
    display: flex;
    flex-direction: column-reverse;
    grid-gap: 10px;
}
.product-category-page h3{
    margin-top: 10px;
}
.project-wrapper a.heading-link {
    display: flex;
    flex-direction: column-reverse;
}
.project-wrapper a.heading-link h3.content-box-heading:after {
    content: 'view project';
    font-family: Roboto;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    text-decoration: underline;
    text-align: left !important;
    margin: 10px 0 15px 0 !important;
    display: block;
    width: max-content;
    padding-right: 47px;
    background: url(/wp-content/uploads/2026/01/view-arrow.svg) no-repeat top 2px right 0;
}
.project-wrapper a.fusion-read-more{
    display: none;
}
.project-wrapper .image {
    margin-bottom: 0;
}
}

@media(max-width:540px){
.team-wrapper .content-box-column {
    width: 100%;
}
.product-slider .slick-track .slick-slide img {
    height: 350px;
}
}
.tfs-slider .slides li{
    position: relative !important;
}