

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	margin: 0px;
	padding: 0px;
	color: black;
	position: relative;
	background-color: white;
	font-family: 'Open Sans Condensed', sans-serif;
	overflow-x: hidden;
}

body,
html {
	height: 100%;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
	background-color: transparent;
}

.container {
	max-width: 1010px;
}

.btn:focus,
.btn:active {
	outline: none !important;
	box-shadow: none;
}

figure {
	margin: 0;
}

li {
	display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
p {
	margin: 0px;
	padding: 0px;
}

/*-- header start --*/
header.active {
	background-color: #0254ba;
	box-shadow: 2px 5px 7px 0px rgba(0, 0, 0, 0.18);
	margin-top: 0;
}

header {
	position: fixed;
	width: 100%;
	z-index: 99;
	margin-top: 60px;
	transition: 0.7s;
}

header .navbar-expand-lg {
	/*	background-color: #ffffff;*/
	padding: 27px 0;
}

header .navbar .nav-item .nav-link {
	color: #ffffff;
	font-size: 20px;
	font-weight: 300;
	text-transform: uppercase;
	transition: all 0.7s ease;
	margin: 0 23px;
	text-decoration: underline;
}

header .navbar .nav-item:last-child .nav-link {
	margin-right: 0;
}

header .navbar .nav-item .nav-link:hover {
	color: #00e500;
}

header.active .nav-link {
	color: #000000 !important;
}

/*-- header end --*/

/*-- banner start --*/
.banner {
	background-image: url('../images/banner.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: auto;
	position: relative;
}

.banner .gradient {
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #000000;
	opacity: 0.13;
}

.banner .banner-main {
	padding-top: 240px;
	padding-bottom: 72px;
}

.banner .banner-inner h1 {
	color: #ffffff;
	font-size: 50px;
	font-weight: bold;
	margin-bottom: 34px;
	text-transform: uppercase;
}

.banner h4 {
	font-size: 26px;
	color: #ffffff;
	font-weight: bold;
	margin-left: 15px;
	margin-bottom: 38px;
}

.banner .banner-inner p {
	font-size: 16px;
	line-height: 27px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 32px;
}

.banner .banner-inner .btn:hover {
	background-color: #ffffff;
	color: #000000;
	border: 1px solid #ffffff;
	opacity: 0.5;
}

.banner form .form-control {
	width: 255px;
	font-size: 14px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	border: 0;
	padding: 28px 15px;
	margin-bottom: 20px;
}

.banner form .form-group {
	margin: 0;
}

.banner .btn {
	font-size: 20px;
	color: #000000;
	font-weight: bold;
	background-color: #00e500;
	width: 100%;
	margin-top: 20px;
	padding: 11px 0;
	text-transform: uppercase;
}

.banner .icons {
	display: flex;
	margin-bottom: 20px;
}

.banner .icons span {
	margin-bottom: 0;
}

.banner .icons .icon-body h3 {
	font-size: 20px;
	font-weight: 400;
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	margin-top: 5px;
}

.banner .icons span i {
	font-size: 16px;
	color: #fff200;
	vertical-align: middle;
	margin-right: 8px;
}

/*-- banner end --*/

/*-- services start --*/
.services {
	margin-top: 65px;
	margin-bottom: 105px;
}



.services .services-inner {
	width: 705px;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 53px;
}

.services .services-inner h2 {
	font-size: 40px;
	font-weight: bold;
	color: #363636;
}

.services .services-inner h5 {
	font-size: 29px;
	color: #363636;
	font-weight: bold;
	margin-bottom: 22px;
}

.services .services-inner p {
	font-size: 19px;
	line-height: 29px;
	color: #555555;
	opacity: 0.6;
	font-weight: bold;
}

.services .services-content {
	display: flex;
}

.services .services-content .section {
	margin-right: 15px;
	background-color: #f4f0f2;
	padding: 35px 30px 40px;
}

/*
.services .services-content .section :nth-child(2) {
	background-color: #e7f6f9;
}
*/

.services .services-content .section:last-child {
	margin-right: 0;
}

.services .services-content h4 {
	font-size: 28px;
	color: #363636;
	font-weight: bold;
	margin-bottom: 18px;
}

.services .services-content p {
	font-size: 14px;
	line-height: 28px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

/*-- services end --*/

/*-- about start --*/
.about {
	margin-bottom: 117px;
}

.about p {
	font-size: 16px;
	line-height: 29px;
	color: #363636;
	opacity: 0.8;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 30px;
}

.about figure {
	margin: 0;
	width: 100%;
	height: 100%;
}

.about figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


/*-- about end --*/

/*-- started start --*/
.started {
	background-image: url('../images/started-bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	position: relative;
	padding-top: 145px;
	padding-bottom: 112px;
	margin-bottom: 77px;
}

.started h2 {
	font-size: 40px;
	color: #ffffff;
	font-weight: bold;
}

.started p {
	font-size: 24px;
	line-height: 35px;
	color: #ffffff;
	font-weight: 300;
}

.started .btn {
	font-size: 30px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	padding: 14px 79px;
	border-radius: 0;
	background-color: #00e500;
	text-transform: uppercase;
	float: right;
	margin-top: 25px;
	border: 0;
}

/*-- started end --*/

/*-- testimonials start --*/
.testimonials {
	padding-bottom: 140px;
}

.testimonials h2 {
	font-size: 40px;
	color: #363636;
	font-weight: bold;
	text-align: center;
	margin-bottom: 37px;
}

.carousel-inner {
	text-align: center;
}

.testimonials .carousel-inner p {
	font-size: 20px;
	line-height: 35px;
	color: #363636;
	margin-bottom: 40px;
	font-weight: 400;
	font-family: Arial, Helvetica, sans-serif;
}

.testimonials .carousel-inner h6,
span {
	font-size: 20px;
	color: #000000;
	font-weight: 400;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 44px;
}

.testimonials .carousel-inner span {
	color: #8e8e8e;
}

.carousel {
	position: relative;
	width: 730px;
	margin: 0 auto;
}

.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: -18%;
	left: 0;
	padding-left: 0;
	list-style: none;
	margin: 0 auto;
}

.carousel-indicators li {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #000000;
}

.carousel-indicators .active {
	background-color: #fc4733;
}

/*-- testimonials end --*/

/*-- sponsored-by start --*/
.sponsored-by {
	margin-bottom: 105px;
}

.sponsored-by .sponsored-by-inner {
	padding: 0;
	width: 820px;
	margin: 0 auto;
}

.sponsored-by figure {
	width: 90px;
	height: 75px;
	margin: 0 auto;
}

.sponsored-by figure img {
	display: block;
	vertical-align: middle;
	height: 75px;
	width: 90px;
}

/*-- sponsored-by end --*/


/*-- footer start --*/

footer {
	padding: 45px 0;
	border-top: 1px solid #cccccc;
}

footer p {
	font-size: 14px;
	color: #000000;
	font-weight: 300;
	font-family: 'Montserrat', sans-serif;
}

footer p a {
	font-size: 14px;
	color: #000000;
	border-bottom: 2px solid #0000004a;
	display: inline-block;
	transition: all 0.6s ease;
}

footer p a:hover {
	color: #0072bc;
	border-bottom-color: #0072bc;
}

footer i {
	font-size: 20px;
	color: #000000;
	opacity: 0.3;
}

footer span a {
	margin: 8px;
}

footer span a:last-child {
	margin-right: 0;
}

footer a:hover {
	text-decoration: none;
}

footer .footer-right {
	text-align: right;
}

footer .icons {
	text-align: right;
}

html {
	scroll-behavior: smooth;
}

footer .fa-arrow-up {
	margin: 10px;
	position: absolute;
	bottom: 0px;
	left: 2px;
	top: 0px;
	font-size: 25px;
}

#myBtn {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	font-size: 18px;
	border: none;
	outline: none;
	background-color: #2cad81;
	color: white;
	cursor: pointer;
	padding: 10px;
	border-radius: 40%;
	width: 45px;
	height: 45px;
}

#myBtn:hover {
	background-color: #c1e732;
}

#myBtn i {
	margin: 0;
	font-size: 30px;
}

/*-- footer end --*/


/*==================
 media query start 
 ===================*/


@media only screen and (max-width: 1920px) and (min-width: 1430px) {
	.container {
		max-width: 1010px;
	}
}

@media only screen and (max-width: 1024px) {
	.container {
		max-width: 100%;
	}

	.started {
		padding: 80px 0;
	}

	header .navbar-expand-lg {
		padding: 0;
	}

	header.active {
		padding: 10px 0;
	}

	.banner .banner-inner h1 {
		font-size: 45px;
	}
}

@media only screen and (max-width: 814px) {
	.navbar-light .navbar-toggler {
		height: 40px;
		border-color: #fff;
	}

	header .navbar .nav-item .nav-link {
		margin: 0;
		text-decoration: none;
		text-align: right;
	}

	.banner .banner-inner h1 {
		font-size: 40px;
		width: 60%;
	}

	.banner form {
		margin-top: 30px;
	}

	.banner form .form-control {
		width: 100%;
	}

	.services .services-content {
		display: block;
	}

	.services .services-inner h2 {
		font-size: 35px;
	}

	.services .services-content .section {
		margin-top: 20px;
	}

	.about {
		margin-bottom: 60px;
	}

	.about figure img {
		height: 400px;
		margin-bottom: 20px;
	}

	.started {
		text-align: center;
	}

	.started .btn {
		font-size: 28px;
		padding: 10px 60px;
		float: unset;
	}

	.testimonials .carousel-inner p {
		font-size: 18px;
		line-height: 30px;
	}

	.testimonials h2 {
		font-size: 35px;
		margin-bottom: 20px;
	}

	.testimonials h2 {
		font-size: 40px;
		color: #363636;
		font-weight: bold;
		text-align: center;
		margin-bottom: 20px;
	}

	.testimonials .carousel-inner p {
		margin-bottom: 30px;
	}

	.testimonials .carousel-inner h6,
	span {
		font-size: 18px;
		margin-bottom: 30px;
	}

	.sponsored-by {
		margin-bottom: 70px;
	}

	.sponsored-by .sponsored-by-inner {
		padding: 0 15px;
		width: 100%;
	}

	.testimonials {
		padding-bottom: 100px;
	}
}

@media only screen and (max-width: 640px) {
	.banner .banner-inner h1 {
		font-size: 35px;
		width: 80%;
	}

	.services .services-inner h5 {
		font-size: 26px;
	}

	.services .services-inner h2 {
		font-size: 30px;
	}

	.services {
		margin: 60px 0;
	}

	.about figure img {
		height: 300px;
		margin-bottom: 20px;
	}

	.services .services-inner {
		width: 100%;
		margin: 0 auto;
		text-align: center;
		padding-bottom: 53px;
	}

	.carousel {
		position: relative;
		width: 100%;
		margin: 0 auto;
	}

	.sponsored-by figure img {
		height: 100%;
		width: 100%;
	}

	.sponsored-by .sponsored-by-inner {
		padding: 0 15px;
		width: 100%;
	}

	.sponsored-by figure {
		width: 50%;
		height: 100%;
		padding-bottom: 30px;
	}

	footer p {
		text-align: center;
		margin-bottom: 30px;
	}

	footer .icons {
		text-align: center;
	}
}

@media only screen and (max-width: 480px) {
	header img {
		padding: 0;
		width: 90%;
	}

	.banner .banner-main {
		padding-top: 200px;
	}

	.banner .banner-inner h1 {
		font-size: 32px;
		width: 100%;
	}

	.services .services-content .section {
		padding: 25px;
	}

	.services .services-inner h5 {
		font-size: 22px;
		margin-bottom: 20px;
	}

	.services .services-inner h2 {
		font-size: 25px;
	}

	.services .services-inner p {
		font-size: 17px;
		line-height: 27px;
	}

	.started h2 {
		font-size: 35px;
		margin-bottom: 10px;
	}

	.started p {
		font-size: 20px;
		line-height: 35px;
	}

	.started .btn {
		font-size: 23px;
	}

	.testimonials h2 {
		font-size: 35px;
	}

	.testimonials .carousel-inner p {
		font-size: 16px;
		line-height: 28px;
	}


}

@media only screen and (max-width: 375px) {
	header img {
		width: 80%;
	}

	header .navbar-brand {
		margin-right: 0;
	}

	.banner .banner-inner h1 {
		font-size: 29px;
	}

	.started h2 {
		font-size: 30px;
	}

	.started .btn {
		padding: 10px 40px;
	}
}
