.team-box .fa.fa-linkedin{
    font-size: 15px;
}
.btn_wrapper_widget i{
    font-size: 12px;
}
.finozafaq details{
    border-radius: 12px !important;
    background-color: var(--e-global-color-white);
    overflow: hidden;
}

/* marquee div container */
.marquee {
    font-size: 2vw;
    color: #fff;
    font-family: 'Courier New', Courier, monospace;
    height: 40px !important;
    overflow: hidden;
    position: relative;
}
/* nested div inside the container */
.marquee div {
    display: block;
    width: 200%;
    position: absolute; 
    overflow: hidden;
    animation: marquee 40s linear infinite;
}
/* span with text */
.marquee span {
    float: left;
    width: fit-content;
    justify-content: center;
    align-items: center;
    display: flex;
}
/* keyframe */
@keyframes marquee {
    0% { left: 0; }
    100% { left: -100%; }
}

.btn_wrapper_widget a{
    display: inline-block;
}
.plan-1:hover h5, .plan-1:hover .elementor-widget-container, .plan-1:hover .month .elementor-heading-title, .plan-1:hover .elementor-icon-list-text{
    color: var(--e-global-color-white) !important;
    transition: .4s ease-in-out;
}
.testimonial-con11 .carousel-indicators li{
    justify-content: flex-start;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.testimonial-con11 .carousel-indicators li figure{
    background-color: #000;
    border: 0px !important;
}
.testimonial-con11 .carousel-indicators li img{
    background-color: #000;
    width: 100% !important;
    opacity: .5;
}
.testimonial-con11 .carousel-indicators li.active img{
    opacity: 1;
}
.testimonial-con11 .carousel-indicators li .lower_content{
    display: none;
    width: max-content;
    text-align: center;
    padding-top: 20px;
}
.testimonial-con11 .carousel-indicators li.active .lower_content{
    display: block !important;
}
.testimonial-con11 .carousel-indicators{
    gap: 20px;
}
.testimonial-con11 .testimonial-box ul {
    margin-bottom: 22px;
}
.testimonial-con11 .testimonial-box ul li {
    display: inline-block;
}
.testimonial-con11 .testimonial-box ul li i {
    font-size: 19px;
    line-height: 16px;
    color: #fbfd47;
}
.testimonial-con11 .testimonial-box p{
    margin-bottom: 48px;
    color: var(--e-global-color-white);
    font-size: 30px;
    font-weight: 500;
    font-family: "Plus Jakarta Sans";
    padding-bottom: 15px;
}
.testimonial-con11 .testimonial-box .lower_content{
    margin-bottom: 45px;
}
.testimonial-con11 .name{
    display: block;
    margin-bottom: 5px;
    color: var(--e-global-color-white);
}
.testimonial-con11 .review{
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: var(--e-global-color-white);
}
.testimonial-con11 .carousel-indicators {
    margin: 0;
}
.testimonial-con11 .carousel-indicators li {
    opacity: 1;
    width: 60px;
    background: none;
    text-indent: 1px;
    margin: 0 10px;
    cursor: pointer;
}
.testimonial-con11 .carousel-indicators li figure {
    border-radius: 100%;
    position: relative;
    width: 74px;
    height: 74px;
    line-height: 69px;
    text-align: center;
    border: 1px solid transparent;
}
.testimonial-con11 .carousel-indicators li img {
    border-radius: 100%;
    width: 60px;
}
@-moz-document url-prefix() {
    .testimonial-con11 .carousel-indicators li img {
        position: relative;
        right: 1px;
    }
    .testimonial-con11 .carousel-indicators li figure {
        line-height: 69px;
    }
}
.testimonial-con11 .carousel-indicators .active figure {
    border: 1px solid var(--e-global-color-accent);
}
.testimonial-con11 .pagination_outer{
    position: relative;
}
.testimonial-con11 .carousel-control-prev,
.testimonial-con11 .carousel-control-next{
    opacity: 1;
    display: contents !important;
}
.testimonial-con11 .carousel-control-prev i,
.testimonial-con11 .carousel-control-next i{
    font-size: 18px;
    top: 18px;
    position: absolute;
    color: var(--e-global-color-white) !important;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.testimonial-con11 .carousel-control-prev i{
    left: 235px;
}
.testimonial-con11 .carousel-control-next i{
    right: 235px;
}
.testimonial-con11 .carousel-control-prev i:hover,
.testimonial-con11 .carousel-control-next i:hover{
    color: var(--e-global-color-primary) !important;
}

  
/*-----------------Services-Widget-Style----------------*/
.service-con11 .service-box{
    padding: 40px 39px 47px 42px;
    border-radius: 20px;
    border: 1px solid var(--e-global-color-white);
    background-color: var(--e-global-color-white);
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 20px 20px 63px rgb(8 57 65 / 5%) inset;
}
.service-con11 .service-box:hover{
    border: 1px solid var(--e-global-color-primary);
    cursor: pointer;
    transition: .4s ease-in-out;
}
.service-con11 .service-box:hover figure{
    background-color: var(--e-global-color-primary);
    transition: .4s ease-in-out;
}
.service-con11 .service-box figure {
    margin-bottom: 20px !important;
    height: 99px;
    width: 99px;
    background: var(--e-global-color-accent);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
}
.service-con11 .service-box .primary_btn{
    color: var(--e-global-color-primary);
    font-size: 14px;
    height: 40px;
    width: 40px;
    border: 1px solid;
    border-radius: 100px;
    box-shadow: 8px 8px 28px rgb(0 57 65 / 15%);
    display: flex;
    justify-content: center;
    align-items: center;
}
.service-con11 .service-box:hover .primary_btn{
    background-color: var(--e-global-color-accent);
    transition: .4s ease-in-out;
    color: var(--e-global-color-white);
    border-color: var(--e-global-color-accent);
}
.service-con11 .service-box p{
    color: var(--e-global-color-text);
    padding-bottom: 20px;
}
.service-con11 .service-box h4 {
    padding: 5px 70px 8px 0px;
}
.service-con11 .owl-dots {
    display: block !important;
    text-align: center;
    margin-top: 50px;
}
.service-con11 .owl-dots .owl-dot {
    width: 13px;
    height: 13px;
    border-radius: 100px;
    display: inline-block;
    margin: 0px 3px;
    background: #dfe9eb;
}
.service-con11 .owl-dots .owl-dot.active {
    background: var(--e-global-color-accent);
}
.service-con11 button:focus {
    outline: none;
}
.service-con2 .service-box:hover .lower figure{
    background-color: var(--e-global-color-primary);
    transition: .4s ease-in-out;
}


.service-con12 .service-box{
    padding: 40px 23px 47px 23px;
    border-radius: 20px;
    border: 1px solid var(--e-global-color-white);
    background-color: var(--e-global-color-white);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 20px 20px 63px rgb(8 57 65 / 5%) inset;
}
.service-con12 .service-box:hover{
    border: 1px solid var(--e-global-color-primary);
    cursor: pointer;
    transition: .4s ease-in-out;
}
.service-con12 .service-box:hover figure{
    background-color: var(--e-global-color-primary);
    transition: .4s ease-in-out;
}
.service-con12 .service-box figure {
    height: 93px;
    width: 93px;
    background: var(--e-global-color-accent);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    margin: 0 auto !important;
}
.service-con12 .service-box .primary_btn{
    color: var(--e-global-color-primary);
    font-size: 14px;
    height: 40px;
    width: 40px;
    border: 1px solid;
    border-radius: 100px;
    box-shadow: 8px 8px 28px rgb(0 57 65 / 15%);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto !important;
}
.service-con12 .service-box:hover .primary_btn{
    background-color: var(--e-global-color-accent);
    transition: .4s ease-in-out;
    color: var(--e-global-color-white);
    border-color: var(--e-global-color-accent);
}
.service-con12 .service-box p{
    color: var(--e-global-color-text);
    padding-bottom: 20px;
}
.service-con12 .service-box p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: calc(1.5em * 3); /* Adjust line height (e.g., 1.2em) and multiply by the number of lines */
    line-height: 1.5em; /* Adjust line spacing as needed */
    white-space: normal;
    margin-bottom: 20px !important;
}
.service-con12 .service-box h5 {
    padding: 25px 10px 13px 10px;
}
.service-con12 .owl-dots {
    display: block !important;
    text-align: center;
    margin-top: 50px;
}
.service-con12 .owl-dots .owl-dot {
    width: 13px;
    height: 13px;
    border-radius: 100px;
    display: inline-block;
    margin: 0px 3px;
    background: #dfe9eb;
}
.service-con12 .owl-dots .owl-dot.active {
    background: var(--e-global-color-accent);
}
.service-con12 button:focus {
    outline: none;
}
.service-con11 .servces-wrapper1{
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(3,1fr);
}
.service-con11 .servces-wrapper1 .service-box{
    box-shadow: 20px 20px 63px rgb(8 57 65 / 2%) !important;
}
/*-----------------Service Style 1---------------------*/
.service-con .service-box{
    padding: 50px 30px;
    border-radius: 15px;
    border-top: 2px solid var(--e-global-color-accent);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 20px 20px 63px rgb(8 57 65 / 5%) inset;
}
.service-con .service-box figure{
    margin: 0 auto !important;
    margin-bottom: 20px !important;
}
.service-con .service-box .primary_btn{
    color: var(--e-global-color-secondary);
    font-size: 14px;
    padding-top: 5px;
    font-weight: 600;
}
.service-con .service-box .primary_btn i{
    margin-left: 5px;
}
.service-con .service-box p{
    color: var(--e-global-color-text);
    padding-bottom: 10px;
}
.service-con .service-box h4{
    padding: 5px 30px;
}
.service-con .owl-dots {
    display: block !important;
    text-align: center;
    margin-top: 20px;
}
.service-con .owl-dots .owl-dot {
    width: 13px;
    height: 13px;
    border-radius: 100px;
    display: inline-block;
    margin: 0px 3px;
    background: #dfe9eb;
}
.service-con .owl-dots .owl-dot.active {
    background: var(--e-global-color-accent);
}
.service-con button:focus {
    outline: none;
}
/*--------Style 2-----------*/
.service-con2 .service-box .primary_btn{
    color: var(--e-global-color-secondary);
    font-size: 14px;
    padding-top: 5px;
    font-weight: 600;
}
.service-con2 .service-box p{
    color: var(--e-global-color-text);
    margin-bottom: 20px !important;
    padding: 0px 20px;
}
.service-con2 .owl-dots {
    display: block !important;
    text-align: center;
    margin-top: 40px;
}
.service-con2 .owl-dots .owl-dot {
    width: 13px;
    height: 13px;
    border-radius: 100px;
    display: inline-block;
    margin: 0px 3px;
    background: #dfe9eb;
}
.service-con2 .owl-dots .owl-dot.active {
    background: var(--e-global-color-accent);
}
.service-con2 button:focus {
    outline: none;
}
.service-con2 .service-box{
    border-radius: 20px;
    padding: 10px;
    overflow: hidden;
    background-color: var(--e-global-color-white);
    text-align: center;
    box-shadow: 20px 20px 63px rgb(8 57 65 / 5%) inset;
}
.service-con2 .service-box .lower figure{
    width: 91px;
    height: 91px;
    background-color: var(--e-global-color-secondary);
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto !important;
}
.service-con2 .service-box .lower img{
    filter: brightness(10);
    max-height: 49px !important;
}
.service-con2 .service-box .lower{
    margin-top: -50px !important;
    position: relative;
    z-index: 1;
    padding: 0px 30px 30px 30px;
}
.service-con2 .service-box .upper img{
    height: 261px !important;
    object-fit: cover;
    object-position: center;
    border-radius: 15px;
}
.service-con2 .service-box h4 {
    padding-top: 25px;
    padding-bottom: 5px;
    padding-left: 30px;
    padding-right: 30px;
}

.service-con3 .servces-wrapper{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px 25px;
}
.service-con3 .service-box:nth-child(even){
    margin-top: -30px;
    margin-bottom: 30px;
}
.service-con3 .service-box{
    box-shadow: 20px 20px 63px rgb(8 57 65 / 2%) !important;
}
.service-con3 .service-box {
    padding: 45px 30px 40px 30px;
}

.service-con4 .servces-wrapper{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 30px;
}
.service-con4 .service-box{
    box-shadow: 20px 20px 63px rgb(8 57 65 / 2%) !important;
}
/*-----------------Team-Widget-Style----------------*/
.team-con .team_wrapper{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
}
.team-con .team_wrapper figure img{
    height: 314px !important;
    width: 314px !important;
    object-fit: cover;
    object-position: center;
    border-radius: 100%;
    overflow: hidden;
    margin: 0 auto !important;
}
.team-con .team-box{
    text-align: center;
}
.team-con h5{
    padding-top: 32px;
}
.team-con1 h5{
    padding-top: 27px;
}
.team-con .team-box i{
    padding: 13px;
    border-radius: 100px;
    background-color: var(--e-global-color-accent);
    font-size: 17px;
}
.team-con .team-box i:hover{
    background-color: var(--e-global-color-secondary);
    color: var(--e-global-color-white);
}
.team-con .team-box ul{
    flex-direction: row;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
}
.team-con .team-box ul li{
    display: block !important;
}
.team-con .team-box p{
    color: var(--e-global-color-text);
    padding-bottom: 15px;
}
/*Team Style 2*/
.team-con1 .team_wrapper{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 30px;
}
.team-con1 .team_wrapper figure img{
    height:304px !important;
    width: 100% !important;
    object-fit: cover;
    object-position: center;
    border-radius: 15px;
    margin: 0 auto !important;
}
.team-con1 .team-box{
    text-align: center;
}
.team-con1 h4{
    padding-top: 32px;
}
.team-con1 .team-box i{
    padding: 11px;
    border-radius: 100px;
    background-color: var(--e-global-color-primary);
    color: var(--e-global-color-white);
    font-size: 17px;
}
.team-con1 .team-box i:hover{
    background-color: var(--e-global-color-secondary);
    color: var(--e-global-color-white);
}
.team-con1 .team-box ul{
    flex-direction: row;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
}
.team-con1 .team-box ul li{
    display: block !important;
}
.team-con1 .team-box p{
    color: var(--e-global-color-text);
    font-size: 14px;
    padding-bottom: 5px;
}

/*Testimonial Style 1*/
.testimonial-con .carousel-inner{
    width: 850px;
    margin: 0 auto;
}
.testimonial-con .testimonial-box ul {
    margin-bottom: 22px;
}
.testimonial-con .testimonial-box ul li {
    display: inline-block;
}
.testimonial-con .testimonial-box ul li i {
    font-size: 16px;
    line-height: 16px;
    color: #fde547;
}
.testimonial-con .testimonial-box p{
    margin-bottom: 28px;
    color: var(--e-global-color-text);
    font-size: 18px;
    padding: 0px 50px;
    padding-bottom: 15px;
}
.testimonial-con .testimonial-box .lower_content{
    margin-bottom: 45px;
}
.testimonial-con .testimonial-box .name{
    display: block;
    margin-bottom: 5px;
    color: var(--e-global-color-primary);
}
.testimonial-con .testimonial-box .review{
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: var(--e-global-color-text);
}
.testimonial-con .carousel-indicators {
    margin: 0;
}
.testimonial-con .carousel-indicators li {
    opacity: 1;
    width: 60px;
    background: none;
    text-indent: 1px;
    margin: 0 10px;
    cursor: pointer;
}
.testimonial-con .carousel-indicators li figure {
    border-radius: 100%;
    position: relative;
    width: 74px;
    height: 74px;
    line-height: 69px;
    text-align: center;
    border: 1px solid transparent;
}
.testimonial-con .carousel-indicators li img {
    border-radius: 100%;
    width: 60px;
}
@-moz-document url-prefix() {
    .testimonial-con .carousel-indicators li img {
        position: relative;
        right: 1px;
    }
    .testimonial-con .carousel-indicators li figure {
        line-height: 69px;
    }
}
.testimonial-con .carousel-indicators .active figure {
    border: 1px solid var(--e-global-color-accent);
}
.testimonial-con .pagination_outer{
    position: relative;
}
.testimonial-con .carousel-control-prev,
.testimonial-con .carousel-control-next{
    opacity: 1;
    display: contents !important;
}
.testimonial-con .carousel-control-prev i,
.testimonial-con .carousel-control-next i{
    font-size: 18px;
    top: 18px;
    position: absolute;
    color: var(--e-global-color-primary) !important;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.testimonial-con .carousel-control-prev i{
    left: 235px;
}
.testimonial-con .carousel-control-next i{
    right: 235px;
}
.testimonial-con .carousel-control-prev i:hover,
.testimonial-con .carousel-control-next i:hover{
    color: var(--e-global-color-accent) !important;
}
/* Testimonial Style 2 */
.index2-outer-wrapper .testimonial-box{
    padding: 40px 40px;
    background-color: var(--e-global-color-white);
    border-radius: 15px;
    border-bottom: 2px solid var(--e-global-color-secondary);
    display: flex;
    flex-direction: row;
    gap: 40px;
}
.index2-outer-wrapper .testimonial-box .white-box figure{
    width: 75px;
}
.index2-outer-wrapper .testimonial-box .white-box img{
    width: 75px;
    max-height: 75px !important;
    object-fit: cover;
    object-position: center;
    border-radius: 100px;
}
.index2-outer-wrapper .testimonial-box .designation-outer span{
    font-size: 14px;
    margin-top: -5px;
    color: var(--e-global-color-text);
}
.index2-outer-wrapper .testimonial-box p{
    color: var(--e-global-color-text);
    padding-bottom: 10px;
}
.index2-outer-wrapper .testimonial-box ul li {
    display: inline-block;
}
.index2-outer-wrapper .testimonial-box ul li i {
    font-size: 14px;
    line-height: 16px;
    color: var(--e-global-color-accent);
}
.index2-outer-wrapper .owl-dots {
    display: block !important;
    text-align: center;
    margin-top: 40px;
}
.index2-outer-wrapper .owl-dots .owl-dot {
    width: 13px;
    height: 13px;
    border-radius: 100px;
    display: inline-block;
    margin: 0px 3px;
    background: #dfe9eb;
}
.index2-outer-wrapper .owl-dots .owl-dot.active {
    background: var(--e-global-color-accent);
}
.index2-outer-wrapper button:focus {
    outline: none;
}
/*Testimonial Style 1*/
.index3-outer-wrapper .testimonial-box{
    padding: 50px 40px 50px 33px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    background-color: var(--e-global-color-white);
    box-shadow: 8px 8px 80px rgb(0 57 65 / 5%) inset;
}
.index3-outer-wrapper .testimonial-box:hover{
    background-color: var(--e-global-color-secondary);
    transition: all 0.3s ease-in-out;
}
.index3-outer-wrapper .testimonial-box:hover .white-box img{
    filter: brightness(10);
}
.index3-outer-wrapper .testimonial-box:hover p,.index3-outer-wrapper .testimonial-box:hover h6,.index3-outer-wrapper .testimonial-box:hover span{
    color: var(--e-global-color-white) !important;
    transition: all 0.3s ease-in-out;
}
.index3-outer-wrapper .testimonial-box h6{
    padding-top: 5px;
    font-size: 16px;
}
.index3-outer-wrapper .testimonial-box p{
    color: var(--e-global-color-text);
    margin-bottom: 15px !important;
}
.index3-outer-wrapper .testimonial-box .info{
    gap: 15px;
}
.index3-outer-wrapper .testimonial-box .user-img img{
    width: 54px;
    max-height: 54px !important;
    object-fit: cover;
    object-position: center;
    border-radius: 100px;
}
.index3-outer-wrapper .testimonial-box .white-box img{
    margin-bottom: 20px !important;
}
.index3-outer-wrapper .testimonial-box ul {
    margin-bottom: 2px;
    margin-top: 10px;
}
.index3-outer-wrapper .testimonial-box ul li {
    display: inline-block;
}
.index3-outer-wrapper .testimonial-box ul li i {
    font-size: 15px;
    line-height: 16px;
    color: #fde547;
}
.index3-outer-wrapper .testimonial-box .designation-outer span{
    font-size: 14px;
    color: var(--e-global-color-text);
}
.index3-outer-wrapper .owl-dots {
    display: block !important;
    text-align: center;
    margin-top: 40px;
}
.index3-outer-wrapper .owl-dots .owl-dot {
    width: 13px;
    height: 13px;
    border-radius: 100px;
    display: inline-block;
    margin: 0px 3px;
    background: #dfe9eb;
}
.index3-outer-wrapper .owl-dots .owl-dot.active {
    background: var(--e-global-color-accent);
}
.index3-outer-wrapper button:focus {
    outline: none;
}
/* Home 3 Gallery Section */
.article-con .article_wraper{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
}
.article-con .article-box img{
    width: 100% !important;
    height: 306px !important;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
}
.article-con .article-box .box-content{
    padding: 25px 0px 0px 0px;
}
.article-con .article-box .span_wrapper span{
    font-size: 12px;
    color: var(--e-global-color-text);
}
.article-con .article-box .span_wrapper i{
    margin-right: 5px;
    color: var(--e-global-color-accent);
}
.article-con .article-box .span_wrapper{
    gap: 30px;
    display: flex;
    flex-direction: row;
    margin-bottom: 15px;
}
.article-con .article-box h5{
    color: #0b1b3b;
    margin-bottom: 0px !important;
}
/*Case Studies*/
.case-con1 .case_wrapper{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
}
.case-con1 img{
    height: 349px !important;
    width: 100% !important;
    border-radius: 20px !important;
    object-fit: cover;
    object-position: center;
}
.case-con1 .box-content{
    border-radius: 10px;
    background-color: var(--e-global-color-white);
    padding-top:25px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}
.case-con1 .box-content i{
    color: var(--e-global-color-primary);
    font-size: 12px;
    height: 40px;
    width: 40px;
    border: 1px solid;
    border-radius: 100px;
    box-shadow: 8px 8px 28px rgb(0 57 65 / 10%);
    display: flex;
    justify-content: center;
    align-items: center;
}
.case-con1 .case-box1:hover i{
     background-color: var(--e-global-color-accent);
     color: var(--e-global-color-white);
     border-color: var(--e-global-color-accent);
     transition: all 0.3s ease-in-out;
}
.case-con1 .box-content h5{
    margin-bottom: 0px;
    padding-right: 90px;
}
.case-con1 .left-content{
    justify-content: center;
    display: flex;
    flex-direction: column;
}
.case-con2 .owl-dots {
    display: block !important;
    text-align: center;
    margin-top: 70px;
}
.case-con2 .owl-dots .owl-dot {
    width: 13px;
    height: 13px;
    border-radius: 100px;
    display: inline-block;
    margin: 0px 3px;
    background: #dfe9eb;
}
.case-con2 .owl-dots .owl-dot.active {
    background: var(--e-global-color-accent);
}
.case-con2 button:focus {
    outline: none;
}

/* Home 2 Gallery Section */
.gallery-section-outer {
    margin: 0 !important;
} 
.gallery-section {
    column-width: 450px;
    gap: 30px;
}
.gallery-section .gallery-images img {
    width: 100%;
    cursor: pointer;
    padding: 0;
    border-radius: 0;
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
}
.gallery-section .gallery-images .image-wrapper {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    width: 100%;
}
.gallery-section .gallery-images .image-wrapper:hover img {
    transform: scale(1.1);
}
.gallery-section .gallery-images .image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(47 79 255 / 55%);
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 10px;
    cursor: pointer;
}
.gallery-section .gallery-images .image-wrapper:hover .image-overlay {
    opacity: 1;
}
.gallery-section .gallery-images .image-overlay:before {
    content: '';
    background-image: url(../images/gallery-plus-icon.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
}
.gallery-section .lightbox {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    background: #000000;
    perspective: 1000;
    z-index: 40000000;
}
.gallery-section .filter {
    position: absolute;
    width: 100%;
    height: 100%;
    filter: blur(20px);
    opacity: 0.5;
    background-position: center;
    background-size: cover;
}
.gallery-section .lightbox img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotateY(0deg);
    max-height: 95vh;
    max-width: calc(95vw - 100px);
    transition: 0.8s cubic-bezier(0.7, 0, 0.4, 1);
    transform-style: preserve-3d;
}
.gallery-section [class^="arrow"] {
    height: 50px;
    width: 50px;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.gallery-section [class^="arrow"]:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 14px;
    height: 14px;
} 
.gallery-section .arrowr {
    right: 0;
} 
.gallery-section .arrowr:after {
    border-right: 1px solid var(--e-global-color-white);
    border-bottom: 1px solid var(--e-global-color-white);
}  
.gallery-section .arrowl {
    left: 0;
 } 
.gallery-section .arrowl:after {
    border-left: 1px solid var(--e-global-color-white);
    border-top: 1px solid var(--e-global-color-white);
}
.gallery-section .close {
    position: absolute;
    right: 0;
    width: 45px;
    height: 45px;
    margin: 20px;
    font-size: 16px;
    opacity: 1;
    background: var(--e-global-color-black);
}
.gallery-section .close:before {
    content: '\f00d';
    position: absolute;
    top: 12px;
    right: 0;
    font-family: 'FontAwesome';
    font-size: 22px;
    color: var(--e-global-color-white);
    text-shadow: none;
    left: 0;
    text-align: center;
}
.gallery-section-outer .nav-tabs {
    display: flex;
    background-color: var(--e-global-color-white);
    padding: 20px;
    border-radius: 10px;
    max-width: 1140px;
    align-items: center;
    gap: 40px;
    border: none;
    justify-content: center;
    margin: 0 auto 28px;
}
.gallery-section-outer .nav-tabs .nav-item {
    margin: 0;
}
.gallery-section-outer .nav-tabs .nav-link {
    font-size: 20px;
    line-height: 20px;
    color: var(--e-global-color-dark-grayish-blue);
    border-radius: 10px;
    border: none;
    padding: 0;
    font-weight: 400;
    background: transparent;
    padding: 18px 6px;
    transition: all 0.5s ease-in-out;
}
.gallery-section-outer .nav-tabs .nav-link.active {
    color: var(--e-global-color-white);
    background: var(--e-global-color-vivid-blue);
    padding: 18px 20px;
}
/* Home 3 Gallery Section */
.home-3-gallery-section-outer .nav-tabs {
    background-color: transparent;
    padding: 0 !important;
    border-radius: 0;
    gap: 60px;
    margin-bottom: 47px;
}
.home-3-gallery-section-outer .nav-tabs .nav-link {
    padding: 0px 0 !important;
    font-size: 14px;
    line-height: 18px;
    font-family: "Inter";
    text-transform: uppercase;
    color: #343130;
    position: relative;
    color: var(--e-global-color-black);
    transition: all 0.3s ease-in-out;
    border-bottom: 1px solid transparent;
}
.home-3-gallery-section-outer .nav-tabs .nav-link.active, .home-3-gallery-section-outer .nav-tabs .nav-link:hover {
    color: #ff907e;
    border-bottom: 1px solid #ff907e;
    background: transparent;
    padding: 0px 0 !important;
}
.home-3-gallery-section-outer .nav-tabs .nav-link.active:after, .home-3-gallery-section-outer .nav-tabs .nav-link.active::before, .home-3-gallery-section-outer .nav-tabs .nav-link:hover:after, .home-3-gallery-section-outer .nav-tabs .nav-link:hover::before {
    top: 0;
    left: 0;
    content: "";
    width: 50px;
    height: 2px;
    position: absolute;
    background: var(--e-global-color-light-blue);
    transition: all 0.3s ease-in-out;
}
.home-3-gallery-section-outer .nav-tabs .nav-link.active::before, .home-3-gallery-section-outer .nav-tabs .nav-link:hover::before  {
    bottom: 0;
    right: 0;
    top: auto;
    left: auto;
}
.home-3-gallery-section {
    column-width: 350px;
}
.home-3-gallery-section .gallery-images .image-wrapper {
    border-radius: 10px;
}
.home-3-gallery-section .gallery-images img {
    border-radius: 10px;
}
.home-3-gallery-section .gallery-images .image-overlay {
    background: rgba(0, 0, 0, 0.5);
}
.home-3-gallery-section .gallery-images .image-overlay:before {
    width: 60px;
    height: 60px;
    background-size: 60px;
}
/* Home 4 Gallery Section */
.home-4-gallery-section .gallery-images .image-wrapper {
    border: 0px solid var(--e-global-color-white);
    box-shadow: 0 0 100px 0 rgba(0,0,0,0.1);
}
/*Cart CSS*/
.finoza-cart-btn a {
    position: relative;
    display: inline-block;
  }
  .finoza-nav-menu--dropdown-mobile.finoza-nav-menu--stretch{
    position: unset;
  }
  .navbar-area .navbar-area-2 .finoza-cart-btn i {
    background: #f0d23f;
    border-radius: var(--e-global-button-border-radius);
    padding: 14px 13px;
    color: #fff;
    margin-left: 10px;
  }
  .finoza-cart-btn span.finoza-cart-count {
    font-size: 8px;
    color: var(--e-global-color-white);
    background-color: var(--e-global-color-accent);
    padding: 1px 4px 1px 4px;
    border-radius: var(--e-global-border-radius);
    position: absolute;
    top: 5px;
    right: 3px;
    min-width: 14px;
  }
  .finoza-cart-btn .btn .badge{
    position: absolute !important;
  }
  .finoza-cart-btn .btn:focus{
    box-shadow: none !important;
  }

/*-------- SEARCH FORM HEADER ------------ */
.search-form-header {
    cursor: pointer;
  }
  .search-form-header div#searchcontainer .searchFormInner{
    display: flex;
    align-items: center;
    background: #fff;
  }
  .search-form-header div#searchcontainer .form-control:focus{
    box-shadow: none;
    background: none;
  }
  .searchFormInner .search-button{
    background: #007bff;
    color: #fff;
    padding: 7px 15px;
  }
  .search-form-header label {
   
    border: 1px solid var(--e-global-color-very-dark-blue);
    background: var(--e-global-color-very-dark-blue);
    cursor: pointer;
    text-align: center;
    line-height: 0;
    margin: 0;
  }
  .search-form-header div#searchcontainer {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100;
    display: block;
    background: rgba(0,0,0,.85);
    left: -100%;
    /* initially position search container out of view */
    top: 0;
    z-index: 9999;
    display: grid;
    align-items: center;
    /* shift container downwards so the header is still visible when search is shown */
    padding: 50px;
    opacity: 0;
    cursor: crosshair;
    text-align: center;
    font: bold 16px "Bitter", sans-serif;
    /* use google font */
    -webkit-transform: scale(0.9) translate3d(-0, -50px, 0);
    transform: scale(0.9) translate3d(-0, -50px, 0);
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s, left 0s 0.5s;
    transition: transform 0.5s, opacity 0.5s, left 0s 0.5s;
  }
  .search-form-header div#searchcontainer div {
    font-weight: 400;
    padding: 5px;
    color: #fff;
  }
  .search-form-header div#searchcontainer form {
    width: 50%;
    margin: 0 auto;
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
    -webkit-transition: all 0.5s 0s;
    transition: all 0.5s 0s;
  }
  
  .search-form-header div#searchcontainer form input[type="search"] {
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    padding: 10px;
    outline: none;
    font-size: 26px;
  }
  .search-form-header div#searchcontainer.opensearch {
    left: 0;
    opacity: 1;
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s, left 0s 0s;
    transition: transform 0.5s, opacity 0.5s, left 0s 0s;
  } 
  .search-form-header div#searchcontainer.opensearch form {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: all 0.5s 0.5s;
    transition: all 0.5s 0.5s;
  }
  .search-form-header .close {
    top: 65px;
    right: 30px;
    position: absolute;
  }
  /*! elementor - v3.20.0 - 11-03-2024 */
.site-main .menu-navigation-container {
    overflow: visible;
}
.elementor-item:after,
.elementor-item:before {
    display: block;
    position: absolute;
    transition: 0.3s;
    transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1);
}
.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,
.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
    opacity: 0;
}
.elementor-item-active:after,
.elementor-item-active:before,
.elementor-item.highlighted:after,
.elementor-item.highlighted:before,
.elementor-item:focus:after,
.elementor-item:focus:before,
.elementor-item:hover:after,
.elementor-item:hover:before {
    transform: scale(1);
}
.e--pointer-double-line .elementor-item:after,
.e--pointer-double-line .elementor-item:before,
.e--pointer-overline .elementor-item:after,
.e--pointer-overline .elementor-item:before,
.e--pointer-underline .elementor-item:after,
.e--pointer-underline .elementor-item:before {
    height: 3px;
    width: 100%;
    left: 0;
    background-color: #3f444b;
    z-index: 2;
}
.e--pointer-double-line.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,
.e--pointer-double-line.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,
.e--pointer-overline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,
.e--pointer-overline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,
.e--pointer-underline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,
.e--pointer-underline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
    height: 0;
    width: 0;
    left: 50%;
}
.e--pointer-double-line.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,
.e--pointer-overline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,
.e--pointer-underline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
    top: 10px;
}
.e--pointer-double-line.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,
.e--pointer-overline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,
.e--pointer-underline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after {
    bottom: 10px;
}
.e--pointer-double-line.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,
.e--pointer-overline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,
.e--pointer-underline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
    top: -10px;
}
.e--pointer-double-line.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,
.e--pointer-overline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,
.e--pointer-underline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after {
    bottom: -10px;
}
.e--pointer-double-line.e--animation-none,
.e--pointer-double-line.e--animation-none .elementor-item,
.e--pointer-double-line.e--animation-none .elementor-item:after,
.e--pointer-double-line.e--animation-none .elementor-item:before,
.e--pointer-double-line.e--animation-none .elementor-item:focus,
.e--pointer-double-line.e--animation-none .elementor-item:hover,
.e--pointer-double-line.e--animation-none:after,
.e--pointer-double-line.e--animation-none:before,
.e--pointer-double-line.e--animation-none:focus,
.e--pointer-double-line.e--animation-none:hover,
.e--pointer-overline.e--animation-none,
.e--pointer-overline.e--animation-none .elementor-item,
.e--pointer-overline.e--animation-none .elementor-item:after,
.e--pointer-overline.e--animation-none .elementor-item:before,
.e--pointer-overline.e--animation-none .elementor-item:focus,
.e--pointer-overline.e--animation-none .elementor-item:hover,
.e--pointer-overline.e--animation-none:after,
.e--pointer-overline.e--animation-none:before,
.e--pointer-overline.e--animation-none:focus,
.e--pointer-overline.e--animation-none:hover,
.e--pointer-underline.e--animation-none,
.e--pointer-underline.e--animation-none .elementor-item,
.e--pointer-underline.e--animation-none .elementor-item:after,
.e--pointer-underline.e--animation-none .elementor-item:before,
.e--pointer-underline.e--animation-none .elementor-item:focus,
.e--pointer-underline.e--animation-none .elementor-item:hover,
.e--pointer-underline.e--animation-none:after,
.e--pointer-underline.e--animation-none:before,
.e--pointer-underline.e--animation-none:focus,
.e--pointer-underline.e--animation-none:hover {
    transition-duration: 0s;
}
.e--pointer-double-line .elementor-item:before,
.e--pointer-overline .elementor-item:before {
    content: "";
    top: 0;
}
.e--pointer-double-line.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,
.e--pointer-overline.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
    width: 10px;
    left: -20px;
}
.e--pointer-double-line .elementor-item:after,
.e--pointer-underline .elementor-item:after {
    content: "";
    bottom: 0;
}
.e--pointer-double-line.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,
.e--pointer-underline.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after {
    width: 10px;
    inset-inline-start: 100%;
}
.e--pointer-framed .elementor-item:after,
.e--pointer-framed .elementor-item:before {
    background: transparent;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border: 3px solid #3f444b;
}
.e--pointer-framed .elementor-item:before {
    content: "";
}
.e--pointer-framed.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
    transform: scale(0.75);
}
.e--pointer-framed.e--animation-shrink .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
    transform: scale(1.25);
}
.e--pointer-framed.e--animation-grow .elementor-item:before,
.e--pointer-framed.e--animation-shrink .elementor-item:before {
    transition: opacity 0.2s, transform 0.4s;
}
.e--pointer-framed.e--animation-draw .elementor-item:after,
.e--pointer-framed.e--animation-draw .elementor-item:before {
    width: 3px;
    height: 3px;
}
.e--pointer-framed.e--animation-draw .elementor-item:before {
    border-width: 0 0 3px 3px;
    transition: width 0.1s 0.2s, height 0.1s 0.3s, opacity 0.12s 0.22s;
}
.e--pointer-framed.e--animation-draw .elementor-item:after {
    content: "";
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    border-width: 3px 3px 0 0;
    transition: width 0.1s, height 0.1s 0.1s, opacity 0.02s 0.18s;
}
.e--pointer-framed.e--animation-draw .elementor-item-active:after,
.e--pointer-framed.e--animation-draw .elementor-item-active:before,
.e--pointer-framed.e--animation-draw .elementor-item.highlighted:after,
.e--pointer-framed.e--animation-draw .elementor-item.highlighted:before,
.e--pointer-framed.e--animation-draw .elementor-item:focus:after,
.e--pointer-framed.e--animation-draw .elementor-item:focus:before,
.e--pointer-framed.e--animation-draw .elementor-item:hover:after,
.e--pointer-framed.e--animation-draw .elementor-item:hover:before {
    width: 100%;
    height: 100%;
}
.e--pointer-framed.e--animation-draw .elementor-item-active:before,
.e--pointer-framed.e--animation-draw .elementor-item.highlighted:before,
.e--pointer-framed.e--animation-draw .elementor-item:focus:before,
.e--pointer-framed.e--animation-draw .elementor-item:hover:before {
    transition: opacity 0.02s, height 0.1s, width 0.1s 0.1s;
}
.e--pointer-framed.e--animation-draw .elementor-item-active:after,
.e--pointer-framed.e--animation-draw .elementor-item.highlighted:after,
.e--pointer-framed.e--animation-draw .elementor-item:focus:after,
.e--pointer-framed.e--animation-draw .elementor-item:hover:after {
    transition: opacity 0.02s 0.2s, height 0.1s 0.2s, width 0.1s 0.3s;
}
.e--pointer-framed.e--animation-corners .elementor-item:after,
.e--pointer-framed.e--animation-corners .elementor-item:before {
    width: 3px;
    height: 3px;
}
.e--pointer-framed.e--animation-corners .elementor-item:before {
    border-width: 3px 0 0 3px;
}
.e--pointer-framed.e--animation-corners .elementor-item:after {
    content: "";
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    border-width: 0 3px 3px 0;
}
.e--pointer-framed.e--animation-corners .elementor-item-active:after,
.e--pointer-framed.e--animation-corners .elementor-item-active:before,
.e--pointer-framed.e--animation-corners .elementor-item.highlighted:after,
.e--pointer-framed.e--animation-corners .elementor-item.highlighted:before,
.e--pointer-framed.e--animation-corners .elementor-item:focus:after,
.e--pointer-framed.e--animation-corners .elementor-item:focus:before,
.e--pointer-framed.e--animation-corners .elementor-item:hover:after,
.e--pointer-framed.e--animation-corners .elementor-item:hover:before {
    width: 100%;
    height: 100%;
    transition: opacity 2ms, width 0.4s, height 0.4s;
}
.e--pointer-framed.e--animation-none,
.e--pointer-framed.e--animation-none .elementor-item,
.e--pointer-framed.e--animation-none .elementor-item:after,
.e--pointer-framed.e--animation-none .elementor-item:before,
.e--pointer-framed.e--animation-none .elementor-item:focus,
.e--pointer-framed.e--animation-none .elementor-item:hover,
.e--pointer-framed.e--animation-none:after,
.e--pointer-framed.e--animation-none:before,
.e--pointer-framed.e--animation-none:focus,
.e--pointer-framed.e--animation-none:hover {
    transition-duration: 0s;
}
.e--pointer-background .elementor-item:after,
.e--pointer-background .elementor-item:before {
    content: "";
    transition: 0.3s;
}
.e--pointer-background .elementor-item:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #3f444b;
    z-index: -1;
}
.e--pointer-background .elementor-item-active,
.e--pointer-background .elementor-item.highlighted,
.e--pointer-background .elementor-item:focus,
.e--pointer-background .elementor-item:hover {
    color: #fff;
}
.e--pointer-background.e--animation-grow .elementor-item:before {
    transform: scale(0.5);
}
.e--pointer-background.e--animation-grow .elementor-item-active:before,
.e--pointer-background.e--animation-grow .elementor-item.highlighted:before,
.e--pointer-background.e--animation-grow .elementor-item:focus:before,
.e--pointer-background.e--animation-grow .elementor-item:hover:before {
    transform: scale(1);
    opacity: 1;
}
.e--pointer-background.e--animation-shrink .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
    transform: scale(1.2);
    transition: 0.3s;
}
.e--pointer-background.e--animation-shrink .elementor-item-active:before,
.e--pointer-background.e--animation-shrink .elementor-item.highlighted:before,
.e--pointer-background.e--animation-shrink .elementor-item:focus:before,
.e--pointer-background.e--animation-shrink .elementor-item:hover:before {
    transition: opacity 0.15s, transform 0.4s;
}
.e--pointer-background.e--animation-sweep-left .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
    left: 100%;
}
.e--pointer-background.e--animation-sweep-right .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
    right: 100%;
}
.e--pointer-background.e--animation-sweep-up .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
    top: 100%;
}
.e--pointer-background.e--animation-sweep-down .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
    bottom: 100%;
}
.e--pointer-background.e--animation-shutter-out-vertical .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
    bottom: 50%;
    top: 50%;
}
.e--pointer-background.e--animation-shutter-out-horizontal .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
    right: 50%;
    left: 50%;
}
.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:after,
.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #3f444b;
    z-index: -1;
}
.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:before {
    top: 0;
    bottom: 100%;
}
.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:after {
    top: 100%;
    bottom: 0;
}
.e--pointer-background.e--animation-shutter-in-vertical .elementor-item-active:before,
.e--pointer-background.e--animation-shutter-in-vertical .elementor-item.highlighted:before,
.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:focus:before,
.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:hover:before {
    bottom: 50%;
}
.e--pointer-background.e--animation-shutter-in-vertical .elementor-item-active:after,
.e--pointer-background.e--animation-shutter-in-vertical .elementor-item.highlighted:after,
.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:focus:after,
.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:hover:after {
    top: 50%;
}
.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:before {
    right: 0;
    left: 100%;
}
.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:after {
    right: 100%;
    left: 0;
}
.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item-active:before,
.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item.highlighted:before,
.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:focus:before,
.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:hover:before {
    left: 50%;
}
.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item-active:after,
.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item.highlighted:after,
.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:focus:after,
.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:hover:after {
    right: 50%;
}
.e--pointer-background.e--animation-none,
.e--pointer-background.e--animation-none .elementor-item,
.e--pointer-background.e--animation-none .elementor-item:after,
.e--pointer-background.e--animation-none .elementor-item:before,
.e--pointer-background.e--animation-none .elementor-item:focus,
.e--pointer-background.e--animation-none .elementor-item:hover,
.e--pointer-background.e--animation-none:after,
.e--pointer-background.e--animation-none:before,
.e--pointer-background.e--animation-none:focus,
.e--pointer-background.e--animation-none:hover {
    transition-duration: 0s;
}
.e--pointer-text.e--animation-skew .elementor-item:focus,
.e--pointer-text.e--animation-skew .elementor-item:hover {
    transform: skew(-8deg);
}
.e--pointer-text.e--animation-grow .elementor-item:focus,
.e--pointer-text.e--animation-grow .elementor-item:hover {
    transform: scale(1.2);
}
.e--pointer-text.e--animation-shrink .elementor-item:focus,
.e--pointer-text.e--animation-shrink .elementor-item:hover {
    transform: scale(0.8);
}
.e--pointer-text.e--animation-float .elementor-item:focus,
.e--pointer-text.e--animation-float .elementor-item:hover {
    transform: translateY(-8px);
}
.e--pointer-text.e--animation-sink .elementor-item:focus,
.e--pointer-text.e--animation-sink .elementor-item:hover {
    transform: translateY(8px);
}
.e--pointer-text.e--animation-rotate .elementor-item:focus,
.e--pointer-text.e--animation-rotate .elementor-item:hover {
    transform: rotate(6deg);
}
.e--pointer-text.e--animation-none,
.e--pointer-text.e--animation-none .elementor-item,
.e--pointer-text.e--animation-none .elementor-item:after,
.e--pointer-text.e--animation-none .elementor-item:before,
.e--pointer-text.e--animation-none .elementor-item:focus,
.e--pointer-text.e--animation-none .elementor-item:hover,
.e--pointer-text.e--animation-none:after,
.e--pointer-text.e--animation-none:before,
.e--pointer-text.e--animation-none:focus,
.e--pointer-text.e--animation-none:hover {
    transition-duration: 0s;
}
.finoza-custom-nav-main .finoza-nav-menu a {
    transition: 0.4s;
}
.finoza-custom-nav-main .finoza-nav-menu a,
.finoza-custom-nav-main .finoza-nav-menu a.highlighted,
.finoza-custom-nav-main .finoza-nav-menu a:focus,
.finoza-custom-nav-main .finoza-nav-menu a:hover {
    padding: 13px 20px;
}
.finoza-custom-nav-main .finoza-nav-menu a.current {
    background: #1f2124;
    color: #fff;
}
.finoza-custom-nav-main .finoza-nav-menu a.disabled {
    background: #3f444b;
    color: #88909b;
}
.finoza-custom-nav-main .finoza-nav-menu ul {
    position: absolute;
    min-width: 12em;
    width: auto;
    border-width: 0;
    border-style: solid;
    padding: 0;
}
.finoza-custom-nav-main .finoza-nav-menu span.scroll-down,
.finoza-custom-nav-main .finoza-nav-menu span.scroll-up {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: #fff;
    height: 20px;
}
.finoza-custom-nav-main .finoza-nav-menu span.scroll-down-arrow,
.finoza-custom-nav-main .finoza-nav-menu span.scroll-up-arrow {
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    overflow: hidden;
    border: 8px dashed transparent;
    border-bottom: 8px solid #33373d;
}
.finoza-custom-nav-main .finoza-nav-menu span.scroll-down-arrow {
    top: 6px;
    border-style: solid dashed dashed;
    border-color: #33373d transparent transparent;
}
.finoza-custom-nav-main .finoza-nav-menu--dropdown .sub-arrow .e-font-icon-svg,
.finoza-custom-nav-main .finoza-nav-menu--dropdown .sub-arrow i {
    transform: rotate(-90deg);
}
.finoza-custom-nav-main .finoza-nav-menu--dropdown .sub-arrow .e-font-icon-svg {
    fill: currentColor;
    height: 1em;
    width: 1em;
}
.finoza-nav-menu--layout-horizontal {
    display: flex;
}
.finoza-nav-menu--layout-horizontal .finoza-nav-menu {
    display: flex;
    flex-wrap: wrap;
}
.finoza-nav-menu--layout-horizontal .finoza-nav-menu a {
    white-space: nowrap;
    flex-grow: 1;
}
.finoza-nav-menu--layout-horizontal .finoza-nav-menu > li {
    display: flex;
}
.finoza-nav-menu--layout-horizontal .finoza-nav-menu > li > .scroll-down,
.finoza-nav-menu--layout-horizontal .finoza-nav-menu > li ul {
    top: 100% !important;
}
.finoza-nav-menu--layout-horizontal .finoza-nav-menu > li:not(:first-child) > a {
    margin-inline-start: var(--e-nav-menu-horizontal-menu-item-margin);
}
.finoza-nav-menu--layout-horizontal .finoza-nav-menu > li:not(:first-child) > .scroll-down,
.finoza-nav-menu--layout-horizontal .finoza-nav-menu > li:not(:first-child) > .scroll-up,
.finoza-nav-menu--layout-horizontal .finoza-nav-menu > li:not(:first-child) > ul {
    left: var(--e-nav-menu-horizontal-menu-item-margin) !important;
}
.finoza-nav-menu--layout-horizontal .finoza-nav-menu > li:not(:last-child) > a {
    margin-inline-end: var(--e-nav-menu-horizontal-menu-item-margin);
}
.finoza-nav-menu--layout-horizontal .finoza-nav-menu > li:not(:last-child):after {
    content: var(--e-nav-menu-divider-content, none);
    height: var(--e-nav-menu-divider-height, 35%);
    border-left: var(--e-nav-menu-divider-width, 2px) var(--e-nav-menu-divider-style, solid) var(--e-nav-menu-divider-color, #000);
    border-bottom-color: var(--e-nav-menu-divider-color, #000);
    border-right-color: var(--e-nav-menu-divider-color, #000);
    border-top-color: var(--e-nav-menu-divider-color, #000);
    align-self: center;
}
.finoza-nav-menu__align-right .finoza-nav-menu {
    margin-left: auto;
    justify-content: flex-end;
}
.finoza-nav-menu__align-right .finoza-nav-menu--layout-vertical > ul > li > a {
    justify-content: flex-end;
}
.finoza-nav-menu__align-left .finoza-nav-menu {
    margin-right: auto;
    justify-content: flex-start;
}
.finoza-nav-menu__align-left .finoza-nav-menu--layout-vertical > ul > li > a {
    justify-content: flex-start;
}
.finoza-nav-menu__align-start .finoza-nav-menu {
    margin-inline-end: auto;
    justify-content: flex-start;
}
.finoza-nav-menu__align-start .finoza-nav-menu--layout-vertical > ul > li > a {
    justify-content: flex-start;
}
.finoza-nav-menu__align-end .finoza-nav-menu {
    margin-inline-start: auto;
    justify-content: flex-end;
}
.finoza-nav-menu__align-end .finoza-nav-menu--layout-vertical > ul > li > a {
    justify-content: flex-end;
}
.finoza-nav-menu__align-center .finoza-nav-menu {
    margin-inline-start: auto;
    margin-inline-end: auto;
    justify-content: center;
}
.finoza-nav-menu__align-center .finoza-nav-menu--layout-vertical > ul > li > a {
    justify-content: center;
}
.finoza-nav-menu__align-justify .finoza-nav-menu--layout-horizontal .finoza-nav-menu {
    width: 100%;
}
.finoza-nav-menu__align-justify .finoza-nav-menu--layout-horizontal .finoza-nav-menu > li {
    flex-grow: 1;
}
.finoza-nav-menu__align-justify .finoza-nav-menu--layout-horizontal .finoza-nav-menu > li > a {
    justify-content: center;
}
.elementor-widget-nav-menu:not(.finoza-nav-menu--toggle) .elementor-menu-toggle {
    display: none;
}
.elementor-widget-nav-menu .elementor-widget-container {
    display: flex;
    flex-direction: column;
}
.finoza-nav-menu {
    position: relative;
    z-index: 2;
}
.finoza-nav-menu:after {
    content: " ";
    display: block;
    height: 0;
    font: 0/0 serif;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}
.finoza-nav-menu,
.finoza-nav-menu li,
.finoza-nav-menu ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.finoza-nav-menu ul {
    display: none;
}
.finoza-nav-menu ul ul a,
.finoza-nav-menu ul ul a:active,
.finoza-nav-menu ul ul a:focus,
.finoza-nav-menu ul ul a:hover {
    border-left: 16px solid transparent;
}
.finoza-nav-menu ul ul ul a,
.finoza-nav-menu ul ul ul a:active,
.finoza-nav-menu ul ul ul a:focus,
.finoza-nav-menu ul ul ul a:hover {
    border-left: 24px solid transparent;
}
.finoza-nav-menu ul ul ul ul a,
.finoza-nav-menu ul ul ul ul a:active,
.finoza-nav-menu ul ul ul ul a:focus,
.finoza-nav-menu ul ul ul ul a:hover {
    border-left: 32px solid transparent;
}
.finoza-nav-menu ul ul ul ul ul a,
.finoza-nav-menu ul ul ul ul ul a:active,
.finoza-nav-menu ul ul ul ul ul a:focus,
.finoza-nav-menu ul ul ul ul ul a:hover {
    border-left: 40px solid transparent;
}
.finoza-nav-menu a,
.finoza-nav-menu li {
    position: relative;
}
.finoza-nav-menu li {
    border-width: 0;
}
.finoza-nav-menu a {
    display: flex;
    align-items: center;
}
.finoza-nav-menu a,
.finoza-nav-menu a:focus,
.finoza-nav-menu a:hover {
    padding: 10px 20px;
    line-height: 14px;
    font-size: 14px;
}
.finoza-nav-menu a.current {
    background: #1f2124;
    color: #fff;
}
.finoza-nav-menu a.disabled {
    cursor: not-allowed;
    color: #88909b;
}
.finoza-nav-menu .e-plus-icon:before {
    content: "+";
}
.finoza-nav-menu .sub-arrow {
    line-height: 1;
    padding: 10px 0 8px 4px;
    margin-top: -10px;
    margin-bottom: -10px;
    display: flex;
    align-items: center;
    font-size: 14px;
}
.finoza-nav-menu .sub-arrow i {
    pointer-events: none;
}
.finoza-nav-menu .sub-arrow .fa.fa-chevron-down,
.finoza-nav-menu .sub-arrow .fas.fa-chevron-down {
    font-size: 0.7em;
}
.finoza-nav-menu .sub-arrow .e-font-icon-svg {
    height: 1em;
    width: 1em;
}
.finoza-nav-menu .sub-arrow .e-font-icon-svg.fa-svg-chevron-down {
    height: 0.7em;
    width: 0.7em;
}
.finoza-nav-menu--dropdown .elementor-item.elementor-item-active,
.finoza-nav-menu--dropdown .elementor-item.highlighted,
.finoza-nav-menu--dropdown .elementor-item:focus,
.finoza-nav-menu--dropdown .elementor-item:hover,
.elementor-sub-item.elementor-item-active,
.elementor-sub-item.highlighted,
.elementor-sub-item:focus,
.elementor-sub-item:hover {
    background-color: #3f444b;
    color: #fff;
}
.elementor-menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: var(--nav-menu-icon-size, 22px);
    padding: 0.25em;
    cursor: pointer;
    border: 0 solid;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.05);
    color: #33373d;
}
.elementor-menu-toggle.elementor-active .elementor-menu-toggle__icon--open,
.elementor-menu-toggle:not(.elementor-active) .elementor-menu-toggle__icon--close {
    display: none;
}
.elementor-menu-toggle .e-font-icon-svg {
    fill: #33373d;
    height: 1em;
    width: 1em;
}
.elementor-menu-toggle svg {
    width: 1em;
    height: auto;
    fill: var(--nav-menu-icon-color, currentColor);
}
span.elementor-menu-toggle__icon--close,
span.elementor-menu-toggle__icon--open {
    line-height: 1;
}
.finoza-nav-menu--dropdown {
    background-color: #fff;
    font-size: 13px;
}
.finoza-nav-menu--dropdown-none .elementor-menu-toggle,
.finoza-nav-menu--dropdown-none .finoza-nav-menu--dropdown {
    display: none;
}
.finoza-nav-menu--dropdown.finoza-nav-menu__container {
    margin-top: 10px;
    transition: max-height 0.3s, transform 0.3s;
    transform-origin: top;
    overflow-y: auto;
    overflow-x: hidden;
}
.finoza-nav-menu--dropdown.finoza-nav-menu__container .elementor-sub-item {
    font-size: 0.85em;
}
.finoza-nav-menu--dropdown a {
    color: #33373d;
}
.finoza-nav-menu--dropdown {
    position: absolute;
    z-index: 1111111111;
    width: 100%;
    position: absolute;
    z-index: 9997;
    left: 0;
    padding: 0 20px;
    width: 100%;
}
.finoza-nav-menu--dropdown a.current {
    background: #1f2124;
    color: #fff;
}
.finoza-nav-menu--dropdown a.disabled {
    color: #b3b3b3;
}
ul.finoza-nav-menu--dropdown a,
ul.finoza-nav-menu--dropdown a:focus,
ul.finoza-nav-menu--dropdown a:hover {
    text-shadow: none;
    border-left: 8px solid transparent;
}
.finoza-nav-menu__text-align-center .finoza-nav-menu--dropdown .finoza-nav-menu a {
    justify-content: center;
}
.finoza-nav-menu--toggle {
    --menu-height: 100vh;
}
.finoza-nav-menu--toggle .elementor-menu-toggle:not(.elementor-active) + .finoza-nav-menu__container {
    transform: scaleY(0);
    max-height: 0;
    overflow: hidden;
}
.finoza-nav-menu--toggle .elementor-menu-toggle.elementor-active + .finoza-nav-menu__container {
    transform: scaleY(1);
    max-height: var(--menu-height);
    animation: hide-scroll 0.3s backwards;
}
.finoza-nav-menu--stretch .finoza-nav-menu__container.finoza-nav-menu--dropdown {
    position: absolute;
    z-index: 9997;
    left: 0;
    padding: 0 20px;
    width: 100%;
}
.finoza-nav-menu--toggle{
    position: unset !important;
}
@media (max-width: 767px) {
    .finoza-nav-menu--dropdown-mobile .finoza-custom-nav-main {
        display: none;
    }
    .index3-outer-wrapper .testimonial-box {
        padding: 30px 30px 30px 30px;
    }
   
}
@media (min-width: 768px) {
    .finoza-nav-menu--dropdown-mobile .elementor-menu-toggle,
    .finoza-nav-menu--dropdown-mobile .finoza-nav-menu--dropdown {
        display: none;
    }
    .finoza-nav-menu--dropdown-mobile nav.finoza-nav-menu--dropdown.finoza-nav-menu__container {
        overflow-y: hidden;
    }
}
@media (max-width: -1) {
    .finoza-nav-menu--dropdown-mobile_extra .finoza-custom-nav-main {
        display: none;
    }
}
@media (min-width: -1) {
    .finoza-nav-menu--dropdown-mobile_extra .elementor-menu-toggle,
    .finoza-nav-menu--dropdown-mobile_extra .finoza-nav-menu--dropdown {
        display: none;
    }
    .finoza-nav-menu--dropdown-mobile_extra nav.finoza-nav-menu--dropdown.finoza-nav-menu__container {
        overflow-y: hidden;
    }
}
@media (max-width: 1024px) {
    .finoza-nav-menu--dropdown-tablet .finoza-custom-nav-main {
        display: none;
    }
    .finoza-custom-nav li.menu-item-has-children:focus-within > ul.finoza-nav-menu--dropdown{
        display: contents !important;
    }
    .team-con1 .team_wrapper{
        grid-template-columns: repeat(3,1fr);
    }
    .team-con1 .team_wrapper figure img{
        height:270px !important;
    }
    .article-con .article_wraper{
        grid-template-columns: repeat(2,1fr);
    }
    .article-con .article-box .box-content {
        padding: 20px 0px 0px 0px;
    }
    .contact-form ul li input, .contact-form ul li select {
        font-size: 12px !important;
        height: 38px !important;
        padding: 10px 10px 10px 15px !important;
    }
    .contact-form ul{
        margin-bottom: 30px !important;
    }
    .contact-form .submit-btn button {
        height: 38px !important;
        font-size: 12px !important;
    }
    .contact-form ul li i {
        top: 13px !important;
    }
    .contact-form1 ul{
        gap: 15px;
    }
    .contact-form1 ul input{
        height: 38px !important;
    }
    .service-con3 .service-box:nth-child(even){
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .case-con2 .owl-dots {
        margin-top: 30px;
    }
    .contact-form .submit-btn button i {
        height: 30px !important;
        width: 30px !important;
        right: 4px !important;
    top: 5px !important;
    }
    .service-con11 .servces-wrapper1{
        display: grid;
        gap: 30px;
        grid-template-columns: repeat(2,1fr);
    }
    .testimonial-con11 .testimonial-box p{
        font-size: 22px;
    }
    .contact-form3 input{
        height: 40px !important; padding: 10px 25px;}
        .contact-form3 button{
            height: 46px !important;font-size: 14px;}
    .testimonial-con .testimonial-box p{font-size: 16px;}
    .testimonial-con .testimonial-sideimage {display: none;}
    .testimonial-con .testimonial-box ul {margin-bottom: 4px;}
    .testimonial-con .testimonial-box ul li i {font-size: 14px; line-height: 14px;}
    .testimonial-con .testimonial-box p {margin-bottom: 15px; padding: 0 20px;}
    .testimonial-con .testimonial-box .lower_content {margin-bottom: 28px;}
    .testimonial-con .testimonial-box .name {margin-bottom: 3px;}
    .testimonial-con .carousel-indicators li figure {line-height: 64px;}
    .testimonial-con .carousel-inner {width: 100%;}
    .testimonial-con .carousel-control-prev i,
    .testimonial-con .carousel-control-next i {top: 16px;}
    .testimonial-con .carousel-control-prev i {left: 170px;}
    .testimonial-con .carousel-control-next i {right: 160px;}
}
@media (min-width: 1025px) {
    .finoza-nav-menu--dropdown-tablet .elementor-menu-toggle,
    .finoza-nav-menu--dropdown-tablet .finoza-nav-menu--dropdown {
        display: none;
    }
    .finoza-nav-menu--dropdown-tablet nav.finoza-nav-menu--dropdown.finoza-nav-menu__container {
        overflow-y: hidden;
    }
    li.menu-item-has-children:hover > ul.finoza-nav-menu--dropdown{
        box-shadow: 0px 0px 40px 0px rgba(8,57,65, 0.1);
    }
}
@media (max-width: 0px) {
    .finoza-nav-menu--dropdown-tablet_extra .finoza-custom-nav-main {
        display: none;
    }
}
@media (min-width: 0px) {
    .finoza-nav-menu--dropdown-tablet_extra .elementor-menu-toggle,
    .finoza-nav-menu--dropdown-tablet_extra .finoza-nav-menu--dropdown {
        display: none;
    }
    .finoza-nav-menu--dropdown-tablet_extra nav.finoza-nav-menu--dropdown.finoza-nav-menu__container {
        overflow-y: hidden;
    }
}
@keyframes hide-scroll {
    0%,
    to {
        overflow: hidden;
    }
}


@media screen and (max-width: 1520px){
    /* Home 5 */
    .home-5-services-section .services-box {
        padding: 40px 30px 35px 30px;
    }
}
@media screen and (max-width: 1469px){
    /* Home 2 */
    .gallery-section { column-width: 350px; }
    .testimonial-con .carousel-indicators li figure {line-height: 69px;}
    .testimonial-con .carousel-indicators li img {position: relative; right: 1px;}

    .testimonial-con11 .carousel-indicators li figure {line-height: 69px;}
    .testimonial-con11 .carousel-indicators li img {position: relative; right: 1px;}
    
}
@media only screen and (max-width : 1199px){
    .gallery-section-outer .nav-tabs .nav-link { font-size: 18px; line-height: 18px;  padding: 16px 0; }
    .gallery-section-outer .nav-tabs .nav-link.active { padding: 16px 16px; }
    .gallery-section .gallery-images .image-overlay::before { width: 60px; height: 60px; background-size: 60px; }
    .services-style-2 .services-con .provide-box figure.position-relative::after{display: none;}
    .team-con .team_wrapper figure {
        height: 270px !important;
        width: 270px !important;
    }
    .team-con .team-box p {
        padding-bottom: 0px;
    }
    .index2-outer-wrapper .testimonial-box {
        padding: 30px 20px;
        gap: 20px;
    }
    .service-con4 .servces-wrapper{
        grid-template-columns: repeat(3,1fr);
    }
    .service-con .service-box {
        padding: 40px 18px;
    }
    .service-con11 .service-box h4 {
        padding: 5px 30px 8px 0px;
    }
    .case-con1 .box-content h5 {
        padding-right: 60px;
    }
    .service-con2 .service-box .lower{
        padding: 0px 15px 30px 15px;
    }
    .service-con2 .service-box p{
        padding: 0px 0px;
    }
    .service-con12 .service-box h5 {
        padding: 25px 0px 13px 0px;
    }
    .testimonial-con11 .testimonial-box ul {margin-bottom: 10px;}
    .testimonial-con11 .testimonial-box p {margin-bottom: 20px;}
    .testimonial-con11 .testimonial-sideimage {left: 0;}
    .testimonial-con11 .testimonial-sideimage img{width: 55px;}
    .testimonial-con11 .carousel-indicators li {margin: 0 6px;}
    .testimonial-con11 .carousel-indicators li figure {width: 70px; height: 70px; line-height: 65px;}

    .testimonial-con .testimonial-box ul {margin-bottom: 10px;}
    .testimonial-con .testimonial-box p {margin-bottom: 20px;}
    .testimonial-con .testimonial-sideimage {left: 0;}
    .testimonial-con .testimonial-sideimage img{width: 55px;}
    .testimonial-con .carousel-indicators li {margin: 0 6px;}
    .testimonial-con .carousel-indicators li figure {width: 70px; height: 70px; line-height: 65px;}
}
@media screen and (max-width: 1169px){
    /* Home 2 */
    .gallery-section { column-width: 300px; }
}
@media only screen and (max-width : 1024px) {
    /* Home 2 */
    .gallery-section { column-width: 250px; }
    .finoza-nav-menu--dropdown{
        padding: 0px !important;
    }
    .team-con .team_wrapper figure {
        height: 220px !important;
        width: 220px !important;
    }
    .team-con h3 {
        padding-top: 20px;
    }
    .team-con .team-box i {
        padding: 8px;
    }
    .index2-outer-wrapper .testimonial-box{
        flex-direction: column;
    }
    .service-con11 .service-box figure img{
        width: 40px;
    }
    .service-con11 .service-box figure {
        height: 70px;
        width: 70px;
    }
    .service-con11 .owl-dots {
        margin-top: 20px;
    }
    .case-con1 img {
        height: 250px !important;
    }
    .case-con1 .box-content h5 {
        padding-right: 5px;
    }
}
@media only screen and (max-width : 991px) {
    .finoza-nav-menu--dropdown {
        width: 96%;
        left: 0;
        right: 0;
        margin: 0 auto !important;
    }
    .finoza-nav-menu--stretch .finoza-nav-menu__container.finoza-nav-menu--dropdown {
        width: 96%;
        left: 0;
        right: 0;
        margin: 0 auto !important;
    }
    /* Home 1 */
    .gallery-section-outer .nav-tabs { margin-bottom: 25px; padding: 10px 10px; gap: 20px; }
    .gallery-section-outer .nav-tabs .nav-link { font-size: 16px; line-height: 16px;  padding: 14px 0; }
    .gallery-section-outer .nav-tabs .nav-link.active { padding: 14px 15px; }
    .gallery-section .gallery-images .image-overlay::before { width: 50px; height: 50px; background-size: 50px; }
}
@media only screen and (max-width : 869px) {
    /* Home 2 */
    .gallery-section { column-width: 200px; }
}
@media only screen and (max-width : 767px){
    .gallery-section-outer .nav-tabs .nav-link { font-size: 14px; line-height: 14px; padding: 12px 10px; }
    .gallery-section-outer .nav-tabs .nav-link.active { padding: 12px 10px; }
    .gallery-section-outer .nav-tabs { gap: 0 20px; }
    .gallery-section { column-width: 250px; margin-bottom: 30px; }
    .gallery-section [class^="arrow"] { height: 45px; width: 45px; }
    .gallery-section [class^="arrow"]:after { width: 12px; height: 12px; }
    .gallery-section .close { width: 35px; height: 35px; }
    .gallery-section .close:before { top: 8px; font-size: 18px; }
    .home-3-gallery-section { column-width: 200px; }
    .home-3-gallery-section { margin-bottom: 0; }
    .home-3-gallery-section .gallery-images .image-wrapper { float: left; }
    .team-con .team_wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    .team-con1 .team_wrapper{
        grid-template-columns: repeat(2,1fr);
    }
    .service-con4 .servces-wrapper{
        grid-template-columns: repeat(2,1fr);
    }
    .service-con11 .service-box {
        padding: 30px 20px 30px 20px;
    }
    .service-con11 .service-box p{
        font-size: 14px;
    }
    .case-con1 .case_wrapper{
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    .testimonial-con .testimonial-box ul {margin-bottom: 2px;}
    .testimonial-con .testimonial-box ul li i {font-size: 13px; line-height: 13px;}
    .testimonial-con .testimonial-box p {margin-bottom: 10px; padding: 0;}
    .testimonial-con .testimonial-box .lower_content {margin-bottom: 28px;}
    .testimonial-con .testimonial-box .name {font-size: 17px; line-height: 22px; margin-bottom: 0;}
    .testimonial-con .carousel-indicators li {margin: 0 3px;}
    .testimonial-con .carousel-indicators li figure {width: 64px; height: 64px; line-height: 59px;}
    .testimonial-con .carousel-indicators li img {width: 52px;}
    .testimonial-con .carousel-control-prev i,
    .testimonial-con .carousel-control-next i {font-size: 15px; top: 12px;}
    .testimonial-con .carousel-control-prev i {left: 90px;}
    .testimonial-con .carousel-control-next i {right: 85px;}

    .testimonial-con11 .testimonial-box ul {margin-bottom: 2px;}
    .testimonial-con11 .testimonial-box ul li i {font-size: 13px; line-height: 13px;}
    .testimonial-con11 .testimonial-box p {margin-bottom: 40px; padding: 0;}
    .testimonial-con11 .testimonial-box .lower_content {margin-bottom: 28px;}
    .testimonial-con11 .testimonial-box .name {font-size: 17px; line-height: 22px; margin-bottom: 0;}
    .testimonial-con11 .carousel-indicators li {margin: 0 3px;}
    .testimonial-con11 .carousel-indicators li figure {width: 64px; height: 64px; line-height: 59px;}
    .testimonial-con11 .carousel-indicators li img {width: 52px;}
    .testimonial-con11 .carousel-control-prev i,
    .testimonial-con11 .carousel-control-next i {font-size: 15px; top: 12px;}
    .testimonial-con11 .carousel-control-prev i {left: 90px;}
    .testimonial-con11 .carousel-control-next i {right: 85px;}
}
@media only screen and (max-width : 689px){
    /* Home 3 */
    .home-3-gallery-section { column-width: 150px; }
    /* Home 4 */
    .home-4-gallery-section { column-width: 250px; }
}
@media only screen and (max-width : 575px){
    /* Home 2 */
    .gallery-section { column-width: 300px; margin-bottom: 0; }
    /* Home 3 */
    .team-con .team_wrapper {
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
    }
    .team-con1 .team_wrapper{
        grid-template-columns: repeat(1,1fr);
    }
    .article-con .article_wraper{
        grid-template-columns: repeat(1,1fr);
    }
    .article-con .article-box img {
        height: 200px !important;
    }
    .service-con4 .servces-wrapper{
        grid-template-columns: repeat(1,1fr);
    }
    .service-con3 .servces-wrapper {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px 25px;
    }
    .case-con1 .case-box1 {
        height: 310px;
    }
    .contact-form3{
        flex-direction: column;
    }
    .contact-form3 button{
        width: 100%;
        
    }
    .case-con1 .case_wrapper{
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }
    .case-con1 .box-content{
        padding-top: 10px;
    }
    .case-con2 .owl-dots {
        margin-top: 10px;
    }
    .service-con11 .servces-wrapper1{
        display: grid;
        gap: 30px;
        grid-template-columns: repeat(1,1fr);
    }
    .contact-form1 .submit-btn button {
        width: 100% !important;
        height: 42px !important;
        line-height: 5px;
        font-weight: 600;
        padding: 5px 60px 5px 60px;
      }
      .contact-form1 .submit-btn button i{
        height: 35px !important;
        width: 35px !important;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 100px;
        background: #fff;
        color: #000;
        position: absolute;
        right: 4px !important;
        top: 4px !important;
      }
      .contact-form1 input{
        border: none;
        font-size: 14px;
        height: 42px !important;
      }
      .contact-form1{
        display: flex;
        gap: 10px;
        flex-direction: column;
      }
      .contact-form1 {
        display: flex;
        gap: 25px !important;
    }
    .contact-form1 .wpcf7-not-valid-tip{
        bottom: -18px !important;
    }
    .testimonial-con .testimonial-box p{font-size: 14px;}
    .testimonial-con .testimonial-box .lower_content {margin-bottom: 25px;}
    .testimonial-con .testimonial-box .name {font-size: 16px; line-height: 22px;}
    .testimonial-con .carousel-indicators li {margin: 0;}
    .testimonial-con .carousel-indicators li figure {width: 58px; height: 58px; line-height: 52px;}
    .testimonial-con .carousel-indicators li img {width: 44px;}
    .testimonial-con .pagination_outer {display: none;}

    .testimonial-con11 .testimonial-box p{font-size: 14px;}
    .testimonial-con11 .testimonial-box .lower_content {margin-bottom: 25px;}
    .testimonial-con11 .testimonial-box .name {font-size: 16px; line-height: 22px;}
    .testimonial-con11 .carousel-indicators li {margin: 0;}
    .testimonial-con11 .carousel-indicators li figure {width: 58px; height: 58px; line-height: 52px;}
    .testimonial-con11 .carousel-indicators li img {width: 44px;}
    .testimonial-con11 .pagination_outer {display: none;}
}

