
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Lora:ital,wght@0,400..700;1,400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
*{
	margin:0;
	padding:0;
	box-sizing:border-box;
	font-family: "Inter", serif;
	font-optical-sizing: auto;

	
}
/* start navigation bar  */
nav{
	background-color: #fff;
	position: sticky;
	z-index: 999;
	top: 0;
	box-shadow: 0 0 10px #00000033;
}
nav ul{
	margin-bottom: 0 !important;
}
.logo h1{
	margin-bottom: 0 !important;
}
nav h1 a{
	margin-bottom: 0px !important;
	cursor: pointer;
	color: #35dac6;
	transition: 0.3s ease;
}
nav .border-radius{
   border-radius: 0.25rem;
   background: #35dac6;
   border: 0.1px solid gray;
   /* margin:10px 0px; */
}
nav .border-radius a{
	font-weight: 600;
}
nav .nav-menu  li a{
	transition: 0.3s ease;
	font-weight: 600;
	cursor: pointer;
}
nav .nav-menu  li a{
	transition: 0.3s ease;
	font-weight: 600;
	cursor: pointer;
	/* border-bottom: 1px solid #000; */
}
nav .nav-menu li a:hover{
	transition: 0.3s ease;
	cursor: pointer;
	color: #4997ac;
}
.menu{
	cursor: pointer;
}
.dropdown{
	position: relative;
}
.drop-btn li a{
	text-decoration: none;
	color: #000;
	border-bottom: none !important;
}
.drop-btn{
	position: absolute;
	right: 50px !important;
	left: 50px !important;
}
/* -----------
start slider 
------------ */
.slider_sec img{
	width: 100%;
	height: 600px !important;
}
.ab-us{
	background-color: rgb(215 215 215 / 28%);
	padding: 40px 0px;
}
/* buttons animation validation  */
.animate-btn {
	padding: 0.8em 1.8em;;
	border: 2px solid #17C3B2;
	position: relative;
	overflow: hidden;
	background-color: transparent;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	transition: .3s;
	z-index: 1;
	font-family: inherit;
	color: #17C3B2;
	border-radius: 10px;
   }
   
   .animate-btn::before {
	content: '';
	width: 0;
	height: 300%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
	background: #17C3B2;
	transition: .5s ease;
	display: block;
	z-index: -1;
   }
   
   .animate-btn:hover::before {
	width: 105%;
   }
   
   .animate-btn:hover {
	color: #111;
   }
   .animate-btn a{
      color:  #17C3B2;
	  font-weight: 600;
   }
   .animate-btn:hover a{
	color: #fff;
   }
   .primaery-text-color{
	color:  #17C3B2;;
   }
   .ausmanBarat{
	border-radius: 50%;
   }
   .form-bg{
	background-color: #cfdae561;
	padding: 20px 0px;
   }
   .footer-logo{
	height: 50px;
   }
   .text-justify{
	text-align: justify;
   }
   footer ul li a{
	text-decoration: none;
	color: #fff;
	transition: 0.3s;
   }
   footer a{
	transition: 0.3s;
   }
   footer a:hover{
	color: orange;
   }
   footer{
	padding: 40px 0px ;
	background-color:#181d2c;
	color: #fff;
   }
   .color-white{
	color: #fff;
   }

/*--------------------------
START WHATSAPP MASSGAE 
-------------------------- */
.chat-msg{
	padding: 40px 0px;
	text-align: center;
}
.input-feild input{
	padding: 10px;
	width: 100%;
	border: none;
	outline: none;
	box-shadow: 0 0 3px #000;
}
/* ------------
-START GALLERY
------------- */
.gallery-sec{
	 text-align: center;
}
.gallery-sec img{
    width: 100%;
	height: 300px;
	padding: 5px;
	border-radius: 5px;
	border:1px solid #00000017;
	box-shadow: 0 0 3px #00000033;
}

.gallery-inner{
	padding: 40px 0px;
}
.contect a{
	color: #000;
	transition: 0.3s ease;
	text-decoration: none;
}
.contect a:hover{
	color:  #17C3B2;
}