@font-face {
  font-family: poppinsb;
  src: url(font/poppins/Poppins-Bold.ttf);
}

@font-face {
  font-family: poppinsm;
  src: url(font/poppins/Poppins-Medium.ttf);
}

@font-face {
  font-family: poppinsr;
  src: url(font/poppins/Poppins-Regular.ttf);
}

@font-face {
  font-family: poppinsl;
  src: url(font/poppins/Poppins-Light.ttf);
}

@font-face {
  font-family: robotor;
  src: url(font/poppins/Roboto-Regular.ttf);
}

@font-face {
  font-family: space;
  src: url(font/Mandalore/Devant\ Horgen.otf);
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-decoration: none;
}

#loading{
  width:100%;
  height: 100vh;
  background-image: url('img/1612454138_517676.gif');
  background-repeat: no-repeat;
  background-position: center; 
  background-size: 200px 200px;
   background-color: #fff;
  z-index: 999999999999999999999999999999999999999999999999999999999999999999999999999999999999;
  position:fixed;
  top: 0; right: 0;
}




::selection{
  background-color: #ffaca5;
}

html {
  scroll-behavior: smooth;
  scrollbar-width: none;
}

::-webkit-scrollbar {
  display: none;
}



body {
  background: #fff;
  scrollbar-width: none;
 
}

.container {
  width: 90%;
  height: auto;
  margin: auto;
                        
}




.topbar {
  width: 100%;
  height: 80px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.5);
}

.logo {
  width: 10%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.logo img {
  width: 100%;
}

.menu {
  width: 90%;
  height: 100%;
  display: flex;
  justify-content: right;
  align-items: center;
  padding-right: 5%;
}

.menu ul {
  list-style: none;
  display: flex;
  margin: 0 2%;
}

.menu li {
  margin: 10px;
}

.menu li a {
  font-family: poppinsm;
  font-size: 15px;
  color: rgb(179, 179, 179);
  transition: all 0.5s;
}

.menu ul li a::after {
  content: "";
  width: 0%;
  height: 2px;
  background: #fc766a;
  display: block;
  margin: auto;
  transition: all 0.5s;
}

.menu ul li a:hover::after {
  width: 100%;
}

#search {
  background: #f4f4f4;
  width: 150px;
  height: 22px;
  border-radius: 25px;
  border: none;
  font-size: 10px;
  text-align: center;
  font-family: poppinsr;
}

.menu i.fa-search {
  font-size: 15px;
  color: #fc766a;
  margin: 0 2%;
}

.menu i.fa-user {
  font-size: 15px;
  color: #fc766a;
  cursor: pointer;
}

.bimal {
  position: fixed;
  top: 80px;
  right: -100%;
  width: 100%;
  height: 50px;
  background-color: rgb(0 0 0 / 0.5);
  transition: all 1s ease;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;

}

.bimal i{
  font-size: 30px;
  color: #fc766a;
  margin: 0 15px;
}

#searchi{
  width: 50%;
  height: 30px;
  border-radius: 25px;
  border: none;
  font-size: 10px;
  text-align: center;
  font-family: poppinsr;
}

#style{transition: all 1s ease; cursor: pointer;}
#fclick:checked ~ .form {
  right: 0%;
}

#fclick {
  display: none;
}

.form {
  position: fixed;
  top: 80px;
  right: -100%;
  width: 25%;
  height: auto;
  background-color: #fff;
  z-index: 1;
  transition: all 1.5s ease;
  margin-right: 5%;
  padding: 0 3%;
}

.form h1 {
  font-family: poppinsm;
  color: #fc766a;
  font-size: 50px;
}

.form h2 {
  font-family: poppinsr;
  color: rgb(114, 114, 114);
  font-size: 10px;
  margin: 1% 0;
}

.form h4 {
  font-family: poppinsl;
  color: rgb(114, 114, 114);
  font: 8px;
  margin: 1% 0;
}

.form h5 {
  font-family: poppinsl;
  color: rgb(179, 179, 179);
  font-size: 10px;
  margin: 1% 0;
}

 .form h3 a {
  font-family: poppinsl;
  color: #fc766a;
  color: #4267b2;
  font-size: 10px;
  margin: 1% 0;
} 

#fbutton {
  width: 50%;
  height: 50px;
  background: none;
  border: 2px solid #fc766a;
  font-family: poppinsl;
  font-size: 12px;
  background-image: linear-gradient(#fc766a, #fc766a);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  background-position-x: right;
  transition: 500ms;
  cursor: pointer;
  color: #fc766a;
  margin: 1% 0;
}

#fbutton:hover {
  background-size: 100% 100%;
  background-position-x: left;
  color: #fff;
}

.form input {
  width: 80%;
  height: 30px;
  margin: 0%;
  font-family: poppinsl;
  padding-left: 1%;
  font-size: 9px;
  outline: none;
  border: 2px solid #fc766a;
  margin: 2% 0;

}
 .form input:focus{
  
  border: 2px solid #fc766a ;
}

.social {
  width: auto;
  height: auto;
  margin: 1% 0%;
}

.social i {
  font-size: 25px;
  padding-right: 1%;
  padding: 1%;
}

.fa-facebook {
  color: #4267b2;
  transition: all 0.5s;
  padding: 0 1%;
}

.fa-facebook:hover {
  transform: scale(1.1);
}

.fa-instagram {
  color: #bc2a8d;
  padding: 0 2%;
}

.fa-instagram:hover {
  transform: scale(1.1);
}

.fa-twitter {
  color: #1da1f2;
  padding: 0 2%;
}

.fa-twitter:hover {
  transform: scale(1.1);
}

.hambtn {
  color: #fc766a;
  font-size: 20px;
  display: none;
}

#click {
  display: none;
}

.banner {
  position: relative;
  left: 0;
  width: 100%;
  height: auto;
  margin-top: 80px;
}

.prev,
.next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 50px;
  padding: 15px;
  cursor: pointer;
  color: #fff;
  transition: 0.1s;
  user-select: none;
}
.prev:hover,
.next:hover {
  color: #fc766a;
}
.next {
  right: 0;
}
.dotsbox {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: 20px;
  cursor: pointer;
}
.dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  border-radius: 50%;
  margin: 0 15px;
  cursor: pointer;
}

.active,
.dot:hover {
  border-color: #fc766a;
}

.txt {
  position: absolute;
  color: #fff;
  letter-spacing: 2px;
  top: 40%;
  left: 15%;
  -webkit-animation-name: posi;
  -webkit-animation-duration: 2s;
  animation-name: posi;
  animation-duration: 2s;
  z-index: 1;
}

@keyframes posi {
  from {
    left: 25%;
  }
  to {
    left: 15%;
  }
}

.txt h1 {
  color: #fc766a;
  font-family: space;
  font-size: 50px;
  margin-bottom: 2%;
  letter-spacing: 5px;
}
.txt p {
  font-size: 20px;
  font-family: poppinsr;
}

.bannerbtn {
  display: inline-block;
  padding: 20px 34px;
  border: 2px solid #fc766a;
  margin-top: 5%;
  font-family: poppinsm;
  color: #fff;
  transition: all 0.5s;
  line-height: 0px;
  font-size: 15px;
  background-image: linear-gradient(#fc766a, #fc766a);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  background-position-x: right;
  transition: 500ms;
}

.bannerbtn:hover {
  background-size: 100% 100%;
  background-position-x: left;
}

.marquee {
  width: 100%;
  height: 20px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.marquee marquee ul {
  list-style: none;
  display: flex;
}

.marquee marquee li::before {
  content: "\01F680";
}

.marquee marquee li {
  margin: 0 30px;
}

.marquee marquee li a {
  color: #fc766a;
  font-family: poppinsr;
  font-size: 13px;
}

.homeabout {
  width: 100%;
  height: 500px;
  background: #1da1f2;
  display: flex;
  justify-content: center;
  background-color: lightblues;
}

.aboutisro {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
}

.isro-para {
  width: 50%;
  margin: auto;
  padding:  1% 5%;
}

.isro-para h1 {
  font-family: space;
  font-size: 70px;
  letter-spacing: 2px;
  color: #fc766a;
}

.isro-para p {
  font-family: poppinsr;
  font-size: 12px;
  text-align: justify;
}

.isro-para .btn {
  display: inline-block;
  padding: 12px 36px;
  border: 2px solid #fc766a;
  color: #fc766a;
  font-family: poppinsr;
  margin-top: 2%;
  letter-spacing: 1px;
  background-image: linear-gradient(#fc766a, #fc766a);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  background-position-x: right;
  transition: 500ms;
}

.isro-para .btn:hover {
  background-size: 100% 100%;
  background-position-x: left;
  color: #fff;
}

.isro-para span a {
  color: rgb(179, 179, 179);
}

.isro-para span a:hover {
  background: none;
  color: #fc766a;
}

.isro-para1 {
  width: 50%;
  height: 549.933px;
  position: relative;
}

.homeimgdiv {
  width: 40%;
  height: 60%;
  position: absolute;
  top: 12%;
  left: 15%;
  box-shadow: 0 5px 5px 5px rgb(214, 214, 214);
}

.homeimgdiv1 {
  width: 40%;
  height: 60%;
  position: absolute;
  bottom: 6%;
  right: 15%;
  box-shadow: 5px 2px 5px 5px rgb(214, 214, 214);
}

.homeimgdiv,
.homeimgdiv1 {
  border-radius: 20px;
}

.homeimgdiv img,
.homeimgdiv1 img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
}
.layerhover {
  background: transparent;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px;
  padding: 25% 2%;
  cursor: pointer;
  opacity: 0;
  transition: all 0.5s;
}

.layerhover img {
  width: 50px;
  height: 46px;
}

.layerhover p {
  font-family: poppinsr;
  color: #fff;
  font-size: 12px;
}

.layerhover h3 {
  font-family: poppinsm;
  padding: 0;
  text-align: left;
}

.layerhover a {
  display: inline-block;
  padding: 10px 2%;
  border: 2px solid #fc766a;
  color: #fff;
  font-family: poppinsr;
  letter-spacing: 1px;
  background-image: linear-gradient(#fc766a, #fc766a);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  background-position-x: right;
  transition: 500ms;
  font-size: 11px;
  margin-top: 2%;
}

.layerhover a:hover {
  background-size: 100% 100%;
  background-position-x: left;
}

.layerhover:hover {
  background: rgba(2, 2, 2, 0.7);
  opacity: 1;
}

.isroallmission {
  width: 100%;
  height: auto;
  padding:1% 5%;
}

.isroallmission h1 {
  font-family: space;
  font-size: 50px;
  letter-spacing: 1px;
  color: #fc766a;
}

.suballmission {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: left;
  align-items: center;
}

.suballmission h1 {
  font-size: 23px;
  padding: 3% 0%;
  color: rgb(255, 144, 134);
  font-family: poppinsr;
}

.suballmission h3 {
  font-size: 14px;
  font-family: poppinsl;
  font-weight: 100;
}

.suballmission h2 {
  font-size: 50px;
  font-family: poppinsm;
  font-weight: bold;
}

.suballmission span a {
  color: #fc766a;
}

.suballmission span a:hover {
  color: rgb(179, 179, 179);
}



.diva {
  width: 50%;
  height: 370px;
  padding: 0% 2%;
  border-left: 3px solid rgb(255, 144, 134);
  background-color: aliceblue;
  position: relative;
  text-align: justify;
  word-break: keep-all;
  margin: 1% 0;
}

.submissionimg {
  width: 100%;
  height: 157.267px;
  position: relative;
  margin: 2% 0;
  border-radius: 10px;
}

.submissionimg img {
  width: 100%;
  height: 157.267px;
  border-radius: 10px;
}

.layerhover1 {
  background: transparent;
  height: 157.267px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 5% 2%;
  cursor: pointer;
  opacity: 0.5;
  transition: all 0.5s;
  border-radius: 10px;
  opacity: 0;
}

.layerhover1 img {
  width: 50px;
  height: 46px;
}

.layerhover1 p {
  font-family: poppinsr;
  color: #fff;
  font-size: 12px;
}

.layerhover1 h3 {
  font-family: poppinsm;
  padding: 0;
  text-align: justify;
}

.layerhover1 a {
  display: inline-block;
  padding: 10px 2%;
  border: 2px solid #fc766a;
  color: #fff;
  font-family: poppinsr;
  letter-spacing: 1px;
  background-image: linear-gradient(#fc766a, #fc766a);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  background-position-x: right;
  transition: 500ms;
  font-size: 11px;
  margin-top: 2%;
}

.layerhover1 a:hover {
  background-size: 100% 100%;
  background-position-x: left;
}

.layerhover1:hover {
  background: rgba(2, 2, 2, 0.7);
  opacity: 1;
}

.homeisroteam {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 2% 0;
}

.isroteamsingle {
  width: 24%;
  height: 750px;
  background-color: aliceblue;
  padding:  1% 2%;
  text-align: justify;
  margin: 1% 0;
}

.isroteamsingl1 {
  width: 100%;
  height: 250px;
  position: relative;
  margin: auto;

}

.isroteamsingl1 img {
  width: 100%;
}

.isroteamsingl1 h3 {
  font-family: poppinsm;
  color: #fc766a;
}

.isroteamsingl1 p {
  font-family: poppinsl;
  font-size: 12px;
}

.isroteamsingl1 a {
  display: inline-block;
  padding: 10px 2%;
  border: 2px solid #fc766a;
  color: #fc766a;
  font-family: poppinsr;
  letter-spacing: 1px;
  background-image: linear-gradient(#fc766a, #fc766a);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  background-position-x: right;
  transition: 500ms;
  font-size: 11px;
  margin-top: 2%;
}

.isroteamsingl1 a:hover {
  background-size: 100% 100%;
  background-position-x: left;
  color: #fff;
}

.isroteamsingl1:hover {
  background: rgba(2, 2, 2, 0.7);
  opacity: 1;
}

.contentbox {
  width: 24%;
  height: 300px;
  margin: 2% 0;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.5);
  cursor: pointer;
}

.gallery {
  width: 100%;
  height: 100%;
  transition: all 1.5s;
 
}

.gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.galleryabout {
  width: 100%;
  height: 100%;
  background: rgba(2, 2, 2, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  transition: all 1.5s;
  transform: scale(2);
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 2%;
}

.galleryabout p {
  text-align: center;
  color: #fff;
  font-family: poppinsr;
  font-size: 12px;
}

.contentbox:hover .gallery {
  transform: scale(1.5);
  opacity: 1;
}

.contentbox:hover .galleryabout {
  transform: scale(1);
  opacity: 0.8;
}


.isroallmission a {
  display: inline-block;
  padding: 10px 2%;
  border: 2px solid #fc766a;
  color: #fc766a;
  font-family: poppinsr;
  letter-spacing: 1px;
  background-image: linear-gradient(#fc766a, #fc766a);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  background-position-x: right;
  transition: 500ms;
  font-size: 11px;
  margin-top: 1%;
}

.isroallmission a:hover {
  background-size: 100% 100%;
  background-position-x: left;
  color:#fff;
}

.news {
  width: 30%;
  height: 1050px;
  margin: 2% 0;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: aliceblue;
  padding: 1% 2%;
  text-align: justify;

}


.news  h1{
font-size: 23px;
color: rgb(255, 144, 134);
font-family: poppinsr;
text-align: left;
letter-spacing: 0;
padding: 1% 0;
}

.news  h2{
  font-size: 15px;
  font-family: poppinsr;
  }

  .news  span{
    font-size: 12px;
    font-family: poppinsr;
  }

.newsbox {
  width: 100%;
  height: 300px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.5);
}



.newsbox:hover .gallery {
  transform: scale(1.5);
  opacity: 1;
}

.newsbox:hover .galleryabout {
  transform: scale(1);
  opacity: 0.8;
}

.youtubevideo{
  width: 30%;
  border-radius: 10px;
  margin: 2% 0 ;
  box-shadow: 0 1px 5px rgb(0 0 0 / 0.5);
}

.contactus{
  width: 48%;
  height: auto;
  margin: 2% 0  ;
}

.from1{
  width: 100%;
  height: 100%;
  background-color: aliceblue ;
  padding: 10%;
  background-size: cover;
  background-position: center;
}



.from1 input{
  width: 49%;
  height: 40px;
  margin: 2% 0;
  padding-left: 2%;
  font-family: poppinsr;
}

.from1 input:focus{
  border: 2px solid #fc766a;
  outline: none;}

#query{
  width: 99%;
  height: 200px;
  padding-left: 2%;
  font-family: poppinsr;
}

#query:focus{
  border: 2px solid #fc766a;
  outline: none;}

 #submit{
 margin:  2% 0;
} 


.addressbar{
  width: 100%;
  height: 200px;
  background-color: aliceblue;
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-radius: 50px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.5);
}

.addresbar1{
  width: 30%;
  height: 150px;
  display: flex;
  flex-direction: column;
  align-items:center;
  justify-content: center;
  border-left: 5px solid #fc766a;
}

.addresbar1 i{
  color: #fc766a;
  font-size: 25px;
  margin-bottom: 10px;
}

.addresbar1:first-child{
  border: none;
}

.addresbar1 h3{
  font-family: poppinsm;
  font-size: 18px;
  color: #000;
}

.addresbar1 p{
  font-family: poppinsm;
  text-align: center;
  font-size: 13px;
  color: rgb(114, 114, 114);
  padding: 0 5%;
}

.isroallmission-contactbar {
  width: 100%;
  height: auto;
  padding: 0 5%;
  position: relative;
  top: 100px;
}

.footerbg {
  width: 100%;
  height:500px;
  padding: 8% 10%;
  background-image: linear-gradient(rgba(0,0,0,0.80),rgba(0,0,0,0.80)),url(img/gallery/mccsnap3dview01.jpg);
  background-position: center;
  background-size: cover;
}

.footerbg h3{
  color: rgb(206, 206, 206);
  font-family: poppinsl;
  font-size: 12px;
  text-align: center;
  padding: 1.5% 0;
  font-weight: 100;
}

.footer1{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(179, 179, 179, 0.466);
}

.subfooter{
  width: auto;
  height:250px;
}

 .subfooter h1::after {
  content: "";
  width: 40%;
  height: 1.5px;
  background: #fc766a;
  display: block;
  transition: all 0.5s;
}



.subfooter h1{
  font-family: poppinsl;
  color: #797979;
  font-size: 18px;
  letter-spacing: 2px;
}
.subfooter ul{
  list-style: none;
}

.subfooter li{
  margin: 3% 0;
}

.subfooter li a{
  color: rgb(206, 206, 206);
  font-family: robotor;
  font-size: 14px;
  transition: all 0.2s;
}

.subfooter li a:hover{
  color: #fc766a;
}

.arrow{
  width: 40px;
  height: 40px;
  background-color: #fc766a;
  position: fixed;
  bottom: 4%; right: 2%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  cursor: pointer;
  color: #f4f4f4;
  font-size: 30px;
  transition: all 0.2s;
  
}

.arrow:hover{
  background: #f4f4f4;
  color: #fc766a;
}



/* about page start here */

.aboutbg{
  width: 100%;
  height:500px;
  margin-top: 80px;
  position: relative;
  margin-bottom: 1%;}


.aboutbg video{
  object-fit: cover;
  object-position: center;
  position: relative;
}

.aboutbg1{
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.65),rgba(0, 0, 0, 0.65));
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  
}

.aboutbg1 h1{
  font-family: space;
  letter-spacing: 2px;
  color: #fc766a;
  font-size: 70px;
}

.aboutbg1 p{
  font-family: poppinsr;
  color: #ffffff;
  font-size: 20px;
}



.menudirection{
  width: 100%;
  height: 25px;
  padding: 0% 0 0  5%;
  display: flex;
  align-items: center;
}

.menudirection ul{
  display: flex;
  list-style: none;
}

.menudirection ul li{
  margin:  0 10px;
}
 .menudirection ul li:first-child{
   margin: 0;
 }




.menudirection ul li a{
  color: rgb(179, 179, 179);
  font-size: 12px ;
  font-family: poppinsm;
  transition: all 0.3s;
}

.menudirection ul li a:hover{
  color: #fc766a;
}

.menudirection ul li a span{
  color: #fc766a;
}

.about-section{
  width: 100%;
  height: auto;
  padding: 1% 5%;
  margin: 1% 0;
}

.about-section h1{
  font-family: space;
  letter-spacing: 2px;
  color: #fc766a;
  font-size: 70px;
  text-transform:uppercase;
}

.about-section p{
  font-family: poppinsr;
font-size: 12px;
text-align: justify;
}



.about-setion1{
  width: 100%;
  height:auto;
  margin: 1% 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}

.vision {
  width: 30%;
  height: 470px;
  padding:2% 5%;
  text-align: justify;
  background-color: aliceblue;
  cursor: pointer;
}

.vision h3{
  display: block;
  font-size: 23px;
  color: rgb(255, 144, 134);
font-family: poppinsr;
letter-spacing: 2px;
}


.vision ul{
  /* list-style: "\01F680"; */
  list-style-type:disc;
}

.vision ul li a{
  font-family: poppinsr;
  font-size: 12px;
  text-align: justify;
  color: #000 ;
  transition: all 0.3s;
}
.vision:hover{ box-shadow: 0 3px 10px rgba(0, 0, 0, 0.096);}

.vision ul li a:hover{
  color: #fc766a;
  
}







.img1 {
  width: 32%;
  height: 400px;
  margin: 2% 0;
  overflow: hidden;
   box-shadow: 0 3px 10px rgba(0, 0, 0, 0.096);
   position: relative;
   cursor: pointer;
}

.gallery1 {
  width: 100%;
  height: 100%;
  transition: all 1.5s;
}

.gallery1 img {
  width: 100%;
  height: 100%;
}

.galleryabout1 {
  width: 100%;
  height: 100%;
  background: rgba(2, 2, 2, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s;
  opacity: 0;   
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.galleryabout1 p {
  text-align: center;
  color: #fff;
  font-family: poppinsr;
  font-size: 12px;
padding: 5%;}

.img1:hover .gallery1 {
  opacity: 1;
 
}

.img1:hover .galleryabout1 {
  opacity: 1;
}

.about-sectionimg{
  width: 100%;
  height: 100;
  display: flex ;
  padding:   1%;
}




.about-imgsection{
  width: 100%;
  height:auto;
  margin: 1% 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  padding: 0 5%;
}

.about-section h3{
  font-family: poppinsr;
  font-size: 30px;
}


.vairamsarabhai-1{
  width: 48%;
  height: 288.55px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  margin: 1% 0;
}

.flex{ display: flex;
  justify-content: space-around;
  width: 100%;

}
.vairamsarabhai-1 img{
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
 
}
.imagehover{
  position: absolute;
  top: 0; left: 0;
  background: rgba(2, 2, 2, 0.7);
  width: 100%; height: 100%;
  opacity: 0;
  transition: all 1.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.imagehover img{
  width: 74px; height: 71px;
}

.imagehover p{
  color: #fff;
font-family: poppinsr;
font-size: 12px;
  text-align: center;
  padding: 0 5%;
}

.vairamsarabhai-1:hover .imagehover {
  opacity: 1;
}

.vairamsarabhai-1:hover{
  box-shadow: 10px 3px 10px rgba(0, 0, 0, 0.096);
}


.about-section ul{
  font-family: poppinsr;
  font-size: 12px;
  text-align: justify;
  padding: 1% 3%;
  background: aliceblue;
  border-left: 5px solid #fc766a;
}

.about-section ul span {
  color: #fc766a;
}

.about-section ul li a{
  color: rgb(114, 114, 114);
}

.about-section ul li a:hover{
  color: #fc766a;
 
}

.about-section p span{
  color: #fc766a;
  cursor: pointer;
}

.loop{

    width: 100%;
    height: 600px;
    padding: 0% 5%;
    cursor: pointer;
}

.loop img{
  width: 100%;
}


.news-section{
  width: 100%;
  height: auto;
  padding: 1% 5%;
  margin: 0% 0 1% 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.newsisro{
  width: 32%;
  height: 650px;
  border: 2px solid #e5e5e5;
  transition: all 0.3s;
  cursor: pointer;
  margin: 1% 0;
}

.newsisro:hover{
  border-bottom: 10px solid #fc766a;
}
.newsisro h1::before{
display: block;
width: 30px;
height: 5px;
content: "";
background-color: #fc766a;
margin: 10px 10px 0 0 ;
}
.newsisro h1{
  font-family: poppinsr;
  color: #1b1b1b;
  font-size: 15px;
  display: flex;
  letter-spacing: 1px;
  padding:  5%;
}

.newsisro h2{
  font-family: poppinsr;
  color: #fc766a;
  font-size: 15px;
  display: flex;
  letter-spacing: 1px;
  padding: 0 5% 2% 5%;
}

.newsisro p{
  font-family: poppinsr;
  color: #1b1b1b;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 0 5% 2% 5%;
  text-align: justify;
}



.newsisro1{
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
   background: lightcoral;

}

.newsisro1 img{
  width: 100%;
  height: 100%;
}



.newsisro1 h6{
  margin: 5%;
  padding: 8px 16px;
  background: white;
  display: inline-block;
  font-family:  poppinsl;
  font-size: 12px;
  position: absolute;
  top: 0; left: 0;
}


/* responsive 1366*768 */

@media (max-width: 1367px) {
  .diva{
    height: 385px;
  }
}

/* responsive 375*667 */

@media screen and  (min-width:1px) and (max-width:1000px) {

  #loading{
  
    background-size: 100px 100px;

  }
  
  .container {
    width: 100%;
  }
  .bimal {
    height: 40px;
  }
  
  .bimal i{
    font-size: 15px;
    color: #fc766a;
    margin: 0 15px;
  }
  
  #searchi{
    width: 50%;
    height: 20px;
    border: none;
    font-size: 10px;
  }
  .loop {
    height: 164px;
  }

  .isroteamsingl1 {
    height: 600px;
  }
  .isroteamsingl1 img{
    width: 70%;
    margin: 0 15%;
  }

  .vairamsarabhai-1{
    width: 100%;}
  
  .about-sectionimg{
    flex-direction: column;
    padding: 2% 0;
  }

  .menu ul {
    display: block;
    position: fixed;
    top: 80px;
    left: -110%;
    width: 100%;
    height: 100vh;
    background: #fc766a;
    margin: 0;
    transition: all 1s ease;
    z-index: 99999;
  }

  .menu li {
    margin: 2rem;
  }

  .menu ul li a {
    color: rgb(216, 216, 216);
    font-family: poppinsr;
  }

  .menu ul li a:hover {
    color: #fff;
  }

  .hambtn {
    display: block;
    cursor: pointer;
    margin: 0 5px;
  }

  #click:checked ~ ul {
    left: 0%;
  }

  #click:checked ~ .hambtn i:before {
    content: "\f00d";
  }

  .menu ul li a::after {
    display: none;
  }

  #search{
    display: none;
  }
  .logo {
    margin: 0 5%;
  }

  .logo img {
  width: 50px;
  }

  .form {
    width: 100%;
    margin: 0;
    z-index: 2;
  }

  .banner {
    width: 100%;
    height: auto;
  }

  .txt {
    letter-spacing: 1px;
    top: 20%;
    left: 15%;
  }

  .txt h1 {
    font-size: 20px;
  }
  .txt p {
    font-size: 8px;
  }

  .bannerbtn {
    display: inline-block;
    padding: 11px 10px;
    line-height: 0px;
    font-size: 7px;
  }

  .dotsbox {
    bottom: 10px;
  }

  .aboutisro {
    flex-direction: column;
  }

  .isro-para,
  .isro-para1 {
    width: 100%;
  }

  .homeimgdiv,
  .homeimgdiv1 {
    width: 290px;
  }

  .homeimgdiv {
    top: 1%;
    left: 8%;
  }
  .homeimgdiv1 {
    bottom: 1%;
    right: 8%;
  }

  .suballmission {
    flex-direction: column;
  }

  .diva {
    width: 100%;
    height: auto;
    border: none;
  }

  .suballmission h2 {
    font-size: 30px;
    font-family: poppinsm;
    font-weight: bold;

  }

  .homeisroteam {
    flex-direction: column;
  }
  .isroteamsingle {
    width: 100%;
    height: 600px;
  }

  .layerhover {
    height: 335px;
  }

  .contentbox {
    width: 100%;
  }

  .news{
    width: 100%;
  }

  .youtubevideo{
    width: 100%;
  }

  .contactus{
    width: 100%
}

.from1 input, #query{
  font-size: 12px;
}

.from1 input{
  width: 100%;
}

.addressbar{
  flex-direction: column;
  width: 100%;
  height: auto;
  border-radius: 0;
  box-shadow: none;
}

.addresbar1{
  width: 100%;
border-top: 5px solid #fc766a;
border-left: none;}


.footerbg{
  height: auto;
  padding:0% 5%;
  padding-top: 30%;
}
.footer1{
  flex-direction: column;
  width: 100%;
}

.subfooter{
  width: 100%;
  margin: 2% 0;}




/* about pages start */


.aboutbg{
  width: 100%;
  height:150px;
}

.aboutbg1 h1{
  font-size: 30px;
}

.aboutbg1 p{
  font-size: 14px;
}

.aboutbg img{
  width: 100%;
  height: 100%;
}

.about-setion1{
  flex-direction: column;
}

.vision{
  width: 100%;
  height: auto;
  margin: 2% 0;
  
}

.vision:hover{
  box-shadow: none;
}

.vision ul{
  list-style: none;
}

.vision ul li{
  padding: 2% 0;
}

.about-imgsection{
  flex-direction: column;
}


.about-section h3{
  font-size: 20px;
}

.about-section ul{
  padding: 1% 5%;
  text-align: left;
}

.about-section ul li{
  margin: 1% 0;
}

.img1{
  width: 100%;
}

.flex{
  flex-direction: column;
}

.news-section{
  flex-direction: column;
}

.newsisro{
  width: 100%;
  height: 700px;
}



.menudirection ul li a{
  font-size: 5px;
}
.menudirection ul li{
  margin:  0 2px;
}
}
/* responsive 360*640 */

@media (max-width: 360px) {
}
