* {
	margin: 0px;
	padding: 0px;
}
*:focus {
    outline: none;
}
body {
	background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
}
a:link {
	text-decoration: none;
	color: black;
}
.bk {
	margin-top: 9%;
	background-image: url(./img/home-banner.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 2%;
}
.nav-link {
	width: auto;
	text-align: center;
}
.navbar-brand {
	font-size: 20px;
}
.size {
	font-size: 17px;
	display: block;
	color: black;
}
.nav-link:hover {
	color: black;
	font-weight: bold;
	transition: 0.8s;
}
.heading {
	margin-top: 9%;
	font-family: 'Akronim', cursive;
	font-weight: 300;
	/*font-size: 20px;*/
	color: black;
}
.per1 {
	background-color: red;
	height: 350px;
}
.per2 {
	background-color: yellow;
	height: 350px;
}
.per3 {
	background-color: green;
	height: 350px;
}
.btn1 {
	font-family: 'Noto Sans', sans-serif;
	font-size: 15px;
	font-weight: 500;
	border:none;
	margin-left: 5%;
	padding: 15px 25px;
	background-color: #2a2a72;
	background-image: linear-gradient(315deg, #2a2a72 0%, #009ffd 74%);
}
.btn2 {
	margin-left: 1%;
	padding: 15px 25px;
	font-family: 'Noto Sans', sans-serif;
	font-size: 15px;
	font-weight: 500;
	border:none;
	background-color: #2a2a72;
	background-image: linear-gradient(315deg, #2a2a72 0%, #009ffd 74%);
}
.btn1:hover {
	font-weight: bold;
	color: black;
	border: 3px solid #009FFD;
	background-color: #ffffff;
	background-image: linear-gradient(315deg, #ffffff 0%, #ffffff 74%);
	transition: 0.3s;
}
.btn2:hover {
	font-weight: bold;
	color: black;
	border: 3px solid #009FFD;
	background-color: #ffffff;
	background-image: linear-gradient(315deg, #ffffff 0%, #ffffff 74%);
	transition: 0.3s;
}
.boy {
	height: 400px;
	width: 400px;
	float: right;
	margin-top: -15%;
}
.btn3 {
	/*margin-left: 1%;*/
	padding: 15px 25px;
	font-family: 'Noto Sans', sans-serif;
	font-size: 15px;
	font-weight: 500;
	border:none;
	background-color: #2a2a72;
	background-image: linear-gradient(315deg, #2a2a72 0%, #009ffd 74%);
	margin-top: 5%;
}
.btn3:hover {
	font-weight: bold;
	color: black;
	border: 3px solid #009FFD;
	background-color: #ffffff;
	background-image: linear-gradient(315deg, #ffffff 0%, #ffffff 74%);
	transition: 0.3s;
}

.foot {
	font-size: 20px;
	margin-top: 5%;
}
.about-img {
	height: 500px;
	width: 500px;
}
.exp-section {
	margin-top:10%;
	margin-bottom: 15%;
}
.exp-imgs {
	padding:30px;
}
.exp-imgs:hover {
	background-color: black;
	border-radius: 50%;
	transition: 0.5s;
}
.we-offer {
	margin-top: 10%;
	margin-bottom: 10%;
}
.service-blocks {
	margin-top: 10%;
}
.service-blocks-img {
	padding: 50px 20px 10px 20px;
	height: 300px;
}
.service-blocks-img:hover {
	transition: 0.5s;
	box-shadow: 2px 2px 20px 15px #ccc;
	background-color: white;
}
.service-blocks p {
	font-family: 'Raleway', sans-serif;
}
.owner {
	margin-top: 15%;
	margin-bottom: 3%;
	font-size: 29px;
	color: black;
}
.social-icons a:hover img {
	transition: 0.5s;
	transform: translateY(-10px);
}
.client {
	font-weight: bolder;
	font-size: 50px;
	margin-top: 5%;
	margin-bottom: 13%;
}
.client-box {
	margin-bottom: 10%;
}
.client-img {
	padding: 10px;
}
.client-img:hover {
	transition: 0.7s;
	box-shadow: 2px 2px 20px 15px #ffffff;
	background-color: white;
}
.subs {
	margin-top: 15%;
	height: 450px;
	width: auto;
	background-image: url(./img/subscribe-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.subs h1 {
	margin-top: 10%;
	font-size: 40px;
	font-weight: bolder;
	color: white;
}
.subs h4 {
	color: white;
	font-weight: 400;
	font-family: 'Raleway', sans-serif;
}
.inp {
	padding: 10px 10px;
	width: 400px;
	height: 50px;
	border-radius: 8px;
	border:1px solid white;
	background-color: transparent;
	color: white;
}
form {
	margin-top: 8%;
}
input {
	font-size: 20px;
}
::placeholder {
	font-size: 20px;
	color: white;
	opacity: 1;
}
.btn4 {
	height: 50px;
	width: 150px;
	margin-top: -1.3%;
	font-family: 'Noto Sans', sans-serif;
	font-size: 15px;
	font-weight: 600;
	border:none;
	margin-left: 2%;
	padding: 15px 25px;
	color: black;
	background-color: #ffffff;
}
.btn4:hover {
	background-color: white;
	color: black;
}
@media screen and (max-width: 995px) {
 .boy {
	display: none;
}
.about-img {
	display: none;
}
}