span{
	color: #FFFFFF;
}

.btn{
	background-color:orange;
	color: white;
	text-decoration: none;
	border: 2px solid transparent;
	font-weight: bold;
	padding: 10px 25px;
	border-radius: 30px;
	transition: transform .4s; 
}
.btn:hover{
	transform: scale(1.2);
}
.content{
	position: absolute;
	top: 50%;
	left:8%;
	transform: translateY(-50%);
}
h1{
	color: white;
	margin: 20px 0px 20px;
	font-size: 75px;
}
h3{
	color: white;
	font-size: 25px;
	margin-bottom: 50px;
}
h4{
	color: #fcfc;
	letter-spacing: 2px;
	font-size: 20px;
}
.newslatter form{
	width: 380px;
	max-width: 100%;
	position: relative;
}
.newslatter form input:first-child{
	display: inline-block;
	width: 100%;
	padding: 14px 130px 14px 15px;
	border: 2px solid orange;
	outline: none;
	border-radius: 30px;
}
.newslatter form input:last-child{
	position: absolute;
	display: inline-block;
	outline: none;
	border: none;
	padding: 10px 30px;
	border-radius: 30px;
	background-color:orange;
	color: white;
	box-shadow: 0px 0px 5px #000, 0px 0px 15px #858585;
	top: 6px;
	right: 6px; 
}

.about{height: inherit;
	width: 100%;
	padding: 100px 0px;
	background-color: #191919;
	display: flex;
}
.about img{
}
.responsive{width: 100%;
  max-width: 430px;
  height: auto;}

.about-text{max-width: 550px;
	width: auto;
}
.main{
	width: 1130px;
	max-width: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.about-text h2{
	display: flex;
	color: white;
	text-transform: capitalize;
	margin-bottom: 20px;
	margin-top: 50px;
	margin-right: inherit;
	margin-left: 40px;
}
.about-text h5{display: flex;
	color: white;
	letter-spacing: 2px;
	font-size: 22px;
	margin-bottom: 25px;
	text-transform: capitalize;
	margin-left: 40px;
}
.about-text p{
	color: #fff;
	letter-spacing: 1px;
	line-height: 28px;
	font-size: 18px;
	margin-left: 40px;
	margin-right: 20px;
}
#im{margin: auto;}
#ab{margin: auto;}
.mam{margin-left: 40px;}
#lt {margin-left: 40px;
margin-right: 40px;}
button{
	background-color:orange;
	color: white;
	text-decoration: none;
	border: 2px solid transparent;
	font-weight: bold;
	padding: 13px 30px;
	border-radius: 30px;
	transition: .4s; 
}
button:hover{
	background-color: transparent;
	border: 2px solid orange;
	cursor: pointer;
}

.service{
	background: #101010;
	width: 100%;
	padding-top: 100px;
	padding-right: inherit;
	padding-left: inherit;
	padding-bottom: 100px;
}
.title h2{
	color: white;
	width: inherit;
	margin-top: 30px;
	margin-right: inherit;
	margin-left: inherit;
	margin-bottom: 30px;
	text-align: center;
}
.box{
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 400px;
}
.card{height: inherit;
	max-height: 500px;
	width: 300px;
	padding: auto 20px;
	background: #191919;
	border-radius: 20px;
	margin: 15px;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.card i{
	font-size: 50px;
	display: block;
	text-align: center;
	margin: 25px 0px;
	color: orange;

}
h5{
	color: white;
	font-size: 23px;
	margin-bottom: 15px;
}
.pra p{
	color: #FFFFFF;
	font-size: 16px;
	line-height: 27px;
	margin-bottom: 25px;
}
.card .button{
	background-color:orange;
	color: white;
	text-decoration: none;
	border: 2px solid transparent;
	font-weight: bold;
	padding: 9px 22px;
	border-radius: 30px;
	transition: .4s; 
}
.card .button:hover{
	background-color: transparent;
	border: 2px solid orange;
	cursor: pointer;
}
.contact-me{
	width: 100%;
	height: 290px;
	background: #191919;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}
.contact-me p{
	color: white;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 25px;
}
.contact-me .button-two{
	background-color:orange;
	color: white;
	text-decoration: none;
	border: 2px solid transparent;
	font-weight: bold;
	padding: 13px 30px;
	border-radius: 30px;
	transition: .4s; 
}
.contact-me .button-two:hover{
	background-color: transparent;
	border: 2px solid orange;
	cursor: pointer;
}
#lt {color: white;}



img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-bottom: -4px;
}
.one-third {
	width: 29%;
	float: left;
	margin: 2%;
}
img:hover {
	opacity: .8;
}
@media screen and (max-width: 768px) {
	.one-third {
		width: 48%;
		margin: 1%;
	}
}
@media screen and (max-width: 480px) {
	.one-third {
		width: 98%;
		margin: 1%;
	}
}

.modal-content
{
	background: #ffffff;	
}
.modal-title { color: #000000;
				margin-left: 50px;}

.close{width: 70px;
	height: 30px;
	margin-left: -100px;
	position: absolute;
	
}
.close:hover{
	background-color: transparent;
	cursor: pointer;
}

.btn1{
	background-color:orange;
	color: white;
	text-decoration: none;
	border: 2px solid transparent;
	font-weight: bold;
	padding: 2px 2px;
	border-radius: 20px;
	transition: .4s;
	padding-left: 20px;
}
.btn1:hover{
	background-color: transparent;
	border: 2px solid orange;
	cursor: pointer;
	color: black;
	padding-left: 40px;
}
