header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  transition: all 0.5s linear;
}

.header-inner {
  height: 70px;
  padding: 0 16px 0 30px;
  display: flex;
  align-items: center;
  transition: all 0.25s linear;
  max-width: 1540px;
  margin: 0 auto;
}

header.scrolled .header-inner,
.header-inner:hover,
.header-inner.menuopen {
  background: #fff;
  box-shadow: 0 -39px 20px rgba(0, 0, 0, 0.16), 0 2px 10px -10px rgba(0, 0, 0, 0.76);
}

.navlogo {
  display: block;
  position: relative;
  width: 96px;
  height: 24px;
}

.logoimg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  transition: all 0.25s linear;
}

.logo-dark {
  opacity: 0;
  visibility: hidden;
}

.light-bg .logo-dark,
header.scrolled .logo-dark,
.header-inner:hover .logo-dark,
.header-inner.menuopen .logo-dark {
  opacity: 1;
  visibility: visible;
}

.light-bg .logo-light,
header.scrolled .logo-light,
.header-inner:hover .logo-light,
.header-inner.menuopen .logo-light {
  opacity: 0;
  visibility: hidden;
}

.menuwrap {
  display: none;
}

.mobnav {
  display: flex;
  height: 70px;
  align-items: center;
  margin-left: auto;
}

.btn-nav {
  display: inline-block;
  margin-right: 12px;
  line-height: 32px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.1em;
  font-weight: 700;
  border-radius: 999em;
  padding: 0 11px;
  transition: all 0.25s linear;
}

.light-bg .btn-nav,
header.scrolled .btn-nav,
.header-inner:hover .btn-nav,
.header-inner.menuopen .btn-nav {
  background: #0723EA;
  border: 1px solid #0723EA;
}

.nav-ctrl {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  width: 38px;
  height: 38px;
  right: 30px;
  background: #fff;
  border-radius: 50%;
  -webkit-transition: all 0.25s linear;
  cursor: pointer;
  transition: all 0.25s linear;
}

#nav-toggle {
  width: 23px;
  height: 8px;
  position: relative;
  transform: rotate(0deg);
  transition: all .5s ease-in-out;
  cursor: pointer;
}

#nav-toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #000;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: all .25s ease-in-out;
}

#nav-toggle span:nth-child(1) {
  top: 0px;
  transform-origin: left center;
}

#nav-toggle span:nth-child(2) {
  top: 4px;
  opacity: 0;
  transform-origin: left center;
}

#nav-toggle span:nth-child(3) {
  top: 6px;
  transform-origin: left center;
}

#nav-toggle.menuopen span:nth-child(1) {
  transform: rotate(45deg);
  top: -3.5px;
  left: 4px;
}

#nav-toggle.menuopen span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#nav-toggle.menuopen span:nth-child(3) {
  transform: rotate(-45deg);
  top: 12.5px;
  left: 4px;
}

#menu-header {
  position: fixed;
  top: 70px;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 90;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  overflow-x: hidden;
}

#menu-header.activemenu {
  visibility: visible;
  opacity: 1;
}

.mobile-main {
  list-style: none;
  margin: 48px 0 0 32px;
  padding: 0;
}

.mobile-main>li {
  margin: 0 0 32px;
}

.mobile-main>li:last-child {
  margin: 0;
}

.mobile-main>li>a {
  color: #000;
  font-size: 17px;
  line-height: 1.45;
  letter-spacing: 0.2em;
}

.mh-sub {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  overflow: auto;
  background: #160658;
  z-index: 91;
  color: #1CD8F9;
  transition: all 0.25s linear;
  padding: 48px 0 0 90px;
  transform: translateX(100vw);
}

.mh-sub.subactive {
  transform: translateX(0);
}

#reset {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50px;
  background: #fff;
  display: flex;
  justify-content: center;
  padding-top: 54px;
  transition: all 0.25s linear;
  z-index: 92;
  transform: translateX(-50px);
}

#reset.subactive {
  transform: translateX(0);
}

.menu-reset {
  display: inline-block;
  width: 27px;
}

.subitem {
  margin-bottom: 36px;
}

.subname {
  display: inline-flex;
  align-items: baseline;
  position: relative;
  min-width: 210px;
  line-height: 24px;
  font-size: 17px;
  letter-spacing: 0.1em;
  cursor: pointer;
}

span.plus {
  position: relative;
  margin-right: 12px;
  display: inline-block;
  width: 12px;
  height: 12px;
  transition: all 0.25s linear;
}

span.plus:before {
  content: "";
  display: block;
  width: 2px;
  background: #1CD8F9;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.25s linear;
}

span.plus:after {
  content: "";
  display: block;
  height: 2px;
  background: #1CD8F9;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  transition: all 0.25s linear;
}

.openitem span.plus {
  transform: rotate(90deg);
}

.openitem span.plus:after {
  opacity: 0;
}

.sublist {
  display: none;
  padding-top: 24px;
}

.sublist-l3 .subname span {
  color: #fff;
  font-weight: 700;
  line-height: 1.3;
  font-size: 14px;
}

.sublist-l3 .subname .plus::before,
.sublist-l3 .subname .plus::after {
  background: #fff;
}

.sublist-l3 .subitem {
  margin-bottom: 16px;
}

.sublist-l3,
.sublist-l4 {
  margin-left: 20px;
}

.mh-sub ul>li {
  margin-bottom: 16px;
}

#mh-solutions.mh-sub ul>li,
#mh-industries.mh-sub ul>li {
  margin-bottom: 22px;
}

.mh-sub ul>li>a {
  color: #fff;
  font-weight: 700;
  line-height: 1.3;
  font-size: 14px;
}

.mh-sub ul.smaller-list>li>a {
  font-size: 12px;
}

.we-say-section .heading-title {
  margin-bottom: 20px !important;
}

#product_feature .links-container ul li {
  opacity: 1;
}

@media only screen and (min-width: 768px) {

  .header-inner {
    padding: 0 30px;
  }

}

@media only screen and (min-width: 1025px) {

  header {
    padding: 0 30px;
  }

  .header-inner,
  .mobnav {
    height: 98px;
  }

  .navlogo {
    width: 116px;
    height: 29px;
  }

  .single-post {
    position: relative;
  }

}

@media only screen and (min-width: 1280px) {

  .nav-ctrl,
  .mobnav {
    display: none;
  }

  #menu-header.activemenu {
    visibility: visible;
    opacity: 1;
  }

  .mobile-main {
    list-style: none;
    margin: 48px 0 0 32px;
    padding: 0;
  }

  .mobile-main>li {
    margin: 0 0 32px;
  }

  .mobile-main>li:last-child {
    margin: 0;
  }

  .mobile-main>li>a {
    color: #000;
    font-size: 17px;
    line-height: 1.45;
    letter-spacing: 0.2em;
  }

  .mh-sub {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100vw;
    overflow: auto;
    background: #160658;
    z-index: 91;
    color: #1CD8F9;
    transition: all 0.25s linear;
    padding: 48px 0 0 90px;
    transform: translateX(100vw);
  }

  .mh-sub.subactive {
    transform: translateX(0);
  }

  #reset {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50px;
    background: #fff;
    display: flex;
    justify-content: center;
    padding-top: 54px;
    transition: all 0.25s linear;
    z-index: 92;
    transform: translateX(-50px);
  }

  #reset.subactive {
    transform: translateX(0);
  }

  .menu-reset {
    display: inline-block;
    width: 27px;
  }

  .subitem {
    margin-bottom: 36px;
  }

  .subname {
    display: inline-flex;
    align-items: baseline;
    position: relative;
    min-width: 210px;
    line-height: 24px;
    font-size: 17px;
    letter-spacing: 0.1em;
    cursor: pointer;
  }

  span.plus {
    position: relative;
    margin-right: 12px;
    display: inline-block;
    width: 12px;
    height: 12px;
    transition: all 0.25s linear;
  }

  span.plus:before {
    content: "";
    display: block;
    width: 2px;
    background: #1CD8F9;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.25s linear;
  }

  span.plus:after {
    content: "";
    display: block;
    height: 2px;
    background: #1CD8F9;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    transition: all 0.25s linear;
  }

  .openitem span.plus {
    transform: rotate(90deg);
  }

  .openitem span.plus:after {
    opacity: 0;
  }

  .sublist {
    display: none;
    padding-top: 24px;
  }

  .sublist-l3 .subname span {
    color: #fff;
    font-weight: 700;
    line-height: 1.3;
    font-size: 14px;
  }

  .sublist-l3 .subname .plus::before,
  .sublist-l3 .subname .plus::after {
    background: #fff;
  }

  .sublist-l3 .subitem {
    margin-bottom: 16px;
  }

  .sublist-l3,
  .sublist-l4 {
    margin-left: 20px;
  }

  .mh-sub ul>li {
    margin-bottom: 16px;
  }

  #mh-solutions.mh-sub ul>li,
  #mh-industries.mh-sub ul>li {
    margin-bottom: 22px;
  }

  .mh-sub ul>li>a {
    color: #fff;
    font-weight: 700;
    line-height: 1.3;
    font-size: 14px;
  }

  .mh-sub ul.smaller-list>li>a {
    font-size: 12px;
  }

  .we-say-section .heading-title {
    margin-bottom: 20px !important;
  }

  #product_feature .links-container ul li {
    opacity: 1;
  }

  @media only screen and (min-width: 768px) {

    .header-inner {
      padding: 0 30px;
    }

  }

  @media only screen and (min-width: 1025px) {

    header {
      padding: 0 30px;
    }

    .header-inner,
    .mobnav {
      height: 98px;
    }

    .navlogo {
      width: 116px;
      height: 29px;
    }

    .single-post {
      position: relative;
    }

  }

  @media only screen and (min-width: 1280px) {

    .nav-ctrl,
    .mobnav {
      display: none;
    }

    #menu-header.activemenu {
      visibility: hidden;
      opacity: 0;
    }

    .menuwrap {
      display: flex;
      margin-left: auto;
      align-items: center;
    }

    .dd-menu {
      position: fixed;
      top: 98px;
      left: 50%;
      transform: translateX(-50%);
      width: 93.5%;
      max-width: 1440px;
      background: #0F0556;
      opacity: 0;
      visibility: hidden;
      color: #fff;
      transition: all 0.25s linear;
      display: flex;
    }

    .dd-menu a {
      color: #fff;
      text-decoration: none;
    }

    .header-menu {
      list-style: none;
      margin: 0;
      padding: 0;
      display: inline-block;
      font-size: 0;
    }

    .header-menu>li {
      display: inline-block;
    }

    .header-menu>li>a {
      line-height: 98px;
      font-size: 10px;
      letter-spacing: 0.2em;
      display: block;
      padding: 0 16px;
      position: relative;
      color: #fff;
      text-decoration: none;
      transition: all 0.25s linear;
    }

    .header-menu>li>a:before {
      position: absolute;
      display: block;
      content: "";
      top: -5px;
      left: 0;
      right: 0;
      height: 5px;
      background: #264BFA;
      transition: all 0.25s linear;
    }

    .header-menu>li>a:hover:before {
      -webkit-transform: translateY(5px);
      transform: translateY(5px);
    }

    .header-menu>li>a.has-dd:after {
      display: block;
      content: "";
      z-index: 100;
      opacity: 0;
      position: absolute;
      left: 50%;
      bottom: 0;
      width: 0;
      height: 0;
      border-style: solid;
      transform: translateX(-50%);
      border-width: 10px 15px 0 15px;
      transition: all 0.25s linear;
      border-color: #ffffff transparent transparent transparent;
    }

    .header-menu>li>a.has-dd:hover:after {
      bottom: -10px;
      opacity: 1;
    }

    .header-menu>li:hover>.dd-menu {
      opacity: 1;
      visibility: visible;
    }

    .light-bg .header-menu>li>a,
    header.scrolled .header-menu>li>a,
    .header-inner:hover .header-menu>li>a {
      color: #000;
    }

    .menuwrap .freeBtn {
      letter-spacing: 0.1em;
      border: 1px solid #fff;
      background: transparent;
      transition: all 0.25s linear;
      margin-left: 40px;
    }

    .light-bg .menuwrap .freeBtn,
    header.scrolled .menuwrap .freeBtn,
    .header-inner:hover .menuwrap .freeBtn {
      border: none;
      background: #0723EA;
    }

    .light-bg .menuwrap .freeBtn:hover,
    header.scrolled .menuwrap .freeBtn:hover,
    .header-inner:hover .menuwrap .freeBtn:hover {
      background: transparent linear-gradient(90deg, #160358 0%, #130EB1 17%, #0723EA 35%, #264BFA 49%, #288AF9 65%, #23C6FA 77%, #1CD8F9 100%);
    }

    .nav-sub {
      display: flex;
      width: 100%;
      padding: 40px 40px 16px 40px;
      justify-content: space-between;
    }

    .ns1-col {
      width: 25%;
      padding: 5px;
      margin-right: 5px;
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .navcol-solutions2 {
      width: 24%;
      background: #1316B1;
      padding: 40px 40px 0 40px;
    }

    .navcol-title {
      color: #1CD8F9;
      text-transform: uppercase;
      font-size: 12px;
      line-height: 1.25;
      letter-spacing: 0.1em;
      margin-bottom: 20px;
    }

    a.blocklink {
      color: #fff;
      display: block;
      margin-bottom: 15px;
      font-size: 14px;
    }

    .bl-title {
      font-weight: 600;
      line-height: 1.3;
      margin-bottom: 8px;
      letter-spacing: 0.025em;
    }

    .bl-copy {
      font-size: 12px;
      line-height: 1.67;
    }

    .l4-items {
      margin-top: -10px;
      margin-left: 10px;
      margin-bottom: 30px;
    }

    .l4-items a {
      margin-bottom: 5px;
      font-size: 13px;
    }

    .dd-usecase {
      width: 45%;
      position: relative;
    }

    .case-bg {
      display: block;
      width: 100%;
      height: auto;
    }

    .uc-overlay {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      padding: 0 34px 34px;
    }

    .uc-label {
      font-size: 12px;
      line-height: 1.45;
      letter-spacing: 0.1em;
      margin-bottom: 10px;
    }

    .uc-row {
      display: flex;
    }

    .uc-title {
      width: 60%;
      font-size: 16px;
      line-height: 1.25;
    }

    .uc-link {
      display: inline-block;
      margin-left: auto;
      padding-top: 1px;
    }

    .dd-more {
      display: inline-block;
      vertical-align: top;
      font-size: 0;
    }

    .dd-more span,
    .arrow-dd {
      display: inline-block;
      vertical-align: top;
    }

    .dd-more span {
      font-size: 12px;
      font-weight: 700;
      line-height: 1.45;
      letter-spacing: 0.1em;
    }

    .arrow-dd {
      width: 15px;
      margin: 2px 0 0 10px;
    }

    .navcol-industries2 {
      width: 55%;
      padding: 50px 0 0;
      display: flex;
    }

    .ni2-col {
      margin-left: 90px;
    }

    .dd-list {
      list-style: none;
      margin: 0;
      padding: 0;
      font-size: 14px;
    }

    .dd-list li {
      margin-bottom: 16px;
      font-weight: 700;
    }

    .navcol-resources1 {
      width: 32.5%;
      position: relative;
    }

    .navcol-resources2 {
      width: 67.5%;
      padding: 50px 0 0;
      display: flex;
    }

    .navcol-resources2 .ni2-col:first-of-type {
      min-width: 134px;
    }

    .case-title {
      font-size: 16px;
      line-height: 1.4;
      margin-bottom: 20px;
      width: 256px;
    }

    .navcol-company1 {
      width: 44%;
      position: relative;
    }

    .navcol-company2 {
      width: 56%;
      padding: 50px 0 0;
      display: flex;
    }

    .event-overlay {
      position: absolute;
      top: 0;
      left: 0;
      padding: 50px 0 0 34px;
    }

    .event-dates {
      text-transform: uppercase;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0.1em;
      line-height: 1.4;
      margin-bottom: 10px;
    }

    .event-desc {
      font-size: 16px;
      line-height: 1.25;
      margin-bottom: 30px;
    }

    /*.hero-content-box p.text-white {
		  max-width: 460px;
	  }*/

  }

  @media only screen and (min-width: 1440px) {

    .header-inner {
      padding: 0 50px;
    }

    .header-menu>li>a {
      padding: 0 20px;
    }

    .menuwrap .freeBtn {
      margin-left: 72px;
    }

  }

  /*OTHER*/

  .menuwrap {
    display: flex;
    margin-left: auto;
    align-items: center;
  }

  .dd-menu {
    position: fixed;
    top: 98px;
    left: 50%;
    transform: translateX(-50%);
    width: 93.5%;
    max-width: 1440px;
    background: #0F0556;
    opacity: 0;
    visibility: hidden;
    color: #fff;
    transition: all 0.25s linear;
    display: flex;
  }

  .dd-menu a {
    color: #fff;
    text-decoration: none;
  }

  .header-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    font-size: 0;
  }

  .header-menu>li {
    display: inline-block;
  }

  .header-menu>li>a {
    line-height: 98px;
    font-size: 10px;
    letter-spacing: 0.2em;
    display: block;
    padding: 0 16px;
    position: relative;
    color: #fff;
    text-decoration: none;
    transition: all 0.25s linear;
  }

  .header-menu>li>a:before {
    position: absolute;
    display: block;
    content: "";
    top: -5px;
    left: 0;
    right: 0;
    height: 5px;
    background: #264BFA;
    transition: all 0.25s linear;
  }

  .header-menu>li>a:hover:before {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }

  .header-menu>li>a.has-dd:after {
    display: block;
    content: "";
    z-index: 100;
    opacity: 0;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    transform: translateX(-50%);
    border-width: 10px 15px 0 15px;
    transition: all 0.25s linear;
    border-color: #ffffff transparent transparent transparent;
  }

  .header-menu>li>a.has-dd:hover:after {
    bottom: -10px;
    opacity: 1;
  }

  .header-menu>li:hover>.dd-menu {
    opacity: 1;
    visibility: visible;
  }

  .light-bg .header-menu>li>a,
  header.scrolled .header-menu>li>a,
  .header-inner:hover .header-menu>li>a {
    color: #000;
  }

  .menuwrap .freeBtn {
    letter-spacing: 0.1em;
    border: 1px solid #fff;
    background: transparent;
    transition: all 0.25s linear;
    margin-left: 40px;
  }

  .light-bg .menuwrap .freeBtn,
  header.scrolled .menuwrap .freeBtn,
  .header-inner:hover .menuwrap .freeBtn {
    border: none;
    background: #0723EA;
  }

  .light-bg .menuwrap .freeBtn:hover,
  header.scrolled .menuwrap .freeBtn:hover,
  .header-inner:hover .menuwrap .freeBtn:hover {
    background: transparent linear-gradient(90deg, #160358 0%, #130EB1 17%, #0723EA 35%, #264BFA 49%, #288AF9 65%, #23C6FA 77%, #1CD8F9 100%);
  }

  .nav-sub {
    display: flex;
    width: 100%;
    padding: 40px 40px 16px 40px;
    justify-content: space-between;
  }

  .ns1-col {
    width: 25%;
    padding: 5px;
    margin-right: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .navcol-solutions2 {
    width: 24%;
    background: #1316B1;
    padding: 40px 40px 0 40px;
  }

  .navcol-title {
    color: #1CD8F9;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.25;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
  }

  a.blocklink {
    color: #fff;
    display: block;
    margin-bottom: 30px;
    font-size: 14px;
  }

  .bl-title {
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 8px;
    letter-spacing: 0.025em;
  }

  .bl-copy {
    font-size: 12px;
    line-height: 1.67;
  }

  .l4-items {
    margin-top: -10px;
    margin-left: 10px;
    margin-bottom: 30px;
  }

  .l4-items a {
    margin-bottom: 5px;
    font-size: 13px;
  }

  .dd-usecase {
    width: 45%;
    position: relative;
  }

  .case-bg {
    display: block;
    width: 100%;
    height: auto;
  }

  .uc-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 34px 34px;
  }

  .uc-label {
    font-size: 12px;
    line-height: 1.45;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
  }

  .uc-row {
    display: flex;
  }

  .uc-title {
    width: 60%;
    font-size: 16px;
    line-height: 1.25;
  }

  .uc-link {
    display: inline-block;
    margin-left: auto;
    padding-top: 1px;
  }

  .dd-more {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
  }

  .dd-more span,
  .arrow-dd {
    display: inline-block;
    vertical-align: top;
  }

  .dd-more span {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0.1em;
  }

  .arrow-dd {
    width: 15px;
    margin: 2px 0 0 10px;
  }

  .navcol-industries2 {
    width: 55%;
    padding: 50px 0 0;
    display: flex;
  }

  .ni2-col {
    margin-left: 90px;
  }

  .dd-list {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
  }

  .dd-list li {
    margin-bottom: 16px;
    font-weight: 700;
  }

  .navcol-resources1 {
    width: 32.5%;
    position: relative;
  }

  .navcol-resources2 {
    width: 67.5%;
    padding: 50px 0 0;
    display: flex;
  }

  .navcol-resources2 .ni2-col:first-of-type {
    min-width: 134px;
  }

  .case-title {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 20px;
    width: 256px;
  }

  .navcol-company1 {
    width: 44%;
    position: relative;
  }

  .navcol-company2 {
    width: 56%;
    padding: 50px 0 0;
    display: flex;
  }

  .event-overlay {
    position: absolute;
    top: 0;
    left: 0;
    padding: 50px 0 0 34px;
  }

  .event-dates {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.4;
    margin-bottom: 10px;
  }

  .event-desc {
    font-size: 16px;
    line-height: 1.25;
    margin-bottom: 30px;
  }

  /*.hero-content-box p.text-white {
		max-width: 460px;
	}*/

}

@media only screen and (min-width: 1440px) {

  .header-inner {
    padding: 0 50px;
  }

  .header-menu>li>a {
    padding: 0 20px;
  }

  .menuwrap .freeBtn {
    margin-left: 72px;
  }

}

/*OTHER*/

.ftco-section h5 {
  font-size: 40px;
  letter-spacing: -0.04em;
}

.study-card-section-box .card-body h6 {
  font-weight: 600;
}

.news-detail .blog-row {
  padding-top: 200px;
}

.blog-page.news-page .card-avatar {
  display: none;
}

.blog-card .testimonial-job {
  font-size: 18px !important;
}

.global-row.quote-src {
  line-height: 1.5;
}

.pt-5.quote-cta {
  padding-top: 2rem !important;
}

.form-group textarea {
  width: 100%;
}

.form-checkbox {
  position: relative;
  padding-left: 24px;
}

.form-checkbox input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 5px;
}

@media only screen and (min-width: 1440px) {

  .ftco-section h5 {
    font-size: 48px;
  }

}

@media only screen and (min-width: 1680px) {

  .ftco-section h5 {
    font-size: 64px;
  }

}