
@media only screen and (min-width: 768px){
    .container {
        max-width: 650px;
    }
    .AllProject {
        height: calc(100vh - 250px);
    }
    .allProject ul.nav li a.sideNav {
        margin: 5px;
        padding: 6px 15px;;
        font-weight: 600;
    }
    .allProject ul.nav li a.sideNav {
        font-size: 20px;
    }
}
@media only screen and (min-width: 992px)  {
    .container {
        max-width: 1040px;
    }
    .allProject ul.nav li a.sideNav {
        margin: 5px;
        padding: 6px 15px;;
        font-weight: 600;
    }
    .allProject ul.nav li a.sideNav {
        font-size: 24px;
    }
    .middleSideSec .downloadPdf {
        display: flex !important;
        flex-direction: column;
        justify-content: end;
    }
    .middleSideSec .downloadPdf a {
        width: fit-content;
    }
    /* .middleSideSec .sideBar {
        min-height: 260px;
    }
    .middleSideSec .downloadPdf {
        min-height: 94px;
    } */
    .middleSideSec {
        min-height: 380px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        position: absolute;
        transform: translateY(-50%);
        top: 50%;
    }
}
@media only screen and (min-width: 1200px){
    .container {
        max-width: 1140px;
    }
    .allProject ul.nav li a.sideNav {
        margin: 10px;
    }
}
@media only screen and (min-width: 1440px){
    .allProject ul.nav li a.sideNav {
        font-size: 28px;
    }
}
@media only screen and (min-width: 1600px){
    .container {
        max-width: 1250px;
    }  
    .downloadPdf a {
        padding: 10px 20px;
    }
    .imageSec img, .fullImageContainer .imageSec {
        height: 550px;
    }
    .slideItem .imageSec video {
        height: 550px;
    }
    .imageSec {
        margin-bottom: 90px !important;
    }
    .allProject ul.nav li a.sideNav {
        font-size: 32px;
    }
    .CopyRight p {
        font-weight: 500;
        font-size: 13px;
    }
}
@media only screen and (min-width: 1800px){
    .container {
        max-width: 1540px;
    }
    .downloadPdf a {
        padding: 10px 24px;
    }
    .imgDetails img {
        height: 650px;
    }
    .imageSec img, .fullImageContainer .imageSec {
        height: 650px;
    }
    .slideItem .imageSec video {
        height: 600px;
    }
    .quesAns {
        margin-bottom: 40px;
    }
    .bioPoint {
        margin-bottom: 40px;
    }
    .allProject ul.nav li a.sideNav {
        font-size: 40px;
    }
    .CopyRight p {
        font-size: 16px;
    }
    .topLogo {
        padding: 50px 0;
    }
    .topSection {
        margin-top: 184px;
    }
    .sideList {
        height: calc(100vh - 190px);
        top: 184px;
    } 
}
@media only screen and (min-width: 2100px){
    .container {
        max-width: 1840px;
    }
    .imgDetails img {
        height: 800px;
    }
    .imageSec img, .fullImageContainer .imageSec {
        height: 800px;
    }
    .slideItem .imageSec video {
        height: 650px;
    }
    .topHeading img.logo {
        width: 72px;
    }
    .slideItem .imageSec video {
        height: 650px;
    }
    .downloadPdf a {
        padding: 10px 24px;
    }
    .AllProject {
        height: calc(100vh - 300px);
    }
    .allProject ul.nav li a.sideNav {
        font-size: 48px;
    }
    .middleSideSec {
        min-height: 470px;
    }
}
@media only screen and (min-width: 2400px){
    .container {
        max-width: 2040px;
    }
    .slideItem .imageSec video {
        height: 840px;
    }
    .imageSec img, .fullImageContainer .imageSec {
        height: 950px;
    }
    .downloadPdf a {
        padding: 10px 24px;
    }
    .allProject ul.nav li a.sideNav {
        font-size: 55px;
    }
    .CopyRight p {
        font-size: 20px;
    }
    .projectName em {
        display: inline-block;
        line-height: 30px;
    }
    .middleSideSec {
        min-height: 530px;
    }
}
@media only screen and (max-width: 1440px)  {
    .topHeader{
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 991px)  {
    .topHeading h1 {
        font-weight: bold;
    }
    /*Menu Toggle CSS*/
    /*.topMenuToggle a.menuBarToggle {
        padding: 8px;
        color: #000000;
        font-size: 20px;
    }
    .topMenu {
        position: fixed;
        top: 0;
        left: 0;
        width: 250px;
    }
    .topMenu {
        position: fixed;
        top: 0;
        left: 0;
        width: 200px;
        height: 100vh;
        background: #fff;
        overflow: auto;
        padding: 15px 10px;
        z-index: 99;
        transform: translateX(-500px);
        transition: all 0.5s ease;
        box-shadow: 0px 0px 6px 2px #646464a3;
    }
    .topMenu.active{
        transform: translateX(0px);
    }
    .topMenuInner {
        background: transparent;
        margin-top: 0;
    }
    .topMenuInner ul.nav {
        flex-direction: column;
    }
    .topMenuInner ul.nav li a, .topMenuInner ul.nav li a:hover,.topMenuInner ul.nav li a:active {
        color: #000;
        font-weight: 500;
    }*/
    /*Menu Toggle CSS*/
    /*Toggle CSS*/
    .sideBarToggle a.menuToggle {
        padding: 8px;
        color: #000000;
    }
    .sideBarToggle {
        position: fixed;
        bottom: 20px;
        left: 20px;
    }
    .sideBarToggle a.menuToggle {
        background: #fff;
        width: 50px;
        height: 50px;
        box-shadow: 0px 0px 9px 2px #ccc;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50px;
        border: 1px solid #d8d3d3;
        text-decoration: none;
        z-index: 99;
    }
    .sideList {
        position: fixed;
        top: 0;
        left: 0;
        background: #fff;
        padding: 40px 20px 28px;
        width: 350px;
        height: 100vh;
        overflow: auto;
        z-index: 999999;
        transform: translateX(-500px);
        transition: all 0.5s ease;
        box-shadow: 0px 0px 6px 2px #646464a3;
    }
    .sideList.active{
        transform: translateX(0px);
    }
    .bodyOverlay{
        transition: all 0.5s ease;
    }
    .bodyOverlay.active{
        display: block;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 9;
    }
    .sideList .sideBarToggle {
        position: absolute;
        top: -24px;
        right: -8px;
        left: unset;
    }
    .sideList .sideBarToggle a.menuToggle {
        box-shadow: unset;
        width: 28px;
        height: 28px;
        border-color: #000;
    }
    /*Toggle CSS*/
    .imageSec img, .fullImageContainer .imageSec {
        height: 400px;
    }
    .topLogo {
        align-items: center;
    }
    /*.topHeading img.logo {*/
    /*    width: 38px;*/
    /*}*/
    .topSection {
        margin-top: 70px;
    }
    .titleOuter {
        margin-bottom: 50px;
    }
    .middleSideSec {
        position: absolute;
        transform: translateY(0%);
        top: 65px;
        min-height: 200px;
        display: block;
    }
    .middleSideSec .sideBar {
        min-height: auto;
    }
}
@media only screen and (max-width: 767px)  {

    .topLogo .sideBarToggle, .topLogo .topHeading {
        display: flex;
        align-items: center;
    }
    
    .topLogo {
        align-items: center;
    }

    /*.topHeading img.logo {*/
    /*    width: 35px;*/
    /*}*/
    .topMenuInner ul.nav li a:hover, .topMenuInner ul.nav li a.active {
        color: #000;
    }
    .allProject ul.nav{
        justify-content: center;
    }
    .allProject ul.nav li a.sideNav {
        border: 1px solid #000;
        margin: 5px;
        padding: 4px 10px;
        font-size: 18px;
        font-weight: 600;
    }
    .AllProject{
        height: unset;
    }
    .topHeader{
        margin-bottom: 40px;
    }
}
@media only screen and (max-width: 575px)  {
    .topHeading h1 {
        font-weight: bold;
    }
    /*.topHeading img.logo {*/
    /*    width: 35px;*/
    /*}*/
    .allProject ul.nav {
        flex-direction: column!important;
    }
    .allProject ul.nav li a.sideNav::before {
        content: "\f105";
    }
    .allProject ul.nav li a.sideNav::before {
        left: 0;
        top: 5px;
        transition-duration: 0.4s;
    }
    .allProject ul.nav li a.sideNav span {
        margin-left: 8px;
    }
    .allProject ul.nav li a.sideNav {
        border: 0;
        margin: 2px;
        font-size: 16px;
    }
    .allProject ul.nav li a.sideNav span::before, .allProject ul.nav li a.sideNav span::after, .allProject ul.nav li a.sideNav::after{
        content: unset;
    }
    .allProject ul.nav li a.sideNav::before {
        height: 0;
    }
    .slideControls {
        margin-bottom: 50px;
    }
    .slideControls {
        justify-content: flex-start;
    }
    
}
@media only screen and (max-width: 400px)  {
    .allProject ul.nav li a.sideNav {
        font-size: 15px;
    }

}
@media only screen and (max-width: 350px)  {
}
@media(min-width:768px){
.menuBarToggle{
    display:none;
}
}


    /* other css */
    @media(max-width:991px){
        .topMenuInner ul li.nav-item a {
           padding: 5px 8px;
    }
    }

    @media(max-width:767px){
    .topLogo {
        align-items: center;
        flex-wrap: wrap;
    }
    .topMenuToggle a.menuBarToggle {
        padding: 8px;
        color: #000000;
        font-size: 20px;
    }
    .sideList.active{
            transform: translateX(0px);
    }
    .topMenuInner ul li.nav-item a {
        padding: 5px 8px;
    }  
    .topMenu{
        width:100%;
    } 
   
    }


    @media(max-width:767px){
        .imageSec img, .fullImageContainer .imageSec {
           height: 300px;
          }
          .contant .row> .col-9{
            order: 2;
             width: 100%;
          }
        .slideControls {
            margin-bottom: 20px;
            justify-content: center !important;
        }

        /* bottom_icon */
        .bottom_arrow_instr {
            position: fixed;
            bottom: 0;
            left: 45%;
           
        }
        .bottom_animate_arrow img {
            width: 40px;
            background: #fff;
            padding: 8px;
            box-shadow: 0 0 5px 0px #b8b5b5;
            border-radius: 5px;
             animation: bottom_arrow infinite;
            animation-duration: 2s;
        }
    }

    @media(max-width:575px){
        .imageSec img, .fullImageContainer .imageSec {
           height: 250px !important;
        }
    }

@media(max-width:1200px) and (min-width:992px){
   .middleSideSec{
      transform: translateY(0%);
      top: 70px;
   }
   .topSection {
        height: calc(100vh - 60px) !important;
        margin-top: 55px;
    }
}
@media(max-width:991px){
  .topSection_home {
    margin-top: 150px;
}
.bottom_arrow_instr {
    position: fixed;
    bottom: 28px;
    left: 44%;
    z-index: 10;
}
.bottom_animate_arrow{
   position:relative;
}
.bottom_animate_arrow i{
    color:#fff;
   font-size:13px;
   margin-left:-6px;
   animation: bottom_arrow 2s infinite;
   display: inline-block;
}
.bottom_animate_arrow {
    width: 0;
    height: 0px;
    position: absolute;
    border-style: solid;
    border-color: #000 transparent;
    border-width: 0px 40px 30px 40px;
}
.single_toggle {
    padding: 0;
}
.single_toggle a{
    padding: 0 !important;
}
.neha_telwar img {
    height: 200px;
    width: 200px !important;
}
}
@media(max-width:767px){
  .topSection {
    margin-top: 80px;
}
.topLogo {
    padding: 15px 0 10px;
    justify-content: center !important;
}
.slideItem .imageSec video {
    height: 300px;
   }
   .contant .row> .col-9 {
        order: 2 !important; 
    }
}
@media(max-width:575px){
    .bottom_arrow_instr {
        left: 42%;
    }
    .titleOuter {
        margin-bottom: 15px;
    } 
   
}
@media(min-width:992px){
.sidebar_toggle{
    display:none;
}
}

@media(max-width:991px){
   .sideList .sideBarToggle {
    top: -4px;
}
.titleOuter{
   align-items:flex-start !important;
}
.sliderContainer .col-8 .hashTag,.sliderContainer .col-8>small {
 font-size:12px;
font-weight:600;
color:#000;
}
.owlCarouselImgSlider{
padding-top:15px;
}
.innerSildeList .titleOuter {
    width: 90%;
}
.about_togglebtn {
    position: absolute;
    top: 0;
    right: 15px;
}
.middleSideSec {
    transform: translateY(0%);
    top: 60px;
}
}

@media(max-width:767px){
.sideList{
   width:400px;
}
.headerLogo{
	text-align:center;
	}
	 .topSection {
    padding-top: 24px;
  }
}

@media(max-width:575px){
.imageSec img, .fullImageContainer .imageSec {
    height: auto !important;
}
.sideList{
   width:calc(100vw - 70px) !important;
}
.bottom_arrow_instr {
    left: 40%;
}
.commonList ul.nav li a.sideNav, .commonList ul.nav li ul.subMenu li a {
    font-size: 11px;
}
.slideItem .imageSec,.slideItem .imageSec img {
    height: auto !important;
}
.topMenu {
    margin-top: 10px;
}
.topSection {
    padding-top: 12px !important;
    margin-top:60px;
}
 .slideControls {
		display: flex;
		position: inherit;
		top: 0;
		right: 0;
		width: 100%;
}
.fullImageContainer .imageSec{
    margin-bottom:30px !important;
}
.commonList ul.nav li a.sideNav {
    display: flex;
    align-items: center;
}
.commonList ul.nav li a.sideNav img {
    width: 20px;
    height: 20px;
    display: block;
}
.allProject ul.nav li a.sideNav::before {
    content: unset;
}
}
 @keyframes bottom_arrow{
    0%   {transform:translateY(8px)}           
    50%  {transform:translateY(0px)}
    100%  {transform:translateY(8px)}       
}

@media(max-width:375px){
  .topMenuInner ul li.nav-item a {
    padding: 5px 6px;
    font-size: 12px;
} 
 .neha_telwar img {
    height: 200px;
    width: 100% !important;
}
}
/*@media(max-width:991px) and (min-width:600px) and (max-height:575px){*/
/*   .topLogo {*/
/*    padding: 15px 0 !important;*/
/*    flex-wrap: nowrap;*/
/*  }*/
/*  .topSection {*/
/*    padding-top: 0 !important;*/
/*}*/
/*.titleOuter {*/
/*    margin-bottom: 30px !important;*/
/*}*/
/*.logoName h1 {*/
/*    font-size:30px !important;*/
/*}*/

/*.topSection_home .AllProject {*/
/*    height: 100% !important;*/
/*}*/
/*.topSection_home {*/
/*    margin-top:85px !important;*/
/*}*/
/*.topSection_home .commonList ul.nav li {*/
/*    margin-bottom: 0px !important;*/
/*}*/
/*.topSection_home .allProject ul.nav li a.sideNav {*/
/*    font-size: 18px !important;*/
/*}*/
/*.col-12.owlCarouselImgSlider {*/
/*    width: 50%;*/
/*}*/
/*.owlCarouselTxtSlider{*/
/*    width: 50%;*/
/*    order: 3 !important;*/
/*    position: absolute;*/
/*    top: 135px;*/
/*    right: 5px;*/
/*}*/
/*.owlCarouselSliderArrow{*/
/*    padding-top: 40px;*/
/*}*/

/*.imageSec img, .fullImageContainer .imageSec {*/
/*    height: 300px;*/
/*}*/
/*.bottom_arrow_instr {*/
/*    left: 45%;*/
/*}*/
/*.slideItem .imageSec video {*/
/*    height: 300px;*/
/*}*/
/*.topicContainer .imageSec{*/
/*    float: left;*/
/*    width: 40%;*/
/*    margin-right: 20px;*/
/*    margin-bottom: 20px !important;*/
/*}*/
/*.topSection .row> .col-12.ps-md-5 {*/
/*    padding-left: 0 !important;*/
/*}*/
/*.fullImageContainer .imageSec {*/
/*    margin-bottom: 0 !important;*/
/*}*/
/*.sliderContainer {*/
/*    margin-bottom: 0px;*/
/*}*/
/*.topicContainer .contant .row {*/
/*    display: block;*/
/*}*/
/*.topicContainer .contant .row .col-9{*/
/*    width: 100%;*/
/*}*/
/*.sliderContainer>.row{*/
/* align-items:flex-start !important;*/
/*}*/
/*.slideItem .imageSec,.slideItem .imageSec img {*/
/*    height: 250px !important;*/
/*    object-fit: fill;*/
/*}*/
/*}*/

@media(max-width:991px) and (min-height:768px){
    .imageSec img, .fullImageContainer .imageSec {
     height: auto;
}
}

@media (max-width: 991px) and (min-height: 576px) and (max-height:991px){
.imageSec img, .fullImageContainer .imageSec {
    height: calc(100vh - 260px);
}
}

@media(max-width:319px){
   .topMenuInner ul li.nav-item a {
      padding: 5px 5px;
   }
}

@media(min-width:992px){
  .downloadPdf2 {
		display: none !important;
	}
}

.showpoupup{
    display:none;
}

@media(max-width:991px) and (min-width:600px) and (max-height:575px){
body{
overflow: hidden;  
width: 100%;
height: 100%;
  }
.showpoupup{
	display:block;
}
.rotate_alertText {
    max-width: 400px;
    margin: 50px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 180px;
    box-shadow: 0px 0px 9px 0px #b2aeae;
    background: white;
    font-size: 25px;
    padding: 25px;
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;
    border-radius: 10px;
}
.rotate_alert {
    z-index: 99999999;
    position: fixed;
    background: #000;
    height: 100%;
    width: 100%;
    top: 0;
}
	}
	
@media(max-width:767px){
    .owlCarouselTxtSlider .sliderContantTxt .formore_text{
	    overflow: hidden;
       text-overflow: ellipsis;
      display: -webkit-box;
-webkit-line-clamp: 6;
-webkit-box-orient: vertical;
position:relative;
	}
	.read_moreBtn{
	    position:absolute;
	    bottom:-3px;
	    right:0;
	}
	.owlCarouselTxtSlider .sliderContantTxt .fulltext{
	    -webkit-line-clamp: 1000;
	}
	.read_moreBtn span {
    background: #fff;
    padding: 0 0 0 5px;
    text-decoration: underline;
    cursor:pointer;
   }
   .read_moreBtn .lessmore{
       display:none;
   }
   .sliderContantTxt .multiImageSlider .owl-height {
    height: auto !important;
  }

}	

