@import url("css/fonts.css");

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,
th,
td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

q,
blockquote {
	quotes: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
	content: "";
	content: none;
}

a img {
	border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
	display: block;
}

p {
	line-height: normal;
}

* {
	outline: none;
}

body {
	font-size: 17px;
	line-height: normal;
	font-weight: 400;
	font-family: "Poppins";
	color: #000;
}

html {
	height: 100%;
}

body {
	min-height: 100%;
	padding: 0px;
}

img {
	max-width: 100%;
	height: auto;
}

iframe {
	display: block;
}

input,
textarea,
button,
select {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "Poppins";
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	box-shadow: 0 0 0 30px white inset !important;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

input,
textarea,
select {
	border: #d5d5d5 solid 1px;
	padding: 10px;
	outline: none;
	color: #222;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* 2 */
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

a {
	background-color: transparent;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

a:active,
a:hover {
	outline: 0;
}

b,
strong {
	font-weight: 700;
}

textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
	-webkit-appearance: none;
	border-radius: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

.wp-video,
video.wp-video-shortcode,
.mejs-container,
.mejs-overlay.load {
	width: 100% !important;
	height: 100% !important;
}
.mejs-container {
	padding-top: 56.25%;
}
.wp-video,
video.wp-video-shortcode {
	max-width: 100% !important;
}
video.wp-video-shortcode {
	position: relative;
}
.mejs-mediaelement {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.mejs-controls {
	display: none;
}
.mejs-overlay-play {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: auto !important;
	height: auto !important;
}

.clear {
	clear: both;
}

.container {
	width: 100%;
	position: relative;
}

.flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.wrap {
	width: 92%;
	max-width: 1302px;
	min-width: 300px;
	margin: 0 auto;
}

.header {
	width: 100%;
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	z-index: 999999;
}

@keyframes slideDown {
	from {
		transform: translateY(-100%);
	}
	to {
		transform: translateY(0);
	}
}

header.is-sticky {
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	animation: slideDown 0.35s ease-out;
	background-color: #fff;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 10px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 10px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 10px;
}

.header-wrap {
	padding: 27px 0px 20px 0px;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

header.is-sticky .header-wrap {
	padding: 10px 0px 3px 0px;
}

.social ul li {
	margin-left: 20px;
	color: #fff;
	font-size: 20px;
}

.social ul li a {
	color: #fff;
	text-decoration: none;
}

.social ul li a:hover {
	color: #4090f7;
	text-decoration: none;
}

header.is-sticky .social ul li a {
	color: #333;
}

header.is-sticky .social ul li a:hover {
	color: #4090f7;
}

header.is-sticky .stellarnav li a {
	color: #333;
}

/*Home Page*/

.home-banner {
	width: 100%;
	background-color: #1e37b5;
	background-image: url("images/hb-banner.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	position: relative;
	overflow: hidden;
}

#particles-js {
	position: absolute;
	z-index: 2;
	right: 0;
	left: 0;
	top: 0;
}

.home-banner-wrap {
	height: 100vh;
	min-height: 1081px;
	align-items: center;
	color: #fff;
	position: relative;
	z-index: 2;
}

.banner-text {
	width: 615px;
	margin-left: auto;
}

.banner-text h1 {
	font-size: 40px;
	line-height: 45px;
	font-weight: 600;
	padding-bottom: 10px;
}

.banner-text h2 {
	font-size: 40px;
	line-height: 45px;
	font-weight: 400;
	padding-bottom: 10px;
	color: #7aa1ff;
}

.banner-text p {
	font-size: 16px;
	line-height: 26px;
	font-weight: 300;
	padding-bottom: 30px;
}

.button-wrap .button1 {
	margin: 0px 15px 10px 0px;
}

.button1 a {
	font-size: 15px;
	display: inline-block;
	height: 41px;
	line-height: 41px;
	background-color: #4090f7;
	color: #fff;
	text-decoration: none;
	padding: 0px 40px 0px 30px;
	-webkit-border-radius: 21px;
	-moz-border-radius: 21px;
	border-radius: 21px;
	vertical-align: middle;
	background-image: url("images/button-arrow.png");
	background-repeat: no-repeat;
	background-position: 95% center;
}

.button1 a:hover {
	background-color: #1970df;
	color: #fff;
	text-decoration: none;
	padding: 0px 60px 0px 30px;
}

.about-us {
	padding: 140px 0px 140px 0px;
	flex-direction: row-reverse;
	justify-content: space-between;
}

.about-lhs {
	width: 574px;
	height: 600px;
	position: relative;
}

.about-lhs figure {
	width: 100%;
	height: 100%;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	overflow: hidden;
}

.about-lhs figure img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.about-lhs figure img:hover {
	opacity: 0.8;
}

.about-lhs .about-quote {
	color: #fff;
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: 1;
	background-color: rgb(26, 55, 170);
	background-color: rgba(26, 55, 170, 0.9);
	width: 339px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 60px 40px 60px 40px;
	font-size: 18px;
	font-style: italic;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-bottomright: 6px;
	border-top-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

.about-lhs .about-quote::before {
	content: "";
	position: absolute;
	left: 40px;
	top: -12px;
	background-image: url("images/quote.png");
	background-repeat: no-repeat;
	background-position: left top;
	width: 30px;
	height: 26px;
}

.about-lhs .about-quote::after {
	content: "";
	position: absolute;
	left: 40px;
	bottom: -10px;
	background-image: url("images/q-arrow.png");
	background-repeat: no-repeat;
	background-position: left top;
	width: 11px;
	height: 10px;
}

.about-rhs {
	width: 628px;
	padding-top: 5px;
}

.about-rhs h2 {
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	color: #1a37aa;
	padding-bottom: 20px;
}

.about-rhs h5 {
	font-size: 33px;
	line-height: 45px;
	font-weight: 600;
	color: #000;
	padding-bottom: 40px;
}

.about-text {
	margin-left: 30px;
	border-left: #1a37aa solid 2px;
	padding-left: 30px;
	margin-bottom: 45px;
	font-size: 15px;
	line-height: 24px;
	color: #676878;
}

.about-text p {
	padding-bottom: 30px;
}

.about-text p:last-child {
	padding-bottom: 0px;
}

.about-text p strong {
	font-weight: 600;
}

.about-rhs ul li {
	color: #0d0e10;
	font-size: 15px;
	line-height: 21px;
	font-weight: 600;
	padding: 0px 0px 18px 35px;
	background-image: url("images/bullet01.png");
	background-repeat: no-repeat;
	background-position: left top;
}

.about-rhs ul li:last-child {
	padding-bottom: 0px;
}

.products {
	background-color: #f4f7fd;
}

.products-wrap {
	padding: 140px 0px 140px 0px;
}

.products-wrap h2 {
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	color: #1a37aa;
	padding-bottom: 20px;
	text-align: center;
}

.products-wrap h5 {
	font-size: 33px;
	line-height: 45px;
	font-weight: 600;
	color: #000;
	padding-bottom: 60px;
	text-align: center;
	max-width: 610px;
	margin: 0 auto;
}

.products-wrap ul {
	justify-content: space-between;
}

.products-wrap ul li {
	background-color: #fff;
	width: 48.5%;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 10px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 10px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	position: relative;
}

.products-wrap ul li .link {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 5;
	text-indent: -9999px;
}

.products-wrap ul li figure {
	height: 328px;
	overflow: hidden;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.products-wrap ul li figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.p-text {
	padding: 30px 14px 10px 14px;
	position: relative;
}

.product-title {
	color: #000;
	font-size: 26px;
	line-height: 36px;
	padding-bottom: 15px;
	font-weight: 500;
}

.p-text p {
	font-size: 16px;
	line-height: 24px;
	color: #676878;
	padding-bottom: 30px;
	font-weight: 300;
}

.button2 {
	font-size: 15px;
	display: inline-block;
	height: 41px;
	line-height: 41px;
	background-color: #4090f7;
	color: #fff;
	text-decoration: none;
	padding: 0px 40px 0px 30px;
	-webkit-border-radius: 21px;
	-moz-border-radius: 21px;
	border-radius: 21px;
	vertical-align: middle;
	background-image: url("images/button-arrow.png");
	background-repeat: no-repeat;
	background-position: 95% center;
}

.products-wrap ul li,
.product-title,
.p-text p,
.button2 {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.products-wrap ul li:hover {
	background-color: #1e37b5;
	color: #fff;
	-moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 20px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 20px;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 20px;
	transform: translateY(-10px);
}

.service .single-box:hover {
	transition: all 0.4s;
	transform: translateY(-10px);
	box-shadow: 0 20px 30px rgba(0, 0, 0, 0.068);
	background-color: var(--ztc-bg-main-bg-1);
}

.products-wrap ul li:hover figure img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.products-wrap ul li:hover .product-title {
	color: #fff;
}

.products-wrap ul li:hover .p-text p {
	color: #c3cae9;
}

.products-wrap ul li:hover .button2 {
	padding-right: 70px;
}

.contact-section {
	background-color: #1e37b5;
	position: relative;
}

.background {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	z-index: 0;
}

.cs-wrap {
	color: #fff;
	padding: 85px 0px 85px 0px;
	justify-content: space-between;
	align-items: center;
	position: relative;
	z-index: 1;
}

.cs-wrap .lhs {
	width: 960px;
}

.cs-wrap .lhs h2 {
	font-size: 40px;
	line-height: 50px;
	padding-bottom: 10px;
	font-weight: 500;
}

.cs-wrap .lhs p {
	font-size: 15px;
	line-height: 25px;
	font-weight: 300;
}

.footer {
	width: 100%;
	border-top: #e8eaed solid 1px;
}

.footer-top {
	padding: 90px 0px 60px 0px;
	justify-content: space-between;
	color: #676878;
	font-size: 15px;
}

.ft-section1 {
	width: 330px;
}

.ft-section1 figure {
	padding-bottom: 15px;
}

.ft-section1 p {
	line-height: 22px;
	padding-bottom: 20px;
}

.footer-top h2 {
	font-size: 22px;
	line-height: 22px;
	color: #000;
	padding-bottom: 20px;
	font-weight: 600;
}

.ft-section2 ul li {
	padding-bottom: 10px;
}

.ft-section2 ul li a {
	color: #676878;
	text-decoration: none;
}

.ft-section2 ul li a:hover {
	color: #4090f7;
	text-decoration: none;
	border-bottom: #4090f7 dotted 1px;
}

.ft-contact {
	padding-bottom: 20px;
}

.ft-contact li {
	padding-bottom: 10px;
}

.ft-contact li i {
	width: 25px;
	color: #4090f7;
}

.ft-contact li strong {
	color: #000;
}

.ft-contact li a {
	color: #676878;
	text-decoration: none;
}

.ft-social ul li {
	margin-right: 20px;
	color: #676878;
	font-size: 20px;
}

.ft-social ul li a {
	color: #676878;
	text-decoration: none;
}

.ft-social ul li a:hover {
	color: #4090f7;
	text-decoration: none;
}

.footer-bottom {
	border-top: #e8eaed solid 1px;
}

.fb-wrap {
	padding: 27px 0px 70px 0px;
	justify-content: space-between;
	color: #676878;
	font-size: 15px;
}

.fb-links ul li {
	margin-left: 10px;
}

.fb-links ul li a {
	color: #676878;
	text-decoration: none;
}

.fb-links ul li a:hover {
	color: #4090f7;
	text-decoration: none;
	border-bottom: #4090f7 dotted 1px;
}

.scrollToTop {
	width: 30px;
	height: 30px;
	line-height: 30px;
	background-color: #4090f7;
	text-align: center;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	position: fixed;
	bottom: 70px;
	right: 50px;
	display: none;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	z-index: 9999999;
}

.scrollToTop:hover {
	background-color: #7bb3fb;
}

/*Sub Page*/

.sub-banner {
	width: 100%;
	background-color: #1e37b5;
	position: relative;
	overflow: hidden;
}

.sub-banner-wrap {
	color: #fff;
	position: relative;
	z-index: 2;
	padding: 170px 0px 70px 0px;
	text-align: center;
}

.sub-banner-wrap h1 {
	font-size: 60px;
	line-height: 65px;
	font-weight: 500;
	padding-bottom: 20px;
}

.sub-banner-wrap ul {
	justify-content: center;
	font-size: 14px;
}

.sub-banner-wrap ul li {
	margin-right: 10px;
}

.sub-banner-wrap ul li a {
	color: #fff;
	text-decoration: none;
	font-weight: 600;
}

.contact-page {
	padding: 100px 0px 100px 0px;
	justify-content: space-between;
	align-items: center;
}

.contact-form {
	background-color: #f4f7fd;
	width: 58%;
	padding: 30px 40px 30px 40px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.contact-page h2 {
	font-size: 30px;
	line-height: 35px;
	font-weight: 600;
	padding-bottom: 10px;
	color: #000;
}

.contact-form p {
	font-size: 15px;
	line-height: 24px;
	padding-bottom: 30px;
	color: #676878;
}

.cf-row {
	justify-content: space-between;
}

.cf-row .cf-box {
	width: 48%;
}

.cf-box {
	padding-bottom: 25px;
}

.cf-box input {
	width: 100%;
	border: none;
	background-color: #fff;
	height: 51px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 0px 20px 0px 20px;
	font-size: 15px;
	color: #666;
}

.cf-box input:focus {
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 10px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 10px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 10px;
}

.cf-box textarea {
	width: 100%;
	border: none;
	background-color: #fff;
	height: 151px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 10px 20px 10px 20px;
	font-size: 15px;
	color: #666;
	resize: none;
	overflow: hidden;
}

.cf-box textarea:focus {
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 10px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 10px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 10px;
}

.cf-button input {
	border: none;
	outline: none;
	font-size: 15px;
	font-weight: 500;
	display: inline-block;
	height: 52px;
	line-height: 52px;
	background-color: #4090f7;
	color: #fff;
	text-decoration: none;
	padding: 0px 50px 0px 50px;
	-webkit-border-radius: 26px;
	-moz-border-radius: 26px;
	border-radius: 26px;
}

.cf-button input:hover {
	background-color: #1970df;
	padding: 0px 60px 0px 60px;
}

.contact-info {
	width: 37%;
}

.contact-info h3 {
	font-size: 15px;
	line-height: 24px;
	padding-bottom: 30px;
	color: #676878;
}

.contact-info ul li {
	padding: 30px 0px 30px 0px;
	border-bottom: #ddd solid 1px;
}

.contact-info ul li h5 {
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
	padding-bottom: 10px;
	color: #1a37aa;
}

.contact-info ul li p {
	font-size: 15px;
	line-height: 24px;
	color: #676878;
	padding-left: 60px;
}

.contact-info ul li p a {
	color: #676878;
	text-decoration: none;
}

.contact-info ul li i {
	width: 50px;
	height: 50px;
	background-color: #f4f7fd;
	text-align: center;
	line-height: 50px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	margin-right: 10px;
}

.contact-map {
	margin-bottom: 100px;
	height: 500px;
	background-color: #f4f7fd;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	overflow: hidden;
}

.contact-map iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.sub-main {
	padding: 100px 0px 100px 0px;
	color: #555;
	font-size: 16px;
}

.sub-main p {
	line-height: 26px;
	padding-bottom: 25px;
}

.sub-main h1 {
	font-size: 26px;
	line-height: 36px;
	font-weight: 700;
	color: #000;
	padding-bottom: 20px;
}

.sub-main h2 {
	font-size: 23px;
	line-height: 33px;
	font-weight: 600;
	color: #000;
	padding-bottom: 20px;
}

.sub-main h3 {
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	color: #000;
	padding-bottom: 20px;
}

.sub-main h4 {
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
	color: #000;
	padding-bottom: 20px;
}

.sub-main h5 {
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	color: #1a37aa;
	padding-bottom: 20px;
}

.sub-main ul {
	padding-bottom: 20px;
}

.sub-main ul li {
	line-height: 26px;
	padding: 0px 0px 18px 35px;
	background-image: url("images/bullet01.png");
	background-repeat: no-repeat;
	background-position: left top;
}

.sub-main ol {
	padding-bottom: 20px;
	margin-left: 25px;
}

.sub-main ol li {
	list-style: decimal;
	line-height: 26px;
	padding: 0px 0px 18px 0px;
}

@media only screen and (max-width: 1900px) {
	/*Home Page*/

	.home-banner-wrap {
		min-height: 981px;
	}

	#particles-js {
		height: 1100px;
	}
}

@media only screen and (max-width: 1700px) {
	.footer-top {
		padding: 70px 0px 60px 0px;
	}

	.sub-main {
		padding: 80px 0px 60px 0px;
	}
}

@media only screen and (max-width: 1500px) {
	/*Home Page*/

	.home-banner-wrap {
		min-height: 800px;
	}

	#particles-js {
		height: 1000px;
	}

	.about-us {
		padding: 140px 0px 120px 0px;
	}

	.products-wrap {
		padding: 140px 0px 120px 0px;
	}

	.cs-wrap {
		padding: 75px 0px 75px 0px;
	}

	.fb-wrap {
		padding: 27px 0px 70px 0px;
	}

	.scrollToTop {
		bottom: 30px;
		right: 20px;
	}

	/*Sub Page*/

	.sub-banner-wrap {
		padding: 160px 0px 60px 0px;
	}

	.sub-banner-wrap h1 {
		font-size: 55px;
		line-height: 60px;
	}

	.contact-page {
		padding: 80px 0px 80px 0px;
	}

	.contact-map {
		margin-bottom: 80px;
	}

	.sub-main {
		padding: 70px 0px 50px 0px;
	}
}

@media only screen and (max-width: 1300px) {
	/*Home Page*/

	.home-banner-wrap {
		min-height: 780px;
	}

	.banner-text {
		width: 52%;
	}

	.banner-text h1 {
		font-size: 38px;
		line-height: 43px;
	}

	.banner-text h2 {
		font-size: 38px;
		line-height: 43px;
	}

	.about-us {
		padding: 140px 0px 110px 0px;
	}

	.about-lhs {
		width: 46%;
		height: 600px;
	}

	.about-lhs .about-quote {
		width: 70%;
	}

	.about-rhs {
		width: 49%;
	}

	.about-rhs h2 {
		padding-bottom: 10px;
	}

	.about-rhs h5 {
		font-size: 28px;
		line-height: 38px;
		padding-bottom: 30px;
	}

	.about-text {
		margin-left: 25px;
		padding-left: 25px;
		margin-bottom: 35px;
	}

	.about-text p {
		padding-bottom: 25px;
	}

	.products {
		background-color: #f4f7fd;
	}

	.products-wrap {
		padding: 140px 0px 110px 0px;
	}

	.products-wrap h2 {
		padding-bottom: 10px;
	}

	.products-wrap h5 {
		font-size: 28px;
		line-height: 38px;
		padding-bottom: 50px;
		max-width: 520px;
	}

	.products-wrap ul li figure {
		height: 300px;
	}

	.p-text {
		padding: 25px 14px 10px 14px;
	}

	.product-title {
		font-size: 25px;
		line-height: 35px;
	}

	.cs-wrap {
		padding: 65px 0px 65px 0px;
	}

	.cs-wrap .lhs {
		width: 72%;
	}

	.cs-wrap .lhs h2 {
		font-size: 36px;
		line-height: 46px;
	}

	.footer-top {
		padding: 60px 0px 40px 0px;
	}

	/*Sub Page*/

	.sub-banner-wrap {
		padding: 150px 0px 50px 0px;
	}

	.sub-banner-wrap h1 {
		font-size: 52px;
		line-height: 60px;
	}

	.contact-page {
		padding: 70px 0px 60px 0px;
	}

	.contact-form {
		padding: 30px;
	}
	.contact-info ul li {
		padding: 25px 0px 25px 0px;
	}

	.contact-map {
		margin-bottom: 70px;
		height: 450px;
	}

	.sub-main {
		padding: 70px 0px 50px 0px;
	}
}

@media only screen and (max-width: 1200px) {
	/*Home Page*/

	.home-banner-wrap {
		height: 750px;
		min-height: inherit;
	}

	#particles-js {
		height: 750px;
	}

	.banner-text h1 {
		font-size: 35px;
		line-height: 42px;
	}

	.banner-text h2 {
		font-size: 35px;
		line-height: 42px;
	}

	.banner-text p {
		font-size: 15px;
		line-height: 25px;
	}

	.about-us {
		padding: 130px 0px 80px 0px;
	}

	.about-lhs {
		height: 580px;
	}

	.about-lhs .about-quote {
		padding: 50px 30px 50px 30px;
	}

	.about-lhs .about-quote::before {
		left: 30px;
	}

	.about-lhs .about-quote::after {
		left: 30px;
	}

	.about-rhs h5 {
		line-height: 36px;
	}

	.about-text {
		margin-left: 25px;
		padding-left: 25px;
		margin-bottom: 35px;
	}

	.about-text p {
		padding-bottom: 25px;
	}

	.products-wrap {
		padding: 140px 0px 90px 0px;
	}

	.products-wrap ul li figure {
		height: 260px;
	}

	.cs-wrap {
		padding: 55px 0px 55px 0px;
	}

	.cs-wrap .lhs h2 {
		font-size: 34px;
		line-height: 44px;
	}

	/*Sub Page*/

	.sub-banner-wrap {
		padding: 140px 0px 40px 0px;
	}

	.sub-banner-wrap h1 {
		font-size: 50px;
		line-height: 55px;
	}

	.contact-page {
		padding: 60px 0px 60px 0px;
	}

	.contact-form {
		padding: 25px;
	}
	.contact-info ul li {
		padding: 20px 0px 20px 0px;
	}

	.contact-info ul li h5 {
		padding-bottom: 0px;
	}

	.contact-map {
		height: 430px;
	}

	.sub-main {
		padding: 60px 0px 40px 0px;
	}
}

@media only screen and (max-width: 1100px) {
	/*Home Page*/

	.home-banner-wrap {
		height: 700px;
	}

	#particles-js {
		height: 700px;
	}

	.banner-text h1 {
		font-size: 32px;
		line-height: 40px;
	}

	.banner-text h2 {
		font-size: 32px;
		line-height: 40px;
	}

	.about-us {
		padding: 120px 0px 70px 0px;
	}

	.about-lhs {
		height: 550px;
	}

	.products-wrap {
		padding: 120px 0px 70px 0px;
	}

	.products-wrap h5 {
		padding-bottom: 30px;
	}

	.products-wrap ul li {
		padding: 15px;
	}

	.products-wrap ul li figure {
		height: 240px;
	}

	.p-text {
		padding: 20px 10px 10px 10px;
	}

	.product-title {
		font-size: 23px;
		line-height: 33px;
	}

	.p-text p {
		font-size: 15px;
		line-height: 22px;
		padding-bottom: 20px;
	}

	.cs-wrap {
		padding: 50px 0px 50px 0px;
	}

	.cs-wrap .lhs h2 {
		font-size: 30px;
		line-height: 40px;
	}

	.footer-top {
		padding: 50px 0px 40px 0px;
	}

	.ft-section1 {
		width: 30%;
	}

	.ft-section2 {
		width: 20%;
	}

	.ft-section3 {
		width: 40%;
	}

	.footer-top h2 {
		font-size: 20px;
		line-height: 22px;
	}

	/*Sub Page*/

	.sub-banner-wrap {
		padding: 130px 0px 30px 0px;
	}

	.sub-banner-wrap h1 {
		font-size: 45px;
		line-height: 50px;
	}

	.contact-page {
		display: inherit;
	}

	.contact-form {
		width: auto;
		padding: 30px;
	}

	.contact-info {
		width: auto;
		padding-bottom: 30px;
		text-align: center;
	}

	.contact-info h3 {
		padding-bottom: 20px;
	}

	.contact-info ul {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.contact-info ul li {
		padding: 30px 0px 30px 0px;
		border-bottom: none;
		width: 31%;
	}

	.contact-info ul li h5 {
		font-size: 18px;
		line-height: 22px;
		font-weight: 600;
		padding-bottom: 10px;
		color: #1a37aa;
	}

	.contact-info ul li p {
		padding-left: 0px;
	}

	.contact-info ul li i {
		display: block;
		margin: 0 auto 20px auto;
	}

	.sub-main {
		padding: 50px 0px 30px 0px;
	}
}

@media only screen and (max-width: 959px) {
	.container {
		padding-top: 70px;
	}

	.header {
		background-color: #fff;
		-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 10px;
		-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 10px;
		box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 10px;
	}

	.header-wrap {
		padding: 10px 0px 3px 0px;
	}

	.social ul li a {
		color: #333;
	}

	.social ul li a:hover {
		color: #4090f7;
	}

	.stellarnav li a {
		color: #333;
	}

	/*Home Page*/

	.home-banner-wrap {
		height: 600px;
	}

	#particles-js {
		height: 620px;
	}

	.banner-text h1 {
		font-size: 28px;
		line-height: 38px;
		padding-bottom: 0px;
	}

	.banner-text h2 {
		font-size: 28px;
		line-height: 38px;
	}

	.banner-text p {
		line-height: 22px;
		padding-bottom: 20px;
	}

	.about-us {
		padding: 120px 0px 60px 0px;
		display: inherit;
	}

	.about-lhs {
		width: 100%;
		height: 400px;
	}

	.about-lhs figure img {
		object-position: center top;
	}

	.about-rhs {
		width: 100%;
		padding-bottom: 40px;
	}

	.products-wrap {
		padding: 120px 0px 60px 0px;
	}

	.products-wrap ul li figure {
		height: 220px;
	}

	.cs-wrap {
		padding: 40px 0px 45px 0px;
		display: inherit;
		text-align: center;
	}

	.cs-wrap .lhs {
		width: auto;
		padding-bottom: 20px;
	}

	.cs-wrap .lhs h2 {
		font-size: 28px;
		line-height: 38px;
	}

	.footer-top {
		padding: 40px 0px 40px 0px;
		flex-wrap: wrap;
	}

	.ft-section1 {
		width: 100%;
		text-align: center;
		padding-bottom: 20px;
	}

	.ft-section2 {
		width: 35%;
	}

	.ft-section3 {
		width: 60%;
	}

	/*Sub Page*/

	.sub-banner-wrap {
		padding: 80px 0px 30px 0px;
	}

	.sub-banner-wrap h1 {
		font-size: 40px;
		line-height: 45px;
	}

	.contact-page {
		display: inherit;
		padding: 40px 0px 30px 0px;
	}

	.contact-info {
		width: auto;
	}

	.sub-main {
		padding: 50px 0px 30px 0px;
	}
}

@media only screen and (max-width: 767px) {
	.container {
		padding-top: 60px;
	}

	.logo {
		width: 130px;
	}

	.social {
		display: none;
	}

	/*Home Page*/

	.home-banner-wrap {
		height: auto;
		padding: 100px 0px 100px 0px;
	}

	#particles-js {
		height: 520px;
	}

	.banner-text {
		width: 60%;
	}

	.banner-text h1 {
		font-size: 24px;
		line-height: 34px;
	}

	.banner-text h2 {
		font-size: 24px;
		line-height: 34px;
	}

	.button1 a {
		padding: 0px 40px 0px 20px;
	}

	.button1 a:hover {
		padding: 0px 40px 0px 20px;
	}

	.about-us {
		padding: 90px 0px 50px 0px;
		position: relative;
	}

	.about-us::before {
		content: "About Us";
		position: absolute;
		left: 0px;
		top: 10px;
		color: #f7f7f7;
		font-size: 70px;
		line-height: 70px;
		font-weight: 600;
		z-index: 0;
	}

	.about-lhs {
		height: 360px;
	}

	.about-rhs h5 {
		font-size: 26px;
		line-height: 32px;
		padding-bottom: 20px;
	}

	.about-text {
		margin-left: 15px;
		padding-left: 15px;
		margin-bottom: 25px;
	}

	.about-lhs .about-quote {
		padding: 40px 30px 40px 30px;
		font-size: 17px;
		line-height: 25px;
	}

	.products-wrap {
		padding: 90px 0px 40px 0px;
	}

	.products-wrap h5 {
		font-size: 26px;
		line-height: 32px;
		max-width: 500px;
	}

	.products-wrap ul {
		display: inherit;
	}

	.products-wrap ul li {
		width: auto;
		margin-bottom: 30px;
	}

	.products-wrap ul li figure {
		height: 220px;
	}

	.cs-wrap {
		padding: 40px 0px 40px 0px;
	}

	.cs-wrap .lhs h2 {
		font-size: 26px;
		line-height: 32px;
	}

	.ft-section2 {
		width: 100%;
		padding-bottom: 20px;
		text-align: center;
	}

	.ft-section3 {
		width: 100%;
		text-align: center;
	}

	.ft-social ul {
		justify-content: center;
	}

	.ft-social ul li {
		margin: 0px 10px 0px 10px;
	}

	.fb-wrap {
		display: inherit;
		text-align: center;
	}

	.copyright {
		padding-bottom: 20px;
	}

	.fb-links ul {
		justify-content: center;
	}

	.fb-links ul li {
		margin: 0px 5px 10px 5px;
	}

	/*Sub Page*/

	.sub-banner-wrap {
		padding: 50px 0px 20px 0px;
	}

	.sub-banner-wrap h1 {
		font-size: 30px;
		line-height: 35px;
		padding-bottom: 10px;
	}

	.contact-page {
		padding: 30px 0px 30px 0px;
	}

	.contact-info ul {
		justify-content: center;
	}

	.contact-info ul li {
		padding: 0px 10px 20px 10px;
		width: auto;
	}

	.contact-info ul li:last-child {
		width: 100%;
		padding: 0px;
	}

	.contact-form {
		padding: 20px;
	}

	.contact-page h2 {
		font-size: 26px;
		line-height: 32px;
		text-align: center;
	}

	.contact-form p {
		text-align: center;
	}

	.cf-row {
		display: inherit;
	}

	.cf-row .cf-box {
		width: auto;
	}

	.cf-box {
		padding-bottom: 20px;
	}

	.cf-box input {
		height: 48px;
	}

	.cf-box textarea {
		height: 171px;
	}

	.contact-map {
		margin-bottom: 40px;
		height: 300px;
	}

	.contact-map iframe {
		display: block;
		width: 100%;
		height: 100%;
	}

	.sub-main {
		padding: 30px 0px 30px 0px;
		font-size: 15px;
	}

	.sub-main p {
		line-height: 25px;
		padding-bottom: 20px;
	}

	.sub-main h1 {
		font-size: 24px;
		line-height: 34px;
	}

	.sub-main h2 {
		font-size: 21px;
	}

	.sub-main ul li {
		line-height: 25px;
	}
}

@media only screen and (max-width: 480px) {
	/*Home Page*/

	.home-banner {
		background-size: 400px auto;
		background-position: left bottom;
	}

	.home-banner-wrap {
		height: auto;
		padding: 30px 0px 200px 0px;
	}

	#particles-js {
		height: 500px;
	}

	.banner-text {
		width: auto;
	}

	.banner-text h1 {
		font-size: 22px;
		line-height: 32px;
	}

	.banner-text h2 {
		font-size: 22px;
		line-height: 32px;
	}

	.about-us::before {
		font-size: 60px;
		line-height: 60px;
	}

	.about-lhs {
		height: 340px;
	}

	.about-rhs h5 {
		font-size: 24px;
		line-height: 30px;
	}

	.about-lhs .about-quote {
		padding: 40px 20px 40px 20px;
		font-size: 16px;
		line-height: 24px;
	}

	.products-wrap h5 {
		font-size: 24px;
		line-height: 30px;
	}

	.products-wrap ul li figure {
		height: 200px;
	}

	.p-text {
		padding: 10px 5px 10px 5px;
	}

	.product-title {
		font-size: 20px;
		line-height: 28px;
		padding-bottom: 5px;
	}

	.cs-wrap .lhs h2 {
		font-size: 24px;
		line-height: 30px;
	}

	.cs-wrap .lhs p {
		font-size: 14px;
		line-height: 22px;
	}

	/*Sub Page*/

	.sub-banner-wrap {
		padding: 40px 0px 20px 0px;
	}

	.sub-banner-wrap h1 {
		font-size: 26px;
		line-height: 32px;
	}

	.contact-page {
		padding: 30px 0px 30px 0px;
	}

	.contact-page h2 {
		font-size: 24px;
		line-height: 30px;
	}

	.cf-box input {
		padding: 0px 15px 0px 15px;
	}

	.cf-box textarea {
		padding: 10px 15px 10px 15px;
	}

	.sub-main p {
		line-height: 23px;
		padding-bottom: 20px;
	}

	.sub-main h1 {
		font-size: 23px;
		line-height: 33px;
	}

	.sub-main h2 {
		font-size: 20px;
	}

	.sub-main ul li {
		line-height: 23px;
	}
}
.just-validate-error-label {
    color: #b00020;        /* Material-style red */
    font-size: 14px;
    font-weight: 500;
    margin-top: 4px;
    font-family: 'Segoe UI', sans-serif;
  }
.just-validate-error-field {
	border-color: #b00020 !important;
	box-shadow: 0 0 0 1px #b00020;
}
.just-validate-success-field {
	border-color: 2px solid #198754; /* Bootstrap green */
	border-radius: 6px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23198754' viewBox='0 0 16 16'%3E%3Cpath d='M13.485 1.929a.75.75 0 011.06 1.06l-8 8a.75.75 0 01-1.06 0l-4-4a.75.75 0 111.06-1.06l3.47 3.47 7.47-7.47z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 0.75rem center;
	background-size: 1rem 1rem;
  }