	<style>
		.ms-auto {
			margin-left: 50px !important;
		} 
		
		.py-3 {
			padding-top: 0.5rem !important;
			padding-bottom: 0.5rem !important;
		}
		
		.logo-img{
			max-width: 55% !important;
			height: auto !important;
		}
		
		.bg-overlay {
			background:linear-gradient(0deg, rgba(16, 26, 14, 0.26), rgba(16, 26, 14, 0.17)) !important;
		}
		
		.card-service{
			border: 1px solid var(--accent-color-2) !important;
		}
		
		h1 {
		  font-size: 50px !important;
		  font-family: var(--font-1) !important;
		}
		
		.sph1{
			font-size: 40px !important;
		}
		
		.sph3 {
			font-size: 25px !important;
		}
		
		.sph4 {
			font-size: 30px !important;
		}
		
		.sph2{
			font-size: 20px !important;
		}
		
		.sph4{
			font-size: 25px !important;
		}
		
		h2 {
			font-size: 40px !important;
		}
		
		h3 {
			font-size: 40px !important;
		}
		
		h4 {
			font-size: 40px !important;
		}
		
		.sub_head{
			font-size: 25px !important;
			font-weight: 500 !important;
			margin-bottom: 5px !important;
			margin-top: -25px !important;
		}
		
		.fs-5 {
			font-size: 1rem !important;
		}
		
		.cus_img1{
			height: 470px !important;
		}
		
		.cus_img{
			height: 470px !important;
		}
		
		.font-sm{
			font-size: 13px !important;
		}
		
		.h-1001 {
			height: 45% !important;
		}
		
		.imgs {
		  height: 100px !important;
		  margin-top: 25px !important;
		  margin-left: 45px !important;
		}
		
		

		
		.ser_txt{
			color: #dde1db !important;
			font-size: 20px !important;
			margin:8px !important;
			margin-top: 8px !important;
			text-align: center !important;
			margin-top: 15px !important;
		}
		.drk-card{
			background:#091008 !important;
			border:55px solid #0f1d0e !important;
			border-radius:80px !important;
		}
		
		.content-center{
			margin:20px !important;
		}
		
		.cool-white{
			color: #dde1db !important;
		}
		
		.cool-blk{
			color: #000 !important;
		}
		
		.w-max-content{
			margin-bottom: 35px !important;
		}
		
		.bottom-5{
			margin-bottom:10px !important;
		}
		
		.p-10{
			padding:10px !important;
		}
		
		.head-logo{
			width: 100px !important;
		}
		
		#pkgs{
			background:#fdfdfd !important;
		}
		
		.navbar-toggler{
			margin-top: -40px !important;
		}
		
		@media(max-width: 993px) {
			.mob-none{
				display: none !important;
			}
			
			.logo-container {
				max-width: 150px !important;
				margin-left: 40% !important;
			}
			
			.sph3 {
				font-size: 20px !important;
			}
			
			.sph31 {
				font-size: 8px !important;
			} 
			 
			.imgs {
				margin-left: 90px !important;
				margin-right: 100% !important;
			}
			
			.drk-card {
				border:15px solid #0f1d0e !important;
				border-radius: 15% !important;
			}
		}
		
		 
		@media (min-width: 768px) and (max-width: 1024px) {
		  .imgs {
			margin-left: 35px !important;  
		/* 	margin-left: 70px !important; */
			margin-right: 100% !important;
			
		  }
		  
		  	.mob-none{
				display: none !important;
			}
			
			.logo-container {
				max-width: 150px !important;
				margin-left: 40% !important;
			}
			
			.sph3 {
				font-size: 20px !important;
			}
			
			.sph31 {
				font-size: 8px !important;
			}
			
			/* .imgs {
				margin-left: 70px !important;
				margin-right: 70px !important;
			} */
			
			.drk-card {
				border:15px solid #0f1d0e !important;
				border-radius: 15% !important;
			}
		}
      
		
		@media (max-width: 480px) {
	    .ms-auto {
		margin-left: -90px !important;
		} 
	  }
	  
	  	
		@media only screen and (max-width: 400px) {
			.mob-none{
				display: none !important;
			}
			
			.logo-container {
				max-width: 150px !important;
				margin-left: 40% !important;
			}
			
			.sph3 {
				font-size: 20px !important;
			}
			
			.sph31 {
				font-size: 8px !important;
			}
			
			.imgs {
				margin-left: 70px !important;
				margin-right: 100% !important;
			}
			
			.drk-card {
				border:15px solid #0f1d0e !important;
				border-radius: 15% !important;
				
			}
		}
	  
	  
	</style>