

* {
	-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: Arial, Helvetica, 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: 990px;
}

.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 {
	position: absolute;
	width: 100%;
	z-index: 99;
	padding-top: 58px;
}

/*-- 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: #0c007e;
	opacity: 0.49;

}

.banner .banner-inner {
	padding-top: 83px;
}

.banner .banner-content {
	padding-top: 145px;
}

.banner .banner-content h1 {
	font-size: 40px;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Arvo', serif;
	margin-bottom: 30px;
}

.banner .banner-content p {
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
	margin-bottom: 28px;
}

.banner .banner-content h3 {
	font-size: 16px;
	line-height: 30px;
	display: block;
	color: #ffffff;
}

.banner .icons {
	display: flex;
}

.banner .icons span i {
	font-size: 16px;
	color: #ffffff;
	vertical-align: bottom;
	margin-right: 8px;
}

.banner .subscribe form {
	width: 322px;
	float: right;
	background-color: #ffffff;
	padding: 40px 0;
}

.banner .subscribe .form-group {
	width: 258px;
	margin: 0 auto;
}

.banner .subscribe .form-group h4 {
	font-size: 20px;
	color: #000000;
	letter-spacing: 0.4px;
	margin-right: 15%;
	margin-bottom: 35px;
}

.banner .subscribe .form-group h4 span {
	color: #dd362e;
}

.banner .subscribe .form-group .form-control {
	font-size: 13px;
	color: #000000;
	padding: 21px 12px;
	width: 100%;
	border-radius: 0;
	margin: 22px 0;

}

.banner .subscribe .form-group .message {
	padding-bottom: 135px;
}

.banner .subscribe .form-group .btn {
	font-size: 16px;
	text-align: center;
	letter-spacing: 0.4px;
	color: #ffffff;
	font-weight: 400;
	font-family: 'Arvo', serif;
	width: 100%;
	padding: 16px 0;
}

.form-control:focus {
	border-color: #009239;
	box-shadow: unset;
}

/*-- banner end --*/

/*-- visitors start --*/
.visitors {
	padding-top: 82px;
	padding-bottom: 92px;
	position: relative;
	width: 100;
	background: #e8e8e8;
	/* Old browsers */
	background: -moz-linear-gradient(top, #e8e8e8 0%, #ffffff 5%, #ffffff 6%, #ffffff 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #e8e8e8 0%, #ffffff 5%, #ffffff 6%, #ffffff 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #e8e8e8 0%, #ffffff 5%, #ffffff 6%, #ffffff 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.visitors .visitors-looking {
	width: 830px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 53px;
}

.visitors .visitors-looking h2 {
	font-size: 40px;
	color: #000000;
	font-weight: 400;
	margin-bottom: 15px;
}

.visitors .visitors-looking p {
	font-size: 20px;
	line-height: 30px;
	color: #000000;
	opacity: 0.7;
}

.visitors .visitors-inner {
	display: flex;
	margin-bottom: 80px;
}

.visitors .visitors-inner .icons {
	display: block;
	margin-bottom: 10px;
}

.visitors .visitors-inner .icons span {
	width: 5%;
}

.visitors .visitors-inner .icons-inner .icon-body {
	width: 95%;
}

.visitors .visitors-inner .icons-inner {
	margin-top: 7px;
	display: flex;
}

.visitors .visitors-inner h3 {
	font-size: 16px;
	line-height: 35px;
	color: #000000;
	display: flex;
}

.visitors .visitors-inner span i {
	color: #009239;
	margin-right: 14px;
	vertical-align: bottom;
}

.visitors .visitors-inner figure {
	width: 100%;
	height: 100%;
}

.visitors .visitors-inner figure img {
	width: 563px;
	height: 388px;
	object-fit: cover;
	left: 16px;
	position: relative;
}

.visitors .box {
	border: 1px solid #dddddd;
	padding: 60px 48px;
	transition: all 0.7s ease;
}

.visitors .box:hover {
	background-color: #f5f5f5;
}

.visitors .box span a {
	font-size: 18px;
	line-height: 27px;
	color: #173269;
	opacity: 0.7;
	font-weight: bold;
	text-decoration: none;
}

.visitors .box p {
	font-size: 16px;
	line-height: 27px;
	color: #000000;
	font-weight: 400;
	opacity: 0.7;
	margin-top: 8px;
}

.nogap > .col:first-child {
	padding-right: 35px;
	padding-bottom: 68px;
}

.nogap > .col:nth-child(2) {
	padding-left: 35px;
	padding-bottom: 68px;
}

.nogap > .col:nth-child(3) {
	padding-right: 35px;
}

.nogap > .col:last-child {
	padding-left: 35px;
}

/*-- visitors end --*/

/*-- clients start --*/
.clients {
	background-color: #fbfbfb;
	padding: 78px;
}

.clients .clients-inner {
	width: 590px;
	margin: 0 auto;
	text-align: center;
}

.clients .clients-inner h3 {
	font-size: 27px;
	color: #000000;
	font-style: italic;
	margin-bottom: 30px;
}

.clients .clients-inner i {
	font-size: 30px;
	color: #000000;
	margin-bottom: 21px;
}

.clients .clients-inner p {
	font-size: 17px;
	line-height: 29px;
	color: #000000;
	opacity: 0.6;
	font-style: italic;
	margin-bottom: 24px;
}

.clients .clients-inner span {
	font-size: 16px;
	line-height: 25px;
	color: #dd362e;
}

.clients h6 {
	font-size: 14px;
	line-height: 26px;
	color: #000000;
}

/*-- clients end --*/

/*-- subscribe-now start --*/

.subscribe-now {
	background-image: url(../images/background-img.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: auto;
	position: relative;
	padding: 120px 0;
}

.subscribe-now .subscribe-now-inner {
	width: 630px;
	margin: 0 auto;
	text-align: center;
}

.subscribe-now .subscribe-now-inner h2 {
	font-size: 40px;
	color: #ffffff;
	font-weight: bold;
	font-family: 'Arvo', serif;
	text-transform: uppercase;
	margin-bottom: 40px;
}

.subscribe-now .subscribe-now-inner .btn {
	font-size: 16px;
	letter-spacing: 0.4px;
	color: #ffffff;
	font-weight: bold;
	font-family: 'Arvo', serif;
	background-color: #009239;
	padding: 16px 60px;
	text-align: center;
	border-radius: 0;
}

/*-- subscribe-now end --*/

/*-- footer start --*/

footer {
	padding-top: 45px;
	padding-bottom: 55px;
}

footer .content {
	text-align: center;
}

footer nav {
	display: inline-block;
}

footer nav ul {
	display: inline-block;
	list-style: none;
}

footer nav ul li a {
	font-size: 17px;
	font-family: arial;
	padding: 12px;
	color: #363636;
	transition: all 0.5s ease;
}

footer nav ul li a:hover {
	color: #f0e300;
	text-decoration: none;
}

footer p {
	font-size: 13px;
	font-family: arial;
	text-align: center;
	color: #898989;
	margin-top: 5px;
}

html {
	scroll-behavior: smooth;
}

footer .fa-arrow-up {
	margin: 10px;
	position: absolute;
	bottom: 0px;
	left: 4px;
	top: 5px;
	font-size: 20px;
	transition: 0.7s;
}

footer .fa-arrow-up:hover {
	top: 0;
}

#myBtn {
	/* background-image: url('../images/banner-1.jpg');
  background-repeat: no-repeat;*/
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	font-size: 18px;
	border: none;
	outline: none;
	background-color: #f0e300;
	color: white;
	cursor: pointer;
	padding: 10px;
	border-radius: 25%;
	width: 45px;
	height: 45px;
	transition: 0.7s;
}

#myBtn:hover {
	background-color: #009239;
}

/*-- footer end --*/


/*==================
 media query start 
 ===================*/


@media only screen and (max-width: 1920px) and (min-width: 1430px) {
	.container {
		max-width: 990px;
	}
}

@media only screen and (max-width: 1440px) {
	.visitors .visitors-inner figure img {
		width: 608px;
	}
}

@media only screen and (max-width: 1366px) {
	.visitors .visitors-inner figure img {
		width: 572px;
	}
}

@media only screen and (max-width: 1024px) {
	.container {
		max-width: 100%;
	}

	.banner .banner-content h1 {
		font-size: 33px;
	}

	.banner .banner-content p {
		font-size: 18px;
		line-height: 28px;
	}

	.visitors .visitors-looking h2 {
		font-size: 35px;
	}

	.visitors .visitors-looking p {
		font-size: 18px;
		line-height: 28px;
	}

	.visitors .visitors-inner figure img {
		width: 100%;
		height: 100%;
		left: 0;
	}

	.visitors .box p {
		font-size: 15px;
		line-height: 26px;
	}

	.subscribe-now .subscribe-now-inner h2 {
		font-size: 35px;
	}
}

@media only screen and (max-width: 814px) {
	header figure {
		text-align: center;
	}

	.banner .banner-content {
		padding-bottom: 80px;
	}

	.banner .banner-content h1 {
		text-align: center;
	}

	.banner .subscribe form {
		width: 400px;
		float: unset;
		background-color: #ffffff;
		padding: 40px 0;
		margin: auto;
	}

	.visitors .visitors-looking h2 {
		font-size: 33px;
	}

	.visitors .visitors-looking p {
		font-size: 17px;
	}

	.visitors .visitors-inner figure {
		margin-top: 50px;
	}

	.visitors .box {
		padding: 45px;
	}

	.visitors .visitors-inner {
		display: block;
	}

	.visitors .visitors-looking {
		width: 100%;
	}

	.nogap > .col:first-child {
		padding-right: 15px;
		padding-bottom: 50px;
	}

	.nogap > .col:nth-child(2) {
		padding-left: 15px;
		padding-bottom: 50px;
	}

	.nogap > .col:nth-child(3) {
		padding-right: 15px;
		padding-bottom: 50px;
	}

	.nogap > .col:last-child {
		padding-left: 15px;
	}

	.subscribe-now .subscribe-now-inner h2 {
		font-size: 30px;
	}
}

@media only screen and (max-width: 640px) {
	.banner .banner-content h1 {
		font-size: 30px;
	}

	.banner .banner-content p {
		font-size: 17px;
		line-height: 26px;
	}

	.visitors .visitors-looking h2 {
		font-size: 28px;
	}

	.visitors .visitors-looking p {
		font-size: 15px;
	}

	.visitors .visitors-inner span {
		font-size: 15px;
		line-height: 40px;
	}

	.clients .clients-inner {
		width: 100%;
	}

	.visitors .visitors-inner span i {
		vertical-align: middle;
	}

	.visitors .visitors-inner h3 {
		font-size: 16px;
		line-height: 40px;
	}

	.subscribe-now .subscribe-now-inner h2 {
		font-size: 26px;
	}

	.subscribe-now .subscribe-now-inner .btn {
		font-size: 14px;
	}
}

@media only screen and (max-width: 480px) {
	.banner .banner-content {
		padding-top: 120px;
	}

	.banner .banner-content h1 {
		font-size: 25px;
	}

	.banner .banner-content p {
		font-size: 16px;
	}

	.banner .banner-content h3 {
		font-size: 15px;
	}

	.visitors .visitors-looking h2 {
		font-size: 22px;
	}

	.visitors .visitors-inner h3 {
		font-size: 15px;
		line-height: 25px;
		margin-top: 7px;
		margin-left: 5px;
	}

	.visitors .box {
		padding: 30px;
	}

	.clients {
		padding: 90px 0;
	}

	.subscribe-now {
		padding: 80px 0;
	}

	.subscribe-now .subscribe-now-inner h2 {
		font-size: 23px;
	}

	.subscribe-now .subscribe-now-inner .btn {
		padding: 14px 40px;
	}

	footer nav li {
		display: block;
		margin: 10px;
	}

	footer p {
		margin-top: 20px;
	}
}

@media only screen and (max-width: 375px) {
	.banner .banner-content h1 {
		font-size: 23px;
	}

	.banner .subscribe form {
		width: 100%;
	}

	.clients .clients-inner h3 {
		font-size: 23px;
	}

	.clients .clients-inner p {
		font-size: 15px;
		line-height: 26px;
	}

	.subscribe-now .subscribe-now-inner h2 {
		font-size: 20px;
	}

	.subscribe-now .subscribe-now-inner .btn {
		padding: 14px 30px;
	}
}
