/*global styles*/
body {
	margin: 0;
	font-size: 16px;
}
* {
	margin: 0;
	padding: 0;
	outline: none;
}
a {
	text-decoration: none !important;
}
.header {
	background-color: #f5f9f5;
}

/*header section*/
.header .navbar {
	padding: 0;
}
.header .navbar.navbar-light .navbar-brand img {
	max-width: 150px;
}
.header .navbar #collapsibleNavbar .nav-item .nav-link {
	color: #333333;
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'lato', sans-serif;
	font-weight: 600;
	padding: 20px 15px 20px;
	line-height: 26px;
	opacity: 0.6;
}
.header .navbar #collapsibleNavbar .nav-item .nav-link.active {
	opacity: 1;
}
/*home section*/
.home-section {
	padding: 250px 0 100px;
	background-color: #f5f9f5;
	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 h1 {
	font-size: 55px;
	color: #00476f;
	font-family: 'Merriweather', serif;
	font-weight: 400;
	margin: 0;
	margin-bottom: 20px;
}
.home-section .home-content h3 {
	font-size: 25px;
	color: #333333;
	font-family: 'Merriweather', serif;
	font-weight: 300;
	margin-top: 20px;
}

.home-section .home-content .btn {
	color: #ffffff;
}
.home-section .home-image img {
	max-width: 400px;
	width: 100%;
	left: 150px;
	top: -50px;
	animation: productani01 5s linear infinite;
}
@keyframes productani01 {
	0%,
	100% {
		transform: translateY(25px);
	}
	50% {
		transform: translateY(-25px);
	}
}

/* About section */
.about-section {
	padding: 80px 0 80px;
}

.about-section about-img {
	margin: auto;
}
.about-section about-img img {
	max-width: 350px;
	width: 100%;
}
.about-section .section-title .title {
	font-size: 35px;
	color: #00476f;
	font-family: 'Merriweather', serif;
	font-weight: 400;
	margin: 0;
	margin-bottom: 20px;
	margin-top: 100px;
	margin-left: 50px;
}
.about-section .about-content .content {
	font-size: 16px;
	color: #333333;
	font-family: 'Lato', sans serif;
	font-weight: 300;
	margin-top: 20px;
	margin-left: 50px;
}

/*Features Sections*/
.feature-section {
	background-color: #f8f8f8;
	padding: 80px 0 80px;
}
.feature-section h1 {
	text-align: center;
}
.feature-section h3 {
	text-align: center;
}
.feature-section h1 {
	font-size: 35px;
	color: #00476f;
	font-family: 'Merriweather', serif;
	font-weight: 400;
	margin: 0;
	margin-bottom: 20px;
}
.feature-section h3 {
	font-size: 25px;
	color: #333333;
	font-family: 'Lato', sans serif;
	font-weight: 300;
	margin-bottom: 50px;
}

.feature-section .features-item {
	margin: 20px;
	transition: all 0.5s ease;
}
.feature-section .features-item .icon {
	text-align: center;
	margin-bottom: 10px;
	padding-top: 40px;
}
.feature-section .features-item .icon img {
	max-width: 50px;
}
.features-item h3 {
	font-size: 25px;
	color: #333333;
	font-family: 'Merriweather', serif;
	font-weight: 300;
}
.features-item:hover {
	background: #ffffff;
}

.features-item p {
	font-size: 16px;
	color: #333333;
	font-family: 'Lato', sans serif;
	font-weight: 300;
	margin: 0 20px;
	padding-bottom: 40px;
	text-align: center;
}

.feature-section .features-item:hover {
	margin-top: -10px;
}
.features-image {
	text-align: center;
}
.features-image img {
	max-width: 350px;
	width: 100%;
}
/*pricing section*/

.text-small {
	font-size: 0.9rem !important;
}

.custom-separator {
	width: 5rem;
	height: 6px;
	border-radius: 1rem;
}

.text-uppercase {
	letter-spacing: 0.2em;
}
.color {
	border: 3px solid #00476f;
	border-radius: 15px;
}
.product-image {
	max-width: 180px;
}
.bg-blue {
	background: #00476f;
}
.bg-green {
	background: #f5f9f5;
	padding-bottom: 80px;
}
.bg-white {
	background: #ffffff;
	padding-bottom: 80px;
}
.bg-price {
	background: #edf4ed;
}
.bg-price2 {
	background: #f8f8f8;
}
.bg-green h2 {
	font-size: 35px;
	color: #333333;
	font-family: 'Lato', sans serif;
	font-weight: 300;
	margin: 0 20px;
	padding-bottom: 40px;
	text-align: center;
}
/*button styles*/
.mybtn {
	background-color: #00476f;
	color: #ffffff;
	padding: 10px 30px;
	border-radius: 30px;
	position: relative;
	overflow: hidden;
	margin: 10px;
	z-index: 1;
}
.mybtn:focus {
	box-shadow: none;
}
.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;
}
.price-button {
	font-size: 14px;
}
.pricing-head {
	font-size: 35px;
	color: #00476f;
	font-family: 'Merriweather', serif;
	font-weight: 400;
	margin: 0;
	margin-bottom: 40px;
	margin-top: 20px;
	text-align: center;
}
ul {
	list-style-type: '\2713';
	color: #00476f;
	margin-left: 60px;
}
/*Contact Section*/
.contact-section .section-title h1 {
	font-size: 35px;
	color: #00476f;
	font-family: 'Merriweather', serif;
	font-weight: 400;
	margin: 0;
	margin-bottom: 10px;
	margin-top: 20px;
	text-align: center;
}
.contact-section .section-title h3 {
	font-size: 20px;
	color: #333333;
	font-family: 'Lato', sans serif;
	font-weight: 300;
	margin-bottom: 50px;
	text-align: center;
}
.contact-section {
	background-color: #ffffff;
	padding: 80px 0 80px;
}
.contact-section .contact-form .form-control {
	height: 50px;
	color: #555555;
	border: none;
	border-bottom: 2px solid #d9d9d9;
	border-radius: 0px;
	transition: all 0.5s ease;
}
.contact-section .contact-form textarea.form-control {
	height: 120px;
}
.contact-section .contact-form .form-group {
	margin-bottom: 15px;
}
.contact-section .contact-form .form-control:focus {
	box-shadow: none;
	border-color: #00476f;
}
.contact-section .contact-item .icon {
	height: 50px;
	width: 50px;
	background-color: #f5f5ff;
	border-radius: 50%;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
}
.contact-section .contact-item {
	position: relative;
	padding-left: 65px;
	margin-bottom: 35px;
	margin-top: 35px;
}
.contact-section .contact-item .icon i {
	line-height: 50px;
	font-size: 20px;
	color: #00476f;
}
.contact-section .contact-item h5 {
	font-size: 16px;
	font-weight: 600;
	line-height: 26px;
	margin: 0 0 2px;
	font-family: 'Merriweather', serif;
	font-weight: 400;
	color: #00476f;
}
.contact-section .contact-item p {
	font-size: 16px;
	font-weight: 300;
	line-height: 26px;
	margin: 0 0 2px;
	font-family: 'Lato', sans serif;
	color: #333333;
}
.contact-section .contact-item .icon i:hover {
	background-color: #00476f;
	border-radius: 50%;
	height: 50px;
	width: 50px;
	color: #ffffff;
}
/*Footer Section*/
.footer {
	background: #f5f9f5;
	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 #00476f;
	display: block;
	color: #00476f;
	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: #00476f;
	margin: 20px;
}
.copyright p {
	color: #00476f;
}
/*Certificate section*/
.certificates {
	margin: 20px;
	font-family: 'Lato', sans serif;
	color: #333333;
	font-size: 16px;
	text-align: center;
}
.certificates-section {
	background: #edf4ed;
	padding: 20px;
}
.cert-button {
	text-align: center;
}
/*New features section*/
