@import url("https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&display=swap");
:root {
  --c-black: #000000;
  --c-white: #ffffff;
  --c-primary: #0065a2;
  --c-secondary: #862632;
  --c-body: #4f4f4f;
  --c-body-dark: #232323;
  --c-gray: #dfdfdf;
  --c-font-color: #333333;
}

/*-------==========  Base  ==========------ */
html {
  font-size: 16px;
}

/*-------==========  Typography  ==========------ */
body {
  padding: 0;
  margin: 0;
  font-family: "PT Sans", sans-serif;
  line-height: 1.75;
  font-size: 14px;
}

:root {
  --swiper-navigation-size: 40px;
}

body .swiper-button-prev,
body .swiper-button-next {
  padding: 0;
  line-height: 37px;
  width: var(--swiper-navigation-size);
  height: var(--swiper-navigation-size);
  border: 1.5px solid;
  color: inherit;
  border-radius: 50px;
  text-align: center;
  margin-top: -20px;
  border-color: inherit;
  z-index: 8;
}

body .swiper-button-prev::after,
body .swiper-button-next::after {
  font-size: 14px;
  font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}

h1,
.h1 {
  font-size: 2rem;
  font-family: "PT Sans", sans-serif;
}

@media screen and (min-width: 768px) {
  h1,
  .h1 {
    font-size: 2.875rem;
  }
}

h2,
.h2 {
  font-size: 2rem;
  font-family: "PT Sans", sans-serif;
  margin-top: 20px;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  h2,
  .h2 {
    font-size: 2.5rem;
  }
}

h3,
.h3 {
  font-size: 2.25rem;
  font-family: "PT Sans", sans-serif;
}

@media screen and (min-width: 768px) {
  h3,
  .h3 {
    font-size: 2.5rem;
  }
}

h4,
.h4 {
  font-family: "PT Sans", sans-serif;
  font-size: 2.25rem;
  border-bottom: 1px solid var(--c-gray);
  padding-bottom: 10px;
  margin: 40px 0px 20px;
  margin-top: 0;
}

h5,
.h5 {
  font-family: "PT Sans", sans-serif;
  font-size: 1rem;
}

h6,
.h6 {
  font-family: "PT Sans", sans-serif;
  font-size: 0.8125rem;
}

@media screen and (min-width: 768px) {
  h6,
  .h6 {
    font-size: 0.9375rem;
  }
}

main {
  padding-bottom: 60px;
}

@media screen and (min-width: 992px) {
  main {
    padding-bottom: 100px;
  }
}

.container {
  width: 100%;
  max-width: 1240px;
}

/* --------------=========== right side menu css ==========------------------ */
.right-content,
.right-other-link,
.services-right {
  width: 100% !important;
  padding-right: 15px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
}

@media screen and (max-width: 575px) {
  .right-content,
  .right-other-link,
  .services-right {
    padding-left: 15px;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}

@media screen and (min-width: 768px) {
  .right-content,
  .right-other-link,
  .services-right {
    width: 25% !important;
    padding-top: 0;
    max-width: 280px;
    margin-left: auto;
  }
}

.right-content .request-link,
.right-other-link .request-link,
.services-right .request-link {
  padding-bottom: 25px;
}

.right-content .request-link a,
.right-other-link .request-link a,
.services-right .request-link a {
  text-decoration: none;
  padding: 6px 15px;
  display: block;
  color: var(--c-white);
  background-color: var(--c-secondary);
}

.right-content .request-link i,
.right-other-link .request-link i,
.services-right .request-link i {
  font-weight: bold;
  padding-right: 11px;
  font-size: 20px;
}

.right-content .menu-inner h2,
.right-other-link .menu-inner h2,
.services-right .menu-inner h2 {
  font-size: 14px;
  margin: 0;
  background-color: var(--c-primary);
  padding: 15px 15px;
  font-weight: bold;
  color: var(--c-white);
}

.right-content .menu-inner h2 a,
.right-other-link .menu-inner h2 a,
.services-right .menu-inner h2 a {
  text-decoration: none;
  color: inherit;
}

.right-content .menu-inner h2.block-title,
.right-other-link .menu-inner h2.block-title,
.services-right .menu-inner h2.block-title {
  color: var(--c-white);
}

.right-content .menu-inner .menu-init-container,
.right-other-link .menu-inner .menu-init-container,
.services-right .menu-inner .menu-init-container {
  background-color: #eeeeee;
}

.right-content .menu-inner .menu-init-container > ul,
.right-other-link .menu-inner .menu-init-container > ul,
.services-right .menu-inner .menu-init-container > ul {
  margin: 0;
  padding: 0;
}

.right-content .menu-inner .menu-init-container > ul > li,
.right-other-link .menu-inner .menu-init-container > ul > li,
.services-right .menu-inner .menu-init-container > ul > li {
  border-bottom: 1px solid #d9dadb;
  border-top: 1px solid var(--c-white);
  list-style: none;
  position: relative;
}

.right-content .menu-inner .menu-init-container > ul > li .dropdown-list,
.right-other-link .menu-inner .menu-init-container > ul > li .dropdown-list,
.services-right .menu-inner .menu-init-container > ul > li .dropdown-list {
  display: none;
}

.right-content .menu-inner .menu-init-container > ul > li > .is-active::before,
.right-other-link .menu-inner .menu-init-container > ul > li > .is-active::before,
.services-right .menu-inner .menu-init-container > ul > li > .is-active::before {
  content: "";
  position: absolute;
  border-left: 2px solid var(--c-primary);
  top: 0;
  left: 0;
  width: 2px;
  height: 46.5px;
}

.right-content .menu-inner .menu-init-container > ul > li.menu-item--active-trail .dropdown-list,
.right-other-link .menu-inner .menu-init-container > ul > li.menu-item--active-trail .dropdown-list,
.services-right .menu-inner .menu-init-container > ul > li.menu-item--active-trail .dropdown-list {
  display: block;
}

.right-content .menu-inner .menu-init-container > ul > li.menu-item--active-trail > a::before,
.right-other-link .menu-inner .menu-init-container > ul > li.menu-item--active-trail > a::before,
.services-right .menu-inner .menu-init-container > ul > li.menu-item--active-trail > a::before {
  content: "";
  position: absolute;
  border-left: 2px solid var(--c-primary);
  top: 0;
  left: 0;
  width: 2px;
  height: 46.5px;
}

.right-content .menu-inner .menu-init-container > ul > li.menu-item .is-active,
.right-other-link .menu-inner .menu-init-container > ul > li.menu-item .is-active,
.services-right .menu-inner .menu-init-container > ul > li.menu-item .is-active {
  position: relative;
  color: var(--c-black);
  font-weight: bold;
}

.right-content .menu-inner .menu-init-container > ul > li.menu-item .is-active + .dropdown-list,
.right-other-link .menu-inner .menu-init-container > ul > li.menu-item .is-active + .dropdown-list,
.services-right .menu-inner .menu-init-container > ul > li.menu-item .is-active + .dropdown-list {
  display: block;
}

.right-content .menu-inner .menu-init-container > ul > li > a,
.right-other-link .menu-inner .menu-init-container > ul > li > a,
.services-right .menu-inner .menu-init-container > ul > li > a {
  text-decoration: none;
  color: var(--c-font-color);
  display: block;
  padding: 10px;
}

.right-content .menu-inner .menu-init-container > ul > li:hover::before,
.right-other-link .menu-inner .menu-init-container > ul > li:hover::before,
.services-right .menu-inner .menu-init-container > ul > li:hover::before {
  border-left: 2px solid var(--c-primary);
}

.right-content .menu-inner .menu-init-container > ul > li .dropdown-list,
.right-other-link .menu-inner .menu-init-container > ul > li .dropdown-list,
.services-right .menu-inner .menu-init-container > ul > li .dropdown-list {
  padding: 0;
  margin: 0;
}

.right-content .menu-inner .menu-init-container > ul > li .dropdown-list li,
.right-other-link .menu-inner .menu-init-container > ul > li .dropdown-list li,
.services-right .menu-inner .menu-init-container > ul > li .dropdown-list li {
  border-left: 2px solid #eeeeee;
  list-style: none;
  position: relative;
  padding-left: 15px;
}

.right-content .menu-inner .menu-init-container > ul > li .dropdown-list li:not(:last-child)::after,
.right-other-link .menu-inner .menu-init-container > ul > li .dropdown-list li:not(:last-child)::after,
.services-right .menu-inner .menu-init-container > ul > li .dropdown-list li:not(:last-child)::after {
  content: "";
  position: absolute;
  border-top: 1px solid #d9dadb;
  border-bottom: 1px solid var(--c-white);
  width: 100%;
  overflow: hidden;
  left: 0;
  bottom: 0;
}

.right-content .menu-inner .menu-init-container > ul > li .dropdown-list li a,
.right-other-link .menu-inner .menu-init-container > ul > li .dropdown-list li a,
.services-right .menu-inner .menu-init-container > ul > li .dropdown-list li a {
  color: var(--c-font-color);
  text-decoration: none;
  font-weight: normal;
  display: block;
  padding: 10px 0px;
}

.right-content .menu-inner .menu-init-container > ul > li .dropdown-list li a.is-active,
.right-other-link .menu-inner .menu-init-container > ul > li .dropdown-list li a.is-active,
.services-right .menu-inner .menu-init-container > ul > li .dropdown-list li a.is-active {
  color: var(--c-black);
  font-weight: bold;
}

.right-content .product-extra-menu ul,
.right-other-link .product-extra-menu ul,
.services-right .product-extra-menu ul {
  padding: 0;
  margin: 0;
  padding-top: 5px;
}

.right-content .product-extra-menu ul li,
.right-other-link .product-extra-menu ul li,
.services-right .product-extra-menu ul li {
  list-style: none;
}

.right-content .product-extra-menu ul li a,
.right-other-link .product-extra-menu ul li a,
.services-right .product-extra-menu ul li a {
  text-decoration: none;
  color: var(--c-white);
  padding: 8px 15px;
  background-color: var(--c-primary);
  margin-bottom: 2px;
  width: 100%;
  display: block;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border-left: 2px solid var(--c-primary);
}

.right-content .product-extra-menu ul li a:hover,
.right-other-link .product-extra-menu ul li a:hover,
.services-right .product-extra-menu ul li a:hover {
  background-color: #868b90;
}

.right-content .product-extra-menu ul li a.active,
.right-other-link .product-extra-menu ul li a.active,
.services-right .product-extra-menu ul li a.active {
  background-color: #868b90;
}

.right-content > .link,
.right-other-link > .link,
.services-right > .link {
  color: var(--c-white);
  padding: 10px 15px;
  background-color: var(--c-primary);
}

.right-content > .link a,
.right-other-link > .link a,
.services-right > .link a {
  color: inherit;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}

.right-content .second-page-link,
.right-other-link .second-page-link,
.services-right .second-page-link {
  padding-top: 40px;
}

.right-content .second-page-link a,
.right-other-link .second-page-link a,
.services-right .second-page-link a {
  padding: 5px 15px;
  text-decoration: none;
  color: var(--c-white);
  background-color: var(--c-secondary);
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border: 1px solid var(--c-secondary);
  padding: 6px 25px;
}

.right-content .second-page-link a:hover,
.right-other-link .second-page-link a:hover,
.services-right .second-page-link a:hover {
  background-color: var(--c-primary);
  border: 1px solid var(--c-primary);
}

.paragraph--type--basic-accordion {
  padding-top: 40px;
}

.paragraph--type--basic-accordion .ui-accordion h3 {
  background-color: transparent;
  color: var(--c-black);
  padding: 12px;
  border: 1px solid var(--c-gray);
  margin-bottom: 7px;
  padding-left: 0;
}

.paragraph--type--basic-accordion .ui-accordion h3:hover {
  background-color: transparent;
}

.paragraph--type--basic-accordion .ui-accordion p a {
  color: var(--c-white) !important;
  padding: 6px 15px;
  border-radius: 4px;
  display: inline-block;
  background-color: var(--c-secondary);
  text-decoration: none !important;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.paragraph--type--basic-accordion .ui-accordion p a:hover {
  background-color: var(--c-primary);
}

.ui-accordion .ui-accordion-header::after {
  content: "\f055";
  font: normal normal normal 20px/1 FontAwesome;
  position: absolute;
  top: 9px;
  right: 9px;
  color: #ccc;
}

.ui-accordion .ui-accordion-header.ui-state-active::after {
  color: #ccc;
  content: "\f056";
}

/* right side blog content  */
.upcoming-event,
.latest-news {
  -webkit-box-shadow: 2px 1px 1px #cfcfcf;
  box-shadow: 2px 1px 1px #cfcfcf;
  padding: 15px 15px 30px;
  margin-top: 15px;
  font-size: 13px;
  line-height: 1.25;
}

.upcoming-event .views-field-title,
.latest-news .views-field-title {
  padding: 10px 0px;
}

.upcoming-event .views-field-title span a,
.latest-news .views-field-title span a {
  color: var(--c-secondary);
}

.upcoming-event .view-header h4,
.latest-news .view-header h4 {
  font-size: 20px;
  border: none;
  margin: 0 !important;
  padding: 0;
}

.ui-helper-reset {
  line-height: 1.75;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 1.2em;
}

.pagination li.pager__item a {
  color: var(--c-secondary);
}

.pagination li.pager__item.active a {
  background-color: var(--c-secondary);
  color: var(--c-white);
  border-color: var(--c-secondary);
}

.edison-stencil-sec .view-id-product_pdf_download .form-group {
  position: relative;
  padding-left: 15px;
}

.edison-stencil-sec .view-id-product_pdf_download .form-group::before {
  content: "\f019";
  position: absolute;
  font: normal normal normal 14px/1 FontAwesome;
  color: var(--c-white);
  top: 0;
  right: 0;
  padding: 10px 15px;
  border-left: solid 1px var(--c-white);
  pointer-events: none;
  margin-left: -37px;
}

.edison-stencil-sec .view-id-product_pdf_download .views-field-title {
  display: none;
  padding: 5px;
  padding-left: 15px;
  background-color: #a1a1a1;
}

.edison-stencil-sec .view-id-product_pdf_download .views-field-title a {
  text-decoration: none;
  color: var(--c-white);
}

.edison-stencil-sec .view-id-product_pdf_download .views-field-title:hover {
  background-color: #007aff;
}

.edison-stencil-sec select {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: var(--c-white);
  background-color: #a1a1a1;
  min-width: 323px;
  padding-right: 48px;
  cursor: pointer;
}

.edison-stencil-sec select option:first-child {
  display: none;
}

.edison-stencil-sec select:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* custom-feature-menu-wrapper css right side menu  */
.custom-feature-menu-wrapper .feature-menu {
  padding: 0;
  margin: 0;
}

.custom-feature-menu-wrapper .feature-menu > li {
  border-bottom: 1px solid #d9dadb;
  border-top: 1px solid var(--c-white);
  list-style: none;
  padding: 10px;
  position: relative;
  background-color: #eee;
}

.custom-feature-menu-wrapper .feature-menu > li.parent-menu {
  background-color: var(--c-primary);
  color: var(--c-white);
}

.custom-feature-menu-wrapper .feature-menu > li.parent-menu a {
  color: inherit;
  font-weight: bold;
}

.custom-feature-menu-wrapper .feature-menu > li::before {
  content: "";
  position: absolute;
  border-left: 2px solid #eeeeee;
  width: 2px;
  height: 46.5px;
  top: 0;
  left: 0;
}

.custom-feature-menu-wrapper .feature-menu > li .dropdown-list {
  display: none;
}

.custom-feature-menu-wrapper .feature-menu > li.menu-item--active-trail {
  position: relative;
}

.custom-feature-menu-wrapper .feature-menu > li.menu-item--active-trail::before {
  content: "";
  position: absolute;
  border-left: 2px solid var(--c-primary);
  top: 0;
  left: 0;
  width: 2px;
  height: 46.5px;
}

.custom-feature-menu-wrapper .feature-menu > li.menu-item--active-trail a {
  color: var(--c-black);
  font-weight: bold;
}

.custom-feature-menu-wrapper .feature-menu > li.menu-item--active-trail .dropdown-list {
  display: block;
}

.custom-feature-menu-wrapper .feature-menu > li a {
  text-decoration: none;
  color: var(--c-font-color);
  display: block;
}

.custom-feature-menu-wrapper .feature-menu > li:hover::before {
  border-left: 2px solid var(--c-primary);
}

.custom-feature-menu-wrapper .feature-menu > li .dropdown-list {
  padding: 0;
  margin: 0;
}

.custom-feature-menu-wrapper .feature-menu > li .dropdown-list li {
  border-left: 2px solid #eeeeee;
  list-style: none;
  position: relative;
  padding-left: 15px;
}

.custom-feature-menu-wrapper .feature-menu > li .dropdown-list li:not(:last-child)::after {
  content: "";
  position: absolute;
  padding: 10px 0px;
  border-top: 1px solid #d9dadb;
  border-bottom: 1px solid var(--c-white);
  width: 108%;
  overflow: hidden;
  margin-left: -10px;
  left: 0;
  bottom: 0;
}

.custom-feature-menu-wrapper .feature-menu > li .dropdown-list li a {
  color: var(--c-font-color);
  text-decoration: none;
  font-weight: normal;
  display: block;
}

.custom-feature-menu-wrapper .feature-menu > li .dropdown-list li a.is-active {
  color: var(--c-black);
  font-weight: bold;
}

.block-next-previous-block {
  width: 100%;
  padding-top: 30px;
}

.block-next-previous-block a {
  text-decoration: none;
  color: var(--c-secondary);
  width: 50%;
  display: inline-block;
}

.page-node-type-product .product-image-desc .product-nav-prev,
.page-node-type-product .product-image-desc .product-nav-next {
  background-color: var(--c-white) !important;
}

.page-node-type-product .product-image-desc .product-nav-prev {
  left: -20px;
}

.page-node-type-product .product-image-desc .product-nav-next {
  margin-right: -20px;
}

.slider-wrapper-1 {
  position: relative;
}

.banner-section-only-border {
  border-bottom: 15px solid var(--c-gray);
}

.header {
  padding-top: 20px;
  padding-bottom: 10px;
  /*  ==========-------- mean menu css -----------------============== */
  /*  ==========-------- menu-toggle css -----------------============== */
}

@media screen and (min-width: 992px) {
  .header {
    padding-top: 49px;
    padding-bottom: 37px;
  }
}

.header .header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 9;
}

.header .header-wrapper .logo {
  margin: 0;
  max-width: 216px;
}

@media screen and (min-width: 576px) {
  .header .header-wrapper .logo {
    max-width: 250px;
  }
}

.header .header-wrapper .logo img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

.header .header-container {
  position: relative;
  min-width: 39px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .header .header-container {
    padding-right: 5px;
  }
}

.header .header-container .main-menu {
  display: none;
}

@media screen and (min-width: 992px) {
  .header .header-container .main-menu {
    display: block;
  }
}

.header .header-container .region.region-topnav {
  width: 100%;
  padding-bottom: 5px;
}

@media screen and (min-width: 992px) {
  .header .header-container .region.region-topnav {
    position: relative;
  }
}

.header .header-container .region.region-topnav .menu--top-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
}

.header .header-container .region.region-topnav .menu--top-menu li {
  padding-right: 5px;
}

.header .header-container .region.region-topnav .menu--top-menu li a {
  background-color: var(--c-gray);
  color: var(--c-black);
  padding: 5px 15px !important;
  font-size: 13px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.header .header-container .region.region-topnav .menu--top-menu li a:hover {
  background-color: var(--c-primary);
  color: var(--c-white);
}

.header .header-container .region-navigation .menu-init-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .header-container .region-navigation .menu-init-container ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.header .header-container .region-navigation .menu-init-container ul li a {
  display: block;
}

.header .header-container .region-navigation .menu-init-container ul li ul li a:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.header .header-container .region-navigation .menu-init-container > ul.menu {
  border-top: 1px solid var(--c-gray);
  display: block;
  margin-left: auto;
  position: relative;
}

@media screen and (min-width: 992px) {
  .header .header-container .region-navigation .menu-init-container > ul.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header .header-container .region-navigation .menu-init-container > ul.menu > li {
  position: relative;
  margin-right: 20px;
}

.header .header-container .region-navigation .menu-init-container > ul.menu > li:last-child {
  margin-right: 0;
}

.header .header-container .region-navigation .menu-init-container > ul.menu > li.menu-item--active-trail > a {
  border-top: 2px solid var(--c-secondary);
}

.header .header-container .region-navigation .menu-init-container > ul.menu > li > a {
  color: var(--c-black);
  padding: 9px 9px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border-top: 2px solid transparent;
  text-decoration: none;
  text-transform: uppercase;
}

.header .header-container .region-navigation .menu-init-container > ul.menu > li.menu-item > .is-active {
  border-top: 2px solid var(--c-secondary);
}

.header .header-container .region-navigation .menu-init-container > ul.menu > li > ul.dropdown-list {
  display: block;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  border: 1px solid var(--c-gray);
  display: none;
  margin-top: 30px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  padding: 15px 0;
  border: solid 1px #ccc;
  background: #fff;
  top: 100%;
  min-width: 210px;
  width: 100%;
  border-radius: 0;
  z-index: 9;
}

.header .header-container .region-navigation .menu-init-container > ul.menu > li > ul.dropdown-list li a {
  background-color: transparent;
  padding: 5px 15px;
  color: var(--c-black);
  text-decoration: none;
  font-size: 14px;
}

.header .header-container .region-navigation .menu-init-container > ul.menu > li > ul.dropdown-list li a:hover {
  text-decoration: underline;
  color: black;
}

.header .header-container .region-navigation .menu-init-container > ul.menu > li:hover > a {
  background-color: var(--c-primary);
  color: var(--c-white);
}

.header .header-container .region-navigation .menu-init-container > ul.menu > li:hover > ul {
  opacity: 1;
  visibility: visible;
  -webkit-animation-name: oxy-menu-moveup;
  animation-name: oxy-menu-moveup;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-transition: .25s;
  transition: .25s;
  display: block;
  margin-top: 0;
}

.header .header-container .region-navigation .menu-init-container > ul.menu > li.mega-sub-col-4 > .dropdown-list, .header .header-container .region-navigation .menu-init-container > ul.menu > li.mega-sub-col-3 > .dropdown-list {
  padding: 15px 0;
}

.header .header-container .region-navigation .menu-init-container > ul.menu > li.mega-sub-col-4 > .dropdown-list > li, .header .header-container .region-navigation .menu-init-container > ul.menu > li.mega-sub-col-3 > .dropdown-list > li {
  padding: 0 15px;
}

.header .header-container .region-navigation .menu-init-container > ul.menu > li.mega-sub-col-4 > .dropdown-list > li > a, .header .header-container .region-navigation .menu-init-container > ul.menu > li.mega-sub-col-3 > .dropdown-list > li > a {
  border-bottom: solid 2px #0065a2;
  margin-bottom: 10px;
  font-weight: 700;
  padding: 10px 0;
}

.header .header-container .region-navigation .menu-init-container > ul.menu > li.mega-sub-col-4 > .dropdown-list > li ul, .header .header-container .region-navigation .menu-init-container > ul.menu > li.mega-sub-col-3 > .dropdown-list > li ul {
  margin-bottom: 20px;
}

.header .header-container .region-navigation .menu-init-container > ul.menu > li.mega-sub-col-4 > .dropdown-list > li ul li a, .header .header-container .region-navigation .menu-init-container > ul.menu > li.mega-sub-col-3 > .dropdown-list > li ul li a {
  padding: 5px 0;
  border-bottom: solid 1px #E8E8E8;
  color: #494949;
  display: block;
}

.header .header-container .region-navigation .menu-init-container > ul.menu > li.mega-sub-col-3 {
  position: relative;
}

.header .header-container .region-navigation .menu-init-container > ul.menu > li.mega-sub-col-3 > .dropdown-list {
  min-width: 210px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  left: auto;
  right: 0px;
}

@media screen and (min-width: 1200px) {
  .header .header-container .region-navigation .menu-init-container > ul.menu > li.mega-sub-col-3 > .dropdown-list {
    right: 0px;
  }
}

.header .header-container .region-navigation .menu-init-container > ul.menu > li.mega-sub-col-3 > .dropdown-list > li {
  width: 100%;
}

.header .header-container .region-navigation .menu-init-container > ul.menu > li.mega-sub-col-4 {
  position: static;
}

.header .header-container .region-navigation .menu-init-container > ul.menu > li.mega-sub-col-4 > .dropdown-list {
  min-width: 930px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  left: auto;
  right: -32px;
}

.header .header-container .region-navigation .menu-init-container > ul.menu > li.mega-sub-col-4 > .dropdown-list > li {
  width: 25%;
}

.header .header-container .region-navigation .menu-init-container > ul.menu > li.dissable-3 ul.dropdown-list ul.dropdown-list {
  display: none !important;
}

.header .mobile-menu {
  position: fixed;
  height: 100%;
  width: calc(100% - 80px);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform .32s ease-in-out;
  transition: -webkit-transform .32s ease-in-out;
  transition: transform .32s ease-in-out;
  transition: transform .32s ease-in-out, -webkit-transform .32s ease-in-out;
  background-color: var(--c-white);
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.header .mobile-menu .menu-group-wrapper {
  padding-bottom: 36px;
  position: relative;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

@media screen and (min-width: 992px) {
  .header .mobile-menu {
    display: none !important;
  }
}

.header .mobile-menu .region-topnav ul.menu--top-menu {
  display: inline-block;
  position: relative;
  width: 100%;
}

.header .mobile-menu .region-topnav ul.menu--top-menu li a {
  padding: 12px 24px;
  text-decoration: none;
  color: var(--c-black);
  text-transform: uppercase;
}

.header .mobile-menu .region-topnav ul.menu--top-menu li a:hover {
  background-color: transparent;
}

.header .mobile-menu-container.mean-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background-color: var(--c-white);
  top: 0;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  z-index: 99;
}

.header .mobile-menu-container.mean-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.header .mobile-menu-container.mean-container *::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.header .mobile-menu-container.mean-container .mean-bar {
  background: transparent;
  padding: 0;
  min-height: 0;
}

.header .mobile-menu-container.mean-container .mean-bar .meanmenu-reveal {
  display: none !important;
}

.header .mobile-menu-container.mean-container .mean-bar .mean-nav {
  margin: 0;
  padding: 0;
  background: transparent;
}

.header .mobile-menu-container.mean-container .mean-bar .mean-nav > ul.menu {
  display: block !important;
  height: auto !important;
  width: 100%;
  margin: 0;
  padding: 0;
}

.header .mobile-menu-container.mean-container .mean-bar .mean-nav > ul.menu > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .mobile-menu-container.mean-container .mean-bar .mean-nav > ul.menu > li > a:not(.mean-expand) {
  font-size: 14px;
  color: var(--c-black);
  font-weight: normal;
  width: 100%;
  padding: 12px 24px;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.header .mobile-menu-container.mean-container .mean-bar .mean-nav > ul.menu > li > a:not(.mean-expand).is-active {
  background: var(--c-primary) !important;
  color: var(--c-white) !important;
}

.header .mobile-menu-container.mean-container .mean-bar .mean-nav > ul.menu > li.menu-item--active-trail > a:not(.mean-expand).is-active {
  background: var(--c-primary) !important;
  color: var(--c-white) !important;
}

.header .mobile-menu-container.mean-container .mean-bar .mean-nav > ul.menu > li > a.mean-expand {
  font-size: 1em !important;
  text-align: center;
  padding: 10px !important;
  height: auto;
  color: #333333;
  width: auto;
  background-color: transparent !important;
  border: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.header .mobile-menu-container.mean-container .mean-bar .mean-nav > ul.menu > li > a.mean-expand::before {
  content: "\f054";
  display: block;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 1em;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
}

.header .mobile-menu-container.mean-container .mean-bar .mean-nav > ul.menu > li > a.mean-expand.mean-clicked::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.header .mobile-menu-container.mean-container .mean-bar .mean-nav > ul.menu > li > ul {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
}

.header .mobile-menu-container.mean-container .mean-bar .mean-nav > ul.menu > li > ul li > a {
  color: #000;
  font-weight: normal;
  text-transform: unset;
  font-size: 14px;
  padding: 6px 0;
  line-height: 16px;
  width: 100%;
}

.header .mobile-menu-container.mean-container .mean-bar .mean-nav > ul.menu > li > ul li > a:hover, .header .mobile-menu-container.mean-container .mean-bar .mean-nav > ul.menu > li > ul li > a:focus {
  text-decoration: underline;
  outline: none;
}

.header .mobile-menu-container.mean-container .mean-bar .mean-nav > ul.menu > li > ul li > a.mean-expand {
  display: none;
}

.header .mobile-menu-container.mean-container .mean-bar .mean-nav > ul.menu > li > ul li ul {
  display: block !important;
}

.header .mobile-menu-container.mean-container .mean-bar .mean-nav > ul.menu > li > ul li ul li a {
  color: #000;
}

.header .mobile-menu-container.mean-container .mean-bar .mean-nav > ul.menu > li > ul li ul li a.mean-expand {
  display: none;
}

.header .mobile-menu-container.mean-container .mean-bar .mean-nav > ul.menu > li.mega-sub-col-4 > ul > li > a, .header .mobile-menu-container.mean-container .mean-bar .mean-nav > ul.menu > li.mega-sub-col-3 > ul > li > a {
  border-bottom: solid 2px #0065a2;
  margin-bottom: 10px;
  font-weight: 700;
  padding: 10px 0;
}

.header .mobile-menu-container.mean-container .mean-bar .mean-nav > ul.menu > li.dissable-3 > ul > li ul {
  display: none !important;
}

.header .mobile-menu-container.mean-container .mean-bar .mean-nav .caret {
  display: none;
}

@media screen and (min-width: 992px) {
  .header .mobile-menu-container.mean-container .mean-bar .mean-nav .caret {
    display: block;
  }
}

.header .menu-toggle {
  width: 34px;
  height: 30px;
  position: fixed;
  display: block;
  cursor: pointer;
  background-color: #fff;
  z-index: 99;
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
  border-radius: 4px;
}

@media screen and (min-width: 992px) {
  .header .menu-toggle {
    display: none;
  }
}

.header .menu-toggle span {
  content: "";
  position: absolute;
  width: 22px;
  height: 0px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.5);
  left: 6px;
  top: calc(50% - 1px);
  background-color: var(--c-black);
  -webkit-transition: top 0.3s .3s, opacity 0.3s .3s, -webkit-transform 0.3s 0s;
  transition: top 0.3s .3s, opacity 0.3s .3s, -webkit-transform 0.3s 0s;
  transition: transform 0.3s 0s, top 0.3s .3s, opacity 0.3s .3s;
  transition: transform 0.3s 0s, top 0.3s .3s, opacity 0.3s .3s, -webkit-transform 0.3s 0s;
}

.header .menu-toggle span:nth-child(2) {
  top: calc(50% - 7px);
}

.header .menu-toggle span:nth-child(3) {
  top: calc(50% + 5px);
}

/* =========----------- menu-active css ----------===============*/
.menu-active .dialog-off-canvas-main-canvas::after {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 98;
  opacity: 1;
  visibility: visible;
  display: block;
}

@media screen and (min-width: 992px) {
  .menu-active .dialog-off-canvas-main-canvas::after {
    display: none;
  }
}

.menu-active .mobile-menu {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.menu-active .menu-toggle span {
  -webkit-transition: top 0.3s, opacity 0.3s, -webkit-transform 0.3s 0.3s;
  transition: top 0.3s, opacity 0.3s, -webkit-transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s, top 0.3s, opacity 0.3s;
  transition: transform 0.3s 0.3s, top 0.3s, opacity 0.3s, -webkit-transform 0.3s 0.3s;
  border-bottom: 2px solid rgba(0, 0, 0, 0.5);
}

.menu-active .menu-toggle span:nth-child(1) {
  opacity: 0;
}

.menu-active .menu-toggle span:nth-child(2) {
  top: calc(50% - 1px);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menu-active .menu-toggle span:nth-child(3) {
  top: calc(50% - 1px);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (min-width: 992px) {
  .search-active .search-block-form {
    display: block;
    visibility: visible;
    opacity: 1 !important;
  }
}

.search-block-form {
  width: 100%;
  padding-top: 15px;
  margin-left: auto;
  position: absolute;
  right: 0;
  background-color: var(--c-secondary);
  padding: 5px 10px;
  z-index: 99;
  display: block;
  top: 100%;
}

@media screen and (min-width: 992px) {
  .search-block-form {
    background-color: var(--c-primary);
    max-width: 320px;
    visibility: hidden;
    display: none;
    opacity: 0;
  }
}

.search-block-form .form-group {
  margin: 0;
}

.search-block-form .input-group {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}

.search-block-form .input-group .form-search {
  height: 100%;
  max-height: 26px;
  padding: 2px 12px;
  width: calc(100% - 74px);
  border-radius: 4px 0 0 4px;
}

.search-block-form .input-group .form-search:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.search-block-form .input-group span {
  width: 74px;
  text-align: center;
}

.search-block-form .input-group span button.button {
  border-radius: 0;
  border: none;
  background: transparent !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  height: 26px;
}

.search-block-form .input-group span button.button .sr-only {
  position: relative;
  margin: 0;
  display: block;
  line-height: 26px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  width: auto;
  height: auto;
  clear: none;
  clip: unset;
}

.search-block-form .input-group span button.button .icon {
  display: none;
}

#edit-keys--description {
  display: none;
}

.menu--top-menu .show-search {
  background-color: #707070;
  padding: 4px 15px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  display: none;
  cursor: pointer;
}

@media screen and (min-width: 992px) {
  .menu--top-menu .show-search {
    display: block;
  }
}

.menu--top-menu .show-search i {
  color: var(--c-white);
}

.menu--top-menu .show-search:hover {
  background-color: var(--c-primary);
}

@-webkit-keyframes oxy-menu-moveup {
  from {
    opacity: 0;
    display: none;
    margin-top: 30px;
  }
  to {
    opacity: 1;
    margin-top: 0px;
    display: block;
  }
}

@keyframes oxy-menu-moveup {
  from {
    opacity: 0;
    display: none;
    margin-top: 30px;
  }
  to {
    opacity: 1;
    margin-top: 0px;
    display: block;
  }
}

.home-content {
  overflow: hidden;
  /* =========---------------- What's New section css  -------------------==========*/
  /* =========---------------- What's New section css  -------------------==========*/
}

.home-content .home-content-wrapper .slider img {
  width: 100%;
}

@media screen and (max-width: 575px) {
  .home-content .home-content-wrapper .slider img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    height: 200px;
  }
}

.home-content .what-new-sec {
  border-top: solid 308px #eee;
}

.home-content .what-new-sec .whats-new {
  margin: -310px auto 0;
}

.home-content .what-new-sec .view-home-technical-papers {
  line-height: 1.25;
}

.home-content .what-new-sec .view-home-technical-papers .view-header h2 {
  padding-bottom: 20px;
  font-weight: bold;
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .home-content .what-new-sec .view-home-technical-papers .view-header h2 {
    font-size: 30px;
  }
}

.home-content .slider {
  overflow: hidden;
}

.home-content .swiper-top-button .swiper-button-next,
.home-content .swiper-top-button .swiper-button-prev {
  color: var(--c-white);
}

.home-content .main-content-inner {
  padding-top: 30px;
}

.home-content .main-content-inner .whats-new {
  padding-bottom: 20px;
}

@media screen and (min-width: 576px) {
  .home-content .main-content-inner .whats-new {
    padding-bottom: 60px;
  }
}

.home-content .main-content-inner .whats-new .block-title {
  padding-bottom: 20px;
  font-weight: bold;
}

.home-content .main-content-inner .whats-new .views-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.home-content .main-content-inner .whats-new .views-row .views-field {
  width: 60%;
}

.home-content .main-content-inner .whats-new .views-row .views-field:nth-child(1) {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .home-content .main-content-inner .whats-new .views-row .views-field:nth-child(1) {
    width: 59%;
  }
}

.home-content .main-content-inner .whats-new .views-row .views-field:nth-child(2) {
  width: 100%;
  background-color: var(--c-white);
  padding: 10px 20px;
}

@media screen and (min-width: 768px) {
  .home-content .main-content-inner .whats-new .views-row .views-field:nth-child(2) {
    width: 41%;
    line-height: 1.25;
  }
}

.home-content .main-content-inner .whats-new .views-row .views-field-body {
  background-color: var(--c-white);
  padding-top: 30px;
  line-height: 1.25;
}

@media screen and (min-width: 768px) {
  .home-content .main-content-inner .whats-new .views-row .views-field-body {
    padding-top: 0px;
  }
}

.home-content .main-content-inner .whats-new .views-row .views-field-body .field-content h2 {
  font-size: 30px;
  padding-bottom: 10px;
  padding-top: 20px;
}

@media screen and (min-width: 768px) {
  .home-content .main-content-inner .whats-new .views-row .views-field-body .field-content h2 {
    padding-bottom: 30px;
    font-size: 36px;
  }
}

.home-content .main-content-inner .whats-new .views-row .views-field-body .field-content p {
  width: 100%;
  font-size: 18px;
}

@media screen and (min-width: 768px) {
  .home-content .main-content-inner .whats-new .views-row .views-field-body .field-content p {
    width: 100%;
    max-width: 440px;
  }
}

.home-content .main-content-inner .whats-new .views-row .views-field-body .field-content p a {
  color: var(--c-secondary);
}

.home-content .banner-bottom-links {
  padding: 30px 0px;
  background-color: var(--c-primary);
  width: 100%;
}

.home-content .banner-bottom-links .field--name-field-banner-bottom-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.home-content .banner-bottom-links .field--name-field-banner-bottom-links .field__item.link-image-item {
  padding: 4px 12px;
  position: relative;
}

.home-content .banner-bottom-links .field--name-field-banner-bottom-links .field__item.link-image-item:not(:first-child):before {
  content: "";
  position: absolute;
  width: 2px;
  height: 25px;
  background-color: var(--c-white);
  left: 0;
  bottom: 3px;
}

/* ---------------------=========== upcoming events technical papers css ===========--------------------*/
.upcoming-events-technical-papers .upcoming-events h2 {
  color: var(--c-font-color);
  font-size: 30px;
  margin-bottom: 30px;
  margin-top: 0;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .upcoming-events-technical-papers .upcoming-events h2 {
    font-size: 40px;
  }
}

.upcoming-events-technical-papers .upcoming-events .view-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  line-height: 1.25;
}

.upcoming-events-technical-papers .upcoming-events .view-content .views-row {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 27px;
}

.upcoming-events-technical-papers .upcoming-events .view-content .views-row .views-field-title {
  font-size: 18px;
  padding-bottom: 13.5px;
}

.upcoming-events-technical-papers .upcoming-events .view-content .views-row .views-field-title a {
  color: var(--c-secondary);
  padding-bottom: 15px;
}

.upcoming-events-technical-papers .upcoming-events .view-content .views-row .field-content {
  font-size: 18px;
}

.upcoming-events-technical-papers .upcoming-events .view-content .views-row .views-field-body {
  width: 100%;
}

@media screen and (min-width: 992px) {
  .upcoming-events-technical-papers .upcoming-events .view-content .views-row .views-field-body {
    max-width: 135px;
  }
}

.upcoming-events-technical-papers .upcoming-events .attachment-after .view-content {
  display: block;
}

.technical-papers .home-technical-paper h2 {
  color: var(--c-font-color);
  font-size: 32px;
  padding-bottom: 20px;
}

@media screen and (min-width: 576px) {
  .technical-papers .home-technical-paper h2 {
    font-size: 40px;
  }
}

.technical-papers .home-technical-paper .title,
.technical-papers .home-technical-paper .body {
  padding-bottom: 13.5px;
  font-size: 18px;
}

.technical-papers .home-technical-paper .title a,
.technical-papers .home-technical-paper .body a {
  color: var(--c-secondary);
}

.view-footer .link {
  padding-top: 50px;
}

.view-footer .link a {
  padding: 8px 25px;
  font-size: 14px;
  background-color: var(--c-secondary);
  color: var(--c-white);
  text-decoration: none;
  border-radius: 4px;
  display: inline-block;
}

/* ---------------------=========== news-content-wrapper css ===========--------------------*/
.news-sec,
.event-sec,
.testimonial-sec,
.technical-overview {
  border-top: 15px solid var(--c-gray);
  padding-top: 30px;
}

.news-content-wrapper,
.event-content-wrapper,
.testimonial-wrapper,
.content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.news-content-wrapper .news-left,
.news-content-wrapper .event-left,
.news-content-wrapper .testimonial-left,
.news-content-wrapper .application-left,
.event-content-wrapper .news-left,
.event-content-wrapper .event-left,
.event-content-wrapper .testimonial-left,
.event-content-wrapper .application-left,
.testimonial-wrapper .news-left,
.testimonial-wrapper .event-left,
.testimonial-wrapper .testimonial-left,
.testimonial-wrapper .application-left,
.content-wrapper .news-left,
.content-wrapper .event-left,
.content-wrapper .testimonial-left,
.content-wrapper .application-left {
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .news-content-wrapper .news-left,
  .news-content-wrapper .event-left,
  .news-content-wrapper .testimonial-left,
  .news-content-wrapper .application-left,
  .event-content-wrapper .news-left,
  .event-content-wrapper .event-left,
  .event-content-wrapper .testimonial-left,
  .event-content-wrapper .application-left,
  .testimonial-wrapper .news-left,
  .testimonial-wrapper .event-left,
  .testimonial-wrapper .testimonial-left,
  .testimonial-wrapper .application-left,
  .content-wrapper .news-left,
  .content-wrapper .event-left,
  .content-wrapper .testimonial-left,
  .content-wrapper .application-left {
    width: 75%;
  }
}

.news-content-wrapper .news-left h4,
.news-content-wrapper .event-left h4,
.news-content-wrapper .testimonial-left h4,
.news-content-wrapper .application-left h4,
.event-content-wrapper .news-left h4,
.event-content-wrapper .event-left h4,
.event-content-wrapper .testimonial-left h4,
.event-content-wrapper .application-left h4,
.testimonial-wrapper .news-left h4,
.testimonial-wrapper .event-left h4,
.testimonial-wrapper .testimonial-left h4,
.testimonial-wrapper .application-left h4,
.content-wrapper .news-left h4,
.content-wrapper .event-left h4,
.content-wrapper .testimonial-left h4,
.content-wrapper .application-left h4 {
  padding-bottom: 20px;
  font-size: 32px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .news-content-wrapper .news-left .content-inner,
  .news-content-wrapper .event-left .content-inner,
  .news-content-wrapper .testimonial-left .content-inner,
  .news-content-wrapper .application-left .content-inner,
  .event-content-wrapper .news-left .content-inner,
  .event-content-wrapper .event-left .content-inner,
  .event-content-wrapper .testimonial-left .content-inner,
  .event-content-wrapper .application-left .content-inner,
  .testimonial-wrapper .news-left .content-inner,
  .testimonial-wrapper .event-left .content-inner,
  .testimonial-wrapper .testimonial-left .content-inner,
  .testimonial-wrapper .application-left .content-inner,
  .content-wrapper .news-left .content-inner,
  .content-wrapper .event-left .content-inner,
  .content-wrapper .testimonial-left .content-inner,
  .content-wrapper .application-left .content-inner {
    max-width: 650px;
  }
}

.news-content-wrapper .news-left .pdf-file .field--item .file--mime-application-pdf,
.news-content-wrapper .event-left .pdf-file .field--item .file--mime-application-pdf,
.news-content-wrapper .testimonial-left .pdf-file .field--item .file--mime-application-pdf,
.news-content-wrapper .application-left .pdf-file .field--item .file--mime-application-pdf,
.event-content-wrapper .news-left .pdf-file .field--item .file--mime-application-pdf,
.event-content-wrapper .event-left .pdf-file .field--item .file--mime-application-pdf,
.event-content-wrapper .testimonial-left .pdf-file .field--item .file--mime-application-pdf,
.event-content-wrapper .application-left .pdf-file .field--item .file--mime-application-pdf,
.testimonial-wrapper .news-left .pdf-file .field--item .file--mime-application-pdf,
.testimonial-wrapper .event-left .pdf-file .field--item .file--mime-application-pdf,
.testimonial-wrapper .testimonial-left .pdf-file .field--item .file--mime-application-pdf,
.testimonial-wrapper .application-left .pdf-file .field--item .file--mime-application-pdf,
.content-wrapper .news-left .pdf-file .field--item .file--mime-application-pdf,
.content-wrapper .event-left .pdf-file .field--item .file--mime-application-pdf,
.content-wrapper .testimonial-left .pdf-file .field--item .file--mime-application-pdf,
.content-wrapper .application-left .pdf-file .field--item .file--mime-application-pdf {
  margin: 0;
  padding-bottom: 25px;
}

.news-content-wrapper .news-left .pdf-file .field--item .file--mime-application-pdf > span,
.news-content-wrapper .event-left .pdf-file .field--item .file--mime-application-pdf > span,
.news-content-wrapper .testimonial-left .pdf-file .field--item .file--mime-application-pdf > span,
.news-content-wrapper .application-left .pdf-file .field--item .file--mime-application-pdf > span,
.event-content-wrapper .news-left .pdf-file .field--item .file--mime-application-pdf > span,
.event-content-wrapper .event-left .pdf-file .field--item .file--mime-application-pdf > span,
.event-content-wrapper .testimonial-left .pdf-file .field--item .file--mime-application-pdf > span,
.event-content-wrapper .application-left .pdf-file .field--item .file--mime-application-pdf > span,
.testimonial-wrapper .news-left .pdf-file .field--item .file--mime-application-pdf > span,
.testimonial-wrapper .event-left .pdf-file .field--item .file--mime-application-pdf > span,
.testimonial-wrapper .testimonial-left .pdf-file .field--item .file--mime-application-pdf > span,
.testimonial-wrapper .application-left .pdf-file .field--item .file--mime-application-pdf > span,
.content-wrapper .news-left .pdf-file .field--item .file--mime-application-pdf > span,
.content-wrapper .event-left .pdf-file .field--item .file--mime-application-pdf > span,
.content-wrapper .testimonial-left .pdf-file .field--item .file--mime-application-pdf > span,
.content-wrapper .application-left .pdf-file .field--item .file--mime-application-pdf > span {
  padding: 8px;
}

.news-content-wrapper .news-left .news-desc,
.news-content-wrapper .event-left .news-desc,
.news-content-wrapper .testimonial-left .news-desc,
.news-content-wrapper .application-left .news-desc,
.event-content-wrapper .news-left .news-desc,
.event-content-wrapper .event-left .news-desc,
.event-content-wrapper .testimonial-left .news-desc,
.event-content-wrapper .application-left .news-desc,
.testimonial-wrapper .news-left .news-desc,
.testimonial-wrapper .event-left .news-desc,
.testimonial-wrapper .testimonial-left .news-desc,
.testimonial-wrapper .application-left .news-desc,
.content-wrapper .news-left .news-desc,
.content-wrapper .event-left .news-desc,
.content-wrapper .testimonial-left .news-desc,
.content-wrapper .application-left .news-desc {
  padding-top: 20px;
}

.news-content-wrapper .news-left .news-desc p,
.news-content-wrapper .event-left .news-desc p,
.news-content-wrapper .testimonial-left .news-desc p,
.news-content-wrapper .application-left .news-desc p,
.event-content-wrapper .news-left .news-desc p,
.event-content-wrapper .event-left .news-desc p,
.event-content-wrapper .testimonial-left .news-desc p,
.event-content-wrapper .application-left .news-desc p,
.testimonial-wrapper .news-left .news-desc p,
.testimonial-wrapper .event-left .news-desc p,
.testimonial-wrapper .testimonial-left .news-desc p,
.testimonial-wrapper .application-left .news-desc p,
.content-wrapper .news-left .news-desc p,
.content-wrapper .event-left .news-desc p,
.content-wrapper .testimonial-left .news-desc p,
.content-wrapper .application-left .news-desc p {
  text-align: justify;
}

.news-content-wrapper .news-left .view-news-pdf,
.news-content-wrapper .event-left .view-news-pdf,
.news-content-wrapper .testimonial-left .view-news-pdf,
.news-content-wrapper .application-left .view-news-pdf,
.event-content-wrapper .news-left .view-news-pdf,
.event-content-wrapper .event-left .view-news-pdf,
.event-content-wrapper .testimonial-left .view-news-pdf,
.event-content-wrapper .application-left .view-news-pdf,
.testimonial-wrapper .news-left .view-news-pdf,
.testimonial-wrapper .event-left .view-news-pdf,
.testimonial-wrapper .testimonial-left .view-news-pdf,
.testimonial-wrapper .application-left .view-news-pdf,
.content-wrapper .news-left .view-news-pdf,
.content-wrapper .event-left .view-news-pdf,
.content-wrapper .testimonial-left .view-news-pdf,
.content-wrapper .application-left .view-news-pdf {
  max-width: 50%;
}

.news-content-wrapper .news-left .view-news-pdf .form-group,
.news-content-wrapper .event-left .view-news-pdf .form-group,
.news-content-wrapper .testimonial-left .view-news-pdf .form-group,
.news-content-wrapper .application-left .view-news-pdf .form-group,
.event-content-wrapper .news-left .view-news-pdf .form-group,
.event-content-wrapper .event-left .view-news-pdf .form-group,
.event-content-wrapper .testimonial-left .view-news-pdf .form-group,
.event-content-wrapper .application-left .view-news-pdf .form-group,
.testimonial-wrapper .news-left .view-news-pdf .form-group,
.testimonial-wrapper .event-left .view-news-pdf .form-group,
.testimonial-wrapper .testimonial-left .view-news-pdf .form-group,
.testimonial-wrapper .application-left .view-news-pdf .form-group,
.content-wrapper .news-left .view-news-pdf .form-group,
.content-wrapper .event-left .view-news-pdf .form-group,
.content-wrapper .testimonial-left .view-news-pdf .form-group,
.content-wrapper .application-left .view-news-pdf .form-group {
  position: relative;
  padding-left: 15px;
}

.news-content-wrapper .news-left .view-news-pdf .form-group {
  padding-left: 0;
}

.news-content-wrapper .news-left .view-news-pdf .form-group:before,
.news-content-wrapper .event-left .view-news-pdf .form-group:before,
.news-content-wrapper .testimonial-left .view-news-pdf .form-group:before,
.news-content-wrapper .application-left .view-news-pdf .form-group:before,
.event-content-wrapper .news-left .view-news-pdf .form-group:before,
.event-content-wrapper .event-left .view-news-pdf .form-group:before,
.event-content-wrapper .testimonial-left .view-news-pdf .form-group:before,
.event-content-wrapper .application-left .view-news-pdf .form-group:before,
.testimonial-wrapper .news-left .view-news-pdf .form-group:before,
.testimonial-wrapper .event-left .view-news-pdf .form-group:before,
.testimonial-wrapper .testimonial-left .view-news-pdf .form-group:before,
.testimonial-wrapper .application-left .view-news-pdf .form-group:before,
.content-wrapper .news-left .view-news-pdf .form-group:before,
.content-wrapper .event-left .view-news-pdf .form-group:before,
.content-wrapper .testimonial-left .view-news-pdf .form-group:before,
.content-wrapper .application-left .view-news-pdf .form-group:before {
  content: "\f019";
  position: absolute;
  font: normal normal normal 14px/1 FontAwesome;
  color: var(--c-white);
  top: 0;
  right: 0;
  padding: 10px 15px;
  border-left: solid 1px var(--c-white);
  pointer-events: none;
  margin-left: -37px;
}

.news-content-wrapper .news-left .view-news-pdf .form-group select,
.news-content-wrapper .event-left .view-news-pdf .form-group select,
.news-content-wrapper .testimonial-left .view-news-pdf .form-group select,
.news-content-wrapper .application-left .view-news-pdf .form-group select,
.event-content-wrapper .news-left .view-news-pdf .form-group select,
.event-content-wrapper .event-left .view-news-pdf .form-group select,
.event-content-wrapper .testimonial-left .view-news-pdf .form-group select,
.event-content-wrapper .application-left .view-news-pdf .form-group select,
.testimonial-wrapper .news-left .view-news-pdf .form-group select,
.testimonial-wrapper .event-left .view-news-pdf .form-group select,
.testimonial-wrapper .testimonial-left .view-news-pdf .form-group select,
.testimonial-wrapper .application-left .view-news-pdf .form-group select,
.content-wrapper .news-left .view-news-pdf .form-group select,
.content-wrapper .event-left .view-news-pdf .form-group select,
.content-wrapper .testimonial-left .view-news-pdf .form-group select,
.content-wrapper .application-left .view-news-pdf .form-group select {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: var(--c-white);
  background-color: #a1a1a1;
  min-width: 323px;
  padding-right: 48px;
}

.news-content-wrapper .news-right,
.news-content-wrapper .event-right,
.news-content-wrapper .testimonial-right,
.news-content-wrapper .application-right,
.event-content-wrapper .news-right,
.event-content-wrapper .event-right,
.event-content-wrapper .testimonial-right,
.event-content-wrapper .application-right,
.testimonial-wrapper .news-right,
.testimonial-wrapper .event-right,
.testimonial-wrapper .testimonial-right,
.testimonial-wrapper .application-right,
.content-wrapper .news-right,
.content-wrapper .event-right,
.content-wrapper .testimonial-right,
.content-wrapper .application-right {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (min-width: 768px) {
  .news-content-wrapper .news-right,
  .news-content-wrapper .event-right,
  .news-content-wrapper .testimonial-right,
  .news-content-wrapper .application-right,
  .event-content-wrapper .news-right,
  .event-content-wrapper .event-right,
  .event-content-wrapper .testimonial-right,
  .event-content-wrapper .application-right,
  .testimonial-wrapper .news-right,
  .testimonial-wrapper .event-right,
  .testimonial-wrapper .testimonial-right,
  .testimonial-wrapper .application-right,
  .content-wrapper .news-right,
  .content-wrapper .event-right,
  .content-wrapper .testimonial-right,
  .content-wrapper .application-right {
    width: 35%;
    max-width: 300px;
  }
}

.news-content-wrapper .news-right h4,
.news-content-wrapper .event-right h4,
.news-content-wrapper .testimonial-right h4,
.news-content-wrapper .application-right h4,
.event-content-wrapper .news-right h4,
.event-content-wrapper .event-right h4,
.event-content-wrapper .testimonial-right h4,
.event-content-wrapper .application-right h4,
.testimonial-wrapper .news-right h4,
.testimonial-wrapper .event-right h4,
.testimonial-wrapper .testimonial-right h4,
.testimonial-wrapper .application-right h4,
.content-wrapper .news-right h4,
.content-wrapper .event-right h4,
.content-wrapper .testimonial-right h4,
.content-wrapper .application-right h4 {
  margin-bottom: 15px;
}

.news-content-wrapper .news-right .views-row .views-field-title,
.news-content-wrapper .event-right .views-row .views-field-title,
.news-content-wrapper .testimonial-right .views-row .views-field-title,
.news-content-wrapper .application-right .views-row .views-field-title,
.event-content-wrapper .news-right .views-row .views-field-title,
.event-content-wrapper .event-right .views-row .views-field-title,
.event-content-wrapper .testimonial-right .views-row .views-field-title,
.event-content-wrapper .application-right .views-row .views-field-title,
.testimonial-wrapper .news-right .views-row .views-field-title,
.testimonial-wrapper .event-right .views-row .views-field-title,
.testimonial-wrapper .testimonial-right .views-row .views-field-title,
.testimonial-wrapper .application-right .views-row .views-field-title,
.content-wrapper .news-right .views-row .views-field-title,
.content-wrapper .event-right .views-row .views-field-title,
.content-wrapper .testimonial-right .views-row .views-field-title,
.content-wrapper .application-right .views-row .views-field-title {
  padding: 0;
  padding-top: 10px;
}

.news-content-wrapper .news-right .views-row .views-field-title span a,
.news-content-wrapper .event-right .views-row .views-field-title span a,
.news-content-wrapper .testimonial-right .views-row .views-field-title span a,
.news-content-wrapper .application-right .views-row .views-field-title span a,
.event-content-wrapper .news-right .views-row .views-field-title span a,
.event-content-wrapper .event-right .views-row .views-field-title span a,
.event-content-wrapper .testimonial-right .views-row .views-field-title span a,
.event-content-wrapper .application-right .views-row .views-field-title span a,
.testimonial-wrapper .news-right .views-row .views-field-title span a,
.testimonial-wrapper .event-right .views-row .views-field-title span a,
.testimonial-wrapper .testimonial-right .views-row .views-field-title span a,
.testimonial-wrapper .application-right .views-row .views-field-title span a,
.content-wrapper .news-right .views-row .views-field-title span a,
.content-wrapper .event-right .views-row .views-field-title span a,
.content-wrapper .testimonial-right .views-row .views-field-title span a,
.content-wrapper .application-right .views-row .views-field-title span a {
  text-decoration: none;
  font-size: 13px;
  color: var(--c-secondary);
  padding-bottom: 10px;
}

/* ----------==============  testimonial-left  ====================------------- */
.testimonial-left {
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .testimonial-left {
    width: 65%;
  }
}

.testimonial-left h4 {
  padding-bottom: 20px;
  font-weight: bold;
  font-size: 32px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .testimonial-left .content-inner {
    max-width: 650px;
  }
}

.testimonial-left .testimonials-items .field--name-field-testimonials-item .field--item {
  padding-bottom: 30px;
}

.testimonial-left .testimonials-items .field--name-field-testimonials-item .field--item .name {
  font-style: italic;
}

.testimonial-left .testimonials-items .field--name-field-testimonials-item .field--item .post {
  font-style: italic;
}

.testimonial-left .testimonials-items .field--name-field-testimonials-item .field--item .company {
  font-style: italic;
}

/* ----------==============  application overview css  ====================------------- */
.page-node-type-applications .application-overview .banner-section .banner-section {
  border: none;
}

.page-node-type-applications .application-overview .banner-section .banner-section .logo {
  padding-right: 50px;
}
  .page-node-type-applications .application-overview .banner-section {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--c-primary);
  border-bottom: 15px solid var(--c-gray);
  padding: 10px 0;
}

@media screen and (min-width: 1600px) {
  .page-node-type-applications .application-overview .banner-section {
    background-size: contain;
  }
}

.application-overview .banner-section {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 15px solid var(--c-gray);
  padding: 20px 0px;
  height: auto;
}

.application-overview .banner-section .banner-desc-overview {
  padding: 22px 5%;
  min-height: 290px;
}

@media screen and (min-width: 400px) {
  .application-overview .banner-section .banner-desc-overview {
    padding: 22px 42px;
  }
}

@media screen and (min-width: 1600px) {
  .application-overview .banner-section {
    background-size: contain;
  }
}

.application-overview .banner-section .banner-desc {
  width: 100%;
  padding: 20px;
  background-color: rgba(134, 38, 51, 0.85);
  color: var(--c-white);
}

@media screen and (min-width: 992px) {
  .application-overview .banner-section .banner-desc {
    max-width: 52%;
  }
}

.application-overview .banner-section .banner-desc h2 {
  font-size: 22px;
  padding-bottom: 20px;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .application-overview .banner-section .banner-desc h2 {
    font-size: 30px;
  }
}

.application-overview .banner-section .application-banner-logo-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: var(--c-white);
}

.application-overview .banner-section .application-banner-logo-desc .views-field.views-field-field-logo img {
  padding-right: 60px;
}

.application-overview .banner-section .application-banner-logo-desc .views-field img {
  padding-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .application-overview .banner-section .application-banner-logo-desc .views-field img {
    padding-bottom: 0px;
  }
}

.application-overview .content-wrapper {
  padding-top: 30px;
}

.application-overview .application-left .link-section {
  padding-top: 20px;
}

.application-overview .application-left .link-section .title {
  color: var(--c-black);
  font-weight: bold;
}

.application-overview .application-left .link-section .link-item-wrapper {
  width: 100%;
  max-width: 600px;
}

.application-overview .application-left .link-section .link-item-wrapper a {
  text-decoration: none;
  color: var(--c-secondary);
  font-weight: bold;
  font-size: 13px;
}

.application-overview .application-left .link-section .link-item-wrapper .field--name-field-link-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

@media screen and (min-width: 992px) {
  .application-overview .application-left .link-section .link-item-wrapper .field--name-field-link-items {
    max-width: 600px;
  }
}

.application-overview .application-left .link-section .link-item-wrapper .field--name-field-link-items .field--item {
  padding-right: 5px;
  position: relative;
  padding-left: 5px;
  margin-left: -5px;
  margin-right: 5px;
}

.application-overview .application-left .link-section .link-item-wrapper .field--name-field-link-items .field--item:not(:last-child)::after {
  content: "";
  position: absolute;
  background-color: var(--c-font-color);
  width: 2px;
  background-color: var(--c-gray);
  height: 18px;
  top: 5px;
  right: 0;
}

.application-overview .application-left .recent-application .view-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.application-overview .application-left .recent-application .view-content .views-row {
  width: 100%;
  padding-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
  border-top: 1px solid var(--c-gray);
  margin-bottom: 24px;
  margin-top: 30px;
}

@media screen and (min-width: 576px) {
  .application-overview .application-left .recent-application .view-content .views-row {
    width: 50%;
  }
}

.application-overview .application-left .recent-application .view-content .views-row .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.application-overview .application-left .recent-application .view-content .views-row .title a {
  font-size: 26px;
  color: var(--c-black);
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 100%;
}

.application-overview .application-left .recent-application .view-content .views-row .title i {
  color: var(--c-secondary);
  position: absolute;
  right: 0;
  z-index: -1;
}

.application-overview .application-left .recent-application .view-content .views-row .title:hover a {
  color: var(--c-secondary);
}

.application-overview .application-left .content-desc p a.btn:hover {
  background-color: var(--c-primary);
}

.application-overview .application-left .content-desc p a {
  color: var(--c-secondary);
}

.application-overview .application-left .content-desc p a:hover {
  color: #000000;
  text-decoration: underline;
}

.application-overview .application-left .content-desc p a.btn {
  text-decoration: none;
  padding: 8px 15px;
  background-color: var(--c-secondary);
  color: var(--c-white);
  font-size: 13.008px;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  border-radius: 4px;
  border: none;
}

.application-overview .application-left .content-desc p img {
  max-width: 100%;
  height: auto;
}

.block-type-accordian-style .title {
  position: relative;
  margin-top: 4em;
}

.block-type-accordian-style .title .title-img-wrapper {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid var(--c-gray);
  position: relative;
}

.block-type-accordian-style .overview-wrapper-item {
  padding-bottom: 15px;
}

.block-type-accordian-style .overview-wrapper-item img {
  max-height: 24px;
  max-width: 100%;
  width: auto;
}

.block-type-accordian-style .overview-wrapper-item .title .title-img-wrapper {
  padding-top: 30px;
  margin-top: 0px;
  border-top: 1px solid var(--c-gray);
  position: relative;
}

.block-type-accordian-style .title .title-img-wrapper a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-right: 30px;
  text-decoration: none;
  color: var(--c-black);
  margin-bottom: 15px;
  font-weight: normal;
}

.block-type-accordian-style .title .title-img-wrapper a img {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.block-type-accordian-style .title .title-img-wrapper a::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  z-index: 1;
}

@media screen and (max-width: 575px) {
  .block-type-accordian-style .title .title-img-wrapper a img {
    max-width: 150px;
    height: auto;
  }
}

.block-type-accordian-style .title .title-img-wrapper h2 {
  font-size: 22px;
  position: relative;
  margin-bottom: 0;
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.block-type-accordian-style .title .title-img-wrapper h2::before {
  content: "|";
  padding-left: 8px;
  padding-right: 8px;
}

@media screen and (min-width: 576px) {
  .block-type-accordian-style .title .title-img-wrapper h2 {
    font-size: 26px;
  }
}

.block-type-accordian-style .title .title-img-wrapper h2 span {
  display: none;
}

.block-type-accordian-style .title i {
  position: absolute;
  top: 36px;
  right: 0px;
  color: var(--c-secondary);
  font-weight: normal;
}

@media screen and (min-width: 576px) {
  .block-type-accordian-style .title i {
    top: 38px;
    right: 30px;
  }
}

.block-type-accordian-style .select-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 220px;
  position: relative;
  margin-top: 10px;
}

.block-type-accordian-style .select-wrap::after {
  content: "\f175";
  font: normal normal normal 14px/1 FontAwesome;
  color: #a2a2a2;
  top: 0;
  right: 0;
  padding: 10px 15px;
  border-left: solid 1px #c1c2c3;
  pointer-events: none;
  margin-left: -37px;
}

.block-type-accordian-style select {
  border: solid 1px #a2a2a2;
  text-overflow: '';
  width: 100%;
  max-width: 220px;
  padding: 4px 4px 4px 8px;
  height: 100%;
  max-height: 34px;
  border-radius: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  z-index: 1;
}

/* ============--------------  techincal papers content css -----------------============*/
.techincal-papers-content {
  padding-top: 30px;
  border-top: 15px solid var(--c-gray);
}

@media screen and (min-width: 768px) {
  .techincal-papers-content {
    padding-top: 70px;
  }
}

.techincal-papers-content h2 {
  font-size: 32px;
  color: var(--c-font-color);
  border-bottom: 1px solid var(--c-gray);
  padding-bottom: 10px;
  font-weight: normal;
}

.techincal-papers-content .desc {
  padding-top: 20px;
}

.techincal-papers-content .pdf-file {
  padding-top: 20px;
  padding-bottom: 40px;
}

.techincal-papers-content .pdf-file span {
  border: none;
}

.techincal-papers-content .pdf-file span span {
  color: var(--c-secondary);
}

.techincal-papers-content .pdf-file span .file-icon {
  padding-left: 0;
}

.techincal-papers-content .pdf-file span .file-link {
  font-size: 14px;
  font-weight: normal;
}

.techincal-papers-content .pdf-file span .file-link a {
  color: var(--c-secondary);
}

.techincal-papers-content .pdf-file span .file-size {
  display: none;
}

.techincal-papers-content .overview-link a {
  color: var(--c-secondary);
}

/*  ===============------ technical-overview css -------============== */
.technical-overview .views-exposed-form .form-type-select label {
  display: block;
  padding-bottom: 20px;
}

.technical-overview .views-exposed-form .select-wrapper::after {
  content: "\f175" !important;
  font: normal normal normal 14px/1 FontAwesome;
  padding-right: 20px;
  height: 100%;
  width: 10%;
  top: 7px;
  right: 0px;
  padding-left: 14px;
  padding-top: 10px;
  color: #959393;
  border: 1px solid var(--c-gray);
  z-index: 0;
}

.technical-overview .views-exposed-form .select-wrapper select {
  border-radius: 0px;
  padding-right: 40px;
}

.technical-overview h2 {
  font-size: 32px;
  font-weight: bold;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--c-gray);
  margin-bottom: 30px;
  font-weight: normal;
}

.technical-overview .technical-inner .field-content a {
  text-decoration: none;
  color: var(--c-secondary);
  font-size: 18px;
}

.technical-overview .technical-inner .desc-link {
  padding-top: 20px;
}

.technical-overview .technical-inner .desc-link a {
  padding: 6px 25px;
  color: var(--c-white);
  display: inline-block;
  font-size: 14px;
  background-color: var(--c-secondary);
  border-radius: 4px;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.technical-overview .technical-inner .desc-link a:hover {
  background-color: var(--c-primary);
}

.technical-overview .form--inline.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}

.technical-overview .form--inline.form-inline button {
  border-radius: 0px;
  display: none;
}

.technical-overview .view-content.technical-inner {
  padding-top: 20px;
}

.technical-overview .view-content.technical-inner .views-row {
  padding-top: 18px;
  padding-bottom: 36px;
  border-bottom: 1px solid var(--c-gray);
}

/* -----------------===========news-event-overview css ===========------------------*/
.news-event-overview {
  padding-top: 30px;
  border-top: 15px solid var(--c-gray);
}

.news-event-overview .overview-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 30px;
  margin-left: -15px;
  margin-right: -15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.news-event-overview .left-content {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (min-width: 768px) {
  .news-event-overview .left-content {
    width: 75%;
  }
}

.news-event-overview .view-header h2 {
  font-size: 32px;
  font-weight: normal;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--c-gray);
  margin-bottom: 15px;
}

@media screen and (min-width: 576px) {
  .news-event-overview .view-header h2 {
    margin-bottom: 30px;
  }
}

.news-event-overview .news-event-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  border-bottom: 1px solid var(--c-gray);
  padding-bottom: 20px;
}

.news-event-overview .news-event-content .left {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (min-width: 576px) {
  .news-event-overview .news-event-content .left {
    width: 20%;
  }
}

.news-event-overview .news-event-content .right {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (min-width: 576px) {
  .news-event-overview .news-event-content .right {
    width: 80%;
  }
}

.news-event-overview .news-event-content .right h2 {
  font-size: 21px;
  padding-top: 15px;
  padding-bottom: 10px;
  font-weight: normal;
}

.news-event-overview .news-event-content .right a {
  text-decoration: none;
  color: var(--c-black);
  font-size: bold;
  padding-bottom: 15px;
}

.news-event-overview .news-event-content .right .link {
  padding-top: 10px;
}

.news-event-overview .news-event-content .right .link a {
  color: var(--c-secondary);
}

.news-event-overview .news-event-content .right p a.btn-primary {
  padding: 6px 15px;
  background-color: var(--c-secondary);
  color: var(--c-white);
  border: none;
  border-right: 4px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.news-event-overview .news-event-content .right p a.btn-primary:hover {
  background-color: var(--c-primary);
}

.news-event-overview form {
  padding-top: 30px;
  padding-bottom: 10px;
}

.news-event-overview form .form--inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.news-event-overview form .form--inline button {
  border-radius: 0px;
}

.news-event-overview form .form-type-select {
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}

@media screen and (min-width: 576px) {
  .news-event-overview form .form-type-select {
    width: 20%;
  }
}

.news-event-overview form .form-type-select label {
  display: block;
  padding-bottom: 10px;
}

.news-event-overview form .form-type-select .select-wrapper {
  width: 100%;
}

.news-event-overview form .form-type-select .select-wrapper::after {
  content: "\f175" !important;
  font: normal normal normal 14px/1 FontAwesome;
  padding-right: 20px;
  height: 100%;
  width: 10%;
  top: 7px;
  right: 0px;
  padding-left: 14px;
  padding-top: 10px;
  color: #959393;
  border-left: 1px solid var(--c-gray);
  z-index: 0;
}

.news-event-overview form .form-type-select select {
  width: 100%;
}

@media screen and (min-width: 576px) {
  .news-event-overview form .form-type-select select {
    max-width: 160px;
    min-width: 160px;
    margin-left: auto;
    margin-right: auto;
  }
}

/*  -----------============== contact us page css =====================-------------- */
.contact-page-content {
  border-top: 15px solid var(--c-gray);
  padding-top: 30px;
}

.contact-page-content .contact-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: -15px;
  margin-right: -15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contact-page-content .contact-wrapper > div {
  padding-left: 15px;
  padding-right: 15px;
}

.contact-page-content .contact-wrapper > div:nth-child(1) {
  width: 100%;
}

@media screen and (min-width: 576px) {
  .contact-page-content .contact-wrapper > div:nth-child(1) {
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .contact-page-content .contact-wrapper > div:nth-child(1) {
    width: 25%;
  }
}

.contact-page-content .contact-wrapper > div:nth-child(2) {
  width: 100%;
}

@media screen and (min-width: 576px) {
  .contact-page-content .contact-wrapper > div:nth-child(2) {
    width: 50%;
  }
}

.contact-page-content .contact-wrapper > div:nth-child(3) {
  width: 100%;
}

@media screen and (min-width: 576px) {
  .contact-page-content .contact-wrapper > div:nth-child(3) {
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .contact-page-content .contact-wrapper > div:nth-child(3) {
    width: 25%;
    padding-left: 30px;
  }
}

.contact-page-content .left-content .left-top {
  padding-bottom: 80px;
  border-bottom: 1px solid var(--c-gray);
  margin-bottom: 20px;
}

.contact-page-content .left-content .left-top p {
  margin: 0;
}

.contact-page-content .left-bottom .link-items {
  padding-bottom: 30px;
}

.contact-page-content .left-bottom .link-items .link a {
  text-decoration: none;
  color: var(--c-white);
  background-color: var(--c-secondary);
  border-radius: 4px;
  padding: 5px 20px;
  width: 100%;
  text-align: center;
  display: block;
}

.contact-page-content .left-bottom .link-items .text {
  padding-top: 10px;
  padding-bottom: 10px;
}

.contact-page-content .middle-content h2 {
  font-size: 32px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--c-gray);
  font-weight: normal;
}

.contact-page-content .middle-content .contact-address {
  padding-top: 30px;
}

.contact-page-content .middle-content .contact-address .field__item {
  padding-bottom: 6px;
}

.contact-page-content .middle-content .contact-address .field__item.active {
  background-color: #efefef;
}

.contact-page-content .middle-content .contact-address .field__item.active .parent-ques h2::after {
  content: "\f056";
}

.contact-page-content .middle-content .contact-address .field__item h2 {
  font-size: 16px;
  border: none;
  color: var(--c-black);
  margin: 0;
  padding: 0;
}

.contact-page-content .middle-content .contact-address .field__item .parent-ques {
  background: var(--c-white);
  border: 1px solid var(--c-gray);
  padding: 10px;
  cursor: pointer;
}

.contact-page-content .middle-content .contact-address .field__item.parent-que-ans.active .parent-ques {
  background-color: #efefef;
  border-color: transparent;
}

.contact-page-content .middle-content .contact-address .field__item .parent-ques h2 {
  position: relative;
}

.contact-page-content .middle-content .contact-address .field__item .parent-ques h2::after {
  content: "\f055";
  font: normal normal normal 20px/1 FontAwesome;
  position: absolute;
  top: 0px;
  right: 9px;
  color: #ccc;
}

.contact-page-content .middle-content .contact-address .field__item .parent-ans {
  padding: 15px;
}

.contact-page-content .middle-content .contact-address .field__item .parent-ans .child-que-ans {
  background-color: var(--c-white);
  padding: 10px;
  margin-bottom: 6px;
  color: var(--c-black);
  position: relative;
  cursor: pointer;
}

.contact-page-content .middle-content .contact-address .field__item .parent-ans .child-que-ans::after {
  content: "\f055";
  font: normal normal normal 20px/1 FontAwesome;
  position: absolute;
  top: 9px;
  right: 9px;
  color: #ccc;
}

.child-que {
  position: relative;
  z-index: 1;
}

.contact-page-content .middle-content .contact-address .field__item .parent-ans .child-que-ans.active:after {
  content: "\f056";
}

.contact-page-content .middle-content .contact-address .field__item .parent-ans .child-ans {
  padding-top: 15px;
}

.contact-page-content .middle-content .contact-address .field__item .parent-ans .child-ans .field--name-field-address p {
  color: var(--c-black);
  padding-bottom: 10px;
}

.inquiry-form-sec {
  border-top: 15px solid var(--c-gray);
}

.inquiry-form-sec .field--name-field-body-description p a {
  background-color: transparent !important;
  color: var(--c-secondary) !important;
}

.inquiry-form-sec .block-webform-block {
  width: 100%;
  padding-top: 30px;
}

.inquiry-form-sec .webform-submission-general-inquiry-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

@media screen and (max-width: 575px) {
  .inquiry-form-sec .webform-submission-general-inquiry-form .js-form-item {
    width: 100% !important;
    padding-right: 0px !important;
  }
}

.inquiry-form-sec .webform-submission-general-inquiry-form .form-item-first-name {
  width: 50%;
  padding-right: 30px;
}

.inquiry-form-sec .webform-submission-general-inquiry-form .form-item-last-name {
  width: 50%;
  padding-right: 30px;
}

.inquiry-form-sec .webform-submission-general-inquiry-form .form-item-email {
  width: 100%;
  padding-right: 30px;
}

.inquiry-form-sec .webform-submission-general-inquiry-form .form-item-title {
  width: 50%;
  padding-right: 30px;
}

.inquiry-form-sec .webform-submission-general-inquiry-form .form-item-company- {
  width: 50%;
  padding-right: 30px;
}

.inquiry-form-sec .webform-submission-general-inquiry-form .form-item-city {
  width: 50%;
  padding-right: 30px;
}

.inquiry-form-sec .webform-submission-general-inquiry-form .form-item-state {
  width: 25%;
  padding-right: 30px;
}

.inquiry-form-sec .webform-submission-general-inquiry-form .form-item-zip {
  width: 25%;
  padding-right: 30px;
}

.inquiry-form-sec .webform-submission-general-inquiry-form .form-item-country {
  width: 50%;
  padding-right: 30px;
}

.inquiry-form-sec .webform-submission-general-inquiry-form .form-item-country select {
  width: 100%;
}

.inquiry-form-sec .webform-submission-general-inquiry-form .form-item-phone {
  width: 30%;
  padding-right: 30px;
}

.inquiry-form-sec .webform-submission-general-inquiry-form .form-item-extension {
  width: 20%;
  padding-right: 30px;
}

.inquiry-form-sec .webform-submission-general-inquiry-form .form-item-product-of-interest-select-all-that-apply {
  width: 100%;
  padding-right: 30px;
}

.inquiry-form-sec .webform-submission-general-inquiry-form .form-item-product-of-interest-select-all-that-apply select {
  width: 100%;
}

.inquiry-form-sec .webform-submission-general-inquiry-form .js-form-type-textarea {
  width: 100%;
  padding-right: 30px;
}

.inquiry-form-sec .webform-submission-general-inquiry-form .js-form-submit {
  background-color: var(--c-secondary);
  padding: 8px 20px;
  border: 1px solid var(--c-secondary);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.inquiry-form-sec .webform-submission-general-inquiry-form .js-form-submit:hover {
  background-color: var(--c-primary);
  border: 1px solid var(--c-primary);
}

.directions-sec {
  border-top: 15px solid var(--c-gray);
}

.directions-sec .field--name-field-add-content .paragraph--type--left-right-content {
  border-bottom: 2px solid var(--c-gray);
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: start !important;
  padding-top: 30px !important;
  padding-bottom: 60px;
}

.directions-sec .field--name-field-right-content h2,
.directions-sec .field--name-field-left-content h2 {
  font-size: 14px;
  padding-top: 20px;
  padding-bottom: 10px;
}

.directions-sec .field--name-field-right-content p a,
.directions-sec .field--name-field-left-content p a {
  background-color: transparent !important;
  color: var(--c-secondary) !important;
  padding: 0 !important;
  border-radius: 0px !important;
}

.directions-sec .driving-wrapper .field--name-field-add-content .field--item {
  padding-bottom: 30px;
}

.contact-global-sec {
  border-top: 15px solid var(--c-gray);
}

.contact-global-sec .content #views-exposed-form-global-directory-page-1 {
  display: none;
}

.contact-global-sec .search-wrapper {
  padding-top: 30px;
}

.contact-global-sec .search-wrapper form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #d6d8da;
  padding: 30px;
  padding-right: 0;
}

@media screen and (min-width: 576px) {
  .contact-global-sec .search-wrapper form {
    padding: 30px;
  }
}

.contact-global-sec .search-wrapper form div {
  width: 100%;
}

@media screen and (min-width: 576px) {
  .contact-global-sec .search-wrapper form div {
    width: 33.3333%;
  }
}

.contact-global-sec .search-wrapper form label {
  padding: 0;
  width: 100%;
}

.contact-global-sec .search-wrapper form .select-wrapper {
  position: relative;
  width: 100%;
}

.contact-global-sec .search-wrapper form .select-wrapper .form-select {
  border-radius: 0px;
  border: 1px solid #a2a2a2;
  width: 100%;
}

.contact-global-sec .search-wrapper form .select-wrapper::after {
  content: "\f175";
  font: normal normal normal 14px/1 FontAwesome;
  color: #a2a2a2;
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 15px;
  border-left: solid 1px #c1c2c3;
  pointer-events: none;
  margin: 0;
}

/*  --------=========== banner-desc-overview page css ===============------- */
.banner-desc-overview {
  padding: 42px;
}

.banner-desc-overview .banner-desc {
  padding: 14px;
  width: 100%;
  color: var(--c-white);
  background-color: rgba(134, 38, 51, 0.85);
  max-width: 100%;
}

@media screen and (min-width: 992px) {
  .banner-desc-overview .banner-desc {
    max-width: 52%;
  }
}

.banner-desc-overview .banner-desc h2 {
  font-size: 30px;
  font-weight: normal;
  padding-bottom: 15px;
  margin: 0;
}

.basic-page-overview {
  /*  Request a Virtual Meeting form css */
}

.basic-page-overview .banner-section {
  border-bottom: 15px solid var(--c-gray);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  height: auto;
}

@media screen and (min-width: 768px) {
  .basic-page-overview .banner-section {
    max-height: 330px;
    min-height: 330px;
  }
}

@media screen and (min-width: 1600px) {
  .basic-page-overview .banner-section {
    background-size: contain;
  }
}

.basic-page-overview .industry-wrapper .paragraph--type--left-right-content {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: start !important;
}

.basic-page-overview .industry-wrapper .paragraph--type--left-right-content .field--name-field-right-content {
  padding-top: 30px;
}

@media screen and (min-width: 576px) {
  .basic-page-overview .industry-wrapper .paragraph--type--left-right-content .field--name-field-right-content {
    padding-top: 0px;
  }
}

.basic-page-overview .overview-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 30px;
  margin-left: -15px;
  margin-right: -15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.basic-page-overview .overview-wrapper .left-content {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (min-width: 768px) {
  .basic-page-overview .overview-wrapper .left-content {
    width: 75%;
  }
}

.basic-page-overview .overview-wrapper .left-content .content-inner p {
  text-align: justify;
}

.basic-page-overview .overview-wrapper .left-content .content-inner p a {
  color: #8b2131;
}

.basic-page-overview .overview-wrapper .left-content .content-inner p a:hover {
  text-decoration: underline;
  color: #000;
}

.basic-page-overview .overview-wrapper .left-content .paragraph--type--youtube-video .youtube-video {
  padding-top: 40px;
  border-bottom: 1px solid var(--c-gray);
  padding-bottom: 60px;
}

.basic-page-overview .overview-wrapper .left-content .paragraph--type--youtube-video .youtube-video iframe {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .basic-page-overview .overview-wrapper .left-content .paragraph--type--youtube-video .youtube-video iframe {
    width: 80%;
    height: 400px;
    max-height: 400px;
  }
}

.basic-page-overview .overview-wrapper .left-content .paragraph--type--left-right-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  padding-top: 30px;
}

.basic-page-overview .overview-wrapper .left-content .paragraph--type--left-right-content .field--name-field-left-content {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (min-width: 768px) {
  .basic-page-overview .overview-wrapper .left-content .paragraph--type--left-right-content .field--name-field-left-content {
    width: 50%;
  }
}

.basic-page-overview .overview-wrapper .left-content .paragraph--type--left-right-content .field--name-field-left-content h3 {
  font-size: 24px;
  padding-bottom: 15px;
}

.basic-page-overview .overview-wrapper .left-content .paragraph--type--left-right-content .field--name-field-left-content p {
  text-align: left;
}

.basic-page-overview .overview-wrapper .left-content .paragraph--type--left-right-content .field--name-field-right-content {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media screen and (min-width: 768px) {
  .basic-page-overview .overview-wrapper .left-content .paragraph--type--left-right-content .field--name-field-right-content {
    width: 50%;
  }
}

.basic-page-overview .overview-wrapper .left-content .paragraph--type--left-right-content .field--name-field-right-content p a {
  padding: 5px 15px;
  text-decoration: none;
  color: var(--c-white);
  background-color: var(--c-secondary);
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border: none;
}

.basic-page-overview .overview-wrapper .left-content .paragraph--type--left-right-content .field--name-field-right-content p a:hover {
  background-color: var(--c-primary);
  text-decoration: underline;
}

.basic-page-overview .overview-wrapper .left-content .paragraph--type--left-right-content .field--name-field-left-content p a {
  text-decoration: none;
  background-color: var(--c-secondary);
  color: var(--c-white);
  border-radius: 4px;
  padding: 6px 10px;
  display: inline-block;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.basic-page-overview .overview-wrapper .left-content .paragraph--type--left-right-content .field--name-field-left-content p a:hover {
  background-color: var(--c-primary);
  text-decoration: underline;
}

.basic-page-overview .overview-wrapper .left-content .paragraph--type--left-right-content .field--name-field-right-content h3 {
  font-size: 24px;
  padding-bottom: 15px;
}

.basic-page-overview .overview-wrapper .left-content .paragraph--type--right-section {
  padding-top: 50px;
}

.basic-page-overview .overview-wrapper .left-content .paragraph--type--right-section h3 {
  font-size: 24px;
  padding-bottom: 15px;
}

.basic-page-overview .overview-wrapper .left-content .field--name-field-left-content h3 {
  font-size: 24px;
  padding-bottom: 15px;
}

.basic-page-overview .overview-wrapper .left-content .field--name-field-left-content p a {
  padding: 6px 10px;
  background-color: var(--c-secondary);
  color: var(--c-white);
  text-decoration: none;
  border-radius: 4px;
  display: inline-block;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.basic-page-overview .overview-wrapper .left-content .field--name-field-left-content p a:hover {
  background-color: var(--c-primary);
}

.basic-page-overview .left-content form.webform-submission-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.basic-page-overview .left-content form.webform-submission-form > div {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

@media screen and (min-width: 576px) {
  .basic-page-overview .left-content form.webform-submission-form > div {
    width: 50%;
  }
}

.basic-page-overview .left-content form.webform-submission-form .form-date {
  width: 100%;
}

.basic-page-overview .left-content form.webform-submission-form .js-form-type-textarea {
  width: 100%;
}

.basic-page-overview .left-content form.webform-submission-form .form-actions button {
  padding: 5px 15px;
  text-decoration: none;
  color: var(--c-white);
  background-color: var(--c-secondary);
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border: 1px solid var(--c-secondary);
}

.basic-page-overview .left-content form.webform-submission-form .form-actions button:hover {
  background-color: var(--c-primary);
  border: 1px solid var(--c-primary);
}

/* policy-sec page css */
.policy-sec {
  border-top: 15px solid var(--c-gray);
}

.policy-sec .policy-wrapper {
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.policy-sec .policy-wrapper .left-content {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .policy-sec .policy-wrapper .left-content {
    width: 75%;
  }
}

.policy-sec .policy-wrapper .right-content {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

@media screen and (min-width: 576px) {
  .policy-sec .policy-wrapper .right-content {
    width: 25%;
  }
}

.policy-sec .policy-wrapper .field--item p a {
  color: var(--c-secondary);
}

/* locations page block-views-blocklocation-block-1  section css */
.map-section .view-location {
  position: relative;
}

.map-section .views-field-nothing span .marker {
  position: absolute;
  top: 0;
  left: 0;
}

.map-section .views-field-nothing span .marker i {
  color: var(--c-primary);
  cursor: pointer;
}

.map-section .view-location .view-content .views-row .views-field-title,
.map-section .view-location .view-content .views-row .views-field-body {
  display: none;
  opacity: 0;
}

.map-section .view-location .view-content .active.views-row {
  border: 1px solid var(--c-gray);
  padding: 20px;
}

.map-section .view-location .view-content .active.views-row .views-field-title,
.map-section .view-location .view-content .active.views-row .views-field-body {
  display: block;
  opacity: 1;
}

.map-section .view-location .view-content .active.views-row .views-field-title a,
.map-section .view-location .view-content .active.views-row .views-field-body a {
  color: var(--c-secondary);
}

.map-section .view-location .view-content .active.views-row .views-field-title {
  font-size: 24px;
}

.map-section .view-location .view-content .active.views-row p a {
  color: var(--c-white) !important;
}

.map-section .view-location .view-content .active span .marker {
  position: absolute;
  top: 0;
  left: 0;
}

.map-section .view-location .view-content .active span .marker i {
  color: var(--c-secondary);
}

.map-section .view-location .views-field-title a {
  text-decoration: none;
  color: var(--c-font-color);
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 15px;
}

/* edison-stencil-sec page css */
.edison-stencil-sec .pdf-file-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.edison-stencil-sec .pdf-file-items .field {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

@media screen and (min-width: 576px) {
  .edison-stencil-sec .pdf-file-items .field {
    width: 50%;
  }
}

.edison-stencil-sec .product-image-desc .product-swiper-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 30px;
  padding-bottom: 30px;
}

.edison-stencil-sec .product-image-desc .product-swiper-inner .left {
  background-color: #707070;
  padding: 30px;
  color: var(--c-white);
  width: 100%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media screen and (min-width: 992px) {
  .edison-stencil-sec .product-image-desc .product-swiper-inner .left {
    width: 28%;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}

.edison-stencil-sec .product-image-desc .product-swiper-inner .right {
  border: 1px solid #e9e9e9;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

@media screen and (min-width: 992px) {
  .edison-stencil-sec .product-image-desc .product-swiper-inner .right {
    width: 72%;
  }
}

.edison-stencil-sec .product-image-desc .product-swiper-inner .right img {
  max-width: 100%;
  max-height: 220px;
  display: block;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .edison-stencil-sec .product-image-desc .product-swiper-inner .right img {
    max-height: 400px;
  }
}

.edison-stencil-sec .product-image-desc .product-nav-next,
.edison-stencil-sec .product-image-desc .product-nav-prev {
  border-color: var(--c-gray);
  color: #707070;
}

.edison-stencil-sec .left-content .product-accordion h3 {
  padding: 11px 15px;
  border-radius: 0px;
  color: var(--c-white);
  background-color: var(--c-secondary);
  border: 1px solid var(--c-secondary);
}

.edison-stencil-sec .left-content .product-accordion h3:nth-child(3) {
  opacity: .7;
}

.edison-stencil-sec .left-content .product-accordion h3:nth-child(5) {
  opacity: .5;
}

.edison-stencil-sec .field--name-field-enhanced-technology-col .field--label {
  font-size: 18px;
  padding-top: 20px;
  padding-bottom: 10px;
  font-weight: normal;
}

.edison-stencil-sec .field--name-field-enhanced-technology-col > .field--item {
  padding-bottom: 30px;
}

.edison-stencil-sec .field--name-field-enhanced-technology-col > .field--item .product-benifit-feature span .title-inner {
  font-size: 18px;
  padding-top: 20px;
  padding-bottom: 4.5px;
}

.edison-stencil-sec .field--name-field-enhanced-technology-col > .field--items > .field--item {
  padding-top: 30px;
}

.edison-stencil-sec .field--name-field-enhanced-technology-col > .field--items > .field--item .product-benifit-feature span .title-inner {
  font-size: 18px;
  padding-top: 20px;
  padding-bottom: 10px;
}

.edison-stencil-sec .field--name-field-enhanced-technology-col > .field--items .product-benifit-feature .title-inner {
  font-size: 18px;
  padding-top: 20px;
  padding-bottom: 10px;
  display: block;
}

/* -----------------================ Market page css ==========------------------------ */
.market-sec .view-market-overview .view-content .views-row {
  padding-top: 30px;
  border-top: 2px solid var(--c-gray);
  margin-top: 40px;
}

.market-sec .view-market-overview .view-content .views-row h2 {
  font-size: 26px;
  padding-bottom: 15px;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.market-sec .view-market-overview .view-content .views-row h2 a {
  text-decoration: none;
  color: var(--c-black);
  width: 100%;
}

.market-sec .view-market-overview .view-content .views-row h2 i {
  font-size: 16px;
  color: var(--c-secondary);
  position: absolute;
  right: 0;
  z-index: -1;
}

.market-sec .view-market-overview .view-content .views-row .link {
  padding-top: 10px;
}

.market-sec .view-market-overview .view-content .views-row .link a {
  color: var(--c-secondary);
}

/* market-automotive-sec page css  */
.market-automotive-sec {
  padding-top: 30px;
}

.market-automotive-sec .market-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.market-automotive-sec .market-wrapper .left-content {
  padding: 15px;
  padding-left: 15px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .market-automotive-sec .market-wrapper .left-content {
    width: 75%;
  }
}

.market-automotive-sec .market-wrapper .left-content h4 {
  font-size: 32px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--c-gray);
  margin-bottom: 20px;
}

.market-automotive-sec .market-wrapper .right-other-link {
  padding-left: 30px;
  padding-right: 15px;
  width: 100%;
}

@media screen and (min-width: 576px) {
  .market-automotive-sec .market-wrapper .right-other-link {
    width: 25%;
  }
}

.market-automotive-sec .market-wrapper .link-section {
  padding-top: 25px;
}

.market-automotive-sec .market-wrapper .link-section .title {
  color: var(--c-black);
  font-weight: bold;
}

.market-automotive-sec .market-wrapper .link-section .field--name-field-link-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  max-width: 500px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.market-automotive-sec .market-wrapper .link-section .field--name-field-link-items .field--item {
  padding-right: 10px;
  position: relative;
}

.market-automotive-sec .market-wrapper .link-section .field--name-field-link-items .field--item:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 15px;
  background-color: var(--c-font-color);
  right: 4px;
  bottom: 5px;
}

.market-automotive-sec .market-wrapper .link-section .field--name-field-link-items .field--item a {
  color: var(--c-secondary);
  font-weight: bold;
}

.market-automotive-sec .market-wrapper .paragraph--type--youtube-video {
  padding-top: 20px;
}

.market-automotive-sec .market-wrapper .content-desc .field--name-field-body-description p a {
  text-decoration: none;
  color: var(--c-secondary);
}

.market-automotive-sec .market-wrapper .content-desc .paragraph--type--youtube-video .youtube-video iframe {
  width: 100%;
  height: 100%;
  max-width: 560px;
  min-height: 315px;
  max-height: 315px;
}

@media screen and (max-width: 575px) {
  .market-automotive-sec .market-wrapper .content-desc .paragraph--type--youtube-video .youtube-video iframe {
    width: 100%;
    max-width: 349px;
    height: 100%;
    max-height: 196px;
    min-height: 196px;
  }
}

/*  Global Directory  page css */
.path-global-directory .content #views-exposed-form-global-directory-page-1 {
  display: none;
}

/*--------------=================  services-overview page css ========--------------- */
.services-overview {
  border-top: 15px solid var(--c-gray);
  /*  mobile-view tab css  */
  /* desktop-view tab css */
}

.services-overview .content-wrapper {
  padding-top: 30px;
}

.services-overview .services-left {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (min-width: 768px) {
  .services-overview .services-left {
    width: 75%;
  }
}

.services-overview .services-left h4 {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--c-gray);
  font-size: 32px;
  margin-bottom: 30px;
}

.services-overview .services-left td span a {
  color: var(--c-secondary);
}

.services-overview .services-left .content-desc p a {
  color: var(--c-secondary);
}

.services-overview .services-left .content-desc p a.btn-primary {
  padding: 5px 15px;
  text-decoration: none;
  color: var(--c-white);
  background-color: var(--c-secondary);
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border: 1px solid var(--c-secondary);
}

.services-overview .services-left .content-desc p a.btn-primary:hover {
  background-color: var(--c-primary);
  border: 1px solid var(--c-primary);
}

.services-overview .services-left .content-desc p a span {
  color: var(--c-secondary) !important;
}

.services-overview .mobile-view .tab-desc {
  display: none !important;
}

.services-overview .mobile-view .field--name-field-tab {
  background-color: #868b90;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid var(--c-secondary);
}

.services-overview .mobile-view .field--name-field-tab .tab-item {
  padding-right: 10px;
}

.services-overview .mobile-view .field--name-field-tab .tab-item .tab-title {
  padding: 5px 10px;
  color: var(--c-white);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  cursor: pointer;
}

@media screen and (min-width: 576px) {
  .services-overview .mobile-view .field--name-field-tab .tab-item .tab-title {
    padding: 5px 20px;
  }
}

.services-overview .mobile-view .field--name-field-tab .tab-item .tab-title.active {
  background-color: var(--c-secondary);
}

.services-overview .mobile-view .field--name-field-tab .tab-item .tab-title:hover {
  background-color: var(--c-secondary);
}

.services-overview .desktop-view .tab-title {
  display: none !important;
}

.services-overview .desktop-view .tab-item:not(:first-child) .tab-desc {
  display: none;
}

.services-overview .desktop-view .tab-desc {
  padding: 5px 10px 20px 10px;
  border: 1px solid var(--c-gray);
  border-top: none;
}

.services-overview .desktop-view .tab-desc p a {
  color: var(--c-secondary);
}

/*  product-overview-sec css */
.product-page-overview .banner-section {
  background-color: var(--c-primary);
  padding: 10px 0;
  border-bottom: 15px solid var(--c-gray);
}



.product-page-overview .banner-section .banner-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-page-overview .banner-section .field-content .banner-section .logo {
  max-width: 150px;
  padding-right: 50px;
  padding-bottom: 20px;
}

@media screen and (min-width: 576px) {
  .product-page-overview .banner-section .field-content .banner-section .logo {
    padding-bottom: 0px;
    max-width: 100%;
  }
}

.product-page-overview .banner-section .field-content .banner-section .logo img {
  width: 100%;
}

.product-page-overview .banner-section .field-content .banner-section .desc {
  color: var(--c-white);
}

.product-page-overview .banner-section .field-content .banner-section .desc h3 {
  color: inherit;
}

.product-page-overview .overview-wrapper {
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: -15px;
  margin-right: -15px;
}

.product-page-overview .overview-wrapper .left-content {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (min-width: 768px) {
  .product-page-overview .overview-wrapper .left-content {
    width: 75%;
  }
}

.product-page-overview .overview-wrapper .slider {
  padding-top: 30px;
}

.product-page-overview .overview-wrapper .slider h1 {
  font-size: 20px;
  color: #ccc;
}

.product-page-overview .overview-wrapper .content-bottom {
  padding-top: 50px;
}

.product-page-overview .overview-wrapper .content-bottom h2 {
  font-size: 32px;
  font-weight: normal;
  padding-bottom: 10px;
}

.product-page-overview .overview-wrapper .content-bottom p a {
  text-decoration: none;
  background-color: var(--c-secondary);
  color: var(--c-white);
  padding: 6px 10px;
  border-radius: 4px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.product-page-overview .overview-wrapper .content-bottom p a:hover {
  background-color: var(--c-primary);
}

.product-overview-slider .swiper-button-prev,
.product-overview-slider .swiper-button-next {
  color: var(--c-white);
}

.product-overview-slider .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.product-overview-slider .swiper-slide .slide-image {
  width: 100%;
}

.product-overview-slider .swiper-slide .slide-desc {
  position: relative;
  z-index: 11;
  top: 0;
  left: 0;
  right: 0;
  color: #fff;
  margin-left: -100%;
  padding: 25px 80px;
  width: 100%;
}

.product-overview-slider .swiper-slide .slide-desc h2 {
  font-size: 26px;
}

.product-overview-slider .swiper-slide .slide-desc a {
  padding: 5px 15px;
  text-decoration: none;
  color: var(--c-white);
  background-color: var(--c-secondary);
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border: 1px solid var(--c-secondary);
}

.product-overview-slider .swiper-slide .slide-desc a:hover {
  background-color: var(--c-primary);
  border: 1px solid var(--c-primary);
}

.product-overview-slider .swiper-slide .slide-desc a.btn-primary {
  padding: 5px 15px;
  text-decoration: none;
  color: var(--c-white);
  background-color: var(--c-secondary);
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border: 1px solid var(--c-secondary);
}

.product-overview-slider .swiper-slide .slide-desc a.btn-primary:hover {
  background-color: var(--c-primary);
  border: 1px solid var(--c-primary);
}

.product-overview-slider .swiper-slide::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000000a6;
}

/*-----------================ product-video page css ===========------------- */
.product-video-sec {
  border-top: 15px solid var(--c-gray);
}

.product-video-sec .product-wrapper {
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-video-sec .product-wrapper .left-content {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (min-width: 992px) {
  .product-video-sec .product-wrapper .left-content {
    width: 75%;
  }
}

.product-video-sec .product-wrapper .right-content {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (min-width: 992px) {
  .product-video-sec .product-wrapper .right-content {
    width: 25%;
  }
}

.product-video-sec .product-wrapper .form-outer label {
  font-size: 18px;
  line-height: 1.1;
  font-weight: normal;
  padding: 10px 0;
  margin: 0;
}

.product-video-sec .product-wrapper .form-outer .select-wrapper {
  padding: 10px 15px;
  background-color: var(--c-gray);
}

.product-video-sec .product-wrapper .form-outer .select-wrapper::after {
  position: absolute;
  right: 32px;
  color: #707070;
  font-size: 12px;
}

@media screen and (min-width: 576px) {
  .product-video-sec .product-wrapper .form-outer .select-wrapper {
    padding: 20px 30px;
  }
}

.product-video-sec .product-wrapper .videos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.product-video-sec .product-wrapper .videos h3 {
  font-size: 24px;
  width: 100%;
  padding: 24px 0px;
  padding-left: 15px;
}

.product-video-sec .product-wrapper .videos .video- {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  padding-bottom: 28px;
}

@media screen and (min-width: 576px) {
  .product-video-sec .product-wrapper .videos .video- {
    width: 50%;
  }
}

@media screen and (min-width: 992px) {
  .product-video-sec .product-wrapper .videos .video- {
    width: 33.3333%;
  }
}

.product-video-sec .product-wrapper .videos .video- a span {
  position: relative;
  display: block;
}

.product-video-sec .product-wrapper .videos .video- a span img {
  width: 100%;
}

.product-video-sec .product-wrapper .videos .video- a span:nth-child(2) {
  color: var(--c-secondary);
}

.product-video-sec .product-wrapper .videos .video- a i {
  position: absolute;
  bottom: 15px;
  right: 15px;
  color: var(--c-white);
  padding: 5%;
  background-color: var(--c-secondary);
  border-radius: 4px;
  padding: 6px 15px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.product-video-sec .product-wrapper .videos .video- a:hover i {
  background-color: #fff;
  color: var(--c-secondary);
}

/* ------------================ product-features-content-wrapper css ==========----------- */
.product-features-content-wrapper {
  border-top: 15px solid var(--c-gray);
}

.product-features-content-wrapper .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 30px;
}

.product-features-content-wrapper .content .left-content {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (min-width: 992px) {
  .product-features-content-wrapper .content .left-content {
    width: 75%;
  }
}

.product-features-content-wrapper .content .filter-form .form-type-select {
  margin: 0;
}

.product-features-content-wrapper .content .filter-form label {
  background-color: #aeb1b5;
  color: var(--c-white);
  display: block;
  padding: 5px 10px;
}

.product-features-content-wrapper .content .select-wrapper {
  background-color: var(--c-gray);
  padding: 15px 30px 0px;
}

.product-features-content-wrapper .content .select-wrapper::after {
  position: absolute;
  right: 32px;
  top: 32px;
  color: #707070;
  font-weight: normal;
}

.product-features-content-wrapper .content .product-features {
  background-color: var(--c-gray);
  padding: 15px;
}

.product-features-content-wrapper .content .product-features h3 {
  font-size: 24px;
  padding: 24px 10px;
}

.product-features-content-wrapper .content .product-features .ui-accordion h3 {
  font-size: 15px;
  font-weight: bold;
  padding: 10px;
  border: none;
  border-radius: 0px;
  margin-top: 4px;
  background-color: var(--c-white);
}

.product-features-content-wrapper .content .product-features .ui-accordion h3.ui-state-active {
  background-color: var(--c-white);
  color: var(--c-black);
}

.product-features-content-wrapper .content .product-features .ui-accordion h3:hover {
  color: var(--c-secondary);
}

.product-features-content-wrapper .content .product-features .ui-accordion .ui-corner-bottom {
  height: auto !important;
}

.product-features-content-wrapper .content .product-features .ui-accordion .ui-corner-bottom .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 575px) {
  .product-features-content-wrapper .content .product-features .ui-accordion .ui-corner-bottom .row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.product-features-content-wrapper .content .product-features .ui-accordion .ui-corner-bottom img {
  padding-bottom: 20px;
  height: auto;
  max-width: 100%;
}

@media screen and (min-width: 576px) {
  .product-features-content-wrapper .content .product-features .ui-accordion .ui-corner-bottom img {
    max-width: 150px;
    min-width: 150px;
  }
}

.product-features-content-wrapper .content .product-features .feature-item-title {
  background-color: var(--c-white);
  padding: 10px 20px;
  margin-bottom: 5px;
}

.product-features-content-wrapper .content .product-features .feature-item-title h4 {
  font-size: 15px;
  font-weight: bold;
  border: none;
  margin: 0;
  padding: 0;
}

/* -------------============== product-specification-download page css ==========----------- */
.product-specification-download {
  border-top: 15px solid var(--c-gray);
}

.product-specification-download .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 30px;
  margin-left: -15px;
  margin-right: -15px;
}

.product-specification-download .content .left-content {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (min-width: 992px) {
  .product-specification-download .content .left-content {
    width: 75%;
  }
}

.product-specification-download .content .left-content h4 {
  border-bottom: 1px solid var(--c-gray);
  padding-bottom: 10px;
  margin: 40px 0px 20px;
  margin-top: 0;
}

.product-specification-download .content .left-content .filter-form label {
  line-height: 1.1;
  font-size: 18px;
  font-weight: normal;
  padding: 10px 0;
  margin: 0;
}

.product-specification-download .content .left-content .filter-form .select-wrapper {
  padding: 15px 30px;
  background-color: var(--c-gray);
}

.product-specification-download .content .left-content .filter-form .select-wrapper::after {
  position: absolute;
  right: 30px;
  color: #707070;
  font-weight: normal;
  font-size: 12px;
}

.product-specification-download .content .left-content .spec-downloads h3 {
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.product-specification-download .content .left-content .spec-downloads span img {
  padding-left: 0;
}

.product-specification-download .content .left-content .spec-downloads span a {
  text-decoration: none;
  color: var(--c-secondary);
  font-size: 14px;
  font-weight: normal;
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}

/*  ----------============== product accordion images and content css =================------------- */
.edison-stencil-sec .field--name-field-product-benefits-features- .field--item {
  padding-bottom: 30px;
}

.edison-stencil-sec .field--name-field-product-benefits-features- .paragraph--type--product-benefits-features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.paragraph--type--product-benefits-features img {
  max-width: 100%;
  height: auto;
}

.edison-stencil-sec .field--name-field-product-benefits-features- .field--name-field-title {
  width: 100%;
  font-size: 18px;
  padding-bottom: 4.5px;
}

.edison-stencil-sec .field--name-field-product-benefits-features- .field--name-field-image {
  width: 100%;
}

@media screen and (min-width: 576px) {
  .edison-stencil-sec .field--name-field-product-benefits-features- .field--name-field-image {
    width: 25%;
    padding-right: 15px;
  }
}

.edison-stencil-sec .field--name-field-product-benefits-features- .field--name-field-image img {
  width: auto;
}

.product-accordion .ui-accordion-content:nth-child(2) {
  padding-bottom: 45px;
}

.edison-stencil-sec .field--name-field-product-benefits-features- .field--name-field-body {
  width: 100%;
}

.product-accordion .field--name-field-product-benefits-features- {
  padding-top: 15px;
}

@media screen and (min-width: 768px) {
  .edison-stencil-sec .field--name-field-product-benefits-features- .field--name-field-body {
    width: 75%;
    padding-left: 15px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}

/*  node/7 page css */
.testimonial-sec .recent-product .product-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

@media screen and (min-width: 576px) {
  .testimonial-sec .recent-product .product-items {
    margin-right: -30px;
    margin-left: -30px;
  }
}

.testimonial-sec .recent-product .product-items > div {
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (min-width: 576px) {
  .testimonial-sec .recent-product .product-items > div {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.testimonial-sec .recent-product .product-items .product-item {
  width: 100%;
  margin-top: 30px;
  border-top: 1px solid var(--c-gray);
  position: relative;
}

@media screen and (min-width: 768px) {
  .testimonial-sec .recent-product .product-items .product-item {
    width: 50%;
  }
}

.testimonial-sec .recent-product .product-items .product-item h2 {
  font-size: 24px;
  font-weight: normal;
  margin-top: 20px;
  margin-bottom: 10px;
  -webkit-transition: all .3s;
  transition: all .3s;
  color: var(--c-black);
}

.testimonial-sec .recent-product .product-items .product-item h2:hover {
  color: var(--c-secondary);
}

.testimonial-sec .recent-product .product-items .product-item i {
  position: absolute;
  position: absolute;
  right: 0;
  top: 0;
  padding: 6% 20px;
  color: var(--c-secondary);
}

/*  ---------============== event section event-wrapper ================------- */
.event-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.event-wrapper > div {
  padding-left: 15px;
  padding-right: 15px;
}

.event-wrapper .left-content {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .event-wrapper .left-content {
    width: 75%;
  }
}

.event-wrapper .left-content .content-inner .field--name-body a {
  color: var(--c-secondary);
}

/*  ---------================= search result page css ================------------------ */
.path-search main {
  border-top: 15px solid var(--c-gray);
  margin-bottom: 30px;
}

.path-search .content-banner {
  padding-top: 30px;
}

.path-search .content .search-form .input-group-btn button {
  background-color: var(--c-secondary);
  border-color: var(--c-secondary);
}

.path-search .content .region-content {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .path-search .content .region-content {
    width: 75%;
  }
}

.path-search .content .region-content h2 {
  font-size: 30px;
  color: var(--c-font-color);
}

.path-search .content ol li {
  padding-top: 20px;
}

.path-search .content ol li h3 {
  color: var(--c-secondary);
  font-size: 24px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.path-search .content ol li h3 a {
  text-decoration: none;
  color: inherit;
}

.path-search .content ol li h3:hover {
  color: var(--c-primary);
}

.path-search .content ol li h3:hover a {
  color: inherit;
}

.news-sec .view-news-pdf > .view-content {
  display: none;
}

@media screen and (min-width: 576px) {
  .news-sec .news-image {
    max-width: 200px;
    margin: auto;
  }
}

.news-sec .news-image img {
  width: 100%;
}

@media screen and (max-width: 575px) {
  .news-sec .news-image img {
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center top;
    object-position: center top;
  }
}

/* ---------------================== sitemap-item css start ======================------------- */
.path-sitemap .content-banner {
  border-top: 15px solid var(--c-gray);
}

.path-sitemap .sitemap-item h2 {
  display: none;
}

.path-sitemap .sitemap-item ul.menu li a {
  color: var(--c-secondary);
  display: inline;
}

.path-sitemap .sitemap-item ul.menu li a span {
  display: none;
}

.path-sitemap .sitemap-item ul.menu li a:hover {
  background-color: transparent;
  text-decoration: underline;
}

.path-sitemap .sitemap-item ul.menu li > .dropdown-menu {
  display: block !important;
  color: var(--c-secondary);
  position: relative;
  float: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  padding-left: 20px;
}

.path-sitemap .sitemap-item ul.menu li > .dropdown-menu li a {
  color: var(--c-secondary);
}

.path-sitemap .sitemap-item ul.menu li > .dropdown-menu li ul {
  padding-left: 20px;
}

footer {
  background-color: var(--c-secondary);
  padding: 8px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  width: 100%;
}

@media screen and (min-width: 768px) {
  footer {
    position: fixed;
  }
}

footer .footer-wrapper {
  font-size: 12px;
}

footer .footer-wrapper .footer {
  padding: 0;
  margin: 0;
  color: var(--c-white);
  border: none;
}

footer .footer-wrapper .region-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

footer .footer-wrapper .region-footer #block-itweae-footer {
  width: 100%;
  padding-left: 10px;
}

@media screen and (min-width: 768px) {
  footer .footer-wrapper .region-footer #block-itweae-footer {
    width: 35%;
  }
}

footer .footer-wrapper .region-footer #block-itweae-footer .menu--footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

footer .footer-wrapper .region-footer #block-itweae-footer .menu--footer li {
  position: relative;
}

footer .footer-wrapper .region-footer #block-itweae-footer .menu--footer li a {
  text-decoration: none;
  color: var(--c-white);
  margin: 0;
  padding: 3px 5px;
  font-size: 12px;
}

footer .footer-wrapper .region-footer #block-itweae-footer .menu--footer li a:hover {
  background-color: transparent !important;
}

footer .footer-wrapper .region-footer #block-itweae-footer .menu--footer li:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 14px;
  bottom: 6px;
  border-right: 1px solid var(--c-gray);
  right: 0;
}

footer .footer-wrapper .region-footer .block-block-content {
  padding-right: 10px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  footer .footer-wrapper .region-footer .block-block-content {
    width: 32.5%;
  }
}

footer .footer-wrapper .region-footer .block-block-content .field--name-body p {
  text-align: center;
  font-size: 12px;
}

footer .footer-wrapper .region-footer .block-block-content .item-list--linkicon ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}

footer .footer-wrapper .region-footer .block-block-content .item-list--linkicon ul li {
  list-style: none;
  position: relative;
}

footer .footer-wrapper .region-footer .block-block-content .item-list--linkicon ul li a {
  text-decoration: none;
  color: var(--c-white);
  padding: 10px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  font-size: 12px;
}

footer .footer-wrapper .region-footer .block-block-content .item-list--linkicon ul li a span {
  padding-left: 10px;
}

footer .footer-wrapper .region-footer .block-block-content .item-list--linkicon ul li:not(:last-child):after {
  content: "";
  position: absolute;
  width: 2px;
  height: 14px;
  background-color: var(--c-white);
  right: -4px;
  bottom: 12px;
}

.news-event-page-content {
  border-top: solid 15px #e1e1e1;
  position: relative;
  padding-top: 30px;
}

.news-event-page-content .header-text h2 {
  padding-bottom: 9px;
  margin: 0px 0 20px;
  border-bottom: 1px solid #eee;
}

.news-event-page-content .view-filters {
  margin-top: 15px;
  margin-bottom: 15px;
}

.news-event-page-content .view-filters .form--inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
}

.news-event-page-content .view-filters .form--inline::after, .news-event-page-content .view-filters .form--inline::before {
  display: none;
}

.news-event-page-content .view-filters .form--inline .form-item {
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

@media screen and (min-width: 768px) {
  .news-event-page-content .view-filters .form--inline .form-item:nth-child(1), .news-event-page-content .view-filters .form--inline .form-item:nth-child(2) {
    max-width: 20%;
  }
}

@media screen and (min-width: 768px) {
  .news-event-page-content .view-filters .form--inline .form-item {
    width: 20%;
  }
}

.news-event-page-content .view-filters .form--inline .form-item .control-label {
  display: block;
  margin-bottom: 4px;
}

.news-event-page-content .view-filters .form--inline .form-item .select-wrapper {
  width: 100%;
  display: block;
}

.news-event-page-content .view-filters .form--inline .form-item .select-wrapper select {
  width: 100%;
  display: block;
  border-radius: 0;
  border: 1px solid #ddd;
}

.news-event-page-content .view-filters .form--inline .form-item .select-wrapper::after {
  content: "\f175";
  font: normal normal normal 14px/1 FontAwesome;
  color: #a2a2a2;
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 15px;
  border-left: solid 1px #c1c2c3;
  pointer-events: none;
  margin: 0;
}

.news-event-page-content .overview-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.news-event-page-content .overview-wrapper .left-content {
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (min-width: 768px) {
  .news-event-page-content .overview-wrapper .left-content {
    width: 75%;
  }
}

.news-event-page-content .overview-wrapper .right-content {
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (min-width: 768px) {
  .news-event-page-content .overview-wrapper .right-content {
    width: 25%;
  }
}

.news-event-page-content .overview-wrapper .view-news-and-events .views-row {
  border-top: solid 1px #e1e1e1;
  padding-top: 1em;
  padding-bottom: 2em;
}

.news-event-page-content .overview-wrapper .view-news-and-events .views-row:first-child {
  border-top: 0;
}

.news-event-page-content .news-event-content {
  margin-left: -15px;
  margin-right: -15px;
}

@media screen and (min-width: 768px) {
  .news-event-page-content .news-event-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.news-event-page-content .news-event-content .left {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 10px;
}

.news-event-page-content .news-event-content .left img {
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .news-event-page-content .news-event-content .left {
    width: 25%;
    padding-bottom: 0;
  }
}

.news-event-page-content .news-event-content .right {
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (min-width: 768px) {
  .news-event-page-content .news-event-content .right {
    width: 75%;
  }
}

.news-event-page-content .news-event-content .right h2 {
  font-size: 21px;
  margin-top: 0;
  margin-bottom: 10px;
}

.news-event-page-content .news-event-content .right h2 a {
  color: #000000;
}

.news-event-page-content .news-event-content .right h2 a:hover {
  text-decoration: underline;
}

.news-event-page-content .news-event-content .right .link {
  margin-top: 10px;
}

.news-event-page-content .news-event-content .right .link a {
  color: #8b2131;
  text-decoration: none;
}

.news-event-page-content .news-event-content .right .link a:hover {
  color: #23527c;
  text-decoration: underline;
}

.news-event-link a, .carrer-side-link a {
  padding: 15px;
  display: block;
  color: #fff;
  background: #0065a2;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
}

.pb-15 {
  padding-bottom: 15px;
}

.specs-downloads-fields {
  display: table;
  border-collapse: collapse;
}

.specs-downloads-fields .field.field--label-above {
  display: table-row;
}

.specs-downloads-fields .field.field--label-above .field--label {
  display: table-cell;
  padding: 5px 10px;
  vertical-align: middle;
  border: 1px solid #999999;
}

.specs-downloads-fields .field.field--label-above .field--item {
  padding: 5px 10px;
  border: 1px solid #999999;
  display: table-cell;
  vertical-align: middle;
}

.specs-downloads-fields .field.field--label-above a {
  color: #8b2131;
  text-decoration: none;
}

.specs-downloads-fields .field.field--label-above a:hover {
  color: #23527c;
  text-decoration: underline;
}

.videos-fields-outer a {
  color: #8b2131;
  text-decoration: none;
}

.videos-fields-outer a:hover {
  color: #23527c;
  text-decoration: underline;
}

.page-node-type-specs-downloads .upcoming-event, .node--type-video .upcoming-event {
  padding-left: 0;
  padding-right: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.page-node-type-specs-downloads .view-video-application .view-content, .node--type-video .view-video-application .view-content {
  margin-left: -15px;
  padding-right: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page-node-type-specs-downloads .view-video-application .view-content > .views-row, .node--type-video .view-video-application .view-content > .views-row {
  padding: 15px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .page-node-type-specs-downloads .view-video-application .view-content > .views-row, .node--type-video .view-video-application .view-content > .views-row {
    width: 50%;
    max-width: calc(50% - 20px);
  }
}

.page-node-type-specs-downloads .recent-application-item .title, .node--type-video .recent-application-item .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 24px;
  color: #000000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 10px;
}

.page-node-type-specs-downloads .recent-application-item .title a, .node--type-video .recent-application-item .title a {
  color: inherit;
  text-decoration: none;
}

.page-node-type-specs-downloads .recent-application-item .title i, .node--type-video .recent-application-item .title i {
  color: #862632;
  font-size: 16px;
}

.page-node-type-specs-downloads .recent-application-item .title:hover, .page-node-type-specs-downloads .recent-application-item .title:focus, .node--type-video .recent-application-item .title:hover, .node--type-video .recent-application-item .title:focus {
  color: #862632;
}

.page-node-type-specs-downloads .recent-application-item .title p, .node--type-video .recent-application-item .title p {
  font-family: "PT Sans", sans-serif;
  line-height: 1.75;
  font-size: 14px;
}

.page-node-type-specs-downloads .recent-application-item .title-img-wrapper a, .node--type-video .recent-application-item .title-img-wrapper a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  text-decoration: none;
}

.page-node-type-specs-downloads .recent-application-item .title-img-wrapper a img, .node--type-video .recent-application-item .title-img-wrapper a img {
  margin-right: 10px;
}

.page-node-type-specs-downloads .recent-application-item .title-img-wrapper a h2, .node--type-video .recent-application-item .title-img-wrapper a h2 {
  margin: 0;
  color: #333;
  border-left: 2px solid #777;
  padding-left: 10px;
  line-height: 1;
  font-size: 32px;
}

.node--type-video .content-inner.videos-fields-outer {
  max-width: 320px;
}

@media screen and (min-width: 768px) {
  .path-contact-us .directory-page-overview .overview-wrapper {
    max-width: 75%;
    padding-right: 15px;
  }
}

.path-contact-us .directory-page-overview .ui-accordion h3 {
  padding: 11px 15px;
  border-radius: 0px;
  color: #333;
  background-color: transparent;
  border: solid 1px #eee;
  font-weight: 700;
}

.path-contact-us .directory-page-overview .ui-accordion h3.ui-state-active {
  background-color: #eee;
}

.path-contact-us .directory-page-overview .ui-accordion .ui-accordion-content {
  padding: 1em 1.2em;
  border-width: 0 10px 10px 10px;
  border-style: solid;
  border-color: #eee;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .path-contact-us .directory-page-overview .ui-accordion .ui-accordion-content > div {
    width: calc(50% - 10px);
    margin-bottom: 10px;
  }
  .path-contact-us .directory-page-overview .ui-accordion .ui-accordion-content > div.field--name-field-authorized-representative, .path-contact-us .directory-page-overview .ui-accordion .ui-accordion-content > div.field--name-field-sales {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin-bottom: 0;
  }
  .path-contact-us .directory-page-overview .ui-accordion .ui-accordion-content > div.field--name-field-authorized-representative > div, .path-contact-us .directory-page-overview .ui-accordion .ui-accordion-content > div.field--name-field-sales > div {
    width: calc(50% - 10px);
    margin-bottom: 10px;
  }
  .path-contact-us .directory-page-overview .ui-accordion .ui-accordion-content > p {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

.page-node-type-career .field--type-text-with-summary a {
  color: #862632;
}

.link-site-1, .node-38 .basic-page-overview .content-inner a {
  display: inline-block;
  padding: 3px 12px;
  text-decoration: none !important;
  color: var(--c-white) !important;
  background-color: var(--c-secondary);
  font-size: 14px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.link-site-1:hover, .node-38 .basic-page-overview .content-inner a:hover {
  background-color: var(--c-primary);
}

.view-testimonials .left-content .view-header h1 {
  padding-bottom: 9px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  text-transform: capitalize;
}

@media screen and (min-width: 768px) {
  .view-testimonials .left-content .view-header h1 {
    font-size: 36px;
  }
}
/*# sourceMappingURL=style.css.map */




/* login form css start  */




.user-forms .region-content {
  max-width: 500px;
  margin: 0 auto;
  background-color: #fff;
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
          box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 30px 20px;

}

@media screen and (min-width: 576px) {
  .user-forms .region-content {
    padding: 40px;
  }
}

.user-forms .tabs--primary {
  padding-bottom: 20px;
  border: none;
}

.user-forms .tabs--primary li {
  border: none;
}

.user-forms .tabs--primary li:not(:last-child) {
  padding-right: 20px;
}

@media screen and (max-width: 575px) {
  .user-forms .tabs--primary li:not(:last-child) {
    padding-right: 12px;
  }
}

.user-forms .tabs--primary li.active a::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.user-forms .tabs--primary li a {
  text-decoration: none;
  color: var(--c-primary);
  font-weight: 600;
  padding: 0;
  margin: 0;
  display: block;
  border: none;
  padding-bottom: 5px;
  position: relative;
}

.user-forms .tabs--primary li a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  top: 100%;
  left: 0;
  background-color: var(--c-primary);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.user-forms .tabs--primary li a:hover {
  background-color: transparent;
  border: none;
}

.user-forms .tabs--primary li a:hover:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.user-forms form .description {
  display: none;
  margin: 0;
}

.user-forms form .form-control {
  border-radius: 0px;
  width: 100%;
}

.user-forms form .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.user-forms .form-submit {
  padding: 10px 30px;
  background-color: var(--c-primary);
  margin-top: 20px;
  border-radius: 4px;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.user-forms .form-submit:hover {
  background-color: var(--c-secondary);
}


.contact-global-sec .search-wrapper form div > .input-group {
  width: 100%;
}
 

#search-qualification-custom-form .input-group-addon span::before{
  content: "\f175"!important;
  font: normal normal normal 14px/1 FontAwesome!important;
}
 



.elerning-courses .caption-with-youtube .heading-title {
  padding-left: 15px;
  padding-top: 40px;
}
.elerning-courses .caption-with-youtube .heading-title h4 {
  border: none !important;
  font-weight: bold !important;
  color: #000 !important;
}
@media screen and (min-width: 768px) {
  .elerning-courses .caption-with-youtube .heading-title h4 {
    font-size: 36px;
  }
}
@media screen and (min-width: 768px) {
  .elerning-courses .caption-with-youtube .col-md-3 {
    width: 28% !important;
  }
}
@media screen and (min-width: 768px) {
  .elerning-courses .caption-with-youtube .col-md-9 {
    width: 72%;
  }
}
.elerning-courses .description p {
  font-size: 15px;
}
.elerning-courses .description p strong {
  color: #862632;
  font-weight: bold;
}
.elerning-courses .link a {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  background-color: #0065a2;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
  line-height: 1.2;
  padding: 10px 20px;
  margin-bottom: 30px;
}
.elerning-courses .link a:hover {
  background-color: #034269;
}
.elerning-courses .field--name-field-elerning-courses .field--item:nth-child(odd) .title h4 {
  background-color: #e1e5e4;
  color: #000;
}
.elerning-courses .right-youtube-video {
  position: relative;
  height: 0;
  padding-bottom: 58%;
}
.elerning-courses .right-youtube-video iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.elerning-courses .learning-courses {
  padding-top: 30px;
}
.elerning-courses .learning-courses .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.elerning-courses .learning-courses .row .field--item {
  float: unset !important;
}
.elerning-courses .learning-courses h4 {
  background-color: #862632;
  color: #fff;
  font-size: 20px;
  padding: 12px 20px;
  margin-bottom: 22px;
  font-weight: 500;
}
@media screen and (min-width: 576px) {
  .elerning-courses .learning-courses h4 {
    padding: 16px 30px;
  }
}



@media screen and (max-width: 575.5px) {
  .support-service-accordion {
    margin-top: 40px;
  }
}
.support-service-accordion .paragraph--type--image-title-text-link {
  text-align: center;
  margin-bottom: 30px;
}
.support-service-accordion .paragraph--type--image-title-text-link img {
  width: 100%;
  height: auto;
}
.support-service-accordion .paragraph--type--image-title-text-link .field--name-field-title {
  font-weight: bold;
  margin: 12px 12px 5px;
}
@media screen and (min-width: 576px) {
  .support-service-accordion .paragraph--type--image-title-text-link .field--name-field-title {
    margin: 12px 30px 5px;
  }
}
.support-service-accordion .paragraph--type--image-title-text-link .field--name-field-simple-link {
  padding: 0 12px;
}
@media screen and (min-width: 576px) {
  .support-service-accordion .paragraph--type--image-title-text-link .field--name-field-simple-link {
    padding: 0 30px;
  }
}
.support-service-accordion .paragraph--type--image-title-text-link .field--name-field-simple-link a {
  color: #862632;
  font-weight: 600;
  text-decoration: none;
  font-size: 15px;
}

.support-service-accordion .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

 

@media screen and (max-width: 575.5px) {
  .support-service-accordion {
    margin-top: 40px;
  }
}
.support-service-accordion .set {
  position: relative;
  width: 100%;
  height: auto;
}
.support-service-accordion .set .course-title {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  background-color: #862632;
  cursor: pointer;
  color: #fff;
  font-weight: 600;
  border-bottom: 2px solid #fff;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.support-service-accordion .set .course-title i {
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #862632;
  background-color: #fff;
  border-radius: 50%;
  opacity: 0.8;
  margin-top: 2px;
}
.support-service-accordion .set .course-title.active {
  background-color: #862632;
  color: #fff;
}
.support-service-accordion .course-item {
  display: none;
}
.support-service-accordion .course-item .row > .field--item {
  margin-bottom: 20px;
}
.support-service-accordion .course-item p {
  padding: 10px 15px;
  margin: 0;
  color: #000;
  background-color: #fff;
}