@charset "utf-8";
/* CSS Document */
    .carousel-control-next, .carousel-control-prev
		{
			position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff!important;
    text-align: center;
    opacity: 0.0;
    
     transition: opacity .15s ease; 
    
		}
		.carousel-control-next, .carousel-control-prev:hover
		{
			position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff!important;
    text-align: center;
    opacity: 0.0;
    
   
    
		}
		.carousel-control-next, .carousel-control-next:hover
		{
			position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff!important;
    text-align: center;
    opacity: 0.0;
    
    
    
		}
		.carousel-control-next, .carousel-control-next:active
		{
			position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
     color: #fff!important;
    text-align: center;
    opacity: 0.0;
    
     
    
		}
		.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}
.previcon{
			border: none;
    bottom: -10%;
    border-radius: 37px;
    right: 10%;
    position: absolute;
			padding:5px 10px;
		 background: #09302b;	
		}
		.nextvicon{
		    padding:5px 10px;padding:5px 10px;
			border: none;
    bottom: -10%;
    border-radius: 37px;
    right: 5%;
    position: absolute;
     background: #09302b;
		}
		.previcon1{
border: none;
    bottom: -10%;
    border-radius: 21px;
    
    position: absolute;
    background: #09302b;
    padding:5px 10px;
    color:#fff!important;
			
			
		}
		
		.nextvicon1{
	 bottom: -10%;
    border-radius: 21px;
    
    position: absolute;
    background: #09302b;
    padding: 4px 10px;
    right:43%;
    color:#fff!important;
		}

		.form-control1 {
    border: none;
    border-bottom: 1px solid #000;
		padding: 0px;
		border-radius: 0px;
		display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
   
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
	label{
		font-size:14px!important;
	}
.my-51{
		margin-top: 7rem!important;
	}
	.px-51{
		padding-left: 10rem!important;
	}
	.buttncss{
	    border-radius: 24px 0px;
	}
	.carousel-control-next, .carousel-control-prev{
	    background:black!important;
	}
	@media only screen and (max-width:767px)
	{
	    .previcon1{
	        left:31%!important;
	    }
	    .previcon {
    border: none;
    bottom: -3%!important;
    border-radius: 37px;
  
    right: 11%;
    position: absolute;
    padding: 5px 10px;
    background: #09302b;
}
.nextvicon {
    padding: 5px 10px;
    padding: 5px 10px;
    border: none;
    bottom: -3%;
    border-radius: 37px;
    right: 1%;
    position: absolute;
    background: #09302b;
}
	}

