*{ margin: 0; padding: 0; box-sizing: border-box;
font-family: 'Josefin Sans', sans-serif;}

.carousel-inner img {
    width: 100%;
    height: 70vh;
  }

  .aboutimg{
  	width: 100%;
  	height: 230px!important;
  }
  #about{

  }

  .title-bar{
  	margin: 0;
  	padding-top: 15px;
  	padding-left: 25px;
  	padding-right: 25px;
  }
  .title-note1{
  	color: white;
  	text-align: left;
  	margin-bottom: 0;
   }

  .title-note2{
  	color: grey;
  	text-align: right;
  	margin-bottom: 0;
  }
  .user-class{
    color: white;
  }

  .bg-nav{
  	background-image: linear-gradient(#007bff,  blue)
  }

  .bg-nav2{
    background-image: linear-gradient(#007bff,  blue)
  }
  .div-box{
  	color: white;
  	background-image: linear-gradient(to right, white, black,  white)
   }
  .logos{
  	width: 80px;
  	height: 80px;
  	padding: 0;
  	margin: 0;
  }
  .div-title1{
  	padding: 0;
  	margin: 0px;
  }
  }
  .div-title2{
  	padding-top: 30px;
  	margin: 0px;
  }
  #hide{

  }
  .fot_form{
    position: absolute;
    left: 90px;
  }
  .btn1{
    width: 70px;
  }
.box {
  float: left;
  width: 33.33%;
  padding: 0px;
  padding-left: 60px;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
  .brd{
  	padding: 10px;
  	padding-left: 40px;
  	border-left: 6px solid red;
  background-color: lightgrey;
  }
  .brd1{
  	padding: 10px;
  	text-indent: 40px;
  	border-bottom: 6px solid red;
  background-color: lightgrey;
  }

  .div-format1{
  	margin: 20px;
  	margin-left: 80px;
  }
.mt{
	margin-top: 30px;
}

#div1{
	  background: url(image/logo.jpg);
  background-size: 50px 50px;
  background-repeat: no-repeat;
}
.bottom{
	height: 200px;
	width: 100%;
}
.top{
height: 200px;
	width: 100%;
}
#imgDiv{
	position: relative;
	height: 200px;
	width: 90%;
		margin: auto;
	margin-top: 20px;
	margin-bottom: 10px;
	float: center;
}
#imgDiv img {
  position:absolute;
  left:0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
#imgDiv img.transparent {
opacity:0;
}

/*
For "n" images You must define:
a=presentation time for one image
b=duration for cross fading
Total animation-duration is of course t=(a+b)*n

animation-delay = t/n or = a+b

Percentage for keyframes:

1-0%
2-a/t*100%
3-(a+b)/t*100% = 1/n*100%
4-100%-(b/t*100%)
5-100%
*/

@keyframes cf4FadeInOut {
  0% {
    opacity:1;
  }
  13% {
    opacity:1;
  }
  20% {
    opacity:0;
  }
  93% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

#imgDiv img.top {
animation-name: cf4FadeInOut;
animation-timing-function: ease-in-out;
animation-iteration-count: infinite;
animation-duration: 12s;
animation-direction: alternate;
}

  #imgDiv img:nth-of-type(1) {
  animation-delay: 10s;
}
#imgDiv img:nth-of-type(2) {
  animation-delay: 8s;
}
#imgDiv img:nth-of-type(3) {
  animation-delay: 6s;
}
#imgDiv img:nth-of-type(4) {
  animation-delay: 4s;
}
  #imgDiv img:nth-of-type(5) {
  animation-delay: 2s;
}
#imgDiv img:nth-of-type(6) {
  animation-delay: 0;
}


.bottom2{
  height: 400px;
  width: 97%;
  margin: 15px;
}
.top2{
height: 400px;
  width: 97%;
  margin: 15px;
}
#imgDiv2{
  position: relative;
  height: 430px;
  width: 90%;
    margin: auto;
  margin-top: 20px;
  margin-bottom: 25px;
  float: center;
  padding: 0;
  box-shadow: 1px 8px 10px rgba(0, 0, 0, .5);
}

#imgDiv2 img {
  position:absolute;
  left:0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
#imgDiv2 img.transparent {
opacity:0;
}

/*
For "n" images You must define:
a=presentation time for one image
b=duration for cross fading
Total animation-duration is of course t=(a+b)*n

animation-delay = t/n or = a+b

Percentage for keyframes:

1-0%
2-a/t*100%
3-(a+b)/t*100% = 1/n*100%
4-100%-(b/t*100%)
5-100%
*/

@keyframes cf4FadeInOut2 {
  0% {
    opacity:1;
  }
  13% {
    opacity:1;
  }
  20% {
    opacity:0;
  }
  93% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

#imgDiv2 img.top2 {
animation-name: cf4FadeInOut2;
animation-timing-function: ease-in-out;
animation-iteration-count: infinite;
animation-duration: 12s;
animation-direction: alternate;
}

  #imgDiv2 img:nth-of-type(1) {
  animation-delay: 10s;
}
#imgDiv2 img:nth-of-type(2) {
  animation-delay: 8s;
}
#imgDiv2 img:nth-of-type(3) {
  animation-delay: 6s;
}
#imgDiv2 img:nth-of-type(4) {
  animation-delay: 4s;
}
  #imgDiv2 img:nth-of-type(5) {
  animation-delay: 2s;
}
#imgDiv2 img:nth-of-type(6) {
  animation-delay: 0;
}
.btnDl{
  width: 200px;
  color: brown;
  font-weight: bold;
}
.btnDldiv{
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}
/*   .img-box{
width: 1000px;
height: 300px;
background: url(https://images.pexels.com/photos/3614358/pexels-photo-3614358.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940);
margin: 5px auto;
animation: fade 10s infinite;
}
@keyframes fade{
	0%{
		background-image: url(https://images.pexels.com/photos/3614358/pexels-photo-3614358.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940);
	}
	20%{
		background-image: url(https://images.pexels.com/photos/3046404/pexels-photo-3046404.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940);
	}
	40%{
		background-image: url(https://images.pexels.com/photos/3619839/pexels-photo-3619839.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940);
	}
	60%{
		background-image: url(https://images.pexels.com/photos/3361200/pexels-photo-3361200.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940);
	}
	80%{
		background-image: url(https://images.pexels.com/photos/3601536/pexels-photo-3601536.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940);
	}
}

* {box-sizing: border-box}
body {font-family: Verdana, sans-serif; margin:0}
/* .mySlides {display: none}
img {vertical-align: middle;}
.mySlidesA{
	position: relative;
	transition: left 2s;
}
.imgEff{
	float: left;
}

.slideshow-container {

  max-width: 1000px;
  position: relative;
  margin: auto;
  margin-top: 20px;
  box-shadow: 0px 8px 15px black; 
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
 0% {opacity: 0} 
  50% {opacity: 1}
 100% {opacity: 0}
}

@keyframes fade {
  0% {opacity: 0} 
  50% {opacity: 1}
 100% {opacity: 0}
}

@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}*/

/*------------------------------------Login Page-------------------------------------------*/
/* Full-width input fields */
input[type=text], input[type=password] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

/* Set a style for all buttons */
button {
  background-color: transparent;
  color: white;
  padding: 8px 8px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
  height: 60%;
}

button:hover {
  opacity: 0.8;
}

/* Extra styles for the cancel button */
.cancelbtn {
  width: auto;
  padding: 10px 18px;
  background-color: #f44336;
}

/* Center the image and position the close button */
.imgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
  position: relative;
}
.btn-col{
	background-color: blue;
}

img.avatar {
  width: 40%;
  border-radius: 50%;
}

.container {
  padding: 16px;
}

span.psw {
  float: right;
  padding-top: 16px;
}

/* The Modal (background) */
.modal2 {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */ 
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  padding-top: 0px;
}

/* Modal Content/Box */
.modal-content2 {
  background-color: #fefefe;
  margin: 5% auto 5% auto; /* 5% from the top, 15% from the bottom and centered */
  border: 1px solid #888;
  width: 30%; /* Could be more or less, depending on screen size */
}

/* The Close Button (x) */
.close {
  position: absolute;
  right: 25px;
  top: 0;
  color: #000;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: red;
  cursor: pointer;
}

/* Add Zoom Animation */
.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0)} 
  to {-webkit-transform: scale(1)}
}
  
@keyframes animatezoom {
  from {transform: scale(0)} 
  to {transform: scale(1)}
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
  span.psw {
     display: block;
     float: none;
  }
  .cancelbtn {
     width: 100%;
  }
}
