@charset "UTF-8";
@-webkit-keyframes sprite-animation {
	from {
		background-position: 0 0;
	}
}

@keyframes sprite-animation {
	from {
		background-position: 0 0;
	}
}

@font-face {
	font-family: 'FontAwesome';
	src: url("https://www.processsensing.com/includes/fonts/fontawesome-webfont.eot?v=4.4.0");
	src: url("https://www.processsensing.com/includes/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0") format("embedded-opentype"), url("https://www.processsensing.com/includes/fonts/fontawesome-webfont.woff2?v=4.4.0") format("woff2"), url("https://www.processsensing.com/includes/fonts/fontawesome-webfont.woff?v=4.4.0") format("woff"), url("https://www.processsensing.com/includes/fonts/fontawesome-webfont.ttf?v=4.4.0") format("truetype"), url("https://www.processsensing.com/includes/fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular") format("svg");
	font-weight: normal;
	font-style: normal;
}

body {
	font-family: "Lato", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.7;
	-webkit-text-size-adjust: none;
	color: #383838!important;
	background: #fff;
}
/**** FOR THE OUT OF DATE MESSAGE ***/

.message-box{
	border:2px solid black; padding: 5px 5px 5px;
}

		
.rms-header {
margin-bottom: 1.5rem!important;

}
		.container-rms-app {
			position: relative;
  text-align: left;
  color: white;
}

/* Bottom left text */
.bottom-left {
  position: absolute;
  top: 10%;
  left: 16px;
  background: #003366;
}

.buorg {
	position: absolute;
	position: fixed;
	z-index: 111111;
	width: 100%;
	top: 0px;
	left: 0px;
	border-bottom: 0px solid  !important;
	text-align: center;
	color: #000 !important;
	background-color: rgba(255, 193, 7, 1)!important;
	font-family: "Lato", sans-serif !important;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	animation: 1s ease-out 0s buorgfly
}

.buorg-pad {
	padding: 9px;
	line-height: 1.7em;
}

.buorg-buttons {
	display: block;
	text-align: center;
}

#buorgig, #buorgul, #buorgpermanent {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
	padding: 1px 10px;
	border-radius: 2px !important;
	font-weight: normal;
	background: #232e63 !important;
	white-space: nowrap;
	margin: 0 2px;
	display: inline-block;
}

#buorgig {
	background-color: #edbc68;
}

@media only screen and (max-width: 700px) {
	.buorg div {
		padding: 5px 12px 5px 9px;
		line-height: 1.3em;
	}
}

@keyframes buorgfly {
	from {
		opacity: 0;
		transform: translateY(-50px)
	}
	to {
		opacity: 1;
		transform: translateY(0px)
	}
}

.buorg-fadeout {
	transition: visibility 0s 8.5s, opacity 8s ease-out .5s;
}

.buorg-icon {
	width: 22px;
	height: 16px;
	vertical-align: middle;
	position: relative;
	top: -0.05em;
	display: inline-block;
	background: no-repeat 0px center;
}




/*
	.preloader
	{
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 10000;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
	background: #fff;
	transition: .3s all ease;
	}
	
	.preloader.loaded
	{
	opacity: 0;
	visibility: hidden;
	}
	
	.preloader-body
	{
	text-align: center;
	}
	
	.preloader-body p
	{
	position: relative;
	right: -8px;
	}
	
	.cssload-container
	{
	width: 100%;
	height: 36px;
	text-align: center;
	}
	
	.cssload-speeding-wheel
	{
	width: 36px;
	height: 36px;
	margin: 0 auto;
	border: 3px solid #21c2f8;
	border-radius: 50%;
	border-left-color: transparent;
	border-bottom-color: transparent;
	animation: cssload-spin .88s infinite linear;
	}
	*/
@keyframes cssload-spin
{
	100%
	{
		transform: rotate(360deg);
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	body {
		font-size: 18px;
	}
}

@media (min-width: 992px) {
	body {
		font-size: 20px;
		line-height: 26px;
	}
}

ol,
ul {
	list-style: none;
}

ul.a {
	list-style-position: outside !important;
	list-style: circle !important;
}

a {
	color: #e30613;
	text-decoration: none;
	background-color: transparent;
}

a:hover {
    color: #003366;
}
button,
input,
textarea {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
}

.container-fluid {
	width: 100%;
	padding-right: 2rem !important;
	padding-left: 2rem !important;
	margin-right: auto;
	margin-left: auto;
}

button {
	background-color: white;
}

.container {
	padding-left: 15px !important;
}

a:hover {
	text-decoration: none !important;
}


/*** Works on common browsers ***/

::selection {
	background-color: #003366;
	color: #fff;
}


/*** Mozilla based browsers ***/

::-moz-selection {
	background-color: #003366;
	color: #fff;
}


/***For Other Browsers ***/

::-o-selection {
	background-color: #003366;
	color: #fff;
}

::-ms-selection {
	background-color: #003366;
	color: #fff;
}


/*** For Webkit ***/

::-webkit-selection {
	background-color: #003366;
	color: #fff;
}

.home {
	background-image: url(../png/test-background.png);
	background-repeat: no-repeat;
	background-size: cover;
}

html {
	scroll-behavior: smooth;
}

.card-deck {
	width: 100% !important;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
	z-index: 2;
	color: #23527c;
	background-color: #eee;
}

.pagination>li>a,
.pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #383838;
	text-decoration: none;
	background-color: #fff;
	border: 0px;
	font-weight: 600;
}

li.ng-scope.active a {
	z-index: 1;
	color: #003366 !important;
	background-color: #f5f5f5;
	border-color: #f5f5f5;
	font-weight: 600;
}


/*-----------------------SCROLL BAR-------------------*/


/* width */

::-webkit-scrollbar {
	width: 10px;
}


/* Track */

::-webkit-scrollbar-track {
	background: #f1f1f1;
}


/* Handle */

::-webkit-scrollbar-thumb {
	background: #888;
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
	background: #555;
}


/*----------------Click Forms Main style--------------*/

.mainDiv {
	float: none !important
}




/*----------------End Main Style--------------*/

/*-----------------LANG DROPDOWN---------------*/

/* Dropdown Button */
.dropbtn {
	background-color: #e30613;
    color: white;
    padding: 3.5px 22px;
    font-size: 14px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
	background-color: #e30613b3;;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
	position: relative;
	display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
	display: none;
    position: absolute;
    background-color: #383838;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 2000;
	margin-top: 8px;
}

/* Links inside the dropdown */
.dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #7b7a7a;}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}


/*2)-------------- RD-NAV--------------------- */

/*This is the code that directly affects the navbar*/
.rd-navbar-wrap,
.rd-navbar-static.rd-navbar--is-clone,
.rd-navbar-static .rd-navbar-dropdown,
.rd-navbar-static .rd-navbar-megamenu,
.rd-navbar-fixed .rd-navbar-nav-wrap,
.rd-navbar-fixed .rd-navbar-submenu,
.rd-navbar-fixed .rd-navbar-submenu-toggle,
.rd-navbar-cart,
.rd-navbar-static .rd-navbar-cart-buy,
.rd-navbar-fixed .rd-navbar-cart-floating,
.rd-navbar-fixed .rd-navbar-cart-floating:before,
.rd-navbar-fixed .rd-navbar-cart-floating .rd-navbar-cart-buy,
.rd-navbar-fixed .rd-navbar-search .form-group,
.rd-navbar-fixed .rd-navbar-collapse,
.rd-navbar-fixed .rd-navbar-collapse:before {
	transition: 0.3s all cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.rd-navbar,
.rd-navbar.rd-navbar--is-clone {
	display: none;
}
.rd-navbar-fixed,
.rd-navbar-static,
.rd-navbar-fullwidth,
.rd-navbar-sidebar {
	display: block;
}
.rd-navbar--no-transition,
.rd-navbar--no-transition * {
	transition: none !important;
}
.rd-navbar-outer {
	color: #777777!important;
	background: #ffffff;
	-webkit-box-shadow: 0px 0.5px 10px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 0.5px 10px rgba(0, 0, 0, 0.08);
	padding: 0.5rem;
}
.rd-navbar-static {
	background: #fff;
	color: black!important;
}
.rd-navbar-static .rd-navbar-nav-wrap,
.rd-navbar-static .rd-navbar-search-wrap {
	display: table-cell;
	vertical-align: middle;
}
.rd-navbar-static .rd-navbar-nav-wrap {
	width: 100%;
}
.rd-navbar-static.rd-navbar--is-clone {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	display: block;
	-webkit-transform: translateY(-105%);
	transform: translateY(-105%);
	z-index: 20;
}
.rd-navbar-static.rd-navbar--is-clone .rd-navbar-panel {
	display: none;
}
.rd-navbar-static.rd-navbar--is-clone.rd-navbar--is-stuck {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.rd-navbar-static.rd-navbar--is-stuck {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 20;
}
.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-panel {
	display: none;
}
.rd-navbar-nav,
.rd-navbar-toggle {
	display: none;
}
.rd-navbar-static .rd-navbar-subpanel {
	display: table;
}
.rd-navbar-static .rd-navbar-outer .rd-navbar-inner {
	position: relative;
}
.rd-navbar-static .rd-navbar-dropdown,
.rd-navbar-static .rd-navbar-megamenu {
	position: absolute;
	padding: 0;
	color: #ffffff!important;
	background: #ffffff!important;
	text-align: left;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(30px);
	transform: translateY(30px);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}
.rd-navbar-static .rd-navbar-dropdown li>a,
.rd-navbar-static .rd-navbar-megamenu li>a {
	display: block;
	font-size: 18px!important;
	line-height: 24px;
	padding: 6px 16px;
}
.rd-navbar-static .rd-navbar-dropdown li.focus>a,
.rd-navbar-static .rd-navbar-dropdown li.opened>a,
.rd-navbar-static .rd-navbar-dropdown a:hover,
.rd-navbar-static .rd-navbar-megamenu li.focus>a,
.rd-navbar-static .rd-navbar-megamenu li.opened>a,
.rd-navbar-static .rd-navbar-megamenu a:hover {
	color: #E30613 !important;
	background: white !important;
}
.rd-navbar-static .rd-navbar-dropdown {
	width: 270px;
}
.rd-navbar-static .rd-navbar-megamenu {
	margin-top: 8px;
	/* left: 56px;*/
	
	right: 0;
	/* display: table; */
	
	table-layout: fixed;
	width: 85%;
	padding: 0px 0px 5px 0px;
}
.rd-navbar-static .rd-navbar-megamenu>li {
	display: table-cell;
}
.rd-navbar-static .rd-navbar-nav {
	display: block;
	text-align: right;
	padding-right: 38px;
}


.rd-navbar-static .rd-navbar-nav li.rd-navbar--has-dropdown {
	position: relative;
}
.rd-navbar-static .rd-navbar-nav li.focus>.rd-navbar-dropdown,
.rd-navbar-static .rd-navbar-nav li.focus>.rd-navbar-megamenu,
.rd-navbar-static .rd-navbar-nav li.opened>.rd-navbar-dropdown,
.rd-navbar-static .rd-navbar-nav li.opened>.rd-navbar-megamenu {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.rd-navbar-static .rd-navbar-nav>li {
	display: inline-block;
}
.rd-navbar-static .rd-navbar-nav>li>.rd-navbar-dropdown,
.rd-navbar-static .rd-navbar-nav>li>.rd-navbar-megamenu {
	top: 100%;
	z-index: 100;
}
.rd-navbar-static .rd-navbar-nav>li>.rd-navbar-dropdown {
	left: 50%;
	margin-top: 7px;
	margin-left: -135px;
}
.rd-navbar-static .rd-navbar-nav>li>.rd-navbar-dropdown .rd-navbar-dropdown {
	left: 100%;
	top: -2.5px;
	z-index: 2;
}
.rd-navbar-static .rd-navbar-nav>li>a {
	display: block;
	color: #404040!important;
	font-weight: 700!important;
	font-size: 20px!important;
	line-height: 26px;
	padding: 18px 11px;
}
.rd-navbar-static .rd-navbar-nav>li.active>a,
.rd-navbar-static .rd-navbar-nav>li.opened>a,
.rd-navbar-static .rd-navbar-nav>li.focus>a,
.rd-navbar-static .rd-navbar-nav>li>a:hover {
	color: #e30613!important;
	text-decoration: none!important;
}
.rd-navbar-fixed .rd-navbar-toggle {
	display: block;
	display: inline-block;
	position: relative;
	width: 48px;
	height: 48px;
	font-size: 24px!important;
	color: white!important;
	line-height: 48px;
	text-align: center;
	cursor: pointer;
	color: #333!important;
}
.rd-navbar-fixed .rd-navbar-toggle span {
	position: relative;
	display: block;
	margin: auto;
	transition: .3s all ease;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.rd-navbar-fixed .rd-navbar-toggle span:before,
.rd-navbar-fixed .rd-navbar-toggle span:after {
	-webkit-transform-origin: 1.71429px center;
	transform-origin: 1.71429px center;
	-webkit-transform-origin: 1.71429px center;
	transform-origin: 1.71429px center;
	content: "";
	position: absolute;
	left: 0;
	top: -8px;
	transition: .3s all ease;
}
.rd-navbar-fixed .rd-navbar-toggle span:after {
	top: 8px;
}
.rd-navbar-fixed .rd-navbar-toggle span:after,
.rd-navbar-fixed .rd-navbar-toggle span:before,
.rd-navbar-fixed .rd-navbar-toggle span {
	width: 24px;
	height: 4px;
	background-color: #333;
	backface-visibility: hidden;
	border-radius: 0;
}
.rd-navbar-fixed .rd-navbar-toggle.active span {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}
.rd-navbar-fixed .rd-navbar-toggle.active span:before,
.rd-navbar-fixed .rd-navbar-toggle.active span:after {
	top: 0;
	width: 15px;
}
.rd-navbar-fixed .rd-navbar-toggle.active span:before {
	-webkit-transform: rotate3d(0, 0, 1, -40deg);
	transform: rotate3d(0, 0, 1, -40deg);
}
.rd-navbar-fixed .rd-navbar-toggle.active span:after {
	-webkit-transform: rotate3d(0, 0, 1, 40deg);
	transform: rotate3d(0, 0, 1, 40deg);
}
.rd-navbar-fixed .rd-navbar-nav-wrap {
	position: fixed;
	top: -56px;
	left: 0;
	width: 232px;
	padding: 112px 0 56px;
	bottom: -56px;
	color: #999;
	background: #fff;
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25);
	z-index: 15;
	-webkit-transform: translateX(-105%);
	transform: translateX(-105%);
}
.rd-navbar-fixed .rd-navbar-nav-wrap.active {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.rd-navbar-fixed .rd-navbar-nav {
	display: block;
	height: 100%;
	overflow: auto;
	font-size: 16px;
	line-height: 26px;
	text-align: left;
	padding-left: 0px;
}
.rd-navbar-fixed .rd-navbar-nav:before,
.rd-navbar-fixed .rd-navbar-nav:after {
	content: '';
	display: block;
	height: 8px;
}
.rd-navbar-fixed .rd-navbar-nav li>a {
	display: block;
	padding: 11px 56px 11px 16px;
	color: #333;
}
.rd-navbar-fixed .rd-navbar-nav li.opened>a,
.rd-navbar-fixed .rd-navbar-nav li a:hover {
	background: #f5f5f5;
	font-weight: 800;
}
.rd-navbar-fixed .rd-navbar-nav li.active .rd-navbar-submenu-toggle {
	color: #fff;
}
.rd-navbar-fixed .rd-navbar-nav li.active>a {
	color: #fff;
	background: #44AAE0;
}
.rd-navbar-fixed .rd-navbar-dropdown,
.rd-navbar-fixed .rd-navbar-megamenu {
	display: none;
}
.rd-navbar-fixed .rd-navbar-submenu {
	position: relative;
}
.rd-navbar-fixed .rd-navbar-submenu li>a {
	padding-left: 30px;
}
.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-dropdown li li>a,
.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-megamenu ul li li>a {
	padding-left: 30px;
}
.rd-navbar-fixed .rd-navbar-submenu.opened>.rd-navbar-dropdown,
.rd-navbar-fixed .rd-navbar-submenu.opened>.rd-navbar-megamenu {
	display: block;
}
.rd-navbar-fixed .rd-navbar-submenu-toggle {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	font: 400 24px/24px 'FontAwesome';
	width: 50px;
	height: 48px;
	text-align: center;
	color: #999;
	cursor: pointer;
}
.rd-navbar-fixed .rd-navbar-submenu-toggle:hover {
	color: #333;
}
.rd-navbar-fixed .rd-navbar-submenu-toggle:before {
	content: "\f107";
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	transform: translate(0, -50%);
}
.rd-navbar-brand {
	display: none;
	color: #333;
}
.rd-navbar-static .rd-navbar-brand {
	display: inline-block;
	float: left;
}
.rd-navbar-static .rd-navbar-brand>* {
	display: inline-block;
	vertical-align: middle;
}
.rd-navbar-static .rd-navbar-brand>img {
	margin-right: 10px;
}
.rd-navbar-static .rd-navbar-brand>a {
	font-size: 36px;
	line-height: 48px;
}
.rd-navbar-static .rd-navbar-brand>a span {
	display: none;
}
.rd-navbar-fixed .rd-navbar-brand {
	display: block;
	text-align: left;
	position: fixed;
	top: 4px;
	left: 56px;
	right: 112px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 22px;
	line-height: 46px;
	height: 48px;
	z-index: 17;
}

/* .rd-navbar-fixed .rd-navbar-brand img { */

/* display: none; */

/* } */
.rd-navbar-fixed .rd-navbar-brand a {
	display: inline-block;
}
.rd-navbar-fixed .rd-navbar-nav li.active>a {
	color: #fff;
	background: #f44336;
}

/*
	
	* @subsection   RD Navbar Toggles
	
	*
	
	* @description  Describes style declarations for RD Navbar panel
	
*/
.rd-navbar-static .rd-navbar-panel {
	padding: 20px 0;
}
.rd-navbar-static .rd-navbar-panel:before,
.rd-navbar-static .rd-navbar-panel:after {
	display: table;
	content: "";
	line-height: 0;
}
.rd-navbar-static .rd-navbar-panel:after {
	clear: both;
}
.rd-navbar-fixed .rd-navbar-panel-canvas {
	position: fixed;
	height: 56px;
	left: 0;
	top: 0;
	width: 100%;
	background: #fff;
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25);
	z-index: 16;
}
.rd-navbar-fixed .rd-navbar-toggle {
	position: fixed;
	z-index: 17;
	top: 4px;
	left: 4px;
}

/*
	
	* @subsection   RD Navbar Search
	
	*
	
	* @description  Describes style declarations for RD Navbar search
	
*/
.rd-navbar-search,
.rd-navbar-search-toggle {
	display: none;
}
.rd-navbar-static .rd-navbar-search {
	display: block;
}
.rd-navbar-static .rd-navbar-search form {
	position: relative;
}
.rd-navbar-static .rd-navbar-search form input {
	display: block;
	font-size: 15px;
	line-height: 24px!important;
	padding: 12px 56px 12px 16px!important;
	height: 48px!important;
	color: #1f1f1f;
	background: #ffffff;
	/* box-shadow: 0 0.5px 1px 0 rgba(0, 0, 0, 0.1), 0 0.5px 4px 0 rgba(0, 0, 0, 0.12); */
	
	border-radius: 0.255rem;
	background: #f2f2f2;
}
.rd-navbar-static .rd-navbar-search .search-button {
	position: absolute;
	font-size: 22px;
	width: 24px!important;
	/* height: 24px!important; */
	line-height: 24px;
	text-align: center;
	top: 12px;
	right: 16px;
	background-color: #f2f2f2;
	border:0px;
	color:black;
}
.rd-navbar-static .rd-navbar-search .search-button:hover {
	color: #E30613;
}
.rd-navbar-fixed .rd-navbar-search-toggle {
	display: block;
	position: fixed;
	top: 4px;
	right: 56px;
	font-family: 'FontAwesome';
	width: 48px!important;
	height: 48px;
	z-index: 18;
}
.rd-navbar-fixed .rd-navbar-search-toggle span {
	display: inline-block;
	position: relative;
	width: 48px!important;
	height: 48px;
	font-size: 23px;
	line-height: 48px;
	text-align: center;
	cursor: pointer;
	color: #333;
}
.rd-navbar-fixed .rd-navbar-search-toggle span,
.rd-navbar-fixed .rd-navbar-search-toggle span:before,
.rd-navbar-fixed .rd-navbar-search-toggle span:after {
	transition: .3s all ease;
}
.rd-navbar-fixed .rd-navbar-search-toggle span:before,
.rd-navbar-fixed .rd-navbar-search-toggle span:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%!important;
	height: 100%;
}
.rd-navbar-fixed .rd-navbar-search-toggle span:before {
	content: "\f002";
	-webkit-transform: rotate(0deg) scale(1);
	transform: rotate(0deg) scale(1);
	opacity: 1;
	visibility: visible;
}
.rd-navbar-fixed .rd-navbar-search-toggle span:after {
	content: "\f00d";
	-webkit-transform: rotate(-90deg) scale(0);
	transform: rotate(-90deg) scale(0);
	opacity: 0;
	visibility: hidden;
}
.rd-navbar-fixed .rd-navbar-search-toggle.active span:before {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: rotate(90deg) scale(0);
	transform: rotate(90deg) scale(0);
}
.rd-navbar-fixed .rd-navbar-search-toggle.active span:after {
	-webkit-transform: rotate(0deg) scale(1);
	transform: rotate(0deg) scale(1);
	opacity: 1;
	visibility: visible;
}
.rd-navbar-fixed .rd-navbar-search {
	display: block;
}
.rd-navbar-fixed .rd-navbar-search .form-group {
	position: fixed;
	top: 0;
	padding-top: 4px;
	left: 56px;
	right: 112px;
	height: 56px;
	background: #fff;
	z-index: 17;
	visibility: hidden;
	opacity: 0;
}
.rd-navbar-fixed .rd-navbar-search .form-group input {
	width: 100%;
	height: 46px;
	display: block;
	font-size: 22px;
	line-height: 46px;
}
.rd-navbar-fixed .rd-navbar-search.active .form-group {
	opacity: 1;
	visibility: visible;
}
.rd-navbar-fixed .rd-navbar-search form button[type="submit"] {
	display: none;
}

/*
	
	* @subsection   RD Navbar Collapse
	
	*
	
	* @description  Describes style declarations for RD Navbar collapse
	
*/
.rd-navbar-collapse,
.rd-navbar-collapse-toggle {
	display: none;
}
.rd-navbar-static .rd-navbar-inner {
	max-width: 1450px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
}
.rd-navbar-static .rd-navbar-collapse {
	display: block;
	float: right;
	margin-left: -15px;
	margin-top: 23px;
	font-size: 16px;
}
.rd-navbar-static .rd-navbar-collapse li {
	display: inline-block;
	margin-left: 15px;
}
.rd-navbar-fixed .rd-navbar-collapse {
	display: block;
	text-align: left;
	position: fixed;
	top: 4px;
	right: 4px;
	color: #333;
	padding: 48px 0 8px;
	font-size: 16px;
	line-height: 26px;
	z-index: 19;
	width: 180px;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.25);
	visibility: hidden;
	overflow: hidden;
	transition: .3s box-shadow ease .2s;
}
.rd-navbar-fixed .rd-navbar-collapse:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	background: #f7f7f7;
	border-radius: 50%;
	width: 48px;
	height: 48px;
	-webkit-transform: scale(0);
	transform: scale(0);
}
.rd-navbar-fixed .rd-navbar-collapse li {
	position: relative;
	opacity: 0;
	transition: .3s all ease 0s;
}
.rd-navbar-fixed .rd-navbar-collapse>li>a {
	display: block;
	padding: 11px 16px;
}
.rd-navbar-fixed .rd-navbar-collapse>li>a:hover {
	background: #f2f2f2;
}
.rd-navbar-fixed .rd-navbar-collapse.active {
	visibility: visible;
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25);
}
.rd-navbar-fixed .rd-navbar-collapse.active li {
	transition: .3s all ease .2s;
	opacity: 1;
}
.rd-navbar-fixed .rd-navbar-collapse.active:before {
	background: #fff;
	-webkit-transform: scale(12);
	transform: scale(12);
}
.rd-navbar-fixed .rd-navbar-collapse-toggle {
	display: block;
	position: fixed;
	top: 4px;
	right: 4px;
	font-family: 'FontAwesome';
	width: 48px;
	height: 48px;
	z-index: 20;
}
.rd-navbar-fixed .rd-navbar-collapse-toggle span {
	display: inline-block;
	position: relative;
	width: 48px;
	height: 48px;
	font-size: 23px;
	line-height: 48px;
	text-align: center;
	cursor: pointer;
	color: #333;
}
.rd-navbar-fixed .rd-navbar-collapse-toggle span,
.rd-navbar-fixed .rd-navbar-collapse-toggle span:before,
.rd-navbar-fixed .rd-navbar-collapse-toggle span:after {
	transition: .3s all ease;
}
.rd-navbar-fixed .rd-navbar-collapse-toggle span:before,
.rd-navbar-fixed .rd-navbar-collapse-toggle span:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.rd-navbar-fixed .rd-navbar-collapse-toggle span:before {
	content: "\f142";
	-webkit-transform: rotate(0deg) scale(1);
	transform: rotate(0deg) scale(1);
	opacity: 1;
	visibility: visible;
}
.rd-navbar-fixed .rd-navbar-collapse-toggle span:after {
	content: "\f00d";
	-webkit-transform: rotate(-90deg) scale(0);
	transform: rotate(-90deg) scale(0);
	opacity: 0;
	visibility: hidden;
	border: none!important;
}
.rd-navbar-fixed .rd-navbar-collapse-toggle.active span:before {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: rotate(90deg) scale(0);
	transform: rotate(90deg) scale(0);
}
.rd-navbar-fixed .rd-navbar-collapse-toggle.active span:after {
	-webkit-transform: rotate(0deg) scale(1);
	transform: rotate(0deg) scale(1);
	opacity: 1;
	visibility: visible;
}
.brand {
	max-height: 3.4rem !important;
	padding: 0px !important;
	margin-right: 0rem !important;
}

.brand2 {
	max-height: 6rem !important;
	padding: 0px !important;
	margin-right: 0rem !important;
}


.btn-location {
	color: white;
	font-size: 0.8rem;
}
.btn-location:hover {
	color: #ffffff;
	font-weight: 600;
	text-decoration: none;
}
.dropdown-menu.show {
	display: block;
	top: 8px !important;
}

/* ----------------------END NAVBAR ----------------*/

/* ----------------------ICONS----------------*/
.flag-icon {
	margin-right: 12px;
	width: 1rem !important;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: .5rem 0;
	margin: 0px !important;
	font-size: 1rem;
	color: #ffffff !important;
	text-align: left;
	list-style: none;
	background-color: #383838;
	background-clip: padding-box;
	border: 0px !important;
	border-radius: 0rem !important;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.dropdown-item:focus,
.dropdown-item:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #7b7b7b;
}
.dropdown-item {
	display: block;
	width: 100%;
	padding: .25rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #ffffff !important;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}
.link {
	display: inline-block;
}
.btn {
	display: inline-block;
	border-radius: 2px;
	text-align: center;
	line-height: 1.2;
	white-space: nowrap;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.icon {
	display: inline-block;
	text-align: center;
	border-radius: 50%;
}
.rd-parallax-layer-wrap {
	position: relative;
}
.rd-parallax-inner {
	overflow: hidden;
	position: relative;
	min-height: 100%;
}
.rd-parallax-layer[data-type="media"] {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	-webkit-backface-visibility: hidden;
}
.rd-parallax-layer[data-type="media"] iframe {
	width: 100%;
	height: 100%;
}
.rd-parallax-layer[data-url] {
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
}
.rd-parallax-layer[data-type="html"] {
	position: relative;
}
.rd-parallax,
.rd-parallax h1,
.rd-parallax h2,
.rd-parallax h3,
.rd-parallax h4,
.rd-parallax h5,
.rd-parallax h6,
.rd-parallax .heading-1,
.rd-parallax .heading-2,
.rd-parallax .heading-3,
.rd-parallax .heading-4,
.rd-parallax .heading-5,
.rd-parallax .heading-6 {
	color: #fff;
}
.rd-parallax .image-wrap-1 {
	visibility: hidden;
	position: absolute;
	top: -30px;
	width: 710px;
	right: 100%;
	margin-right: 38px;
	z-index: 1;
}
.rd-parallax .image-wrap-1 img {
	-webkit-transform: rotate(10deg);
	transform: rotate(10deg);
}
.rd-parallax .image-wrap-2 {
	visibility: hidden;
	position: absolute;
	top: 100px;
	width: 910px;
	right: 100%;
	margin-right: 58px;
	z-index: 0;
}
.rd-parallax .image-wrap-2 img {
	-webkit-transform: rotate(-13deg);
	transform: rotate(-13deg);
}
@media (min-width: 992px) {
	.rd-parallax .image-wrap-1,
	.rd-parallax .image-wrap-2 {
		visibility: visible;
	}
}
.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none;
}
.fa-ul>li {
	position: relative;
}
.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: 0.14285714em;
	text-align: center;
}
.fa-li.fa-lg {
	left: -1.85714286em;
}
.fa-border {
	padding: .2em .25em .15em;
	border: solid 0.08em #eeeeee;
	border-radius: .1em;
}
.fa-pull-left {
	float: left;
}
.fa-pull-right {
	float: right;
}
.fa.fa-pull-left {
	margin-right: .3em;
}
.fa.fa-pull-right {
	margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
	float: right;
}
.pull-left {
	float: left;
}
.fa.pull-left {
	margin-right: .3em;
}
.fa.pull-right {
	margin-left: .3em;
}
.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}
.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
.fa-rotate-90 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.fa-rotate-180 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.fa-rotate-270 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}
.fa-flip-horizontal {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}
.fa-flip-vertical {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
	filter: none;
}
.fa-twitter:before {
	content: "\f099";
}
.fa-search:before {
	content: "\f002";
}
.fa-facebook-f:before,
.fa-arrow-circle-left:before {
	content: "\f0a8";
}
.fa-globe:before {
	content: "\f0ac";
}
.fa {
	line-height: inherit;
}
[class*='fa-']:before {
	font-weight: 400;
	font-family: 'FontAwesome';
}
.fa-angle-double-right:before {
	content: "\f101";
}
.fa-linkedin:before {
	content: "\f0e1";
}
.icon.fa-facebook {
	color: #FFF;
	background: #3B579D;
}
.icon.fa-facebook:hover {
	background: #344d8a;
}
.icon.fa-twitter {
	color: #FFF;
	background: #5EA9DD;
}
.icon.fa-twitter:hover {
	background: #499ed9;
}
.fa-facebook:before {
	content: "\f09a";
}

/*----------------END ICONS------------------*/
.rd-navbar-static .rd-navbar-dropdown li>a,
.rd-navbar-static .rd-navbar-megamenu li>a {
	display: block;
	font-size: 0.95rem!important;
	line-height: 24px;
	padding: 8px 20px;
	color: #505050 !important;
	text-decoration: none !important;
}
ul.rd-navbar-collapse a {
	color: white;
	padding-left: 10px;
	border-left: 2px solid #E30613;
}
ul.rd-navbar-collapse a:hover {
	/* text-decoration: none !important; */
	font-weight: 700;
}
.rd-navbar-panel {
	padding: 0.5rem !important;
	background-color: #383838;
}
ul.rd-navbar-dropdown.rd-navbar-open-right {
	padding-left: 0px !important;
}
ul.rd-navbar-megamenu.rd-navbar-open-right {
	padding-left: 0px;
}
.navbar-brand {
	float: left !important;
	text-align: left !important;
}

/*----------------END RD-NAV------------------*/

/*-------------START-HOME--------------------*/

/*---------SLIDER----------*/

/* .item{
	
	background: #333;    
	
	text-align: center;
	
	height: 200px !important;
	
} */
.control-buttons {
	text-align: center;
}
.transition-timer-carousel-progress-bar {
	height: 3px;
	background-color: #5cb85c;
	width: 0%;
	margin: 0px 0px 0px 0px;
	border: none;
	z-index: 11;
	position: relative;
}
.sliderContainer {
	position: relative;
}

.sliderContainer2 {
	position: relative;
}

.slick-slide {}
.slick-prev:before,
.slick-next:before {
	color: black;
}
.slick-dots {
	bottom: -30px;
}
.slide {
	height: 300px;
	overflow: hidden;
}
.slick-prev,
.slick-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	padding: 10px;
	background: transparent;
	text-transform: uppercase;
	width: 120px;
	cursor: pointer;
}
.slick-prev {
	left: -150px;
}
.slick-next {
	right: -150px;
}
*:focus {
	outline: none;
}
.slide {
	position: relative;
}
.progressBarContainer {
	position: relative;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1290px;
}
.progressBarContainer div {
	display: block;
	width: 24%;
	padding: 0;
	cursor: pointer;
	margin-right: 10px;
	float: left;
	color: #212529;
}
.progressBarContainer div:last-child {
	margin-right: 0;
}
.progressBarContainer div span.progressBar {
	width: 100%;
	height: 0.25rem;
	background-color: rgba(150, 150, 150, 0.4);
	display: block;
	position: relative;
	border-radius: .5rem;
}
.progressBarContainer div span.progressBar .inProgress {
	background-color: rgb(255, 0, 0);
	width: 0%;
	height: 4px;
	border-radius: .5rem;
}
.bar-wrapper {
	bottom: 2rem;
	position: absolute;
	left: 0;
	right: 0;
	top: inherit;
}
.carousel-inner img {
	margin: auto;
	min-width: 110%;
}
.carousel-inner {
	/* margin-bottom:50px; */
}
.banner-header {
	font-size: 6.5rem;
	font-weight: bold;
	line-height: 0.80;
	letter-spacing: 1px;
}
.banner-sub {
	font-size: 1.35rem;
	padding-left: 10px;
	color: #232323;
	padding-right: 10px;
	padding-top: 10px;
}
.carousel-caption {
	position: absolute;
	right: 0rem !important;
	bottom: 0rem !important;
	top: 1.2rem !important;
	left: 0rem !important;
	z-index: 31;
	color: #003366;
	text-align: left !important;
}
.carousel-caption-right {
	position: absolute;
	right: -5rem !important;
	bottom: 127px !important;
	left: 2rem !important;
	z-index: 31;
	color: #003366;
	text-align: right !important;
}
.carousel-control.right,
.carousel-control.left {
	background-image: none;
}
.glyphicon.glyphicon-chevron-right {
	color: #4d73bc;
	margin-right: -40px;
}
.glyphicon.glyphicon-chevron-left {
	color: #4d73bc;
	margin-left: -40px;
}
.carousel-indicators li {
	background-color: #1c4489;
}
.carousel-indicators .active {
	background-color: #92adc8;
}
.carousel .carousel-item {
	transition-duration: 2s;
}
.carousel-indicators {
	bottom: 74px !important;
}
.joffrey {
	/*animation: greyscale-fade-in 5s ease-in forwards;*/
}
@keyframes greyscale-fade-in {
	0% {
		-webkit-filter: grayscale(100%);
	}
	
	50% {
		-webkit-filter: grayscale(50%);
	}
	
	100% {
		-webkit-filter: grayscale(0%);
	}
}

/*-------------END SLIDER-----------------*/
.map-section {
	background-color: whitesmoke;
}
.card-body.card-desc.news_content {
	padding: 0px !important;
}
.card-footer.news-footer.no-pad {
	padding: 0px !important;
}
.card.single_news {
	background-color: rgba(0, 0, 0, 0);
}
.home-news {
	background-color: rgb(245, 245, 245);
}
.services-area {
	flex-wrap: wrap;
}
.services-area .single-services {
	padding: 65px 80px 65px;
	position: relative;
	z-index: 1;
	width: 33.33%;
	-webkit-transition: all .4s ease-out 0s;
	-moz-transition: all .4s ease-out 0s;
	-ms-transition: all .4s ease-out 0s;
	-o-transition: all .4s ease-out 0s;
	transition: all .4s ease-out 0s;
	background: rgb(245, 245, 245);
	margin-bottom: 1rem;
}
.services-area .single-services .services-icon img {
	margin-bottom: 19px;
}
.services-area .single-services .services-caption h4 {
	color: #003366;
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 3px;
	display: inline-block;
	position: relative;
}
.services-area .single-services .services-caption p {
	color: #04080f;
	font-size: 16px;
	line-height: 25px;
}
.arrow-btn {
	background: #E30613;
	padding: 20px 25px;
	display: inline-block;
	line-height: 0;
	position: absolute;
	right: 0;
	bottom: 0;
	color: white;
	font-size: 14px;
}
.arrow-btn:hover {
	text-decoration: none !important;
	color: #610f0f;
}
.services-area .single-services:hover {
	background: #fff;
}
.mb-30 {
	margin-bottom: 30px;
}
.services-area .single-services .services-icon img {
	margin-bottom: 19px;
}
.services-icon {
	font-size: 3rem;
	color: #E30613;
}
.safe-industery-area .safe-caption-right .safe-alert-box {
	position: absolute;
	left: -68px;
	bottom: -121px;
}
.safe-industery-area .safe-caption-right .safe-alert-box .safe-alert {
	padding: 50px;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden;
}
.safe-industery-area .safe-caption h2 {
	color: #003366;
	font-size: 45px;
	font-weight: 900;
	line-height: 1.3;
	margin-bottom: 55px;
}
.safe-industery-area .safe-caption .safe-pera-one {
	color: #2c234d;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 36px;
	font-size: 18px;
	padding-right: 76px;
}
.safe-industery-area .safe-caption .safe-pera-two {
	color: #677294;
	line-height: 1.5;
	margin-bottom: 35px;
	padding-right: 76px;
}
.safe-industery-area .safe-caption .safe-pera-three {
	color: #677294;
	line-height: 1.5;
	margin-bottom: 75px;
	padding-right: 76px;
}
.safe-industery-area .safe-caption-right {
	position: relative;
}
.safe-industery-area .safe-caption-right .safe-img img {
	width: 100%;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}
.safe-industery-area .safe-caption-right .safe-alert-box .safe-alert {
	padding: 20px;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}
.safe-industery-area .safe-caption-right .safe-alert-box .safe-alert img {
	margin-bottom: 20px;
}
.safe-industery-area .safe-caption-right .safe-alert-box .safe-alert h4 {
	color: #fff;
	margin-bottom: 15px;
	font-size: 24px;
	font-weight: 700;
}
.safe-industery-area .safe-caption-right .safe-alert-box .safe-alert p {
	color: #fff;
	line-height: 2.2;
}
.cta {
	text-transform: uppercase;
	font-size: .9rem;
	padding-right: 20px;
	display: inline-block;
	position: relative;
	color: #E30613;
}
a.cta:hover {
	color: rgb(111, 5, 5) !important;
}
.section_title h3 {
	color: #003366;
	font-size: 35px;
	font-weight: 900;
	margin-top: 2rem;
}
.home-news .single_news {
	border: 4px;
	border-radius: 0.125rem;
}
.news_meta p {
	color: #848484;
	font-weight: 100;
	margin-bottom: 0.5rem;
	font-size: 14px;
	letter-spacing: .2em;
	text-transform: uppercase;
}
.home-news .single_news .news_content {
	margin-top: 13px !important;
}
.single_news span {
	position: absolute;
	top: 6%;
	left: 11%;
	background: #E30613;
	padding: 7px;
	color: #fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	transform: translate(-50%, -50%);
	z-index: 1;
}
.single_news span h4 {
	font-size: 14px;
	margin: 0;
	padding: 10px 5px;
	line-height: 0;
}
.home-news .single_news .news_content h3 {
	color: #000000;
	font-weight: 600;
	font-size: 1em !important;
	line-height: 1.3em;
	margin-top: 0;
	margin-bottom: 5px !important;
	padding: 0;
}
.card-img.news {
	max-height: 350px;
}
.home-news .single_news .news_content .news_info {
	color: #747373;
	font-size: 14px;
	font-weight: 400;
	font-size: 1em;
	line-height: 1.5;
	margin: 0px;
	margin-bottom: 4px;
	padding: 0;
}
.home-news .single_news .news_content h3 a {
	color: #383838 !important;
}
.safe-img {
	-webkit-transition: .35s;
	-o-transition: .35s;
	transition: .35s;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	overflow: hidden;
}
.safe-img:hover {
	-webkit-transform: scale(.9);
	-ms-transform: scale(.9);
	transform: scale(.9);
}
.home-intro {
	overflow: hidden;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../jpg/homepagehero-2.jpg);
	height: 50rem;
}
.home-intro__title {
	border-radius: 7rem;
	background-color: rgba(255, 255, 255, 0.71);
}

/*search box css start here*/
.search-sec {
	padding: 1rem;
}
.search-slt {
	display: block;
	width: 100%;
	font-size: 0.875rem;
	line-height: 1.5;
	color: #55595c;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	height: calc(3rem + 2px) !important;
	border-radius: 0;
	z-index: 4;
}
.wrn-btn {
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	text-transform: capitalize;
	height: calc(3rem + 2px) !important;
	border-radius: 0;
}
@media (min-width: 992px) {
	.search-sec {
		position: relative;
		top: -86px;
		z-index: 4;
		background: rgba(255, 255, 255, 0.88);
	}
}
.red-icon {
	width: 4rem;
}
.locations {
	color: #003366;
	font-size: 35px;
	font-weight: 900;
	line-height: 1.3;
	margin-bottom: 55px;
}
.locations-one {
	color: #2c234d;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 36px;
	font-size: 18px;
}

/*------------END - HOMEPAGE---------*/

/*-------- START BRANDS --------------*/
img.brand-logo {
	width: 100%;
	padding: 1rem;
}
li.list-group-item.brand-nm a {
	color: #383838;
	font-weight: 600;
}
li.list-group-item.brand-nm a:hover {
	color: #e30613;
	font-weight: 600;
}
li.list-group-item.brand-nm {
	border-top: 0px !important;
	border-bottom: 0px !important;
	border-left: 2px solid #e30613 !important;
	border-right: 2px solid #e30613 !important;
	border-radius: 0px !important;
	padding: 0.55rem 1rem;
}
.list-group-horizontal-md .list-group-item:first-child {
	border-left: 0px !important;
}
.list-group-horizontal-md .list-group-item:last-child {
	border-right: 0px !important;
}

/*-------- END BRANDS --------------*/

/*3------------START - PRODUCT FILTER---------*/
input.sort_rang.product_category {
	margin-right: 1rem;
}
.pagination {
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: .25rem;
	-ms-flex-wrap: wrap!important;
	flex-wrap: wrap!important;
}
.card-deck {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	flex-flow: row wrap;
}
.card.prod-card .prod-img-top img {
	width: 100%;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
	border-radius: 0.225rem;
}
.card.prod-card:hover .prod-img-top img {
	-moz-transform: scale(1.03);
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
}
a.prod-btn-card {
	text-decoration: none;
	color: #fff !important;
}
.prod-btn-card {
	background-color: #003366;
	color: #fff;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
	padding: .95rem 2.14rem;
	font-size: 1rem;
	-webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	-o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	margin: 0;
	border: 0;
	-webkit-border-radius: .125rem;
	border-radius: .125rem;
	cursor: pointer;
	white-space: normal;
	word-wrap: break-word;
	color: #fff;
	width: 100%;
}
.card.prod-card:hover .prod-btn-card {
	background: #E30613;
}
.prod-card {
	border: 1px solid rgb(245, 245, 245);
}
.prod-img-top {
	width: 100%;
	border-top-left-radius: calc(.25rem - 1px);
	border-top-right-radius: calc(.25rem - 1px);
	position: relative;
	overflow: hidden;
	border-radius: 0;
	z-index: 1;
}
.card-title-prod {
	font-size: 1rem;
    font-weight: 600;
    color: #003366;
    padding: 0.5rem;
    min-height: 96px;
    align-items: center !important;
    display: flex !important;
}
.card-footer.prod-footer {
	padding: 0 !important;
	background-color: rgba(255, 255, 255, 0.03);
	border-top: 0px !important;
}
p.results {
	color: #383838 !important;
	font-weight: 500;
	font-size: 15px;
	}
	
.custom-select:focus {
	/*color: #495057;*/
	border-color: #80bdff00;
	font-weight: 600;
	box-shadow: 0 0 0 0.1rem rgb(227 6 19);
	
/*    border-color: #80bdff;*/
/*    outline: 0;*/
/*    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25); */
}

.form-control:focus {
	color: #495057;
	background-color: #ffffff;
	font-weight: 600;
	box-shadow: 0 0 0 0.1rem rgb(227 6 19);
}
.form-control {
	color: #495057;
	background-color: #ffffff;
	border: 1px solid #f5f5f5;
	font-weight: 600;
}
input.sort_rang.product_brand {
	margin-right: 1rem;
}
input.sort_rang.product_application {
	margin-right: 1rem;
}
input.sort_rang.product_subcategory {
	margin-right: 1rem;
}
.card-body.filter {
	padding: 0px !important;
}
li.list-group-item.filter {
	border: 1px solid rgba(181, 181, 181, 0.125);
}
.card-title.filter {
	margin-bottom: 0px !important;
	font-size: 1rem;
	padding: 0.85rem 1rem;
	background: rgb(245, 245, 245);
}
.page-link {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #383838 !important;
	background-color: #fff;
	border: 0px !important;
	font-weight: 600;
}
.page-item.active .page-link {
	z-index: 1;
	color: #003366 !important;
	background-color: #f5f5f5;
	border-color: #f5f5f5;
	font-weight: 600;
}
.card.list {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	width: 100%;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 0px !important;
	border-radius: .25rem;
}
.caption.card-body {
	padding: 0.5rem 1rem;
}
.card-img-top {
	width: 100%;
	border-top-left-radius: calc(.25rem - 1px);
	border-top-right-radius: calc(.25rem - 1px);
	padding: 1.5rem;
}

@media (min-width: 576px){
	.card-deck .card {
		display: -ms-flexbox;
		display: flex;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-right: 3px !important; 
		margin-bottom: 0;
		margin-left: 3px !important; 
	}
}
.slide-image {
	width: 100%;
}
.carousel-holder {
	margin-bottom: 30px;
}
.carousel-control,
.item {
	border-radius: 4px;
}
.caption {
	overflow: hidden;
}
.caption h4 {
	white-space: nowrap;
}
.thumbnail img {
	width: 100%;
}
.ratings {
	padding-right: 10px;
	padding-left: 10px;
	color: #d17581;
}
.thumbnail {
	padding: 0;
}
.thumbnail .caption-full {
	padding: 9px;
	color: #333;
}
h5.option-header {
	line-height: 1.1;
	display: inline-block;
	margin-bottom: 0;
	padding-bottom: 10px;
	text-transform: uppercase;
}
h5.option-header:after {
	content: " ";
	display: block;
	width: 100px;
	height: 2px;
	margin-top: .6rem;
	background: #E30613;
}
.card.product {
	border: 1px solid rgb(245, 245, 245);
	position: relative;
	margin-bottom: 1rem;
	height: 100%;
	border-radius: 0px !important;
}
a.product-name {
	color: #003366;
	font-size: 1.2rem;
	font-weight: 600;
}
div#results {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
button.btn.btn-link.filter-button {
	text-align: left;
}
.filter-button {
	color: #003366 !important;
	text-decoration: none !important;
	font-weight: 700 !important;
	font-size: 1rem !important;
	position: relative;
	width: 100% !important;
}
.filter-button::after {
	content: "\f107";
	color: #003366;
	top: 3px;
	right: 2px;
	left: 90% ;
	position: absolute;
	font-family: "FontAwesome";
	z-index: 5;
	font-size: 1.5rem;
}
.filter-button[aria-expanded="true"]::after {
	content: "\f106";
}
table.table-hover.tech-specs {
	border: 1px solid rgba(56, 56, 56, 0.13);
	text-align: center;
}
.table td,
.table th {
	padding: .75rem;
	vertical-align: top;
	border: 1px solid #dee2e6 !important;
}

/*------END---PRODUCT FILTER-----------*/

/*---------4-START ABOUT PAGE-----*/
#about {
	padding: 60px 0 30px 0;
}
#about .about-img {
	overflow: hidden;
}
#about .about-img img {
	margin-left: -15px;
	max-width: 100%;
}
#about .content h2 {
	color: #003366;
	font-weight: 700;
	font-size: 36px;
	text-transform: none !important;
}
#about .content h3 {
	color: #555;
	font-weight: 300;
	font-size: 18px;
	line-height: 26px;
	font-style: italic;
}
#about .content p {
	line-height: 26px;
}
#about .content p:last-child {
	margin-bottom: 0;
}
#about .content i {
	font-size: 20px;
	padding-right: 4px;
	color: #50d8af;
}
#about .content ul {
	list-style: none;
	padding: 0;
}
#about .content ul li {
	padding-bottom: 10px;
}
#timeline {
	list-style: none;
	position: relative;
	width: 100%;
	/* background-color: #003366; */
}
#timeline:before {
	top: 0;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 2px;
	background-color: #E30613;
	left: 50%;
	margin-left: -1.5px;
}
#timeline .clearFix {
	clear: both;
	height: 0;
}
#timeline .timeline-badge {
	color: #fff;
	width: 25px;
	height: 25px;
	font-size: 1.2em;
	text-align: center;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -13px;
	background-color: #fff;
	z-index: 6;
	border-radius: 50%;
	border: 2px solid #E30613;
}
#timeline .timeline-badge.timeline-filter-movement {
	background-color: #ffffff;
	font-size: 1.7em;
	height: 35px;
	margin-left: -18px;
	width: 35px;
	top: 40px;
}
#timeline .timeline-badge.timeline-filter-movement a span {
	color: #E30613;
	font-size: 1.3em;
	top: -1px;
}
#timeline .timeline-badge.timeline-future-movement {
	background-color: #ffffff;
	height: 120px;
	width: 120px;
	font-size: 1.7em;
	top: -16px;
	margin-left: -60px;
	border: 2px solid #E30613;
}
#timeline .timeline-badge.timeline-future-movement p {
	color: #003369;
	position: absolute;
	top: 44px;
	left: 28px;
}
#timeline .timeline-badge.timeline-future-movement a span {
	color: #E30613;
	font-size: .9em;
	top: 0;
	left: 1px;
}
#timeline .timeline-movement {
	/*   border-bottom: dashed 1px #E30613; */
	
	position: relative;
	margin-bottom: 3rem;
}
#timeline .timeline-movement.timeline-movement-top {
	height: 60px;
}

/* #timeline .timeline-movement .timeline-item {
	
	padding: 20px 0;
	
} */
#timeline .timeline-movement .timeline-item .timeline-panel {
	border: 1px solid #d4d4d4;
	border-radius: 3px;
	background-color: #FFFFFF;
	color: #666;
	padding: 10px;
	position: relative;
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
#timeline .timeline-movement .timeline-item .timeline-panel .timeline-panel-ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#timeline .timeline-movement .timeline-item .timeline-panel.credits .timeline-panel-ul .lefting-wrap {
	float: right;
	width: 30%;
	background-color: floralwhite;
}
#timeline .timeline-movement .timeline-item .timeline-panel.credits .timeline-panel-ul .righting-wrap {
	float: left;
	padding: 12px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
#timeline .timeline-movement .timeline-item .timeline-panel.credits .timeline-panel-ul li {
	color: #666;
	width: 100%;
}
.clear {
	clear: both;
}
#timeline .timeline-movement .timeline-item .timeline-panel.debits .timeline-panel-ul .lefting-wrap {
	float: left;
	width: 30%;
	background-color: floralwhite;
}
#timeline .timeline-movement .timeline-item .timeline-panel.debits .timeline-panel-ul .righting-wrap {
	float: right;
	padding: 0 0 0 12px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
#timeline .timeline-movement .timeline-item .timeline-panel.debits .timeline-panel-ul li.img-wraping {
	width: 100%;
}
#timeline .timeline-movement .timeline-item .timeline-panel.debits .timeline-panel-ul li.img-wraping a img,
#timeline .timeline-movement .timeline-item .timeline-panel.credits .timeline-panel-ul li.img-wraping a img {
	width: 100%;
}
#timeline .timeline-movement .timeline-item .timeline-panel.debits .timeline-panel-ul li {
	color: #666;
	width: 100%;
}
#timeline .timeline-movement .timeline-item .timeline-panel.credits .timeline-panel-ul li a.importo {
	color: #468c1f;
	font-size: 1.3em;
	font-weight: 600;
}
#timeline .timeline-movement .timeline-item .timeline-panel.debits .timeline-panel-ul {
	text-align: left;
}
#timeline .timeline-movement .timeline-item .timeline-panel.debits .timeline-panel-ul a.importo {
	color: #e2001a;
	font-size: 1.3em;
	font-weight: 600;
}

/*------END ABOUT TIMELINEEND*-------/	
	
	
	
/*----------BREADCRUMB NAV------------*/
.container.breadcrumbs {
	color: #b7b7b6;
	font-size: 0.9rem;
	padding: 0.8rem;
}
.container.breadcrumbs a {
	color: #b7b7b6;
	font-size: 0.9rem;
	text-decoration: none;
}
.container.breadcrumbs a:hover {
	font-weight: 600;
	text-decoration: none;
}

/*----------BREADCRUMB NAV END------------*/

/*-------------PAGE HEADER START------------------*/
.catHeader {
	/* background: #e5e5e7; */
	background: #003366!important;
	max-width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	height: 18vh;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 8rem;
	padding-bottom: 8rem;
	margin-bottom: 1.5rem;
}

.catHeader h1 {
	color: white!important;
}
.oxygen-header {
	background-image: url(../jpg/parameter_page_mock1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100% !important;
	overflow-y: hidden;
	overflow-x: hidden;
	min-width: 100%;
	min-height: 100%;
}
.moisture-header {
	background-image: url(../jpg/pst-test2.jpg);
	max-width: 100%;
	height: 347px !important;
}
.header-txt {
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.1;
	letter-spacing: 2px;
	z-index: 50;
	color: #002264;
}
.header-p {
	font-size: 1.1rem;
	font-weight: 400;
	color: #D3D3D3;
}

/*-------------PAGE HEADER END------------------*/

/*-----------CONTAINERS & BUTTONS-------------*/
.tech-support-cont{
    width: 100%;
    background-color: whitesmoke;
    padding: 6rem;
    margin-bottom: 0.5rem;
}

.nxt {
	font-size: 1.2rem;
}
.prev {
	font-size: 1.2rem;
}
button.btn.btn-link.doc-button {
	text-align: left;
}
.doc-button {
	color: #003366 !important;
	text-decoration: none !important;
	font-weight: 700 !important;
	font-size: 1rem !important;
	position: relative;
	width: 100% !important;
}
.doc-button::after {
	content: "\f107";
	color: #003366;
	top: 3px;
	right: 2px;
	left: 90%;
	position: absolute;
	font-family: "FontAwesome";
	z-index: 5;
	font-size: 1.5rem;
}
.doc-button[aria-expanded="true"]::after {
	content: "\f106";
}
.grey-container {
	background-color: #f5f5f5;
	padding: 1rem;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
	border-radius: .125rem;
}
.red-btn {
	background-color: #E30613;
	color: white;
	width: 100%;
	padding: 0.8rem;
	border-radius: 2px;
	border: 2px solid #E30613;
	
	
	
}
.red-btn-rev {
	background-color: none;
	color: #E30613;
	width: 100%;
	margin-top: 0.5rem;
	padding: 0.8rem;
	border: 2px solid #E30613;
	border-radius: 0.125rem;
}
.red-btn:hover {
	color: #ffffff !important;
	text-decoration: none;
	background-color: #232e63;
	box-shadow: 0px 2px 6px rgba(83, 88, 93, 0.15);
	border: 2px solid #232e63;
	-webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	-o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}
.red-btn-rev:hover {
	background-color: #E30613;
	box-shadow: 0px 2px 6px rgba(83, 88, 93, 0.15);
	border: 2px solid #E30613;
	color: white;
}
.prodRange-container {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}
.prodRange-container-mobile {
	display: none;
}
.blue-btn {
	background-color: #111e54;
	color: white;
	border-radius: 1px;
	padding: 1rem 1rem 1rem 1rem;
	width: 100%;
	text-align: left;
	border-radius: 0.125rem;
}
.blue-btn:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #E30613;
}
.grey-sect {
	background-color: #f5f5f5;
	width: 100%;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding: 1.5rem;
	/*-webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.08);
		
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.08); */
}
.grey-btn {
	background-color: #f5f5f5;
	border-radius: 0.125rem;
	color: #505050;
	margin-top: 0.5rem;
	padding: 0.8rem 2rem 0.8rem 2rem;
	border: 2px solid #f5f5f5;
}
.grey-btn:hover {
	color: #171d40;
	box-shadow: 0px 2px 6px rgba(83, 88, 93, 0.15);
	background-color: #e2e2e2;
	font-weight: 600;
	border: 2px solid #e2e2e2;
}
.btn-round {
	border-radius: 50%;
	width: 2.5rem;
	height: 2.5rem;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.btn-social {
	color: #fff;
	background-color: #E30613;
	border-color: #E30613;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
	opacity: 0.7;
}
.btn-social:hover {
	color: #fff;
	background-color: #E30613;
	border-color: #E30613;
	opacity: 1;
}
.white-container {
	background-color: #ffffff;
	padding: 1rem;
}
svg#ui-to-top {
	display: none;
}
.clear-btn {
	color: #002264;
	margin-top: 0.5rem;
	padding: 0;
	border-radius: 0.125rem;
	text-align: left;
}
.clear-btn:hover {
	font-weight: 600;
	color: #002264;
}
.down-btn {
	color: #002264;
	/* width: 100%; */
	
	margin-top: 0.5rem;
	padding: 0.8rem;
	border-radius: 0.155rem;
	background-color: rgba(245, 245, 245, 0.51);
	font-weight: 600;
	float: right;
}
.down-btn:hover {
	color: #0c1443;
	text-decoration: none;
	font-weight: 700;
}
svg.svg-inline--fa.fa-chevron-right.fa-w-10.hvr-icon.pl-2 {
	width: 2rem !important;
}
.blue-container {
    background-color: #f1f7fd !important;
    padding-top: 3rem;
    padding-bottom: 3rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
/*-----------END OF CONTAINERS & BUTTONS-------------*/

/*-------------START OF PRODUCT PAGE STYLING--------------*/
.form-container {
    width: 841px;
    padding: 3rem;
	/* background-color: #ffffff; */
}
h5.blue.card-title {
	color: #003369;
	font-weight: 600;
}
.item {
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	color: #171d40;
	font-size: 1.1rem;
	margin: 0.5rem;
	font-weight: 600;
	width: 100%;
}
.item:hover {
	color: #161d40;
	font-weight: 700;
	/* text-align: center; */
}
.item2 {
	display: block;
	overflow: hidden;
	padding-bottom: 10px;
}
.content1 {
	overflow: hidden;
	white-space: normal;
	text-overflow: ellipsis;
	line-height: 1.2em;
	/* max-height = line-height (1.2) * lines max number (3) */
	
	max-height: 3rem;
	/* fix problem when last visible word doesn't adjoin right side  */
	
	text-align: justify;
}
.txtcol {
	display: none;
	color: blue;
	cursor: pointer;
}
.maincontent {
	display: inline-block;
	vertical-align: top;
}
a.btn-overflow1 {
	color: #E30613;
	font-weight: 600;
	padding-bottom: 1rem;
}
.overflow1 {
	height: 150px;
	display: block;
	overflow: hidden;
	word-break: break-word;
	word-wrap: break-word;
}
div#nav-applications {
	padding: 1rem 2.5rem;
	color: #003366;
	font-size: 1.15rem;
	justify-content: center!important;
}
.tab-pane a {
	text-decoration: none !important;
	/* color: #003366; */
}
.tab-pane a:hover {
	text-decoration: none !important;
	/* color: #E30613; */
}
.overflow {
	height: 400px;
	display: block;
	overflow: hidden;
	word-break: break-word;
	word-wrap: break-word;
}
.btn-overflow {
	display: none;
	text-decoration: none;
	color: #171d40;
	font-size: 1.1rem;
	margin: 0.5rem;
	font-weight: 600;
}
.btn-overflow:hover {
	color: #151a3a;
	text-decoration: none;
}
.prodnav-item {
	margin-bottom: -1px;
}
.prodtab-content {
	background-color: #f5f5f5;
	padding-bottom: 2px;
}
.prodnav-link {
	padding: 20px 20px 20px 20px;
	color: white;
	width: 277px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
}
.prodnav-tabs .prodnav-link:focus,
.prodnav-tabs .prodnav-link:hover {
	text-decoration: none;
	color: white;
	background-color: #1d244e;
}
.prodnav-tabs {
	background-color: #003366;
	/* padding-bottom: 2.5px; */
}
.prodnav-tabs .prodnav-item.show .prodnav-link,
.prodnav-tabs .prodnav-link.active {
	color: #ffffff;
	background-color: #e30613;
	
/* background-color: #171d40; */
	border-color: #dee2e6 #dee2e6 #fff;
}
.prodtab-content>.prodtab-pane {}
.prodtab-content>.prodtab-pane {
	display: none;
}
.prodtab-content>.active {
	display: block;
}

/*--------------Image Tabs----------------*/
.nav-pills .nav-link img {
	width: 100%;
	opacity: 0.65;
}
.nav-pills .nav-link.active img {
	opacity: 1;
}
.nav-link {
	padding: 0rem !important;
}
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	color: #fff;
	background-color: transparent !important;
	border-bottom: 2px solid #E30613;
}
.nav-pills .nav-link {
	border-radius: .0px !important;
	margin: 2px;
	box-shadow: 0px 1px 3px rgba(83, 88, 93, 0.15);
}
.tab-content>.active img {
	width: 100%;
	border-radius: 0.120rem;
}
.tab-content>.tab-pane {
	/* border: 1px solid #f5f5f5; */
	font-size: 1.2rem;
}

/*------------------Downloads tab --------------*/
.download-item {
	color: #171d40;
	padding: 0.75rem 0.75rem 0.25rem 0.75rem;
	font-size: 1.2rem;
	margin-top: 0.5rem;
}
.download-item:hover {
	text-decoration: none;
	font-weight: 600;
	color: #003366;
}
.download-item.active {
	font-weight: 600;
}
.download-item.active:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	background: #E30613;
	height: 2px;
	right: 0 !important;
}
.download-content {
	margin-top: 0.5rem;
	padding-top: 0.75rem;
}
.card.related-prod {
	border: 1px solid #f5f5f5 !important;
}

/*-------------END OF PRODUCT PAGE STYLING--------------*/


/*-------------START OF BLOG/NEWS STYLING--------------*/
.abs {
    font-size: 1.1rem;
    color: #003369;
}
.figure {
    width: 100%;
    text-align: center;
}
.keyword-blog-page a {
	color: #383838 !important;
}
.keyword-blog-page a:hover {
	color: #ffffff !important;
}
h5.filter-no {
	color: #383838;
	font-size: 1rem;
	font-weight: 600;
	text-align: center;
}
.blog-nav {
	background-color: white;
	padding: 1rem;
	position: absolute;
	top: 93%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	width: 50%;
	border-radius: 0.125rem;
}
li.nav-item.blog-nav-item {
	color: #003366;
}
.blog-link.active {
	color: #003366;
	font-weight: 600;
	font-size: 1.15rem;
	width: 4rem;
	padding-bottom: 0.3rem;
}
.blog-link {
	color: #003366;
	padding-bottom: 0.3rem;
	width: 4rem;
}
.blog-link:hover {
	color: #003366;
	text-decoration: none;
}
.details-card {
	background: #ecf0f1;
}
.card-content {
	background: #ffffff;
	border: 4px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}
.card-img {
	position: relative;
	overflow: hidden;
	border-radius: 0;
	z-index: 1;
}
.card-img img {
	width: 100%;
	height: auto;
	display: block;
}
.card-img span {
	position: absolute;
	top: 15%;
	left: 12%;
	background: #E30613;
	padding: 6px;
	color: #fff;
	font-size: 12px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	transform: translate(-50%, -50%);
}
.card-img span h4 {
	font-size: 12px;
	margin: 0;
	padding: 10px 5px;
	line-height: 0;
}
.card-desc {
	padding: 0.5rem;
}
p.date {
	font-size: 0.85rem;
	color: #a5a5a5;
	font-weight: 400;
}
.card-desc h3 {
	color: #003369;
	font-weight: 600;
	font-size: 1.15rem;
	line-height: 1.3em;
	margin-top: 0;
	margin-bottom: 5px;
	padding: 0;
}
.card-desc p {
	color: #747373;
	text-align: center;
	font-size: 12px;
	font-weight: 400;
	font-size: 1em;
	line-height: 1.1;
	margin: 0px;
	margin-bottom: 20px;
	padding: 0;
}
.btn-card {
	background-color: #E30613;
	color: #fff;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
	padding: .54rem 2.14rem;
	font-size: .81rem;
	-webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	-o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	margin: 0;
	border: 0;
	-webkit-border-radius: .125rem;
	border-radius: .125rem;
	cursor: pointer;
	text-transform: uppercase;
	white-space: normal;
	word-wrap: break-word;
	color: #fff;
	float: right;
}

/*
	
	.btn-card:hover {
	
	background: #003366;
	
} */
a.btn-card {
	text-decoration: none;
	color: #fff;
}
.card-footer.news-footer {
	background-color: rgba(255, 255, 255, 0.03);
	border-top: 0px !important;
}

/* End card section */
.keyword {
	font-size: 0.85rem;
	background-color: whitesmoke;
	width: 100%;
	text-align: center;
	padding: 0.55rem;
	border-radius: .125rem;
	font-weight: 600;
}
.tab-content>.blog-pane {
	border: 0px !important;
	font-size: inherit;
}
.blog-link.active:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	background: #E30613;
	height: 2px;
	right: 0 !important;
}
.card-content.blog:hover .btn-card {
	background: #003366;
}
.card-content.blog:hover .card-img img {
	-moz-transform: scale(1.03);
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
}
.card-content.blog .card-img img {
	width: 100%;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
	border-radius: 0.225rem;
}
.keyword-blog-page {
	font-size: 0.85rem;
	background-color: whitesmoke;
	width: auto;
	text-align: center;
	padding: 0.55rem;
	border-radius: .125rem;
	margin-bottom: 0.1rem;
	margin-left: 0.1rem;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.keyword-blog-page:hover {
	background-color: #252e64;
	color: #ffffff;
}
.related-title {
	font-size: 0.95rem;
	font-weight: 600;
}
.related-txt {
	font-size: 0.8rem;
	line-height: 0.9rem;
}

/*-------------END OF BLOG/NEWS STYLING--------------*/

/*-------------START CONTACT STYLING--------------*/
.bg-overlay {
	background: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.45)), url(../jpg/pstwavebanner.jpg);
	background-repeat: no-repeat;
	background-size: inherit;
	background-position: center center;
	color: #383838;
	padding: 2rem;
	border-radius: .125rem;
}
.contact-box .contact-info {
	margin-bottom: 30px;
}
.contact-box-icon {
	text-align: center;
	font-size: 3.5rem !important;
	position: absolute;
	top: -3%;
	left: 45%;
	color: #E30613;
}
.contact-text {
	color: #383838;
	font-size: 1.25rem;
}
.contact-text-location {
	color: #383838;
	font-size: 1rem;
	font-weight: 600;
}
.icon-email {
	font-size: 2.2rem;
	position: absolute;
	top: -3%;
	left: 46%;
}
a.email {
	color: #E30613 !important;
	text-decoration: none;
	word-break: break-all;
}
.location {
	margin: 1rem 0rem;
}
.interactive-map {
	margin: 0 auto;
	width: 65%;
}
img[usemap] {
	height: auto;
	max-width: 100%;
	width: auto;
}
.loc-link {
	padding: 1.25rem;
	text-align: center;
	text-transform: uppercase;
	font-size: 1.25rem;
	color: white;
}
.loc-link:hover {
	color: white;
	font-weight: 600;
}
.loc-link.active.show {
	background-color: #e30613;
}
.address {
	font-size: 0.95rem!important;
}
.loc-btn {
	color: #e31112 !important;
	width: auto !important;
	padding: 0.5rem;
	cursor: pointer;
}

/*-------------END OF CONTACT STYLING--------------*/

/*-------------START OF APPLICATION STYLING--------------*/
.app-benefits {
	font-weight: 600;
}
.blue-sect {
	background-color: #002264;
	width: 100%;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding: 1.5rem;
	-webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.08);
	color: white;
}
.app-title {
	color: #002264;
	font-weight: 600;
}
.white-block {
	background-color: white;
	position: absolute;
	top: 111%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	max-width: 700px;
	padding: 1rem 1rem 0.3rem 1rem;
}
.cat-btn {
	position: absolute;
	top: 68%;
	left: 66%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	background-color: #E30613;
	color: #ffffff;
	font-size: 0.9rem;
	/* padding: 10px 22px 5px 22px; */
	
	border: none;
	cursor: pointer;
	border-radius: 0.124rem !important;
	max-width: 176px;
}
.card-content.app {
	box-shadow: none !important;
}
h3.app-link {
	color: #ffffff!important;
	background-color: #003366!important;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-transition-duration: 0.1s;
	transition-duration: 0.3s;
	text-decoration: none;
	font-size: 1.2rem !important;
	position: absolute;
	top: 35%;
	z-index: 7;
	font-weight: 500 !important;

}


.card-content.app:hover .app-link {
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}
.card-body.case-study {
	padding: 0.85rem !important;
	cursor: pointer;
}
.card.case-study {
	border: 0px !important;
	border-radius: .123rem;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
	cursor: pointer;
	display: block;
	transition: all 0.2s ease-in-out;
}
.card.case-study:hover {
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.card-content.app:hover .card-img img {
	-moz-transform: scale(1.03);
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
}
.card-content.app .card-img img {
	width: 100%;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
	border-radius: 0.125rem;
}
.card-img.app::after {
	display: block;
	position: relative;
	background-image: linear-gradient(to right, rgb(0, 51, 105) 46%, rgba(255, 255, 255, 0.14) 100%);
	/* margin-top: -150px; */
	
	height: 100%;
	width: 100%;
	content: '';
	top: -100%;
}
.card-desc {
	cursor: pointer;
}
.app-img {
	border-radius: 0.135rem;
}
.card-desc.app_page {
	padding: 0.4rem;
}
p.app_page {
	font-size: 0.85rem;
}

/*-------------END OF APPLICATION STYLING--------------*/

/*-------------EVENT PAGE --------------*/
.event-card {
	padding: 0px !important;
	margin-bottom: 15px;
	background-color: #ffffff;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border: 1px solid #f0f0f0;
	border-radius: 0px !important;
}
.event-card:hover {
	border-color: #c3c3c38a!important;
}
.event-title {
	font-size: 1.5rem !important;
	font-weight: 600;
	color: #383838;
	margin-bottom: 0.8rem !important;
	margin-top: 0.5rem !important;
}
.post-date {
    top: -15px;
    left: -15px;
    z-index: 1;
    width: 70px;
    height: 70px;
    padding: 10px;
    text-align: center;
    position: absolute;
    color: #ffffff;
    background: -webkit-gradient(linear, left top, right bottom, from(#E30613), to(#e30613));
    background: -webkit-linear-gradient(top left, #dc3545, #007bff);
    background: -o-linear-gradient(top left, #003366, #003366);
    background: linear-gradient(to bottom right, #dc3545, #003366);
}
.event-image .post-date .date {
	font-weight: 900;
	font-size: 24px;
}
.event-image .post-date .month {
	font-size: 16px;
	text-transform: uppercase;
}
span.event-icon {
	float: left;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin-right: 10px;
	color: #ffffff;
	border-radius: 100%;
	background-color: #e61b22;
}
.event-info-list {
	margin-right: 10px;
}
.event-info-list .info-content small {
	font-weight: 700;
	font-size: 14px;
}
.event-info-list .info-content h3 {
	font-weight: 900;
	font-size: 18px;
}
.details-btn {
	z-index: 1;
	font-weight: 600;
	overflow: hidden;
	padding: 10px 40px;
	position: relative;
	border-radius: 0;
	color: #878787;
	font-size: 14px;
	text-transform: uppercase;
	background: #f7f7f7;
	float: right;
}
.event-body {
	padding: 0.5rem 1rem !important;
}
.details-btn:before {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	z-index: -1;
	content: '';
	position: absolute;
	border-radius: 0px;
	background: -webkit-gradient(linear, left top, right bottom, from(#E30613), to(#94030e));
	background: -webkit-linear-gradient(top left, #E30613, #94030e);
	background: -o-linear-gradient(top left, #E30613, #94030e);
	background: linear-gradient(to bottom right, #E30613, #94030e);
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.details-btn:hover {
	color: #ffffff;
	background: #e41b22;
}
.details-btn:hover:before {
	opacity: 1;
}
.info-content {
	margin: 1rem;
}
.event-details-section .event-details .event-info-list ul {
	width: 100%;
	display: table;
	padding: 0px !important;
}
.event-details-section .event-details .event-info-list ul li {
	width: 32%;
	padding: 15px;
	border-radius: 3px;
	background-color: #f7f7f7;
	margin: 0.15rem;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}
.ul-li ul li {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	display: inline-block;
}
.event-details-section .event-details .event-info-list ul li .event-content {
	display: table;
	padding-left: 15px;
}
.event-details-section .event-details .event-info-list ul li .icon {
	float: left;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 100%;
	color: #ffffff;
	font-size: 18px;
	background-color: #E30613;
}
.event-details-section .event-details .event-info-list ul li .event-content .event-title {
	font-weight: 700;
	color: #383838;
	font-size: 1rem !important;
}
.event-details-section .event-details .event-info-list ul li .event-content .event-date {
	margin: 0px;
	font-weight: 900;
	color: #333333;
	font-size: 16px;
	text-transform: uppercase;
}
.event-body:hover .btn-card {
	background: #003366;
}
.card.event-card {
	cursor: pointer;
}

/*-------------END OF EVENT PAGE --------------*/

/*-------------TEXT & LISTS--------------*/
h2.blue {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: #2c4964;
	text-align: center;
}
.pst-grey{    color: #002264;
    font-weight: 700;
margin: 1rem 0rem;}
.blue{
	color: #003369 !important;
	
}
.small-header {
	font-size: 1.5rem !important
}
.sub-section {
	font-size: 2.5rem;
}
.location-name {
	font-weight: 600;
	color: #003366 !important;
}
a.tel:hover {
	font-weight: 600;
}
a.tel {
	color: #E30613 !important;
	text-decoration: none;
}
.red-span {
	color: #E30613 !important;
}
.title:after {
	content: '';
	display: block;
	width: 2rem;
	margin: 1rem 0 1.5rem;
	border-top: 2px solid #E30613;
}
.title {
	font-size: .95rem;
	font-weight: 600;
	letter-spacing: 0;
	text-transform: uppercase;
}
.related {
	font-size: 1.2rem;
	color: #003366;
    font-weight: 600;
}
.red-txt {
	color: #E30613 !important;
	font-weight: 600;
}
.list-group-item {
	position: relative;
	display: block;
	padding: .75rem 1.25rem;
	margin-bottom: -1px;
	background-color: inherit;
	border: 1px solid rgba(0, 0, 0, .125);
}
.card-title {
	margin-bottom: 0.2rem !important;
	font-size: 1rem;
}
.h2-title {
	font-size: 1.25rem !important;
}
.card-text {
	font-size: 0.8rem;
	margin-bottom: 0.2rem;
	line-height: 1.2rem;
}
.features {
	list-style: disc;
}
.product-title {
    font-size: 2rem !important;
    font-weight: 700;
    color: #003369;
}
.product-sub {
	font-size: 1.5rem !important;
}
.blog-lead {
	font-size: 1.65rem;
	margin-bottom: 2rem;
	margin-top: 2rem;
}
.blog-1 {
	font-size: 1.35rem;
	font-weight: 600;
	margin-top: 2rem;
}
.more-link {
	text-decoration: none !important;
	color: #0e1747;
	font-size: 16px;
	vertical-align: unset !important;
}
.more-icon {
	font-size: 13px;
}
.more-link:hover {
	color: #003366;
	font-weight: 700;
}
.red-link:hover {
	font-weight: 700;
	color: #E30613;
}
.red-link {
	color: #E30613;
}
.top-link {
	color: white;
	padding-top: 31px;
	-ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
	display: -ms-flexbox!important;
    display: flex!important;
} 
.top-link a {
	color: white;
}

.top-link a:hover {
	color: #E30613;
}
a.top-btn {
	padding: 10px;
    border: 1px solid white;
    border-radius: 5px;
    font-weight: 600;
    margin: 7px;
    min-width: 228px;
	text-align: center;
} 
a.top-btn:hover {
	border: 1px solid #E30613;
	
	
}
/* -----------POP UP --------------*/

.fPcaXT button, .fPcaXT [type='button'], .fPcaXT [type='reset'], .fPcaXT [type='submit'] {
   
    bottom: 100px;

}

#return-to-top {
	position: fixed;
	bottom: 100px;
	right: 20px;
	z-index: 10;
	background: #E30613;
	width: 40px;
	height: 40px;
	display: block;
	text-decoration: none;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 11px;
	opacity: 0.5;
	display: none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#return-to-top:hover {
	background: #E30613;
	opacity: 1;
}
.up-icon {
	margin-left: 13px;
	margin-top: 12px;
	color: white;
}

/*-----------START OF HOVER EFFECTS---------*/

/* Underline From Left */
.hvr-underline-from-left {
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	overflow: hidden;
}
.hvr-underline-from-left:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	right: 100%;
	bottom: 0;
	background: #2098D1;
	height: 2px;
	-webkit-transition-property: right;
	transition-property: right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-underline-from-left:hover:before,
.hvr-underline-from-left:focus:before,
.hvr-underline-from-left:active:before {
	right: 0;
}

/* Icon Up */
@-webkit-keyframes hvr-icon-up {
	0%,
	50%,
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	25%,
	75% {
		-webkit-transform: translateY(-6px);
		transform: translateY(-6px);
	}
}
@keyframes hvr-icon-up {
	0%,
	50%,
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	25%,
	75% {
		-webkit-transform: translateY(-6px);
		transform: translateY(-6px);
	}
}

/* Icon Up */
.hvr-icon-up {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-icon-up .hvr-icon {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}
.hvr-icon-up:hover .hvr-icon,
.hvr-icon-up:focus .hvr-icon,
.hvr-icon-up:active .hvr-icon {
	-webkit-animation-name: hvr-icon-up;
	animation-name: hvr-icon-up;
	-webkit-animation-duration: 0.75s;
	animation-duration: 0.75s;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

/* Icon Down */
@-webkit-keyframes hvr-icon-down {
	0%,
	50%,
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	25%,
	75% {
		-webkit-transform: translateY(6px);
		transform: translateY(6px);
	}
}
@keyframes hvr-icon-down {
	0%,
	50%,
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	25%,
	75% {
		-webkit-transform: translateY(6px);
		transform: translateY(6px);
	}
}

/* Icon Down */
.hvr-icon-down {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-icon-down .hvr-icon {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	font-size: 0.85rem;
}
.hvr-icon-down:hover .hvr-icon,
.hvr-icon-down:focus .hvr-icon,
.hvr-icon-down:active .hvr-icon {
	-webkit-animation-name: hvr-icon-down;
	animation-name: hvr-icon-down;
	-webkit-animation-duration: 0.75s;
	animation-duration: 0.75s;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}
.hovereffect {
	width: 263px;
      height: 400px;
	margin: 0.2rem;
	height: 100%;
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: pointer;
	background-image: url(../png/waveoverlay.png);
	  border-radius: 10px;
      box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}
.hovereffect .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	padding: 50px 20px;
	background: -moz-radial-gradient(circle, #0033666b 0%, rgb(0 51 102 / 64%) 0%, #003366cf 100%, #0033662e 100%, #00336642 100%, #0027623d 100%, #00276273 100%);
	background: -webkit-radial-gradient(circle, #0033666b 0%, rgb(0 51 102 / 64%) 0%, #003366cf 100%, #0033662e 100%, #00336642 100%, #0027623d 100%, #00276273 100%);
	/* LIGHTER VERSION */
	background: radial-gradient(ellipse at center, #0033666b 0%, rgb(0 51 102 / 64%) 0%, #003366cf 100%, #0033662e 100%, #00336642 100%, #0027623d 100%, #00276273 100%);
	/* background: radial-gradient(ellipse at center, #081327 0%, rgba(8, 19, 39, 0.64) 0%, #08132a 100%, #081325 100%, #081328 100%, #060e1f 100%, #060e22 100%);*/

}
.hovereffect img {
	display: block;
	position: relative;
	max-width: none;
	width: calc(100% + 20px);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-10px, 0, 0);
	transform: translate3d(-10px, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.hovereffect:hover img {
	opacity: 0.2;
	filter: alpha(opacity=40);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.hovereffect h2 {
	text-transform: none !important;
	color: #fff;
	text-align: left;
	position: relative;
	font-size: 1.2rem;
	overflow: hidden;
	padding: 0.5rem;
	background-color: transparent;
}
.hovereffect h2:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #ffffff;
	content: '';
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}
.hovereffect:hover h2:after {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.hovereffect a,
.hovereffect p {
	color: #FFF;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}
.hovereffect p {
	padding-left: 0.5rem;
	text-align: left;
}
.hovereffect:hover a,
.hovereffect:hover p {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/* Icon Forward */
.hvr-icon-forward {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-transition-duration: 0.1s;
	transition-duration: 0.3s;
}
.hvr-icon-forward .hvr-icon {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition-duration: 0.1s;
	transition-duration: 0.1s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-icon-forward:hover .hvr-icon,
.hvr-icon-forward:focus .hvr-icon,
.hvr-icon-forward:active .hvr-icon {
	-webkit-transform: translateX(4px);
	transform: translateX(4px);
}

/* Underline From Left */
.hvr-underline-from-left {
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	overflow: hidden;
}
.hvr-underline-from-left:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	right: 100%;
	bottom: 0;
	background: #E30613;
	height: 2px;
	-webkit-transition-property: right;
	transition-property: right;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-underline-from-left:hover:before,
.hvr-underline-from-left:focus:before,
.hvr-underline-from-left:active:before {
	right: 0;
}
@keyframes slideInUp {
	from {
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}
	
	to {
		transform: translate3d(0, 0, 0);
	}
}
.slideInUp {
	animation-name: slideInUp;
}

/* Icon Sink */
.hvr-icon-sink {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.hvr-icon-sink .hvr-icon {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-icon-sink:hover .hvr-icon,
.hvr-icon-sink:focus .hvr-icon,
.hvr-icon-sink:active .hvr-icon {
	-webkit-transform: translateY(4px);
	transform: translateY(4px);
}

/*--------------------------- START DOCUMENTATION -------------------------------*/
.fa-file-pdf {
	font-size: 1.5rem !important;
	color: #E30613;
}
.doc-cat {
	color: #003366;
	border-radius: 0.128rem;
}
#myBtn {
	position: fixed;
	bottom: 60px;
	right: 20px;
	z-index: 10;
	background: #E30613;
	width: 40px;
	height: 40px;
	display: none;
	text-decoration: none;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 11px;
	opacity: 0.5;
	display: none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#myBtn:hover {
	background: #E30613;
	opacity: 1;
}
.doc-up {
	color: white !important;
}
.documentation-card {
	padding: 0px !important;
	border: 0px !important;
}
.sticky-side {
	position: -webkit-sticky;
	position: sticky;
	top: 94px;
}
body {
	position: relative;
}
#documentation-list {
	background-color: rgb(245, 245, 245);
	overflow-y: scroll;
	height: 89vh;
}
.document-item {
	position: relative;
	display: block;
	padding: .75rem 1.25rem;
	margin-bottom: -1px;
	background-color: inherit;
	border: 0px !important;
}
.list-group-item.active {
	z-index: 2;
	color: #fff;
	background-color: #003366;
}
.document-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: .25rem;
	border-bottom-left-radius: .25rem;
}
.document {
	padding: 1rem;
	border: 1px solid #e6dede5e;
}
.document-sub {
	border: 0px !important;
	width: 90% !important;
}
.modified-accordion .card-header {
	position: relative;
}
.modified-accordion .card-header:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.modified-accordion .collapse:not(.show) {
	display: block;
}
@media (max-width: 767px) {
	.modified-accordion .collapse:not(.show) {
		display: none;
	}
	
	.modified-accordion .card-header:after {
		display: none;
	}
}
.download-font {
	font-size: 2rem;
}

/*-----------END SIDEBAR/DOCUMENTATION--------------------*/

/*-------------- CONTACT US POP UP ---------------*/
.help-block.with-errors {
	color: red;
font-weight: 600;}

.submit {
	margin-top: 15px;
}
.popup-btn a {
	top: 50%;
	position: fixed;
	right: -48px;
	z-index: 1000;
	transform: rotate(-90deg);
	background-color: red;
	padding: 13px 20px 58px;
	height: 0px;
	background-color: #E30613;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 600;
	border-radius: 0.125rem;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}
.popup-btn a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #ab1111;
}

.popup-btn-de a {
	top: 50%;
	position: fixed;
	right: -78px;
	z-index: 1000;
	transform: rotate(-90deg);
	background-color: red;
	padding: 13px 20px 58px;
	height: 0px;
	background-color: #E30613;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 600;
	border-radius: 0.125rem;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}

.popup-btn-de a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #ab1111;
}


.form-part {
	padding: 20px 0px;
}
.modal-header {
	padding: 10px 0px !important;
}
.modal {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.4);
	padding-top: 60px;
}
.modal-content {
	background-color: #fefefe;
	margin: 5% auto 15% auto;
	width: 100%;
	padding: 20px;
	border: 1px solid #b1b1b1 !important;
	border-radius: 0px !important;
}
.close {
	position: absolute;
	right: 10px;
	top: 8px;
	font-size: 35px;
	font-weight: bold;
	border-radius: 50%;
	height: 30px;
	width: 30px;
	text-align: center;
}
.close:hover,
.close:focus {
	cursor: pointer;
}
.animate {
	-webkit-animation: animatezoom 0.6s;
	animation: animatezoom 0.6s
}
@-webkit-keyframes animatezoom {
	from {
		-webkit-transform: scale(0)
	}
	
	to {
		-webkit-transform: scale(1)
	}
}
@keyframes animatezoom {
	from {
		transform: scale(0)
	}
	
	to {
		transform: scale(1)
	}
}

/*-------------- END CONTACT US POP UP ---------------*/

/*-------------- START OF BLOG PAGE ----------------*/

.cat-dropdown {
	border-color: #fafafa;
	padding: 0.5rem 1rem;
	width: 100%;
	cursor: pointer;
	margin: 0em;
	border-radius: 5px;
	color: #393939;
}
h3.load-more {
	width: 14rem;
	font-size: 1rem;
	text-align: center;
}
.red-cat {
	color: #e30613;
	text-transform: uppercase;
	font-size: 0.9rem;
	font-weight: 600;
	margin-bottom: 0px !important;
}
.grey-cat {
	color: #b7b7b6;
	text-transform: uppercase;
	font-size: 0.9rem;
	font-weight: 600;
	margin-bottom: 0px !important;
}
.red-cat-top {
	color: #e30613;
	text-transform: uppercase;
	font-size: 0.75rem;
	font-weight: 600;
	margin-bottom: 0px !important;
}
.product-ds-header {
	font-size: 1.2rem;
	font-weight: 600;
	margin: 1rem 0rem;
	/* background-color: #003369; */
	color: #0c2f5b;
	padding: 0.5rem;
	width: 50%;
	border-left: 5px solid #ed1c24;
}
.blog-header {
	font-size: 1.2rem;
	font-weight: 600;
	margin: 1rem 0rem;
	/* background-color: #003369; */
	color: #0c2f5b;
	padding: 0.5rem;
	width: 50%;
	border-left: 7px solid #ed1c24;
}
.animate-repeat {
	-webkit-transition: 1s linear all;
	transition: 1s linear all;
}
.animate_fadein_default {
	opacity: 0;
	animation-name: fadein;
	animation-duration: 1.5s;
	animation-fill-mode: forwards;
}
@keyframes fadein {
	0% {
		opacity: 0
	}
	
	100% {
		opacity: 1
	}
}
.side-post {
	font-size: 0.94rem !important;
}
.blog-body {
	font-size: 1.1rem !important;
	line-height: 1.8rem;
}
.popup-btn-social-li a {
	top: 57%;
	position: fixed;
	left: -19px;
	z-index: 1000;
	transform: rotate(-90deg);
	padding: 58px 20px 13px;
	height: 0px;
	background-color: #E30613;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 600;
	border-radius: 0.125rem;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}
.popup-btn-social-li a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #ab1111;
}
.popup-btn-social-tw a {
	top: 51%;
	position: fixed;
	left: -19px;
	z-index: 1000;
	transform: rotate(-90deg);
	padding: 58px 20px 13px;
	height: 0px;
	background-color: #E30613;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 600;
	border-radius: 0.125rem;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}
.popup-btn-social-tw a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #ab1111;
}
.btn-social-li:hover {
	color: #fff;
	background-color: #E30613;
	border-color: #E30613;
	opacity: 1;
	left: -1px;
	transition-duration: 2s;
}
.btn-social-tw:hover {
	color: #fff;
	background-color: #E30613;
	border-color: #E30613;
	opacity: 1;
	left: -1px;
	transition-duration: 2s;
}
.btn-social-tw {
	color: #fff;
	background-color: #E30613;
	border-color: #E30613;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
	opacity: 0.7;
}
.btn-social-li {
	color: #fff;
	background-color: #E30613;
	border-color: #E30613;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
	opacity: 0.7;
}

/*-------------- END OF BLOG PAGE ----------------*/




/*-----------------Animations----------------*/
/**************Copy and Save this in another file (animate.css)****************/
/* Animation Delay */
.d01{ animation-delay:0.1s; -moz-animation-delay:0.1s; -webkit-animation-delay:0.1s; }
.d02{ animation-delay:0.2s; -moz-animation-delay:0.2s; -webkit-animation-delay:0.2s; }
.d03{ animation-delay:0.3s; -moz-animation-delay:0.3s; -webkit-animation-delay:0.3s; }
.d04{ animation-delay:0.4s; -moz-animation-delay:0.4s; -webkit-animation-delay:0.4s; }
.d05{ animation-delay:0.5s; -moz-animation-delay:0.5s; -webkit-animation-delay:0.5s; }
.d06{ animation-delay:0.6s; -moz-animation-delay:0.6s; -webkit-animation-delay:0.6s; }
.d07{ animation-delay:0.7s; -moz-animation-delay:0.7s; -webkit-animation-delay:0.7s; }
.d08{ animation-delay:0.8s; -moz-animation-delay:0.8s; -webkit-animation-delay:0.8s; }	
.d09{ animation-delay:0.9s; -moz-animation-delay:0.9s; -webkit-animation-delay:0.9s; }
.d10{ animation-delay:1s; -moz-animation-delay:1s; -webkit-animation-delay:1s; }
.d11{ animation-delay:1.1s; -moz-animation-delay:1.1s; -webkit-animation-delay:1.1s; }
.d12{ animation-delay:1.2s; -moz-animation-delay:1.2s; -webkit-animation-delay:1.2s; }
.d13{ animation-delay:1.3s; -moz-animation-delay:1.3s; -webkit-animation-delay:1.3s; }
.d14{ animation-delay:1.4s; -moz-animation-delay:1.4s; -webkit-animation-delay:1.4s; }
.d15{ animation-delay:1.5s; -moz-animation-delay:1.5s; -webkit-animation-delay:1.5s; }
.d16{ animation-delay:1.6s; -moz-animation-delay:1.6s; -webkit-animation-delay:1.6s; }
.d17{ animation-delay:1.7s; -moz-animation-delay:1.7s; -webkit-animation-delay:1.7s; }
.d18{ animation-delay:1.8s; -moz-animation-delay:1.8s; -webkit-animation-delay:1.8s; }
.d19{ animation-delay:1.9s; -moz-animation-delay:1.9s; -webkit-animation-delay:1.9s; }
.d21{ animation-delay:2.1s; -moz-animation-delay:2.1s; -webkit-animation-delay:2.1s; }
.d26{ animation-delay:2.6s; -moz-animation-delay:2.6s; -webkit-animation-delay:2.6s; }
.t14{
	animation-duration: 1.4s !important;
}
.t24{
	animation-duration: 2.4s !important;
}
/*Animation ends*/
.anim,.anima {
	opacity: 0;
}
.anim.animated,.anima.animated {
	opacity: 1;
}
.animated {
	animation-duration: 1s;
	animation-fill-mode: both;
}
.animated.infinite {
	animation-iteration-count: infinite;
}
.animated.hinge {
	animation-duration: 2s;
}
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
	animation-duration: .75s;
}
@keyframes bounce {
	from, 20%, 53%, 80%, to {
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		transform: translate3d(0,0,0);
	}
	40%, 43% {
		animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		transform: translate3d(0, -30px, 0);
	}
	70% {
		animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		transform: translate3d(0, -15px, 0);
	}
	90% {
		transform: translate3d(0,-4px,0);
	}
}
.animated.bounce {
	animation-name: bounce;
	transform-origin: center bottom;
}
@keyframes flash {
	from, 50%, to {
		opacity: 1;
	}
	25%, 75% {
		opacity: 0;
	}
}
.animated.flash {
	animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
	from {
		transform: scale3d(1, 1, 1);
	}
	50% {
		transform: scale3d(1.05, 1.05, 1.05);
	}
	to {
		transform: scale3d(1, 1, 1);
	}
}
.animated.pulse {
	animation-name: pulse;
}
@keyframes rubberBand {
	from {
		transform: scale3d(1, 1, 1);
	}
	30% {
		transform: scale3d(1.25, 0.75, 1);
	}
	40% {
		transform: scale3d(0.75, 1.25, 1);
	}
	50% {
		transform: scale3d(1.15, 0.85, 1);
	}
	65% {
		transform: scale3d(.95, 1.05, 1);
	}
	75% {
		transform: scale3d(1.05, .95, 1);
	}
	to {
		transform: scale3d(1, 1, 1);
	}
}
.animated.rubberBand {
	animation-name: rubberBand;
}
@keyframes shake {
	from, to {
		transform: translate3d(0, 0, 0);
	}
	10%, 30%, 50%, 70%, 90% {
		transform: translate3d(-10px, 0, 0);
	}
	20%, 40%, 60%, 80% {
		transform: translate3d(10px, 0, 0);
	}
}
.animated.rubber {
	animation-name: shake;
}
@keyframes headShake {
	0% {
		transform: translateX(0);
	}
	6.5% {
		transform: translateX(-6px) rotateY(-9deg);
	}
	18.5% {
		transform: translateX(5px) rotateY(7deg);
	}
	31.5% {
		transform: translateX(-3px) rotateY(-5deg);
	}
	43.5% {
		transform: translateX(2px) rotateY(3deg);
	}
	50% {
		transform: translateX(0);
	}
}
.animated.headShake {
	animation-timing-function: ease-in-out;
	animation-name: headShake;
}
@keyframes swing {
	20% {
		transform: rotate3d(0, 0, 1, 15deg);
	}
	40% {
		transform: rotate3d(0, 0, 1, -10deg);
	}
	60% {
		transform: rotate3d(0, 0, 1, 5deg);
	}
	80% {
		transform: rotate3d(0, 0, 1, -5deg);
	}
	to {
		transform: rotate3d(0, 0, 1, 0deg);
	}
}
.animated.swing {
	transform-origin: top center;
	animation-name: swing;
}
@keyframes tada {
	from {
		transform: scale3d(1, 1, 1);
	}
	10%, 20% {
		transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
	}
	30%, 50%, 70%, 90% {
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}
	40%, 60%, 80% {
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	}
	to {
		transform: scale3d(1, 1, 1);
	}
}
.animated.tada {
	animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
	from {
		transform: none;
	}
	15% {
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
	}
	30% {
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
	}
	45% {
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
	}
	60% {
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
	}
	75% {
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
	}
	to {
		transform: none;
	}
}
.animated.wobble {
	animation-name: wobble;
}
@keyframes jello {
	from, 11.1%, to {
		transform: none;
	}
	22.2% {
		transform: skewX(-12.5deg) skewY(-12.5deg);
	}
	33.3% {
		transform: skewX(6.25deg) skewY(6.25deg);
	}
	44.4% {
		transform: skewX(-3.125deg) skewY(-3.125deg);
	}
	55.5% {
		transform: skewX(1.5625deg) skewY(1.5625deg);
	}
	66.6% {
		transform: skewX(-0.78125deg) skewY(-0.78125deg);
	}
	77.7% {
		transform: skewX(0.390625deg) skewY(0.390625deg);
	}
	88.8% {
		transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
	}
}
.animated.jello {
	animation-name: jello;
	transform-origin: center;
}
@keyframes bounceIn {
	from, 20%, 40%, 60%, 80%, to {
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}
	0% {
		opacity: 0;
		transform: scale3d(.3, .3, .3);
	}
	20% {
		transform: scale3d(1.1, 1.1, 1.1);
	}
	40% {
		transform: scale3d(.9, .9, .9);
	}
	60% {
		opacity: 1;
		transform: scale3d(1.03, 1.03, 1.03);
	}
	80% {
		transform: scale3d(.97, .97, .97);
	}
	to {
		opacity: 1;
		transform: scale3d(1, 1, 1);
	}
}
.animated.bounceIn {
	animation-name: bounceIn;
}
@keyframes bounceInDown {
	from, 60%, 75%, 90%, to {
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}
	0% {
		opacity: 0;
		transform: translate3d(0, -3000px, 0);
	}
	60% {
		opacity: 1;
		transform: translate3d(0, 25px, 0);
	}
	75% {
		transform: translate3d(0, -10px, 0);
	}
	90% {
		transform: translate3d(0, 5px, 0);
	}
	to {
		transform: none;
	}
}
.animated.bounceInDown {
	animation-name: bounceInDown;
}
@keyframes bounceInLeft {
	from, 60%, 75%, 90%, to {
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}
	0% {
		opacity: 0;
		transform: translate3d(-3000px, 0, 0);
	}
	60% {
		opacity: 1;
		transform: translate3d(25px, 0, 0);
	}
	75% {
		transform: translate3d(-10px, 0, 0);
	}
	90% {
		transform: translate3d(5px, 0, 0);
	}
	to {
		transform: none;
	}
}
.bounceInLeft {
	animation-name: bounceInLeft;
}
@keyframes bounceInRight {
	from, 60%, 75%, 90%, to {
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}
	from {
		opacity: 0;
		transform: translate3d(3000px, 0, 0);
	}
	60% {
		opacity: 1;
		transform: translate3d(-25px, 0, 0);
	}
	75% {
		transform: translate3d(10px, 0, 0);
	}
	90% {
		transform: translate3d(-5px, 0, 0);
	}
	to {
		transform: none;
	}
}
.animated.bounceInRight {
	animation-name: bounceInRight;
}
@keyframes bounceInUp {
	from, 60%, 75%, 90%, to {
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}
	from {
		opacity: 0;
		transform: translate3d(0, 3000px, 0);
	}
	60% {
		opacity: 1;
		transform: translate3d(0, -20px, 0);
	}
	75% {
		transform: translate3d(0, 10px, 0);
	}
	90% {
		transform: translate3d(0, -5px, 0);
	}
	to {
		transform: translate3d(0, 0, 0);
	}
}
.animated.bounceInUp {
	animation-name: bounceInUp;
}
@keyframes bounceOut {
	20% {
		transform: scale3d(.9, .9, .9);
	}
	50%, 55% {
		opacity: 1;
		transform: scale3d(1.1, 1.1, 1.1);
	}
	to {
		opacity: 0;
		transform: scale3d(.3, .3, .3);
	}
}
.animated.bounceOut {
	animation-name: bounceOut;
}
@keyframes bounceOutDown {
	20% {
		transform: translate3d(0, 10px, 0);
	}
	40%, 45% {
		opacity: 1;
		transform: translate3d(0, -20px, 0);
	}
	to {
		opacity: 0;
		transform: translate3d(0, 2000px, 0);
	}
}
.animated.bounceOutDown {
	animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
	20% {
		opacity: 1;
		transform: translate3d(20px, 0, 0);
	}
	to {
		opacity: 0;
		transform: translate3d(-2000px, 0, 0);
	}
}
.animated.bounceOutLeft {
	animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
	20% {
		opacity: 1;
		transform: translate3d(-20px, 0, 0);
	}
	to {
		opacity: 0;
		transform: translate3d(2000px, 0, 0);
	}
}
.animated.bounceOutRight {
	animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
	20% {
		transform: translate3d(0, -10px, 0);
	}
	40%, 45% {
		opacity: 1;
		transform: translate3d(0, 20px, 0);
	}
	to {
		opacity: 0;
		transform: translate3d(0, -2000px, 0);
	}
}
.animated.bounceOutUp {
	animation-name: bounceOutUp;
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.animated.fadeIn {
	animation-name: fadeIn;
}
@keyframes fadeInDown {
	from {
		opacity: 0;
		transform: translate3d(0, -100%, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}
.animated.fadeInDown {
	animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
	from {
		opacity: 0;
		transform: translate3d(0, -2000px, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}
.animated.fadeInDownBig {
	animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
	from {
		opacity: 0;
		transform: translate3d(-100%, 0, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}
.animated.fadeInLeft {
	animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
	from {
		opacity: 0;
		transform: translate3d(-2000px, 0, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}
.animated.fadeInLeftBig {
	animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
	from {
		opacity: 0;
		transform: translate3d(100%, 0, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}
.animated.fadeInRight {
	animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
	from {
		opacity: 0;
		transform: translate3d(2000px, 0, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}
.animated.fadeInRightBig {
	animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translate3d(0, 100%, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}
.animated.fadeInUp {
	animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
	from {
		opacity: 0;
		transform: translate3d(0, 2000px, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}
.animated.fadeInUpBig {
	animation-name: fadeInUpBig;
}
@keyframes fadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
.animated.fadeOut {
	animation-name: fadeOut;
}
@keyframes fadeOutDown {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		transform: translate3d(0, 100%, 0);
	}
}
.animated.fadeOutDown {
	animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		transform: translate3d(0, 2000px, 0);
	}
}
.animated.fadeOutDownBig {
	animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		transform: translate3d(-100%, 0, 0);
	}
}
.animated.fadeOutLeft {
	animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		transform: translate3d(-2000px, 0, 0);
	}
}
.animated.fadeOutLeftBig {
	animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		transform: translate3d(100%, 0, 0);
	}
}
.animated.fadeOutRight {
	animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		transform: translate3d(2000px, 0, 0);
	}
}
.animated.fadeOutRightBig {
	animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		transform: translate3d(0, -100%, 0);
	}
}
.animated.fadeOutUp {
	animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		transform: translate3d(0, -2000px, 0);
	}
}
.animated.fadeOutUpBig {
	animation-name: fadeOutUpBig;
}
@keyframes flip {
	from {
		transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		animation-timing-function: ease-out;
	}
	40% {
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		animation-timing-function: ease-out;
	}
	50% {
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		animation-timing-function: ease-in;
	}
	80% {
		transform: perspective(400px) scale3d(.95, .95, .95);
		animation-timing-function: ease-in;
	}
	to {
		transform: perspective(400px);
		animation-timing-function: ease-in;
	}
}
.animated.flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	animation-name: flip;
}
@keyframes flipInX {
	from {
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		animation-timing-function: ease-in;
		opacity: 0;
	}
	40% {
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		animation-timing-function: ease-in;
	}
	60% {
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1;
	}
	80% {
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	}
	to {
		transform: perspective(400px);
	}
}
.animated.flipInX {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	animation-name: flipInX;
}
@keyframes flipInY {
	from {
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		animation-timing-function: ease-in;
		opacity: 0;
	}
	40% {
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		animation-timing-function: ease-in;
	}
	60% {
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1;
	}
	80% {
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
	}
	to {
		transform: perspective(400px);
	}
}
.animated.flipInY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	animation-name: flipInY;
}
@keyframes flipOutX {
	from {
		transform: perspective(400px);
	}
	30% {
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1;
	}
	to {
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0;
	}
}
.animated.flipOutX {
	animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}
@keyframes flipOutY {
	from {
		transform: perspective(400px);
	}
	30% {
		transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		opacity: 1;
	}
	to {
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0;
	}
}
.animated.flipOutY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	animation-name: flipOutY;
}
@keyframes lightSpeedIn {
	from {
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0;
	}
	60% {
		transform: skewX(20deg);
		opacity: 1;
	}
	80% {
		transform: skewX(-5deg);
		opacity: 1;
	}
	to {
		transform: none;
		opacity: 1;
	}
}
.animated.lightSpeedIn {
	animation-name: lightSpeedIn;
	animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
	from {
		opacity: 1;
	}
	to {
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0;
	}
}
.animated.lightSpeedOut {
	animation-name: lightSpeedOut;
	animation-timing-function: ease-in;
}
@keyframes rotateIn {
	from {
		transform-origin: center;
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0;
	}
	to {
		transform-origin: center;
		transform: none;
		opacity: 1;
	}
}
.animated.rotateIn {
	animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
	from {
		transform-origin: left bottom;
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
	to {
		transform-origin: left bottom;
		transform: none;
		opacity: 1;
	}
}
.animated.rotateInDownLeft {
	animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
	from {
		transform-origin: right bottom;
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
	to {
		transform-origin: right bottom;
		transform: none;
		opacity: 1;
	}
}
.animated.rotateInDownRight {
	animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
	from {
		transform-origin: left bottom;
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
	to {
		transform-origin: left bottom;
		transform: none;
		opacity: 1;
	}
}
.animated.rotateInUpLeft {
	animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
	from {
		transform-origin: right bottom;
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0;
	}
	to {
		transform-origin: right bottom;
		transform: none;
		opacity: 1;
	}
}
.animated.rotateInUpRight {
	animation-name: rotateInUpRight;
}
@keyframes rotateOut {
	from {
		transform-origin: center;
		opacity: 1;
	}
	to {
		transform-origin: center;
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0;
	}
}
.animated.rotateOut {
	animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
	from {
		transform-origin: left bottom;
		opacity: 1;
	}
	to {
		transform-origin: left bottom;
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
}
.animated.rotateOutDownLeft {
	animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
	from {
		transform-origin: right bottom;
		opacity: 1;
	}
	to {
		transform-origin: right bottom;
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
}
.animated.rotateOutDownRight {
	animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
	from {
		transform-origin: left bottom;
		opacity: 1;
	}
	to {
		transform-origin: left bottom;
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
}
.animated.rotateOutUpLeft {
	animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
	from {
		transform-origin: right bottom;
		opacity: 1;
	}
	to {
		transform-origin: right bottom;
		transform: rotate3d(0, 0, 1, 90deg);
		opacity: 0;
	}
}
.animated.rotateOutUpRight {
	animation-name: rotateOutUpRight;
}
@keyframes hinge {
	0% {
		transform-origin: top left;
		animation-timing-function: ease-in-out;
	}
	20%, 60% {
		transform: rotate3d(0, 0, 1, 80deg);
		transform-origin: top left;
		animation-timing-function: ease-in-out;
	}
	40%, 80% {
		transform: rotate3d(0, 0, 1, 60deg);
		transform-origin: top left;
		animation-timing-function: ease-in-out;
		opacity: 1;
	}
	to {
		transform: translate3d(0, 700px, 0);
		opacity: 0;
	}
}
.animated.hinge {
	animation-name: hinge;
}
@keyframes jackInTheBox {
	from {
		opacity: 0;
		transform: scale(0.1) rotate(30deg);
		transform-origin: center bottom;
	}
	50% {
		transform: rotate(-10deg);
	}
	70% {
		transform: rotate(3deg);
	}
	to {
		opacity: 1;
		transform: scale(1);
	}
}
.animated.jackInTheBox {
	animation-name: jackInTheBox;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
	from {
		opacity: 0;
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
	}
	to {
		opacity: 1;
		transform: none;
	}
}
.animated.rollIn {
	animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
	}
}
.animated.rollOut {
	animation-name: rollOut;
}
@keyframes zoomIn {
	from {
		opacity: 0;
		transform: scale3d(.3, .3, .3);
	}
	50% {
		opacity: 1;
	}
}
.animated.zoomIn {
	animation-name: zoomIn;
}
@keyframes zoomInDown {
	from {
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	}
	60% {
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	}
}
.animated.zoomInDown {
	animation-name: zoomInDown;
}
@keyframes zoomInLeft {
	from {
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	}
	60% {
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	}
}
.animated.zoomInLeft {
	animation-name: zoomInLeft;
}
@keyframes zoomInRight {
	from {
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	}
	60% {
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	}
}
.animated.zoomInRight {
	animation-name: zoomInRight;
}
@keyframes zoomInUp {
	from {
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	}
	60% {
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	}
}
.animated.zoomInUp {
	animation-name: zoomInUp;
}
@keyframes zoomOut {
	from {
		opacity: 1;
	}
	50% {
		opacity: 0;
		transform: scale3d(.3, .3, .3);
	}
	to {
		opacity: 0;
	}
}
.animated.zoomOut {
	animation-name: zoomOut;
}
@keyframes zoomOutDown {
	40% {
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	}
	to {
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		transform-origin: center bottom;
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	}
}
.animated.zoomOutDown {
	animation-name: zoomOutDown;
}
@keyframes zoomOutLeft {
	40% {
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
	}
	to {
		opacity: 0;
		transform: scale(.1) translate3d(-2000px, 0, 0);
		transform-origin: left center;
	}
}
.animated.zoomOutLeft {
	animation-name: zoomOutLeft;
}
@keyframes zoomOutRight {
	40% {
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
	}
	to {
		opacity: 0;
		transform: scale(.1) translate3d(2000px, 0, 0);
		transform-origin: right center;
	}
}
.animated.zoomOutRight {
	animation-name: zoomOutRight;
}
@keyframes zoomOutUp {
	40% {
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	}
	to {
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		transform-origin: center bottom;
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	}
}
.animated.zoomOutUp {
	animation-name: zoomOutUp;
}
@keyframes slideInDown {
	from {
		transform: translate3d(0, -1000%, 0);
		visibility: visible;
	}
	to {
		transform: translate3d(0, 0, 0);
	}
}
.animated.slideInDown {
	animation-name: slideInDown;
}
@keyframes slideInLeft {
	from {
		transform: translate3d(-1000%, 0, 0);
		visibility: visible;
	}
	to {
		transform: translate3d(0, 0, 0);
	}
}
.animated.slideInLeft {
	animation-name: slideInLeft;
}
@keyframes slideInRight {
	from {
		transform: translate3d(1000%, 0, 0);
		visibility: visible;
	}
	to {
		transform: translate3d(0, 0, 0);
	}
}
.animated.slideInRight {
	animation-name: slideInRight;
}
@keyframes slideInUp {
	from {
		transform: translate3d(0, 1000%, 0);
		visibility: visible;
	}
	to {
		transform: translate3d(0, 0, 0);
	}
}
.animated.slideInUp {
	animation-name: slideInUp;
}
@keyframes slideOutDown {
	from {
		transform: translate3d(0, 0, 0);
	}
	to {
		visibility: hidden;
		transform: translate3d(0, 1000%, 0);
	}
}
.animated.slideOutDown {
	animation-name: slideOutDown;
}
@keyframes slideOutLeft {
	from {
		transform: translate3d(0, 0, 0);
	}
	to {
		visibility: hidden;
		transform: translate3d(-1000%, 0, 0);
	}
}
.animated.slideOutLeft {
	animation-name: slideOutLeft;
}
@keyframes slideOutRight {
	from {
		transform: translate3d(0, 0, 0);
	}
	to {
		visibility: hidden;
		transform: translate3d(1000%, 0, 0);
	}
}
.animated.slideOutRight {
	animation-name: slideOutRight;
}
@keyframes slideOutUp {
	from {
		transform: translate3d(0, 0, 0);
	}
	to {
		visibility: hidden;
		transform: translate3d(0, -1000%, 0);
	}
}
.animated.slideOutUp {
	animation-name: slideOutUp;
}









/*-----------------MEDIA QUERIES START BELOW--------------------*/

/*-----------------MEDIUM TO LARGE SCREENS--------------------*/
@media all and (min-width:1700px) and (max-width:2132px) {
	.carousel-caption {
		bottom: 3rem !important;
		top: 7rem !important;
	}
}

/*-----------------LARGE SCREENS--------------------*/
@media all and (min-width:2133px) and (max-width:2560px) {
	.carousel-caption {
		bottom: 5rem !important;
		top: 10rem !important;
	}
}

/*-----------------TABLET SCREENS--------------------*/
@media (max-width: 767px) {
	.services-area .single-services {
		padding: 12px 33px 26px 42px;
	}
	
	.services-area .single-services .services-caption h4 {
		font-size: 19px;
	}
	
	.services-area .single-services {
		width: 100%;
	}
	
	.safe-industery-area .safe-caption h2 {
		font-size: 27px;
		margin-bottom: 40px;
	}
	
	.safe-industery-area .safe-caption .safe-pera-one {
		margin-bottom: 40px;
		padding-right: 5px;
	}
	
	.safe-industery-area .safe-caption .safe-pera-two {
		margin-bottom: 40px;
		padding-right: 5px;
	}
	
	.services-icon {
		font-size: 2rem;
		padding-bottom: 0;
	}
	
	.arrow-btn {
		background: #E30613;
		padding: 10px 17px;
	}
}

/*-----------------TABLET to SMALL LAPTOP SCREENS--------------------*/
@media all and (min-width:768px) and (max-width:1280px) {
	.applications-page .parallax {
		width: 100%;
		max-height: 350px!important;
		display: block;
		background-size: 100%;
	}
	
	.applications-page .parallax .description {
		margin-top: 75px!important;
		color: white;
		padding: 5px;
	}
	
	.applications-page .section-clients {
		padding: 35px 0!important;
	}
	
	.carousel-caption {
		position: absolute;
		right: 1rem !important;
		bottom: 67px !important;
		left: 1rem !important;
		z-index: 31;
		/* padding-top: 20px;
			
		padding-bottom: 20px; */
		color: #003366;
		text-align: left !important;
		top: 2rem !important;
	}
	
	.applications-page .parallax .buttons {
		width: 100%;
		display: inline-block;
		margin-top: 25px!important;
	}
	
	.carousel-caption-right {
		position: absolute;
		right: 1rem !important;
		bottom: 111px !important;
		left: 1rem !important;
		z-index: 31;
		/* padding-top: 20px;
			
		padding-bottom: 20px; */
		color: #003366;
		text-align: right !important;
	}
	
	.banner-header {
		font-size: 4.8rem;
		font-weight: bold;
		line-height: 0.8;
		letter-spacing: 1px;
	}
	
	.banner-sub {
		display: none;
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
	.progressBarContainer div span.progressBar {
		width: 94%;
	}
	
	.progressBarContainer div {
		display: block;
		width: 23%;
	}
	
	.sliderContainer {
		margin-top: 1rem;
	}
	
	.carousel-caption {
		bottom: 30px !important;
		top: 1.3rem !important;
	}
	
	.banner-header {
		font-size: 4rem;
	}
	
	.bar-wrapper {
		bottom: 1rem;
	}
	
	.services-area .single-services {
		padding: 5px 17px 54px;
	}
	
	.services-area .single-services .services-caption h4 {
		font-size: 21px;
	}
	
	.services-area .single-services .services-caption p {
		font-size: 15px;
	}
	
	.sticky-side-app {
		top: 55px !important;
	}
}

/*-----------------SMALL LAPTOP SCREENS--------------------*/
@media (min-width: 992px) {
	ul.rd-navbar-dropdown.rd-navbar-open-right:before {
		content: " ";
		display: block;
		width: 100%;
		height: 3px;
		background: #E30613;
	}
	
	ul.rd-navbar-dropdown:before {
		content: " ";
		display: block;
		width: 100%;
		height: 3px;
		background: #E30613;
	}
	
	ul.rd-navbar-megamenu.rd-navbar-open-right:before {
		content: " ";
		display: block;
		width: 100%;
		height: 3px;
		background: #E30613;
	}
	
	a.nav-title-sub:after {
		content: "\f105";
		font-family: 'FontAwesome';
		font-size: 1rem;
		margin-left: 0.5rem;
		font-weight: 900;
		vertical-align: middle;
		border: none;
		position: absolute;
		right: 25px;
		top: 10px;
	}
}
@media only screen and (max-width: 957px) {
	ul.rd-navbar-collapse a {
		color: #191919;
		border-left: 0px !important;
	}
	
	.navbar-brand,
	.rd-navbar-collapse-toggle,
	.rd-navbar-collapse {
		display: none!important;
	}
}
@media only screen and (min-device-width: 992px) and (max-device-width: 1074px) {
	.rd-navbar-static .rd-navbar-nav>li>a {
		font-size: 0.8rem !important;
	}
}

/*-----------------MOBILE SCREENS--------------------*/
@media only screen and (max-width: 600px) {
	.ind-intro{
		font-size: 1rem !important;
	}
	h3.app-link{
		
		font-size: .9rem !important;
		top: 20%;
		margin-left: 0.2rem !important;
	}
	.applications-page .header-cont {
		overflow: hidden;
		display: block;
		background-size: cover;
		z-index: -3;
		min-height: 100% !important;
		padding-top: 3rem;
	}
	.popup-btn-social-li a {
		top: 48%;
		position: fixed;
		left: -37px;
	}
	
	.popup-btn-social-tw a {
		top: 41%;
		position: fixed;
		left: -37px;
	}
	
	.blog-header {
		font-size: 1.2rem;
		margin: 0rem !important;
		margin-top: 1rem !important;
		
		
		padding: 0.5rem;
		width: 50%;
		border-left: 7px solid #ed1c24;
	}
	
	.loc-link {
		padding: 0.55rem;
	}
	
	.hide-image {
		display: none!important;
	}
	
	.description h5 {
		font-size: 16px!important;
	}
	
	.interactive-map {
		margin: 0 auto;
		width: 100%;
	}
	
	.applications-page .parallax {
		height: auto;
		max-height: 23rem !important;
	}
	
	.applications-page .parallax .parallax-background {
		width: 175% !important;
	}
	
	.applications-page .parallax .description h2 {
		font-size: 1.5rem !important;
	}
	
	.card-desc {
		padding: 0.2rem;
	}
	
	h1.search-title {
		font-size: .95rem !important;
	}
	
	/* h3.app-link {
		font-size: 1rem !important;
	} */
	
	.logo-part {
		height: 100%;
	}
	
	.hovereffect img {
		top: 80%;
		left: 50%;
		transform: translateX(-50%) translateY(-50%);
	}
	
	.event-details-section .event-details .event-info-list ul li {
		width: 100%;
		margin-right: 0px;
		margin-bottom: 5px;
	}
	
	.info-content {
		margin: 0.5rem;
	}
	
	.event-info-list .info-content h3 {
		font-weight: 900;
		font-size: 1rem;
	}
	
	.event-title {
		margin-bottom: 0rem !important;
		margin-top: 0rem !important;
	}
	
	.post-date {
		width: 100%;
		height: auto;
		padding: 0px !important;
		text-align: center;
		position: relative;
		top: 0;
		left: 0;
	}
	
	.services-mobile {
		display: none!important;
	}
	
	.card-desc h3 {
		font-size: 1rem;
	}
	
	a.product-name {
		color: #003366;
		font-size: 1rem;
		font-weight: 600;
	}
	
	.filter-button::after {
		content: "\f107";
		color: #003366;
		top: 3px;
		right: 2px;
		left: 90%;
		position: absolute;
		font-family: "FontAwesome";
		z-index: 5;
		font-size: 1.5rem;
	}
	
	.red-icon {
		width: 3.5rem;
	}
	
	.popup-btn a {
		top: 50%;
		position: fixed;
		right: -48px;
		z-index: 1000;
		transform: rotate(-90deg);
		background-color: red;
		padding: 13px 20px 58px;
		height: 0px;
		background-color: #E30613;
		color: #fff;
		font-size: 1rem;
		font-weight: 600;
		border-radius: 0.125rem;
	}
	
	.slick-slide img {
		display: block;
		max-width: 137% !important;
		width: 137% !important;
	}
	
	.red-btn-rev {
		font-size: 0.8rem;
	}
	
	.navbar-brand {
		float: none !important;
	}
	/* HEADER */
	
	.header-txt {
		font-size: 2rem;
		font-weight: bold;
		line-height: 1.2;
		letter-spacing: -1px;
		z-index: 50;
		color: #003366;
	}
	
	.header-p {
		font-size: 0.95rem;
		font-weight: 600;
	}
	
	.home-intro__wrapper {
		display: flex;
		flex-wrap: wrap;
		align-content: center;
		height: 0 !important;
		top: 160px;
		left: 40px;
		position: absolute;
	}
	
	.home-intro {
		height: 25rem;
	}
	
	.catHeader {
		background: #003366!important;
		max-height: 440px;
		min-height: 182px;
		height: 100%;
		background-repeat: no-repeat;
		background-position: center;
		position: relative;
		max-width: 100%;
		/* padding-top: 43px; */
		padding-bottom: 15px;
		padding-right: 15px;
		padding-left: 15px;
		margin-right: auto;
		margin-left: auto;
	}
	
	.catHeader h1 {
		color: white;
	}
	
	.prodRange-container-mobile {
		display: block;
	}
	
	.hovereffect h2 {
		text-transform: none !important;
		color: #fff;
		text-align: left;
		position: relative;
		font-size: 0.8rem;
		overflow: hidden;
		padding: 0.5rem;
		border-radius: 0.2rem;
		top: -20px;
		left: -12px;
	}
	
	.hovereffect {
		width: 100%;
		margin: 0.2rem;
		height: 92px;
		float: left;
		overflow: hidden;
		position: relative;
		text-align: center;
		cursor: pointer;
		background: #003366;
		border-radius: 0.125rem;
		box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
	}
	
	.hovereffect .overlay {
		width: 100%;
		height: 100%;
		position: absolute;
		overflow: hidden;
		top: 0;
		left: 0;
		padding: 50px 20px;
		background: -webkit-gradient(linear, left top, right bottom, from rgba(0, 34, 100, 0.27058823529411763), rgba(5, 28, 51, 0.8509803921568627));
		background: -webkit-linear-gradient(top left, rgba(0, 34, 100, 0.27058823529411763), rgba(5, 28, 51, 0.8509803921568627));
		background: -o-linear-gradient(top left, rgba(0, 34, 100, 0.27058823529411763), rgba(5, 28, 51, 0.8509803921568627));
		background: linear-gradient(to bottom right, rgba(0, 34, 100, 0.27058823529411763), rgba(5, 28, 51, 0.8509803921568627));
	}
	
	.card-blue {
		background-color: #111e54;
		padding: 0.2rem;
		color: white;
		width: 225px;
	}
	
	.card-blue:hover {
		background-color: #51b5e7;
	}
	
	.icon-style {
		font-size: 1rem;
		float: right;
	}
	
	.red-btn {
		font-size: 0.8rem;
	}
	
	.container.breadcrumbs {
		color: #b7b7b6;
		font-size: 0.8rem;
		padding: 0.8rem;
	}
	
	.container.breadcrumbs a {
		color: #b7b7b6;
		font-size: 0.8rem;
	}
	
	.nav-pills .nav-link {
		border-radius: .0px !important;
		margin: 2px;
		box-shadow: 0px 1px 3px rgba(83, 88, 93, 0.15);
		width: 17%;
	}
	
	.grey-btn {
		font-size: 0.8rem;
	}
	
	.product-title {
		font-size: 1.5rem !important;
		margin-top: 1rem;
	}
	
	.product-sub {
		font-size: 1rem !important;
	}
	/*.tab-content>.tab-pane {
		
		width: 211px;
		
	} */
	
	.tab-content>.blog-pane {
		width: 100% !important;
	}
	
	.table td,
	.table th {
		padding: .75rem;
		/* vertical-align: top; */
		border-top: 1px solid #dee2e6;
		width: 25%;
	}
	
	.download-item {
		color: #171d40;
		padding: 0.75rem 0.55rem 0.25rem 0.55rem;
		font-size: 0.95rem;
		margin-top: 0.5rem;
	}
	
	.download-tabs {
		flex-direction: row !important;
	}
	
	.tab-content>.tab-pane {
		border: 1px solid #f5f5f5;
		font-size: 1rem;
	}
	
	.download-content {
		margin-top: 0rem;
		padding-top: 0rem;
	}
	
	.prodnav-link {
		padding: 20px 10px 20px 10px;
		color: white;
		text-align: center;
		text-transform: uppercase;
		width: auto;
	}
	
	.contact-box-icon {
		text-align: center;
		font-size: 2.5rem !important;
		position: absolute;
		top: -4%;
		left: 46%;
		color: #E30613;
	}
	
	.blog-nav {
		background-color: white;
		padding: 0.25rem;
		position: absolute;
		top: 110%;
		left: 50%;
		transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		width: 50%;
		border-radius: 0.125rem;
	}
	
	.card-content {
		margin-top: 1rem;
	}
	
	.sub-section {
		font-size: 2rem;
	}
	
	.banner-header {
		font-size: 2.5rem;
		font-weight: bold;
		line-height: 0.85;
		letter-spacing: -2px;
	}
	
	.carousel {
		position: relative;
		margin-top: 25px;
	}
	
	.cat-btn {
		position: absolute;
		top: 100%;
		left: 50%;
		transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		background-color: #E30613;
		color: #ffffff;
		font-size: 0.68rem !important;
		/* padding: 10px 22px 5px 22px; */
		border: none;
		cursor: pointer;
		border-radius: 0.124rem !important;
		width: 139px;
	}
	
	.white-block {
		background-color: white;
		position: absolute;
		top: 158%;
		left: 50%;
		transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		width: 100%;
		padding: 0.5rem 0.5rem 0rem 0.5rem;
		font-size: 0.55rem;
	}
	
	.h2,
	h2 {
		font-size: 1.25rem;
	}
}

/*-----------------SMALL MOBILE SCREENS--------------------*/
@media (max-width: 576px) {
	.bar-wrapper {
		bottom: 0.5rem;
		position: absolute;
		left: 0;
		right: 0;
		top: inherit;
	}
	
	.progressBarContainer {
		position: relative;
		width: 72%;
		margin-left: auto;
		margin-right: auto;
		max-width: 1290px;
	}
	
	.progressBarContainer div span.progressBar .inProgress {
		height: 3px;
	}
	
	.progressBarContainer div span.progressBar {
		height: 0.2rem;
	}
	
	.slick-slider {
		margin-bottom: 1rem;
	}
	
	.progressBarContainer div {
		display: block;
		width: 19%;
		padding: 0;
		cursor: pointer;
		margin-right: 10px;
		float: left;
		color: #212529;
	}
	
	.sliderContainer {
		margin-top: 1.5rem;
	}
	
	.banner-caption {
		position: absolute;
		right: 1rem !important;
		bottom: -1rem !important;
		left: 4rem !important;
		z-index: 31;
		padding-top: 20px;
		padding-bottom: 20px;
		color: #fff;
		text-align: left !important;
	}
	
	.carousel-caption {
		position: absolute;
		right: 1rem !important;
		top: 0.8rem !important;
		left: 1rem !important;
		z-index: 31;
		/* padding-top: 20px;
			
		padding-bottom: 20px; */
		color: #003366;
		text-align: left !important;
	}
	
	.carousel-caption-right {
		position: absolute;
		right: 1rem !important;
		top: 0.3rem !important;
		left: 1rem !important;
		z-index: 31;
		/* padding-top: 20px;
			
		padding-bottom: 20px; */
		color: #003366;
		text-align: right !important;
		padding-top: 20px;
		padding-bottom: 20px;
		padding-right: 36px;
	}
	
	.carousel-inner img {
		margin: auto;
		min-width: 116%;
	}
	
	.banner-sub {
		display: none;
	}
	
	.carousel-indicators {
		display: none !important;
	}
	
	.safe-industery-area .safe-caption-right .safe-alert-box {
		position: relative;
		left: 0px;
		bottom: 0px;
		width: fit-content;
	}
}

/*?)-----/* --------------Footer----------------------- */
.social a {
	color: white;
	padding: 10px;
	font-size: 2rem;
}
.logo-footer {
	margin-bottom: 40px;
}
footer {
	color: #ffffff;
	background: #003366;
}
footer h6 {
	margin-bottom: 40px;
	position: relative;
}
footer h6:after {
	position: absolute;
	content: "";
	background: #E30613;
	width: 12%;
	height: 2px;
	left: 0;
	bottom: -20px;
}
.form-footer input[type="text"] {
	border: none;
	outline: none;
	padding-left: 10px;
}
::placeholder {
	font-size: 16px;
	padding-left: 10px;
	font-style: italic;
}
.form-footer input[type="button"] {
	border: none;
	background: #232323;
	margin-left: -5px;
	color: #fff;
	outline: none;
	padding: 2px 12px;
}
.social .fa {
	color: grey;
	font-size: 22px;
	padding: 10px 15px;
}
footer ul li {
	list-style: none;
	display: block;
}
footer ul {
	padding-left: 0;
}
footer ul li a {
	text-decoration: none;
	color: #ffffff;
	text-decoration: none;
}
footer ul li a:hover {
	text-decoration: none;
	color: #E30613;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	/*--- color: grey!important; ---*/
}
.logo-part {
	height: 100%;
}

/*--------------------------------FOOTER----------------------*/

/************************** 
	
	* 21. services styles 
	
***************************/
.services-area.d-flex.justify-content-lg-between h5 {
	color: #002264;
	font-weight: 600;
}
.services-area.d-flex.justify-content-lg-between p {
	color: #383838;
}
.single-service-style-one {
	text-align: center;
	overflow: hidden;
}
.single-service-style-one .front {
	min-height: 198px;
	background: #F6F6F6;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.single-service-style-one .front .inner-content {
	width: 100%;
}
.single-service-style-one .front i {
	font-size: 56px;
	color: #fe5a0e;
}
.single-service-style-one .front h3 {
	font-size: 20px;
	letter-spacing: .01em;
	font-weight: 600;
	color: #262626;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	width: 83%;
	margin-top: 18px;
	line-height: 1.25em;
}
.single-service-style-one .back {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	border-bottom: 3px solid #fe5a0e;
	background: #1B1B1B;
	padding-top: 30px;
	padding-bottom: 30px;
}
.single-service-style-one .back h3 {
	margin: 0;
	color: #FE5A0E;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 15px;
}
.single-service-style-one .back p {
	font-size: 16px;
	color: #FFFFFF;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	width: 83%;
	line-height: 1.2em;
}
.single-service-style-one:hover .front {
	-webkit-transform: scale(0);
	transform: scale(0);
}
.single-service-style-one:hover .back {
	opacity: 1;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}
.service-carousel-one .owl-nav [class*=owl-] {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #DDDDDD;
	color: #888888;
	font-size: 15px;
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 28px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.service-carousel-one .owl-nav [class*=owl-]:hover {
	background: #FE5A0E;
}
.service-carousel-one .owl-nav .owl-prev {
	left: -14px;
}
.service-carousel-one .owl-nav .owl-next {
	right: -14px;
}
.single-service-style-two {
	overflow: hidden;
	position: relative;
}
.single-service-style-two .img-box>img {
	width: 100%;
}
.single-service-style-two .overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 18px 50px;
	background: rgba(0, 0, 0, 0.8);
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}
.single-service-style-two .overlay .icon-box,
.single-service-style-two .overlay .text-box {
	display: table-cell;
	vertical-align: middle;
}
.single-service-style-two .overlay .icon-box {
	width: 41px;
}
.single-service-style-two .overlay .icon-box i {
	color: #fe5a0e;
	font-size: 41px;
	line-height: 1em;
	display: block;
	position: relative;
	top: 5px;
}
.single-service-style-two .overlay .text-box {
	padding-left: 15px;
}
.single-service-style-two .overlay .text-box h3 {
	margin: 0;
	color: #F2F2F2;
	font-size: 18px;
	line-height: 25px;
	font-weight: 600;
}
.single-service-style-two .hover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0 50px;
	background: rgba(0, 0, 0, 0.8);
	opacity: 0;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	-webkit-transform: translateY(-40%);
	transform: translateY(-40%);
	border-top: 3px solid #FE5A0E;
}
.single-service-style-two .hover .box {
	display: table;
	width: 100%;
	height: 100%;
}
.single-service-style-two .hover .box .content {
	display: table-cell;
	vertical-align: middle;
}
.single-service-style-two .hover .icon-box,
.single-service-style-two .hover .text-box {
	display: table-cell;
	vertical-align: top;
}
.single-service-style-two .hover .icon-box {
	width: 41px;
}
.single-service-style-two .hover .icon-box i {
	color: #fe5a0e;
	font-size: 41px;
	line-height: 1em;
	display: block;
	position: relative;
	top: 5px;
}
.single-service-style-two .hover .text-box {
	padding-left: 15px;
}
.single-service-style-two .hover .text-box h3 {
	margin: 0;
	color: #F2F2F2;
	font-size: 18px;
	line-height: 25px;
	font-weight: 600;
}
.single-service-style-two .hover .text-box p {
	margin: 0;
	font-size: 14px;
	line-height: 24px;
	color: #FFFFFF;
	margin-bottom: 5px;
	margin-top: 15px;
}
.single-service-style-two .hover .text-box a.more {
	color: #FE5A0E;
	font-size: 13px;
	font-weight: 600;
	line-height: 1em;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	margin-left: 0;
}
.single-service-style-two .hover .text-box a.more i {
	display: inline-block;
	vertical-align: middle;
}
.single-service-style-two .hover .text-box a.more:hover {
	margin-left: 7px;
}
.single-service-style-two:hover .overlay {
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	opacity: 0;
}
.single-service-style-two:hover .hover {
	opacity: 1;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}
.service-carousel-style-two {
	margin-top: -125px;
	position: relative;
	z-index: 991;
}
.service-carousel-style-two .owl-nav {
	margin: 0;
}
.service-carousel-style-two .owl-dots {
	margin-top: 20px;
}
.service-carousel-style-two .owl-dots .owl-dot span {
	width: 28px;
	height: 5px;
	background: #bbbdc0;
	margin: 0;
	padding: 0;
}
.service-carousel-style-two .owl-dots .owl-dot+.owl-dot {
	margin-left: 10px;
}
.service-carousel-style-two .owl-dots .owl-dot.active span {
	background: #FE5A0E;
}
.service-style-three {
	padding-top: 120px;
}
.service-style-three .sec-title {
	margin-bottom: 70px;
}
.single-service-style-three {
	max-width: 370px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 155px;
}
.single-service-style-three .img-box {
	position: relative;
}
.single-service-style-three .text-box {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	padding: 0 20px;
	margin-top: -30px;
}
.single-service-style-three .text-box .inner {
	padding-bottom: 40px;
	background: #FE5A0E;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.single-service-style-three .text-box .inner:before {
	background: #fff;
}
.single-service-style-three .text-box .inner .icon-box {
	border-radius: 50%;
	width: 81px;
	height: 81px;
	background: #fff;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: -40.5px;
	position: relative;
	z-index: 10;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.single-service-style-three .text-box .inner .icon-box i {
	color: #262626;
	font-size: 40px;
	line-height: 81px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.single-service-style-three .text-box .inner h3,
.single-service-style-three .text-box .inner p {
	margin: 0;
	color: #fff;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.single-service-style-three .text-box .inner h3 {
	font-size: 24px;
	font-weight: 600;
	margin-top: 25px;
	margin-bottom: 15px;
}
.single-service-style-three .text-box .inner p {
	font-size: 16px;
	line-height: 24px;
	width: 77%;
	margin-left: auto;
	margin-right: auto;
}
.single-service-style-three .text-box .inner a.more {
	font-size: 15px;
	font-weight: 600;
	color: #FE5A0E;
	display: block;
	margin-top: 10px;
	opacity: 0;
	margin-top: -37px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.single-service-style-three .text-box:hover .inner {
	padding-bottom: 25px;
	-webkit-box-shadow: 0px 1px 18px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 18px rgba(0, 0, 0, 0.2);
}
.single-service-style-three .text-box:hover .inner .icon-box {
	background: #FE5A0E;
}
.single-service-style-three .text-box:hover .inner .icon-box i {
	color: #fff;
}
.single-service-style-three .text-box:hover .inner h3 {
	color: #262626;
}
.single-service-style-three .text-box:hover .inner p {
	color: #555555;
}
.single-service-style-three .text-box:hover .inner a.more {
	margin-top: 10px;
	opacity: 1;
}
.service-title {
	background: #000 url(../index-90.html) center center no-repeat;
	background-size: cover;
	padding-top: 110px;
	padding-bottom: 240px;
	margin-bottom: -130px;
}
.service-title .sec-title {
	margin: 0;
}
.service-style-four .row {
	margin: 0;
}
.service-style-four .row [class*=col-] {
	padding: 0;
}
.service-style-four .row [class*=col-]:nth-child(1) .single-service-style-four .img-box .box .content h3 span {
	color: #FE5A0E;
}
.service-style-four .row [class*=col-]:nth-child(2) .single-service-style-four .img-box .box .content h3 span {
	color: #31DAF9;
}
.service-style-four .row [class*=col-]:nth-child(3) .single-service-style-four .img-box .box .content h3 span {
	color: #B1EA04;
}
.service-style-four.about-page {
	padding: 120px 0;
}
.service-style-four.about-page .sec-title {
	margin-bottom: 55px;
}
.service-style-four.about-page .sec-title p {
	font-size: 16px;
	line-height: 28px;
	color: #545454;
	padding-left: 100px;
}
.single-service-style-four .img-box {
	position: relative;
}
.single-service-style-four .img-box>img {
	width: 100%;
}
.single-service-style-four .img-box .box {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.single-service-style-four .img-box .box .content {
	width: 100%;
	padding-left: 55px;
}
.single-service-style-four .img-box .box .content i {
	color: #fff;
	font-size: 56px;
}
.single-service-style-four .img-box .box .content h3 {
	color: #FFFFFF;
	font-weight: 300;
	font-size: 28px;
	line-height: 1.2em;
	margin: 0;
	margin-top: 15px;
}
.single-service-style-four .img-box .box .content h3 span {
	font-weight: 600;
}
.single-service-style-four .img-box .box .content a.more {
	width: 121px;
	height: 38px;
	background: #FE5A0E;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	display: inline-block;
	line-height: 38px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	text-align: center;
	margin-top: 15px;
}
.single-service-style-four .img-box .box .content a.more:before {
	background: #252525;
}
.gas.single-service-style-four .img-box .box .content h3 span {
	color: #FE5A0E;
}
.chemical.single-service-style-four .img-box .box .content h3 span {
	color: #31DAF9;
}
.eco.single-service-style-four .img-box .box .content h3 span {
	color: #B1EA04;
}
.mechanical.single-service-style-four .img-box .box .content h3 span {
	color: #D3AE3A;
}
.petrol.single-service-style-four .img-box .box .content h3 span {
	color: #FDFD1E;
}
.power.single-service-style-four .img-box .box .content h3 span {
	color: #54C4FD;
}
.service-style-four-carousel.owl-theme .owl-dots {
	margin-top: 40px;
}
.service-style-four-carousel.owl-theme .owl-dots .owl-dot+.owl-dot {
	margin-left: 20px;
}
.service-style-four-carousel.owl-theme .owl-dots .owl-dot span {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	margin: 0;
	position: relative;
	z-index: 10;
	background-color: transparent;
}
.service-style-four-carousel.owl-theme .owl-dots .owl-dot span:after {
	content: '';
	width: 16px;
	height: 16px;
	background: #fff;
	border: 2px solid #E30613;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	border-radius: 50%;
	z-index: 1;
}
.service-style-four-carousel.owl-theme .owl-dots .owl-dot span:before {
	content: '';
	width: 7px;
	height: 7px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 1;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	border-radius: 50%;
	background: #E30613;
	z-index: 2;
}
.service-style-four-carousel.owl-theme .owl-dots .owl-dot.active span:after {
	opacity: 1;
}
.service-style-four-carousel .owl-nav {
	margin: 0;
	display: none !important;
}
.service-style-four-carousel .owl-nav [class*=owl-] {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: #DDDDDD;
	color: #888888;
	font-size: 15px;
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 38px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	margin-top: 20px;
	position: relative;
	top: 0%;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}
.service-style-four-carousel .owl-nav [class*=owl-]:hover {
	background: #FE5A0E;
}
.service-style-four-carousel .owl-nav .owl-prev {
	left: auto;
}
.service-style-four-carousel .owl-nav .owl-next {
	right: auto;
	margin-left: 15px;
}
.service-page {
	padding-bottom: 95px;
}
.service-page .single-service-style-four {
	margin-bottom: 30px;
}
.service-page .service-item-box {
	padding-left: 30px;
}
.service-details-page .service-details-content h3,
.service-details-page .service-details-content h4,
.service-details-page .service-details-content p {
	margin: 0;
}
.service-details-page .service-details-content h3 {
	font-size: 28px;
	color: #252525;
	font-weight: 600;
}
.service-details-page .service-details-content p {
	font-size: 16px;
	line-height: 27px;
	color: #545454;
}
.service-details-page .service-details-content h4 {
	font-size: 24px;
	color: #252525;
	font-weight: 600;
}
.service-details-page .service-details-content ul.list-items {
	margin: 0;
	padding: 0;
	list-style: none;
}
.service-details-page .service-details-content ul.list-items li {
	position: relative;
	color: #878787;
	font-size: 15px;
	padding-left: 30px;
}
.service-details-page .service-details-content ul.list-items li+li {
	margin-top: 5px;
}
.service-details-page .service-details-content ul.list-items li i {
	font-size: 16px;
	color: #545454;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.service-details-page .service-details-content .feature-style-one [class*=col-md]:nth-child(4) {
	background: #F6F6F6;
}
.service-details-page .service-details-content .feature-list-box .content-box {
	width: calc( 100% - 400px);
	float: left;
	padding-right: 50px;
}
.service-details-page .service-details-content .feature-list-box .content-box h4 {
	margin-bottom: 20px;
}
.service-details-page .service-details-content .feature-list-box .content-box p {
	margin-bottom: 15px;
}
.service-details-page .service-details-content .feature-list-box .img-box {
	width: 400px;
	float: left;
}

/*------------SIDEBAR STYLES-----/*
	
	/************************** 
	
	* 27. sidebar styles 
	
***************************/
.has-right-sidebar {
	padding-right: 0px;
}
@media (max-width: 854px) {
	.sidebar {
		margin-top: 0px;
	}
}
.sidebar .single-sidebar:not(.search-widget):not(.tags-widget) {
	padding: 0 30px;
	padding-top: 30px;
	border: 1px solid #EBEBEF;
}
.sidebar .single-sidebar+.single-sidebar {
	margin-top: 45px;
}
.sidebar .single-sidebar .title-1 {
	margin-bottom: 30px;
}
.sidebar .single-sidebar .title-1 h3 {
	margin: 0;
	color: #262626;
	font-size: 22px;
	font-weight: 600;
}
.sidebar .single-sidebar .title-1 h3:after {
	display: inline-block;
	vertical-align: middle;
	content: '';
	width: 38px;
	height: 2px;
	background: #888888;
	margin-left: 15px;
	margin-top: 18px;
}
.sidebar .single-sidebar.search-widget {
	border: 1px solid #ececf0;
}
.sidebar .single-sidebar.search-widget form {
	position: relative;
	height: 54px;
}
.sidebar .single-sidebar.search-widget form input {
	width: 100%;
	height: 100%;
	color: #555555;
	font-size: 15px;
	padding-left: 20px;
	border: none;
	outline: none;
	background-color: transparent;
	letter-spacing: .05em;
}
.sidebar .single-sidebar.search-widget form input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	
	color: #555555;
}
.sidebar .single-sidebar.search-widget form input::-moz-placeholder {
	/* Firefox 19+ */
	
	color: #555555;
}
.sidebar .single-sidebar.search-widget form input:-ms-input-placeholder {
	/* IE 10+ */
	
	color: #555555;
}
.sidebar .single-sidebar.search-widget form input:-moz-placeholder {
	/* Firefox 18- */
	
	color: #555555;
}
.sidebar .single-sidebar.search-widget form button {
	background-color: transparent;
	outline: none;
	border: none;
	color: #555555;
	font-size: 15px;
	position: absolute;
	top: 50%;
	right: 0px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: transparent;
	width: 75px;
	height: 100%;
	color: #555555;
	border-left: 1px solid #ececf0;
}
.sidebar .single-sidebar.category-widget {
	padding-bottom: 30px !important;
}
.sidebar .single-sidebar.category-widget ul.category-list {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: -5px;
}
.sidebar .single-sidebar.category-widget ul.category-list li+li {
	border-top: 1px solid #E0E0E0;
	padding-top: 10px;
	margin-top: 10px;
}
.sidebar .single-sidebar.category-widget ul.category-list li a {
	color: #555555;
	font-size: 15px;
	position: relative;
	display: block;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.sidebar .single-sidebar.category-widget ul.category-list li a span.count {
	float: right;
}
.sidebar .single-sidebar.category-widget ul.category-list li a:hover {
	color: #FE5A0E;
}
.sidebar .single-sidebar.recent-post-widget .recent-post-list {
	margin-top: -5px;
	padding-bottom: 15px;
}
.sidebar .single-sidebar.recent-post-widget .recent-post-list .single-recent-post {
	margin-bottom: 0;
}
.sidebar .single-sidebar.recent-post-widget .recent-post-list .single-recent-post+.single-recent-post {
	border-top: 1px solid #E0E0E0;
	padding-top: 15px;
}
.sidebar .single-sidebar.recent-post-widget .recent-post-list .single-recent-post+.single-recent-post {
	margin-top: 20px;
}
.sidebar .single-sidebar.recent-post-widget .recent-post-list .single-recent-post h3 {
	margin: 0;
	color: #150A33;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: .01em;
	font-weight: 600;
	margin-bottom: 10px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.sidebar .single-sidebar.recent-post-widget .recent-post-list .single-recent-post h3:hover {
	color: #FE5A0E;
}
.sidebar .single-sidebar.recent-post-widget .recent-post-list .single-recent-post a.date {
	color: #929191;
	font-size: 15px;
	line-height: 1em;
	display: inline-block;
	font-weight: 500;
}
.sidebar .single-sidebar.tags-widget ul.tags-list,
.sidebar .single-sidebar.tags-widget ul.tags-list li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sidebar .single-sidebar.tags-widget ul.tags-list {
	margin-left: -5px;
	margin-right: -5px;
}
.sidebar .single-sidebar.tags-widget ul.tags-list li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 5px;
	margin-bottom: 10px;
}
.sidebar .single-sidebar.tags-widget ul.tags-list li a {
	display: block;
	border: 1px solid #F5F9FF;
	color: #555555;
	font-size: 15px;
	line-height: 1em;
	padding: 10px 19px;
	-webkit-transition: all .4s;
	transition: all .4s;
	background: #F5F9FF;
}
.sidebar .single-sidebar.tags-widget ul.tags-list li a:hover {
	color: #fff;
	border-color: #FE5A0E;
	background: #FE5A0E;
}
.sidebar .single-sidebar.service-sidebar {
	border: none !important;
	padding: 0 !important;
}
.sidebar .single-sidebar.service-sidebar ul.service-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sidebar .single-sidebar.service-sidebar ul.service-list li+li {
	margin-top: 7px;
}
.sidebar .single-sidebar.service-sidebar ul.service-list li a {
	display: block;
	color: #252525;
	font-weight: 300;
	font-size: 13px;
	background: #F5F5F5;
	position: relative;
	padding-left: 25px;
	line-height: 58px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.sidebar .single-sidebar.service-sidebar ul.service-list li a:before {
	content: '';
	width: 6px;
	height: 0;
	background: #E30613;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.sidebar .single-sidebar.service-sidebar ul.service-list li:hover a,
.sidebar .single-sidebar.service-sidebar ul.service-list li.active a {
	background: #003369;
	color: #fff;
}
.sidebar .single-sidebar.service-sidebar ul.service-list li:hover a:before,
.sidebar .single-sidebar.service-sidebar ul.service-list li.active a:before {
	height: 100%;
}
.sidebar .single-sidebar.brochure-sidebar {
	border: none !important;
	padding: 0 !important;
}
.sidebar .single-sidebar.brochure-sidebar .title-1 h3:after {
	display: none;
}
.sidebar .single-sidebar.brochure-sidebar p {
	font-size: 15px;
	color: #545454;
	line-height: 28px;
	letter-spacing: .025em;
	margin: 0;
	margin-bottom: 30px;
}
.sidebar .single-sidebar.brochure-sidebar a.brochure-btn {
	display: block;
	background: #F5F5F5;
	font-weight: bold!important;
	font-size: 16px;
	line-height: 45px;
	padding-left: 75px;
	color: #252525;
	position: relative;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.sidebar .single-sidebar.brochure-sidebar a.subcat-btn {
	margin-bottom: 7px;
	display: block;
	background: #F5F5F5;
	font-weight: 500;
	font-size: 14px;
	line-height: 45px;
	padding-left: 25px;
	color: #252525;
	position: relative;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.subcat-btn:hover {
	background: #002264!important;
	color: #ffffff!important;
}
.sidebar .single-sidebar.brochure-sidebar a.brochure-btn i {
	font-size: 25px;
	margin-right: 13px;
	line-height: 45px;
	position: absolute;
	top: 50%;
	left: 30px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.sidebar .single-sidebar.brochure-sidebar a.brochure-btn+a {
	margin-top: 15px;
}
.sidebar .single-sidebar.brochure-sidebar a.brochure-btn:hover {
	background: #252525;
	color: #FFFFFF;
}
.sidebar .single-sidebar.brochure-sidebar a.brochure-btn:hover i {
	color: #E30613;
}

/************************** 
	
	* 15. features styles 
	
***************************/
.feature-style-one [class*=col-md]:nth-child(1) {
	background: #F6F6F6;
	padding: 0;
}
.feature-style-one [class*=col-md]:nth-child(2) {
	background: #FE5A0E;
	padding: 0;
}
.feature-style-one [class*=col-md]:nth-child(3) {
	background: #262626;
	padding: 0;
}
.feature-style-one.overlapped-top {
	margin-top: -85.5px;
	position: relative;
	z-index: 20;
}
.feature-style-one.overlapped-bottom {
	margin-bottom: -85.5px;
	position: relative;
	z-index: 20;
}
.feature-style-one .single-feature-style-one {
	padding: 41px 25px;
}
.feature-style-one .single-feature-style-one .icon-box,
.feature-style-one .single-feature-style-one .text-box {
	display: table-cell;
	vertical-align: middle;
}
.feature-style-one .single-feature-style-one .icon-box {
	width: 60px;
}
.feature-style-one .single-feature-style-one .icon-box i {
	color: #000000;
	font-size: 60px;
}
.feature-style-one .single-feature-style-one .text-box {
	padding-left: 20px;
}
.feature-style-one .single-feature-style-one .text-box h3,
.feature-style-one .single-feature-style-one .text-box p {
	margin: 0;
}
.feature-style-one .single-feature-style-one .text-box h3 {
	font-size: 24px;
	font-weight: 600;
	color: #262626;
}
.feature-style-one .single-feature-style-one .text-box p {
	font-size: 16px;
	line-height: 24px;
	color: #555555;
	margin-top: 15px;
}
.feature-style-one .single-feature-style-one.light .icon-box i {
	color: #fff;
}
.feature-style-one .single-feature-style-one.light .text-box h3,
.feature-style-one .single-feature-style-one.light .text-box p {
	color: #fff;
}
.features-style-two {
	padding-bottom: 120px;
}
.single-features-style-two {
	border: 1px solid #E8E8E8;
	text-align: center;
	min-height: 306px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.single-features-style-two .inner {
	width: 100%;
}
.single-features-style-two i {
	font-size: 53px;
	color: #262626;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.single-features-style-two h3,
.single-features-style-two p {
	margin: 0;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.single-features-style-two h3 {
	font-size: 22px;
	line-height: 27px;
	color: #252525;
	font-weight: 600;
	letter-spacing: -0.025em;
	margin-top: 18px;
	margin-bottom: 10px;
}
.single-features-style-two p {
	font-size: 15px;
	line-height: 27px;
	color: #545454;
	width: 73%;
	margin-left: auto;
	margin-right: auto;
}
.single-features-style-two:before {
	background: #E30613;
}
.single-features-style-two:hover h3,
.single-features-style-two:hover p,
.single-features-style-two:hover i {
	color: #fff;
}
.faq-style-one .sec-title {
	padding-top: 25px;
	margin-bottom: 45px;
}
.faq-style-one .accrodion-grp {
	background: #F6F6F6;
	padding-top: 10px;
	padding-bottom: 10px;
}
.faq-style-one .accrodion-grp .accrodion {
	padding-left: 25px;
	padding-right: 25px;
}
.faq-style-one .accrodion-grp .accrodion+.accrodion .accrodion-title {
	border-top: 1px solid #e1e1e1;
}
.faq-style-one .accrodion-grp .accrodion .accrodion-title {
	padding: 22px 0;
	cursor: pointer;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.faq-style-one .accrodion-grp .accrodion .accrodion-title h4 {
	margin: 0;
	position: relative;
	font-size: 18px;
	color: #262626;
	font-weight: 600;
}
.faq-style-one .accrodion-grp .accrodion .accrodion-content .inner {
	padding-bottom: 20px;
}
.faq-style-one .accrodion-grp .accrodion .accrodion-content p {
	margin: 0;
	font-size: 16px;
	line-height: 26px;
	color: #555555;
}
.faq-style-one .accrodion-grp .accrodion.active .accrodion-title h4 {
	color: #FE5A0E;
}
.faq-style-one .accrodion-grp .accrodion.active .accrodion-title h4:before {
	content: "\f062";
	font-weight: 900;
	color: #262626;
	border-color: #262626;
}
.faq-style-one a.more-info {
	color: #FE5A0E;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: .01em;
	display: inline-block;
	margin-top: 35px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	margin-left: 0;
}
.faq-style-one a.more-info:hover {
	margin-left: 10px;
}
.contact-info-style-one {
	background: #262626;
	border-bottom: 3px solid #FE5A0E;
	padding: 50px 0;
}
.contact-info-style-one .title-1 h3,
.contact-info-style-one .title-1 p {
	margin: 0;
}
.contact-info-style-one .title-1 h3 {
	font-weight: 600;
	color: #FFFFFF;
	font-size: 32px;
}
.contact-info-style-one .title-1 h3 span {
	color: #FE5A0E;
}
.contact-info-style-one .title-1 h3:after {
	display: inline-block;
	vertical-align: bottom;
	content: '';
	width: 38px;
	height: 2px;
	background: #FFFFFF;
	margin-left: 15px;
}
.contact-info-style-one .title-1 p {
	font-size: 16px;
	line-height: 28px;
	color: #FFFFFF;
	letter-spacing: .01em;
	margin-top: 8px;
}
.contact-info-style-one .contact-infos {
	padding: 21px 0;
	padding-left: 70px;
}
.contact-info-style-one .contact-infos .single-contact-infos {
	display: inline-block;
	vertical-align: middle;
}
.contact-info-style-one .contact-infos .single-contact-infos+.single-contact-infos {
	margin-left: 65px;
}
.contact-info-style-one .contact-infos .single-contact-infos .icon-box,
.contact-info-style-one .contact-infos .single-contact-infos .text-box {
	display: table-cell;
	vertical-align: middle;
}
.contact-info-style-one .contact-infos .single-contact-infos .icon-box {
	width: 33px;
}
.contact-info-style-one .contact-infos .single-contact-infos .icon-box i {
	font-size: 33px;
	color: #ffffff;
}
.contact-info-style-one .contact-infos .single-contact-infos .text-box {
	padding-left: 20px;
}
.contact-info-style-one .contact-infos .single-contact-infos .text-box h3,
.contact-info-style-one .contact-infos .single-contact-infos .text-box p {
	margin: 0;
}
.contact-info-style-one .contact-infos .single-contact-infos .text-box h3 {
	font-size: 28px;
	color: #FE5A0E;
	font-weight: 600;
}
.contact-info-style-one .contact-infos .single-contact-infos .text-box p {
	font-size: 18px;
	color: #FFFFFF;
}
@media(max-width: 1200px) {
	.header-navigation {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.header-navigation .container .main-navigation {
		display: none !important;
	}
	
	.header-navigation .container {
		background: #fff;
		padding-top: 38px;
		padding-bottom: 38px;
	}
	
	.header-navigation .container .navbar-header {
		left: 20px;
	}
	
	.header-navigation .container .navbar-header button.side-nav-toggler {
		font-size: 28px;
	}
	
	.header.header-home-three .header-navigation .container .navbar-header,
	.header.header-home-two .header-navigation .container .navbar-header {
		display: block;
	}
	
	.header.header-home-three .header-navigation .container {
		padding-top: 32px;
		padding-bottom: 32px;
	}
	
	.header-top .logo {
		width: 100%;
		text-align: center;
		padding: 30px 0;
	}
	
	.header-top .logo:before {
		display: none;
	}
	
	.header-top .header-right-info {
		width: 100%;
		text-align: center;
		padding-top: 0;
		padding-bottom: 80px;
	}
	
	.header-top .single-header-right-info .text-box {
		text-align: left;
	}
	
	.header-top.home-three .logo {
		padding-bottom: 0;
	}
	
	.header.header-home-three .header-navigation .container .right-side-box a.rqa-btn {
		border-bottom-width: 4px;
	}
}
@media (max-width: 1024px) {
	img {
		max-width: 100%;
	}
	
	.slider-home-one .content h2 {
		width: 60%;
	}
	
	.portfolio-style-two .gallery-filter ul li span {
		padding-left: 17px;
		padding-right: 17px;
	}
	
	.single-testimonial-style-two p br {
		display: none;
	}
	
	.fact-counter-section .single-progress-bar .progress-scale {
		width: 200px;
	}
	
	.contact-info-style-one .contact-infos {
		padding-left: 0;
	}
	
	.contact-info-style-one .contact-infos .single-contact-infos+.single-contact-infos {
		margin-left: 20px;
	}
	
	.header-top.home-three .logo {
		padding-bottom: 0;
	}
	
	.single-service-style-four .img-box .box .content i {
		font-size: 37px;
	}
	
	.single-service-style-four .img-box .box .content h3 {
		font-size: 18px;
	}
	
	.strategy-wrapper .single-strategy .img-box,
	.strategy-wrapper .single-strategy .text-box {
		display: block;
		width: 100%;
	}
	
	.strategy-wrapper .single-strategy .text-box {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	
	.sidebar .single-sidebar.broucher-sidebar a.broucher-btn {
		font-size: 12px;
	}
}
@media (max-width: 991px) {
	.page-wrapper {
		margin-bottom: 0 !important;
	}
	
	.about-style-one .about-img-box {
		margin-left: auto;
		margin-right: auto;
		max-width: 515px;
		margin-top: 70px;
	}
	
	.team-style-one {
		padding-bottom: 80px;
	}
	
	.single-team-style-one {
		margin-bottom: 50px;
		max-width: 270px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.team-style-one+.faq-rqa-section {
		padding-top: 40px;
	}
	
	.team-style-one+.sec-pad {
		padding-top: 40px;
	}
	
	.rqa-box {
		margin-top: 80px;
	}
	
	.blog-style-one .blog-list-sidebar {
		margin-top: 50px;
	}
	
	.award-winning .title {
		margin-bottom: 40px;
	}
	
	.service-page .service-item-box {
		margin-top: 10px;
		padding-left: 0;
	}
	
	.service-style-four.about-page .sec-title p,
	.time-line .sec-title p {
		padding-left: 0;
		margin-top: 30px;
	}
	
	.time-line .tab-content .content {
		padding-left: 0;
	}
	
	.service-page .sidebar {
		margin-top: 0;
	}
	
	.faq-style-one .accrodion-grp .accrodion .accrodion-content p br {
		display: none;
	}
	
	.single-service-style-three {
		margin-bottom: 60px;
		max-width: 370px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.service-style-three {
		padding-bottom: 65px;
	}
	
	.fact-counter-section .fact-counter .divider {
		display: none;
	}
	
	.fact-counter-section .fact-counter .single-fact-counter {
		padding-top: 30px;
	}
	
	.fact-counter-section .fact-counter {
		margin-top: 20px;
	}
	
	.single-blog-style-one {
		max-width: 370px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.features-style-two {
		padding-bottom: 85px;
	}
	
	.single-features-style-two {
		margin-bottom: 40px;
	}
	
	.strategy-wrapper [class*=col-] {
		width: 33.33333%;
		float: left;
	}
	
	.sidebar {
		margin-top: 0px;
	}
	
	.contact-info-style-two .left-content:after {
		right: -30px;
	}
	
	.contact-info-style-two .right-video-box {
		min-height: 400px;
	}
}
.card-desc-serv {
	background-color: #f5f5f5;
	
	color: #383838;
	
	padding: 1rem 0.8rem;
	font-size: 0.95rem;
	margin-bottom: 0.5rem;
	height: 180px;
}


/*--End SERVICES PAGE/*	
	
	
/*------------------- APP PAGE ---------------*/
#app-list {
	background-color: rgb(255, 255, 255);
	overflow-y: auto;
	width: 100%;
}
.sticky-side-app {
	position: -webkit-sticky;
	position: sticky;
	top: 80px;
	z-index: 7;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
a.document-item.list-group-item.list-group-item-action.disabled {
	background-color: #9e9e9e;
	color: #d2d2d2;
	border-radius: 0px !important;
}
a.document-item.list-group-item.list-group-item-action {
	padding: 0.95rem;
}
.app-title a {
	color: #383838;
	font-size: 1.5rem;
}
.app-title a:hover {
	color: #ef353d;
	font-size: 1.5rem;
}

/*------------------------------- Search ------------------------*/
h4.blue {
	color: #003369;
	font-weight: 600;
}
.search-img {
	max-width: 200px;
}
h1.search-title {
	font-size: 1.2rem;
	color: #003369;
}
.card-search {
	border: 1px solid rgba(181, 181, 181, 0.125);
}
div#prod {
	padding: 0rem !important;
	background-color: rgba(245, 245, 245, 0.46);
	border-bottom: 0px !important;
}
div#OEM {
	padding: 0rem !important;
	background-color: rgba(245, 245, 245, 0.46);
	border-bottom: 0px !important;
}
button.btn.btn-link.searchfilter-button {
	text-align: left;
}
.searchfilter-button {
	color: #003366 !important;
	text-decoration: none !important;
	font-weight: 700 !important;
	font-size: 1rem !important;
	position: relative;
	width: 100% !important;
}
.searchfilter-button::after {
	content: "\f107";
	color: #003366;
	top: 19px;
	right: 31px;
	left: 90% ;
	position: absolute;
	font-family: "FontAwesome";
	z-index: 5;
	font-size: 2rem;
}
div#products {
	border: 1px solid rgba(181, 181, 181, 0.125);
}
div#oem-result {
	border: 1px solid rgba(181, 181, 181, 0.125);
}
.searchfilter-button[aria-expanded="true"]::after {
	content: "\f106";
}
.clickable-row:hover {
	cursor: pointer;
}

/*------ extra nav ------*/
a.navbar-brand-mob {
	max-width: 68px !important;
}

/*--Applications main page--*/
.applications-page .header-cont .container {
	z-index: 13;
	top: 0;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
}
.applications-page .header-cont {
	overflow: hidden;
	display: block;
	background-size: cover;
	z-index: -3;
	min-height: 340px;
}
.filter-gradient:after {
	background-size: 2000px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: -2;
	content: "";
	opacity: .7;
}
.applications-page .header-cont .description {
	color: white;
	padding: 1rem;
}
.ind-intro {
	font-size: 1.2rem;
}
.card.card-content.app.d-block.h-100.d-flex.flex-column.justify-content-between {
	margin: 0px !important;
}
.btn-neutral {
	border-color: white;
	color: white;
}
.btn-blue {
	background-color: #003366!important;
	color: white!important;
}
.btn-neutral:hover,
.btn-neutral:focus,
.btn-neutral:active,
.btn-neutral.active,
.open>.btn-neutral.dropdown-toggle {
	background-color: transparent;
	color: white;
	border-color: white;
}
.btn-neutral:disabled,
.btn-neutral[disabled],
.btn-neutral.disabled {
	background-color: transparent;
	border-color: white;
}
.btn-neutral.btn-fill {
	color: white;
	background-color: white;
	opacity: 1;
	filter: alpha(opacity=100);
}
.btn-neutral.btn-fill:hover,
.btn-neutral.btn-fill:focus,
.btn-neutral.btn-fill:active,
.btn-neutral.btn-fill.active,
.open>.btn-neutral.btn-fill.dropdown-toggle {
	background-color: white;
	color: white;
}
.btn-neutral.btn-fill .caret {
	border-top-color: white;
}
.btn-neutral .caret {
	border-top-color: white;
}
.btn-neutral:active,
.btn-neutral.active,
.open>.btn-neutral.dropdown-toggle {
	background-color: white;
	color: #888888;
}
.btn-neutral.btn-fill,
.btn-neutral.btn-fill:hover,
.btn-neutral.btn-fill:focus {
	color: #888888;
}
.btn-neutral.btn-simple:active,
.btn-neutral.btn-simple.active {
	background-color: transparent;
}
.section-gray {
	background-color: #EEEEEE;
}
.section-white {
	background-color: #FFFFFF;
}
.border-top {
	border-top: 1px solid #e2e2e2;
}
.parallax .parallax-image {
	width: 100%;
	position: relative;
	height: 100%;
}
.parallax .parallax-image.second-image {
	position: absolute;
	right: -200px;
	top: 0;
}
.applications-page ol {
	font-weight: 300;
}
.applications-page .section p {
	margin-top: 30px;
	line-height: 28px;
	font-size: 18px;
	font-weight: 200;
}
.applications-page .section-description h5 {
	margin-top: 50px;
}
.applications-page .img-container {
	border-radius: 10px;
	overflow: hidden;
}
.applications-page .img-container img {
	width: 100%;
}
.applications-page .section-testimonials .carousel-control {
	left: -70px;
}
.applications-page .section-testimonials .carousel-control .fa {
	top: 40%;
}
.applications-page .section-testimonials .carousel-control.right {
	right: -40px;
	left: auto;
}
.applications-page .section-clients {
	padding: 50px 0;
}
.applications-page .section-clients .info .icon {
	background: transparent;
}
.applications-page .section-clients .icon i {
	color: #AAAAAA;
}
.applications-page .section-clients h3 {
	margin-top: 10px;
}
.applications-page .social-line {
	border-bottom: 1px solid #dddddd;
}

.applications-page2 .container {
	max-width: 1170px;
}
.header-text {
	font-weight: 600;
	color: #003369;
	margin-bottom: 0px;
	font-size: 36px;
	line-height: 46;
	position: relative;
	letter-spacing: -0.5;
	
}
.applications-page .parallax {
	width: 100%;
	max-height: 450px;
	overflow: hidden;
	display: block;
	background-size: cover;
}
.applications-page .parallax .container {
	z-index: 2;
	position: absolute;
	top: 0;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
}
.filter-gradient {
	position: relative;
}
.filter-gradient:after {
	background-size: 2000px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 1;
	content: "";
	opacity: .7;
}
.filter-gradient.gray:after {
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIzMjUyNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MTQzNDUiIHN0b3Atb3BhY2l0eT0iMC44NyIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(35, 37, 38, 1) 0%, rgba(65, 67, 69, 0.87) 100%);
	/* FF3.6+ */
	
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(35, 37, 38, 1)), color-stop(100%, rgba(65, 67, 69, 0.87)));
	/* Chrome,Safari4+ */
	
	background: -webkit-linear-gradient(top, rgba(35, 37, 38, 1) 0%, rgba(65, 67, 69, 0.87) 100%);
	/* Chrome10+,Safari5.1+ */
	
	background: -o-linear-gradient(top, rgba(35, 37, 38, 1) 0%, rgba(65, 67, 69, 0.87) 100%);
	/* Opera 11.10+ */
	
	background: -ms-linear-gradient(top, rgba(35, 37, 38, 1) 0%, rgba(65, 67, 69, 0.87) 100%);
	/* IE10+ */
	
	background: linear-gradient(to bottom, rgba(35, 37, 38, 1) 0%, rgba(65, 67, 69, 0.87) 100%);
	/* W3C */
	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#232526', endColorstr='#de414345', GradientType=0);
	/* IE6-8 */
}
.filter-gradient.blue:after {
	background: rgba(0, 51, 102, 0.9);
	/* Old browsers */
	
	background: -moz-radial-gradient(center, ellipse cover, #003366 0%, rgba(0, 51, 102, 0.8) 0%, #003366 100%, #003366 100%, #003366 100%, #002762 100%, #002762 100%);
	/* FF3.6+ */
	
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #003366), color-stop(0%, rgba(0, 51, 102, 0.8)), color-stop(100%, #0C526C), color-stop(100%, #003366), color-stop(100%, #003366), color-stop(100%, #002762), color-stop(100%, #002762));
	/* Chrome,Safari4+ */
	
	background: -webkit-radial-gradient(center, ellipse cover, #003366 0%, rgba(0, 51, 102, 0.8) 0%, #003366 100%, #003366 100%, #003366 100%, #002762 100%, #002762 100%);
	/* Chrome10+,Safari5.1+ */
	
	background: -o-radial-gradient(center, ellipse cover, #003366 0%, rgba(0, 51, 102, 0.8) 0%, #003366 100%, #003366 100%, #003366 100%, #002762 100%, #002762 100%);
	/* Opera 12+ */
	
	background: -ms-radial-gradient(center, ellipse cover, #003366 0%, rgba(0, 51, 102, 0.8) 0%, #003366 100%, #003366 100%, #003366 100%, #002762 100%, #002762 100%);
	/* IE10+ */
	
	background: radial-gradient(ellipse at center, #003366 0%, rgba(0, 51, 102, 0.8) 0%, #003366 100%, #003366 100%, #003366 100%, #002762 100%, #002762 100%);
	/* W3C */
	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(0, 51, 102, 0.8) ', endColorstr='#002762', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
}
.section-no-padding {
	padding-bottom: 0;
}
.applications-page .parallax .parallax-background {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
}
.applications-page .parallax .parallax-background img {
	width: 100%;
	height: auto;
	position: relative;
}
.applications-page .parallax .parallax-image {
	width: 100%;
	margin: 0 auto;
	margin-top: 145px;
	float: right;
	text-align: center;
}
.applications-page .parallax .parallax-image img {
	height: auto;
	width: 100%;
}
.applications-page .parallax .parallax-image img.phone {
	width: 80%;
	float: right;
}
.applications-page .parallax .parallax-background img.flipped {
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}
.applications-page .parallax .parallax-image .screen {
	position: absolute;
	z-index: 3;
}
.applications-page .parallax .description {
	margin-top: 120px;
	color: white;
	padding: 5px;
}
.applications-page .section-presentation .description {
	padding: 40px 0px 40px;
}
.applications-page .parallax .description h2 {
	text-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
	font-weight: 200;
	font-size: 40px;
}
.applications-page .parallax .description h5 {
	line-height: 1.4;
	font-weight: 400;
	text-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
	font-size: 18px;
}
.applications-page .parallax .buttons {
	width: 100%;
	display: inline-block;
	margin-top: 40px;
}
.applications-page .parallax .buttons h4 {
	color: white;
	display: inline-block;
}
.applications-page .parallax .buttons h4~.btn {
	margin-top: -10px;
	margin-left: 20px;
}
.applications-page .parallax .buttons .btn-simple {
	font-size: 30px;
}
.applications-page .logos {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.applications-page .logos ul {
	display: block;
	width: 100%;
	margin: 0px auto;
	padding-top: 48px;
}
.applications-page .logos li {
	display: inline-block;
	margin: 0 17px;
}
.applications-page .section-presentation {
	overflow: hidden;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 0px!important;
}
.applications-page .section-presentation img {
	position: absolute;
	top: 0;
	left: 0;
	height: 600px;
}
.applications-page .section-presentation .iphone-presentation {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.applications-page .section-no-padding .parallax {
	color: white;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 600px;
	text-align: center;
}
.applications-page .section-no-padding .parallax .info {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 20;
	top: 150px;
}
.applications-page .section-no-padding .parallax .info h1 {
	font-size: 40px;
	font-weight: 300;
}
.applications-page .section-no-padding .parallax .info a {
	position: relative;
	z-index: 10;
}
.applications-page .section-no-padding .parallax .info .btn-lg {
	margin-top: 75px;
	padding: 14px 80px;
}
.applications-page .section-demo {
	margin-top: 50px;
}
.applications-page .section-demo a {
	margin-top: 20px;
}
.applications-page .section-demo .demo-image {
	position: relative;
	width: 100%;
	display: block;
}
.applications-page .section-demo .demo-image img {
	width: 100%;
	border-radius: 10px;
}
.applications-page .section-demo .row:first-child {
	margin-bottom: 100px;
}
.applications-page .section-features .card {
	width: 100%;
	min-height: 250px;
	padding: 10px 30px;
	border: 1px solid #DDDDDD;
	border-radius: 10px;
	margin-top: 30px;
	text-align: center;
}
.applications-page .section-features .card .icon i {
	font-size: 63px;
	color: #9a9a9a;
	width: 85px;
	height: 85px;
	line-height: 80px;
	text-align: center;
	border-radius: 50%;
	margin: 0 auto;
	margin-top: 20px;
}
.applications-page .section-features .card.card-blue {
	border-color: #CCE7F5;
}
.applications-page .section-features .card.card-blue .icon i {
	color: #00bbff;
}
.applications-page .section-features .card.card-green {
	border-color: #BDF8C0;
}
.applications-page .section-features .card.card-green .icon i {
	color: #3ABE41;
}
.applications-page .section-features .card.card-orange {
	border-color: #FAD9CD;
}
.applications-page .section-features .card.card-orange .icon i {
	color: #ff967f;
}
.applications-page .section-features .card.card-red {
	border-color: #FFBFC3;
}
.applications-page .section-features .card.card-red .icon i {
	color: #E01724;
}
.applications-page .section-features .card h4 {
	font-weight: 300;
	font-size: 18px;
	margin: 30px 0 -15px;
}
.applications-page .section-features .card p {
	font-size: 16px;
	line-height: 22px;
	color: #777;
}
.applications-page .section-testimonial {
	position: relative;
	width: 100%;
	min-height: 450px;
}
@media (max-width:768px) {
	.main .container {
		margin-bottom: 50px;
	}
}
@media (max-width: 767px) {
	.applications-page .wrapper {
		text-align: center;
	}
	
	.applications-page .parallax {
		height: auto;
	}
	
	.applications-page .parallax .parallax-background img {
		width: auto;
		/*height: 100%;*/
	}
	
	.applications-page .parallax .description {
		margin-top: 65px;
	}
	
	.applications-page .parallax .buttons {
		margin: 20px 0;
	}
	
	.applications-page .logos li {
		display: block;
		margin-top: 10px;
	}
	
	.applications-page .logos ul {
		padding-top: 20px;
	}
	
	.applications-page .section-presentation {
		margin: 0;
	}
	
	.applications-page .section-presentation {
		height: auto;
	}
	
	.applications-page .carousel-indicators {
		bottom: -30px;
	}
	
	.applications-page .carousel {
		min-height: 210px;
	}
	
	.footer nav.pull-left,
	.footer:not(.footer-big) nav>ul li,
	.pull-right {
		float: none !important;
	}
}
@media (min-width: 768px) {
	.applications-page .navbar-top {
		padding-top: 10px;
	}
}
.padding-bottom {
	padding-bottom: 50px;
}

/*--End applications main page--*/


/* Styling for Tables on Applications Pages */
.tg  {border-collapse:collapse;border-spacing:0;}
.tg td{border-color:black;border-style:solid;border-width:1px;font-family:Arial, sans-serif;font-size:14px;
overflow:hidden;padding:10px 5px;word-break:normal;}
.tg th{border-color:black;border-style:solid;border-width:1px;font-family:Arial, sans-serif;font-size:14px;
font-weight:normal;overflow:hidden;padding:10px 5px;word-break:normal;}
.tg .tg-n6bu{border-color:#9b9b9b;font-weight:bold;text-align:left;vertical-align:top}
.tg .tg-2fdn{border-color:#9b9b9b;text-align:left;vertical-align:top}

/*--------------------------------------------------------------
	# Departments
--------------------------------------------------------------*/
.departments {
	overflow: hidden;
}

.departments .nav-tabs {
	border: 0;
}

.departments .nav-link {
	border: 0;
	padding: 12px 15px 12px 0;
	transition: 0.3s;
	color: #2c4964;
	border-radius: 0;
	border-right: 2px solid #ebf1f6;
	font-weight: 600;
	font-size: 15px;
}

.departments .nav-link:hover {
	color: #e3111d;
}

.departments .nav-link.active {
	color: #E30613;
	border-color: #E30613;
}

.departments .tab-pane.active {
	-webkit-animation: fadeIn 0.5s ease-out;
	animation: fadeIn 0.5s ease-out;
}

.departments .details h3 {
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 20px;
	color: #2c4964;
}

.departments .details p {
	color: #777777;
}

.departments .details p:last-child {
	margin-bottom: 0;
}

@media (max-width: 992px) {
	.departments .nav-link {
		border: 0;
		padding: 15px;
	}
	.departments .nav-link.active {
		color: #fff;
		background: #003366;
	}
}



/*--------------------------------------------------------------
	# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-list {
	padding: 0 100px;
}

.faq .faq-list ul {
	padding: 0;
	list-style: none;
}

.faq .faq-list li + li {
	margin-top: 15px;
}

.faq .faq-list li {
	padding: 20px;
	background: #fff;
	border-radius: 4px;
	position: relative;
}

.faq .faq-list a {
	display: block;
	position: relative;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	padding: 0 0px;
	outline: none;
}

.faq .faq-list .icon-help {
	font-size: 24px;
	position: absolute;
	right: 0;
	left: 20px;
	color: #76b5ee;
}

.faq .faq-list .icon-show, .faq .faq-list .icon-close {
	font-size: 24px;
	position: absolute;
	right: 0;
	top: 0;
}

.faq .faq-list p {
	margin-bottom: 0;
	padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
	display: none;
}

.faq .faq-list a.collapsed {
	color: #343a40;
}

.faq .faq-list a.collapsed:hover {
	color: #003366;
}

.faq .faq-list a.collapsed .icon-show {
	display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
	display: none;
}

@media (max-width: 1200px) {
	.faq .faq-list {
		padding: 0;
	}
}

/*--------------------------------------------------------------
	# Why Us
--------------------------------------------------------------*/
.why-us .content {
	padding: 30px;
	background: #003366;
	border-radius: 4px;
	color: #fff;
}

.why-us .content h3 {
	font-weight: 700;
	font-size: 28px;
	margin-bottom: 30px;
}

.why-us .content p {
	margin-bottom: 30px;
}
.more-btn {
	display: inline-block!important;
	background: #e30616 !important;
	padding: 6px 30px 8px 30px!important;
	color: #fff!important;
	border-radius: 50px!important;
	transition: all ease-in-out 0.4s!important;
}
.why-us .content .more-btn {
	display: inline-block!important;
	background: #e30616 !important;
	padding: 6px 30px 8px 30px!important;
	color: #fff!important;
	border-radius: 50px!important;
	transition: all ease-in-out 0.4s!important;
}

.why-us .content .more-btn i {
	font-size: 14px;
}

.why-us .content .more-btn:hover {
	color: #003366;
	background: #fff;
}

.why-us .icon-boxes .icon-box {
	text-align: center;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
	padding: 40px 30px;
	width: 100%;
}

.why-us .icon-boxes .icon-box i {
	font-size: 40px;
	color: #003366;
	margin-bottom: 30px;
}

.why-us .icon-boxes .icon-box h4 {
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 30px 0;
}

.why-us .icon-boxes .icon-box p {
	font-size: 15px;
	color: #848484;
}

#hero .container {
	position: relative;
}
#hero h1 {
	margin: 0;
	font-size: 48px;
	font-weight: 700;
	line-height: 56px;
	color: #ffffff;
}
#hero h2 {
	color: #ffffff;
	margin: 10px 0 0 0;
	font-size: 24px;
}
#hero .btn-get-started {
	font-family: "Raleway", sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 12px 35px;
	margin-top: 30px;
	border-radius: 20px;
	transition: 0.5s;
	color: #fff;
	background: #E30613;
}
#hero .btn-get-started:hover {
	background: #3291e6;
}

.sub-hero-h2 {
	font-size: 1.5rem !important; 
	font-weight: 500 !important;
	line-height: normal !important;
} 

.hero-button-section {
padding-top: 5%;
}


@media (min-width: 1024px) {
	#hero {
		background-attachment: fixed;
		height: 80vh;

	}
	.sub-hero-h2 {
		font-size: 2.5rem !important; 
	}
}
@media (max-width: 992px) {
	#hero {
		margin-bottom: 0;
		height: 85vh;
	}
	#hero .container {
		padding-bottom: 63px;
	}
	#hero h1 {
		font-size: 28px;
		line-height: 36px;
		margin-top: 25% !important;
	}
	#hero h2 {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 30px;
	}
	.sub-hero-h2 {
		font-size: 1.5rem !important; 
	}
}
@media only screen and (min-width: 360px) and (max-width: 768px) {
	#hero {
		height: auto;
	}
	.sub-hero-h2 {
		font-size: 1.5rem !important; 
	}
}

/*--------------------------------------------------------------
	# Services
--------------------------------------------------------------*/
.services .icon-box {
	text-align: center;
	border: 1px solid #d5e1ed;
	border-radius: 1px;
	padding: 60px 20px;
	transition: all ease-in-out 0.3s;
	background: white;
}
.services .icon-box .icon {
	margin: 0 auto;
	width: 64px;
	height: 40px;
	background: #003366;
	border-radius: 5px;
	transition: all .3s ease-out 0s;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	transform-style: preserve-3d;
}
.services .icon-box .icon i {
	color: #fff;
	font-size: 28px;
}
.services .icon-box .icon::before {
	position: absolute;
	content: '';
	left: -8px;
	top: -8px;
	height: 100%;
	width: 100%;
	background: #badaf7;
	border-radius: 5px;
	transition: all .3s ease-out 0s;
	transform: translateZ(-1px);
}
.services .icon-box h4 {
	font-weight: 700;
	margin-bottom: 15px;
	font-size: 24px;
}
.services .icon-box h4 a {
	color: #2c4964;
}
.services .icon-box p {
	line-height: 24px;
	font-size: 14px;
	margin-bottom: 0;
}
.services .icon-box:hover {
	background: #003366;
	border-color: #003366;
}
.services .icon-box:hover .icon {
	background: #fff;
}
.services .icon-box:hover .icon i {
	color: #003366;
}
.services .icon-box:hover .icon::before {
	background: #3291e6;
}
.services .icon-box:hover h4 a, .services .icon-box:hover p {
	color: #fff;
}
/*--------------------------------------------------------------
	# Sections General
--------------------------------------------------------------*/
section {
	padding: 60px 0;
	overflow: hidden;
}
.section-bg {
	background-color: #f1f7fd;
}
.section-title {
	text-align: center;
	padding-bottom: 30px;
}
.section-title h2 {
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 20px;
	padding-bottom: 20px;
	position: relative;
	color: #2c4964;
}
.section-title h2::before {
	content: '';
	position: absolute;
	display: block;
	width: 120px;
	height: 1px;
	background: #ddd;
	bottom: 1px;
	left: calc(50% - 60px);
}
.section-title h2::after {
	content: '';
	position: absolute;
	display: block;
	width: 40px;
	height: 3px;

	bottom: 0;
	left: calc(50% - 20px);
}
.section-title p {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
	# About
--------------------------------------------------------------*/
.about .icon-boxes h4 {
	font-size: 18px;
	color: #4b7dab;
	margin-bottom: 15px;
}
.about .icon-boxes h3 {
	font-size: 28px;
	font-weight: 700;
	color: #2c4964;
	margin-bottom: 15px;
}
.about .icon-box {
	margin-top: 40px;
}
.about .icon-box .icon {
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	border: 2px solid #8dc2f1;
	border-radius: 50px;
	transition: 0.5s;
}
.about .icon-box .icon i {
	color: #003366;
	font-size: 32px;
}
.about .icon-box:hover .icon {
	background: #003366;
	border-color: #003366;
}
.about .icon-box:hover .icon i {
	color: #fff;
}
.about .icon-box .title {
	margin-left: 85px;
	font-weight: 700;
	margin-bottom: 10px;
	font-size: 18px;
}
.about .icon-box .title a {
	color: #343a40;
	transition: 0.3s;
}
.about .icon-box .title a:hover {
	color: #003366;
}
.about .icon-box .description {
	margin-left: 85px;
	line-height: 24px;
	font-size: 14px;
}
.about .video-box {
	background: url("https://picsum.photos/seed/picsum/200/300") center center no-repeat;
	background-size: cover;
	min-height: 300px;
	max-height: 500px;
}
.about .play-btn {
	width: 94px;
	height: 94px;
	background: radial-gradient(#003366 50%, rgba(25, 119, 204, 0.4) 52%);
	border-radius: 50%;
	display: block;
	position: absolute;
	left: calc(50% - 47px);
	top: calc(50% - 47px);
	overflow: hidden;
}
.about .play-btn::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-40%) translateY(-50%);
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 15px solid #fff;
	z-index: 100;
	transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.about .play-btn::before {
	content: '';
	position: absolute;
	width: 120px;
	height: 120px;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation: pulsate-btn 2s;
	animation: pulsate-btn 2s;
	-webkit-animation-direction: forwards;
	animation-direction: forwards;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: steps;
	animation-timing-function: steps;
	opacity: 1;
	border-radius: 50%;
	border: 5px solid rgba(25, 119, 204, 0.7);
	top: -15%;
	left: -15%;
	background: rgba(198, 16, 0, 0);
}
.about .play-btn:hover::after {
	border-left: 15px solid #003366;
	transform: scale(20);
}
.about .play-btn:hover::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-40%) translateY(-50%);
	width: 0;
	height: 0;
	border: none;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 15px solid #fff;
	z-index: 200;
	-webkit-animation: none;
	animation: none;
	border-radius: 0;
}
@-webkit-keyframes pulsate-btn {
	0% {
		transform: scale(0.6, 0.6);
		opacity: 1;
	}
	100% {
		transform: scale(1, 1);
		opacity: 0;
	}
}
@keyframes pulsate-btn {
	0% {
		transform: scale(0.6, 0.6);
		opacity: 1;
	}
	100% {
		transform: scale(1, 1);
		opacity: 0;
	}
}
/*--------------------------------------------------------------
	# Hero Section
--------------------------------------------------------------*/
#hero {
	width: 100%;
	height: 85vh;
	background-size: cover;
	position: relative;
	margin-bottom: -200px;
}
#hero .container {
	position: relative;
}
#hero h1 {
	margin: 0;
	font-size: 48px;
	font-weight: 700;
	line-height: 56px;
	color: #ffffff;
}
#hero h2 {
	color: #ffffff;
	margin: 10px 0 0 0;
	font-size: 24px;
}
#hero .btn-get-started {
	font-family: "Raleway", sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 12px 35px;
	margin-top: 30px;
	border-radius: 20px;
	transition: 0.5s;
	color: #fff;
	background: #E30613;
}
#hero .btn-get-started:hover {
	background: #3291e6;
}
@media (min-width: 1024px) {
	#hero {
		background-attachment: fixed;
	}
}
@media (max-width: 992px) {
	#hero {
		margin-bottom: 0;
		height: 100vh;
	}
	#hero .container {
		padding-bottom: 63px;
	}
	#hero h1 {
		font-size: 28px;
		line-height: 36px;
	}
	#hero h2 {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 30px;
	}
}
@media (max-height: 500px) {
	#hero {
		height: auto;
	}
}

/* Formatting Dynamic Search Box */
    .search-boxDS{
        width: 250px;
        position: relative;
        display: inline-block;
        font-size: 14px;
    }
    .search-boxDS input[type="text"]{
        height: 32px;
        padding: 5px 10px;
        border: 1px solid #CCCCCC;
        font-size: 14px;
    }
    .resultDS{
        position: absolute;        
        z-index: 999;
        top: 100%;
        left: 0;
		background:white;
		overflow: auto;
		max-height:300px;
		overflow: auto;

    }
    .search-boxDS input[type="text"], .result{
        width: 100%;
        box-sizing: border-box;
    }
    /* Formatting result items */
    .resultDS p{
      /*   margin: 0; */
        padding: 7px 10px;
        border: 1px solid #CCCCCC;
        border-top: none;
        cursor: pointer;
		white-space: nowrap;
		overflow: auto;
	
		
}
    .resultDS p:hover{
        background: #f2f2f2;
    }

/*--------------------------------------------------------------
	# Related Blogs On Products Page CSS
--------------------------------------------------------------*/


.sub-hero-p {
	color: #fff;
	letter-spacing: 0.03rem;
	margin-top: 2%;
}

.sub-menu {
	background-color:#B2B2B2;
	width: 100%;
	padding: 1.2% 13% 1.2%;
	position: fixed;
}

.sub-menu-a {
	color: #4A4A49;
	font-weight: bold;
	padding: 2%;

}

.cta-subnav {
border-color: #4A4A49;
border-style: solid;
border-width: 2px;
cursor: pointer;
text-align: center;

}

.section-line-height {
	line-height: 2;
}

.border-blog {
	border: 1px solid transparent;
	border-radius: 2px;
	cursor: pointer;
	border-color: rgba(0, 0, 0, .08);
	transition: .5s;
	}
	
	.border-blog:hover {
	box-shadow: 0 0 45px rgba(0, 0, 0, .08);
	margin-bottom: +2%;
	}

	.bloglink{
	color: #003366;
	}

	a.bloglink:hover {
	color: #e30616;
	}
	
/*-------- START landing pages --------------*/

a.top-btn{
	margin: 0 2% 0 0;
	color:#fff;
}

a.top-btn:hover {
border: 1px solid grey;
color:#bdbdbd;
}

.red-span{
	color:#e30616;
}

.padding-section {
	padding: 5% 0 5%;
	margin: 2% 0 2%;
}

.padding-section-child{
	padding: 0 0 5%;
}

.p-landing-left-and-right 
{
	padding:0 10% 0;
}

h2.landing-page {
	font-weight: 800;
}

.sub-menu-a{
padding:0;
}

.border-effect:hover{
margin: -5%;
}

.prod-btn-card:hover{
background-color:#e30613;
}

h3.sub-hero-cta {
font-size: 3em; 
color:#fff; 
font-weight: 900;
}

.img-sub-hero{
	position: absolute; 
	bottom: 0px;
}

 /* Medium devices (tablets)*/
 @media (min-width: 539px) and (max-width: 991px) {
	.p-landing-left-and-right 
{
	padding:0 1% 0;
}

.img-sub-hero{
	position: static; 
	top: 10%;
}

.hero-section {
padding-top: 16%
}

 }

 /* Medium devices (tablets, 600px)*/
 @media only screen and (max-width: 600px)
{
	.p-landing-left-and-right 
{
	padding:0 1% 0;
}

.img-sub-hero{
	position: static; 
	top: 10%;
}

.hero-section {
padding-top: 16%
}
}


.about .icon-boxes h4 {
font-size: 18px;
color: #4b7dab;
margin-bottom: 15px;
}
.about .icon-boxes h3 {
font-size: 28px;
font-weight: 700;
color: #2c4964;
margin-bottom: 15px;
}
.about .icon-box {
margin-top: 40px;
}
.about .icon-box .icon {
float: left;
display: flex;
align-items: center;
justify-content: center;
width: 64px;
height: 64px;
border: 2px solid #8dc2f1;
border-radius: 50px;
transition: 0.5s;
}
.about .icon-box .icon i {
color: #003366;
font-size: 32px;
}
.about .icon-box:hover .icon {
background: #003366;
border-color: #003366;
}
.about .icon-box:hover .icon i {
color: #fff;
}
.about .icon-box .title {
margin-left: 85px;
font-weight: 700;
margin-bottom: 10px;
font-size: 18px;
}
.about .icon-box .title a {
color: #343a40;
transition: 0.3s;
}
.about .icon-box .title a:hover {
color: #003366;
}
.about .icon-box .description {
margin-left: 85px;
line-height: 24px;
font-size: 14px;
}
.about .video-box {
min-height: 300px;
max-height: 500px;
border: 5px solid white;
}

.about .play-btn {
width: 94px;
height: 94px;
background: radial-gradient(#003366 50%, rgba(25, 119, 204, 0.4) 52%);
border-radius: 50%;
display: block;
position: absolute;
left: calc(50% - 47px);
top: calc(50% - 47px);
overflow: hidden;
}
.about .play-btn::after {
content: '';
position: absolute;
left: 50%;
top: 50%;
transform: translateX(-40%) translateY(-50%);
width: 0;
height: 0;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
border-left: 15px solid #fff;
z-index: 100;
transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about .play-btn::before {
content: '';
position: absolute;
width: 120px;
height: 120px;
-webkit-animation-delay: 0s;
animation-delay: 0s;
-webkit-animation: pulsate-btn 2s;
animation: pulsate-btn 2s;
-webkit-animation-direction: forwards;
animation-direction: forwards;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: steps;
animation-timing-function: steps;
opacity: 1;
border-radius: 50%;
border: 5px solid rgba(25, 119, 204, 0.7);
top: -15%;
left: -15%;
background: rgba(198, 16, 0, 0);
}
.about .play-btn:hover::after {
border-left: 15px solid #003366;
transform: scale(20);
}
.about .play-btn:hover::before {
content: '';
position: absolute;
left: 50%;
top: 50%;
transform: translateX(-40%) translateY(-50%);
width: 0;
height: 0;
border: none;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
border-left: 15px solid #fff;
z-index: 200;
-webkit-animation: none;
animation: none;
border-radius: 0;
}
@-webkit-keyframes pulsate-btn {
0% {
transform: scale(0.6, 0.6);
opacity: 1;
}
100% {
transform: scale(1, 1);
opacity: 0;
}
}
@keyframes pulsate-btn {
0% {
transform: scale(0.6, 0.6);
opacity: 1;
}
100% {
transform: scale(1, 1);
opacity: 0;
}
}


/*-------- End landing pages --------------*/


/*-------- CookieConsent --------------*/

.cc-banner.cc-bottom {
    left: 0;
    right: 0;
    bottom: 0;
    padding-bottom: 6%;
}

/*-------- End CookieConsent--------------*/

* {
  font-variant-ligatures: none;
}

.form-control:focus {
    border-color: #ffffff;
}
