.risponsive-top-header{
    background-color: #f9c21ac9;
    display: none;
    padding: 8px;
    .col-icon{
        color: white;
        margin-right: 10px;
    }
    .col-text{
        color: white;
        span{
            font-size: 13px;
        }
    }
}

.side-icon{
    display: none;
  } 
  .side-panels{
    position: fixed;
    bottom: 4%;
    right: 2%;
    z-index: 999999;
  }
  .side-calls{
    position: fixed;
    bottom: 13%;
    right: 2%;
    z-index: 999999;
  }
  .side-calls a img{
    width: 60px;
  }
  .side-panels a img{
    width: 60px;
  }
 .hero-section{
    background-image: url(../images/bana.avif);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100vh;
    position: relative;
    /* &::after{
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: lightblue;
        opacity: 0.2;
    } */
     .hero-content{
        text-align: center;
        display: inline-block;
        top: 50%;
        left: 50%;
        position: absolute;
        transform: translate(-50%,-50%);
        h4{
            /* color: var(--h4-color); */
            color: #f9c21ac9;
            font-weight: 700;
            span{
                position: relative;
                &::before{
                    position: absolute;
                    content: "";
                    left: -34px;
                    width: 30px;
                    height: 2px;
                    background-color: #999999;
                    bottom: 13px;
                }
                &::after{
                    position: absolute;
                    content: "";
                    right: -34px;
                    width: 30px;
                    height: 2px;
                    background-color: #999999;
                    bottom: 13px;
                }
            }
        }
        h1{
            /* color: var(--h4-color); */
            color: black;
        }
    }
    .hero-box{
        position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
        .column{
            border-radius: 10px 10px 5px 5px;
            background-color: #00000073;
            padding: 10px;
            transition: 0.3s ease-in-out;
            position: relative;
            &::before{
                position: absolute;
                content: "";
                width: 0%;
                height: 5px;
                bottom: 0px;
                left: 0;
                background: #b1b0b2;
                transition: 0.5s;
                border-radius: 0 0 6px 6px;
            }
            &:hover::before{
                width: 100%;
            }
            .col-icon{
                img{
                    width: 36px;
                    height: 36px;
                }
            }
            .col-text{
                text-align: left;
                margin-left: 20px;
                h6{
                    font-weight: 700;
                    color: #fff;
                }
                p{
                    margin: 10px 0;
                    color: #fff;
                    font-weight: 500;
                    line-height: 24px;
                }
            }
        }
    }
}
.about{
    .col-img{
        .col-bg-img{
            position: relative;
            .col-shape{
                position: absolute;
                top: 42px;
                left: 5px;
                z-index: -1;
            }
            .col-img-text{
                text-align: center;
                border-radius: 8px;
                /* background-color: var(--theme-color); */
                background-color: #f9c21ac9;
                padding: 10px;
                width: 180px;
                position: absolute;
                right: 0px;
                bottom: -50px;
                color: #fff;
                line-height: 45px;
                span{
                    font-size: 50px;
                    display: block;
                }
            }
        }
    }
    .col-text{
        .title{
            h4{
                color: var(--h4-color);
            }
        }
        .about-content{
            h2{
                font-weight: 600;
                line-height: 1.2;
            }
            p{
                color: #616161;
                font-weight: 400;
                font-style: normal;
                margin: 0;
                transition: 0.5s;
                font-family: "Barlow", sans-serif;
                line-height: 26px;
            }
        }
        .about-icon{
            padding: 10px;
            border: 1px solid var(--icon-color);
            border-radius: 5px;
        }
        .about-icon-content{
            h4{
                color: #222222;
            }
        }
        .button{
            display: flex;
            justify-content: center;
            a{
                padding: 10px 40px;
            }
        }
    }


}
.what-do{
    .column{
            min-height: 350px;
            border-radius: 10px;
            filter: drop-shadow(0 0 125px rgba(0, 0, 0, 0.15));
            background-color: #ffffff;
            text-align: center;
            padding: 20px;
            transition:0.3s ease-in-out;
            margin-bottom: 20px;
        &::after{
        position: absolute;
        content: "";
        width: 0%;
        height: 5px;
        bottom: 0px;
        left: 0;
        background: #b1b0b2;
        transition: 0.5s;
        border-radius: 0 0 6px 6px;
        }
        &:hover::after{
            width: 100%;
        }
        .service-box-icon {
            display: flex;
            justify-content: center;
            align-items: center;
            background: #f9c21ac9;
            width: 70px;
            height: 70px;
            border-radius: 50%;
            margin: auto;
            img{
                width: 39px;
                height: 39px;
            }
        }
        .service-content {
            h6{
                font-size: 16px;
                margin: 10px 0;
                font-weight: 600;
                color: #222222;
                padding-top: 15px;
            }
            p{
                padding-top: 10px;
            }
        }
    }
    .button{
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
        a{
            min-width: 150px;
        }
    }
}
.vedio-section{
    background-image: url(../images/skill-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 100px 0 89px;
    .play-btn{
        display: flex;
        justify-content: center;
        .play-button {
            position: relative;
            width: 100px;
            height: 100px;
            background-color: #fff;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            cursor: pointer;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
            transition: transform 0.3s ease;
            &:hover {
                transform: scale(1.1);
              }
            &::before {
                content: '';
                width: 0;
                height: 0;
                border-left: 20px solid var(--theme-color);
                border-top: 12px solid transparent;
                border-bottom: 12px solid transparent;
              }
              .wave {
                position: absolute;
                top: 50%;
                left: 50%;
                width: 90px; /* Starts slightly larger than the button */
                height: 90px;
                background: rgb(255, 253, 253 , 0.4);
                border-radius: 50%;
                transform: translate(-50%, -50%);
                animation: wave-animation 1.5s infinite ease-out;
                pointer-events: none;
              }
              .wave:nth-child(2) {
                animation-delay: 0.3s;
              }
              .wave:nth-child(3) {
                animation-delay: 0.6s;
              }
          }
    }
    .about-title{
            padding-bottom: 40px;
            h2{
                color: #fff;
              }
              h4{
                color: #b1b0b2;
                &::before{
                    left: 3px;
                  }
              }
        }
        p.desc-one {
            color: #fff;
        }
}
.work-process{
    .working-process-number{
        h2{
            -webkit-text-stroke-width: 1px;
            color: transparent;
            -webkit-text-stroke-color: #f9c21ac9;
            font-size: 150px;
            font-weight: 700;
            position: relative;
            transition: 0.5s;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 0;
            margin-top: 0;
            span{
                display: inline-block;
                position: relative;
                &:before {
                    position: absolute;
                    content: "";
                    width: 14px;
                    height: 13px;
                    right: 159px;
                    bottom: 29px;
                    background: #f9c21ac9;
                    display: inline-block;
                    box-sizing: border-box;
                }
            }
        }
    }
    .working-process-content{
        text-align: center;
        h4{
            font-size: 20px;
            font-weight: 700;
            margin-top: 5px;
            margin-bottom: 5px;
        }
        p{
            color: #616161;
            font-weight: 400;
            font-style: normal;
            margin: 0;
            transition: 0.5s;
            font-family: "Barlow", sans-serif;
            line-height: 26px;
        }
    }
}
.latest-project{
    background-color: #edfef4;
    .image{
        overflow: hidden;
        position: relative;
        margin-bottom: 20px;
        img{
            transition: 0.5s ease-in-out;
            border-radius: 10px;
        }
        &:hover{
            img{
                transform: translateY(-20px);
            }
            .image-content{
                opacity: 1;
                transform: translateY(0px);
            }
        }
    }
    .image-content{
        transform: translateY(-500px);
        padding: 10px;
        /* background-color: var(--theme-color); */
        background-color: #f9c21ac9;
        color: #fff;
        text-align: center;
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
        opacity: 0;
        transition: 0.5s ease-in-out;
        h6{
            margin-bottom: 10px;
        }
        p{
            font-size: 15px;
            color: #fff;
        }
    }
}
.our-partner{
    background-color: #edfef4;
    .slider1{
        padding: 30px 0;
        .column{
            text-align: center;
            img{
                height: 120px;
                width: 150px;
                display: inline-block !important;
            }
        }
    }
}
.advertisment{
    background-image: url(../images/call-do-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    .heading{
        h1{
            color: #fff;
        }
        h4{
            color: #fff;
        }
        p{
            margin: 0 auto 20px;
            width:80%;
            color: #fff;
        }
        .quick-contact{
            margin-bottom: 40px;
            display: flex;
            justify-content: center;
            align-items: center;
            span{
                font-size: 24px;
                color: #fff;
                font-weight: 700;
                padding-left: 20px;
            }
            img{
                width: auto;
            }
        }
        .button{
            a{
                padding: 10px 40px;
            }
        }
    }
}
/*----------------------need help---------------------------*/
.lh-26{
    line-height: 26px;
    ul{
        li{
            a{
                span{
                    font-weight: bold;
                }
               i{
                color: #fff;
                padding-right: 5px;
               };
            }
        }
    }
}
.testimonal-section {
    background: url(../images/teasti-bg.jpg) center center / cover no-repeat;
    background-position: center center;
    padding: 123px 0px 122px;
}
.testimonal-section .left{
    position: relative;
}
.testimonal-section .help-btn {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 82%;
    background: rgb(255, 255, 255);
    padding: 22px 0px;
}
.testimonal-section .help-btn a {
    font-size: 30px;
    font-weight: 600;
    color: rgb(34, 34, 34);
}
.testimonal-section .help-btn i {
    display: inline-block;
    color: rgb(255, 255, 255);
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    position: relative;
    left: 10px;
    background: rgb(34, 34, 34);
    border-radius: 502px;
}
.testimonal-section .left{
    position: relative;
}
.testimonal-section .right{
    padding-left: 30px;
}
.testimonal-section .right .about-title h4{
    font-size: 16px;
    color: var(--theme-color);
    margin-bottom: 20px;
}
.testimonal-section .slider .slide img{
    display: block;
}
.testimonal-section .img-content .test-desc p {
    font-size: 20px;
    font-weight: 500;
    font-style: italic;
    width: 75%;
    padding: 27px 0 46px;
}
.testimonal-section .author-img{
    padding-right: 44px;
    margin-top: 10px;
}
.testimonal-section .author-img-content h4{
    font-size: 20px;
    line-height: 35px;
}
.testimonal-section .author-img-content p{
    color: #00d664;
}
.testimonal-section .our-team{
    background-color: #edfff5;
    padding: 123px 0 125px;
}
.testimonal-section .left img{
    height: 500px;
}
.testimonal-section .right .slider2 img{
    width: auto;
}
/*------------------------need help end ---------------------*/
/*----------------------------------vedio -----------------------------------*/
.video {
    padding: 40px 0;
}
.video h2 {
    text-align: center;
    font-size: 46px;
    font-weight: 600;
    line-height: 45px;
    margin-bottom: 20px;
    margin-top: 0;
}
.video-slider{
    .col-4{
        padding: 0px 10px;
        video{
            width: 100%;
            height: 100%;
        }
    }
}
/*--------------------------------vedio end ---------------------------------*/
/*-----------------------------------blog------------------------------------*/
.latest-article{
    background-color: #eeeeee;
}
.meta-blog {
    color: #2a2f8a;
    font-size: 16px;
    padding-left: 20px;
}
.meta-blog h3{
    margin-bottom: 10px;
}
.meta-blog h3 a {
    font-size: 24px;
    color: #232323;
    font-weight: 600;
    line-height: 30px;
    transition: 0.5s;
    margin: 10px 0 24px;
    text-decoration: none;
    margin-bottom: 0px;
}
.blog-button a {
    font-size: 18px;
    font-weight: 600;
    color: #222222;
    border-bottom: 2px solid #222222;
    display: inline-block;
    text-decoration: none;
}
.blog-bottom {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #e8e8e8;
    margin-top: 29px;
    padding: 10px 15px 10px 15px;
}
/*-----------------------------------------------------*/
/*------------------------------footer-----------------------------------*/
.footer {
    background-color: #222;
    color: white;
    padding: 40px 0;
}
.footer .logo {
    text-align: center;
}
.footer .logo img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 15px;
}
.footer p {
    color: #fff;
    font-size: 14px;
    text-align: justify;
}
.footer h5 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: bold;
}
.footer ul {
    list-style: none;
    padding: 0;
}
.footer ul li {
    margin-bottom: 8px;
}
.footer ul li a {
    text-decoration: none;
    color: white;
    font-size: 14px;
    transition: 0.3s;
}
.footer ul li a:hover {
    color: var(--theme-color);
}
.footer .social-icons {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.footer .social-icons a {
    color: white;
    font-size: 18px;
    margin: 0 8px;
    transition: 0.3s;
}
.footer .social-icons a:hover {
    color:var(--theme-color);
}
.footer .contact-info i {
    color: #616161;
    margin-right: 10px;
}
.footer .copyright {
    text-align: center;
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid #555;
    font-size: 14px;
}
footer .cont ul li{
    margin-bottom: 15px;
    line-height: 26px;
}
/*-----------------------------------------------------------------------*/
  @keyframes wave-animation {
    0% {
      transform: translate(-50%, -50%) scale(1);
      opacity: 1;
    }
    100% {
      transform: translate(-50%, -50%) scale(2);
      opacity: 0;
    }
  }
 
.section1 {
    width: 80%; /* Adjust the width of the section */
  }

  .progress-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 13px;
  }

  .progress-container span {
    font-size: 1rem;
  }

  /* Progress Bar Wrapper */
  .progress-bar-wrapper {
    position: relative;
    width: 100%;
    height: 5px;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 13px;
  }

  /* Progress Bar */
  .progress-bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color:var(--theme-color); /* Green color */
    width: 0; /* Start at 0% */
    transition: width 1.5s ease-in-out; /* Smooth animation */
  }
  .progress-container .pro-head{
    color: #fff;
    font-size: 1.25rem;
    font-weight: 600;
  }
  .progress-container .percentage {
    font-size: 1.25rem;
    font-weight: 600;
    color: #fff;
  }

  /* Fade-in Section */
  .section1.hidden {
    opacity: 1;
    transform: translateY(50px);
    transition: opacity 0.5s ease, transform 0.5s ease;
  }
  .section1.visible {
    opacity: 1;
    transform: translateY(0);
  }
  .slick-dots li button:before {
    font-size: 12px;
    width: 32px;
    height: 32px;
}
/*-------------------------------------about page -----------------------------------------------*/
.about-banner{
    background-image: url(../images/bradcumb-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 400px;
    .about-heading{
        h1 {
            font-size: 46px;
            color: #fff;
            margin-bottom: 8px;
            font-family: "Barlow", sans-serif;
            font-weight: 600;
            margin-top: 0;
            padding-top: 93px;
        }
    }
    .about-content{
        ul{
            li {
                list-style: none;
                margin-right: 10px;
                a{
                    text-decoration: none;
                    color: #fff;
                    span{
                        font-weight: 700;
                        padding: 0 5px;
                    }
                }
            }
        }
    }   
}
/*--------------------------------------gallery --------------------------------------------*/
.gallery{
    background-color: #edfef4;
    .image{
        height: 250px;
        margin-bottom: 20px;
        overflow: hidden;
        img{
            height: 100%;
            width: 100%;
            border-radius: 10px;
            transition: 0.5s ;
            &:hover{
                transform: scale(1.1);
            }
        }
    }
    .image-content{
        transform: translateY(-500px);
        padding: 10px;
        background-color: var(--theme-color);
        color: #fff;
        text-align: center;
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
        opacity: 0;
        transition: 0.5s ease-in-out;
        h6{
            margin-bottom: 10px;
        }
        p{
            font-size: 15px;
            color: #fff;
        }
    }
}

/*-------------------contact------------------------------*/
.phone-icon{
    margin-bottom: 20px;
}
.phone-content h4 {
    margin-bottom: 10px;
    font-size: 24px;
    font-family: "Barlow", sans-serif;
  }
  .phone-content a {
    line-height: 30px;
    font-size: 17px;
    font-family: "Barlow", sans-serif;
    text-decoration: none;
    color: black;
  }
  .phone-content {
    margin-left: 15px;
  }
  
  .phone-icon i {
    font-size: 75px;
    margin-left: 15px;
  }
  .contact-main-page {
    background-color: #edfef4;
    padding: 30px 0 130px;
  }
  .contact-main-page .for-text{
    margin-top: 70px;
    p {
        margin-top: 5px;
    }
    i{
        margin-right: 10px;
       
    }
  }
  .contact-form input {
    margin-left: 10px;
    padding: 15px 10px;
    width: 47%;
    background-color: #edfef4;
    border-color: transparent;
  }
  .contact-form .button a{
    padding: 10px 20px;
  }
  .contact-form textarea {
    margin-left: 10px;
    width: 97%;
    padding: 10px;
    background-color: #edfef4;
    border-color: transparent;
  }
  .main-form-section {
    padding: 100px 0 130px;
  }
  .contact-form h1 {
    font-size: 45px;
    font-family: "Barlow", sans-serif;
    font-style: normal;
    line-height: 60px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 5px;
    margin-left: 10px;
  }
  .contact-form p {
    font-size: 18px;
    font-family: "Barlow", sans-serif;
    font-style: normal;
    line-height: 60px;
    margin-top: 0px;
    margin-left: 10px;
  }
  
  .email-icon {
    padding-left: 0;
  }
  .email-icon a {
    color: #fff;
  }
/*--------------------header------------------------------*/
.top-header{
    padding: 3px;
    background-color:#f9c21ac9;
    
  .column{
    /* border-right: 1px solid #919497; */
    padding: 2px;
    .col-icon{
        i{
            margin-right: 10px;
            font-size: 22px;
            color: white;
            margin-top: 4px;
        }
    }
    .col-text{
        p{
            color: white;
            font-size: 14px;
        }
        .dot{
            font-size: 20px;
            margin-right: 7px;
        }
        span{
            font-size: 14px;
            color: white;
        }
    }
  }
 }
 .main-header{  
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    position: relative;
    z-index: 9999;
    width: 100%;
    top: 0px;
    margin-bottom: -30px;
    position: relative;
        /* background-color: var(--theme-color); */
        background-color: #fff;
    .box{
        margin-left: 20px;
    }

    .logo{
        display: flex;
        position: relative;
        img{
            /* position: absolute;
            z-index: 9999;
            top: 50%;
            left: 0px;
            /* background-color: #fff;
            border-radius: 50%; */
            /* overflow: hidden;
            transform: translateY(-50%); */
            /* height: 100px;  */
            width: 125px;
        }
    }
    .nav-bar{
        .nav-ul{
            li{
                position: relative;
                /* &:hover{
                    .dropdown{
                        transition: 0.5s ;
                        opacity: 1;
                    }
                } */
                a{
                    font-size: 18px;
                    padding: 26px 10px;
                    display: block;
                    color:var(--theme-color);
                    font-weight: 600;
                }
            }
        }
    }
    .links{
        margin-left: 60px;
        align-items: center;
       .button{
        /* background-color: #919497; */
       
        line-height: 35px;
        /* border-right: 1px solid black; */
        margin-left: 3px;
        border-radius: 3px;
        a{
            font-size: 16px;
            padding: 10px;
            color: #fff;
            background-color: #f9c21ac9;
        }
       }
    }

    .butn{
        /* background-color: #f9c21ac9; */
  
        margin-left: 3px;
        border-radius: 3px;
        text-align: center;
        align-items: center;
        display: flex;
       margin-left: 40px;
        a{
         font-size: 13px;
            color: #fff;
            padding: 9px;
            background-color: #383F96;
      }
     }
    
    &.sticky{
        position: fixed;
        .container{
            width: 100%;
            max-width: 100%;
            padding: 0px;
        }
        .wrapper{
            padding: 0px 0px 0px 15px;
        }
        .logo{
            width: 50px;
           
        }
    }
 }
 .bars{
        margin-right: 20px;
        padding: 15px 0;
        font-size: 30px;
        display: none;
        i{
            color: #000;
        }
    }
.banner{
height: 1500px;
background-color: #000;
}
.mx-auto{
    margin: 0 auto;
}
/*-----------------------------------emi calc--------------------------------------*/

.body-emi-calculator {
    margin: 0;
    padding: 70px 0px;
    background: linear-gradient(135deg, #007bff, #00d664);
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    color: #333;
    width: 100%;
  }
  
  .emi-calculator {
    background: #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px;
    text-align: center;
  }
  
  /* Input Section */
  .input-section {
    flex: 1;
    background: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
  }
  
  .input-group {
    margin-bottom: 20px;
  }
  
  .input-group label {
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
  }
  
  .range-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }
  
  input[type="range"] {
    width: 75%;
    appearance: none;
    background: #ddd;
    height: 6px;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
  }
  
  input[type="range"]::-webkit-slider-thumb {
    appearance: none;
    width: 20px;
    height: 20px;
    background: #007bff;
    border-radius: 50%;
    cursor: pointer;
  }
  
  .range-container p {
    font-size: 14px;
    font-weight: bold;
  }
  
  /* Output Section */
  .output-section {
    flex: 1;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  }
  
  .result-card {
    background: linear-gradient(135deg, #007bff, #00d664);
    color: #fff;
    padding: 15px;
    border-radius: 10px;
    margin: 15px 0;
  }
  
  .result-card h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  
  .result-value {
    font-size: 24px;
    font-weight: bold;
  }
  
  /* Chart Section */
  .chart-container {
    width: 100%;
    height: 100%;
    padding: 20px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    margin-left: 20px;
  }
  
  .input-section h2 {
    font-weight: bold;
    margin: 0;
  }
  .result-card h3 {
    font-weight: bold;
    margin: 0;
  }
  #emiChart{
    height: 400px;
    width: 400px;
  }
/*---------------------------dropdown------------------------*/
.main-header {
    .nav-bar {
        .nav-ul {
            li {
                position: relative;
                &:hover{
                    .dropdown{
                        visibility: visible;
                    }
                }
                .dropdown{
                    border-radius: 5px;
                    position: absolute;
                    width: 150px;
                    text-align: center;
                    background-color:#fff;
                    top: 100%;
                    left: 0;
                    visibility: hidden;
                    li{
                        a{
                            font-size: 14px;
                            padding: 10px;
                            color: var(--theme-color);
                            font-weight: 700;
                        }
                        &:hover{
                            a{
                                /* color: #076350; */
                                color: #E2AD0E;
                            }
                        }
                    }
                }
            }
        }
    }
    .nav-wrapper{
        margin-left: 90px;
    }
    .rispons{
        display: contents;
    }
    .content{
        justify-content: space-between;
    }
}

/*-------------------------------counter section in about field-----------------------------------------*/
.counter-section {
    background-image: url(../images/counter-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
    color: #fff;
    h4{
        color: #fff !important;
    }
    .counter-box {
        padding: 20px;
        margin: 10px;
        transition: 0.3s;
        .main{
            display: flex;
            align-items: center;
            justify-content: center;
            span{
                font-size: 39px;
                margin-left: 5px;
            }
        }
        .counter-number {
            font-size: 40px;
            font-weight: bold;
            margin: 10px 0;
        }
        .counter-title {
            font-size: 18px;
            text-transform: uppercase;
            font-weight: 500;
        }
        &:hover{
            background: #444;
        }
    }
}

/*----------------------responsive-----------------------------------*/
@media (max-width: 768px) {
    .risponsive-top-header{
        display: block;
    }
    .side-icon{
        display: none;
    }
    .main-header {
        & .nav-bar {
            width: 100%;
            text-align: center;
            & .nav-ul {
                & li {
                    a {
                        font-size: 16px;
                        padding: 10px;
                        display: block;
                        color: #fff;
                    }
                }
            }
        }
        .links{
            margin-left: 0px;
            .button{
                line-height: 50px;
                margin: 0;
            }
        }
        .butn{
            margin-left: 0px;
        }
    }
    .counter-box {
        margin-bottom: 20px;
    }
    .top-header{
        display: none;
    }
}
@media (min-width:1024px) and (max-width:1560px) {

    .hero-box-after{
        .hero-box{
            display: none;
        }
       }
}
@media(max-width:1024px){
    .side-icon{
        display: none;
    }
    .main-header {
        & .nav-bar {
            width: 100%;
            text-align: center;
            & .nav-ul {
                & li {
                    a {
                        text-align: center;
                        font-size: 16px;
                        padding: 16px;
                        display: block;
                        color: #fff;
                    }
                }
            }
        }
    }
    .col-icon{
        img{
            width: 36px;
            height: 36px;
        }
    }
    .contact-form input {
        margin: 0px 0px 15px 10px;
        padding: 15px 10px;
        width: 98%;
    }
    .contact-form p {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .main-form-section {
        padding: 50px 0px;
    }

    .contact-main-page{
        .phone-icon{
            i{
                font-size: 50px;
            }
        }
        .phone-content{
            h4{
                font-size: 20px;
            }
            a {
                line-height: 30px;
                font-size: 17px;
                font-family: "Barlow", sans-serif;
                text-decoration: none;
                color: black;
            }
        }
       
    }
    .main-form-section {
        padding: 50px 0;
    }
    .hero-section{
        margin-bottom: 20px;
        .hero-box{
            display: none;
        }
    }
    .hero-box-after{
        .hero-box{
            display: flex;
            .column{
                filter: drop-shadow(0 0 125px rgba(0, 0, 0, 0.15));
                margin-bottom: 20px;
                border-radius: 4px;
                background-color: #00000073;
                padding: 10px;
                .col-text{
                    text-align: left;
                    margin-left: 10px;
                    h6{
                        font-weight: 700;
                        color: #fff;
                    }
                    p{
                        margin: 10px 0;
                        color: #fff;
                        font-weight: 500;
                    }
                }
            }
        }
    }
    .hero-
       .col-img-text{
        width: 140px !important;
        bottom: 70px !important;
        line-height: 32px !important;
        h6{
            font-size: 14px;
            span{
                font-size: 32px !important;
                display: block;
            }
        }
       
    }
}
@media(min-width:576px) and (max-width:768px){
    .main-header {
        margin-bottom: 0;
     }
     .bars{
         padding: 10px 0;
     }
    .progress-container .percentage {
        font-size: 1rem;
    }
    .progress-container .pro-head {
        font-size: 16px;
    }
    .hero-section{
        height: 400px;
    }
    .about-banner {
        & .about-heading {
            h1 {
                padding-top: 0px;
            }
        }
    }
    .center{
            display: inline-block;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
    }
    .top-header{
        padding-bottom: 10px;
      .column{
        border-right: none !important;
        padding: 0 10px;
        .col-icon{
            i{
                padding-top: 5px;
                font-size: 16px;
                color: #919497;
            }
        }
        .col-text{
            p{
                display: none;
                color: #919497;
                font-size: 14px;
            }
            span{
                font-size: 12px;
                color: var(--theme-color);
            }
        }
      }
     }
    .contact-form .button a {
        padding: 5px 10px;
    }
    .mx-auto{
        margin: 0 auto;
    }
    .contact-main-page{
        .phone-icon{
            text-align: center;
            i{
                font-size: 40px;
            }
        }
        .phone-content{
            margin-bottom: 20px;
            h4{
                font-size: 16px;
                text-align: center;
            }
            a {
                line-height: 26px;
                font-size: 14px;  
            }
            p{
                text-align: center;
            }
        }
    }
    .main-form-section {
        padding: 30px 0;
    }
    .vedio-section {
        & .about-title {
            h2 {
                color: #000;
            }
        }
    }
    .vedio-section {
        & .about-title {
            h4 {
                color: #454546;
            }
        }
    }
    .vedio-section {
        & .play-btn {
            .play-button {
                position: relative;
                width: 80px;
                height: 80px;
                background-color: #fff;
                border-radius: 50%;
                display: flex;
                justify-content: center;
                align-items: center;
                cursor: pointer;
                box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
                transition: transform 0.3sease;
            }
        }
    }
        .vedio-section {
            & .play-btn {
                margin-bottom: 20px;
            }
        }
    .vedio-section {
        p.desc-one {
            color: #000;
        }
    }
    .vedio-section {
        background-position: left;
    }
    .video h2 {
        font-size: 32px;
    }
    .work-process {
        & .working-process-content {
            p {
                text-align: center;
            }
        }
    }
    .meta-blog h3 a {
        font-size: 22px;
    }
        .hero-section{
            margin-bottom: 20px;
            .hero-box{
                display: none;
            }
        }
        .hero-box-after{
            .hero-box{
                display: flex;
                .column{
                    filter: drop-shadow(0 0 125px rgba(0, 0, 0, 0.15));
                    margin-bottom: 20px;
                    border-radius: 4px;
                    background-color: #00000073;
                    padding: 10px;
                    .col-text{
                        text-align: left;
                        margin-left: 10px;
                        h6{
                            font-weight: 700;
                            color: #fff;
                        }
                        p{
                            margin: 10px 0;
                            color: #fff;
                            font-weight: 500;
                        }
                    }
                }
            }
           }
           .about{
            .col-img{
                margin-bottom: 20px;
            }
            .col-img-text{
                width: 150px !important;
                bottom: 100px !important;
                line-height: 26px !important;
                h6{
                    font-size: 12px;
                    span{
                        font-size: 26px !important;
                        display: block;
                    }
                }
               
            }
        }
        .testimonal-section{
           .left{
            margin-bottom: 20px;
           }
        }
        .sm-auto{
            margin: 0 auto;
        }
        p{
            text-align: justify;
        }
        a{
            text-align: justify;
        }
}
@media(max-width:576px){
    .footer .social-icons{
        display: block;
    }
    .footer p{
        text-align: left;
    }
    .footer{
        .logo{
            text-align: left !important;
        }
    }
    footer{
        .text-center{
           text-align: left !important;
        }
    }
    .testimonal-section .help-btn i {
        display: inline-block;
        color: rgb(255, 255, 255);
        width: 20px;
        height: 20px;
        text-align: center;
        line-height: 20px;
        position: relative;
        left: 10px;
        background: rgb(34, 34, 34);
        border-radius: 50%;
    }
    .testimonal-section .help-btn {
        padding: 10px 0;
    }
    .testimonal-section .left img {
        height: auto;
    }
    .work-process {
        & .working-process-content {
            p {
                margin-bottom: 20px;}
            }
        }
.main-header {
    &.sticky {
        .wrapper {
            padding: 16px 5px 15px 14px;
        }
    }
}
    .main-header {
       margin-bottom: 0;
    }
    .result-card {
        width: 100%;
    }
    .input-section {
        margin-bottom: 20px;
        width: 100%;
    }
    .progress-container .percentage {
        font-size: 14px;
    }
    .progress-container .pro-head {
        color: #fff;
        font-size: 14px;
        font-weight: 600;
    }
    .advertisment {
        & .heading {
            & .button {
                a {
                    padding: 5px 20px;
                }
            }
        }
    }
    .main-header {
        & .nav-bar {
            width: 100%;
            text-align: center;
            & .nav-ul {
                & li {
                    a {
                        font-size: 16px;
                        padding: 10px;
                        display: block;
                        color: #fff;
                    }
                }
            }
        }
    }
    .main-header .nav-wrapper{
        margin-left: 0px;
    }
    .hero-section{
        height: 250px;
        .hero-content{
            width: 70%;
        }
    }
    .bars{
        font-size: 24px;
        padding: 10px 0;
    }
    .about-banner {
        & .about-heading {
            h1 {
                font-size: 32px;
                padding-top: 0px;
            }
        }
    }
    .center{
            display: inline-block;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
    }
    .about {
        & .col-text {
            & .button {
                a {
                    padding: 5px 20px;
                }
            }
        }
    }
    .top-header{
        padding-bottom: 10px;
      .column{
        border-right: none !important;
        padding: 0 10px;
        .col-icon{
            i{
                padding-top: 5px;
                font-size: 16px;
                color: #919497;
            }
        }
        .col-text{
            p{
                display: none;
                color: #919497;
                font-size: 14px;
            }
            span{
                font-size: 12px;
                color: var(--theme-color);
            }
        }
      }
     }
    #emiChart{
        height: 240px !important;
        width: 240px !important;
    }
    .chart-container{
        margin-left: 0;
        margin-top: 20px;
    }
    .contact-form .button a {
        padding: 5px 10px;
    }
    .contact-main-page{
        .phone-icon{
            text-align: center;
            i{
                font-size: 40px;
            }
        }
        .phone-content{
            margin-bottom: 20px;
            h4{
                font-size: 16px;
                text-align: center;
            }
            a {
                line-height: 26px;
                font-size: 14px;  
            }
            p{
                text-align: center;
            }
        }
    }
    .main-form-section {
        padding: 30px 0;
    }
    .col-img-text{
        width: 150px !important;
        bottom: 100px !important;
        line-height: 26px !important;
        h6{
            font-size: 12px;
            span{
                font-size: 26px !important;
                display: block;
            }
        }
       
    }
    .vedio-section {
        & .about-title {
            h2 {
                color: #000;
            }
        }
    }
    .vedio-section {
        & .about-title {
            h4 {
                color: #454546;
            }
        }
    }
    .vedio-section {
        & .play-btn {
            .play-button {
                position: relative;
                width: 80px;
                height: 80px;
                background-color: #fff;
                border-radius: 50%;
                display: flex;
                justify-content: center;
                align-items: center;
                cursor: pointer;
                box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
                transition: transform 0.3sease;
            }
        }
    }
        .vedio-section {
            & .play-btn {
                margin-bottom: 20px;
            }
        }
    .vedio-section {
        p.desc-one {
            color: #000;
        }
    }
    .vedio-section {
        background-position: left;
    }
    .hero-section{
        margin-bottom: 20px;
        .hero-box{
            display: none;
        }
    }
    .hero-box-after{
        .hero-box{
            display: flex;
            .column{
                filter: drop-shadow(0 0 125px rgba(0, 0, 0, 0.15));
                margin-bottom: 20px;
                border-radius: 4px;
                background-color: #00000073;
                padding: 10px;
                .col-text{
                    text-align: left;
                    margin-left: 10px;
                    h6{
                        font-weight: 700;
                        color: #fff;
                    }
                    p{
                        margin: 10px 0;
                        color: #fff;
                        font-weight: 500;
                    }
                }
            }
        }
    }
    .hero-section{
            h4{
                span{
                    &::before{
                        bottom: 8px !important;
                    }
                    &::after{
                        bottom: 8px !important;
                    }
                }
            }
            h1{
                color: var(--h4-color);
            }
        }
        .about{
            .col-img-text{
                width: 120px !important;
                bottom:50px !important;
               
               
            }
            .col-text{
                .about-icon{
                    padding: 10px;
                }
            }
        }
        .advertisment {
            & .heading {
                & .quick-contact {
                    margin-bottom: 20px;
                    span {
                        font-size: 14px;
                        color: #fff;
                        font-weight: 700;
                        padding-left: 10px;
                    }
                }
            }
        }
        .testimonal-section .img-content .test-desc p {
            font-size: 16px;
            font-weight: 500;
            font-style: italic;
            width: 75%;
            padding: 27px 0 46px;
        }
        .testimonal-section .author-img {
            padding-right: 28px;
            margin-top: 10px;
        }
        .testimonal-section .author-img-content h4 {
            font-size: 18px;
            line-height: 30px;
        }
        .testimonal-section .help-btn a {
            font-size: 18px;
            font-weight: 600;
            color: rgb(34, 34, 34);
        }
        .testimonal-section .help-btn {
             width: 70%; 
        }
        .work-process{
            .working-process-number{
                h2{
                    font-size: 70px;
                    span{
                        &:before {
                            right: 90px;
                            bottom: 10px;                     
                        }
                    }
                }
            }
            .working-process-content{
                text-align: center;
                h4{
                    font-size: 16px;
                }
            }
        }
        .meta-blog h3 a {
            font-size: 18px;
        }
        .blog-button a {
            font-size: 14px;
        }
        .meta-blog {
            color: #2a2f8a;
            font-size: 14px;
        }
        .video h2 {
            text-align: center;
            font-size: 26px;
        }
        .our-partner {
            .slider1 {
                padding: 10px 0;
            }
        }
        .footer .logo img {
            width:70px;
            height: 70px;
        }

}
@media(max-width:1024px){
.nav-wrapper{
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: #fff;
    width: 220px;
    height: 100%;
    z-index: 9999;
    display: block;
   transform: translateX(-100%);
   transition: 0.5s ease-in-out;
   /* margin-left: 0px; */
}
.main-header .nav-wrapper.active{
    transform: translateX(0px);
}
.nav-wrapper .nav-ul{
    display: block;
    width: 100%;
}
.main-header .nav-wrapper{
    background-color: #222222;
    margin-left: 0px;
}
.main-header .nav-wrapper .nav-ul li{
    text-align: center;
}
.main-header .nav-wrapper .nav-ul li a{
    color: #fff;
}
.main-header {
& .links {
    margin-left: 0px;
    .button {
        width: 100%;
        text-align: center;
        background-color: #f9c21ac9;
        border-right: none;
        border-bottom: 1px solid black;
        a{
            color: #fff;
            background: none;
        }
    }
}
.butn{
    margin-left: 0px;
}
}
.bars{
    display: block;
}
}