@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css);
/*@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css);*/
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, ul, li, p, a{
padding: 0px;
margin:0px;
list-style: none;
text-decoration: none!important; 
}
:root{
--primary-bg-color: #000;
--primary-text-color: #fff ;
--secondary-bg-color: #FF0000 ;
--secondary-text-color:#000;
--border-color:#ddd;
}
::-webkit-scrollbar {
    width: 1em;
    cursor: pointer!important;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    cursor: pointer!important;
}
 
::-webkit-scrollbar-thumb {
  background-color: var(--primary-bg-color);;
  border-radius: 20px;
  outline: 1px solid var(--primary-bg-color);;
  cursor: pointer!important;
}
img{
	max-width: 100%;
}
*{
font-size: 14px;
font-family:;
letter-spacing:1px;

}
.main{
background:var(--body-bg-color);
}
/*header*/
.header{
}
.top{
background:var(--primary-bg-color);
}
.welcome p{
padding: 7px 10px;
font-weight: bold;
text-transform: uppercase;
color:var(--primary-text-color);
text-align: center;
}
.logo{
text-align:center;
max-width: 250px;
width: 	100%;
padding: 10px;
margin:auto;
}
.logo img{
max-width:100%;
max-height: 100%;
}

.menu-bg{
background:var(--primary-bg-color);
}
.menu-bg input,.menu-bg label{
display: none;
}
.menu ul li{
display: inline-block;
}
.menu{
text-align: center;
position: relative;
}
.menu ul li:nth-child(1) a:before{
font-family: FontAwesome;
content: "\f015";
}
.menu ul li a{
position: relative;
display: block;
padding: 15px;
color:var(--primary-text-color);
text-transform: uppercase;
font-weight: bold;
transition: .4s;
min-width: 150px;
}
.menu ul li:nth-child(1) a{
	min-width: auto;
	transform: scale(1.5);
	padding: 0px 5px;
}
.menu ul li:nth-child(1) a:hover{
	background: none;
	color: #fff;
}
.menu ul li a:hover{
background:var(--secondary-bg-color);
color:var(--secondary-text-color);
text-decoration: none;
}
/*header end*/
.hero-img{
	margin: 20px 0;
}
.hight-box{
	
	padding: 10px;
	text-align: center;
}
.img-box{
	height: 200px;
}
.img-box img{
	max-width: 100%;
	max-height: 100%;
}
.details-box{
	min-height: 140px;
}
.colmx .table td{
	vertical-align: middle;
}
.colmx .table td img{
	max-width: 230px;
	width: 100%;
}
.details-box h4{
	color: var(--secondary-bg-color);;
	margin: 15px 0;
	font-size: 23px;
}
.details-box h5{
	margin-bottom: 10px;
}




.middle{
position: relative;
margin:15px 0px;

}
.middle-section{
padding: 10px;
background: #fff;
}

/*right side*/
.right-side{
margin-bottom: 10px;
box-shadow:var(--b-shadow);
}
/*gallery*/
.gallery{
width: 100%;
margin:0px auto;
text-align:center;
position: relative;


}
.description{
margin: auto;
box-shadow:var(--b-shadow);
}
.description-details{
background: #fff;
color: #000;
padding: 10px;
}
.description-heading h4{
font-size: 16px;
background: var(--primary-bg-color);;
padding:10px; 
font-weight: bold;
text-transform: uppercase;
color:var(--primary-text-color);
border:1px solid #ddd;


}
.description-heading h4:before{
font-family: 'FontAwesome';
content: "\f773";
font-weight: bold;
padding-right: 10px;
}
.description-details ul{
margin-bottom: 10px;
}
.description-details p{
margin-top: 10px;
}
.description-details ul{
	background: #cccccc;
}
.description-details ul li{
padding: 7px;
border-bottom: 1px solid var(--border-color);
}
.description-details ul li:before{
font-family: FontAwesome;
content: "\f0da";
font-weight: bold;
padding-right: 10px;
color: var(--secondary-bg-color);
}
.pd{
padding: 15px;
border: 1px solid var(--border-color)
}
/*Tabs*/
.tabs {
margin-top: 15px;
box-shadow:var(--b-shadow);
text-align: /*center*/;
}
.tabs input {
display: none;
}
.tabs label {
	border:1px solid #ddd;

display: inline-block;
padding:10px 30px;
margin: 0px;
text-align: left;
font-weight: bold;
transition: .3s
}
.tabs label:hover {
background: var(--primary-bg-color);
cursor: pointer;
color:var(--primary-text-color);
}
.tabs input:checked + label {
background: var(--primary-bg-color);
color:var(--primary-text-color);
}
.tabs #tab1:checked ~ .content #content1,
.tabs #tab2:checked ~ .content #content2,
.tabs #tab3:checked ~ .content #content3,
.tabs #tab4:checked ~ .content #content4 {
display: block;
}
.tabs .content > div {
display: none;
padding: 20px;
text-align: left;
border:1px solid var(--border-color);
overflow: auto;
background: #fff;
}
/*footer*/
.footer{
	background:#222;
	padding: 20px;
}

.footer-box{
margin: 5px;
text-align: center;
}
.footer-detail{
padding:5px;
}
.footer-detail img{
	max-width: 100%;
}

.footer-head h4{
font-weight: bold;
text-transform: uppercase;
color: #fff;
border-radius: 5px;
font-size: 18px;
}

.copyright{
color: var(--primary-text-color);
background: var(--primary-bg-color);
padding:7px 10px; 
text-align:center; 
}
.footer-bg{
padding: 10px;
}
.footer-box{
}
.footer-detail{
padding: 10px;
text-align: center;
}
.footer-detail p img{
	margin: auto;
	max-width:220px;
	width: 100%;
	margin-top: 10px;
}

