:root {
 --title-color: #00517d;
 --primary: #0078bf;
 --secondary: #82c341;
 --white: #fff;
 --font-bold: 'Calibri';
 --font-regular: 'Calibri';
 --grey: '#8e908f';
 --body-color: '#363636';
}
@font-face {
    font-family: 'Calibri';
    src: url('/wps/wcm/connect/npd/b4d7a8c8-6449-4e21-8874-f96228370761/Calibri-Bold.woff2?MOD=AJPERES') format('woff2'), url('/wps/wcm/connect/npd/ec898abc-701c-4310-b2e0-9d2b838d0ef0/Calibri-Bold.woff?MOD=AJPERES') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Calibri';
    src: url('/wps/wcm/connect/npd/b83a7c67-372e-40de-a75f-6419dd821e44/Calibri.woff2?MOD=AJPERES') format('woff2'), url('/wps/wcm/connect/npd/42925289-8c96-4989-965e-4c0a155d7058/Calibri.woff?MOD=AJPERES') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Calibri';
    src: url('/wps/wcm/connect/npd/3a9411a2-7a19-42f6-8c9f-78e0f7564f0e/Calibri-Light.woff2?MOD=AJPERES') format('woff2'), url('/wps/wcm/connect/npd/b043ea74-ee19-471a-99ec-0c0d07e36506/Calibri-Light.woff?MOD=AJPERES') format('woff');
    font-weight: 300;
    font-style: normal;
}
/*----------RESET CSS------------*/

*, *::before, *::after {
	box-sizing: border-box;
}
html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
 @-ms-viewport {
 width: device-width;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
	display: block;
}
body {
	margin: 0;
	font-family: 'Calibri';
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	color: #363636;
	text-align: left;
	background-color: #fff;
}
[tabindex="-1"]:focus {
	outline: 0 !important;
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 0;
	font-family: 'Calibri';
	font-weight: bold;
}
p {
	margin-top: 0;
	margin-bottom: 0;
}
abbr[title], abbr[data-original-title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
}
address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit;
}
ol, ul, dl {
	margin-top: 0;
	margin-bottom: 0;
	list-style: none;
	padding: 0;
}
ol ol, ul ul, ol ul, ul ol {
	margin-bottom: 0;
}
dt {
	font-weight: 700;
}
dd {
	margin-bottom: .5rem;
	margin-left: 0;
}
blockquote {
	margin: 0 0 1rem;
}
dfn {
	font-style: italic;
}
b, strong {
    font-weight: 600;
}
small {
	font-size: 80%;
}
sub, sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}
sub {
	bottom: -.25em;
}
sup {
	top: -.5em;
}
a {
	color: #0078bf;
	text-decoration: none;
	background-color: transparent;
}
a:hover {
	color: #82c341;
	text-decoration: none;
}
a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
	color: inherit;
	text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
	outline: 0;
}
pre, code, kbd, samp {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 1em;
}
pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	-ms-overflow-style: scrollbar;
}
figure {
	margin: 0 0 1rem;
}
img {
	vertical-align: middle;
	border-style: none;
}
svg {
	overflow: hidden;
	vertical-align: middle;
}
table {
	border-collapse: collapse;
}
caption {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom;
}
th {
	text-align: inherit;
}
label {
	display: inline-block;
	margin-bottom: 0.5rem;
}
button {
	border-radius: 0;
}
button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}
input, button, select, optgroup, textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
button, input {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button, html [type="button"], [type="reset"], [type="submit"] {
	-webkit-appearance: button;
}
 button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
 padding: 0;
 border-style: none;
}
input[type="radio"], input[type="checkbox"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
	-webkit-appearance: listbox;
}
textarea {
	overflow: auto;
	resize: vertical;
}
fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}
legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal;
}
progress {
	vertical-align: baseline;
}
 [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
 height: auto;
}
[type="search"] {
	outline-offset: -2px;
	-webkit-appearance: none;
}
 [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}

 ::-webkit-file-upload-button {
 font: inherit;
 -webkit-appearance: button;
}
output {
	display: inline-block;
}
summary {
	display: list-item;
	cursor: pointer;
}
template {
	display: none;
}
[hidden] {
	display: none !important;
}
/*-----------STYLE CSS------------------*/


/*-----------Header------------------*/
/*
header, header .navbar {
	height: 85px;
}
header .navbar {
	padding-top: 0;
	padding-bottom: 0;
}
header .navbar-dark .navbar-brand {
	padding: 0;
}
header .navbar-dark .navbar-nav .nav-link {
	color: #363636;
	font-size: 16px;
	font-family: 'Calibri';
	padding: 30px 0 30px 43px;
	font-weight: bold;
	transition: all 0.3s;
	position: relative;
}
header .navbar-dark .navbar-nav .nav-link:hover, header .navbar-dark .navbar-nav .nav-link:focus, header .navbar-dark .navbar-nav .nav-item.active .nav-link {
	color: var(--primary);
}
.search_top li.f-l:before {
	content: '|';
}
.search_top li a {
	color: #363636;
	font-size: 15px;
	padding: 30px 0 35px 42px;
	font-family: 'Calibri';
	font-weight: bold;
}
.search_top li a:hover {
	color: var(--primary);
}
header .navbar-expand-lg .navbar-nav {
	padding: 0 37px 0 0;
}
header .dropdown, header .dropup {
	position: initial;
}
.search-box {
	display: none;
}
.search-box .form-control {
	border-radius: 0;
	height: 37px;
	border-color: #fff;
	border: 1px solid #fff;
}
.search-box .form-control:focus {
	box-shadow: none;
	border-color: var(--secondary);
}
.search-box.expanded {
	right: 0;
	display: block;
	bottom: -50px;
	position: absolute;
	width: 330px;
	z-index: 1;
}
.btn.btn-outline-secondary {
	background-color: var(--secondary);
	color: #fff;
	height: 37px;
	border-radius: 0;
}
header .dropdown-menu {
	border-radius: 0;
	border: none;
	left: 0;
	right: 0;
	padding: 30px 0;
}
header .dropdown-menu a {
	font-weight: bold;
}
header .dropdown-menu a:hover {
	color: var(--primary);
	background: transparent;
}
header .dropdown-menu h2 {
	font-size: 24px;
	font-weight: normal;
	color: var(--title-color);
	margin-bottom: 10px;
}
header .dropdown-menu p {
	color: #363636;
	line-height: 21px;
	font-size: 16px;
	font-weight: normal;
}
.drop_cont {
	border-right: 1px solid #363636;
	padding-right: 46px;
	height: 100%;
}
.inner_mega {
	margin-bottom: 25px;
}
.inner_mega li a {
	font-size: 16px;
	color: #363636;
	font-weight: bold;
}
.mega_links {
	padding-left: 46px;
}
/*-----------Navigation Bar End------------------*/


/*-----------Banner Section------------------*/

.banner_section {
    background-image: url('/wps/wcm/connect/npd/ecc353ef-0539-49b2-930c-5d33b93b9695/hero-banner.png?MOD=AJPERES');
    background-position: center;
    background-size: cover;
    padding: 17px 0 34px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin-top:30px;
}
.green-txt {
	color: var(--secondary);
}
.text-holder h3 {
	font-size: 16px;
	margin-bottom: 12px;
	margin-bottom: 7px;
}
.text-holder h1 {
	font-size: 64px;
	color: var(--white);
	line-height: 63.71px;
	margin-top: 1em;
	margin-bottom: 20px;
	font-weight: bold;
}
.text-holder h1 span {
	font-weight: normal;
	display: inline-block;
	font-size: 60px;
}
.btn.btn-primary {
	padding: 0 30px;
	height: 46px;
	background-color: var(--primary);
	color: var(--white);
	line-height: 46px;
	border-radius: 0;
	font-size: 22px;
	font-family: var(--font-bold);
	font-weight: bold;
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
	background-color: var(--secondary);
	color: var(--white);
	box-shadow: none;
	border: 1px solid var(--secondary);
}
.text-holder {
	max-width: 577px;
	padding-top: 25px;
}
.capti-news {
	padding-top: 12px;
}
.capti-news h3 {
	font-size: 18px;
	font-family: var(--font-bold);
	text-transform: uppercase;
	font-weight: bold;
}
.news_wrapper {
	padding: 11px 0;
	border-bottom: 1px solid #8e908f;
}
.news_wrapper h2 {
	font-size: 16px;
	font-family: var(--font-bold);
	margin-bottom: 8px;
	font-weight: bold;
}
.news_wrapper a {
	color: var(--white);
	font-size: 22px;
	line-height: 25px;
	font-weight: normal;
	transition: all 0.3s;
}
.news_wrapper a:hover {
	color: var(--primary);
}
.banner_right-con {
	padding: 13px 26px;
	background-color: rgba(0, 0, 0, 0.4)
}
.banner_right-con .news_wrapper:last-child {
	border-bottom: none;
}
/*---------------Content Area Css---------------*/

.caption {
	margin-bottom: 30px;
}
.caption h2 {
	font-size: 32px;
	color: var(--title-color);
}
.caption p {
	color: #363636;
	font-size: 18px;
	font-weight: normal;
	margin-top: 10px;
}
.content-area {
	/*padding: 40px 0;*/
	padding: 0;
}
.filter_wraped {
	padding: 0 37px;
}
.select_list {
	min-width: 88px;
}
.select_list a {
	font-size: 21px;
	font-weight: normal;
	display: inline-block;
	position: relative;
	color: var(--primary)
}
.select_list a:hover {
	color: var(--primary);
}
.select_list a img {
	width: 15px;
}
.main_wrapper-filter {
	position: relative;
}
.drop_main {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 28px;
	z-index: 1;
	background: #fff;
}
.drop_main1 {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 28px;
	z-index: 1;
	background: #fff;
}
.drop_list {
	padding: 20px 0;
	border-top: 4px solid var(--primary);
	flex-direction: row;
	flex-wrap: wrap;
	display: flex;
}
.btn.btn-primary.small {
	height: 28px;
	font-size: 14px;
	line-height: 28px;
}
.drop_main.expand, .drop_main1.expand {
	display: block;
}
.apply_filter {
	padding: 9px 0;
	border-top: 1px solid #cccccc;
}
.drop_list li {
	padding-left: 30px;
	width: 50%;
}
.drop_list .custom-control label {
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	color: var(--body-color);
}
.drop_list .custom-control-label::before, .drop_list .custom-control-label::after, .drop_list .custom-control-label::after {
	width: 8px;
	height: 8px;
	border-radius: 0;
	top: 43%;
}
.drop_list .custom-control-input:checked~.custom-control-label::before {
	background-color: #0078bf !important;
}
.drop_list .custom-checkbox .custom-control-input:checked~.custom-control-label::before {
	background-color: #0078bf;
}
.drop_list .custom-checkbox .custom-control-input:checked~.custom-control-label::after {
	background-image: none;
}
.custom-control-input:focus~.custom-control-label::before, .drop_list .custom-control input:focus {
	box-shadow: none;
}
.drop_list .custom-control-label::before {
	background-color: #ffffff;
	border: 1px solid #cacbca;
}
.selected_items span {
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	color: var(--body-color);
	padding: 0 15px;
}
.selected_items span a {
	display: inline-block;
	margin-left: 4px;
}
.selected_items a img {
	width: 9px;
	object-fit: cover;
}
.cst_btn {
	padding: 20px 0;
	border-top: 2px solid #cccccc;
}
.cst_btn .btn.btn-default {
	width: 92px;
	height: 24px;
	font-weight: bold;
	padding: 0;
	background-color: var(--primary);
	color: var(--white);
	font-size: 14px;
	border-radius: 0;
}
.searc_list {
	position: relative;
}
.box-wrapper {
	margin-bottom: 50px;
}
.box-wrapper h2.date {
	color: var(--grey);
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 8px;
}
.box-wrapper a {
	display: inline-block;
	font-size: 18px;
	line-height: 24px;
	color: var(--primary);
}
.box-wrapper a:hover {
	color: var(--secondary);
}
.box-wrapper img {
	/*margin-bottom: 17px;*/
	margin-bottom: 0;
}
.industy_gall {
	padding-top: 30px;
}
.btn.btn-links {
	color: var(--primary);
	border-color: var(--primary);
	font-size: 18px;
	font-weight: normal;
	border-radius: 0;
	height: 35px;
	padding: 0 30px;
	line-height: 35px;
}
.btn.btn-links:hover, .btn.btn-links:focus {
	border-color: var(--secondary);
	box-shadow: none;
	color: var(--secondary);
}
.check_holder {
	background-color: var(--white);
	background-image: url('/wps/wcm/connect/npd/9362846f-eb62-4c31-b2a8-a81e06587e1d/pattern-light.png?MOD=AJPERES');
    background-repeat: repeat;
	border-left: 5px solid var(--secondary);
	padding: 20px 25px;
	height: 100%;
}
.check_holder h4 {
	color: var(--secondary);
	font-size: 22px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 12px;
}
.check_holder p {
	font-size: 18px;
	line-height: 24px;
	color: #000000;
}
.sch_holder p a {
	color: var(--secondary)
}
.sch_holder h5 {
	font-size: 24px;
	font-weight: bold;
	color: var(--title-color);
	margin-bottom: 12px;
}
.sch_holder p {
	font-size: 18px;
	padding: 0 46px;
	line-height: 21px;
	font-weight: 300;
	margin-bottom: 24px;
}
.tracking {
    padding: 20px 0;
    /*background-image: url('/wps/wcm/connect/npd/9362846f-eb62-4c31-b2a8-a81e06587e1d/pattern-light.png?MOD=AJPERES');
    background-repeat: repeat;*/
    background-color: #fff;
    /*color: #363636;*/
}
/*-------------Solution Section----------------------*/

.solution {
	padding: 20px 0 20px;
	background-image: url('/wps/wcm/connect/npd/9362846f-eb62-4c31-b2a8-a81e06587e1d/pattern-light.png?MOD=AJPERES');
    background-repeat: repeat;
	/*background-color: #fff;*/
	color: #363636;
}
.sol-holder {
    background-image: url('wps/wcm/connect/npd/5fbd2a52-0976-4e8d-8a12-cb980bb9f864/pattern-dark.png?MOD=AJPERES');
    background-repeat: repeat;
    border-left: 5px solid var(--secondary);
    padding: 13px 25px 26px 25px;
    height: 100%;
    position: relative;
}
.sol-holder h3 {
	font-size: 18px;
	text-transform: uppercase;
	color: var(--secondary);
	margin-bottom: 8px;
}
.sol-holder p {
	color: var(--white);
	font-size: 16px;
	line-height: 21px;
	padding-bottom: 32px;
}
.sol-holder a.btn {
	height: 28px;
	line-height: 28px;
	font-size: 14px;
	position: absolute;
	bottom: 20px;
	left: 25px;
}
.sol_row [class*="col-"] {
	margin-bottom: 30px;
}
/*-------------Customer Section----------------------*/

.customer {
    /*padding: 40px 0;*/
    padding: 20px 0 34px;
    background-image: url('/wps/wcm/connect/npd/a470b833-c6d9-41e7-9a2e-77cd804ddeea/bg-blue.png?MOD=AJPERES');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.cont-wrapper p {
	font-size: 16px;
	color: var(--white);
	margin-bottom: 30px;
	padding: 0 25px;
}
.author h5 {
	color: var(--white);
	font-weight: bold;
	font-style: italic;
}
.author p {
	font-style: italic;
	color: #cdcdcd;
	margin-bottom: 0;
	line-height: 18px;
	padding: 0;
}
.author p a {
	color: var(--secondary)
}
.cont-wrapper {
	padding: 0 13px;
	border-right: 1px solid var(--secondary);
}
.cont-wrapper .author {
	padding: 0 30px
}
.text-slider {
	height: 168px;
	overflow: auto;
}
.text-slider::-webkit-scrollbar-thumb {
    background-color: #2b2b2b;
}
.customer_slide {
	padding-top: 10px;
}
.customer_slide .owl-nav button {
	background-color: #fff !important;
	opacity: 1 !important;
	border-radius: 50%;
}
.customer_slide .owl-nav button {
	outline: none;
}
.customer_slide .owl-nav button img {
	height: 30px;
	object-fit: cover;
}
.customer_slide.owl-theme .owl-nav [class*=owl-] {
	border-radius: 50%;
	width: 40px;
	height: 40px;
	text-align: center;
}
.customer_slide.owl-theme .owl-nav [class*=owl-] {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
}
.customer_slide.owl-theme .owl-next {
	right: -50px;
}
.customer_slide.owl-theme .owl-prev {
	left: -57px;
}
/*-------------Map Section----------------------*/

.map-wrapper {
	/*padding: 40px 0;*/
	padding: 20px 0;
}
.map-wrapper .caption p {
	margin-bottom: 30px;
}
.map-wrapper .map_content {
	position: relative;
}
.popup_box {
    max-width: 266px;
    background-image: url('/wps/wcm/connect/npd/5fbd2a52-0976-4e8d-8a12-cb980bb9f864/pattern-dark.png?MOD=AJPERES');
    background-repeat: repeat;
    padding: 30px 20px;
}
.popup_box h3 {
	color: var(--secondary);
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 8px;
}
.popup_box a.tel {
	margin-bottom: 14px;
	display: block;
}
.popup_box a.btn {
	height: 28px;
	line-height: 28px;
	font-size: 14px;
}
.popup_box .close-x img {
	width: 35px;
	object-fit: cover;
}
.popup_box a.close-x {
	position: absolute;
	right: -17px;
	top: -17px;
}
.map-wrapper svg a {
	outline: none;
}
/*-------------Newsletter Section------------------*/

.newsletter {
    /*padding: 40px 0;*/
    padding: 20px 0;
    background-image: url('/wps/wcm/connect/npd/c80088d1-d039-43ca-9643-24318c540daa/DarkGray-Pattern.png?MOD=AJPERES');
    background-repeat: repeat;
}
h2.title {
	font-size: 32px;
	font-weight: bold;
	color: var(--title-color);
}
.top-sch p {
	margin-top: 10px;
	margin-bottom: 30px;
}
.top-sch {
	margin-bottom: 100px;
	max-width: 267px;
}
.join h2.title {
	margin-bottom: 30px;
}
.form_wrapper {
	padding-left: 100px;
}
.form_wrapper p {
	font-weight: 300;
	margin-top: 10px;
	margin-bottom: 20px;
}
.form_wrapper form {
	color: var(--white)
}
.wrapper_sched {
	height: 100%;
	border-right: 1px solid #8e908f;
}
/*---------------Form Web--------------------*/

form .form-control {
	border-radius: 0;
	height: 35px;
	color: var(--body-color);
}
form .form-group {
	margin-bottom: 10px;
}
form label {
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 7px;
}
form .form-control:focus {
	box-shadow: none;
	border-color: var(--secondary);
}
form .form-group button {
	margin-top: 50px;
}
/*-----------Quick Links--------*/

.quick-links {
	padding-top: 30px;
}
.quick-links li a {
	color: var(--primary);
	font-size: 18px;
	margin-right: 15px;
	transition: all 0.3s;
}
.quick-links li a:hover {
	color: var(--secondary);
}
/*-----------footer-----------*/

footer {
	padding: 30px 0;
	background-color: #fff;
}
footer .row {
	align-items: center;
}
footer h3 {
	font-size: 14px;
	color: var(--body-color);
	margin-bottom: 8px;
}
.foot-social li a {
	color: #555a5c;
	font-size: 20px;
	margin-right: 15px;
	transition: all 0.3s;
}
.foot-social li a:hover {
	color: var(--secondary);
}
header .dropdown-toggle::after {
	vertical-align: 0;
	border-top: 8px solid;
	border-right: 8px solid transparent;
	border-bottom: 0;
	border-left: 8px solid transparent;
}
 .cont-wrapper p::-webkit-scrollbar {
 width: 7px;
 background: #365f78;
 border-radius: 5px;
}

.foot-text {
	font-weight: 300;
}

.foot-link {
	font-weight: 400;
}


/* Track */

.cont-wrapper p::-webkit-scrollbar-track {
 border-radius: 5px;
}


/* Handle */

.cont-wrappe p::-webkit-scrollbar-thumb {
 background: #363636;
 border-radius: 5px;
}


/* Handle on hover */

.cont-wrapper p::-webkit-scrollbar-thumb:hover {
 background: #363636;
}
.cont-wrapper.bd-none {
	border: none;
}
header .navbar-nav .nav-item.dropdown .dropdown-toggle::after, .search_top .dropdown .dropdown-toggle::after {
	content: none;
}
.search_top .dropdown a {
	position: relative;
}
.search_top .dropdown .dropdown-toggle::after {
	content: none;
}
header .navbar-nav .nav-item.dropdown:hover .dropdown-toggle::after, .search_top .dropdown:hover .dropdown-toggle::after, header .navbar-nav .nav-item.active.dropdown .dropdown-toggle::after {
	content: "";
	position: absolute;
	right: -21px;
	top: 39px;
}
.search_top .dropdown:hover .dropdown-toggle::after {
	top: 37px;
}
.solution_menu .mega_links, .indus_menu .mega_links {
	padding-left: 0;
}
.indus_menu .drop_cont {
	border-right: none;
}
.pl-0 {
	padding-left: 0;
}
.search_top .dropdown .inner_mega li a {
	padding-left: 0;
}
/* Map styles */

.cls-2 {
	stroke: #fff;
	stroke-width: 0.5px;
	transition: fill 0.3s;
	cursor: pointer;
  fill:#0078be;
}
.cls-2:hover {
	fill: #82c341;
	stroke: #82c341;
	stroke-width: 0.8px;
}

.popover-body {
    max-width: 266px;
    background-image: url('/wps/wcm/connect/npd/5fbd2a52-0976-4e8d-8a12-cb980bb9f864/pattern-dark.png?MOD=AJPERES');
    background-repeat: repeat;
    padding: 0;
}
.bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-top .arrow::after {
	border-top-color: #26292a;
}
.bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-bottom .arrow::after {
	border-bottom-color: #26292a;
}
.header_search .form-control {
	border: none;
	border-bottom: 2px solid #347ab9;
	padding-right: 42px;
}
.search-group {
	position: relative;
	margin: 0;
}
.search-group button {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
	background: transparent;
	border: 2px solid transparent;
	color: #347ab9;
	cursor: pointer;
	outline: none;
}
.searc_drop {
	min-height: 291px;
}
.popover-dismiss {
	outline: none;
}



/* Mobile Styles */

@media screen and (max-width: 425px) {

	.stMainContent {
		margin-top: 20px;
	}

	.author {
		padding: 0 10px !important;
	}

	.text-testi {
		padding-left: 0px !important;
	}

	.sol_row {
		padding: 0 0 20px !important;
	}

}
