

@media only screen and (max-width:300px) {

.upperhead{
    display: none;
}
.rajpal-sir {
    left: 0px;
    bottom: 0;
    height: 100vh;
    align-items: end;
}
.rajpal-sir img{
    width: 110%;
}

.bigheader {
    top: 35%;
}
.main-heading{
    /* border: 1px solid white; */
        line-height: 2.4rem !important;
        font-weight: 700;
        font-size: 1.7rem !important;
        padding-left: 15px;
        text-align: center !important;
}

.main-subheading {
    float: none;
    line-height: 1.4em;
    font-size: 1.1rem;
    width: 90%;
    margin: 10px auto;
    text-align: center;
}

.sec-title .sub-title h5{
    font-size:0.95rem;
}

.about-heading{
    font-size: 1.4rem !important;
}

.about-para{
font-size: 0.9rem;
}
.about-style2-content-box .inner-content ul li {
     font-size: 14px;
    line-height: 22px;
}
.about-style2-content-box .inner-content ul li span {
    font-size: 16px;
}

.about-style2-content-box .img-box .main_image .inner {
    max-width: 100%;
    width: 100%;
    float: none;
    text-align: center;
    z-index: 5;
    right: 0px;
    border-radius: 10px;
}
.about-style2-content-box .img-box .main_image {
    padding-top: 0px;
}

.about-style2-content-box .img-box .main_image .image_2 {
   position: static; 
   display: none;
}
.about-style2-content-box .img-box .main_image .image_3 {
   position: static; 
   margin: 12px auto;
   border-radius: 10px;
}
.ourimag{
    position: static !important;
    width: 100% !important;
}
.ourimag img{
    border-radius: 10px !important;
    }
.about-style2-content-box .img-box .main_image .image_4 {
 position: static;
 margin: 12px auto;
 border-radius: 10px;
}
.about-style2-content-box .img-box .main_image .image_4 img {
    width: 100% !important;
    border-radius: 10px;
   }
.main_image .image_5 {
   position: static;
   border-radius: 10px;
}
.about-style2-content-box .img-box .main_image .image_5{
    position: static;
    width: 100% !important;
    border-radius: 10px;
}

.no-js .owl-carousel {
     display: flex;
    flex-direction: column;
 }

 .single-partner-logo-box {
    width: 100%;
    margin: 15px 0px;
    height: auto;
}
.single-blog-style1 .text-holder .blog-title a {
 font-size: 14px !important;
 line-height: 0.8rem !important;
}
.single-blog-style1 .text-holder .blog-title {
    line-height: 16px !important;
}
.galleryimg h2{
    font-size: 1.2rem;
}        
    
.sec-title h2 span{
    font-size: 0.9rem !important;
}
.sec-title h2{
    font-size: 1.2rem !important;
}
.single-project-style1 .title-holder h4 {
     font-size: 13px;
}
.elementor-widget-wrap>.elementor-element {
    width: 100% !important;
}
.single-footer-widget .our-company-info .text-box p {
    font-size: 0.9rem;
    line-height: 23px;
}
.single-footer-widget .title h3 {
    font-size: 16px;
}
.footer-widget-links1 li a {
    font-size: 13px;
}
.title h3 {
    font-size: 13px;
    text-align: center;
}
.footer-social-links {
     width: 100%;
}
.text p{
    font-size: 0.9rem;
}
.single-blog-style1 .text-holder .meta-info li {
       font-size: 13px;
}
.blog-one__btn{
    font-size: 0.8rem !important;
}

/* Inner box css started  */




/* Inner box css end  */



}

@media only screen and (min-width:300px) and (max-width:500px){
   
    .upperhead{
        display: none;
    }
    .rajpal-sir {
        left: 0px;
        bottom: 0;
        height: auto;
        align-items: end;
        justify-content: center;
        width: 100%;
    }
    .rajpal-sir img{
        width: 70%;
    }
    
    .bigheader {
        top: 28%;
        left: 2%;
    }

    #header .container {
        height: 67dvh;
        min-height: 600px;
        max-height:714px;
        /* Short Hand for the above */
        /* height: clamp(500px, 100dvh, 714px);  */
      }

    .main-heading{
        /* border: 1px solid white; */
            line-height: 2.4rem !important;
            font-weight: 700;
            font-size: 1.7rem !important;
            padding-left: 15px;
            text-align: center !important;
    }
    
    .main-subheading {
        float: none;
        line-height: 1.4em;
        font-size: 1.1rem;
        width: 80%;
        margin: 10px auto;
        text-align: center;
    }
    
    .sec-title .sub-title h5{
        font-size:0.95rem;
    }
    
    .about-heading{
        font-size: 1.4rem !important;
    }
    
    .about-para{
    font-size: 0.9rem;
    }
    .about-style2-content-box .inner-content ul li {
         font-size: 14px;
        line-height: 22px;
    }
    .about-style2-content-box .inner-content ul li span {
        font-size: 16px;
    }
    
    .about-style2-content-box .img-box .main_image .inner {
        max-width: 100%;
        width: 100%;
        float: none;
        text-align: center;
        z-index: 5;
        right: 0px;
        border-radius: 10px;
    }
    .about-style2-content-box .img-box .main_image {
        padding-top: 0px;
    }
    
    .about-style2-content-box .img-box .main_image .image_2 {
       position: static; 
       display: none;
    }
    .about-style2-content-box .img-box .main_image .image_3 {
       position: static; 
       margin: 12px auto;
       border-radius: 10px;
    }
    .ourimag{
        position: static !important;
        width: 100% !important;
    }
    .ourimag img{
        border-radius: 10px !important;
        }
    .about-style2-content-box .img-box .main_image .image_4 {
     position: static;
     margin: 12px auto;
     border-radius: 10px;
    }
    .about-style2-content-box .img-box .main_image .image_4 img {
        width: 100% !important;
        border-radius: 10px;
       }
    .main_image .image_5 {
       position: static;
       border-radius: 10px;
    }
    .about-style2-content-box .img-box .main_image .image_5{
        position: static;
        width: 100% !important;
        border-radius: 10px;
    }
    
    .no-js .owl-carousel {
         display: flex;
        flex-direction: column;
     }
    
     .single-partner-logo-box {
        width: 100%;
        margin: 15px 0px;
        height: auto;
    }
    .single-blog-style1 .text-holder .blog-title a {
     font-size: 14px !important;
     line-height: 0.8rem !important;
    }
    .single-blog-style1 .text-holder .blog-title {
        line-height: 16px !important;
    }
    .galleryimg h2{
        font-size: 1.2rem;
    }        
        
    .sec-title h2 span{
        font-size: 0.9rem !important;
    }
    .sec-title h2{
        font-size: 1.2rem !important;
    }
    .single-project-style1 .title-holder h4 {
         font-size: 13px;
    }
    .elementor-widget-wrap>.elementor-element {
        width: 100% !important;
    }
    .single-footer-widget .our-company-info .text-box p {
        font-size: 0.9rem;
        line-height: 23px;
        text-align: center;
    }
    .single-footer-widget .title h3 {
        font-size: 16px;
    }
    .footer-widget-links1 li a {
        font-size: 13px;
    }
    .title h3 {
        font-size: 13px;
        text-align: center;
    }
    .footer-social-links {
         width: 100%;
    }
    .text p{
        font-size: 0.9rem;
    }
    .single-blog-style1 .text-holder .meta-info li {
           font-size: 13px;
    }
    .blog-one__btn{
        font-size: 0.8rem !important;
    }
    
    
}

@media only screen and (min-width:500px) and (max-width:800px){
   



    .upperhead{
        display: none;
    }
    .rajpal-sir {
        left: 0px;
        bottom: 0;
        height: auto;
        align-items: end;
        justify-content: end;
        width: 100%;
    }
    #header {
         height: auto;
    }
    .rajpal-sir img{
        width: 50%;
    }
    
    .bigheader {
        top: 49%;
    }

    .about-style2-content-box .text-holder {
        position: relative;
        display: block;
        max-width: none !important;
        width: 100%;
    }


    .main-heading{
        /* border: 1px solid white; */
            line-height: 3rem !important;
            font-weight: 700;
            font-size: 2.1rem !important;
            padding-left: 15px;
            text-align: center !important;
    }
    
    .main-subheading {
        float: none;
        line-height: 1.4em;
        font-size: 1.2rem;
        width: 80%;
        margin: 10px auto;
        text-align: center;
    }
    
    .sec-title .sub-title h5{
        font-size:1rem;
    }
    
    .about-heading{
        /* font-size: 1.6rem !important; */
    }
    
    .about-para{
    font-size: 1rem;
    }

    .about-style2-content-box .img-box {
            max-width: 100% !important;
        width: 100%;
    }

    .about-style2-content-box .inner-content ul li {
         font-size: 1rem;
        line-height: 22px;
    }
    .about-style2-content-box .inner-content ul li span {
        font-size: 1.2rem;
    }
    
    .about-style2-content-box .img-box .main_image .inner {
        float: none;
        text-align: center;
        z-index: 5;
        right: 0px;
        border-radius: 10px;
        overflow:hidden;
        margin:10px auto;
        width:90%;
    }
    .about-style2-content-box .img-box .main_image {
        padding-top: 0px;
        display: flex;
        flex-wrap: wrap;
        overflow:hidden;
        width:90%;
    }
    
    .about-style2-content-box .img-box .main_image .image_2 {
       position: static; 
       display: none;
       overflow:hidden;
       margin:10px auto;
       width:90%;
    }
    .about-style2-content-box .img-box .main_image .image_3 {
       position: static; 
       margin: 0px auto;
       border-radius: 10px;
       overflow:hidden;
       margin:10px auto;
       width:90%;
    }
    .ourimag{
        position: static !important;
        margin:10px auto;
    }
    .ourimag img{
        border-radius: 10px !important;
        }
        .about-style2-content-box .img-box .main_image img {
          
        }
    .about-style2-content-box .img-box .main_image .image_4 {
     position: static;
     margin: 0px auto;
     border-radius: 10px;
     overflow:hidden;
     margin:10px auto;
     width:90%;
     text-align: center;
    }
    .about-style2-content-box .img-box .main_image .image_4 img {
        border-radius: 10px;
        overflow:hidden;
       }
    .main_image .image_5 {
       position: static;
       border-radius: 10px;
       overflow:hidden;
       margin:10px auto;
       width:90%;
    }
    .about-style2-content-box .img-box .main_image .image_5{
        position: static;
        border-radius: 10px;
        overflow:hidden;
    }
    
    .no-js .owl-carousel {
         display: flex;
        flex-direction: column;
     }
    
     .single-partner-logo-box {
        width: 100%;
        margin: 15px 0px;
        height: auto;
    }
    .single-blog-style1 .text-holder .blog-title a {
     font-size: 1rem !important;
     line-height: 0.8rem !important;
    }
    .single-blog-style1 .text-holder .blog-title {
        line-height: 16px !important;
    }
    .galleryimg h2{
        font-size: 1.6rem;
    }        
        
    .sec-title h2 span{
        font-size: 1rem !important;
    }
    .sec-title h2{
        font-size: 1.6rem !important;
    }
    .single-project-style1 .title-holder h4 {
         font-size: 1.1rem;
    }
    .elementor-widget-wrap>.elementor-element {
        width: 100% !important;
    }
    .single-footer-widget .our-company-info .text-box p {
        font-size: 1rem;
        line-height: 23px;
        text-align: center;
    }
    .single-footer-widget .title h3 {
        font-size: 20px;
    }
    .footer-widget-links1 li a {
        font-size: 17px;
    }
    .title h3 {
        font-size: 14px;
        text-align: center;
    }
    .footer-social-links {
         width: 100%;
    }
    .text p{
        font-size: 1rem;
    }
    .single-blog-style1 .text-holder .meta-info li {
           font-size: 15px;
    }
    .blog-one__btn{
        font-size: 1rem !important;
    }
    
   
}


@media only screen and (min-width:800px) and (max-width:1000px){
   
   
    .rajpal-sir {
        left: 0px;
        bottom: 0;
        height: auto;
        align-items: end;
        justify-content: end;
        width: 100%;
    }
    #header {
         height: auto;
    }
    #header .container {
        height: 100vh;
    }
    
    .rajpal-sir img{
        width: 50%;
    }
    
    .firstboxs {
        width: 58%;
    }

    .bigheader {
        top: 49%;
    }

    .about-style2-content-box .text-holder {
        position: relative;
        display: block;
        max-width: none !important;
        width: 100%;
    }


    .main-heading{
        /* border: 1px solid white; */
            line-height: 3rem !important;
            font-weight: 700;
            font-size: 2.1rem !important;
            padding-left: 15px;
            text-align: center !important;
    }
    
    .main-subheading {
        float: none;
        line-height: 1.4em;
        font-size: 1.2rem;
        width: 80%;
        margin: 10px auto;
        text-align: center;
    }
    
    .sec-title .sub-title h5{
        font-size:1rem;
    }
    
    .about-heading{
        /* font-size: 1.6rem !important; */
    }
    
    .about-para{
    font-size: 1rem;
    width: 90%;
    }
    .about-style2-content-box .inner-content ul {
        width: 96%;
    }

    .about-style2-content-box .img-box {
            max-width: 100% !important;
        width: 100%;
    }

    .about-style2-content-box .inner-content ul li {
         font-size: 1rem;
        line-height: 22px;
    }
    .about-style2-content-box .inner-content ul li span {
        font-size: 1.2rem;
    }
    
    .about-style2-content-box {
                flex-wrap: nowrap;
    }
    .no-js .owl-carousel {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
    }
    .single-partner-logo-box {
        width: 30%;
        margin: 15px 15px;
        height: 220px;
    }
  .text-right-rtl{
    display: flex;
    flex-wrap: nowrap;
  }
  .single-footer-widget .instagram {
    display: flex;
    justify-content: center;
  }
    .single-blog-style1 .text-holder .blog-title a {
     font-size: 1rem !important;
     line-height: 0.8rem !important;
    }
    .single-blog-style1 .text-holder .blog-title {
        line-height: 16px !important;
    }
    .galleryimg h2{
        font-size: 1.6rem;
    }        
    .about-style2-content-box .img-box .main_image .image_5{
        z-index: 5;
        left: -18px;
    }
    .about-style2-content-box .img-box .main_image .image_4{
        z-index: 5;
        left: 0px;
    }
        
    .sec-title h2 span{
        font-size: 1rem !important;
    }
    .sec-title h2{
        font-size: 1.6rem !important;
    }
    .single-project-style1 .title-holder h4 {
         font-size: 1.1rem;
    }
    .elementor-widget-wrap>.elementor-element {
        width: 100% !important;
    }
    .single-footer-widget .our-company-info .text-box p {
        font-size: 1rem;
        line-height: 23px;
        text-align: center;
    }
    .single-footer-widget .title h3 {
        font-size: 20px;
    }
    .footer-widget-links1 li a {
        font-size: 17px;
    }
    .title h3 {
        font-size: 14px;
        text-align: center;
    }
    .footer-social-links {
         width: 100%;
    }
    .text p{
        font-size: 1rem;
    }
    .single-blog-style1 .text-holder .meta-info li {
           font-size: 15px;
    }
    .blog-one__btn{
        font-size: 1rem !important;
    }
    
.mid-footer{
    padding-top: 100px;
}



    
}

@media only screen and (min-width:1000px) and (max-width:1300px){
   
   
    
    .about-style2-content-box .img-box .main_image .image_5{
        z-index: 5;
    }
    
    .bigheader {
        left: 7%;
    }

    .about-style2-content-box .text-holder {
        position: relative;
        display: block;
        max-width: none !important;
        width: 100%;
    }


    .main-heading{
        /* border: 1px solid white; */
            line-height: 4rem !important;
            font-weight: 700;
            font-size: 3rem !important;
            width: 100%;
            margin: 10px auto;
            /* text-align: center !important; */
    }
    .albumbox{
        width: 96% !important;
    }
    .main-subheading {
        float: none;
        line-height: 1.4em;
        font-size: 1.2rem;
        width: 100%;
        margin: 10px auto;
        /* text-align: center; */
    }
    
    .sec-title .sub-title h5{
        font-size:1rem;
    }
    
    .about-heading{
        /* font-size: 1.6rem !important; */
    }
    
    .about-para{
    font-size: 1rem;
    }

    .about-style2-content-box .img-box {
            max-width: 100% !important;
        width: 100%;
    }

    .about-style2-content-box .inner-content ul li {
         font-size: 1rem;
        line-height: 22px;
    }
    .about-style2-content-box .inner-content ul li span {
        font-size: 1.2rem;
    }
    
    .about-style2-content-box {
                flex-wrap: nowrap;
    }
    .no-js .owl-carousel {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
    }
    .single-partner-logo-box {
        width: 30%;
        margin: 15px 15px;
        height: 220px;
    }
  .text-right-rtl{
    display: flex;
    flex-wrap: nowrap;
  }
  .single-footer-widget .instagram {
    display: flex;
    justify-content: center;
  }
    .single-blog-style1 .text-holder .blog-title a {
     font-size: 1rem !important;
     line-height: 0.8rem !important;
    }
    .single-blog-style1 .text-holder .blog-title {
        line-height: 16px !important;
    }
    .galleryimg h2{
        font-size: 1.6rem;
    }        
        
    .sec-title h2 span{
        font-size: 1rem !important;
    }
    .sec-title h2{
        font-size: 1.6rem !important;
    }
    .single-project-style1 .title-holder h4 {
         font-size: 1.1rem;
    }
    .elementor-widget-wrap>.elementor-element {
        width: 100% !important;
    }
    .single-footer-widget .our-company-info .text-box p {
        font-size: 1rem;
        line-height: 23px;
        text-align: center;
    }
    .single-footer-widget .title h3 {
        font-size: 20px;
    }
    .footer-widget-links1 li a {
        font-size: 17px;
    }
    .title h3 {
        font-size: 14px;
        text-align: center;
    }
    .footer-social-links {
         width: 100%;
    }
    .text p{
        font-size: 1rem;
    }
    .single-blog-style1 .text-holder .meta-info li {
           font-size: 15px;
    }
    .blog-one__btn{
        font-size: 1rem !important;
    }
    
.mid-footer{
    padding-top: 100px;
}
    
}



.hamburger {
    /* background-color: #ffffff; */
    width: 100%;
    position: fixed !important;
    top: 0 !important;
  }
  
  nav .logo {
    float: left;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
    width: 50px !important;
    height: 50px;
    position: relative;
    z-index: 200;
    padding-top: 0;
  }
  
  nav .links {
    float: right;
    padding: 0;
    margin: 0;
    width: 60%;
    height: 100%;
    max-height: 500px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    transition: all .5s ease-in-out;
  }
  
  nav .links li {
    list-style: none;
  }
  
  nav .links a {
    display: block;
    padding: 1em;
    font-size: 15px !important;
    font-weight: 600;
    color: #000000;
    text-decoration: none;
    position: relative;
  }
  
  nav .links a:hover {
    /* color: rgb(10, 46, 176); */
  }
  
  nav .links a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: rgb(0, 0, 0);
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out 0s;
  }
  
  nav .links a:hover::before {
    visibility: visible;
    transform: scaleX(1);
    color: rgb(1, 1, 3);
  }
  
  #nav-toggle {
    position: absolute;
    top: -100px;
  }
  
  nav .icon-burger {
    display: none;
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
  }
  
  nav .icon-burger .line-throw {
    width: 22px;
    height: 2px;
    background-color: #ffffff;
    margin: 3px;
    border-radius: 3px;
    transition: all .5s ease-in-out;
  
  }
  
  @media screen and (max-width: 800px) {
    nav .logo {
      float: none;
      width: auto;
      justify-content: center;
    }
  
    nav .links {
      float: none;
      position: fixed;
      z-index: 9;
      left: 0;
      right: 0;
      top: 65px;
      bottom: 100%;
      width: auto;
      height: auto;
      max-height: 527px;
      flex-direction: column;
      justify-content: space-evenly;
      background-color: rgba(255, 255, 255, 0.9);
      overflow: hidden;
      transition: all .5s ease-in-out;
    }
    /* .colormodal{
        background: url(./images/Solid_white.svg.webp);
        background-size: cover;

    } */
  
    nav .links a {
      font-size: 20px;
    }
  
    nav :checked~.links {
      bottom: 0;
    }
  
    nav .icon-burger {
      display: block;
    }
  
    nav :checked~.icon-burger .line:nth-child(1) {
      transform: translateX(0px) rotate(360deg);
    }
  
    nav :checked~.icon-burger .line:nth-child(3) {
      transform: translateX(0px) rotate(360deg);
    }
  
    nav :checked~.icon-burger .line:nth-child(2) {
      /* opacity: 0; */
      transform: translateX(0px) rotate(360deg);
    }
  }



  @media only screen and (max-width:800px) {

    .upperhead {
      display: none;
    }

  

  }

  @media only screen and (max-width:600px) {

    .backbtnn {  
        font-size: 15px !important;
        font-weight: 600;
        color: white;
        width: 100px;
        height: 33px;
        border: none;
        border-radius: 4px;
        background: #2d2d2d;
    }

    .backbtnn i { 
        font-size: 0.8rem !important;
        color: white !important;
        }

  }
  
  @media only screen and (min-width:800px) {
  
    .hamburger {
      display: none;
    }
  
  }


 
  .backbtnn{

  }

  .boxfolder{
    margin-top: 40px !important;
  }

  @media only screen and (min-width:800px) {
  
    .boxfolder{
        margin-top: 80px !important;
      }
  
  }