/*global styles*/
body {
	margin: 0;
	font-size: 16px;
}
* {
	margin: 0;
	padding: 0;
	outline: none;
}
a {
	text-decoration: none !important;
}
.header {
	background-color: #c8e2e4;
}
/*header section*/
.header .navbar {
	padding: 0;
}
.header .navbar.navbar-light .navbar-brand img {
	max-width: 40px;
	margin-top: 10px;
}
.header .navbar #collapsibleNavbar .nav-item .nav-link {
	color: #499da5;
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'lato', sans-serif;
	font-weight: 600;
	text-align: center;
	padding: 20px 15px 20px;
	line-height: 26px;
	opacity: 0.5;
}
.header .navbar #collapsibleNavbar .nav-item .nav-link.active {
	opacity: 1;
}
/*home section*/
.home-section {
	padding: 250px 0 10px;
	background-color: #c8e2e4;
	position: relative;
	z-index: 1;
}
.home-section::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	height: 112px;
	z-index: -1;
}

.home-section .home-content p {
	font-size: 20px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 300;
	margin: 0;
	margin-bottom: 20px;
}
.home-section .home-content h3 {
	font-size: 64px;
	color: #499da5;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 600;
	margin-top: 20px;
}
.home-section .footer-social-links a i {
	height: 40px;
	width: 40px;
	border: 1px solid #499da5;
	display: block;
	color: #499da5;
	line-height: 38px;
	border-radius: 50px;
	margin: 10px;
	transition: all 0.5s ease;
}
.home-section .footer-social-links a i:hover {
	height: 40px;
	width: 40px;
	border: 0px;
	display: block;
	color: #ffffff;
	line-height: 38px;
	border-radius: 50px;
	background-color: #499da5;
	margin: 10px;
}
.home-section .footer-social-links a {
	display: inline-block;
	text-align: center;
}

.home-section .home-image img {
	max-width: 200px;
	margin-top: 40px;
	width: 100%;
	align-items: center;
	top: -50px;
	margin-left: 140px;
}
/*button styles*/
.mybtn {
	background-color: #867d9d;
	color: #ffffff;
	padding: 10px 30px;
	border-radius: 30px;
	position: relative;
	overflow: hidden;
	margin: 10px;
	z-index: 1;
}
.btn-outline {
	color: #867d9d;
	padding: 10px 30px;
	border-radius: 30px;
	border: 2px solid #867d9d;
	position: relative;
	overflow: hidden;
	margin: 10px;
	z-index: 1;
}
.mybtn:focus {
	box-shadow: none;
}
.btn-outline::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	color: #ffffff;
	width: 0%;
	background-color: #283f3f8f;
	height: 100%;
	z-index: -1;
	transition: all 0.3s ease;
}
.btn-outline:hover::before {
	width: 100%;
	color: #ffffff;
}
.mybtn::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	color: #ffffff;
	width: 0%;
	background-color: #2f283f8f;
	height: 100%;
	z-index: -1;
	transition: all 0.3s ease;
}
.mybtn:hover::before {
	width: 100%;
	color: #ffffff;
}
.btn:hover {
	color: #ffffff;
}
/*Footer Section*/
.footer {
	background: #c8e2e4;
	padding-top: 80px;
	padding-bottom: 50px;
	text-align: center;
}
.footer .footer-social-links a {
	display: inline-block;
	text-align: center;
}
.footer .footer-social-links a i {
	height: 40px;
	width: 40px;
	border: 1px solid #499da5;
	display: block;
	color: #499da5;
	line-height: 38px;
	border-radius: 50px;
	margin: 20px;
	transition: all 0.5s ease;
}
.footer .footer-social-links a i:hover {
	height: 40px;
	width: 40px;
	border: 0px;
	display: block;
	color: #ffffff;
	line-height: 38px;
	border-radius: 50px;
	background-color: #499da5;
	margin: 20px;
}
.copyright p {
	color: #499da5;
}
/*card styles start */
.section-title {
	position: relative;
}
.section-title p {
	font-size: 16px;
	margin-bottom: 5px;
	color: #499da5;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
}
.section-title h4 {
	font-size: 40px;
	font-weight: 600;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	position: relative;
	padding-bottom: 20px;
	display: inline-block;
}
.section-title h4:before {
	position: absolute;
	content: "";
	width: 80px;
	height: 2px;
	background-color: #d8d8d8;
	bottom: 0;
	left: 50%;
	margin-left: -40px;
}
.section-title h4:after {
	position: absolute;
	content: "";
	width: 50px;
	height: 2px;
	background-color: #867d9d;
	left: 0;
	bottom: 0;
	left: 50%;
	margin-left: -25px;
}
.pt-100 {
	padding-top: 100px;
}
.pb-100 {
	padding-bottom: 100px;
}
.mb-100 {
	margin-bottom: 100px;
}
.services {
	background-color: #ffffff;
}
.single-service {
	position: relative;
	text-align: center;
	max-width: 350px;
	margin-bottom: 50px;
	-webkit-transition: .3s;
	transition: .3s;
	padding: 30px 20px;
	background-color: #f8f8f8;
	border-radius: 10px;
}
.single-service:before {
	position: absolute;
	width: 0;
	height: 0;
	background-color: #867d9d;
	left: 0;
	top: 0;
	content: "";
	-webkit-transition: .3s;
	transition: .3s;
}
.single-service:after {
	position: absolute;
	width: 0;
	height: 0;
	background-color: #867d9d;
	right: 0;
	bottom: 0;
	content: "";
	-webkit-transition: .3s;
	transition: .3s;
}
.single-service:hover:after,
.single-service:hover:before {
	width: 50%;
	height: 2px;
	-webkit-transition: .3s;
	transition: .3s;
}
.single-service:hover {
	box-shadow: 1px 3px 10px 0 rgba(0, 0, 0, 0.10);
}
.single-service p.num {
	font-size: 20px;
	width: 60px;
	height: 60px;
	border: 1px solid #867d9d;
	color: #867d9d;
	line-height: 60px;
	margin-bottom: 30px;
	border-radius: 50%;
	-webkit-transition: .3s;
	transition: .3s;
}
.single-service:hover p.num {
	background-color: #867d9d;
	color: #fff;
	border-color: #867d9d;
	border-radius: 50%;
}
.single-service h4 {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 15px;
	text-transform: capitalize;
}
.single-service p {
	font-size: 15px;
	line-height: 1.8;
}
.margin-left {
	margin-left: 190px;
}
.single-service img {
	margin-bottom: 50px;
	max-width: 130px;
}
/*link section*/
.links {
	background-color: #f8f8f8;
	border-radius: 100px;
	margin: 30px 0;
	padding: 10px;
}
.links p {
	margin-top: 20px;
	margin-left: 100px;
	font-weight: 600;
}
