/* Fonts */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,400,600);

/* General CSS */

* {
  border-radius: 0 !important;
  box-shadow: none !important;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;
  text-shadow: none !important;
  font-weight: 400;
}

html {
  -webkit-font-smoothing: antialiased;
}

body {
  font-size: 14px;
  line-height: 22px;
  color: #666;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
}

h1,h2,h3,h4,h5,h6 {
  color: #555;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}

a {
  color: #333;
  text-decoration: none !important;
}

a:hover {
  color: #888;
  text-decoration: none;
}

a:hover,a:focus,a:active {
  outline: 0;
}

.desig a {
  color: white;
}

.navbar * {
  background-image: none !important;
}

form * {
  font-family: "Open Sans", sans-serif;
  font-size: 13px !important;
}

.btn {
  background-image: none !important;
  font-family: "Open Sans", sans-serif;
  font-size: 14px !important;
}

.btn.btn-mini {
  font-size: 12px !important;
}

a.btn {
  font-size: 13px !important;
}

a.btn.covid-stmnt {
  font-size: 14px !important;
  padding-bottom: 10px;
  padding-top: 10px;
  margin-bottom: 10px;
  width: 100%;
  font-weight: bold;
}

a.btn-large {
  font-size: 14px !important;
}

.bold {
  font-weight: 600;
}

hr {
  margin: 15px 0px 15px 0px !important;
  padding: 0px !important;
  border-top: 0px;
  border-bottom: 1px solid #eee !important;
  height: 0px;
}

ul {
  margin: 0px;
}

:focus {
  outline: none;
}

::-moz-focus-inner {
  border: 0;
}

.well {
  padding: 10px 15px;
}

.label {
  font-weight: 400;
  padding: 3px 6px !important;
  font-size: 13px;
}

.badge {
  font-weight: 400;
  padding: 3px 8px;
  font-size: 13px;
}

.progress {
  height: 17px;
  line-height: 17px;
  margin: 5px 0px !important;
  border: 0px;
}

.progress .bar {
  font-size: 12px;
}

.title {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.ereg-title-top {
  margin-top: 15px;
  padding-top: 10px;
}

.ereg-title {
  margin-bottom: 15px;
  padding-bottom: 10px;
}

.link-list a {
  margin-right: 20px;
}

/* Button colors */

.btn.btn-primary {
  background: #1171a3 !important;
}

.btn.btn-primary:hover {
  background: #0f608b !important;
}

.btn.btn-info {
  background: #52b9e9 !important;
}

.btn.btn-info:hover {
  background: #459fc9 !important;
}

.btn.btn-success {
  background: #43c83c !important;
}

.btn.btn-success:hover {
  background: #36a530 !important;
}

.btn.btn-warning {
  background: #f88529 !important;
}

.btn.btn-warning:hover {
  background: #d67323 !important;
}

.btn.btn-danger {
  background: #fa3031 !important;
}

.btn.btn-danger:hover {
  background: #d82829 !important;
}

/* Label colors */

.label.label-success,.badge.badge-success {
  background: #43c83c !important;
}

.label.label-warning,.badge.badge-warning {
  background: #f88529 !important;
}

.label.label-important,.badge.badge-important {
  background: #fa3031 !important;
}

.label.label-info,.badge.badge-info {
  background: #52b9e9 !important;
}

/* Title metro icon */

i.title-icon {
  font-size: 17px;
  border: 2px solid #52b9e9;
  border-radius: 100px !important;
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  position: relative;
  text-align: center;
  margin-right: 7px;
}

i.title-icon-ereg {
  font-size: 20px;
  display: inline-block;
  margin-right: 10px;
  line-height: 35px;
  position: relative;
  text-align: center;
}

/* Background colors */

.bgrey {
  background: #BDBDBD;
  color: #fff !important;
  border: 0px !important;
}

.blightblue {
  background: #52b9e9 !important;
  color: #fff !important;
  border: 0px !important;
}

.bblue {
  background: #1171a3 !important;
  color: #fff !important;
  border: 0px !important;
}

.bviolet {
  background: #932ab6 !important;
  color: #fff !important;
  border: 0px !important;
}

.bpink {
  background: #db4360 !important;
  color: #fff !important;
  border: 0px !important;
}

.bpurple {
  background: #c77af3 !important;
  color: #fff !important;
  border: 0px !important;
}

.blightgreen {
  background: #5dcd5d !important;
  color: #fff !important;
  border: 0px !important;
}

.blightorange {
  background: #fbd141 !important;
  color: #fff !important;
  border: 0px !important;
}

.blightred {
  background: #f85656 !important;
  color: #fff !important;
  border: 0px !important;
}

.bdarkblue {
  background: #214e78 !important;
  color: #fff !important;
  border: 0px !important;
}

.bblue2 {
  background: #44688d !important;
  color: #fff !important;
  border: 0px !important;
}

.bblue3 {
  background: #6982a2 !important;
  color: #fff !important;
  border: 0px !important;
}

.bblue4 {
  background: #8D9CB7 !important;
  color: #fff !important;
  border: 0px !important;
}

.boff_white {
  background: #E5E8CE !important;
  color: #444 !important;
  border: 0px !important;
}

.blightblue h1,.blightblue h2,.blightblue h3,.blightblue h4,.blightblue h5,.blightblue h6,.bblue h2,.bblue h3,.bblue h4,.bblue h5,.bblue h6,.bviolet h2,.bviolet h3,.bviolet h4,.bviolet h5,.bviolet h6,.bpink h2,.bpink h3,.bpink h4,.bpink h5,.bpink h6 {
  color: #fff !important;
}

/* Text colors */

.white {
  color: #fff !important;
}

.black {
  color: #444 !important;
}

.lightblue {
  color: #214e78 !important;
}

.blue {
  color: #1171a3 !important;
}

.green {
  color: #43c83c !important;
}

.orange {
  color: #f88529 !important;
}

.red {
  color: #fa3031 !important;
}

/* Social */

/* Modal */

.modal-header {
  padding-top: 7px;
  padding-bottom: 7px;
}

/* Slide panel */

.slidepanel {
  margin-bottom: 10px;
  background: #fafafa;
  border-bottom: 1px solid #eee;
}

.slidepanel p {
  margin: 0px;
  font-size: 13px;
}

.slidepanel p i {
  margin-right: 5px;
}

.slidepanel .spara {
  padding: 7px 0px;
}

.container {
  max-width: 1200px;
}

/* Header */

header {
  height: 120px;
  margin-bottom: 10px;
}

header .logo {
  height: 110px;
  padding: 0px;
  margin: 0px;
}

header .logo .logo-image {
  width: 50px;
  float: left;
}

header .logo .logo-image i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 50px;
  margin-top: 30px;
}

header .logo .logo-text {
  margin-left: 70px;
}

header .logo h1 {
  padding-top: 25px;
  margin: 0px;
  line-height: 30px;
  font-size: 35px;
}

header .logo h1 a {
  color: #666;
}

header .logo-meta {
  line-height: 35px;
  font-size: 16px;
}

/* Navbar */

.mattblackmenu {
  margin-top: 5px;
  font-weight: normal;
  margin-bottom: 10px;
}

.mattblackmenu ul {
  background: transparent;
  border-bottom: none;
  font-weight: normal;
}

.mattblackmenu li {
  display: inline-block !important;
}

.mattblackmenu li a {
  height: 98px;
  text-align: center;
  padding: 5px !important;
  border-right: 0px !important;
  margin: 0px 2px;
  font-size: 11px;
  width: 95px;
  height: 95px;
  font-weight: normal;
}

i::before {
  padding: 0 !important;
  margin: 0 !important;
}

.top-menu-font li a {
  font-family: Arial !important;
  font-size: 12px;
  font-weight: normal;
}

.mattblackmenu:before i {
  padding: 0 !important;
  background-color: green !important;
  color: green !important;
}

.mattblackmenu li a>i {
  display: block;
  font-size: 30px;
  width: 30px;
  margin: 0 auto;
  /*margin-bottom: 10px;*/
  margin-top: 18px;
  font-weight: normal;
}

.mattblackmenu li a>img {
  margin-left: 2px;
  width: 7px !important;
  height: 5px !important;
  font-weight: normal;
}

.ddsubmenustyle,.ddsubmenustyle div {
  border: 1px solid #ddd !important;
}

.ddsubmenustyle li a {
  color: #444 !important;
  font-size: 13px !important;
  padding: 11px 10px !important;
  background: #fafafa !important;
  border-bottom: 1px solid #eee !important;
}

.ddsubmenustyle li a:hover {
  background: #f6f6f6 !important;
}

.navis select {
  display: none;
}

/* Parallax Slider */

.da-slider {
  margin-bottom: 0px;
  border-top: 5px solid #eee;
  border-bottom: 5px solid #eee;
}

.da-slide p {
  top: 60px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-style: normal;
  font-size: 13px;
  line-height: 23px;
  padding: 10px 15px;
  height: 63%;
  width: 40%;
}

/* SETTINGS FOR BANNER CONTAINERS */

.tp-banner-container {
  margin-bottom: 30px;
  width: 100%;
  position: relative;
  padding: 0;
  background: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.tp-banner-popart,.tp-banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.tp-banner-popart ul,.tp-banner ul {
  display: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

/* Hero */

.hero {
  margin: 20px 0px;
}

.hero-left {
  float: left;
  width: 60px;
}

.hero-right {
  margin-left: 70px;
}

.hero i {
  display: block;
  font-size: 23px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-align: center;
  border: 3px solid #52b9e9;
  border-radius: 100px !important;
  margin-top: 10px;
}

.hero .hero-title {
  font-size: 20px;
  line-height: 34px;
}

.hero p {
  line-height: 28px;
  font-size: 16px;
}

/* Page heading */

.page-heading {
  background: url("../img/heading-back.jpg") !important;
  padding: 25px 0px;
  border-top: 5px solid #ddd !important;
  border-bottom: 3px solid #ddd !important;
}

.page-heading h1 {
  font-size: 35px;
  line-height: 35px;
  font-weight: 600;
}

.page-heading h2 {
  font-size: 35px;
  line-height: 35px;
  font-weight: 600;
}

.page-heading h2 i {
  top: -7px;
  border: 3px solid #52b9e9;
  line-height: 35px;
  height: 40px;
  width: 40px;
  display: inline-block;
  text-align: center;
}

.page-heading .head-big {
  font-size: 60px;
  line-height: 70px;
}

.page-heading .head-big-meta {
  font-size: 18px;
  line-height: 28px;
  font-style: italic;
}

.page-heading .heading-meta {
  font-size: 22px;
  line-height: 65px;
  padding-top: 5px;
}

/* Content */

.content {
  margin: 20px 0px;
}

.wide-content {
  margin: 0 !important;
}

/* Coming soon */

.c-soon {
  margin: 20px 0px;
  text-align: center;
}

.soon-big {
  font-size: 50px;
  line-height: 70px;
}

.soon-small {
  max-width: 600px;
  margin: 10px auto;
}

/* Contact */

.backdround-color-grey h5 {
  border-bottom: 1px solid #04517d;
  padding-bottom: 10px;
}

.gmap iframe {
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 0px !important;
}

/* Accordion */

.panel {
  border-radius: 0px;
  margin: 10px 0px;
  border: 1px solid #e5e5e5;
}

.panel-heading h4 {
  font-size: 23px;
}

.panel-heading a,.panel-heading a:visited,.panel-heading a:hover {
  border: none;
  color: #777;
  text-decoration: none;
  margin: 10px 15px;
}

/* Events */

.events .panel-heading h4 {
  color: #fff;
  padding: 10px 0;
  margin: 0px;
  line-height: 25px;
}

.events .panel-heading h4 span {
  display: block !important;
  font-size: 13px !important;
}

.events .panel-heading a,.events .panel-heading a:visited,.events .panel-heading a:hover {
  margin: 0px;
}

/* Resume */

/* Blog */

.blog .entry h2 {
  font-size: 30px;
  line-height: 40px;
  color: #777;
}

.blog .entry h2 a,.blog .entry h2 a:visited,.blog .entry h2 a:hover {
  text-decoration: none;
  color: #777;
}

.blog .meta {
  border-top: 1px solid #f7f7f7;
  border-bottom: 1px solid #f7f7f7;
  margin: 8px 0px;
  padding: 5px 8px;
  color: #777;
  text-transform: uppercase;
  font-size: 11px;
}

.blog .meta a,.blog .meta a:visited {
  color: #555;
}

.blog .meta i {
  margin-left: 3px;
  margin-right: 3px;
}

.blog .entry {
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  font-size: 13px;
  line-height: 25px;
}

.blog .entry p {
  margin: 0px 0px 4px 0px;
}

.blog .post-foot {
  border-left: 2px solid #eee;
  padding: 15px 15px;
}

.sidebar {
  background: #f7f7f7;
  border: 1px solid #e1e1e1;
  padding: 8px;
  margin-top: 10px;
}

.sidebar h4 {
  font-size: 14px;
  color: #777;
  line-height: 18px;
  margin-bottom: 5px;
  padding-bottom: 10px;
  text-transform: uppercase;
  border-bottom: 1px solid #eee;
}

.sidebar .widget {
  background: #fff;
  padding: 8px;
  font-size: 13px;
  line-height: 23px;
  border: 1px solid #e1e1e1;
  margin-bottom: 10px;
}

.sidebar .widget .form-search {
  margin-top: 10px;
  margin-bottom: 10px;
}

.sidebar .widget ul {
  margin: 0px;
  padding: 0px;
  margin-left: 15px;
}

.sidebar ul li {
  padding: 3px 0px;
}

/* Comments */

.respond {
  padding-top: 10px;
  padding-left: 20px;
}

.comments ul {
  list-style-type: none;
  margin: 0px;
  padding-left: 0px;
}

.comments>ul>li {
  background: none;
  padding: 0px;
}

.comments {
  margin-bottom: 20px;
}

.comments .comment {
  margin: 15px 0px;
  padding: 13px 16px;
  background: #f8f8f8;
  border-left: 2px solid #ddd;
}

.comment p {
  margin-top: 5px;
  font-size: 13px;
}

.respond {
  border-top: 2px solid #eee;
}

.respond .title {
  padding: 5px 0px;
  margin-bottom: 10px;
}

/* Pagination */

.paging {
  width: 270px;
  clear: both;
  padding: 6px 0;
  line-height: 17px;
  font-size: 13px;
}

.paging span,.paging a {
  display: block;
  float: left;
  margin: 2px 2px 2px 0;
  padding: 5px 8px;
  text-decoration: none;
  width: auto;
  color: #666;
  background: #ddd;
  border: 0px solid #ddd;
  font-weight: normal;
}

.paging a:hover {
  color: #fff;
}

.paging .current {
  padding: 5px 8px;
  color: #fff;
}

/* Process */

.process-meta {
  display: block;
  margin-bottom: 5px;
  padding: 5px 10px;
  color: #fff;
  margin-top: 15px;
}

/* Sitemap */

ul.list1 {
  margin: 0px;
  margin-left: -15px;
}

/* Landing page */

.lp .lp-image {
  clear: both;
  margin: 0px auto;
  box-shadow: 0px 0px 30px #ccc;
}

/* Projects */

.related-projects .title {
  margin-top: 20px;
}

.projects .related-projects img {
  max-width: 100px;
  margin: 5px;
  display: inline-block;
  padding: 5px;
  border: 1px solid #ddd;
}

.projects .carousel {
  margin-bottom: 10px;
}

.projects .carousel-control span {
  position: absolute;
  top: 50%;
}

/* Gallery */

.gallery {
  text-align: center;
}

.gallery img {
  max-width: 160px;
  margin: 5px;
  padding: 1px;
  border: 1px solid #aaa;
  display: inline-block;
}

/* Portfolio */

.img-portfolio ul {
  margin: 0;
  padding: 0;
}

/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

#filters {
  margin-left: 0px;
}

#filters li {
  display: inline;
  padding: 0px;
  background: none;
}

#filters a {
  font-size: 13px;
  padding: 4px 10px;
  display: inline-block;
}

#filters .btn {
  border-radius: 0px !important;
}

.portfolio li {
  display: inline !important;
  border: none !important;
}

.portfolio li a,.portfolio li a:visited {
  color: #777;
  padding: 5px 10px;
  margin: 0px 5px;
}

.portfolio li a:hover {
  color: #555;
}

#portfolio {
  text-align: center;
}

#portfolio .element {
  margin: 20px 10px 10px 0px;
  padding: 0px;
}

#portfolio .pcap {
  padding: 3px 0px;
  background: #f9f9f9;
}

#portfolio h4 {
  margin: 4px 0px;
  padding: 0px;
  margin-top: 10px;
  color: #666;
  font-size: 15px;
}

#portfolio a,#portfolio a:visited,#portfolio a:hover {
  color: #666;
  text-decoration: none;
}

#portfolio .pcap p {
  padding: 0px 10px 10px 10px;
  font-size: 12px;
}

#portfolio .pcap {
  max-width: 200px;
}

#portfolio .pcap {
  line-height: 20px;
}

#portfolio img {
  width: 200px;
  max-width: 200px;
  height: 150px;
}

/* PrettyPhoto */

/* 404 */

/* Reg & Login Form */

/* Testimonial */

/* Timeline */

/* Big box */

.big-box {
  margin: 20px 0px;
}

.big-box .big-box-left {
  width: 45%;
  float: left;
  height: 328px;
}

.big-box .big-box-mid {
  width: 35%;
  float: left;
  height: 328px;
}

.big-box .big-box-right {
  width: 20%;
  float: right;
  height: 328px;
}

.big-box .big-box-left .box-content {
  padding: 25px;
}

.big-box .big-box-left .box-title {
  font-size: 35px;
  line-height: 45px;
  margin-bottom: 10px;
}

.big-box .big-box-left p {
  font-size: 16px;
  line-height: 26px;
}

.big-box .big-box-left a.btn {
  padding: 10px 12px !important;
  margin-top: 10px;
  font-size: 15px !important;
}

.big-box .big-box-left .box-links a {
  margin-right: 10px;
  color: #fff;
  font-size: 15px;
}

.big-box .big-box-left .box-links a:hover {
  color: #fff;
}

.big-box .big-box-right .box-content {
  padding: 15px;
}

.big-box .big-box-right {
  font-size: 15px;
}

.big-box .big-box-right h4 {
  color: #aaa;
  margin-top: 20px !important;
  line-height: 10px !important;
}

.big-box .big-box-right .box-title {
  font-size: 20px;
  margin-bottom: 5px;
  padding-bottom: 10px;
  border-bottom: 1px solid #333;
}

/* About #2 */

.about-two {
  margin-top: 25px;
}

.about-two .pic img {
  max-width: 180px;
  margin: 0px auto;
}

.about-two .details {
  margin-top: 10px;
  margin-bottom: 20px;
}

ul.list {
  padding: 0px;
  margin: 15px;
}

.about-two .details .name {
  line-height: 10px;
  padding: 0px;
  margin: 0px;
  font-weight: bold;
  font-size: 17px;
  line-height: 27px;
}

.about-two .details em {
  color: #888;
  font-size: 13px;
  line-height: 20px;
}

/* Features Two */

.features-two i {
  font-size: 30px;
  display: block;
  margin-bottom: 10px;
}

.features-two h3 {
  color: #fff;
  font-size: 19px;
}

.features-two .f-block {
  padding: 25px 20px 40px 20px;
  margin-bottom: 10px;
  min-height: 180px;
}

.features-two a,.features-two a:hover {
  color: #fff;
  text-decoration: none;
}

.features-two p {
  font-size: 14px;
  line-height: 22px;
}

/* Clients page */

h3.title {
  font-size: 20px;
}

/* Pricing table */

.pricing-table {
  margin: 20px 0px;
}

.price-a {
  width: 48%;
  float: left;
  margin-right: 14px;
}

.price-b {
  width: 48%;
  float: right;
}

.pricel {
  text-align: center;
  margin-top: 10px;
}

.pricel .phead-top {
  margin: 0px;
  padding: 15px 10px;
}

.pricel .phead-top h4 {
  font-size: 23px;
  color: #fff;
}

.pricel .phead-bottom {
  background: #333;
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
  border-bottom: 1px solid #ddd;
  margin: 0px;
  padding: 20px 10px 5px 10px;
  color: #fff;
  font-size: 40px;
  line-height: 45px;
}

.pricel .pbutton {
  background: #f3f3f3;
  border: 1px solid #ddd;
  padding: 15px 0px 15px 0px;
  color: #777;
  font-size: 20px;
  text-align: center;
  margin-top: 0px;
}

.pricel .pbutton a {
  text-transform: uppercase;
  font-weight: bold;
}

.pricel .plist {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  background: #fcfcfc;
}

.pricel .plist ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.pricel .plist li {
  background: none;
  padding: 12px 0px;
  font-size: 13px;
  line-height: 20px;
  border-bottom: 1px solid #e8e8e8;
}

.pricel .plist li:hover {
  background: #fff;
}

.pricel .phead-top {
  display: block;
}

/* Task */

.task {
  background: #fcfcfc;
  border: 1px solid #eee;
  margin-bottom: 10px;
  border-left: 3px solid #eee;
  padding: 10px 15px;
  font-size: 13px;
}

.task:hover {
  background: #fafafa;
}

.task.important {
  border-left: 3px solid #ee1635;
}

/* Support */

/* Service home */

.service-home {
  margin: 20px 0px;
}

.service-home .service-list {
  margin-top: 10px;
  margin-bottom: 10px;
}

.service-home .service-icon {
  float: left;
  width: 40px;
}

.service-home .service-icon i {
  font-size: 20px;
  display: block;
  margin-top: 5px;
  color: #fff;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
}

.service-home .service-image {
  display: block;
  width: 100%;
  height: auto;
  max-width: 300px;
  text-align: center;
  margin: 10px auto;
}

.service-home .service-content {
  position: relative;
  margin-left: 60px;
}

.service-home .service-home-meta {
  text-transform: uppercase;
  line-height: 14px;
  font-size: 12px;
}

.service-home h4 {
  font-size: 22px;
  line-height: 14px;
  margin-top: 24px;
}

.service-home p {
  font-size: 14px;
}

.service-home .row hr {
  margin: 15px 0px !important;
}

.service-home .row .grey {
  color: #999;
}

/* Features one */

.features-one {
  margin: 20px 0px;
}

.features-one h2 {
  line-height: 40px;
  margin: 0px 0px 5px 0px;
}

.features-one .features-meta {
  font-size: 16px;
  font-weight: bold;
  color: #888;
  margin-top: 10px;
  font-weight: 600;
}

.features-one .features-meta i {
  margin-right: 5px;
  font-size: 15px;
}

.features-one p {
  margin: 15px 0px !important;
  line-height: 25px;
}

.features-one .btn {
  margin-top: 10px;
}

.features-one img {
  width: 90%;
  max-width: 500px;
  height: auto;
  display: block;
  text-align: center;
  margin: 0 auto;
  padding: 10px 0px;
}

/* Clients */

.clients {
  text-align: center;
  margin: 5px 0px 10px 0px;
}

.clients p {
  max-width: 800px;
  margin: 10px auto;
  font-style: italic;
  font-size: 16px;
  line-height: 28px;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  color: #777;
}

.clients i {
  margin: 0px 5px;
  position: relative;
  top: -7px;
  font-size: 10px;
}

.clients img {
  max-width: 155px;
  max-height: 90px;
  margin: 15px 15px;
  display: inline-block;
}

/* CTA */

/* Foot (Twitter) */

.foot {
  padding: 25px 10px;
  text-align: center;
  font-size: 17px;
  line-height: 25px;
  margin-top: 25px !important;
}

.foot .twitter-icon i {
  border-radius: 50px !important;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 17px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 15px;
  display: inline-block;
  background: #1171a3;
}

.foot ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

.foot a {
  color: #fff;
  border-bottom: 1px dashed #fff;
  font-style: italic;
}

.foot a:hover {
  border-bottom: 0px;
}

/* Footer */

footer {
  background: #fafafa;
  color: #555;
  font-size: 13px;
  line-height: 23px;
}

footer a {
  color: #777;
}

footer a:hover {
  color: #666;
}

footer h4 {
  color: #444;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #999;
}

footer hr {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}

footer ul {
  list-style-type: none;
  margin-left: 0px;
}

footer ul li {
  padding: 3px 0px;
}

footer .widgets {
  margin-top: 20px;
}

footer .copy {
  border-top: 1px solid #ddd;
  padding: 10px 0px;
  margin-top: 10px;
}

.fwidget ul {
  margin: 0px;
  padding: 0px;
}

.fwidget .form-inline {
  width: 100%;
  max-width: 300px;
}

.fwidget {
  color: #444 !important;
}

/* Scroll to top */

.justify-wide {
  text-align: justify;
}

.head_img {
  float: right;
  width: 100%;
  max-width: 609px;
}

/* Responsive */

@media (max-width: 480px) {
  
  .da-slide p {
    height: 60%;
    top: 40px;
    left: 0px;
    width: 80%;
    font-size: 13px !important;
    line-height: 18px !important;
  }

  .price-a {
    width: 100%;
    float: none;
    margin-right: 0px;
  }

  a.btn.covid-stmnt {
    font-size: 12px !important;
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    font-weight: bold;
  }  

  .price-b {
    width: 100%;
    float: none;
  }

  .tp-caption a.btn {
    padding: 2px 5px !important;
    font-size: 9px !important;
  }

  .justify-wide {
    text-align: left;
  }

  .g-recaptcha {
    transform: scale(0.77);
    transform-origin: 0 0;
  }

  body {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .box {
    width: 100% !important;
  }

  .subsec-border {
    width: auto !important;
  }
}

@media (max-width: 767px) {
  #CookielawBanner {
    margin-left: -20px !important;
  }  

  body {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .tp-caption a.btn {
    padding: 4px 7px;
    font-size: 11px;
  }

  .container {
    width: 95%;
  }

  .slidepanel .spara {
    padding-bottom: 5px;
  }

  header .logo .logo-image i {
    width: 38px;
    height: 38px;
    line-height: 38px;
    font-size: 38px;
    margin-top: 25px;
  }

  header .logo .logo-text {
    margin-left: 50px;
  }

  header .logo h1 {
    padding-top: 25px;
    line-height: 20px;
    font-size: 35px;
  }

  header .logo-meta {
    line-height: 35px;
    font-size: 15px;
  }

  .navi ul {
    display: none;
  }

  .navis select {
    display: block;
    float: right;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  select {
    width: 50%;
    margin-top: 5px;
  }

  .page-heading h2 {
    float: none !important;
  }

  .page-heading .heading-meta {
    /*float: none !important;*/
    line-height: 40px !important;
  }

  .da-slider {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .da-slide p {
    height: 60%;
    top: 40px;
    left: 0px !important;
    width: 80%;
    font-size: 13px;
    line-height: 18px;
  }

  .da-slide .da-img {
    display: none;
  }

  .big-box .big-box-left {
    width: 100%;
    max-width: 500px;
    height: auto;
    float: none;
    margin: 0 auto;
  }

  .big-box .big-box-mid {
    width: 100%;
    max-width: 500px;
    height: auto;
    float: none;
    margin: 0 auto;
  }

  .big-box .big-box-right {
    width: 100%;
    max-width: 500px;
    height: auto;
    float: none;
    margin: 0 auto;
  }

  footer .fwidget {
    margin-bottom: 15px;
  }

  .video-responsive {
    width: 100%;
  }

  .new-eventpos-title-left-top {
    margin-top: 0 !important;
  }

  .card-container {
    flex-flow: column wrap !important;
  }

  .new-eventpos-section-white,  .new-eventpos-section {
    padding: 35px 0px 35px 0px !important;
  }
}

@media (max-width: 911px) {
  .head_img {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .container {
    width: 85%;
  }

  .slidepanel .spara {
    padding-bottom: 5px;
  }

  header {
    height: 90px !important;
  }

  header .logo .logo-image i {
    width: 38px;
    height: 38px;
    line-height: 38px;
    font-size: 38px;
    margin-top: 25px;
  }

  header .logo .logo-text {
    margin-left: 50px;
  }

  header .logo h1 {
    padding-top: 25px;
    line-height: 20px;
    font-size: 35px;
  }

  header .logo-meta {
    line-height: 35px !important;
    font-size: 13px !important;
  }

  .navi ul {
    display: none;
  }

  .navis select {
    display: block;
    float: right;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  select {
    width: 60%;
    margin-left: 30px;
    float: right;
    margin-top: 30px;
  }

  .da-slider {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .da-slide p {
    left: 0px !important;
    width: 80%;
  }

  .da-slide .da-img {
    display: none;
  }

  .big-box .big-box-left {
    width: 500px;
    height: auto;
    float: none;
    margin: 0 auto;
  }

  .big-box .big-box-mid {
    width: 500px;
    height: auto;
    float: none;
    margin: 0 auto;
  }

  .big-box .big-box-right {
    width: 500px;
    height: auto;
    float: none;
    margin: 0 auto;
  }  
}

@media (max-width: 979px) {
  header {
    height: 120px;
  }

  header .logo {
    height: 90px;
  }
}

@media (min-width: 1024px) {
  .one-line-ul li {
    display: inline;
    margin: 15px;
  }
  
  .products-block-margin-top {
    margin-top: 30px !important;
  }
  .lp .lp-image {
  width: 100%;
  box-shadow: 0px 0px 30px #ccc;
}
}

@media (min-width: 979px) and (max-width: 1200px) {
  .main_logo {
    background-size: 100% !important;
  } 
}

img.summary {
  max-width: 100%;
}

img.summary-block {
  max-width: 100%;
  height: 200px;
}

img.slide-image {
  max-height: 256px;
  max-width: 256px;
}

.pricel .prodlist {
  border-left: 0px solid #ddd;
  border-right: 0px solid #ddd;
  background: #fff;
}

.pricel .prodlist ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.pricel .prodlist li {
  background: none;
  padding: 12px 0px;
  font-size: 13px;
  line-height: 20px;
  border-bottom: 1px solid #e8e8e8;
}

.pricel .prodlist li:hover {
  background: #fff;
}

.product-wrapper {
  border: 1px solid #e5e5e5;
  border-bottom: 0;
  padding-left: 10px;
  padding-bottom: 10px;
  min-height: 200px;
}

.product-wrapper h2 {
  font-size: 18px !important;
  display: inline;
  float: left;
  clear: both;
  width: 85%;
}

.price-div {
  float: right;
  width: 10%;
  font-size: 1.5em;
  text-align: center;
  line-height: 17px;
  padding-top: 20px;
  padding-right: 10px;
}

.title-price {
  height: 50px;
  width: 100%;
  clear: both;
}

.image-desc-wrapper {
  clear: both;
  min-height: 150px;
}

.product-image {
  float: left;
  width: 18%;
}

.product-desc-no-image {
  float: left;
  width: 95%;
  padding-right: 10px;
}

.product-desc {
  float: right;
  width: 77%;
  padding-right: 10px;
}

.product-desc p {
  padding-left: 0;
}

.product-shopping {
  clear: both;
  min-height: 60px;
  overflow: auto;
}

.image-prudct {
  max-width: 170px;
  max-height: 150px;
}

.description-product-full {
  margin: 10px;
}

.descbutton {
  color: #fff !important;
}

.details-button {
  float: left;
  min-height: 60px;
  width: 50%;
}

.form-product {
  float: right;
  margin-right: 10px;
  text-align: right;
  width: 47%;
  min-height: 60px;
}

.products {
  border-bottom: 1px solid #e5e5e5 !important;
}

input[type="text"] {
  margin-bottom: 10px !important;
}

.cart-item {
  background-color: #f5f5f5;
  border: 1px solid #e5e5e5 !important;
  min-height: 100px;
  overflow: hidden;
}

.cart-item-information {
  float: left;
  width: 50%;
}

.cart-item h2 {
  font-size: 18px !important;
  display: inline;
  clear: right;
  color: #069;
}

.cart-head {
  width: 100%;
}

.label-price {
  float: right;
  text-align: center;
}

.label-quantity {
  width: 8em;
  padding-right: .5em;
  float: right;
  text-align: center;
}

.quantity-div {
  float: right;
  width: 10%;
  font-size: 1.5em;
  line-height: 30px;
  padding-top: 10px;
  padding-right: 10px;
  text-align: center;
}

.cart-options {
  width: 100%;
  min-height: 40px;
  overflow: auto;
  margin-top: 10px;
}

.empty-cart {
  float: left;
  width: 15%;
}

.total-cart {
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  color: #4e4e4e;
  width: 82%;
  padding-right: 10px;
  text-align: right;
  font-size: .9em;
}

.shop_img {
  /*width: 100%;*/
  max-width: 100%;
  height: 198px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-color: #dddddd;
  border-style: solid;
  border-width: 1px;
}

.shop_text {
  font-size: 13pt;
}

.link-white {
  color: white !important;
  font-weight: bold;
  text-decoration: underline !important;
}

.tp-caption.medbluebg {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 300;
  font-size: 27px;
  line-height: 40px;
  font-family: "Open Sans";
  background-color: #52b9e9;
  padding: 0px 20px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.tp-caption.meddarkbluebg {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 300;
  font-size: 27px;
  line-height: 40px;
  font-family: "Open Sans";
  background-color: #4E688E;
  padding: 0px 20px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

div.summary-block {
  border-color: #dddddd;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-width: 1px;
  padding-bottom: 5px;
  padding-top: 5px;
}

.software-img {
  height: 100px;
}

select.toption {
  max-width: 214px;
}

.main_logo {
  height: 100%;
  width: 100%;
  background-image: url("../images/idx_logo.svg");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: left top;
}

option.bold_enable {
  font-weight: bold !important;
  color: #000;
}

.centre_block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.access_control_img {
  max-width: 266px;
}

div.access_control_img {
  text-align: left;
}

.btn-default {
  color: #fff;
  background-color: #346083;
  border-color: #cccccc;
}

.btn-popart {
  color: black;
  background-color: white;
  border-color: black;
  border-width: 4px;
}

a.btn-popart {
  font-size: 16px !important;
  font-weight: bold;
  font-family: "Comic Sans MS", cursive, sans-serif !important;
  font-style: oblique;
}

.btn-default:hover,.btn-default:focus,.btn-default:active,.btn-default.active,.open .dropdown-toggle.btn-default {
  color: #fff;
  background-color: #6982a2;
  border-color: #adadad;
}

.btn-popart:hover,.btn-popart:focus,.btn-popart:active,.btn-popart.active,.open .dropdown-toggle.btn-popart {
  border-color: #adadad;
  color: #6982a2 !important;
}

.gallery-photo {
  float: left;
  min-height: 10px;
}

.gallery-wrapper {
  min-height: 15px;
}

/* cookie law styles */

#CookielawBanner {
  position: fixed;
  display: block;
  height: auto;
  min-width: 100%;
  bottom: 0;
  border-radius: 5px !important;
  background-color: #214e78 !important;
  z-index: 99;
  border-top: 2px solid lightgrey;
  background-color: rgba(255, 255, 255, 0.5);
  color: white;
  margin: 0;
  padding: 0;
}

#CookielawBanner a {
  background-color: #214e78;
  margin-left: 0.8%;
  padding: 5px;
  padding-left: 2% !important;
  padding-right: 2% !important;
  color: white;
  border-radius: 25px !important;
  font-size: 16px;
  width: 40px !important;
  border: 1px solid white !important;
  font-weight: bold;
}

.cookie-banner-contents {
  margin: 0;
  padding-bottom: 12px;
  padding-top: 10px;
  display: inline-block;
  overflow-wrap: break-word;
}

#CookielawBanner h4 {
  top: 0;
  margin: 0;
  padding: 0;
  font-size: 17px;
  color: white;
}

.book-a-demo-right {
  display: block;
  width: 100%;
  float: right;
  margin-top: -0.5%;
  margin-right: 5%;
}

.book-a-demo-right h3 {
  font-size: 40px;
}

.info-book-a-demo-left {
  width: 40%;
  display: inline-block;
  word-wrap: break-word;
  margin-left: 10%;
}

.info-book-a-demo-left h3 {
  font-size: 50px;
  float: left;
}

.info-book-a-demo-left#book-a-demo-p p {
  font-size: 24px;
}

.book-a-demo-list li {
  margin-top: 5%;
}

.img-centre {
  display: block;
  margin: auto auto;
  margin: 0 auto;
  bottom: 0;
}

.img-centre-div {
  position: absolute;
  width: 100%;
  height: 100%;
}

.book-a-demo-list i {
  padding-right: 20px;
  font-size: 20px;
}

.book-a-demo-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.icon-basket,
.icon-graduation-cap,
.icon-tablet,
.icon-key,
.icon-mail {
  padding: 0 !important;
  height: 35px;
}

#cashless-menu-icon,
#visitapp-menu-icon,
#services-menu-icon,
#sectors-menu-icon,
#info-menu-icon,
#contact-menu-icon {
  padding-bottom: 6px !important;
}

.blocks-text {
  padding: 6px;
}

.nopadding {
  padding: 0 !important;
}

.image-margin-top {
  margin-top: 16px;
}

.img-and-text-title-left,.img-and-text-title {
  vertical-align: baseline;
  padding-left: 10px;
}

.img-and-text-title-left {
  vertical-align: bottom;
  padding-right: 10px;
  padding-left: 0;
}

.img-and-text-subtitle {
  vertical-align: text-bottom;
  padding-right: 10px;
}

.width-auto {
  width: auto;
}

.new-eventpos-section-white,.new-eventpos-section {
  padding: 25px 0px 25px 0px;
}

.video-title,.new-eventpos-title-center,.new-eventpos-title-left {
  margin-bottom: 25px;
  margin-top: 0;
  font-weight: bold !important;
  color: #04406d !important;
  font-size: 40px !important;
}

.background-image-section .new-eventpos-section p,.background-color-light .new-eventpos-section p {
  color: #444 !important;
}

.background-image-section .new-eventpos-section li,.background-color-light .new-eventpos-section li {
  color: #444 !important;
}

.background-image-section .new-eventpos-section p,.background-color-light .new-eventpos-section h3 {
  color: #444 !important;
}

.background-image-section .new-eventpos-section .title,.background-color-light .new-eventpos-section .title {
  border-bottom: 1px solid #999 !important;
}

.video-title,.new-eventpos-title-center {
  text-align: center;
}

.new-eventpos-title-left {
  text-align: left;
  padding: 0;
  margin: 0;
}

.new-eventpos-title-left-top {
  margin-top: 10%;
  margin-bottom: 10%;
}

.new-eventpos-section-white p,.new-eventpos-section p {
  font-size: 16px;
  margin: 0px 0px 20px;
}

.new-eventpos-section-white h3,.new-eventpos-section h3 {
  margin: 0px 0px 20px;
  text-align: center;
  padding-bottom: 5px;
  font-size: 22px !important;
}

.new-eventpos-section-white h4,.new-eventpos-section h4 {
  font-weight: bold;
}

.box h4 {
  margin-bottom: 15px;
}

.button-margin-top {
  margin-top: 40px;
}

.new-eventpos-img-margin-bottom {
  margin-bottom: 15px !important;
}

.new-eventpos-img-margin-top {
  margin-top: 30px !important;
}

.new-eventpos-section-white li,.new-eventpos-section li {
  margin-bottom: 20px;
  font-size: 16px;
}

.row-margin-top {
  margin-top: 40px;
}

.new-eventpos-section-white p,.new-eventpos-section-white i,.new-eventpos-section-white h2,.new-eventpos-section-white h3,.new-eventpos-section-white .title,.new-eventpos-section-white li {
  color: white !important;
}

.font-weight-bold {
  font-weight: bold;
}

.nomargin {
  margin: 0 !important;
}

.logos-block {
  padding: 0px 10px 10px 10px;
  text-align: center;
  margin-bottom: 10px;
}

.logos-block img {
  max-width: 145px;
  margin: 15px 15px 15px 15px;
  display: inline-block;
}

.backdround-color-dark {
  background-color: #04517d;
  box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.75) !important;
}

.backdround-color-grey {
  background-color: #fafafa;
  box-shadow: inset 0 5px 5px -5px rgba(0, 0, 0, 0.25) !important;
  color: #444 !important;
}

.backdround-color-grey .title {
  border-bottom: 1px solid #467da9;
  color: #04517d;
}

.backdround-color-grey h3 {
  font-style: normal;
}

.background-color-light {
  background-color: #ecf5ff;
  box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1) !important;
}

.background-color-white {
  background-color: white;
  box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1) !important;
}

.card-container {
  display: flex;
  flex-flow: row wrap;
  padding: 0;
  width: 100%;
}

.card {
  flex: 1 1 0px;
  margin: 15px;
  padding: 25px;
  background-color: rgba(0, 0, 0, .100);
  border-radius: 10px !important;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  text-align: center;
}

.card:hover {
  background-color: rgba(0, 0, 0, .450);
  color: whitesmoke;
}

.card i {
  font-size: 65px;
  margin-bottom: 10px;
}

.card h4 {
  font-size: 26px;
  margin-top: 5px;
  margin-bottom: 20px;
  text-align: center;
  color: white;
}

.card p {
  text-align: center;
}

.nosidepadding {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.contact-form-container,.box {
  padding: 30px;
  position: relative;
  display: inline-block;
  border-radius: 10px !important;
  margin: 20px 0 20px 0;
  background: white;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1) !important;
  transition: all 0.3s ease-in-out;
  text-align: left;
  width: 85%;
}

.new-eventpos-section-white .box {
  box-shadow: 0 15px 20px rgba(255, 255, 255, 0.2) !important;
}

.contact-form-container:hover,.box:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.contact-form-container {
  margin: auto;
  width: 100% !important;
  padding: 40px !important;
  box-shadow: 0 10px 10px 0 rgba(68, 88, 144, 0.15) !important;
  border: 1px solid #ededed;
}

.check-ul-home,.gdpr-compilant-ul,.one-line-ul,.check-ul {
  list-style-type: none !important;
  padding-left: 5px;
}

.gdpr-compilant-ul {
  margin: 10% 0px;
  padding: 0;
}

.check-ul-home li:before,.one-line-ul li:before,.check-ul li:before {
  font-family: 'FontAwesome';
  content: '\f00c';
  margin: 0 5px 0 5px;
  font-size: medium;
}

.one-line-ul li {
  font-style: oblique;
  text-align: center;
  font-size: 22px !important;
}

.one-line-ul li:before {
  font-size: 22px !important;
}

.gdpr-compilant-ul li {
  font-style: oblique;
  text-align: center;
  font-weight: bold;
  font-size: 6vw;
  color: #04517d;
}

.gdpr-compilant-ul li:after {
  font-family: 'FontAwesome';
  content: '\f00c';
  margin: 0 -15px 0 10px;
  font-weight: normal;
  font-size: 7vw;
}

.box h4 {
  border-bottom: 1px solid #004cd0;
  padding-bottom: 10px;
  color: #004cd0;
}

.box li {
  color: #444 !important;
}

.float-right {
  float: right;
}

blockquote:hover {
  border-color: #04517d;
  transition: all 0.3s ease-in-out;
}

.banner-video-container {
  position: relative;
  width: 100%;
  display: inline-block;
  overflow: hidden;
}

.banner-video {
  position: relative;
  width: 100%;
  height: 100%;
}

.video-content {
  position: relative;
  display: inline-block;
  width: 100%;
}

.video-backdround {
  /*background-image: url("../images/new-eventpos/video_background.jpg");	*/
  background-size: cover;
  background-repeat: no-repeat;
  background: #04517d;
}

.video-title {
  font-size: 30px !important;
}

.big-paragraph {
  font-size: 20px !important;
  font-weight: bold;
}

.text-left {
  text-align: left !important;
}

.background-image-section {
  box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1) !important;
}

.background-image-section {
  background: url(../images/new-visitapp/safeguardsection_background2.jpg) center top no-repeat fixed;
  background-size: cover;
  position: relative;
  background-color: rgba(0, 0, 0, 0.5);
}

.cpc-logo {
  max-width: 200px !important;
}

.row {
  margin: 0px !important;
}

.block-margin-bottom {
  margin-bottom: 30px;
}

.block-margin-top {
  margin-top: 10px;
}

.nomargin-top {
  margin-top: 0px !important;
}

.title-home {
  margin-top: 20px;
  margin-bottom: 15px;
  color: #04517d;
}

.sub-title-home {
  display: inline-block;
  color: #04517d;
  border-bottom: 1px solid;
  margin-bottom: 10px;
  font-weight: bold;
  margin-top: 0;
}

h3.title-home {
  font-size: 26px;
  text-align: left;
}

i.title-home-icon {
  font-size: 26px;
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  position: relative;
  text-align: center;
}

.check-ul-home {
  padding-left: 15px;
}

.check-ul-home li {
  margin-bottom: 10px;
}

.aoc_banner_text {
  font-size: 32px !important;
  font-weight: 900 !important;
  word-spacing: 20px;
}

.subsec-border {
  border-bottom: 1px solid #467da9;
  margin: 30px 15px 30px 15px;
  width: 100%;
  display: block;
  position: relative;
}

.section {
  margin-top: 15px;
  padding-left: 0;
  padding-right: 0;
}

.subsec-border-last {
  border-bottom: none;
  padding-bottom: 0;
}

.extra-margin-top {
  margin-top: 40px !important;
}

body {
  top: 0px !important;
}

.goog-te-menu-frame {
  max-width: 100% !important;
}

.goog-te-menu2 {
  max-width: 100% !important;
  overflow-x: scroll !important;
  box-sizing: border-box !important;
  max-height: auto !important;
}

.width-max-content {
  display: inline-block;
  width: max-content !important;
}

.exhibiton-img {
  max-width: 925px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.goog-te-gadget-icon {
  display: none !important;
}

.goog-te-banner-frame.skiptranslate {
  display: none !important;
}

.products-block-margin-top {
  margin-top: 10px;
}

.papercut-links {
  font-size: 16px !important;
  color: #04517d !important;
  text-decoration: underline !important;
}
/* mouse over link */
a.papercut-links:hover {
  color: #428bca !important;
}

/* mouse over link */
a.papercut-links:active {
  color: black !important;
}

.bg-grey {
  background-color: #fafafa !important;
}

.cookie-list{
  margin-bottom: 20px;
}

.cookie-list li{
  display: inline;
  margin: 4px;
}

.cookie-list input[type=checkbox] {
    margin: 4px !important;
}
