/*font family*/
@font-face{
	src: url(../fonts/roboto/roboto-regular.ttf);
	font-family: roboto-regular;
}
@font-face{
	src: url(../fonts/roboto/roboto-medium.ttf);
	font-family: roboto-medium;
}
@font-face{
	src: url(../fonts/lato/lato-bold.ttf.ttf);
	font-family: lato-bold;
}
@font-face{
	src: url(../fonts/lato/lato-regular.ttf);
	font-family: lato-regular;
}
@font-face{
	src: url(../fonts/lato/lato-semibold.ttf);
	font-family: lato-semibold;
}

/*css strts*/
/*common css*/
body{
	font-family: roboto-regular;
	font-size: 16px;
	color: #8e8e8e;
}
.btn_cmn{
	text-transform: uppercase;
	border: 1px solid black;
	border-radius: 0;
	background-color: white;
	color: #333333;
}
.btn_cmn:hover{
	transition: .33s ease;
      box-shadow: 4px 4px 10px 4px rgb(64 64 64 / 45%);

}
/*header starts*/
header{
    margin-bottom: 50px;

}
.nav{
}
.logo{
}
.logo img{}
.tgl_btn{}
.menu{}
.menu ul li a{
	margin-top: 20px;
	margin-right: 30px;
	padding: 0;
	font-family: lato-regular;
	font-size: 16px;
	color: #8e8e8e;
}
.menu ul li a:hover{
	color: #333333;
}
.search{
	height: 35px;
	margin-top: 17px;
	padding: 10px 20px;
	align-items: center;
	display: flex;
	cursor: pointer;
}
.search:hover input{
	width: 250px;
	border: solid 1px teal;
}
/*.search:hover input{
	width: 150px;
}*/
.search input{
	width: 0;
	font-weight: 500;
	outline: none;
	border: none;
	transition: 0.8s;
	background: transparent;

}
.search a .ser_icon{
	color: #000000;
	font-size: 22px;
}

/*header end*/
/*banner start*/
.banner{
   background-image: url(../images/banner.png);
   background-size: cover;
   background-position: center;
}
/*slide start*/
.caro{}
.slider{
	padding:120px 0 190px;
	color: #fff;
}
.sl_h1{
	 margin-bottom: 30px;
/*    font-family: lato-bold;*/
font-weight: 700;
	font-size: 61px;
	

}
.sl_p{
	margin: 50px 0 60px;
	padding-right: 230px;
	line-height: 25px;
}
.slider a{
	text-transform: uppercase;
}
.btn_lm {
    height: 50px;
    width: 180px;
    color: #333333;
    text-transform: uppercase;
    background-color: #fff;
    border-radius: 0;
}
.btn_lm span{}

.indicator button{
    margin-bottom: 10px;
    text-transform: uppercase;
    background-color: transparent;
	border: none;
}
.btn_prev{
    margin-right: 30px;
}
.btn_next{
    margin-left: 30px;
}
.indi{
	margin-bottom: 3px;
    left: -120px;
	justify-content: start;

}
.carousel-indicators [data-bs-target] {
	width: 3px;
	height: 20px;
	margin-right: 5px;
    margin-left: 5px;
    background-color:#4c4b4b;
    border: none;
}



/*banner end*/
/*feature start*/
.feature{}
.welcome{
	text-align: center;
}
.heading{
	color: #333333;
}
.heading span{
    display: flex;
    height: 45px;
    width: 2px;
    background-color: #333333;
    margin: 0 auto;
}

.heading h1{
	padding: 30px 0 50px;

}
.welcome p{
	line-height: 30px;
}
/*card start*/
.section{
	margin-top: 100px;
}
.card{
	margin: 0 25px;
	padding: 0 30px;
	align-items: center;
	position: relative;

}
.card:hover, .card i:hover, .pr_card h3:hover{
	 border: solid 1px #333333;
	  transition: .33s ease;
      box-shadow: 4px 4px 10px 4px rgb(64 64 64 / 45%);
}
.card i, .pr_card h3{
	padding: 0 20px;
    font-size: 55px;
    position: absolute;
    top: -20px;
	color: #8e8e8e;
    background-color: #fff;
}

.card h2{
	padding-top: 60px;
	font-weight: 700;
	font-size: 20px ;
}
.card span{
	height: 2px;
	width: 35px;
	margin: 15px 0;
	background-color: #c3c3c3;
}
.card p{
	color: #8e8e8e;
}
.card a{
	padding: 20px 0;
	color: #8e8e8e;
	text-decoration: none;
	text-transform: uppercase;
}
.card a span{}

/*feature end*/
/*price start*/
.price{}
.pr_card{
	align-items: start;
}
.pr_card h3{
	font-family: lato-bold;
	font-weight: 700;
	font-size: 18px;
	top: -11px;
	color: 	#333333;
}
.pr_card h2{
	padding: 45px 0 30px;
	font-size: 36px;
}
.pr_card h2 span{
	font-weight: 400;
    font-size: 18px;
    color: #8e8e8e;
    background-color: transparent;
}
.pr_card ul li{
	padding-bottom: 20px;
    color: #8e8e8e;
	list-style: none;
}
.btn_sg{
	width:100%;
	margin-bottom: 50px;
}
.buy{
    overflow: hidden;
    margin: 70px 0;
    padding: 25px 72px;
    background-color: #f8f8f8;
}
.left{
	display: inline-block;
    margin-bottom: 0;
    margin-top: 10px;
    color: #333333;
}

.right{


}
.right a{
	float: right;
	text-decoration: none;
}
.btn_buy{}

/*price end*/

/*contact start*/
.cotact{

}
.form_body{

}
.form_head{}
.form_head h1{}
.form{}
.cus_in {
    border: none;
    border-bottom: .5px solid grey;
    border-radius: 0;
}
.btn_send{

}

/*contact start*/


