*{
	font-family: montserrat;
}
body{
	background: #fff;
}
.section-padding{
	padding: 100px 0;
}
.carousel-item{
	height: 80vh;
	min-height: 300px;
}
.carousel-caption{
	bottom: 220px;
	z-index: 2;
}
.carousel-caption h5{
	font-size: 45px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 25px;
}
.carousel-caption p{
	width: 60%;
	margin:auto;
	font-size: 18px;
	line-height: 1.9;
}
.carousel-inner::before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.7);
	z-index: 1;
}


.navbar a{
  font-size: 19px;
  font-weight: 500;
}
.navbar-light .navbar-brand{
	color: #000;
	font-size: 25px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 2px;
}
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover{
	color: #000;
}
.navbar-light .navbar-brand .navbar-link{
	color: #000;
}
li button{
	width: 174%;
    padding: 5px;
    font-size: 18px;
    border-radius: 6px;
     background-color: #ffde58;
    color: white;
    border: 2px solid #ffde58;
    box-shadow: 2px 1px 17px 4px rgb(255 222 88 / 58%);
}
li button:hover{
    background-color: #040404;
    color: white;
    box-shadow: 2px 1px 17px 4px rgb(0 0 0 / 28%);
    border: 2px solid black;
}


/*.w-100{
	height: 120vh;
}
*/
/*About*/
.abt{
	margin-top: 1%;
	padding: 8% 7% 8% 7%;
	background-image: url("img/back2.2.png");
	background-repeat: no-repeat;
}
.abt img{
	width: 90%;
	padding-top: 4%;
}
.abt h1{
	 margin-top: 4%;
   
    font-weight: 700;
    text-align: left;
    padding: 4% 10% 0% 10%;
}
.abt hr{
	    margin-left: 10%;
	    width: 30%;  
	    line-height: 76px; 
	    border: 2px solid #f6ff00;
      }
.abt p{
	font-size: 18px;
    padding: 0% 10% 0% 10%;
    color: #8b8383;
    text-align: justify;
}

/*Card*/
.Card{
	margin-top: 1%;
	padding: 5% 7% 8% 7%;
	
}
.details{
	margin: 5% 5% 5% 5%;
	background-color: #fff;
	padding: 9%;
	position: relative;
	z-index: 1;
	box-shadow: 3px 12px 22px 3px rgb(0 0 0 / 9%);
	  min-height: 200px;
}
.details h2{
 font-size: 28px;
    font-weight: 600;
    transition: 0.6s all;
}
.details ul{
	font-size: 17px;
	color: #746c6c;
	transition: 0.6s all;
}
.details::before{
	content: "";
	width: 5px;
	height: 100%;
	background-color: #ffde58;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	transition: 0.6s all;
}
.details:hover::before{
	width: 100%;
}
.details:hover h2{
	color: #fff;
}
.details:hover ul{
	color: #fff;
}

/*Data Entry Plans*/
.dataentry{
	padding: 0% 7% 8% 7%;
	
}
.dataentry h2{

    font-weight: 700;
    text-align: center;
   
}
.dataentry hr{
	    width: 30%;  
	    border: 2px solid #f6ff00;
      }

table{
    	box-shadow: 3px 12px 22px 3px rgb(0 0 0 / 9%);
    	padding: 30px;
    }
 .dataentry h3{
 	    text-align: center;
  
    font-size: 23px;
    font-weight: 600;
 }
 .contact h1{
 	   font-weight: 700;
    text-align: left;
    padding: 0 0 0 9%;
    font-size: 29px;
 }
 .contact hr{
	    width: 30%;  
	    border: 2px solid #f6ff00;
	     margin: 0 0 7% 9%;'
	     line-height: 3;
      }

 .contact{

	padding: 5% 7% 8% 7%;
 }
.contact img{
	width: 100%;
}
input[type="text"], input[type="email"], select, textarea
{
	width: 70%;
    padding: 6px;
    margin-bottom: 3%;
    margin-left: 9%;
    border-radius: 6px;
    border: none;
    border-bottom: 2px solid #cfcaca;
}
input[type="password"]
{
	width: 70%;
    padding: 6px;
    margin-bottom: ;
    margin-left: 9%;
    border-radius: 6px;
    border: none;
    border-bottom: 2px solid #cfcaca;
}
input[type="checkbox"]{
	width: 4%;
    padding: 6px;
    margin-bottom: 3%;
    margin-left: 9%;
    border-radius: 6px;
    border: none;
    border-bottom: 2px solid #cfcaca;
}
input[type="submit"]
{
	    width: 23%;
    padding: 7px;
    margin-bottom: ;
    margin-left: 9%;
    border-radius: 11px;
    border: none;
    background-color: #f6f676;
    color: #070606;
    font-weight: 700;
    font-size: 23px;
   
}
input[type="submit"]:hover
{
	  
    background-color: black;
    color: white;   
}


/*===========Payment Page==========*/
.banner img{

	width: 100%;
}


.payment{
		padding: 5% 7% 8% 8%;
}
.payment button
{
	    width: 23%;
    padding: 7px;
    margin-bottom: ;
    margin-left: 9%;
    border-radius: 11px;
    border: none;
    background-color: #f6f676;
    color: #070606;
    font-weight: 700;
    font-size: 23px;
    margin-left: 15%;
   
}
.payment button:hover
{
	  
    background-color: black;
    color: white;   
}

.payment .pay1{
	    margin-top: 8%;
	    padding-left: 5%;

}

.payment h3{
	    font-size: 27px;
    font-weight: 600;
}

.payment p{
	font-size: 20px;
    padding: 0 0 0 5%;
    color: red;
    font-weight: 600;
}
.payment .ss{
	border-left: 4px solid #f7ff15;
    padding-left: 8%;
}
.payment .ss p{
	font-size: 18px;
    padding: 0 0 0 5%;
    color: red;
    width: 96%;
    font-weight: 600;
}
.payment .ss h2{
	font-size: 18px;
	padding-left: 142px;
}
input[type="file"]
{
	width: 70%;
    padding: 6px;
    margin-bottom: 3%;
    margin-left: 9%;
    border-radius: 6px;
    border: none;
    border-bottom: 2px solid #cfcaca;
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  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 */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 60%;
  display: inherit;
      position: absolute;
    top: 15%;
    left: 19%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.modal-content h1{
	    font-size: 26px;
    text-align: center;
    font-weight: 600;
    margin-top: 5%;
}
.modal-content hr{
    width: 49%;
    border: 2px solid #f6ff00;
    margin: 0 0 4% 25%;
   
    
}
.modal-content .inter button{
	    width: 26%;
    padding: 7px;
    margin: -5% 0 1% 0%;
    margin-bottom: ;
    margin-left: 9%;
    border-radius: 11px;
    border: none;
    background-color: #f6f676;
    color: #070606;
    font-weight: 700;
    font-size: 23px;
    margin-left: 15%;
}
.modal-content .india button{
	    width: 26%;
    padding: 7px;
    margin: -5% 0 1% 0%;
    margin-bottom: ;
    margin-left: 9%;
    border-radius: 11px;
    border: none;
    background-color: #f6f676;
    color: #070606;
    font-weight: 700;
    font-size: 23px;
    margin-left: 35%;
}

.loginmodal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  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 */
}
.loginmodal-content {
  background-color: white;
  margin: auto;
  z-index: 1;
  padding: 20px;
  border: 1px solid #888;
  width: 60%;
  display: inherit;
      position: absolute;
    top: 15%;
    left: 19%;
}

.carousel-inner{
	z-index: 0;
}

.login{
	margin: 11% 0% 5% 10%;
}
.login img{
	width: 100%;
}

 .login h1{
 	   font-weight: 700;
    text-align: left;
    padding: 0 0 0 9%;
    font-size: 29px;
 }
 .login hr{
	    width: 30%;  
	    border: 2px solid #f6ff00;
	     margin: 0 0 3% 9%;'
	     line-height: 3;
      }

.login button
{
	    width: 23%;
    padding: 7px;
    margin-bottom: ;
    margin-left: 9%;
    border-radius: 11px;
    border: none;
    background-color: #f6f676;
    color: #070606;
    font-weight: 700;
    font-size: 23px;
   
}
.login button:hover
{
	  
    background-color: black;
    color: white;   
}
.login a{
	color: black;
	text-decoration: none;
}
.login a:hover{
	color: white;
	text-decoration: none;
}


/*===============Resposive=======*/

@media only screen and (min-width: 768px) and (max-width: 991px)
{
	.carousel-caption{
		bottom:150px;
	}

	.carousel-caption p{
		width: 100%;
		line-height: 1.6;
		font-size: 12px;
	}
	.w-100 {
    height: 93vh;
    }
.col-md-4 {
    flex: 0 0 auto;
    width: 47.333333%;
}


}



@media only screen and (max-width: 767px)
{
	.navbar-nav{
		text-align: center;
	}
	.carousel-caption{
		bottom: 125px;
	}
	.carousel-caption h5{
		font-size: 17px;
	}
	.carousel-caption a{
		padding: 10px 15px;
	}
	.carousel-caption p{
		width: 100%;
		line-height: 1.6;
		font-size: 12px;
	}
	.w-100 {
    height: 57vh;
    }
    .carousel-item {
    height: 54vh;
    min-height: 300px;
   }
   .col-6{
		width: 100%;
	}
	.row{
		display: inline-block;
	}
	.col-6{
		width: 100%;
	}
	.row{
		display: inline-block;
	}
	input[type="submit"]
{
	    width:31%;
    padding: 7px;
    margin-bottom: ;
    margin-left: 9%;
    border-radius: 11px;
    border: none;
    background-color: #f6f676;
    color: #070606;
    font-weight: 700;
    font-size: 23px;
   
}
.contact img {
    width: 100%;
    height: 66vh;
}

}

