* {
  padding: 0%;
  margin: 0%;
  box-sizing: border-box;
}

@font-face {
  
  src: url("../fonts/Satisfy-Regular.ttf");
  font-family: "itali";
 
  }

  @font-face {
  
    src: url("../fonts/BakbakOne-Regular.ttf");
    font-family: "hard";
   
    }




html {
  background-color: white;
  scroll-behavior: smooth;
}
.gotopbtn{
  position: fixed;
  width: 50px;
  height: 50px;
  background: #eef7fe;
  bottom: 40px;
  right: 50px;
  text-decoration: none;
  text-align: center;
  line-height: 50px;
  color: rgb(0, 0, 0);
  font-size: 22px;
}

#loading{
  position: fixed;
 width: 100%;
 height: 100vh;
 background:white 
 /* url('https://svgshare.com/i/TGi.svg') */
 url('../images/loading.svg')
	 no-repeat center center;
 z-index: 999;

}


body {
  /* background-color: darksalmon; */
}

/* header start */
.header{
margin-bottom: 80px;
}
nav {
  background-color: rgb(243, 109, 0);
  display: flex;
}


.upperhead {
  display: flex;
  margin-left: 10%;
  margin-right: 10%;
}
.upperhead p {
  padding: 5px;
  margin-bottom: 0px;
}

.textp {
  float: right;
}
.Social {
  display: flex;
  position: absolute;
  right:10%;
}
.Social a {
  text-decoration: none;
  color: black;
 
}

.Social p a{
  float: right;
}
nav ul{
    margin-bottom: 0%;
}

nav ul li {
  display: inline-block;
  margin-left: 20px;
  padding: 15px;
  text-transform: uppercase;
}
em{
  font-family: itali;
  font-size: 28px;
  font-weight: 600;
}
.orange{
  color: orange;
}
.blue{
color: blue;
}
.green{
color: green;
}

nav ul li a {
  text-decoration: none;
  color: white;
}

nav img {
  max-width: 100px;
  position: absolute;
  right: 50px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 15px 0 rgba(0, 0, 0, 0.05);
}

.headdata {
  /* background-color: rgb(70, 106, 223); */
  display: flex;
  height: 50vh;
  padding: 70px;
}

.left {
  float: left;
}
.left h1 span{
  font-size: 60px;
  font-family: hard;
}

.left h1{
  color:rgb(243, 109, 0) ;
  font-family: hard;
}

.left p {
  font-size: 18px;
  /* margin-bottom: 0; */
}
.right {
  float: right;
}
.right img {
  max-width: 85%;
  text-align: center;
  margin-left: 60px;
 
}

.left  a{
  background-color: rgb(243, 109, 0) ; /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}
/* header end */

/* aboutus start */
.aboutus{
height: 70vh;
background-color: #e8ebec;
padding-left: 140px;
padding-right: 140px;
padding-top: 80px;
display: flex;
}

.abtlogo{
  margin-right: 20px;
}

.aboutus a{
  background-color: rgb(243, 109, 0) ; /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  float: right;
}
.aboutus p{
  text-align: justify;
}
.aboutus img{
  max-width: 55%;
  text-align: center;
}

.idvimg{
  width: 400px;
  height: 300px;
  background: url(../images/products/DSC_2326copy.jpg);
  background-position: 50% 0;
  background-size: cover;
  background-repeat: no-repeat;
  /* background-attachment: fixed; */

  animation: products 40s infinite ease;
}

@keyframes products{
  0%{background-image: url(../images/products/DSC_2327copy.jpg);}
  17%{background-image: url(../images/products/DSC_2332copy.jpg);}
  34%{background-image: url(../images/products/DSC_2336copy.jpg);}
  51%{background-image: url(../images/products/DSC_234copy.jpg);}
  68%{background-image: url(../images/products/9.jpg);}
  80%{background-image: url(../images/products/10.jpg);}
}
.col span{
  color: rgb(243, 109, 0) ;
  /* font-weight: 800; */
  font-family: hard;
  word-spacing: 2px;
  letter-spacing: 2px;
}

/* aboutus end */

/* services starts */

.backservices{
  height: 85vh;
  background-color: #f5f8fa;
  /* margin-top: 70px; */
  padding: 20px;
  text-align: center;
}

.backservices h2{
  color:rgb(243, 109, 0) ;
  margin-bottom: 0%;
  font-family: hard;
}
.servicedata{
 margin-left: 150px;
 margin-right: 150px;

}
.services{
  display: flex;
  justify-content:space-evenly;
  margin-top: 30px;
  margin-bottom: 30px;
}

.service{
  background-color: antiquewhite;
  width: 460px;
  height: 260px;
  /* border-radius: 50%; */
}

.service img{
  width: 460px;
  height: 260px;
  /* border-radius: 50%; */
  padding: 10px;
  vertical-align: baseline;
  margin-left: auto;
}

.service img:hover{
  filter: brightness(70%);
}

.service h2{
  color:rgb(243, 109, 0) ;
  margin-bottom: 0%;
  font-family: hard;
}

/* services end */

/* contact start */

.cont{
  height: 12vh;
  background-color: rgb(243, 109, 0) ;
  display: flex;
}

.cont h4{
  margin-bottom: 0%;
  margin-top: 0%;
  padding: 30px;
  font-weight: 700;
  letter-spacing: 3px;
  margin-left: 90px;
  color: white;
}
.cont a{
  background-color: #f5f8fa;
  border: none;
  color: rgb(0, 0, 0);
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 15px 8px;
  cursor: pointer;

}

/* contact end */


/* chooseus started */


.chooseus{
  background-color: white;
  height: 70vh;
  padding: 70px;
 
}
.mainchoose{
  display: flex;
}

.chooseus img{
  width: 450px;
  text-align: center;
}
.chooseusimg{
  padding: 5px;
}
.chooseustext{
  padding: 40px;
}
.chooseustext p{
  margin-bottom: 0;
}
.paraaa p{
  padding-left: 20px;
}
.chooseustext h2 span{
font-size: 50px;
color: rgb(243, 109, 0) ;
}
/* chooseus ended */

/* footer starts */

footer
{
  background-color: rgba(39, 43, 44, 0.95);
  height: 30vh;
  padding: 40px;
  
}

.footerdata{
  display: flex;
  color: white;
}

.footerdata h2{
  color: grey;
}

.footerdata h2:hover{
  color: white;
}

.links ul li{
  list-style: none;
}
.links ul li a{
text-decoration: none;
color: white;
} 

.credits{
  background-color: black;
  padding: 10px;
  margin-bottom:0%;
  text-align: center;
  color: white;
  width: 100%!important;
}
.credits a{
text-decoration: none;
color: white;
}
/* footer ends */





/* aboutus page start */

.abtlogo{
  border-radius: 25%;
  box-shadow: 5px 10px #888888;
}





/* visionmission started */

.vimi{
    height: 40vh;
    background-color:#f5f8fa;
 
}

.visionmissionmain{
display: flex;
justify-content: center;

}

.visionmissionmain h3{
  font-weight: 600;
  color: rgb(243, 109, 0) ;
}
.viimg{
  text-align: center;
}

.vimiimg
{
  padding: 30px;
  max-width: 430px;
  
}



.vimitext{
  padding: 30px;
}

.vimitext h3{
  margin-bottom: 0;
  color:rgb(243, 109, 0) ;
  font-family: hard;
}

/* visionmission ended */


/* director  startded */

.director{
  height: 90vh;
  background: url(../images/whiteabstract.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px;
}
.directorinfo{
  text-align: center;
}

.maindirector{
  display: flex;
  text-align: center;
}

.Directimg{
  max-width: 40%;
}

.ditex h2{
  margin-bottom: 0;
  font-weight: 700;
  color: rgb(243, 109, 0) ;
}


.ditex h4{
  margin-bottom: 0;
}

.ditex p{
  margin-bottom: 0;
}
/* director  ended */

/* aboutus page end */


/* contactus page start */

.contactbox{
  padding: 70px;
}

.contactboxdib{
  display: flex;
 
}

.contactboxdib img{
  /* max-width: 150px; */
  width: 400px;
  height: auto;
  padding: 40px;
}
.conaddress{
  padding: 30px;
  display: flex;
  flex-direction: column;
}

.conaddress h2{
font-family: hard;
color:rgb(243, 109, 0) ;
}

.conaddress h5{
  color:rgb(243, 109, 0) ;
}

.contactushead{
  /* background:linear-gradient(rgba(0,0,0,0.1),rgba(0,0,0,0.1)), url(../images/whiteabstract.jpg);
  background-repeat: no-repeat;
  background-size: cover; */
  background-color: white;
}
.healthy img{
  max-width: 550px;
}

.healthytext{
  padding: 30px;
}

form a{
  background-color: rgb(243, 109, 0) ; /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  float: right;
}


/* contactus page end */

.gallery{
  margin: 20px 50px;
}
.gallery img{
  width: 530px;
  padding: 25px;
  transition: 1s;

}

.gallery img:hover{
  transform: scale(1.1);
}



@media only screen and (max-width: 998px){

  .aboutus img {
    max-width: 85%;
    text-align: center;
}
 
  .chooseus img{
    width: 350px;
    text-align: center;
  }

  .chooseus{
    background-color: white;
    height: 70vh;
    padding: 40px;
   
  }
  .director{
    height: 50vh;
  }

  .Directimg {
    max-width: 30%;
  }

 }



 @media only screen and (max-width: 100%) {
body{
  padding-left: 50px;
  padding-right: 50px;
}

 }

 @media only screen and (max-width: 1300px) {
  body{
    padding-left: 0;
    padding-right: 0;
  }
  
   }



@media only screen and (max-width: 768px)
{

  
  .headdata{
display: flex;
flex-direction: column;
height: 70vh;
  padding: 30px;
  }

  nav ul li {
    display: inline-block;
    margin-left: -5px;
    padding: 15px;
    text-transform: uppercase;
  }
.Social{
  display: none;
}
  .right img {
    max-width: 95%;
    text-align: center;
    margin-left: 0;
    margin-top: 10px;
   
  }

  .left h1 span{
    font-size: 30px;
    font-family: hard;
  }
  
  .left h1{
    color:rgb(243, 109, 0) ;
    font-family: hard;
  }
  
  .left p {
    font-size: 18px;
   
  }

  
  .aboutus{
    flex-direction: column;
    height: 80vh;
    background-color: #e8ebec;
    padding-left:20px;
    padding-right: 20px;
    padding-top: 20px;
  }

  .chooseus {
    height: 130vh;
  }

  .mainchoose{
    flex-direction: column;
    height: 120vh;
  }
.cont{
  flex-direction: column;
  height: 20vh;
}
.cont a{
  background-color: #f5f8fa;
  border: none;
  color: rgb(0, 0, 0);
  padding: 12px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 2px 30px;
  cursor: pointer;

}
.cont h4{
  padding: 20px;
  margin-left: 0;
}

footer{
  height: 55vh;
}

.footerdata{
flex-direction: column;
height: 55vh;

}
.vimi{
  height: 70vh;
}
.visionmissionmain{
  flex-direction: column;

}

.director {
height: 145vh;
}
.maindirector{
flex-direction: column;
}

.gallery{
  margin: 5px 5px;
}
  .contactboxdib{
flex-direction: column;
  }
  
  .contactbox{
padding: 30px;
}

.healthy img{
    max-width: 330px;
  }

}


@media only screen and (max-width: 480px) {
  nav ul li {
    display: block;
    margin-left: -15px;
    padding: 15px;
    text-transform: uppercase;
  }
nav img {
    
    max-width: 150px;

}
  .idvimg {
       margin-top: 90px;
    width: 230px;
    height: 200px;
  }
  .aboutus {
    height: 100vh;
  }
  .aboutus img {
    max-width: 60%;
  }
  .abtlogo {
    margin-bottom: 2px;
  }
  .vimi {
    height: 80vh;
}
  .vimiimg {
    padding: 30px;
    max-width: 430px;
}
.vimiimg {
  padding: 10px;
  max-width: 330px;
}


  .service img {
    width: 360px;
    height: 260px;
  }
  .director {
    height: 155vh;
  }
  .Directimg {
    max-width: 30%;
  }
  .backservices {
    height: 85vh;
  }
  .chooseus img {
      margin-top:30px;
     width: 250px;
  }

  .chooseus {
    padding: 30px;
  }
  
    .gallery img {
    width: 330px;
    padding: 25px;
   
}
}

