
:root
{
	
	--thmc : #2a9d8f;
	--thmb : #2d3a3a;
	--thmp : #9e9e9e;
}



   .navbar{
	   
	   background: #037971;
	   color:white;
	   font-weight:700;
	   font-size:1.5rem;
	   line-height:2rem;
	   
   }

   .navbar a{
	   
	   color:white;
	   font-weight:700;
   }
   
   .nav-item
   {
	   margin-right:30px;
   }


   @media only screen and (max-width:800px)
	{
		.header_logo
		{
			width:35px !important;
		}
		
		.header_text
		{
			font-size:18px !important;
		}
		

		.mob-center
		{
			text-align:center;
		}
		
		
	}
	
	.thm-btn 
	{
		background:var(--thmc);
		color:white;
		font-size:16px;
		font-weight:600;
	}
	
	.thm-btn:hover
	{
		background:var(--thmb);
		color:white;
		font-size:16px;
		font-weight:600;
	}
	
	.text-underline
	{
		border-bottom: 4px solid var(--thmc);
		padding-bottom: 7px;
		font-weight:700;
	}
	
	body{
	
	font-family: 'Muli', sans-serif;
	
	}

	.vertical-center {
	  margin: 0;
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  -ms-transform: translate(-50%, -50%);
	  transform: translate(-50%, -50%);
	  width:100%;
	}


     .bg_grad_pv
	 {
		 background-image: linear-gradient(310deg,#7928ca,#ff0080);
	 }