@charset "UTF-8";
/*===================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

main {
  display: block;
}

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}


img {
  border-style: none;
}





/*========== INIT ==========*/
html, body {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 15px;
 
  text-rendering: optimizelegibility;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
@media screen and (min-width: 1360px) {
  html, body {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .hide-on-mobile a[href="#"] {
    display: none;
  }
}



* {
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

p, article blockquote, article ul, article ol {
  margin: 0;
  font-weight: normal;
}

ul, figure {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}


a {
  outline: none;
  text-decoration: none;
}



article h1, article h2, article h3, article h4, article h5, article h6 {
  color: #151043;
}
article h1, article h2, article h3 {
  margin-bottom: 1.6875rem;
}
article h4, article h5, article h6 {
  margin-bottom: 1rem;
}
article h1 {
  line-height: 1.5;
}
article h2 {
  font-size: 2.25rem;
}
article h3 {
  font-size: 1.875rem;
}
article h4 {
  font-size: 1.5rem;
  line-height: 22.95px;
}
article h5 {
  font-size: 1.125rem;
}
article h6 {
  font-size: 0.85rem;
}
article a, article a:active, article a:focus {
  color: #151043;
  text-decoration: underline;
}
article a:visited, article a:active:visited, article a:focus:visited {
  color: #151043;
}
article a:hover, article a:active:hover, article a:focus:hover {
  color: #f54862;
}
article ul, article ol {
  padding-left: 1rem;
}
article ul li, article ol li {
  list-style-position: inside;
  list-style: disc;
}
article ol li {
  list-style: decimal;
}
article img {
  max-width: 100%;
  height: auto;
}
article blockquote {
  background: #f0f0f2;
  border-radius: 0 44px;
  font-style: italic;
  font-weight: 600;
  padding: 3rem 7rem 3rem 3rem;
  position: relative;
}
article blockquote:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: rgba(116, 116, 137, 0.3);
  content: "";
  display: inline-block;
  font-style: normal;
  font-size: 4rem;
  font-variant: normal;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  text-rendering: auto;
  line-height: 1;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
}
article .btn--blue {
  text-decoration: none;
}
article .btn--blue:hover {
  color: #151043 !important;
}
article .btn--blue:visited {
  color: white;
}
article .btn--blue:last-child {
  display: block;
  margin: 0 auto;
  width: max-content;
  font-size: 0.85rem;
  font-weight: 800;
  padding: 0.75rem 1.5rem;
}

hr {
  border: 0;
  height: 2px;
  width: 100%;
  background-color: #F0F0F2;
}

/* CONTAINER */
.container {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .container {
    max-width: 768px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
/*@media screen and (min-width: 992px) {
  .container {
    max-width: 1170px;
  }
}*/
@media screen and (min-width: 1442px) {
  .container {
/*    max-width: 1440px;*/
  }
}
.search-form input[type=text]{
  height: 40px;
  font-size:16px;
}

.search-form input[type=number]{
  height: 40px;
  font-size:16px;
}

.search-form input[type=file]{
  height: 40px;
  font-size:16px;
}

.search-form input[type=email]{
  height: 40px;
  font-size:16px;
}

.search-form select{
  height: 40px;
  font-size:16px;
}

#phead{text-align:center; margin:50px 0px;}
	#phead h2 {
    color: #3f494f	;
    font-size: 24px;
    font-weight: 200;
		 font-family: "Proxima Nova";
		padding-top: 20px;
}	
	#phead h1{
    color: #3f494f	;
    font-size: 45px;
    font-weight: 700;
		 font-family: "Proxima Nova";
		
		padding: 10px 0px 20px 0px;
		margin:0px;
}	
#phead p {
   /* color: #3f494f	;
    font-size: 22px;
    font-weight: 200;
		 font-family: "Proxima Nova";*/
		padding:  0px 40px;
}
#servi .badge{ background:red!important;  color: #fff; font-size: 40px; padding:30px;}

#process .badge{ background:red!important;  color: #fff; font-size: 40px; padding:30px;}

	.border-right { border-right: 4px solid #a3a3a3!important;}
		.grey-bg {background-color: #ecf0f1;}
		
		.height{height:100vh;}
		#product-center h4 {
    font-size: 23px;
    font-family: "Proxima Nova";
    color: rgb(0, 0, 0);
    line-height: 1.1;
    padding-top: 0px;
    padding-left: 30px;
    font-weight: 400;
			text-transform: uppercase;
}
		#product-center h4 span {
    color: #f80000;
}
	
		#product-center p {
    font-size: 16px;
    font-family: "Proxima Nova";
    color: rgb(0, 0, 0);
    line-height: 18px!important;
    padding-top: 0px;
    padding-left: 30px;
    font-weight: 400;
			
}
		#product-center p a{ color: rgb(0, 0, 0);}
		
		
		#product-center .media {
    margin-bottom: 100px;
}
	#product-center{margin:30px 0px 20px 0px;}	
		
	#product-center h2 {
    color: #3f494f	;
    font-size: 24px;
    font-weight: 200;
		 font-family: "Proxima Nova";
		padding-top: 20px;
}	
	#product-center h1{
    color: #3f494f	;
    font-size: 36px;
    font-weight: 700;
		 font-family: "Proxima Nova";
		 margin:0px;
}	
		#product-center h5{
    color: #3f494f	;
    font-size: 16px;
    font-weight: 200;
		 font-family: "Proxima Nova";
			text-align: left;
			 line-height: 25px!important;
			 padding-top:20px;
}	
	
		
		
		#industry {margin:70px 0px 50px 0px;}
		
		#industry h2 {
    color: #3f494f	;
    font-size: 24px;
    font-weight: 200;
		 font-family: "Proxima Nova";
		padding-top: 20px;
}	
	#industry h1{
    color: #3f494f	;
    font-size: 45px;
    font-weight: 700;
		 font-family: "Proxima Nova";
		
		padding: 10px 0px 20px 0px;
		margin:0px;
}	
		
		#industry p {
    font-size: 20px;
    font-family: "Proxima Nova";
    color: rgb(0, 0, 0);
    line-height: 31px!important;
    padding-top: 10px;
			 padding-bottom: 10px;
    padding-left: 30px;
			 padding-right: 30px;
    font-weight: 400;
			
}
		#free{ margin:0px 0px 0px 0px;}
		
		.free{ background: #fafbfd; padding: 20px 0px 30px 30px; }
		
		#free h2 {
    color: #677a8c	;
    font-size: 20px;
    font-weight: 700;
	font-family: "Proxima Nova";
	padding-top: 0px;
			
			
}	
		
		#free p {
    color: #677a8c	;
    font-size: 14px;
    font-weight: 300;
	font-family: "Proxima Nova";
	padding-top: 20px;
			
}	
		
		
		
		.prod_btn {
    background:#203149 ;
    border: 0px solid #000;
    font-size: 16px;
    color: #fff;
    margin: 30px 0px 0px 0px;
    padding: 7px 20px;
    border-radius: 6px;
}
		.prod_btn:hover {
			background:  #f80000;}
	.prod_btn1 {
    background: #203149;
    border: 0px solid #000;
    font-size: 16px;
    color: #fff;
    margin: 30px 0px 0px 0px;
    padding: 7px 20px;
    border-radius: 6px;
}	
		.prod_btn1:hover {
			background: #f80000;}



#ser h3 {
    font-size: 27px;
    border-left: 5px solid #F80000;
    padding-left: 14px;
    padding-top: 14px;
    font-weight: 700;
}	
	#ser h1 {
    font-weight: bolder;
    font-size: 45px;
    color: #000;
		text-align: center;
		padding-top: 30px;
		
}
	#ser h2 {
   /* font-weight: bolder;
    font-size: 28px;
    color: #384249;
		text-align: center;*/
		padding-top: 30px;
		padding-bottom: 30px;
		
}
	
	#ser a {
    color: rgb(155, 155, 155);
    padding-top: 50px;
    display: block;
    font-weight: 500;
    padding-right: 42px;
    font-size: 36px;
    text-align: right;
}
	
	#ser a .fa {
    color: #f80000;
}


	#servi h4 {
    font-weight: bolder;
    font-size: 28px;
    color: #384249;
    padding-top: 11px;
    padding-left: 20px;
    margin:0px;
		
}

	#servi p {
    color: #677a8c	;
    font-size: 17px;
    font-weight: 300;
	font-family: "Proxima Nova";
	padding-top: 20px;
	padding-left: 20px;
			
}	