*

	{
		margin: 0;
		padding: 0;
		font-family: 'Roboto Condensed', sans-serif;
	}
body

	{
		background: #eee !important;
		user-select: none;
	}

a

	{
		text-decoration: none !important;
	}

input[type="text"], input[type="password"], input[type="email"]

	{
		box-shadow: none !important;
		border: 1px solid #353F49 !important;
	}

.form-control:disabled

	{
		background: #fff !important;
	}

textarea

	{
		box-shadow: none !important;
		border: 1px solid #353F49 !important;
	}
select

	{
		box-shadow: none !important;
		border: 1px solid #353F49 !important;
	}
.btn

	{
		box-shadow: none !important;
		outline: none !important;
		
	}

	/* Nav Bar menu*/

.navbar

	{
		background: #ffffff;
		z-index: 1;
		border: 2px solid #eee;
		box-shadow: 1px 1px 6px 2px rgba(0,0,0,0.1);
	}

.navbar p

	{
		display: inline-block;
		font-size: 40px;
		font-weight: 450;
		line-height: 50px;
		color: #3fa9ff !important;
		font-weight: 600;

	}

.navbar img

	{
		width: 60%;

	}

.navbar-toggler

	{
		border: 1px solid #3fa9ff !important;
		outline: none !important;
		background-color: #3fa9ff !important;
		box-shadow: none !important;
	}

.fa-bars

	{
		color: #fff !important;
		padding: 5px;
	}


.navbar-nav .nav-link

	{
		
		padding: 0 !important;
		padding: 1px 14px !important;
		transition:  0.5s linear;
		margin-right: 5px;
		color: #fff !important;
		font-size: 15px;
		line-height: 2;
		border: 2px solid #3fa9ff !important;
		background: #3fa9ff;
		border-radius: 6px;	
		margin-top: 10px;
		text-align: center;
	}
	
.navbar-nav .nav-link:hover

	{
		border: 2px solid #ff0000 !important;
		background-color: #ff0000 !important;
		color: #fff !important;
		

	}

.navbar .dropdown-menu

	{
		border-top: 2px solid #ff0000;
		background-color: #3fa9ff !important;	
		margin-top: 35px;

	}

.navbar .dropdown-item

	{
		border-bottom: 1px dotted #ff0000 !important;
	}

.dropdown-item:hover

	{
		background-color: #ff0000 !important;
		color: #fff !important;
	}

	/* Nav Bar menu End*/

	/* Slider */

.slider

	{
		margin-top: 120px;
	}

	/*Slider End*/


	/*page-section*/

.page-section

	{
		margin-top: 20px;
		position: relative;
		padding-top: 70px;
	}

.page-section h1

	{
		text-align: center;
		color: #ff0000;
		font-size: 30px;
	}


.page-section h2

	{
		text-align: center;
		color: #3fa9ff;
		font-size: 14px;
	}



.service-box

	{
		margin-top: 70px;
		padding: 10px;
		cursor: pointer;
	}

.services-icon

	{
		
		text-align: center;
	}

.services-icon i

	{
		border: 1px solid red;
		padding: 10px;
		border-radius: 50%;
		width: 80px;
		height: 80px;
		line-height: 50px;
		background: #ff0000;
		color: #fff;
		transition: 0.5s all;
		font-size: 22px;

	}

.service-box:hover i

	{
		background: none;
		color: #000;
	}

.service-info

	{
		padding: 20px;
	}

.service-info h3

	{
		text-align: center;
		font-size: 22px;
	}

.service-box p

	{
		text-align: center;	
	}

	/*Services Section*/

.services-section 

	{
		margin-top: 10px;
	}

.services-section h1

	{
		text-align: center;
		color: #ff0000;
		font-size: 30px;
	}

	/*Services Section End*/

	/*Styling*/

.styling

	{
		border: 1px dotted #3fa9ff;
	}

	/*Styling End*/

	/****cliets-section*/

.cliets-section

	{
		margin-top: 20px;
		position: relative;
	}

.cliets-section h1

	{
		text-align: center;
		color: #ff0000;
		font-size: 30px;
	}

.cliets-area

	{
		margin-top: 20px;
		display: flex;
		justify-content: center;	
	}

.cliets-area img

	{
		width: 50%;
	}

/* Footer */



footer

	{
		background: #3fa9ff;
		margin-top: 60px;
		padding: 20px;
		color: #fff;

	}

footer a

	{
		
		color: #fff;
	}

footer p

	{
		text-align: center;
	}

footer li

	{
		list-style: none;
	}

footer li a

	{
		color: #fff !important;
		text-align: center;
		margin-right: 10px;
		
	}

footer li a i

	{
		color: #fff !important;
		text-align: center;
		margin-right: 10px;
		border-radius: 50%;
		padding: 10px;
		transition: 0.5s all;

	}

footer li a i:hover

	{
		color: #fff !important;
		background: #ff0000;
		transform: scale(1.2);

		
	}

.footer-copyright

	{

		margin-top: 40px;
	}

.footer-copyright a:hover

	{
		
		color: #fff;

	}

	/*Foter End*/

	/*Contact Page*/

.page-area

	{
		margin-top: 30px;
		padding: 20px;

	}

.form-area

	{
		background: #fff;
		padding: 10px;
	}

.project-section

	{
		padding: 10px;
		box-sizing: border-box;
		cursor: pointer;
		transition: 0.5s all;
		height: 600px;
	}

.project-section:hover

	{
		box-shadow: 1px 1px 6px 2px rgba(0,0,0,0.3);
	}

.project-section img

	{
		margin: 50px auto;
		display: flex;
		justify-content: center;
		border-radius: 5%;
	}

.project-section h3

	{
		text-align: center;
		color: #3fa9ff;
		font-size: 22px;
	}

.project-section p

	{
		text-align: center;
	}