body{
	font-family: "Poppins", sans-serif;
}
#preloader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	/* background: url('../img/loder.gif') 50% 50% no-repeat rgb(249,249,249); */
}
p{
	color: var(--bs-secondary);
}
.link{
	color: var(--bs-primary);
}
.link:hover{
	color: var(--bs-primary);
}
.max-width-content{
	max-width: 960px;
	margin: auto;
}
.rounded-15{
	border-radius: 15px;
}
/* end */
/* header */
.navbar{
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
	border-bottom: 1px solid #686868;
	background-image: linear-gradient(120deg, #404040cf, #27282aba);
	transition: .4s;

}
/* .home-header{
	background-image: linear-gradient(120deg, #404040cf, #27282aba);
} */
.with-effect{
	/* background-image: linear-gradient(120deg, #404040cf, #27282aba); */
	background-color: #3e3e3e;
}
.navbar-light .navbar-nav .nav-link{
	color: var(--bs-white);
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link{
	color: var(--bs-primary);
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
	color: var(--bs-primary);
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .8rem;
        padding-left: .8rem;
    }
}
.navbar-light .navbar-toggler{
	border-color: rgb(226 226 226 / 30%);
}
.navbar-light .navbar-toggler-icon{
	background-image: url(../img/menu-bar.svg);
}
.navbar-toggler:focus{
	box-shadow: unset;
}

/* end */

/* hero */

.hero-section{
	/* background-image: url(../img/hero-img.jpg); */
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
	/* min-height: 740px; */
	position: relative;
    display: flex;
	align-items: center;
}

.hero-slider {
    align-items: center;
    position: relative;
    z-index: 1;
	height: 100%;
	min-height: 650px;
}

.slider-data{
	position: relative;
	min-height: 650px;
}
.slide-img{
	position: relative;
	z-index: 9;
	width: 100%;
}
.content-slide{
	position: absolute;
    z-index: 10;
    top: 30%;
    left: 0;
    right: 0;
}
.img-parents{
	position: relative;
}
.img-parents::after{
	content: "";
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:linear-gradient(120deg, #404040cf, #27282aba);
    opacity: .7;
	z-index: 9;
}
.slider-data h1{
	max-width: 790px;
	line-height: 60px;
}
.slider-data h4{
	max-width: 900px;
	font-weight: 400;
	line-height: 45px;
}
.slider-data h4 span{
	font-weight: 600;
	/* color: var(--bs-primary); */
}
.slick-dots li button:before{
	width: 10px;
    height: 10px;
    padding: 2px;
	background: transparent;
    border: 1px solid  var(--bs-primary);
    border-radius: 20px;
	opacity: 0.8;
	font-size: 1px;
    line-height: 10px;
}
.slick-dots li.slick-active button:before{
	background:  var(--bs-primary);
}
/* end */

/* button */
.btn-label {
	position: relative;
    right: 0px;
    display: inline-block;
    padding: 4px 8px;
    background: var(--bs-primary);
	color: var(--bs-white);
    border-radius: 5px;
	transition: 0.5s;
}
.primary-btn {
	background-color: var(--bs-white);
    padding: 10px 10px;
    border-radius: 8px;
    font-weight: 500;
	transition: 0.5s;
}
.primary-btn:hover {
	background-color: var(--bs-dark);
	color: var(--bs-white);
}
/* .primary-btn:hover .btn-label{
	background-color: var(--bs-white);
	color: var(--bs-primary);
} */
 .orange-btn{
	background-color: var(--bs-primary);
	color: var(--bs-white);
}
.btn-label-white{
	background-color: var(--bs-white);
	color: var(--bs-primary);
}
.normal-btn{
	background-color: var(--bs-primary);
	color: var(--bs-white);
	padding: 15px 10px;
    border-radius: 8px;
    font-weight: 500;
	text-decoration: none;
	text-align: center;
	transition: 0.5s;
}
.normal-btn:hover{
	background-color: var(--bs-dark);
	color: var(--bs-white);
}
/* end */

/* heading */
.heading p{
	max-width: 500px;
	margin: auto;
}
/* end */

/* about */
.about-section{
	margin-top: -300px;
    z-index: 99;
    position: relative;
}
.box-overley{
	background-color: #F7F7F7;
	border-radius: 20px;
}
.about-img{
	border-radius: 15px;
}
.icon-circle{
	background: #f0582317;
    border: 5px solid #f0582317;
    padding: 15px;
    border-radius: 100px;
    display: inline-block;
}
.icon-circle img{
	max-width: 60px;
}
.about-vision-box h5{
	font-weight: 600;
}
/* end */

/* our-products */
.product-box{
	background-color: var(--bs-white);
	padding: 15px;
	border-radius: 15px;
	border: 1px solid var(--bs-gray);
	height: 100%;
    position: relative;
    margin: 0 auto;
    width: 100%;
	text-align: center;
  }
.product-box img {
    display: block;
    width: 100%;
    height: auto;
  }
.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    width: 100%;
    height: 0;
    cursor: pointer;
    background-color: rgb(0 0 0 / 80%);
    transition: height 0.4s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}
.product-box:hover .overlay {
    height: 100%;
}

/* end */


/* Why Choose Us */
.icon-box{
	position: relative;
	border-radius: 15px;
	display: flex;
    align-items: center;
}
.icon-box img{
	max-width: 55px;
    margin-right: 20px;
}
.icon-box h5{
	font-weight: 600;
}
/* end */

/* our-clients */
.our-clients{
	display: flex;
	align-items: center;
}
.our-clients img{
	max-width: 250px;
	width: 100%;
}
.our-clients .slick-slide img {
	object-fit: contain;
	height: 56px;
}
/* end */

/* contact */
.contact-section{
	margin-bottom: -25px;
    position: relative;
}
.contact-bg{
	background-color: #F7F7F7;
	border-radius: 15px;
}
.contact-link a{
	color: var(--bs-secondary);
}
.contact-form{
	background-color: var(--bs-white);
	border-radius: 15px;
}
.input-text{
	padding: 15px 15px;
    border-radius: 10px;
    border-right: 0;
	max-height: 56px;
}
.input-text:focus{
	border-color:#ced4da;
	box-shadow: unset;
	background-clip: unset !important;
}
.icontextbox{
	padding: 15px 15px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
}
/* end */

/* footer */
.social-media a img{
	max-width: 24px;
}
/* end */

/* about us page */
.first-top-spacing{
	margin-top: 120px;
}
/* end */

/* gallery */

/* end */

/* tabel */

table {
	border-collapse: collapse;
	font-size: 14px;
	
  }
  tr th{
	background-color: var(--bs-dark);
	padding: 10px;
	color: var(--bs-white);
	font-weight: 500;
  }
  td, th {
	border: 1px solid #dddddd;
	text-align: left;
	padding: 10px;
  }
  
  tr:nth-child(even) {
	background-color: #F9F9F9;
  }

/* end */
label.error {
	position: absolute;
	bottom: -25px;
	left: 10px;
	background: #FFE8E8;
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	padding: 5px 10px;
	border-radius: 5px !important;
	z-index: 9;
	font-size: 14px;
	color: #bb171e;
}
label.error::before {
	content: '';
	position: absolute;
	top: -5px;
	left: 10px;
	height: 12px;
	width: 12px;
	border-radius: 2.5px;
	transform: rotate(45deg);
	background: #ffe8e8;
}
/* contact */

/* end */