@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@import url('https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css');

* {
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

body, input, select, textarea {
  font-family: 'DM Sans', sans-serif;
}

body {
  color: #353C4E;
}

body, ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a, a:focus {
  text-decoration: none;
  outline: none;
}

a, span:not([class]) {
  display: inline-block;
}

a, span, input, button {
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0 0 10px;
  line-height: 1.2;
}

p, li {
  font-size: 14px;  
  color: #000;
}

p {
  line-height: 1.4;
}

h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, p:last-child {
  margin-bottom: 0;
}

h1 {
  font-size: 50px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 27px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 17px;
}

img {
  max-width: 100%;
}

.container-fluid {
  padding: 0;
}

a.cta_button {
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

.slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.slick-list {
  padding: 0 !important;
}

.slick-slide:focus {
  outline: none !important;
}

.hubspot-link__container.sproket {
  display: none !important;
}

[class*="f-flex"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

[class*="f-flex-jcsb-ac"] {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

[class*="f-flex-jcsb"] {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}


[class*="f-flex-ac"] {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.row-fluid:before, .row-fluid:after {
  display: none;
}

.hs_error_rollup {
  display: none !important;
}

.hs-error-msg {
  font-size: 12px;
  color: #f00;
}

.row-fluid [class*="span"] {
  min-height: 0;
}

.body-container-wrapper {
  padding-top: 0 !important;
  overflow-x: hidden;
}

input:not([type="checkbox"]):not([type="radio"]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border: 0;
}

input:focus {
  outline: none !important;
}

.page-center {
  max-width: 1170px !important;
  width: 100% !important;
  padding: 0 15px !important;
  float: none !important;
  margin: 0 auto !important;
}

@media only screen and (max-width: 1199px) {
  .page-center {
    max-width: 970px !important;
  }
}

@media only screen and (max-width: 991px) {
  .page-center {
    max-width: 750px !important;
  }
}

@media only screen and (max-width: 767px) {
  .page-center {
    max-width: 100% !important;
  }
}

  position: relative;
  box-shadow: 0 0 14px rgb(0 0 0 / 10%);
  z-index: 9;
}

.header-overlap .header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

.header__inner {
  padding: 20px 0;
}

.header__inner>div>div {
  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;
}

.header__logo img {
  width: 122px !important;
}

.header__logowhite,
.header-overlap .header__logocolor {
  display: none !important;
}

.header-overlap .header__logowhite {
  display: block !important;
}

.header__inner>div>div>.widget-span {
  width: auto;
  margin: 0;
}

.header__inner>div>div>.widget-span.header__right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.header__right>div>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__right>div>div>.widget-span {
  width: auto;
}

.header__menu {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.header__menu .hs-menu-wrapper>ul {
  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;
}

.header__menu .hs-menu-wrapper>ul li {
  margin: 0 15px;
}

.header__menu .hs-menu-wrapper>ul li a {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 3px solid transparent;
  color: #353C4E;
  padding: 10px 0
}

.header__menu .hs-menu-wrapper>ul li a:hover {
  border-bottom-color: #353C4E;
}

.header-overlap .header__menu .hs-menu-wrapper>ul li a {
  color: #fff;
}

.header-overlap .header__menu .hs-menu-wrapper>ul li a:hover {
  border-bottom-color: #fff;
}

.header__search {
  position: relative;
}

.header__search > div:first-child {
  position: absolute;
  right: 0;
  top: 0;
  display: none;
}

.header__search>div:nth-child(2) {
  position: relative;
}

.header__searchform input[type="text"] {
  width: 190px;
  height: 27px;
  border-radius: 30px;
  border: 0 !important;
  padding: 3px 44px 3px 15px;
  font-size: 13px;
  border: 1px solid #e1e1e1 !important;
}

.header__searchicon i {
  cursor: pointer;
  color: #353c4e;
  border: 1px solid #353c4e;
  padding: 5px 10px;
  border-radius: 30px;
}

.header__inner>div>div>.widget-span.header__lang {
  margin-left: 15px;
}

.header__inner .lang_list_class li a:hover {
  color: #353c4e;
}

.header__toggler {
  width: 35px !important;
  height: 28px !important;
  display: none !important;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header__togglerinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50% , -50%);
  -ms-transform: translate(-50% , -50%);
  transform: translate(-50% , -50%);
  width: 35px;
  height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__togglerinner span {
  width: 100%;
  height: 2px;
  background: #000;
}

.header-overlap .header__togglerinner span {
  background: #fff;
}

.header__toggler--active .header__togglerinner span:nth-child(2) {
  display: none;
}

.header__toggler--active .header__togglerinner {
  height: 2px;
}

.header__toggler--active .header__togglerinner span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header__toggler--active .header__togglerinner span:nth-child(3) {
  margin-top: -2px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.footer {
  background-color: #F7F9FB;
  padding: 48px 0 16px;
}


.footer__top .hs_cos_wrapper_type_text {
  font-size: 12px;
  color: #343d4e;
  letter-spacing: 0;
  line-height: 22px;
  min-height: 21px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 10px;
  text-transform: uppercase;
} 

.footer__top p, .footer__top a, .footer__form h3 {
  font-size: 12px; 
  color: #343D4E;
  line-height: 18px;
  font-weight: 400;
}


.footer__form .hs-form-field > label,
.footer__form .hubspot-link__container {
  display: none;
}

.footer__top a:hover {
  font-weight: 700;
  text-decoration: underline;
}

.footer__form > div:nth-child(2) {
  float: left;
  width: 100%;
}

.footer__form form {
  max-width: 366px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__form input {
  width: 100%;
  height: 38px;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.footer__form form .hs-form-field {
  width: calc(100% - 130px);
}

.footer__form form .hs_submit {
  width: 119px;
  margin-left: auto;
}

.footer__form input[type="email"] {
  padding: 4px 18px;
  font-size: 12px;
  font-weight: 400;
  color: #343D4E; 
  letter-spacing: .25px;   
  height: 30px;
  background-color: #fff;
  border: 1px solid #D8D8D8 !important;
  border-radius: 5px;
}

.footer__form input[type="email"].error {
  border-color: #DE3E3E !important;
}

.footer__form input[type="submit"] {
  border-radius: 5px;
  background-color: #ffb718;
  font-weight: 700;
  color: #353c4e;
  cursor: pointer;
  height: 30px;
  font-size: 13px;
  color: #343D4E; 
}

.footer__form input[type="submit"]:hover {
  background-color: #353C4E;
  color: #FFF;
}

.footer__form form .hs-error-msg {
  color: #DE3E3E;
  font-size: 12px;
}

.submitted-message {
  background: #FFB718 !important;
  display: inline-block !important;
  padding: 17px 20px !important;
  border-radius: 20px 0 !important;
  font-size: 14px !important;
  font-weight: 600;
}


.footer__top>div>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin: 0;
}

.footer__top>div>div>.widget-span {
  margin: 0;
  padding-right: 50px;
}

.footer__top>div>div>.widget-span + .widget-span {
  border-left: 1px solid #dddddd;
  padding-left: 50px;
}

.footer__top>div>div>.widget-span:first-child {
  width: 18%;
}

.footer__top>div>div>.widget-span:nth-child(2) {
  width: 25%;
}

.footer__top>div>div>.widget-span:nth-child(3) {
  width: 40%;
}

.footer__top>div>div>.widget-span:nth-child(4) {
  width: 17%;
  padding-right: 0;
}

.footer__top>div>div>.widget-span:nth-child(3) > div {
  padding-right: 20px;
}

.footer__social ul {
  margin-top: 18px;
  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;
}

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

.footer__social ul li:not(:last-child) {
  margin-right: 18px;
}

.footer__social ul li a:hover {
  opacity: 0.75;
}

.footer__bottom {
  text-align: center;
  border-top: 1px solid #ddd;
  margin-top: 30px;
  padding-top: 16px;
}

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

.footer__bottom p i {
  font-size: 7px;
  margin: 0 5px;
  vertical-align: middle;
}

.footer__bottom p a {
  color: #353C4E;
  font-size: 12px;
  font-style: italic;
  text-decoration: underline;
}

.footer__bottom p a:hover {
  font-weight: 600;
}

.footer__bottom p a:last-child {
  opacity: 1;
  color: #c9ad7c;
  text-decoration: none;
}
.footer__bottom ul li:last-child a {
  opacity: 1;
  color: #c9ad7c;
  text-decoration: none;
}
.footer__bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer__bottom ul li {
  position: relative;
  font-size: 11px;
  color: #343D4E;
  font-weight: 400;
  line-height: 1.2;
}

.footer__bottom ul li a {
  color: inherit;
  text-decoration: underline;
}

.footer__bottom ul li a:hover {
  text-decoration: none;
}

.footer__bottom ul li:not(:last-child) {
  padding-right: 8px;
  margin-right: 8px;
}

.footer__bottom ul li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  right: -1px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #343D4E;
}


.mainbanner__col {
  position: relative;
  background-position: center center;
  background-size: cover;
}

.mainbanner__col::after {
  content: "";
  padding-bottom: 0;
  width: 100%;
  display: block;
  height: calc(100vh - 220px);
  min-height: 580px;
}

.logos {
  padding: 46px 0;
}

.logos__slider {
  max-width: calc(100% - 60px);
  margin: 0 auto;
}


.logos__slider .slick-track {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.logos__cell {
  padding: 0 15px;
}

.logos__cell img {
  max-width: 100px;
  max-height: 80px;
  margin: 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.logos__slider .slick-arrow {
  cursor: pointer;
  color: #353C4E;
  border: 0;
  background: transparent;
  font-size: 30px;
  position: absolute;
  z-index: 99;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.logos__slider .slick-arrow.slick-arrow--left {
  left: -30px !important;
}

.logos__slider .slick-arrow.slick-arrow--right {
  right: -30px !important;
}

.logos__slider .slick-arrow:focus {
  outline: none;
}

.promopods {
  overflow: visible;
  margin: 0;
  padding: 0;
  background-color: #353C4E;
  color: #fff;
}

.promopods__inner {
  margin: 0 -15px;
}

.promopods__pod {
  position: relative;
  width: calc(100% / 3);
  padding: 0 15px;
}

.promopods__podtop {
  text-align: center;
  height: 190px;
  padding: 20px 15px 20px 15px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.promopods__podtop h3 {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1.86px;
  color: #fff;
  overflow: hidden;
}

.promopods__podtop p {
  margin: 0;
  font-size: 18px;
  letter-spacing: 0.51px;
  color: #fff;
  overflow: hidden;
}

.active .promopods__podtop h3,
.active .promopods__podtop p ,
.active .promopods__podtop a {
  color: #353C4E;
}

.active .promopods__podtop {
  position: absolute;
  top: -96px;
  left: 0;
  width: 100%;
  height: 96px;
  background-color: #FFB718;
  color: #353C4E;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

.active .promopods__podtop:after {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 70%;
  margin: auto;
  height: 1px;
  border-bottom: 1px solid #353C4E;
  content: '';
}

.promopods__podbottom {
  display: none;
  height: 190px;
  padding: 20px 15px;
  margin: 0;
}

.promopods__podbottom > * + * {
  margin-top: 7px;
}

.active .promopods__podbottom {
  display: block;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.promopods__podbottom p {
  margin: 0;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  color: #353C4E;
}

.promopods__button {
  text-align: center;
}

.promopods__button a {
  font-size: 15px;
  min-width: 106px;
  padding: 10px 15px;
  border-radius: 25px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #353C4E;
  background-color: #fff;
  letter-spacing: 1px;
}

.promopods__button a:hover {
  background-color: #353C4E;
  color: #fff;
}

.promopods__pod.active {
  background-color: #FFB718;
  color: #353C4E;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.promopods__pod.active:after {
  content: "";
  position: absolute;
  bottom: -30px;
  width: 30px;
  height: 30px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 15px;
  border-style: solid;
  box-sizing: border-box;
  border-color: #FFB718 transparent transparent transparent;
}


.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectric {
  border-radius: 24px !important;
  background-color: #fff !important;
  border-color: #fff !important;
}

.selectric .label {
  height: 36px;
  padding: 0 0 0 10px;
  font-size: 12px;
  line-height: 36px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: left;
  color: #353C4E;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.selectric .button {
  background: transparent !important;
  font-size: 0;
  line-height: 0;
  color: #353C4E;
}

.selectric-items {
  top: 20px !important;
  padding: 17px 0 0 0;
  background: #fff !important;
  border: 0 !important;
  border-radius: 0 0 10px 10px;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .20);
}

.selectric-items li {
  min-height: 20px;
  border-bottom: 1px solid #e1e1e1;
  padding: 8px 10px 8px 20px;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #353C4E;
}

.selectric-items li:last-child {
  border-bottom: 0;
  border-radius: 0 0 10px 10px;
}

.selectric-items li.selected {
  font-weight: 700 !important;
  background-color: #f5f5f5 !important;
  color: #353C4E !important;
}

.selectric-open .selectric {
  border-color: #fff !important;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .10) !important;
}

.selectric-above .selectric-items {
  top: auto !important;
  bottom: 20px !important;
  padding: 0 0 17px 0 !important;
  border-radius: 10px 10px 0 0 !important;
  box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, .20) !important;
}

.selectric-above .selectric {
  box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, .10) !important;
}

.banner {
  background-color: #353c4e;
  background-size: cover;
  background-position: center center;
  position: relative;
  line-height: 0;
}

.banner__inner {
  position: relative;
}

/* .banner__inner::after {
content: "";
width: 100%;
display: block;
padding-bottom: 35.6%;
} */

.banner img {
  max-height: 405px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}


.banner__info {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50% , -50%);
  -ms-transform: translate(-50% , -50%);
  transform: translate(-50% , -50%);
}


.banner__info h1 {
  color: #fff;
  letter-spacing: 1.88px;
}


.banner__content {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.banner__content h1 {
  color: #fff;
  letter-spacing: 1.88px;
}

.pagebreadcrumb {
  padding: 13px 0;
}

.pagebreadcrumb__inner {
  font-size: 12px;
}

.pagebreadcrumb__inner a {
  color: #353C4E;
  font-style: italic;
  text-decoration: underline;
}

.pagebreadcrumb__inner a:hover {
  font-weight: 600;
}

.pagebreadcrumb__inner > span:not(:last-child) {
  margin-right: 6px;
}

.pagebreadcrumb__page {
  color: #777;
}

.faq {
  padding: 40px 0 100px;
}

.faq__inner {
  margin: 0 -15px;
}

.faq__inner > div {
  padding: 0 15px;
}

.faq__left {
  width: 66%;
}

.faq__right {
  width: 25%;
}

.faq__wrap + .faq__wrap {
  margin-top: 20px;
}

.faq__title {
  position: relative;
  cursor: pointer;
  border: 1px solid #e1e1e1;
  padding: 15px 50px 15px 30px;
  color: #353C4E;
  background-color: #fff;
  font-size: 20px;
  font-weight: 600;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.faq__title.faq__title--active {
  background-color: #f5f5f5;
}

.faq__title i {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 15px;
  cursor: pointer;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.faq__title.faq__title--active i {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.faq__content {
  display: none;
}

.faq__contentinner {
  padding: 20px;
}

.faq__contentinner a {
  color: #FFB718;
  text-decoration: underline;
}

.faq__sidebar {
  padding: 30px;
  border: 1px solid #ddd;
}

.faq__sidebar h5 {
  text-transform: uppercase;
  letter-spacing: 1.42px;
  color: #FFB718;
}

.faq__sidebarcta {
  margin-top: 17px;
}

.fourzerofour {
  text-align: center;
  padding: 150px 0 50px;
}

.fourzerofour h1 {
  color: #ffb718;
}

.fourzerofour__form .hs-search-field {
  max-width: 500px;
  width: 100%;
  margin: 40px auto 0;
}

.fourzerofour__form .hs-search-field input {
  background-color: #f9f9f9;
  background-image: url(https://6778641.fs1.hubspotusercontent-na1.net/hubfs/6778641/2020/2020/search.svg);
  height: 50px;
  border: 2px solid #ddd !important;
  padding: 10px 15px 10px 37px !important;
  font-size: 18px;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: left 14px center;
  border-radius: 4px !important;
}

.fourzerofour__form .hs-search-field input:focus {
  border-color: #ffb718 !important;
  background-color: #fff;
}

.contact-outer {
  padding: 50px 0 100px;
}

.contactleft__form h2 {
  margin-bottom: 30px;
}

.contactleft__form .hs-form-required {
  display: none !important;
}

.contactleft__form fieldset.form-columns-2 > div {
  width: calc(50% - 50px) !important;
}

.contactleft__form fieldset.form-columns-2 > div:nth-child(2) {
  float: right;
}

.contactleft__form fieldset {
  position: relative;
}

.contactleft__form fieldset:nth-child(2)::before {
  content: "and/or";
  position: absolute;
  left: 50%;    
  top: 34px;
  font-size: 15px;
  font-weight: 600;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.contactleft__form .input {
  margin-right: 0 !important;
}

.contactleft__faqbottomright {
  line-height: 1;
}

.contactleft__faqbottomright img {
  max-width: 180px;
  margin-top: -20px;
  position: relative;
  top: 3px;
}

.contactleft__faqbottom {
  border-bottom: 1px solid #eeeeee;
}

.contactleft > * + * {
  margin-top: 30px;
}

.contactleft__form .hs-form-field {
  margin-bottom: 40px !important;
}

.contactleft__form .hs-form-field>label {
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
  letter-spacing: .3px;
  color: #353c4e;
  width: 100%;
  display: block;
  margin: 0 0 7px 20px;
}

.contactleft__form .hs-form-field.hs-fieldtype-booleancheckbox {
  margin-left: 15px;
}

.contactleft__form fieldset {
  max-width: 100% !important;
}

.contactleft__form .hs-form-field input:focus,
.contactleft__form .hs-form-field select:focus,
.contactleft__form .hs-form-field textarea:focus {
  outline: none !important;
  border-color: #FFB718 !important;
}

.contactleft__form .hs-form-field select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url('https://6778641.fs1.hubspotusercontent-na1.net/hubfs/6778641/2020/2020/select-arrow.svg');
  background-size: 8px 8px;
  background-position: right 15px center;
  background-repeat: no-repeat;
}

.contactleft__form .hs-form-field input,
.contactleft__form .hs-form-field select,
.contactleft__form .hs-form-field textarea {
  width: 100% !important;
  height: 42px;
  border-radius: 30px !important;
  padding: 10px 35px 10px 20px;
  border: 1px solid #ddd !important;
  font-size: 15px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.contactleft__form .hs-form-field textarea {
  border-radius: 10px !important;
  height: 110px;
  resize: none;
  padding: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.contactleft__form .hs-form-field input[type="checkbox"] {
  width: auto !important;
  height: auto !important;
}

.contactleft__form .hs-fieldtype-intl-phone.hs-input select {
  width: 40% !important;
}

.contactleft__form .hs-fieldtype-intl-phone.hs-input input {
  width: 55% !important;
}

.contactleft__form input[type="submit"] {
  cursor: pointer;
  text-transform: uppercase;
  display: inline-block;
  min-width: 160px;
  text-align: center;
  padding: 13px 25px;
  background: #ffb718;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
  color: #343d4e;
  border-radius: 5px;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

.contactleft__form input[type="submit"]:hover {
  color: #fff;
  background-color: #353C4E;
}

.contactleft__form .hs-error-msgs {
  padding-left: 20px;
}

.contactleft__form .hs-input {
  width: 100% !important;
}


.rightsidebar-outer>div>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.rightsidebar {
  max-width: 260px;
  width: 100% !important;
  border: 1px solid #dddddd;
  padding: 30px;
}

.rightsidebar h5 {
  color: #FFB718;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.42px;
}

.sidebar__telfax {
  margin-top: 40px;
}

.sidebar__administrative, .sidebar__sales {
  border-top: 1px solid rgba(213,213,213);
  margin-top: 30px;
  padding-top: 30px;
}

.infowrap {
  padding: 30px 0 80px;
}

.infowrap__inner {
  max-width: 66% !important;
  width: 100% !important;
}

.infowrap h4,
.infowrap h5 {
  font-weight: 400;
}

.infowrap h5 {
  font-size: 20px;
}

.infowrap ul,
.infowrap ol {
  margin-bottom: 12px;
  padding-left: 18px;
}

.infowrap ul li {
  list-style: disc;
}

.infowrap ol li {
  list-style-type: decimal;
}

.infowrap ol li + li,
.infowrap ul li + li {
  margin-top: 5px;
}

.infowrap p {
  margin-bottom: 16px;
  line-height: 1.6;
}

.infowrap a {
  color: #353c4e;
  text-decoration: underline;
  font-style: italic;
  letter-spacing: 0.3px;
  font-weight: bold;
}

.infowrap a:hover {
  color: #ffb718;
}

.termscta {
  padding: 40px 0;
  background-color: #ccc;
}


/*****************************************************************************************************/
/*****************************************************************************************************/
/* Responsive */
/*****************************************************************************************************/
/*****************************************************************************************************/

@media only screen and (max-width: 1120px) {  
  .header__inner {
    padding: 15px 0;
  }
  .contactleft__form .hs-form-field {
    margin-bottom: 20px !important;
  }
  .faq__right {
    width: 32%;
  }
  .infowrap__inner {
    max-width: 100% !important;
  }
}


@media only screen and (max-width: 991px) {
  h1 {
    font-size: 40px;
  }
  .infowrap__inner {
    max-width: 100% !important;
  }
  .footer__top>div>div {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer__top>div>div>.widget-span+.widget-span {
    border-left: 0;
  }
  .footer__top>div>div>.widget-span {
    margin-bottom: 30px;
  }
  .footer__top>div>div>.widget-span,
  .footer__top>div>div>.widget-span+.widget-span {
    padding: 0;
  }
  .footer__top>div>div>.widget-span:first-child {
    width: 50%;
  }
  .footer__top>div>div>.widget-span:nth-child(2) {
    width: 49%;
  }  
  .footer__top>div>div>.widget-span:nth-child(3) {
    width: 100%;
  }
  .footer__top>div>div>.widget-span:nth-child(3)>div {
    padding-right: 0;
  }
  .footer__top>div>div>.widget-span:nth-child(3)>div:first-child {
    text-align: center;
  }
  .footer__top>div>div>.widget-span:nth-child(4) {
    width: 100%;
  }
  .footer__form h3 {
    text-align: center;
  }
  .footer__form form {
    margin: 0 auto;
  }
  .footer__form .submitted-message {
    max-width: 260px;
    width: 100%;
    text-align: center;
    margin: 13px auto 0;
    display: block !important;
  }
  .footer__bottom {
    margin-top: 0;
  }
  .footer__social ul {
    margin-top: 7px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer__top .hs_cos_wrapper_type_text {
    margin-bottom: 4px;
  }
  .footer__top .hs_cos_wrapper_type_text,
  .footer__top p,
  .footer__top ul li.hs-menu-item {
    display: block;
    text-align: center;
  }
  .contactleft__form fieldset.form-columns-2>div {
    width: calc(50% - 10px) !important;
  }
  .mainbanner__col::after {
    height: auto;
    min-height: auto;
    padding-bottom: 73%;
  }
  .promopods__pod {
    width: 100%;
  }
  .active .promopods__podtop {
    position: relative;
    top: 0;
  }
  .active .promopods__podtop,
  .active .promopods__podbottom {
    height: auto;
    -webkit-transition: none;-o-transition: none;transition: none;
  }
  .promopods__pod.active:after {
    display: none;
  }
  .banner__info {
    position: static;
    padding: 30px 15px;
    text-align: center;
    -webkit-transform: translate(0 , 0);
    -ms-transform: translate(0 , 0);
    transform: translate(0 , 0);
  }
}


@media only screen and (max-width: 767px) {
  h1 {
    font-size: 35px;
    line-height: 1.1;
  }
  h2 {
    font-size: 24px;
  }
  h4 {
    font-size: 20px;
  }
  .header__logo img {
    width: 82px !important;
  }
  .infowrap {
    padding: 20px 0 40px;
  }
  .rightsidebar-outer>div>div {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .rightsidebar-outer {
    margin-top: 40px;
  }
  .rightsidebar {
    max-width: 400px;
    padding: 20px;
  }
  .sidebar__telfax {
    margin-top: 30px;
  }
  .sidebar__administrative, .sidebar__sales {
    margin-top: 20px;
    padding-top: 20px;
  }
  .contact-outer {
    padding: 30px 0 60px;
  }
  .termscta {
    text-align: center;
  }
  .termscta .yellow-cta {
    padding-right: 50px;
    padding-left: 50px;
  }
  .mainbanner__col::after {
    height: auto;
    min-height: auto;
    padding-bottom: 73%;
  }
  .logos .page-center {
    padding: 0 !important;
  }
  .logos__slider {
    max-width: calc(100% - 100px);
    margin: 0 auto;
  }
  .logos__slider .slick-arrow.slick-arrow--left {
    left: -50px !important;
  }
  .logos__slider .slick-arrow.slick-arrow--right {
    right: -50px !important;
  }
  .logos__slider .slick-arrow {
    background: rgba(53,60,78,.10);
    width: 40px;
    height: 40px;
  }
  .logos__slider .slick-arrow:hover {
    background: rgba(53,60,78,.3);
  }
  .banner__info {
    padding: 20px 15px;
  }
  .banner__info h1 {
    font-size: 27px;
    letter-spacing: 1px;
  }
  .contactleft__faqbottomright img {
    margin-top: 20px;
  }
}


@media only screen and (max-width: 1024px) {
  .header__inner {
    padding: 10px 0;
    position: relative;
  }
  .header__inner>div>div>.widget-span.header__lang {
    margin-right: 70px;
  }
  .header__inner>div>div>.widget-span.header__right {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    border-top: 1px solid #d5d5d5;
    z-index: 99;
    box-shadow: 0 10px 10px rgba(0,0,0,0.05);
  }
  .header__toggler {
    display: block !important;
    right: 15px;
  }
  .header__menu .hs-menu-wrapper>ul li a {
    color: #353C4E !important;
  }
  .header__menu {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
  .header__right>div>div>.widget-span {
    width: 100%;
  }
  .header__right>div>div {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .header__menu .hs-menu-wrapper>ul li {
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #d5d5d5;
  }
  .header .header__menu .hs-menu-wrapper>ul li a {
    padding: 18px 15px;
    width: 100%;
    border-bottom: 0 !important;
  }
  .header .header__menu .hs-menu-wrapper>ul li a:hover {
    background-color: #f9f9f9;
  }
  .header__search>div:nth-child(2) {
    text-align: right;
    width: 40px;
    float: right;
  }
  .header__search {
    padding: 15px;
  }
  .header__search>.row-fluid-wrapper.row-depth-2.row-number-5 {
    display: block !important;
    right: 15px;
    width: calc(100% - 30px);
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .header__searchform input[type="text"] {
    width: 100% !important;
    height: 30px;
  }
  .header__searchicon i {
    border-radius: 0 30px 30px 0;
  }
}


@media only screen and (max-width: 767px) {
  .header__inner {
    position: static;
  }
  .header__inner>div>div>.widget-span.header__lang {
    margin-right: 50px;
  }
}


@media only screen and (max-width: 480px) {
  .footer__top>div>div>.widget-span:first-child, .footer__top>div>div>.widget-span:nth-child(2) {
    width: 100%;
  }
  .footer__top>div>div>.widget-span {
    margin-bottom: 20px;
  }
  .footer__bottom p i {
    font-size: 5px;
  }
  .contactleft__form fieldset.form-columns-2>div {
    width: 100% !important;
  }
  .contactleft__form .hs-form-field {
    margin-bottom: 20px !important;
  }
  .footer__top .hs_cos_wrapper_type_text {
    min-height: auto;
  }
}


/********************
Solution Template 
********************/

.solution-header-category{
  background-color: #353C4E;
}
.solution-header-category .category{
  width: 80%;
  padding: 0;
  margin: 0 auto;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.solution-header-category .category li{
  display: inline-block;
  width: calc(100% / 3);
  position: relative;
}
.solution-header-category .category li.active:after{
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: 50%;
  border-top: 10px solid #FFB718;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  z-index: 500;
}
.solution-header-category .category li a{
  display: block;
  box-sizing: border-box;
  height: 70px;
  padding: 18px 10px 0 10px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  line-height: 16px;
  letter-spacing: 0.4px;
  text-align: center;
  text-decoration: none;
}
.solution-header-category .category li a:hover{
  text-decoration: underline;
}
.solution-header-category .category li a span{
  display: block;
  font-weight: 700;
}
.solution-header-category .category li.active a{
  background: #FFB718;
  color: #353C4E;
}

.solution-banner{
  position: relative;
  line-height: 0;
  /*   background: url("http://corporate.infobel.com/media/1024/product-hero-bg.png?anchor=center&mode=crop&width=1900&height=405&rnd=132203573820000000") no-repeat; */
  /*   background-size: cover; */
  /*   height: 407px; */
}


.solution-banner img {
  max-height: 405px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.solution-banner__content {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50% , -50%);
  -ms-transform: translate(-50% , -50%);
  transform: translate(-50% , -50%);
}

.solution-banner .banner-content{
  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;
}
.solution-banner .main-content h3{
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  line-height: 52px;
  text-transform: uppercase;
  letter-spacing: 1.83px;
  text-align: center;
  margin: 0;
}
.solution-banner .main-content {
  max-width: 300px;
  width: 100%;
}
.solution-banner select{
  width: 100%;
  height: 36px;
  background-color: #fff;
  padding: 0 30px 0 20px;
  font-size: 12px;
  font-weight: 700;
  color: #353C4E;
  line-height: 36px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 20px;
  box-shadow: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(https://6778641.fs1.hubspotusercontent-na1.net/hubfs/6778641/2020/2020/select-arrow.svg);
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: right 16px center;
}
.solution-banner select:focus{
  outline: none;
}
.solution-banner .inner-content{
  margin: 11px 0 20px;
  text-align: center;
}
.solution-banner .inner-content strong{
  display: block;
  font-size: 14px !important;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.solution-banner .inner-content a{
  min-width: 106px;
  display: inline-block;
  padding: 10px 15px;
  border-radius: 25px;
  background: #fff;
  font-size: 12px;
  font-weight: 700;
  color: #353C4E;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
}

.listing-category{
  background-color: #f5f5f5;
}
.listing-category .category{
  padding: 0;
  margin: 0;
  list-style: none;
  max-width: 684px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.listing-category .category li{
  display: inline-block;
  width: calc(100% / 3);
}
.listing-category .category li a{
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-sizing: border-box;
  width: 190px;
  height: 100px;
  padding: 20px 15px;
  border-bottom: 4px solid transparent;
  font-size: 14px;
  font-weight: 700;
  color: #A8ABB2;
  line-height: 1;
  letter-spacing: 0.52px;
  text-align: center;
  font-style: normal;
  text-decoration: none;
  /*   margin-bottom: 4px; */
  margin-bottom: 0;
  position: relative;
}

.listing-category .category li.active a{
  border-bottom: 4px solid #353C4E;
}

.listing-category .category li.active a:after{
  content: "";
  display: block;
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -8px;
  border-top: 8px solid #353C4E;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  z-index: 500;
}

.listing-section{
  padding: 40px 0 20px 0;
}

.listing-section .heading{
  padding: 10px 0 20px 0;
  border-bottom: 1px solid #e1e1e1;
  text-align: center;
}

.listing-section .heading h2{
  font-size: 50px;
  font-weight: 700;
  color: #FFB718;
  line-height: 56px;
  letter-spacing: 1.88px;
  margin: 20px 0 15px 0;
}

.listing-section .heading h2 + span{
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.36px;
  margin: 10px 0 10px 0;
}

.listing-section .heading + p{
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0;
  margin: 35px 0 50px 0;
  text-align: center;
}

.listing-section .content-section{ 
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.listing-section .content-section .left-section{
  width: 50%;
  padding: 0 100px 0 0;
}

.listing-section .content-section .left-section h2{
  font-size: 30px;
  font-weight: 700;
  color: #353C4E;
  line-height: 36px;
  letter-spacing: 1.29px;
  margin: 50px 0 30px 0;
}

.listing-section .content-section .left-section p{
  font-size: 14px;
  font-weight: 400;
  color: #353C4E;
  line-height: 23px;
  letter-spacing: 0;
  margin: 30px 0 30px 0;
}

.listing-section .content-section .right-section{
  width: 50%;
  padding-left: 50px;
}

.solution-feature{
  padding: 70px 0;
  background-color: #353C4E;
  background: -moz-linear-gradient(132deg, #353c4e 35%, #546998 94%);
  background: -webkit-linear-gradient(132deg, #353c4e 35%, #546998 94%);
  background: linear-gradient(132deg, #353c4e 35%, #546998 94%);
}

.solution-feature .feature-content{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.solution-feature .feature-content .feature-left-section{
  width: 50%;
  padding: 0 80px 0 0;
}

.solution-feature .feature-content .feature-right-section{
  width: 50%;
  padding: 0 50px;
}

.solution-feature .feature-content .feature-right-section h3{
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  line-height: 36px;  
  letter-spacing: 1.29px;
  margin: 0 0 50px 0;
}

.solution-feature .feature-content .feature-right-section .inner__content{
  font-size: 13px;
  color: #fff;
}

.solution-feature .feature-content .feature-right-section p{
  font-size: 13px;
  color: #fff;
}

.solution-feature .feature-content .feature-right-section ul{
  margin: 0 0 16px 20px;
}

.solution-feature .feature-content .feature-right-section ul li{
  padding: 1em 1em 1em 3em;
  margin-bottom: 4px;
  font-size: 14px;
  color: #fff;
}

.solution-feature .feature-content .feature-right-section ul li:before {
  content: "\f105";
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -21px;
  width: 21px;
  font-size: 16px;
  vertical-align: top;
  position: relative;
  top: 3px;
}

.solution-cta-section{
  padding: 15px 0 5px;
  background-color: #FFB718;
}

.solution-cta-section ul li{
  display: inline-block;
  margin: 0 10px 10px 0 ;
}

.solution-cta-section ul li a{
  min-width: 106px;
  padding: 10px 15px;
  background: #fff;
  font-size: 12px;
  font-weight: 700;
  color: #353c4e;
  line-height: 20px;
  border-radius: 25px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
}

.solution-cta-section ul li a i {
  margin-right: 10px;
}

.resourcesdeveloper table, .resourcesdeveloper table th , .resourcesdeveloper table td {
  border: 1px solid;
  width: 100%;
  border-collapse: collapse;
}

.resourcesdeveloper table th, .resourcesdeveloper table td {
  width: 50%;
  padding: 10px 15px;
  text-align: left;
  height: 59px;
}

.resourcesdeveloper table tr:nth-child(even){
  background-color: rgba(213,213,213,0.5);
}

.resourcesdeveloper__bottombutton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.resourcesdeveloper__bottombutton > div:not(:last-child) {
  margin-right: 8px;
}

.resourcesdeveloper a {
  background-color: #ffb718;
  color: #353c4e;
  padding: 10px 15px;
  border-radius: 30px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  margin: 5px 0;
  min-width: 150px;
  text-align: center;
}

.resourcesdeveloper a:hover {
  color: #fff;
  background-color: #353C4E;
}

.resourcesdeveloper {
  padding: 50px 0 70px;
}

.resourcesdeveloper__top {
  margin-bottom: 30px;
}

/* .selectric-items .disabled {
min-height: 0;
line-height: 0;
padding: 0;
} */

.searchpage {
  padding: 10px 0;
}

.searchpage .hs-search-field {
  display: none !important;
}

.searchpage #hsresults {
  margin: 20px 0;
}

.searchpage #hsresults li {
  padding: 20px;
  border-radius: 5px;
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
  border: 1px solid #ddd;
}

.searchpage #hsresults li:hover {
  border-color: #ffb718;
}

.searchpage #hsresults li + li {
  margin-top: 30px;
}

.searchpage #hsresults li a {
  font-size: 20px;
  font-weight: 600;
  color: #353c4e;
  margin-bottom: 4px;
  line-height: 1.2;
  border-bottom: 1px solid transparent;
}

.searchpage #hsresults li a:hover {
  border-bottom-color: #353c4e;
}

.hs-search-results__pagination {
  margin: 30px 0 20px;
}

.hs-search-results__pagination::before, .hs-search-results__pagination::after {
  clear: both;
  content: "";
  display: block;
}

.hs-search-results__pagination a {
  font-weight: 600;
  color: #353c4e;
}

.hs-search-results__pagination a:hover {
  color: #ffb718;  
}

.hs-search__no-results {
  margin: 10px 0 40px;
}

.hs-search__no-results p {
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  margin-bottom: 4px;
}
.pillar .banner {
  position: relative;
  width: 100%;
  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;
}
.pillar .banner img {
  height: 500px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.pillar .banner img+.page-center {
  position: absolute;
}
/* .pillar h1 {
font-size: 60px;
font-weight: 600;
letter-spacing: 1px;
margin-bottom: 20px;
font-family: 'Poppins', sans-serif;
} */
.content__module .row-fluid {
  padding: 0px 20px;
}
.content__module {
  margin: auto !important;
  float: none !important;
  max-width: 1140px;
}
.content__module li {
  list-style: none;
  position: relative;
}

.mypillar__right li::before {
    content: "";
    width: 5px;
    height: 5px;
    position: absolute;
    top: 7px;
    left: -16px;
    background-color: #666;
    border-radius: 50%;
}

.content__module ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}
.pillar-content-inner h2 {
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.pillar-content-inner li {
  margin-bottom: 15px;
}
a#load-more {
  position: relative;
  display: block;
  max-width: 200px;
  margin: auto;
  /*     min-height: 3.33333rem; */
  padding: 0.77778rem 30px;
  font-size: 1.11111rem;
  min-width: 11.66667rem;
  color: #ffffff;
  background-color: #ed145b;
  /*     border: 2px solid #ed145b; */
  text-decoration: none;
  margin-bottom: 30px;
  text-align: center;
  width: 100%;
  border-radius: 50px;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
a#load-more:hover {
  background-color: #353c4e;
  color: #FFF;
  /*     border-color: #353c4e; */
  -webkit-box-shadow: 0px 0px 40px 3.5px rgba(100, 22, 48, 0.18);
  -moz-box-shadow: 0px 0px 40px 3.5px rgba(100, 22, 48, 0.18);
  box-shadow: 0px 0px 40px 3.5px rgba(100, 22, 48, 0.18);
  /*     -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px); */
}
.blog-link-btn {
  text-align: center;
  margin-top: 40px;
  display: inline-block;
  width: 100%;
}
.blog-link-btn a.cta_button:hover {
  transform: translateY(-1px) !important;
  background: #353c4e !important;
  border-color: #353c4e !important;
  box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08) !important;
}
@media only screen and (max-width: 1080px) {
  .listing-section .content-section .left-section {
    padding-right: 10px;
  }
  .listing-section .content-section .right-section {
    padding: 0;
  }
  .solution-feature .feature-content .feature-right-section {
    padding: 0;
  }
  .solution-feature .feature-content .feature-right-section ul li {
    padding: 7px;
  }
  .solution-feature .feature-content .feature-right-section h3 {
    margin-bottom: 20px;
  }
  .blog-section-main {
    padding: 50px 15px;
    margin-top: 50px;
  }
}

@media only screen and (max-width: 991px){
  .solution-header-category .category{
    width: 100%;
  }
  .listing-section .heading h2 {
    font-size: 40px;
    line-height: 1.1;
    margin-top: 0;
  }
  .listing-section .heading h2+span {
    margin-top: 0;
    line-height: 1.2;
  }
  .solution-banner__content {
    position: static;
    background: #353C4E;
    padding: 16px 0;
    -webkit-transform: translate(0 , 0);
    -ms-transform: translate(0 , 0);
    transform: translate(0 , 0);
  }
  .contactleft__form fieldset:nth-child(2)::before {
    display: none;
  }
  .resourcesdeveloper {
    padding: 20px 0 50px;
  }
  .resourcesdeveloper__top {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px){
  .solution-header-category .category li{
    width: 100%;
  }
  .solution-header-category .category {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .solution-header-category .category li.active:after {
    display: none;
  }
  .solution-header-category .page-center {
    padding: 0 !important;
  }
  .listing-section {
    padding: 40px 0 60px 0;
  }
  .listing-section .content-section {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .listing-section .content-section .left-section {
    width: 100%;
    padding-right: 0;
  }
  .listing-section .content-section .right-section {
    width: 100%;
  }
  .listing-section .content-section .right-section img {
    max-width: 500px !important;
    width: 100%;
  }
  .listing-section .heading h2 {
    font-size: 30px;
    line-height: 1;
  }
  .listing-section .content-section .left-section h2 {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .listing-section .content-section .left-section p {
    margin: 10px 0;
  }
  .listing-section .heading+p {
    margin: 30px 0 10px;
  }
  .listing-section .content-section .left-section h2 {
    font-size: 25px;
    line-height: 1.2;
  }
  .solution-feature .feature-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .solution-feature .feature-content .feature-left-section {
    width: 100%;
    padding: 0;
  }
  .solution-feature .feature-content .feature-right-section {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
  .feature-left-section img {
    max-width: 400px !important;
    width: 100%;
    margin: 0 auto !important;
    display: block;
  }
  .solution-feature .feature-content .feature-right-section ul li {
    padding: 4px;
  }
  .solution-feature .feature-content .feature-right-section h3 {
    margin: 0 0 20px 0;
  }
  .resourcesdeveloper table th:nth-child(2) {
    text-align: center;
  }
  .resourcesdeveloper__bottombutton>div:not(:last-child) {
    margin-right: 0;
  }
  .resourcesdeveloper__bottombutton>div {
    width: 100%;
    text-align: center;
  }
  .resourcesdeveloper a {
    letter-spacing: 0;
    min-width: 125px;
    font-size: 12px;
  }
  .hs-search-results__pagination {
    margin: 40px 0 30px !important;
  }
  .content__module .row-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .pillar .banner img {
    height: 300px;
  }
  .pillar-content {
    margin: 30px 0;
  }
  .pillar h1 {
    font-size: 30px;
  }
  .pillar-content h2 {
    font-size: 24px;
    line-height: 34px;
  }
  .pillar-content h4 {
    font-size: 20px;
    line-height: 28px;
  }
  .inner-content p {
    font-size: 17px;
  }
}


/* pillar page with sidebar */

.pillar-wrapper {
  padding: 70px 0;
}

.pillar-wrapper .pillar-content {
  margin: 0;
}

.pillarsidebar > * + * {
  margin-top: 30px;
}

.pillarsidebar__1 {
  padding: 20px;
}

.pillarsidebar__1 > *,
.pillarsidebar__2content > * {
  margin: 0;
}

.pillarsidebar__1 > * + *,
.pillarsidebar__2content > * + * {
  margin-top: 20px;
}

.pillarsidebar h4 {
  line-height: 1.1;
}

.pillarsidebar__btn a {
  width: 100%;
}

.pillarsidebar__2 > img {
  max-width: none;
  width: 100%;
}

.pillarsidebar__2content {
  padding: 20px;
}

.pillarsidebar__link a {
  position: relative;
  color: #595959;
  display: inline-block;
  font-weight: 600;
  font-size: 17px;
}

.pillarsidebar__link a::before {
  content: '\f105';
  font-family: 'FontAwesome';
  display: inline-block;
  margin-right: 6px;
  position: relative;
  left: 0;
}

.pillarsidebar__link a:hover {
  color: #ffb717;
}

.sharing {
  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: 50px 0 79px;
  border-bottom: 2px solid #EEEAE5;
}

.sharing h2{
  font-size: 16px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 16px;
}

.social-icons ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.social-icons ul:before{
  content: "";
  border-width: 0 0 2.5rem 2.5rem;
  border-style: solid;
  border-color: transparent transparent #EEEAE5 transparent;
  position: absolute;
  left: -2.5rem;
  bottom: 0;
}

.social-icons ul li {
  list-style: none;
}

.social-icons ul li a{
  width: 48px;
  height: 40px;
  font-size: 16px;
  color: #9a9a9a;
  line-height: 40px;
  background: #EEEAE5;
  text-align: center;
}

.social-icons ul li a:hover{
  color: #ffb718;
}

.sharing + .cta .pillarsidebar__btn a{
  width: auto;
  display: inline-block;
  background: #ffb718;
  border-radius: 50px;
  color: #353c4e;
  padding-left: 20px;
  padding-right: 20px;
}

.sharing + .cta .pillarsidebar__btn a:hover{
  background-color: #353C4E;
  color: #FFF;
}

@media only screen and (max-width: 991px) {
  .pillar .banner img {
    height: auto;
  }
  .pillar .banner img+.page-center {
    position: static;
  }
  .pillar .banner__content {
    position: static;
    transform: initial;
    left: 0;
    top: 0;
    padding: 20px 0;
  }
  .pillar .banner img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .content__module .pillar-wrapper .row-fluid > div {
    width: 100%;
  }
  .pillar-wrapper {
    padding: 50px 0;
  }
  .content__module .pillar-wrapper .row-fluid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .content__module .pillar-wrapper .row-fluid > * + * {
    margin-top: 40px;
    margin-left: 0;
  }
  .pillarsidebar {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
  }
  .pillarsidebar__1>*+*, .pillarsidebar__2content>*+* {
    margin-top: 15px;
  }
  .pillarsidebar__btn a, .pillarsidebar__cta a {
    padding: 10px;
  }
}

@media (max-width: 767px){
  .sharing{
    border: none;
    margin: 40px 0;
  }
  .sharing h2{
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    text-align: center;
  }
  .sharing .social-icons{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    border-bottom: 2px solid #eeeae5;
    margin-bottom: 15px;
  }
}

.themecta {
  display: inline-block;
  min-width: 160px;
  text-align: center;
  padding: 13px 25px;
  background: #ffb718;
  border: 1px solid #ffb718;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
  color: #343d4e;
  border-radius: 5px;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

.themecta:hover {
  background: #353c4e;
  border-color: #353c4e;
  color: #fff;
}

.themecta.themecta--change1:hover {
  border-color: #fff;
}