@media only screen and (min-width: 1200px) and (max-width: 1299px) {
    /*
      --------------------------------------------------
      ----------------Founder Section------------------
      -------------------------------------------------
      */
      .founder .founder-header{
        width: 100%;
      }
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      /*
      -------------------------------------------
      ----------------Header---------------------
      -------------------------------------------
       */
      .header .row{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        gap: .2em;
      }
      .header .row .col .logo{
        padding-left: 5px;
      }
      .header .row .col .nev ul li a{
        font-size: 17px;
      }
      .main-search input{
        width: 150px;
      }
      /*
      -------------------------------------------
      ----------------Slider---------------------
      -------------------------------------------
       */
       .slider .slider-content{
        width: 900px;
      }
      .slider .slider-content h1{
        font-size: 50px;
        font-weight: 700;
        line-height: 60px;
      }
      .slider .slider-content p{
        font-size: 20px;
      }
    /*
    --------------------------------------------------
    ----------------Projecct Section-------------------
    -------------------------------------------------
    */
    .project-content .card{
      flex: 1;
      flex-basis: 200px;
    }
    .project-content .card .top h1{
      font-size: 50px;
    }
    .project-content .card p{
      font-size: 18px;
    }
    /*
      --------------------------------------------------
      ----------------Founder Section------------------
      -------------------------------------------------
      */
      .founder .founder-header{
        width: 100%;
      }
    /*
      --------------------------------------------------
      ----------------Feature Blog---------------------
      -------------------------------------------------
      */
      .feature-blog .feature-blog-content .feature-blog-body{
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        gap: 2em;
      }
      .feature-blog-body .card{
        flex: 1;
        flex-basis: 250px;
        max-width: 100%;
      }
      .feature-blog-body .card .blg-card-right span{
        margin-bottom: 15px;
      }
      .feature-blog-body .card .blg-card-right h3{

        margin-bottom: 15px;
      }
      .feature-blog-body .card .blg-card-right .blg-footer{
        padding-top: 15px;
      }



    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      /*
      -------------------------------------------
      ----------------Header---------------------
      -------------------------------------------
       */
       .header .row .col .logo{
        padding-left: 5px;
      }
      .header{
        position: relative;
      }
      .header .col.right{
        display: none !important;
      }
      .header .col.main-nev{
        display: none;
      }
      /* Mobile Menu----*/
      .header .row .col.mobile-menu{
        display: block;
        text-align: right;
      }
      .top-header{
        display: none !important;
      }
      /*
      -------------------------------------------
      ----------------Slider---------------------
      -------------------------------------------
       */
       .slider .slider-content{
        width: 90%;
      }
      .slider{
        width: 100%;
        height: 100vh;
        position: relative;
      }
      .slider::after{
        content: "";
        width: 100%;
        height: 100vh;
        background-color: #040c3959;
        position: absolute;
        top: 0;
        left: 0;

      }
      .slider .slider-content h1{
        font-size: 40px;
        font-weight: 700;
        line-height: 50px;
      }
      .slider .slider-content p{
        font-size: 20px;
      }
      /*
      --------------------------------------------------
      ----------------Founder Section-------------------
      -------------------------------------------------
      */
      .founder .founder-header{
        display: none;
      }
      .founder .founder-content{
        flex-direction: column;
        align-items: center;
        gap: 2em;
      }
      .founder .founder-content .founder-left{
        flex: 1;
        flex-basis: 100%;
        margin-left: 50px;
      }
      .founder .founder-content .founder-right{
        flex: 1;
        flex-basis: 100%;
      }
      /*
      --------------------------------------------------
      ----------------About Section-------------------
      -------------------------------------------------
      */
      .about .about-content .about-left{
        flex: 1;
        flex-basis: 20%;
      }
      .about .about-content .about-right{
        flex: 1;
        flex-basis: 20%;
      }
      /*
      --------------------------------------------------
      ----------------Service Section-------------------
      -------------------------------------------------
      */
      .service .service-content .service-body .card{
        flex: 1;
        flex-basis: 450px;
        max-width: 100%;
      }
      .service .service-content .service-body .card:nth-child(even){
        flex-direction: row-reverse;
      }
      /*
      --------------------------------------------------
      ----------------Projecct Section-------------------
      -------------------------------------------------
      */
      .project-content{
        gap: 2.5em;
      }
      .project-content .card{
        flex: 1;
        flex-basis: 150px;
      }
      .project-content .card .top img{
        width: 40px;
      }
      .project-content .card .top h1{
        font-size: 40px;
      }
      .project-content .card p{
        font-size: 16px;
      }
      /*
      --------------------------------------------------
      ----------------About Page-------------------
      -------------------------------------------------
      */
      .ser-details .ser-details-content .left h3{
        font-size: 25px;
      }
      .ser-details .ser-details-content .right .ser-img-wrapper{
        width: 100%;
        max-height: 800px;
      }
      .ser-details .ser-details-content .left p{
        font-size: 16px;
        line-height: 25px;
      }
      .default-hero{
        padding: 150px 10px;
      }
      /*
      --------------------------------------------------
      ----------------Feature Blog----------------------
      -------------------------------------------------
      */
      .feature-blog .feature-blog-content .feature-blog-body{
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        gap: 2em;
      }
      .feature-blog-body .card{
        flex: 1;
        flex-basis: 250px;
        max-width: 100%;
      }
      .feature-blog-body .card .blg-card-right span{
        margin-bottom: 15px;
      }
      .feature-blog-body .card .blg-card-right h3{

        margin-bottom: 15px;
      }
      .feature-blog-body .card .blg-card-right .blg-footer{
        padding-top: 15px;
      }
      /*
      --------------------------------------------------
      ----------------Blog Page-------------------------
      -------------------------------------------------
      */
      .blogs .blogs-content .blog-left{
        flex-basis: 50%;
      }
      .blogs .blogs-content .blog-left .card .blg-card-left .blg-img-wrapper{
        width: 100%;
        height: 250px;
        background-color: var(--secondary-dark-color);
      }
      .blogs .blogs-content .blog-right{
        flex-basis: 40%;
      }

      /*
      --------------------------------------------------
      ----------------Footer----------------------------
      -------------------------------------------------
      */
      .footer .footer-content .row{
        justify-content: space-between;
      }
      .footer .footer-content .row .col{
        flex: 1;
        flex-basis: 200px;
      }

    }

    @media only screen and (min-width: 576px) and (max-width: 767px) {
      /*
      -------------------------------------------
      ----------------Header---------------------
      -------------------------------------------
       */
      .header .row .col .logo{
        padding-left: 5px;
      }
      .header{
        position: relative;
      }
      .header .col.right{
        display: none !important;
      }
      .header .col.main-nev{
        display: none;
      }
      /* Mobile Menu------ */
      .header .row .col.mobile-menu{
        display: block;
        text-align: right;
      }
      .top-header{
        display: none !important;
      }
      .default-hero h1{
        font-size: 65px;
      }
      /*
      -------------------------------------------
      ----------------Slider---------------------
      -------------------------------------------
       */
       .slider{
        width: 100%;
        height: 100vh;
        position: relative;
      }
      .slider::after{
        content: "";
        width: 100%;
        height: 100vh;
        background-color: #040c3959;
        position: absolute;
        top: 0;
        left: 0;

      }
      .slider .slider-content{
        width: 90%;
      }
      .slider .slider-content h1{
        font-size: 30px;
        font-weight: 700;
        line-height: 40px;
      }
      .slider .slider-content p{
        font-size: 18px;
      }
      /*
      --------------------------------------------------
      ----------------Founder Section-------------------
      -------------------------------------------------
      */
      .founder .founder-header{
        display: none;
      }
        .founder .founder-content{
          flex-direction: column;
          align-items: center;
          gap: 2em;
        }
        .founder .founder-content .founder-left{
          flex: 1;
          flex-basis: 100%;
          margin-left: 50px;
        }
        .founder .founder-content .founder-right{
          flex: 1;
          flex-basis: 100%;
        }
      /*
      --------------------------------------------------
      ----------------About Section-------------------
      -------------------------------------------------
      */
      .about .about-content .about-left{
        display: none;
      }
      .about .about-content .about-right{
        flex: 1;
        flex-basis: 100%;
      }
      .about-img-minidevice{
        display: block;
        margin-bottom: 30px;
      }
      /*
      --------------------------------------------------
      ----------------Service Section-------------------
      -------------------------------------------------
      */
      .service .service-content .service-body .card{
        flex: 1;
        flex-basis: 450px;
        max-width: 100%;
      }
      .service .service-content .service-body .card:nth-child(even){
        flex-direction: row-reverse;
      }
        /*
      --------------------------------------------------
      ----------------Projecct Section-------------------
      -------------------------------------------------
      */
      .project-content{
        gap: 1em;
      }
      .project-content .card{
        flex: 1;
        flex-basis: 110px;
      }
      .project-content .card .top{
        gap: .3em;
        margin-bottom: 5px;
      }
      .project-content .card .top img{
        width: 30px;
      }
      .project-content .card .top h1{
        font-size: 30px;
      }
      .project-content .card p{
        font-size: 12px;
      }
      /*
      -------------------------------------------
      ----------------Contact section-----------
      -------------------------------------------
       */
       .contact .contact-content .left{
        display: none;
      }
      /*
      -------------------------------------------
      ----------------Testimonial Modal----------
      -------------------------------------------
       */
       .video-modal{
        width: 95%;
        height: 450px;
      }
        /*
      -------------------------------------------
      ----------------About page---------------------
      -------------------------------------------
       */
       .about-page{
          padding: 0px 10px;
        }
       .ser-details .ser-details-content{
        display: flex;
        flex-direction: column;
        gap: 1em;
      }
      .ser-details .ser-details-content:nth-child(even) {
        flex-direction: column;
      }
      .ser-details .ser-details-content .left{
        flex: 1;
        flex-basis: 300px;
        max-width: 100%;
      }
      .ser-details .ser-details-content .right{
        flex: 1;
        flex-basis: 300px;
        max-width: 100%;
      }
      .ser-details .ser-details-content .left h3{
        font-size: 25px;
      }
      .ser-details .ser-details-content .right .ser-img-wrapper{
        width: 100%;
        max-height: 800px;
        overflow: hidden;
      }
      .ser-details .ser-details-content .left p{
        font-size: 16px;
        line-height: 25px;
      }
      .default-hero{
        padding: 150px 10px;
      }
      /*
      -------------------------------------------
      ----------------Feature Blog--------------
      -------------------------------------------
       */
       .feature-blog .feature-blog-content .feature-blog-header h1{
        font-size: 30px;
      }
      .feature-blog .feature-blog-content .feature-blog-body{
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        gap: 2em;
      }
      .feature-blog-body .card{
        flex: 1;
        flex-basis: 250px;
        max-width: 100%;
      }
      .feature-blog-body .card .blg-card-right span{
        margin-bottom: 10px;
      }
      .feature-blog-body .card .blg-card-right h3{

        margin-bottom: 10px;
      }
      .feature-blog-body .card .blg-card-right .blg-footer{
        padding-top: 10px;
      }
      /*
      -------------------------------------------
      ----------------Blog Page------------------
      -------------------------------------------
       */
       .blogs .blogs-content{
        display: flex;
        flex-direction: column-reverse;
        flex-wrap: wrap;
        justify-content: center;
        gap: 2em;
      }
      .blogs .blogs-content .blog-left{
        flex-basis: 100%;
      }
      .blogs .blogs-content .blog-left .card .blg-card-left .blg-img-wrapper{
        width: 100%;
        height: 350px;
      }
      .blogs .blogs-content .blog-right{
        flex-basis: 100%;
      }
      .blogDetails-content{
        flex-direction: column !important;
      }
      /*
      -------------------------------------------
      ----------------Footer---------------------
      -------------------------------------------
       */
      .footer .footer-content .row{
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        gap: 2em;
      }
      .footer .footer-content .row .col{
       flex: 1;
       flex-basis: 200px;
      }
      .footer .footer-content .row .col img{
       width: 200px;
      }
    }

    @media (max-width: 575px) {
    /*
      --------------------------------
      Comn Class-----------------------
      ----------------------------------
    */
    .title{
      font-size: 30px;
      font-weight: 700;
      color: var(--secondary-dark-color);
      margin: 10px 0;
    }
      /*
      -------------------------------------------
      ----------------Header---------------------
      -------------------------------------------
     */
     /* Request Form---- */
    .request-form{
      width: 90%;
      max-height: 750px;
      padding: 15px;
    }
    .request-form .request-form-body form button{
      font-size: 12px;
    }

    /* Header */
    .header .row .col .logo{
      padding-left: 5px;
    }
    .header .col.main-nev{
      display: none;
    }

    /* Mobile Menu-----------*/
    .header .row .col.mobile-menu{
      display: block;
      text-align: right;
    }
    .top-header{
      display: none !important;
    }
      /*
      -------------------------------------------
      ----------------Testimonial Modal----------
      -------------------------------------------
       */
       .video-modal{
        width: 95%;
        height: 350px;
      }
       /*
      -------------------------------------------
      ----------------Gallery Modal--------------
      ------------------------------------------
      */
      .gallery-modal{
        width: 95%;
        height: 450px;
      }
      .gallery-modal-body .glarry-wrapper{
        width: 100%;
        height: calc(100% - 110px);
      }
      .gallery-modal-body .image-group .image-card{
        height: 70px;
      }
       /*
      -------------------------------------------
      ----------------Slider---------------------
      ------------------------------------------
      */
      .slider{
        width: 100%;
        height: 100vh;
        position: relative;
      }
      .slider::after{
        content: "";
        width: 100%;
        height: 100vh;
        background-color: #040c3959;
        position: absolute;
        top: 0;
        left: 0;

      }
      .slider .slider-content{
        width: 90%;
      }
      .slider .slider-content h1{
        font-size: 30px;
        font-weight: 700;
        line-height: 40px;
      }
      .slider .slider-content p{
        font-size: 18px;
      }
      /*
      --------------------------------------------------
      ----------------Founder Section-------------------
      -------------------------------------------------
      */
      .founder .founder-header{
        display: none;
      }
      .founder .founder-content{
        flex-direction: column;
        align-items: center;
        gap: 2em;
      }
      .founder .founder-content .founder-left{
        flex: 1;
        flex-basis: 100%;
        margin-left: 50px;
      }
      .founder .founder-content .founder-right{
        flex: 1;
        flex-basis: 100%;
      }
      /*
      --------------------------------------------------
      ----------------About Section-------------------
      -------------------------------------------------
      */
      .about .about-content .about-left{
        display: none;
      }
      .about .about-content .about-right{
        flex: 1;
        flex-basis: 100%;
      }
      .about-img-minidevice{
        display: block;
        margin-bottom: 20px;
      }
      /*
      --------------------------------------------------
      ----------------Service Section-------------------
      -------------------------------------------------
      */
      .service .service-content .service-body .card{
        flex: 1;
        flex-basis: 300px;
        max-width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
      }
      .service .service-content .service-body .card .left .card-wrapper{
        width: 100%;
        height: 200px;
      }
      /*
      --------------------------------------------------
      ----------------Projecct Section-------------------
      -------------------------------------------------
      */
      .project-content .card{
        text-align: center;
      }
      .project-content .card .top{
        justify-content: center;
      }
      .project-content .card .top h1{
        font-size: 40px;
      }
      .project-content .card p{
        font-size: 20px;
      }
      .project-content .card .top img{
        width: 50px;
      }
      /*
      -------------------------------------------
      ----------------Team Section---------------------
      -------------------------------------------
       */
       .temas .card{
        max-width: 300px;
      }
        /*
      -------------------------------------------
      ----------------Contact section-----------
      -------------------------------------------
       */
       .contact .contact-content .left{
        display: none;
      }
        /*
      -------------------------------------------
      ----------------About page-----------------
      -------------------------------------------
       */
       .about-page{
        padding: 0px 10px;
      }
       .ser-details .ser-details-content{
        display: flex;
        flex-direction: column;
        gap: 1em;
        margin-bottom: 20px;
      }
      .ser-details .ser-details-content:nth-child(even) {
        flex-direction: column;
      }
      .ser-details .ser-details-content .left{
        flex: 1;
        flex-basis: 300px;
        max-width: 100%;
      }
      .ser-details .ser-details-content .right{
        flex: 1;
        flex-basis: 300px;
        max-width: 100%;
      }
      .ser-details .ser-details-content .left h3{
        font-size: 25px;
      }
      .ser-details .ser-details-content .right .ser-img-wrapper{
        width: 100%;
        max-height: 350px;
        overflow: hidden;
      }
      .ser-details .ser-details-content .left p{
        font-size: 16px;
        line-height: 25px;
      }
      .default-hero{
        padding: 100px 10px;
      }
      .default-hero h1{
        font-size: 50px;
      }
      /*
      -------------------------------------------
      ----------------Feature BLog---------------
      -------------------------------------------
       */
       .feature-blog .feature-blog-content .feature-blog-header h1{
        font-size: 25px;
      }
      .feature-blog .feature-blog-content .feature-blog-body{
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        gap: 2em;
      }
      .feature-blog-body .card{
        flex: 1;
        flex-basis: 250px;
        max-width: 100%;
        flex-direction: column;
      }
      .feature-blog-body .card .blg-card-left .blg-img-wrapper{
        width: 100%;
        height: 100%;
      }
      .feature-blog-body .card .blg-card-right span{
        margin-bottom: 10px;
      }
      .feature-blog-body .card .blg-card-right h3{

        margin-bottom: 10px;
      }
      .feature-blog-body .card .blg-card-right .blg-footer{
        padding-top: 10px;
      }
      /*
      -------------------------------------------
      ----------------Blog Page-------------------
      -------------------------------------------
       */
       .blogs .blogs-content{
        display: flex;
        flex-direction: column-reverse;
        flex-wrap: wrap;
        justify-content: center;
        gap: 2em;
      }
      .blogs .blogs-content .blog-left{
        flex-basis: 100%;
      }
      .blogs .blogs-content .blog-left .card .blg-card-left .blg-img-wrapper{
        width: 100%;
        height: 250px;
      }
      .blogs .blogs-content .blog-right{
        flex-basis: 100%;
      }
      .blogDetails-content{
        flex-direction: column !important;
      }
      /*
      -------------------------------------------
      ----------------Footer---------------------
      -------------------------------------------
       */
      .footer .footer-content .row{
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        gap: 2em;
      }
      .footer .footer-content .row .col{
       flex: 1;
       flex-basis: 200px;
      }
      .footer .footer-content .row .col img{
        width: 200px;
       }
    }

    @media (max-width: 500px) {

    }
