

* {
	
	padding: 0;
	margin: 0;
}


body {
	overflow-x: hidden;
	font-family: 'Times New Roman', sans-serif !important;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
}

li {
	
	list-style: none;
	display: inline-block;
}

a {
	text-decoration: none;
	transform: all 500ms ease-in-out;
}

a:hover ,
a:active {
	
	text-decoration: none;
}

h1
h2
h4 {
	font-family:'PT Sans Narrow'Arial, sans-seif;
	text-transform: uppercase;
	font-weight: 700;
}		

p {
	font-size: 15px;
	line-height: 21px;
}

.btn {
	
	transition: all 300ms ease-in-out;
	font-weight: 500 !important;
	text-transform: uppercase;
}

.btn:hover {
	
	background-color: #ededed !important;
	color: #3c3c3c !important;
	border: 1px solid #fff !important;
}

/*Navigation*/

.navbar {
	background-color: #EF7C00 !important;
	text-transform: uppercase !important;
	font-family: 'PT Sans Narrow', Arial, sans-seif;
	font-weight: 700;		
}

.navbar a {
	
	color: #fff !important;
	opacity: 0.7;
}

.navbar a:hover {
	
	opacity: 1;
	background-color: #111111 !important;
}


/*HEADER*/

.header {
	
	height: 600px;
	width: 100%;
	padding: 30px 0 30px;
	margin-top: 50px;
	background-image: url("  ../images/IMG_2747.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	
}

.header img {
	
	height: 350px;
	width: 450px;
	margin: 70px 0 0 40px;
}

.header h1 {
	
	font-size:  40px;
	font-weight: 700;
	padding-top: 30px;
}

.header h1,
.header p,
.header button {
	
	margin-top: 20px;
}

.header .btn {
	
	border-radius: 0;
	margin: 40px 20px;
	
}

@media(max-width:768px) {
	
	.header {
		
		padding: 30px;
		height: 750px;
	}
	
	.header img {
		
		width: 90%;
		height: 300px;
		margin: 20px 0 0 20px;
	}
	
	.header .btn {
		
		font-size: 10px;
		margin-left: 20px;
	}
	
	.header p {
		
		font-size: 10px;
	}
}
/*Logo*/

.logo {
	
	height: 600px;
	width: 100%;
	padding: 30px 0 30px;
	margin-top: 50px;
	background-image: url("#");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	
}

.logo img {
	
	height: 350px;
	width: 450px;
	margin: 70px 0 0 40px;
}

.logo h1 {
	
	font-size:  40px;
	font-weight: 700;
	padding-top: 30px;
}

.logo h1,
.logo p,
.logo button {
	
	margin-top: 20px;
}

.logo .btn {
	
	border-radius: 0;
	margin: 40px 20px;
	
}

@media(max-width:768px) {
	
	.logo {
		
		padding: 30px;
		height: 750px;
	}
	
	.logo img {
		
		width: 90%;
		height: 300px;
		margin: 20px 0 0 20px;
	}
	
	.logo .btn {
		
		font-size: 10px;
		margin-left: 20px;
	}
	
	.logo p {
		
		font-size: 10px;
	}
}


/*Resume*/

.resume {
	
	height: 600px;
	width: 100%;
	padding: 30px 0 30px;
	margin-top: 50px;
	background-image: url("#");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	
}

.resume img {
	
	height: 350px;
	width: 450px;
	margin: 70px 0 0 40px;
}

.resume h1 {
	
	font-size:  40px;
	font-weight: 700;
	padding-top: 30px;
}

.resume h1,
.resume p,
.resume button {
	
	margin-top: 20px;
}

.resume .btn {
	
	border-radius: 0;
	margin: 40px 20px;
	
}

@media(max-width:768px) {
	
	.resume {
		
		padding: 30px;
		height: 750px;
	}
	
	.resume img {
		
		width: 90%;
		height: 300px;
		margin: 20px 0 0 20px;
	}
	
	.resume .btn {
		
		font-size: 10px;
		margin-left: 20px;
	}
	
	.resume p {
		
		font-size: 10px;
	}
}
/*Business*/

.business {
	
	height: 600px;
	width: 100%;
	padding: 30px 0 30px;
	margin-top: 50px;
	background-image: url("#");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	
}

.business img {
	
	height: 350px;
	width: 450px;
	margin: 70px 0 0 40px;
}

.business h1 {
	
	font-size:  40px;
	font-weight: 700;
	padding-top: 30px;
}

.business h1,
.business p,
.business button {
	
	margin-top: 20px;
}

.business .btn {
	
	border-radius: 0;
	margin: 40px 20px;
	
}

@media(max-width:768px) {
	
	.business {
		
		padding: 30px;
		height: 750px;
	}
	
	.business img {
		
		width: 100%;
		height: 300px;
		margin: 20px 0 0 20px;
	}
	
	.business .btn {
		
		font-size: 10px;
		margin-left: 20px;
	}
	
	.business p {
		
		font-size: 10px;
	}
}
/*color*/ 

.color {
	
	padding: 80px 0 80px;
	text-align: center
}
.color h2,
.color h4 {
	
	color: #EF7C00;
	margin: 20px 0 20px;
}

.color p{
	
	color: #EF7C00;
	font-size: 40px;
	padding-bottom: 40px;
}

.color i {
	
	height: 80px;
	width: 80px;
	font-size: 40px;
	padding: 25px 20px;
	border-radius: 50%;
	
	color: #fff;
}

@media(max-width:768px) {
	
	.color {
		
		padding: 30%;
}
}

/*SERVICES*/

.software {
	
	padding: 80px 0 80px;
	text-align: center
}
.software h2,
.software h4 {
	
	color: #EF7C00;
	margin: 20px 0 20px;
}

.soffware p{
	
	color: #EF7C00;
	font-size: 40px;
	padding-bottom: 40px;
}

.software i {
	
	height: 80px;
	width: 80px;
	font-size: 40px;
	padding: 25px 20px;
	border-radius: 50%;
	background-color: #EF7C00;
	color: #fff;
}

@media(max-width:768px) {
	
	.software {
		
		padding: 30%;
}
}

/* Typography*/ 

.typography {
	
	padding: 80px 0 80px;
	text-align: center
}
.typography h2,
.typography h4 {
	
	color: #EF7C00;
	margin: 20px 0 20px;
}

.typography p{
	
	color: #EF7C00;
	font-size: 40px;
	padding-bottom: 40px;
}

.typography i {
	
	height: 80px;
	width: 80px;
	font-size: 40px;
	padding: 25px 20px;
	border-radius: 50%;
	
	color: #fff;
}

@media(max-width:768px) {
	
	.typography {
		
		padding: 30%;
}
}

/*Pricing*/

.about  {
	
	padding: 50px 0 80px;
	text-align: center;
	background-color: #EF7C00;
}

.about  h2,
.about  p {
	
	color: #fff;
}

.about .packages {
	
	padding: 30px;
	border: 1px solid #ccc;
	background-color: #fff;
	border-radius: 5px;
	margin-top: 30px;
}

.about li {
	
	display: block;
	padding: 5px;
}

.about h4,
.about h1,
.about b {
	
	color: #4c4c4c;
}

.about p,
.about li {
	
	color: #EF7C00;
}

.about button {
	
	margin-top: 10px;
}

@media(max-width:768px) {
	
	.about {
		
		padding: 39px;
	}
	
	.about {
		
		width: 80%;
		margin-left: 25px;
	}
}

/*TEAM*/

.picture {
	
	padding: 50px 0 80px;
	text-align: center;
}
.picture b,
.picture h2,
.picture h4 {
	
	margin: 20px 0 20px;
	color: #EF7C00;
}

.picture p{
	
	color: #EF7C00;
}

.picture img {
	
	height: 150px;
	width: 150px;
	margin-top: 80px;
}

.picture i {
	
	height: 30px;
	width: 30px;
	padding: 5px;
	font-size: 17px;
	border-radius: 50%;
	background-color: #a0db8e;
	color: #fff;
}

.picture a:hover i {
	
	background-color: #709963;
}

/*Clients*/

.work {
	
	padding: 50px 0 80px;
	background-color: #EF7C00;
	text-align: center;
	color: #fff;
}

.work h2 {
	
	color: #11111;
}

.work p {
	
	padding-bottom: 40;
}

.work img {
	
	width: 200px;
	opacity: 0.6;
	cursor: pointer;
	margin: 40px 0;
	transition: all 500ms ease-in-out;
}  

.work li:hover {
	
	opacity: 1;
}

/*Contact*/

.contact {
	
	padding: 50px 0 80;
	text-align: center;
}

.contact p {
	
	padding-bottom: 80px;
	text-align: #EF7C00;
}

.contact h2 {
	
	color: #EF7C00;
	margin: 20px 0 20px;
}

.contact .input-group {
	
	margin-bottom: 25px;
}

.contact .form-control {
	
	border-radius: 0 !important;
}

.contact span {
	
	border-radius: 0 !important
}

.contact .btn {
	
	border-radius: 0;
	width: 35%;
	font-size: 15;
	background-color: #EF7C00;
	color: #fff;
}

.contact .btn:hover {
	
	background-color: #EF7C00 !important;
	color: #fff !important;
}

/*Footer*/

.footer {
	
	padding: 30px;
	color: #EF7C00;
	background-color: #222222;
}

.footer .social {
	
	font-size: 20px;
	height: 30px;
	width: 30px;
	text-align: center;
	padding: 5px;
	border: 1px solid #cccccc;
	margin-bottom: 10px;
	margin-right: 5px;
}

.footer input {
	
	height: 40;
	width: 160px;
	padding: 5px;
	border: none;
	background-color: #cccccc;
	color: #000;
}

.footer btn {
	
	padding: 10px 5 10px;
	margin: -3px 0 0 5px;
}
