body {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	overflow-x: hidden;
	background-color: #3d4788;
	color: #fff;
}

a,
a:hover {
	transition: all ease 0.3s;
	text-decoration: none;
}

h2 {
	color: #fff;
	font-size: 46px;
	line-height: 56px;
	text-align: center;
	font-weight: 700;
}

h2 span {
	color: #fa8626;
}


.logo-nav-wrap {
	padding: 20px 15px;
}

.logo-sec {}

.logo-sec img {
	max-width: 70%;
	margin-top: 0px;
}

.navigation-sec {}

.navigation-sec ul {
	padding: 0;
	margin: 0;
}

.navigation-sec ul li {
	list-style-type: none;
	display: inline-block;
}

.navigation-sec ul li a {
	color: #fff;
	font-size: 20px;
	line-height: 50px;
	padding: 0 10px;
}




.right-nav ul {
	padding: 0;
	margin: 0;
}

.right-nav ul li {
	list-style-type: none;
	display: inline-block;
}

.right-nav ul li a {
	color: #fff;
	font-size: 20px;
	line-height: 50px;
	padding: 0 10px;
}

.right-nav ul li:last-child a {
	background-color: #fa8626;
}

.right-nav ul li:last-child {
	background-color: #fa8626;
	padding: 0 8px;
	height: 45px;
	line-height: 45px;
	border-radius: 45px;
}

.right-nav ul li:last-child a {
	line-height: 45px;
}

.banner-wrap {
	height: 560px;
}

.banner-text {
	margin-top: 70px;
}

.banner-text h2 {
	font-size: 42px;
	line-height: 50px;
	font-weight: 700;
	text-align: left;
}

.banner-text h2 span {
	color: #fa8626;
}

.banner-text p {
	font-size: 25px;
	line-height: 35px;
}

.cta-btn {
	height: 45px;
	line-height: 45px;
	background-color: #fa8626;
	color: #fff;
	font-size: 20px;
	border-radius: 50px;
	padding: 0 20px;
	display: table;
	text-align: center;
	margin: 15px 0px;
	transition: all ease 0.3s;
}

.cta-btn:hover {
	background-color: #4091c8;
	color: #fff;
	text-decoration: none;
	transition: all ease 0.3s;
}

.client-logo-wrap {
	background-color: #fff;
	padding-top: 40px;
	padding-bottom: 40px;
}

.client-logo-wrap ul {
	padding: 0;
	margin: 0;
}

.client-logo-wrap ul li {
	list-style-type: none;
	display: inline-block;
	width: 19.5%;
	text-align: center;
}

.client-logo-wrap ul li img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

.all-monitor-wrap {
	background-color: #fff;
	padding-top: 40px;
	padding-bottom: 0px;
}

.all-monitor-wrap h2 {
	color: #3d4788;
}

.all-monitor-listing {}

.all-monitor-listing fieldset {
	box-shadow: 0 0 14px #d9d9d9;
	border-radius: 15px;
	padding: 15px 25px;
	margin-top: 40px;
	transform: scale(1);
	transition: all ease 0.3s;
}

.all-monitor-listing fieldset:hover {
	transform: scale(1.06);
	transition: all ease 0.3s;
}

.all-monitor-listing fieldset h3 {
	color: #3d4788;
	font-size: 26px;
	line-height: 36px;
	font-weight: 500;
}

.all-monitor-listing fieldset p {
	color: #000;
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
}

.cta-btn.centerAlign {
	display: table;
	margin: 40px auto 20px;
}

.advance-feature-wrap {
	background-color: #fff;
	padding-bottom: 25px;
	padding-top: 25px;
}

.advance-feature-wrap h2 {
	color: #3d4788;
}

.advance-feature-wrap ul {
	padding: 0px;
	margin: 0px;
}

.advance-feature-wrap ul li {
	list-style-type: none;
	display: block;
	float: left;
	width: 32%;
	padding: 10px 15px 20px;
	box-shadow: 0 0 14px #cecece;
	margin-right: 15px;
	margin-top: 15px;
	border-radius: 10px;
	transform: scale(1);
	transition: all ease 0.3s;
}

.advance-feature-wrap ul li:hover {
	transform: scale(1.03);
	transition: all ease 0.3s;
}

.advance-feature-wrap ul li h3 {
	color: #3d4788;
	font-size: 26px;
	line-height: 36px;
	font-weight: 500;
}

.advance-feature-wrap ul li p {
	color: #000;
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
}

.footer-wrap {
	margin-top: 40px;
}

.footer-wrap .left-sec {
	margin-top: 25px;
}

.footer-wrap p {
	color: #fff;
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	margin-top: 15px;
}

.footer-wrap h3 {
	color: #fff;
	font-size: 32px;
	line-height: 36px;
	font-weight: 500;
}

.footer-wrap ul {
	padding: 0;
	margin: 0;
}

.footer-wrap ul li {
	list-style-type: none;
	display: block;
}

.footer-wrap ul li a {
	color: #fff;
	font-size: 18px;
	line-height: 36px;
	font-weight: 400;
	transition: all ease 0.3s;
}

.footer-wrap ul li a:hover {
	color: #fa8626;
	padding-left: 10px;
	transition: all ease 0.3s;
}

.padleft70 {
	padding-left: 70px;
}

.price-listing-wrap h2 {
	text-align: left;
	margin-top: 40px;
}

.price-listing-sec fieldset {
	background-color: #fff;
	border-radius: 10px;
	color: #000;
	display: block;
	width: 23%;
	float: left;
	margin-right: 15px;
	box-shadow: 0 0 14px #787878;
	padding: 20px 15px;
	margin-top: 30px;
	transform: scale(1);
	transition: all ease 0.3s;
	min-height: 600px;
}

.price-listing-sec fieldset:hover {
	transform: scale(1.06);
	transition: all ease 0.3s;
}

.price-listing-sec fieldset h3 {
	color: #000;
	font-size: 30px;
	font-weight: 700;
	margin: 15px 0px;
}

.price-listing-sec fieldset p {
	color: #000;
	font-size: 15px;
	line-height: 22px;
	font-weight: 400;
}

.price-listing-sec fieldset p.price {
	font-weight: 700;
	font-size: 22px;
	color: #3d4788;
}

.price-listing-sec fieldset ul {
	padding: 0;
	margin: 0;
}

.price-listing-sec fieldset ul li {
	list-style-type: none;
	display: block;
	color: #000;
	font-size: 15px;
	line-height: 22px;
	font-weight: 400;
	margin-bottom: 10px;
	position: relative;
	padding: 0 27px;
}

.price-listing-sec fieldset ul li::before {
	content: '\f00c';
	font-family: "FontAwesome";
	color: #fa8626;
	font-size: 14px;
	line-height: 20px;
	height: 20px;
	width: 20px;
	position: absolute;
	z-index: 1;
	background-color: #000;
	text-align: center;
	border-radius: 50%;
	left: 0;
}

.need-more-info-wrap {
	margin-top: 40px;
	padding: 10px 15px;
	border-bottom: 4px solid #2c3468;
	border-top: 4px solid #2c3468;
}

.need-more-info-wrap h2 {
	text-align: left;
}

.need-more-info-wrap .cta-btn {
	float: right;
	margin-top: 60px;
}


/*-------login-page-start---------*/

.sign_up_wrapper {
	height: 100vh;
	background-image: url("../images/login-register-bg.jpg");
	background-repeat: no-repeat;
	padding: 100px 0;
	background-size: 100% 100%;
}

.sign_up {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.sign_up_form {
	max-width: 450px;
	width: 100%;
	border-radius: 5px;
	background: #ffffff;
	box-shadow: 1px 1px 1px #666;
	padding: 40px 60px;
	opacity: 0.92;
}

.sign_up_logo {
	max-width: 450px;
	width: 100%;
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}

.sign_up_logo img {
	width: 250px;
}



.sign_up .form-control {
	width: 100%;
	height: 50px;
	display: block;
	box-sizing: border-box;
	margin: 10px 0;
	padding: 14px 12px;
	font-size: 16px;
	border-radius: 2px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #000;
	border: 1px solid #ccc;
	transition: .2s;
	box-shadow: none;

}

.sign_up .form-control:focus {
	border: 1px solid #4091c8 !important;
	box-shadow: none !important;
}

.sign_up .form-control::placeholder {
	color: #000;
	opacity: 1;
}


.sign_up .form-control:hover {
	border: 1px solid #4091c8;
	outline: none;
	transition: all .2s ease-in-out;
}

.sign_up .form-control.submit_btn {
	border: none;
	background: #fa8626;
	color: white;
	font-weight: bold;
	transition: 0.2s;
	margin: 20px 0px;
}

.sign_up .form-control.submit_btn:hover {
	background: #4091c8;
}

.sign_up h2 {
	margin: 20px 0 0;
	color: #fa8626;
	font-size: 36px;
}

.sign_up p {
	margin-bottom: 20px;
}

.sign_up .links {
	display: table;
	width: 100%;
	box-sizing: border-box;
	border-top: 1px solid #ccc;
	margin-bottom: 10px;
}

.sign_up .links a {
	display: table-cell;
	padding-top: 10px;
}

.sign_up .links a:first-child {
	text-align: left;
}

.sign_up .links a:last-child {
	text-align: right;
}

.sign_up h2,
.sign_up p,
.sign_up a {
	text-align: center;
}

.sign_up p {
	color: #666;
	font-size: 16px;
}

.sign_up a {
	text-decoration: none;
	color: #4091c8;
	font-size: 16px;
}

.sign_up a:visited {
	color: #4091c8;
}

.sign_up a:hover {
	text-decoration: underline;
}

.sign_up .form-group label {
	position: relative;
	cursor: pointer;
	padding-left: 35px;
	display: flex;
	color: #666;
}

.sign_up .form-group label:before {
	content: '';
	-webkit-appearance: none;
	background-color: transparent;
	border: 2px solid #fa8626;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
	padding: 10px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 5px;
	left: 0px;
	top: 5px;
	position: absolute;
}

.sign_up .form-group input:checked+label:after {
	content: '';
	display: block;
	position: absolute;
	top: 7px;
	left: 9px;
	width: 6px;
	height: 14px;
	border: solid #fa8626;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.sign_up .form-group input[type="checkbox"] {
	appearance: none;
}


/*-------login-page-end---------*/



.bottom_menu {
	width: 237px;
	left: 0px;
	bottom: 0px;
	position: fixed;
	z-index: 10;
}

.bottom_menu ul {
	width: 100%;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.bottom_menu ul li {
	width: 100%;
	position: relative;
}

.bottom_menu ul li a {
	width: 100%;
	display: inline-block;
	padding: 12px 15px;
	background: #4091c8;
	color: #ffffff;
}

.bottom_menu ul li a:hover {
	background: #000000;
}

.bottom_menu ul li:not(:last-child) a {
	border-bottom: 1px solid #ccc;
}

.bottom_menu .dropdown a {
	text-decoration: none;
}

.bottom_menu .dropdown [data-toggle="dropdown"] {
	position: relative;
	display: block;
	color: white;
	background: #2980B9;
	-moz-box-shadow: 0 1px 0 #409ad5 inset, 0 -1px 0 #20638f inset;
	-webkit-box-shadow: 0 1px 0 #409ad5 inset, 0 -1px 0 #20638f inset;
	box-shadow: 0 1px 0 #409ad5 inset, 0 -1px 0 #20638f inset;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
	padding: 10px;
}

.bottom_menu .dropdown [data-toggle="dropdown"]:hover {
	background: #2c89c6;
}

.bottom_menu .dropdown .icon-arrow {
	position: absolute;
	display: block;
	font-size: 0.7em;
	color: #fff;
	top: 14px;
	right: 10px;
}

.bottom_menu .dropdown .icon-arrow.open {
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
	-moz-transition: -moz-transform 0.6s;
	-o-transition: -o-transform 0.6s;
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
}

.bottom_menu .dropdown .icon-arrow.close {
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-moz-transition: -moz-transform 0.6s;
	-o-transition: -o-transform 0.6s;
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
}

.bottom_menu .dropdown .icon-arrow:before {
	content: '\25BC';
}

.bottom_menu .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	left: inherit;
	right: -40px;
	max-height: 0;
	overflow: inherit;
	list-style: none;
	padding: 0;
	margin: 0;
}

.bottom_menu .dropdown .dropdown-menu li {
	padding: 0;
}

.bottom_menu .dropdown .dropdown-menu li a {
	display: block;
	color: #6f6f6f;
	background: #EEE;

	box-shadow: none;
	text-shadow: none;
	padding: 12px 15px;
}

.bottom_menu .dropdown .dropdown-menu li a span {
	margin-left: 5px;
}

.bottom_menu .dropdown .dropdown-menu li a:hover {
	background: #fa8626;
	color: #ffffff;
}

.bottom_menu .dropdown .show,
.bottom_menu .dropdown .hide {
	-moz-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
}

.bottom_menu .dropdown .show {
	display: block;
	max-height: 9999px;
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	animation: showAnimation 0.5s ease-in-out;
	-moz-animation: showAnimation 0.5s ease-in-out;
	-webkit-animation: showAnimation 0.5s ease-in-out;
	-moz-transition: max-height 1s ease-in-out;
	-o-transition: max-height 1s ease-in-out;
	-webkit-transition: max-height 1s ease-in-out;
	transition: max-height 1s ease-in-out;
}

.bottom_menu .dropdown .hide {
	max-height: 0;
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	animation: hideAnimation 0.4s ease-out;
	-moz-animation: hideAnimation 0.4s ease-out;
	-webkit-animation: hideAnimation 0.4s ease-out;
	-moz-transition: max-height 0.6s ease-out;
	-o-transition: max-height 0.6s ease-out;
	-webkit-transition: max-height 0.6s ease-out;
	transition: max-height 0.6s ease-out;
}

@keyframes showAnimation {
	0% {
		-moz-transform: scaleY(0.1);
		-ms-transform: scaleY(0.1);
		-webkit-transform: scaleY(0.1);
		transform: scaleY(0.1);
	}

	40% {
		-moz-transform: scaleY(1.04);
		-ms-transform: scaleY(1.04);
		-webkit-transform: scaleY(1.04);
		transform: scaleY(1.04);
	}

	60% {
		-moz-transform: scaleY(0.98);
		-ms-transform: scaleY(0.98);
		-webkit-transform: scaleY(0.98);
		transform: scaleY(0.98);
	}

	80% {
		-moz-transform: scaleY(1.04);
		-ms-transform: scaleY(1.04);
		-webkit-transform: scaleY(1.04);
		transform: scaleY(1.04);
	}

	100% {
		-moz-transform: scaleY(0.98);
		-ms-transform: scaleY(0.98);
		-webkit-transform: scaleY(0.98);
		transform: scaleY(0.98);
	}

	80% {
		-moz-transform: scaleY(1.02);
		-ms-transform: scaleY(1.02);
		-webkit-transform: scaleY(1.02);
		transform: scaleY(1.02);
	}

	100% {
		-moz-transform: scaleY(1);
		-ms-transform: scaleY(1);
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
	}
}

@-moz-keyframes showAnimation {
	0% {
		-moz-transform: scaleY(0.1);
		-ms-transform: scaleY(0.1);
		-webkit-transform: scaleY(0.1);
		transform: scaleY(0.1);
	}

	40% {
		-moz-transform: scaleY(1.04);
		-ms-transform: scaleY(1.04);
		-webkit-transform: scaleY(1.04);
		transform: scaleY(1.04);
	}

	60% {
		-moz-transform: scaleY(0.98);
		-ms-transform: scaleY(0.98);
		-webkit-transform: scaleY(0.98);
		transform: scaleY(0.98);
	}

	80% {
		-moz-transform: scaleY(1.04);
		-ms-transform: scaleY(1.04);
		-webkit-transform: scaleY(1.04);
		transform: scaleY(1.04);
	}

	100% {
		-moz-transform: scaleY(0.98);
		-ms-transform: scaleY(0.98);
		-webkit-transform: scaleY(0.98);
		transform: scaleY(0.98);
	}

	80% {
		-moz-transform: scaleY(1.02);
		-ms-transform: scaleY(1.02);
		-webkit-transform: scaleY(1.02);
		transform: scaleY(1.02);
	}

	100% {
		-moz-transform: scaleY(1);
		-ms-transform: scaleY(1);
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
	}
}

@-webkit-keyframes showAnimation {
	0% {
		-moz-transform: scaleY(0.1);
		-ms-transform: scaleY(0.1);
		-webkit-transform: scaleY(0.1);
		transform: scaleY(0.1);
	}

	40% {
		-moz-transform: scaleY(1.04);
		-ms-transform: scaleY(1.04);
		-webkit-transform: scaleY(1.04);
		transform: scaleY(1.04);
	}

	60% {
		-moz-transform: scaleY(0.98);
		-ms-transform: scaleY(0.98);
		-webkit-transform: scaleY(0.98);
		transform: scaleY(0.98);
	}

	80% {
		-moz-transform: scaleY(1.04);
		-ms-transform: scaleY(1.04);
		-webkit-transform: scaleY(1.04);
		transform: scaleY(1.04);
	}

	100% {
		-moz-transform: scaleY(0.98);
		-ms-transform: scaleY(0.98);
		-webkit-transform: scaleY(0.98);
		transform: scaleY(0.98);
	}

	80% {
		-moz-transform: scaleY(1.02);
		-ms-transform: scaleY(1.02);
		-webkit-transform: scaleY(1.02);
		transform: scaleY(1.02);
	}

	100% {
		-moz-transform: scaleY(1);
		-ms-transform: scaleY(1);
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
	}
}

@keyframes hideAnimation {
	0% {
		-moz-transform: scaleY(1);
		-ms-transform: scaleY(1);
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
	}

	60% {
		-moz-transform: scaleY(0.98);
		-ms-transform: scaleY(0.98);
		-webkit-transform: scaleY(0.98);
		transform: scaleY(0.98);
	}

	80% {
		-moz-transform: scaleY(1.02);
		-ms-transform: scaleY(1.02);
		-webkit-transform: scaleY(1.02);
		transform: scaleY(1.02);
	}

	100% {
		-moz-transform: scaleY(0);
		-ms-transform: scaleY(0);
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
	}
}

@-moz-keyframes hideAnimation {
	0% {
		-moz-transform: scaleY(1);
		-ms-transform: scaleY(1);
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
	}

	60% {
		-moz-transform: scaleY(0.98);
		-ms-transform: scaleY(0.98);
		-webkit-transform: scaleY(0.98);
		transform: scaleY(0.98);
	}

	80% {
		-moz-transform: scaleY(1.02);
		-ms-transform: scaleY(1.02);
		-webkit-transform: scaleY(1.02);
		transform: scaleY(1.02);
	}

	100% {
		-moz-transform: scaleY(0);
		-ms-transform: scaleY(0);
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
	}
}

@-webkit-keyframes hideAnimation {
	0% {
		-moz-transform: scaleY(1);
		-ms-transform: scaleY(1);
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
	}

	60% {
		-moz-transform: scaleY(0.98);
		-ms-transform: scaleY(0.98);
		-webkit-transform: scaleY(0.98);
		transform: scaleY(0.98);
	}

	80% {
		-moz-transform: scaleY(1.02);
		-ms-transform: scaleY(1.02);
		-webkit-transform: scaleY(1.02);
		transform: scaleY(1.02);
	}

	100% {
		-moz-transform: scaleY(0);
		-ms-transform: scaleY(0);
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
	}
}












/*....Responsive Css Start....*/
@media (min-width: 1200px) {
	.container {
		width: 1200px;
	}
}

@media (min-width: 769px) and (max-width: 1024px) {}

@media (min-width: 481px) and (max-width: 998px) {}

@media screen and (max-width: 1199px) {

	.sign_up_wrapper {
		padding: 60px 0;
	}




}

@media screen and (max-width: 991px) {

	.sign_up_wrapper {
		padding: 60px 0;
	}




}

@media screen and (max-width: 767px) {

	.sign_up_wrapper {
		padding: 50px 0;
	}




}

@media screen and (max-width: 480px) {

	/*-------login-page-start---------*/

	.sign_up_logo {
		max-width: 280px;
	}

	.sign_up_logo img {
		width: 200px;
	}

	.sign_up_wrapper {
		padding: 40px 0;
	}

	.sign_up_form {
		max-width: 280px;
		padding: 20px 20px;
	}

	.sign_up h2 {
		font-size: 30px;
	}






	/*-------login-page-end---------*/

}

/*....Responsive Css End....*/