:root {}

body {
  font-family: "Poppins", sans-serif;
}

section {
  padding: 124px 0;
  background: #fff;
  position: relative;
}

a {
  color: #006218;
  text-decoration: underline;
}

p {
  color: #000;
  line-height: 170%;
  font-weight: 400;
}

p.lead,
p.fs-5 {
  font-weight: 400;
}

hr {
  border-color: #98a2a7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-weight: 500;
}

h1.display-xxl {
  font-size: 10rem;
  font-weight: 400;
}

h1.display-xl {
  font-size: 9rem;
}

h1.display-lg {
  font-size: 8rem;
}

h1.display-md {
  font-size: 7rem;
}

h1 strong {
  font-weight: 400;
}

h5 strong {
  font-weight: 500;
}

.sub-title {
  color: #006218;
  font-weight: 600;
  text-transform: uppercase;
}

label {
  display: block;
  font-size: 14px;
}

.form-control {
  border: none;
  background: #F3F3F3;
  padding: 16px 16px;
  color: #000;
  font-size: 13px;
}

textarea.form-control {
  min-height: 100px;
  height: 100px;
}

.btn {
  color: #006218;
  font-weight: 500;
  display: inline-flex;
  border-radius: 8px;
  align-items: center;
  transition: all ease-in-out 0.2s;
  webkit-transition: all ease-in-out 0.2s;
  text-decoration: underline;
  padding: 12px 24px;
}

.btn:hover {
  color: #4DBE69;
}

.btn-primary {
  background: #006218;
  border-color: #006218;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
}

.btn-primary:hover {
  background: #4DBE69;
  border-color: #4DBE69;
  color: #fff !important;
}

.btn-secondary {
  background: #fff;
  border-color: #fff;
  font-weight: 500;
  color: #7f0021;
  text-decoration: none;
}

.btn-secondary:hover {
  background: #7f0021;
  border-color: #7f0021;
  color: #fff;
}

.btn-outline {
  background: transparent;
  border-color: #7f0021;
  color: #7f0021;
  text-decoration: none;
}

.btn-outline:hover {
  background: #7f0021;
  border-color: #7f0021;
  color: #fff;
}

.btn-outline-secondary {
  color: #7f0021;
  font-weight: 400;
  border-color: #7f0021;
  text-decoration: none;
}

.btn-outline-secondary:hover {
  background: #7f0021;
  border-color: #7f0021;
  color: #fff;
}

.btn.underline {
  position: relative;
}

.btn.underline.light:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  border-bottom: solid 1px #fff;
  content: "";
  opacity: 1;
}

.btn-lg {
  padding: 18px 48px;
  font-size: 1rem;
}

.btn-md {
  padding: 16px 48px;
}

.btn-sm {
  padding: 8px 16px;
  font-size: 13px;
}

.btn i {
  margin-right: 16px;
}

.bg-primary {
  background: #006218 !important;
}

.bg-secondary {
  background: #E7FAEC !important;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white .btn,
.text-white p {
  color: #fff;
}

.text-white .sub-title {
  opacity: 1;
}

.bg-black hr {
  border-color: rgba(255, 255, 255, 1);
  opacity: 1;
}

.navigation.pagination {
  text-align: center;
  display: block;
}

.pagination li.page-item {
  padding: 0 4px;
}

.navigation.pagination .nav-links .page-numbers,
.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link,
.pagination li.page-item a {
  width: 48px;
  height: 48px;
  line-height: 36px;
  display: block;
  text-align: center;
  color: #000;
  border: none;
  font-family: "Space Grotesk", serif;
  font-weight: 600;
  margin: 0 8px;
}

.navigation.pagination .nav-links .page-numbers {
  display: inline-block;
  line-height: 48px
}

.navigation.pagination .nav-links .prev.page-numbers,
.navigation.pagination .nav-links .next.page-numbers {
  width: auto;
}

.navigation.pagination .nav-links .page-numbers.current,
.pagination .page-item.active .page-link {
  color: #fff;
  background: #006218;
  border-radius: 4px;
}

.breadcrumb .breadcrumb-item a {
  color: #3379ad;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}

.breadcrumb .breadcrumb-item a .icon {
  border: solid 1px #3379ad;
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 100%;
  flex: 0 0 auto;
  margin-right: 12px;
}

.form-check-input:checked {
  background-color: #3379ad;
  border-color: #3379ad;
}

.lines .word {
  display: inline-block;
}

.input-cont {
  position: relative;
}

.wpcf7-form-control-wrap {
  position: static;
}

.form-check-cont .wpcf7-list-item {
  margin: 0;
}

.form-check-cont .wpcf7-list-item input {
  margin-right: 8px;
}

.input-cont .wpcf7-not-valid-tip {
  position: absolute;
  top: 0;
  right: 12px;
  font-size: 13px;
}

/**************header***************/
header.primary {
  background: #fff;
  padding-bottom: 4px;
}

header.primary .navbar-brand {
  width: 150px;
  display: block;
}

header.primary .navbar-toggler-icon {
  background: none;
  font-size: 1.5rem;
  line-height: 1.5em;
}

header.primary .navbar-nav .nav-item {
  padding: 0;
  text-align: center;
}

header.primary .navbar-nav .nav-item button{
  display: none;
}

header.primary .navbar-nav .nav-item.full {
  position: static;
}

header.primary .navbar-nav {
  margin-right: 0px;
}

header.primary .navbar-toggler:focus {
  box-shadow: none;
}

header.primary .navbar-nav .nav-item .nav-link {
  color: #000;
  margin-right: 8px;
  text-align: center;
  font-weight: 500;
  font-size: 0.85rem;
  line-height: 32px;
}

header.primary .navbar-nav .nav-item .nav-link:hover,
header.primary .navbar-nav .nav-item .nav-link.active {
  color: #006218;
}

header.primary .navbar-nav .nav-item .nav-link.btn {
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 6px;
  padding-bottom: 6px;
  color: #fff;
  margin-left: 8px;
}

header.primary .navbar-nav .nav-item.active .nav-link {
  border: solid 1px #fff;
  background: #fff;
  color: #11548c;
}

header.primary .navbar-nav .nav-item.dropdown:hover>.dropdown-menu {
  display: block;
}

header.primary .navbar-nav .dropdown-menu.full {
  position: absolute;
  width: 100%;
  border-radius: 0;
  padding: 32px 0;
  border-left: none;
  border-right: none;
  border-top: none;
  left: 0;
}

header.primary .navbar-nav .dropdown-menu.full .dropdown-menu-cont {
  display: flex;
  padding-left: 0;
}

header.primary .navbar-nav .dropdown-menu {
  padding: 12px 12px 32px;
}

header.primary .navbar-nav .dropdown-menu li {
  padding: 4px 0;
}

header.primary .navbar-nav .dropdown-menu li a {
  font-size: 14px;
}

header.primary .navbar-nav .dropdown-menu .dropdown-menu-cont li {
  width: 300px;
  flex: 0 0 300px;
  padding-right: 4px;
  list-style: none;
}

header.primary .navbar-nav .dropdown-menu.full.product .dropdown-menu-cont li {
  width: 200px;
  flex: 0 0 200px;
}

header.primary .navbar-nav .dropdown-menu .dropdown-menu-cont li a {
  display: block;
}

header.primary .navbar-nav .dropdown-menu .dropdown-menu-cont li p {
  text-wrap: wrap;
}

header.primary .navbar-nav .dropdown-menu .dropdown-menu-cont li h6 {
  margin: 8px 0;
  font-size: 14px;
}

header.primary .navbar-nav .dropdown-menu .dropdown-menu-cont li a {
  padding-right: 0;
}

header.primary .navbar-nav .dropdown-menu .dropdown-menu-cont li p {
  font-size: 13px;
}

header.primary .navbar-nav .dropdown-menu .dropdown-menu-cont li .service-nav-item {
  background: #E7FAEC;
  border-radius: 8px;
  width: 100%;
  padding: 16px 16px;
  transition: all ease-in-out 0.2s;
  -webkit-transition: all ease-in-out 0.2s;
}

header.primary .navbar-nav .dropdown-menu .dropdown-menu-cont li a:hover .service-nav-item {
  background: #BCF1C9;
}

header.primary .navbar-nav .dropdown-menu.full.product .dropdown-menu-cont li .img-cont {
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 16px;
  transition: all ease-in-out 0.2s;
  -webkit-transition: all ease-in-out 0.2s;
}

header.primary .navbar-nav .dropdown-menu.full.product .dropdown-menu-cont li a:hover .img-cont {
  opacity: 0.9;
}

header.primary .navbar-nav .dropdown-menu.full .dropdown-menu-cont li a:hover {
  background: none;
}

header.primary .navbar-nav .dropdown-menu.full.product .dropdown-menu-cont li h6 {
  color: #006218;
}

header.primary .navbar-collapse .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
  display: none;
}

header.primary .navbar-expand-lg .navbar-toggler {
  color: #0A3415;
  padding-left: 8px;
  padding-right: 8px;
  border: solid 1px #8CD19E;
}

header.primary .navbar-expand-lg .navbar-toggler span.label {
  display: inline-block;
}

/**************home***************/
.banner .img-cont {
  overflow: hidden;
  border-radius: 24px;
}

.banner .img-cont figure{
  margin-bottom: 0;
}

.clients{
  overflow: hidden;
}

.clients .client-list {
  position: relative;
}

.clients .client-list .slick-list {
  overflow: hidden;
}

.clients .client-list .slick-track {
  /*display: flex;*/
}

.clients .client-list .client-list-item {
  float: left;
  padding: 0 16px;
}

.clients .client-list .slick-arrow {
  position: absolute;
  left: -24px;
  left: 0;
  top: 25%;
  z-index: 9;
  width: 40px;
  height: 40px;
  text-indent: 9999px;
  border-radius: 100%;
  border: solid 1px #91d09f;
  background: #fff url(../images/arrow-left-short.svg) center no-repeat;
  background-size: 28px;
}

.clients .client-list .slick-arrow.slick-next {
  left: auto;
  right: -24px;
  right: 0;
  background: #fff url(../images/arrow-right-short.svg) center no-repeat;
  background-size: 28px;
}

.latest-tech .bg-primary {
  border-radius: 24px;
}

.latest-tech .bg-primary .img-cont {
  border-radius: 8px;
  overflow: hidden;
}

.brand-protection .list {
  background: #E7FAEC;
  height: 100%;
  padding: 40px;
  border-radius: 16px;
}

.brand-protection .list a{
  display: inline-block;
}

.solution-summary .solution-list a {
  overflow: hidden;
  border-radius: 16px;
  font-size: 15px;
  display: block;
}

.industry-summary {
  overflow: hidden;
}

.industry-summary .industry-list {
  /*display: flex;*/
  position: relative;
  float: left;
  width: 100%;
}

.industry-summary .industry-list .slick-track{
  display: inline-flex;
}

.industry-summary .industry-list .industry-item {
  /*width: 250px;
  flex: 0 0 250px;*/
  background: #E7FAEC;
  padding: 24px;
  /*float: left;*/
  border-radius: 16px;
  margin-right: 16px;
}

.industry-summary .industry-list .industry-item p {
  font-size: 14px;
}

.industry-summary .industry-list .industry-item a {
  display: block;
}

.industry-summary .industry-list .slick-arrow {
  position: absolute;
  left: -24px;
  top: 40%;
  z-index: 9;
  width: 48px;
  height: 48px;
  text-indent: 9999px;
  border-radius: 100%;
  border: solid 1px #91d09f;
  background: #fff url(../images/arrow-left-short.svg) center no-repeat;
  background-size: 32px;
}

.industry-summary .industry-list .slick-arrow.slick-next {
  left: auto;
  right: -24px;
  right: 0;
  background: #fff url(../images/arrow-right-short.svg) center no-repeat;
  background-size: 32px;
}

.industry-summary .industry-list .slick-arrow:before {
  content: '\F12C';
  color: #006218;
  font-size: 24px;
  position: relative;
}

.testimony-list {
  border: solid 1px #8CD19E;
  width: 75%;
  margin: 0 auto;
  border-radius: 16px;
  padding: 64px;
  text-align: center;
  overflow: hidden;
}

.testimony-list .slick-list {
  overflow: hidden;
}

.testimony-list .testimony-item {
  float: left;
  padding: 0 64px;
}

.testimony-list .testimony-item p {
  color: #006218;
}

.testimony-list .testimony-item .img-cont {
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 100%;
  margin: 0 auto;
}


.testimony-list .testimony-item h4 {
  line-height: 140%;
}

.testimony-list .slick-dots {
  display: flex;
  margin: 0 auto;
  justify-content: center;
}

.testimony-list .slick-dots li {
  list-style: none;
}

.testimony-list .slick-dots li button {
  width: 16px;
  height: 16px;
  margin-left: 8px;
  margin-right: 8px;
  background: #006218;
  opacity: 0.3;
  border-radius: 100%;
  text-indent: 99999px;
  border: none;
}

.testimony-list .slick-dots .slick-active button {
  background: #006218;
  opacity: 1;
}

.news_summary {
  background: #0A3415;
}

.news_summary .sub-title {
  color: #fff;
}

.news_summary a {
  color: #75E692
}

.news-page .news-list img,
.news_summary .news-list img {
  margin-bottom: 16px;
  border-radius: 8px;
}

.news-page .news-list p,
.news_summary .news-list p {
  font-weight: 400;
  margin-bottom: 8px;
  font-size: 20px;
  color: #fff;
}

.news-page .news-list small,
.news_summary .news-list small {
  display: block;
  margin-bottom: 8px;
  margin-top: 8px;
  color: #fff;
  font-size: 12px;
  opacity: 0.6;
}

footer {
  background: #0A3415;
}

footer h6 {
  color: #75E692;
  margin-bottom: 24px;
}

footer ul {
  list-style: none;
  padding-left: 0;
}

footer ul li {
  padding-bottom: 16px;
}

footer ul li a {
  color: #fff;
  opacity: 0.6;
  text-decoration: none;
  font-size: 13px;
  transition: all ease-in-out 0.2s;
}

footer ul li a:hover {
  opacity: 1;
}

footer p {
  color: #fff;
  font-size: 13px;
  opacity: 0.7;
}

footer address p {
  color: #fff;
  font-size: 16px;
  opacity: 0.7;
  margin-bottom: 4px;
}

footer address p a {
  display: inline-block;
  padding-left: 8px;
  color: #75E692;
  text-decoration: none;
}

footer .copy a {
  padding-left: 24px;
}

footer .copy .justify-lg-content-end {
  justify-content: end;
}

.socials {
  display: flex;
}

.socials li {
  padding: 0px 8px;
}

.socials li a {
  opacity: 1;
}

.socials li a svg path {
  fill: #fff;
}


/******************services**********************/
.info {
  background: #E7FAEC;
}

.banner.info h2{
  line-height: 140%;
}

.verisafety-commitment h3 {
  font-weight: 400;
  line-height: 150%;
  color: #006218;
}



.service-list .img-cont,
.verisafety-commitment .img-cont {
  border-radius: 16px;
  overflow: hidden;
  z-index: 2;
  position: relative;
}

.verisafety-commitment .bg-secondary {
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  margin-top: -24px;
  z-index: 1;
  position: relative;
}

.digital-platform .img-cont {
  border-radius: 16px;
  overflow: hidden;
}



/*******************about**********************/
.technology-info .img-cont {
  border-radius: 16px;
  overflow: hidden;
}

.mission-info h6 {
  color: #006218;
}

.mission-info h1 {
  line-height: 150%;
  font-weight: 400;
}

.solution-summary.our-value h4 {
  color: #006218;
}

/*******************news*********************/

.news-page .title {
  justify-content: space-between;
}

.news-page .news-list img {
  margin-bottom: 16px;
}

.news-page .news-list p {
  font-weight: 500;
  margin-bottom: 8px;
  line-height: 140%;
  font-size: 20px;
  color: #000;
}

/*.news-page .news-list p.entry-title{
  font-weight: 400;
}*/

.news-page .news-list small {
  display: block;
  margin-bottom: 8px;
  color: #000;
}

.news-details .navigation {
  width: 100%;
}

.news-details .navigation .nav-links {
  display: flex;
  align-items: stretch;
}

.news-details .navigation .nav-links .nav-previous,
.news-details .navigation .nav-links .nav-next {
  display: inline-block;
  width: 50%;
  min-height: 100%;
  flex: 0 0 auto;
}

.news-details .navigation .nav-links .nav-next {
  margin-left: auto;
}

.news-details .byline,
.news-details .posted-on {
  padding-right: 2rem;
  padding-bottom: 0.3rem;
  display: inline-block;
}


/*********************news details***********************/
.news-details h2 {
  color: #006218;
}

.news-details .img-cont {
  border-radius: 24px;
  overflow: hidden;
}

.news-details .img-cont figure{
  margin-bottom: 0;
}

.more-article {
  justify-content: space-between;
  display: flex;
}

.more-article a {
  background: #E7FAEC;
  display: inline-block;
  width: 40%;
  padding: 16px 24px;
  text-decoration: none;
  font-weight: 500;
  height: 100%;
  border-radius: 12px;
}

.news-details .navigation a {
  width: 80%;
}

.news-details .navigation .nav-next {
  text-align: right;
}

.news-details .navigation .meta-nav,
.more-article a span {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 16px;
  display: block;
}

.news-details .navigation .meta-nav {
  color: #006218;
}

.news-details .navigation .meta-nav svg {
  margin-right: 1rem;
  margin-top: -4px
}

.news-details .navigation .nav-next .meta-nav svg {
  margin-left: 1rem;
  margin-right: 0;
}

/*******************faq*********************/
.faq-details .faq-cont {
  border-radius: 8px;
  border: solid 1px #8CD19E;
  overflow: hidden;
}

.faq-details .faq-cont p.d-grid {
  margin-bottom: 0;
}

.faq-details .faq-cont .btn {
  border: none;
  background: none;
  color: #000;
  text-align: left;
  position: relative;
  padding-right: 60px;
}


.faq-details .faq-cont .btn:after{
  content:'';
  position: absolute;
  width: 32px;
  height: 32px;
  right: 12px;
  top: 8px;
  border: solid 1px #BCF1C9;
  border-radius: 100%; 
  background: url(../images/up-nav.svg) center no-repeat;
  background-size: 20px;
}

.faq-details .faq-cont .btn.collapsed:after{
  background: url(../images/down-nav.svg) center no-repeat;
  background-size: 20px;
}

.faq-details .faq-cont .btn:hover {
  color: #006218 !important;
}

.faq-details .faq-cont .card-body {
  border: none;
  padding: 16px 24px;
}

.faq-details .faq-cont .card-body p {
  font-size: 14px;
  opacity: 0.8;
}

.notice {
  border-radius: 8px;
}

.notice.lg {
  border-radius: 16px;
}

.notice p {
  font-size: 12px;
}

/******************contact*******************/
.contact .info-holder h6 {
  color: #006218;
}

.contact .info-holder .img-cont {
  border-radius: 16px;
  overflow: hidden;
}

.contact .info-holder .socials {
  list-style: none;
  padding-left: 0;
}

.contact .info-holder .socials li {
  padding-right: 16px;
}

.contact .info-holder .socials li svg {
  width: 26px;
  height: 26px;
}

.contact .info-holder .socials path {
  fill: #0A3415;
}

.contact .info-holder a {
  color: #000;
  text-decoration: none;
}

/*********************404*********************/
.error-cont {
  background: #E7FAEC;
  min-height: 100vh;
}

.error-cont .img-cont {
  border-radius: 16px;
  overflow: hidden;
}

.error-cont h1 {
  color: #006218;
}

/******************rep*******************/
.about-veri h2 {
  color: #006218;
}

.outline-list .list {
  border: solid 1px #8CD19E;
  border-right: none;
  padding: 48px 24px;
  flex: 1;
  margin-top: -1px;
} 

.outline-list.product-list .list{
  flex: 0 0 33.3333%;
}

.outline-list.product-list .list{
  border-right: solid 1px #8CD19E;
  margin-right: -1px;
}

.outline-list .list:last-child {
  border-right: solid 1px #8CD19E;
}

.img-cont {
  border-radius: 16px;
  overflow: hidden;
}

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

.rep-requirments h2 {
  color: #006218;
  line-height: 150%;
}


.rep-requirments p {
  font-size: 14px;
}

.product-list h2{
  color: #006218;
}

.product-list .list-cont .list,
.rep-requirments .list-cont .list {
  padding-bottom: 20px;
  padding-top: 20px;
  display: flex;
  border-bottom: solid 1px #8CD19E;
  font-size: 14px;
  align-items: center;
}

.product-list .list-cont .list span,
.rep-requirments .list-cont .list span {
  display: inline-block;
}

.product-list .list-cont .list span.icon,
.rep-requirments .list-cont .list span.icon {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  background: #006218;
  margin-right: 12px;
  border-radius: 100%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 24px;
}


.product-list .grid-list .list-cont{
  padding: 0;
  display: flex;
  width: 100%;
}

.product-list .grid-list .list-cont .list{
  flex: 1;
  border: none;
  padding: 12px;
  display: flex;
}

.product-list .grid-list .list-cont .list span.cont{
  border-radius: 8px;
  background: #E7FAEC;
  display: block;
  flex: 1;
  height: 100%;
  padding: 16px;
}

.product-list .grid-list .list-cont .list span.cont span{
  display: block;
  margin-bottom: 8px;
}

/******************service details*********************/
.banner.info h6 {
  color: #006218;
}

.verisafety-services ul {
  list-style: none;
  padding-left: 0;
}

.verisafety-services ul li {
  background: #E7FAEC;
  padding: 12px 24px;
  margin-bottom: 12px;
  border-radius: 8px;
}

.verisafety-services ul li h6 {
  color: #0A3415;
}

.verisafety-services ul p {
  font-size: 13px;
}

.sticky-cont{
  position: sticky;
}

@media (min-width: 1199.98px) {}

@media (max-width: 1399.98px) {
  .testimony-list .testimony-item {
    padding: 0;
  }
}

@media (max-width: 1199.98px) {
  section {
    padding: 96px 0;
  }

  .testimony-list {
    width: 100%;
    padding: 32px;
  }

  .verisafety-services {
    padding-top: 0;
  }

  .verisafety-services .img-cont {
    max-height: 400px;
  }

  /************service list***********/
  .service-list br {
    display: none;
  }

  .digital-platform p,
  .service-list p {
    font-size: 14px;
  }


}

@media (max-width: 991.98px) {
  section {
    padding: 80px 0;
  }

  header.primary .navbar-nav {
    margin-bottom: 0 !important;
  }

  header.primary .navbar-nav .nav-item.full {
    position: relative;
  }

  header.primary .navbar-collapse {
    padding-bottom: 40px;
  }

  header.primary .navbar-nav .dropdown-menu.full .dropdown-menu-cont {
    /*flex-direction: column;*/
    justify-content: center;
    display: grid;
    grid-template-columns: auto auto;
  }

  header.primary .navbar-nav .dropdown-menu.full {
    position: relative;
    border: solid 1px #d2d2d2;
    border-radius: 16px;
    display: none;
  }

  header.primary .navbar-nav .dropdown-menu .dropdown-menu-cont li {
    width: 300px;
    flex: 0 0 0;
    margin: 0 auto;
  }

  .news_summary {
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  }

  .news_summary .news-list {
    display: flex;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .news_summary .news-list .img-cont {
    width: 150px;
    flex: 0 0 150px;
  }

  .news_summary .news-list .btn {
    padding: 8px 24px;
  }

  .news_summary .news-list .content {
    padding-left: 24px;
  }

  footer .col {
    width: 100%;
    flex: 0 0 100%;
  }

  footer .col ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }

  footer .col ul li {
    padding-right: 16px;
    padding-bottom: 12px;
  }

  footer .copy ul li a {
    padding-left: 0;
    padding-right: 16px;
  }

  footer .copy .justify-lg-content-end {
    justify-content: start;
  }

  footer h6 {
    margin-bottom: 8px;
  }

  

  .solution-summary .solution-list a img {
    width: 100%;
  }

  .more-article {
    flex-direction: column;
  }

  .more-article a {
    width: 100%;
    margin-bottom: 12px;
    text-align: center !important;
  }

  .news.banner.info .extra {
    display: flex;
    align-items: baseline;
  }

  .news.banner.info .extra .date {
    padding-right: 24px;
  }

  .contact .info-holder .main-cont {
    border: solid 1px #8CD19E;
    border-radius: 16px;
    padding: 32px;
  }

  .outline-list.product-list .list{
    flex: 0 0 50%;
    margin-right: -1px;
    border-right: solid 1px #8CD19E;
  }

  .product-list .grid-list .list-cont{
    flex-wrap: wrap;
  }

  .product-list .grid-list .list-cont .list{
    flex: 0 0 50%;
  }

  .sticky-cont{
    position: relative;
  }

}

@media (max-width: 767.98px) {
  header.primary .navbar-nav .dropdown-menu.full .dropdown-menu-cont {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .product-list .grid-list .list-cont .list{
    flex: 0 0 50%;
    padding: 8px;
  }

  .outline-list.product-list .list{
    flex: 0 0 100%;
    margin-right: 0px;
  }

  footer{
    text-align: center;
  }

  footer .row{
    /*justify-content: center;
    align-items: center;*/
  }

  footer ul{
    justify-content: center !important;
  }
}

@media (max-width: 576px) {
  footer,
  section {
    padding: 40px 0;
  }

  .product-list .grid-list .list-cont .list{
    flex: 0 0 100%;
  }
}