body,html{
	overflow-x: hidden;
}
:root{
	--footer-color:#1c1c23;
	--active-btn : #258500;
	--inactive-btn:hsl(0, 0%, 100%);
	--active-btn2 : #185300;
	--secound-color:#ff640a;
	--titles :#212129;    
	--white : #fff;
	--scrolltop : #258500;
	--background : #258500;

--clamp12: clamp(10px, 0.625vw, 12px);
--clamp14: clamp(12px, 0.72916vw, 14px);
--clamp15: clamp(13px, 0.78125vw, 15px);
--clamp16: clamp(14px, 0.8333vw, 16px);
--clamp18: clamp(14px, 0.9375vw, 18px);
--clamp20: clamp(16px, 1.0416vw, 20px);
--clamp22: clamp(16px, 1.145vw, 22px);
--clamp24: clamp(17px, 1.25vw, 24px);
--clamp25: clamp(18px, 1.3541vw, 26px);
--clamp26: clamp(20px, 1.3541vw, 26px);
--clamp28: clamp(16px, 1.4583vw, 28px);
--clamp30: clamp(20px, 1.5625vw, 30px);
--clamp32: clamp(20px, 1.666vw, 32px);
--clamp34: clamp(20px, 1.770vw, 34px);
--clamp36: clamp(25px, 1.875vw, 36px);
--clamp38: clamp(25px, 1.979vw, 38px);
--clamp40: clamp(26px, 2.083vw, 40px);
--clamp42: clamp(26px, 2.1875vw, 42px);
--clamp44: clamp(26px, 2.2916vw, 44px);
--clamp45: clamp(26px, 2.3vw, 45px);
--clamp48: clamp(26px, 2.5vw, 48px);
--clamp50: clamp(28px, 2.864583vw, 50px);
--clamp55: clamp(28px, 2.864583vw, 55px);
--clamp58: clamp(28px, 3.02083vw, 58px);
--clamp60: clamp(30px, 3.125vw, 60px);
--clamp64: clamp(30px, 3.333vw, 64px);
--clamp75: clamp(35px, 3.90625vw, 75px);
--clamp78: clamp(30px, 4.0625vw, 78px);
--clamp80: clamp(30px, 4.1666vw, 80px);
--clamp82: clamp(30, 4.27083vw, 82px);
--clamp84: clamp(25px, 4.375vw, 84px);
--clamp42: clamp(24px, 2.1875vw, 42px);
--clamp100: clamp(30px, 5.2083vw, 100px);
--clamp120: clamp(40px, 6.25vw, 120px);
}
*{
	padding: 0;
	margin: 0;
}
body{
	overflow-x: hidden;
}

/* Topmenu Navigation */
.topmenu{
	background-color: aliceblue;
	height: 40px;
	display: none;
}
.navi{
	height: 80px;
	/* background: #ff640a;
	background: linear-gradient(180deg, hsla(22, 100%, 52%, 1) 0%, hsla(0, 91%, 64%, 1) 100%);
	background: -moz-linear-gradient(180deg, hsla(22, 100%, 52%, 1) 0%, hsla(0, 91%, 64%, 1) 100%);
	background: -webkit-linear-gradient(180deg, hsla(22, 100%, 52%, 1) 0%, hsla(0, 91%, 64%, 1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#FF640A", endColorstr="#F74F4F", GradientType=1 ); */
	box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
	background-color: white;
}
.navi ul{
	margin-left: 0px !important;
}
.navi ul li{
	float: left;
	list-style: none;
	margin: 0 10px;
	line-height: 80px;
}
.navi ul li a {
    text-decoration: none;
    color: #222;
    font-size: var(--clamp16);
    font-weight: 600;
    text-transform: uppercase;
}
.menustart{
	margin-left: -40px;
}
.designedby{
	background-color: var(--secound-color);
	padding: 5px;
}
.myservice-list a {
    text-decoration: none;
    color: #222;
}
.logo img {
    height: 85px !important;
}

.designedby h5 {
    text-align: center;
    font-size: var(--clamp12);
    color: white;
    padding-top: 8px;
}
.designedby a{
	color: white;
}
.menuclose i {
    font-size: 25px;
    position: relative;
    top: -20px;
	cursor: pointer;
    left: -6px;
}
.logo img{
	height: 60px;
	margin-top: -15px;
}
.con-info li{
	list-style: none;
	float: left;
	line-height: 40px;
	margin-right: 20px;
}
.myservice{
	background-color: #f6f4f4;
	padding: 50px 0;
}
.myservice-list{
	height: auto;
	margin: 15px 0;
	overflow: hidden;
}
.serviceimg img{
	background-color: white;
	height: 150px;
	width: 150px;
	border-radius: 50%;
	position: relative;
	border:solid 10px white;
	z-index: 3;
}
.servicecontent {
    position: absolute;
    top: 50%;
    left: 122px;
    background-color: white;
    padding: 10px 30px;
    border-radius: 50px;
    z-index: 1;
    transform: translateY(-50%);
}
.con-info a{
	text-decoration: none;
	color: #222;
}
.myservice-list h5 {
    font-size: var(--clamp18);
}
.socialicons ul{
	float: right;
	margin-top: 7px;
}
.socialicons ul li{
	float: left;
	list-style: none;
	margin: 0 10px;
}
.socialicons ul li i{
	color: #222;
}
/* Topmenu Navigation */


/* ScrollTop */
.scrolltop{
	background-color: var(--scrolltop);
	height: 40px;
	width: 40px;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	bottom: 30px;
	right: 20px;
	cursor: pointer;
}
.scrolltop i{
	color: white;
}
/* Scrolltop */

.service-block:hover {
    background: var(--secound-color);
	transition: ease-in-out 0.3s;
}
.service-block:hover img {
	filter: brightness(0) invert(1);
}
.service-block:hover h4 {
color: white;
}

/* whatsappicons */
	.whatsapp-chat-icon {
		position: fixed;
		bottom: 30px;
		right: 20px;
		z-index: 3;
	}
	.whatsapp-chat-icon img {
		height: 40px;
	}
/* whatsapp icon */

/* whatsappicons */
.call-icon {
	position: fixed;
	bottom: 30px;
	left: 20px;
	z-index: 3;
}
.call-icon img {
	height: 40px;
}
/* whatsapp icon */


/* footer */
.footer-section{
	background-color: black;
	height: auto;
	padding: 50px 0;
}
.footer-section h4 {
    position: relative;
    font-size: var(--clamp22);
    color: white;
    font-size: 1.7em;
    text-transform: uppercase;
}
.footer-section h4:before {
    position: absolute;
    bottom: -5px;
    width: 100px;
    height: 2px;
    background-color: var(--secound-color);
    content: "";
    border-radius: 10px;
}
.footer-section p {
    color: white;
    letter-spacing: 0.25px;
    font-size: 1rem;
}
.footer-section  li a{
	color: whitesmoke;
	text-decoration: none;
	font-size: 1rem;
}
.footer-section li{
	list-style: none;
	line-height: 30px;
}
.footer-address i{
	color: white;
}
.footer-address a{
	margin-right: 10px;
}
/* footer */

/* hero-slider */
.hero-slider{
	height: 600px;
	overflow: hidden;
	position: relative;
}
.slider-img{
	height: 600px;
	object-fit: cover;
}
.hero-slider img{
	height: 600px;
}
.hero-slider-btn button{
	position: absolute;
	border-radius: 50px;
	border:none;
	width: 40px;
	height: 40px;
	background-color: rgba(0, 0, 0, 0.6);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 9999;
}
.hero-slider-btn i{
	color: white;
	font-size: 18px;
}
.hero-slider-btn .right{
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}
.hero-slider-btn .left {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}
.hero-slider ul.slick-dots .slick-active{
	position: relative;
}
.hero-slider ul.slick-dots .slick-active:after {
    position: absolute;
    background-color: grey;
    top: 10px;
    width: 15px;
    height: 15px;
    content: "";
    border-radius: 50px;
    left: 0px;
}
.hero-slider ul.slick-dots {
    position: absolute;
    bottom: 20px;
    list-style: none;
    left: 50%;
    transform: translateX(-50%);

}
.hero-slider ul.slick-dots button {
    height: 15px;
    width: 15px;
    font-size: 0;
    border-radius: 50px;
    border: solid 1px #f8f8f8;
}
.hero-slider ul.slick-dots li {
    float: left;
    margin: 0 3px;
}
/* hero-slider */


/* home abobut us */
.aboutus{
	padding: 50px 0;
	height: auto;
}
.about-content h2{
	font-size: var(--clamp36);
	font-weight: 300;
}
.about-content h2 span{
	font-size: var(--clamp36);
	font-weight: 700;
	color: var(--secound-color);
}
.about-content p{
	font-size: var(--clamp18);
	font-weight: 400;
	letter-spacing: 0.30px;
}
.about-img img{
	border-radius: 15px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 25% 100%, 0% 50%);
}
/* home about us */


/* theme-btn a */
.theme-btn-a a{
	padding: 10px 30px;
	text-decoration: none;
	background-color: var(--secound-color);
	color: white;
	border-radius: 50px;
	transition: ease-in-out 0.3s;
}
.theme-btn-a a:hover{
	color: whitesmoke;
	background-color:#185300;
}
/* theme-btn a */


/* banner-section */
.banner-section{
	background-image: url("https://wallpapercosmos.com/w/full/f/7/9/584472-3840x2160-desktop-4k-restaurant-background-image.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: auto;
}
.inner-banner{
	background-color: rgba(0, 0, 0, 0.7);
	height: 100%;
	padding: 50px 0;
	display: flex;
	align-items: center;
}
.sidemenu{
	display: none;
}
.menubar{
	display: none;
}
.inner-banner h2{
	text-align: center;
	color: white;
	text-transform: uppercase;
	letter-spacing: 0.50px;
	font-size: var(--clamp45);
}
.infodetails span {
    color: blue;
}
.inner-banner h4{
	text-align: center;
	color: white;
	text-transform: uppercase;
	letter-spacing: 0.50px;
	font-size: var(--clamp24);
}
/* banner-section */


/* contactus */
.contactus{
	padding: 50px 0;
}
.contact-details h4{
	font-size: var(--clamp20);
	font-weight: 700;
	letter-spacing: 1px;
}
.contact-details i{
	font-size: var(--clamp20);
}
.infoicon{
	background-color: var(--secound-color);
	height: 60px;
	width: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
}
.details{
	margin-bottom: 30px;
}
.infoicon i{
	color: white;
	font-size: 26px;
}
.contact-form{
	padding: 30px 20px;
}
.contact-form input[type='text']{
	height: 40px;
	border-radius: 0px;
	box-shadow: none;
	margin-bottom: 10px;
}
.contact-form textarea,.contact-form textarea:focus{
	height: 100px;
	border-radius: 0px;
	box-shadow: none;
	margin-bottom: 10px;
}
.contact-form button{
	background-color: var(--secound-color);
	padding: 10px 30px;
	border-radius: 0;
	color: white;
	box-shadow: none;
	border:none;
}
.contact-form h3{
	text-align: center;
	font-size: var(--clamp25);
	margin-bottom: 50px;
}

/* contactus */

/* mission */
.mission{
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	padding: 10px;
	border-radius: 10px;
}
.mission h3{
	text-align: center;
	font-size: var(--clamp32);
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 15px;
}
.mission p{
	font-size: var(--clamp20);
	font-weight: 300;
}

/* missison */

.patners{
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
	border-radius: 10px;
}
.services-block{
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	padding: 10px;
	margin-bottom: 20px;
	border-radius: 10px;
	height: 200px;
	padding-top: 30px;
}
.slider-img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.services-block p{
	font-size: var(--clamp22);
	font-weight: 600;
}
.patners img{
	height: 80px;
}

/* home-about */
.home-about{
	padding: 50px 0;
}
.home-about img{
	border-radius: 10px;
}
.home-abt-content {
	padding-left: 60px;
}
.home-abt-content h3{
	font-size: var(--clamp40);
}
.home-abt-content p{
	font-size: var(--clamp16);
	line-height: 30px;
}
.small-img{
	position: absolute;
	width: 300px;
	height: 200px;
	right: -50px;
	top: 50%;
	transform: translateY(-50%);
	border:solid 1px white;
	border-radius: 10px;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}
.h-abt{
	height: 400px;
	width: 100%;
	object-fit: cover;
}

/* home-about */

.home-about h2{
	text-align: center;
	font-size: var(--clamp40);
}
.home-about h5{
	text-align: center;
	font-size: var(--clamp16);
}

/* Services */
.our-services{
	padding: 50px 0;
}
.service-block{
	border:solid 2px #222;
	border-style: dashed;
	padding: 40px 15px;
	text-align: center; 
	border-radius: 10px;
	margin-top: 20px;
}
.service-block img{
	height: 80px;
	margin-bottom: 20px;
}
.service-block h4{
	font-size: var(--clamp20);
	font-weight: 700;
}
.our-services h2{
	text-align: center;
	font-size: var(--clamp36);
}
/* Services */

/* home-contact-us */
.home-cont-img{
	border-radius: 10px;
}
.home-cont-img img{
	border-radius: 10px;
}
.home-contact{
	padding: 50px 0;
}
.home-contact h3{
	font-size: var(--clamp26);
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.home-contact input[type="text"]{
	height: 45px;
	margin-bottom: 10px;
	box-shadow: none;
}
.home-contact textarea,.home-contact textarea:focus{
	height: 120px;
	margin-bottom: 10px;
	box-shadow: none;
}
.home-contact button{
	padding: 10px 30px;
	background-color: var(--secound-color);
	color: white;
	border:none;
	box-shadow: none;
	border-radius: 5px;
}

/* home-contact-us */


/* banner-section */
.banner-section{
	background-image: url("https://rehiretech.in/images/index/slider-5.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: auto;
}
.inner-banner{
	background-color: rgba(0, 0, 0, 0.7);
	height: 100%;
	padding: 80px 0;
	display: flex;
	align-items: center;
}
.inner-banner h2{
	text-align: center;
	color: white;
	text-transform: uppercase;
	letter-spacing: 0.50px;
	font-size: var(--clamp45);
}
/* banner-section */

.contactus h4{
	font-size: var(--clamp20);
	font-weight: 700;
}
.contactus p{
	font-size: var(--clamp18);
	font-weight: 400;
}
.contactus{
	padding: 50px 0;
}