
.slider1 {
	display: flex;
	overflow: hidden;
	position: relative;
	width: 100%;
	margin: auto;
  }
  
  .slide-track {
	display: flex;
	transition: transform 0.5s ease-in-out;
	/* Width dynamically calculated based on the number of slides */
	width: calc(100% * 8); /* Update this according to the number of slides */
  }
  
  .slide1 {
	min-width: 25%; /* Each slide occupies 33.33% of the parent container by default */
	padding: 10px;
	box-sizing: border-box;
  }
  
  .slide1 .card {
	padding: 10px;
	height: 100%; /* Make sure cards have the same height */
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	border: 2px solid black!important;
	color: #fff;
	font-size: 1.1rem;
	border: none;
  }
  
  .slide1 .card img {
	height: 250px;
	width: 100%;
	object-fit: cover; /* Ensure images maintain aspect ratio */
	border-radius: 10px;
  }
  .slide1 .card p{
	color:black;
  }
  .slider-nav {
	display: flex;
	justify-content: center;
	margin-top: 10px;
  }
  
  .slider-nav button {
	padding: 10px 20px;
	background-color: #04944D;
	border: none;
	color: white;
	cursor: pointer;
	margin: 0 10px;
  }
  
  .slider-nav button:hover {
	background-color: #04944D;
  }
  
  /* Responsive Styles */
  @media (max-width: 768px) {
	.slide1 {
	  min-width: 100%; /* Show 2 items per view on smaller screens */
	}
	.slide1 .card img {
	  height: 150px; /* Reduce height for smaller screens */
	  width: 50%;
	}
  }
  
  @media (max-width: 480px) {
	.slide1 {
	  min-width: 100%; /* Show 1 item per view on mobile screens */
	}
	.slide1 .card img {
	  height: 150px; /* Adjust height further on smaller screens */
	}
  }
  

.col ul{

	width: 100%;
    text-align: center;
	list-style: none;
	margin: 0!important;
	padding: 0!important;
	outline: 0!important;
}

.tf ul{
    width: 100%;
    text-align: center;
	list-style: none;
    line-height: 0.5;
}
.tf ul li {
    float: center !important;	
	width: 100%!important;
	line-height: 0.9;
}
.col ul li{
	float: right !important;	
	width: 20%!important;
	line-height: 1.3;
	text-align: center;
	padding: 20px;
	
}
#configuration {
    background: url("image/dsf.jpg") center;
    background-size: cover;
    background-attachment: fixed;
}

.back {
    padding: 40px 0px 90px;
    background-color: rgba(0, 0, 0, 0.7);
}

.contact-back {
    padding: 40px 150px;
    background-color: #0000009c;
}

.tbl>tbody>tr>td {
    border-top: none !important;
    vertical-align: middle;
    width: 30%;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background-color:  rgb(255, 181, 47)!important ;
    color: black!important ;
}
.nav-link {
    color:black!important ;
}

.tb {
    border: 2px solid black !important;
    border-radius: 0px;
	display: block;
	margin: auto;
}

.tb i {
    font-size: 4rem;
    text-align: center;
    color: rgb(255, 181, 47);
}

.tb p {
    text-align: center;
}

.tb img {
    width: 100%;
	height: 250px
}
 ul{
	display: table;
	width: 100%;
	list-style: none;
	margin: 0!important;
	padding: 0!important;
	outline: 0!important;
}
 ul li{
	float: left;	
	width: 50%!important;
	line-height: 1.3;
	text-align: center;
	padding: 20px;
	color: #666;
}
 ul li div{
	display: inline-block;
	margin: 0 auto;
	text-align: left;
	min-width: 260px;
}
ul li i{
	float: left;
	font-size: 56px;
	margin-right: 10px;
	color: rgb(255, 181, 47);
		font-display:swap;
}
 ul li strong{
	display: block;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	color: #000;
	margin: 8px 0 0 0;
		font-display:swap;
}
ul li span{
	font-size: 14px;
		font-display:swap;
}


.subtypes{
	padding: 20px;
	background-color: #040505;
	color: #fff;
	margin-top: 10px;
	border-radius: 0 25px 0 25px;
}
.subtypes ul{
	display: table;
	width: 100%;
	list-style: none;
	margin: 0!important;
	padding: 0!important;
	outline: 0!important;
}
.subtypes ul li{
	float: left;	
	width: 20%!important;
	line-height: 1.3;
	text-align: center;
	position: relative;
	color: #fff;
}
.reveal a{
    font-size: 1.5rem;
}
.subtypes ul li::after {
	position: absolute;
	right: -20px;
	top: 10px;
	width: 1px;
	height: 80px;
	background-color: #fff;
	transform: rotate(20deg);
	color: #fff;
	content: "";
}
.subtypes ul li:last-child::after {
	display: none;
}
.subtypes ul li div{
	text-align: center;
}
.subtypes ul li strong{
	font-family: 'Roboto', sans-serif!important;
	display: block;
	font-size: 46px;
	font-weight: 900!important;
	color: rgb(255, 181, 47);
	margin: 8px 0 0 0;
		font-display:swap;
}
.subtypes ul li span{
	font-size: 14px;
}



@media (max-width: 991px) {
    .col, .card2{
        width: 200px;
        margin-top: 20px;
        align-items: center;
    }
	.TOP .card{
		margin-top: 0px;
		display: block;
		margin: auto;
	}
	.TOP{
		padding-top: -20px!important;
		align-items: center!important;
	}
    .gallery .card{
        width: 100%;
    }
    .col ul li{
        width: 50% !important;
    }
  
    .tt img{
        width: 100%;
        height: auto;
	
    }
    .prt{
        width: 100%;
    }
    .prt .btn{
        width: 100%;
        margin-bottom: 20px;
    }
    .tb img{
        width: 100%;
        height: 150px; 
      
    }
	.tb .card{
		width: 200px!important;
	}
    .her h3{
        font-size: 0.9rem;
    }
    tr td{
        font-size: 0.7rem;
    }
    .reveal a{
        width: 100%;
        font-size: 1rem;
    }
}

@media screen and (max-width: 440px) {
   .reveal .col-12 a{
        width: 100%;
        font-size: .6rem;
    }
} 

@media screen and (max-width: 768px) {

   
 ul li{
	float: left;	
	width: 50%!important;
	line-height: 1.3;
	text-align: left;
	padding: 10px 0;
	color: #666;
}
  ul li div{
	display: block;
	margin: 0 auto;
	text-align: center;
	min-width: 100%;
}
 ul li i{
	float: none;
	font-size: 32px;
	color:rgb(255, 181, 47);
	margin-right: 0px;
		font-display:swap;
}
 ul li strong{	
	font-size: 15px;
	margin: 8px 0 0 0;
		font-display:swap;
}
 ul li span{
	font-size: 13px;
}


.subtypes{
	padding: 15px;
	background-color: #040505;	
}
.subtypes ul{
	display: table;
	width: 100%;
	list-style: none;
	margin: 0!important;
	padding: 0!important;
	outline: 0!important;
}
.subtypes ul li{
	float: left;	
	width: 50%!important;
	line-height: 1.3;
	text-align: center;
	position: relative;
	color: #fff;
}
.subtypes ul li::after {
	display: none;
}
.subtypes ul li div{
	text-align: center;
}
.subtypes ul li strong{
	font-size: 32px;
	font-weight: 900!important;
	margin: 8px 0 0 0;
		font-display:swap;
}
.subtypes ul li span{
	font-size: 12px;
		font-display:swap;
}
.brief .subheading1{
	font-size: 12px!important;
	font-weight: 200!important;
	font-family: 'Roboto', sans-serif!important;
	background-color: rgb(255, 181, 47);
	color: rgba(0,0,0,.95);
	margin: 0 0 15px 0;
	padding: 0 10px;
	border-radius: 0 10px 0 10px;
	display: inline-block;

	margin-left:27%;
	margin-right:20%;
}
}


.brief{
	background-color:black;
	padding: 20px;
	border-radius: 0 35px 0 35px;
	color: #fff;
	font-size: 16px;
	line-height: 1.8;
	font-display:swap;
}
.brief .subheading{
	font-size: 24px;
	font-weight: 500;
	font-family: 'Roboto', sans-serif!important;
	background-color: rgb(255, 181, 47);
	color: rgba(0,0,0,.95);
	margin: 0 0 15px 0;
	padding: 0 10px;
	border-radius: 0 10px 0 10px;
	display: inline-block;

	margin-left:28%;
	margin-right:20%;
}
.brief .subheading1{
	font-size: 18px;
	font-weight: 300;
	font-family: 'Roboto', sans-serif!important;
	background-color: rgb(255, 181, 47);
	color: rgba(0,0,0,.95);
	margin: 0 0 15px 0;
	padding: 0 10px;
	border-radius: 0 10px 0 10px;
	display: inline-block;

	margin-left:27%;
	margin-right:20%;
}
.brief h3{
	font-size: 28px;
	font-weight: 700!important;
	font-family: 'Roboto', sans-serif!important;
	color: #FFF;
	padding: 0!important;
	margin: 0!important;
	text-transform: capitalize;
	font-display:swap;
}
.brief h4{
	color: rgb(255, 181, 47);
	font-weight: 700!important;
}
.brief h5{
	color: rgb(255, 181, 47);
}
.brief h6{
	font-size: 12px;
	font-style: normal;
	color: #f9f9f9 !important;
	margin:5px 0 0 0!important;
	font-display:swap;
}
.brief h6 strong{
	font-size: 18px;
	font-style: normal;
	font-display:swap;
}
.brief a{
	background-color: #fff;
	border-radius: 0 10px 10px 0;
	line-height: 50px;
	padding: 0px 15px 0px 10px;
	display: inline-block;
	text-decoration: none!important;
	font-weight: 800!important;	
	font-size: 22px;
	margin: 10px 0 0 0;
	color: #040505!important;
	box-shadow: 0px 0px 6px rgba(0,0,0,.5);
	font-display:swap;
}
.brief a i{
	background-color: #040505;
	display: inline-block;
	width: 40px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	text-align: center;
	margin: 0 5px 0 0;
	box-shadow: 0px 0px 6px rgba(0,0,0,.5);
	font-display:swap;
}
.brief ul{
	display: block;
	width: 100%;
	list-style: none;
	margin: 0 0 10px 0!important;
	padding: 0!important;
}
.brief ul li{
	display: inline-block;
	margin: 0 10px 0 0;
}
.brief ul li i{
	color:rgb(255, 181, 47);
}


