@font-face {
  font-family: "Helvetica Neue LT Pro";
  src: url("../fonts/HelveticaNeueLTPro-Blk.eot");
  src: url("../fonts/HelveticaNeueLTPro-Blk.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueLTPro-Blk.woff2") format("woff2"), url("../fonts/HelveticaNeueLTPro-Blk.woff") format("woff"), url("../fonts/HelveticaNeueLTPro-Blk.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT Pro";
  src: url("../fonts/HelveticaNeueLTPro-Th.eot");
  src: url("../fonts/HelveticaNeueLTPro-Th.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueLTPro-Th.woff2") format("woff2"), url("../fonts/HelveticaNeueLTPro-Th.woff") format("woff"), url("../fonts/HelveticaNeueLTPro-Th.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT Pro";
  src: url("../fonts/HelveticaNeueLTPro-Bd.eot");
  src: url("../fonts/HelveticaNeueLTPro-Bd.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueLTPro-Bd.woff2") format("woff2"), url("../fonts/HelveticaNeueLTPro-Bd.woff") format("woff"), url("../fonts/HelveticaNeueLTPro-Bd.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT Pro";
  src: url("../fonts/HelveticaNeueLTPro-Lt.eot");
  src: url("../fonts/HelveticaNeueLTPro-Lt.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueLTPro-Lt.woff2") format("woff2"), url("../fonts/HelveticaNeueLTPro-Lt.woff") format("woff"), url("../fonts/HelveticaNeueLTPro-Lt.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT Pro";
  src: url("../fonts/HelveticaNeueLTPro-Md.eot");
  src: url("../fonts/HelveticaNeueLTPro-Md.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueLTPro-Md.woff2") format("woff2"), url("../fonts/HelveticaNeueLTPro-Md.woff") format("woff"), url("../fonts/HelveticaNeueLTPro-Md.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT Pro";
  src: url("../fonts/HelveticaNeueLTPro-Roman.eot");
  src: url("../fonts/HelveticaNeueLTPro-Roman.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueLTPro-Roman.woff2") format("woff2"), url("../fonts/HelveticaNeueLTPro-Roman.woff") format("woff"), url("../fonts/HelveticaNeueLTPro-Roman.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat-VariableFont_wght.ttf);
  font-weight: normal;
}
@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat-Bold.ttf);
  font-weight: bold;
}
.border-none {
  border: none !important;
}

.font-light {
  font-weight: 100;
}

.font-regular, p, body {
  font-weight: 300;
}

.font-semibod {
  font-weight: 500;
}

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

.btn-link {
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.2px;
  color: #b52025;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0;
  border: none;
}
@media (max-width: 1370px) {
  .btn-link {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .btn-link {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .btn-link {
    font-size: 24px;
  }
}
.btn-link:hover, .btn-link:focus {
  color: #1c2326;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}

body {
  font-size: 18px;
  line-height: 29px;
  color: #939598;
  font-family: "Helvetica Neue LT Pro";
  overflow-x: hidden;
}
@media (max-width: 1370px) {
  body {
    font-size: 16px;
    line-height: 27px;
  }
}
@media (max-width: 1199px) {
  body {
    font-size: 14px;
    line-height: 24px;
  }
}

p {
  font-size: 18px;
  line-height: 29px;
  color: #939598;
  font-family: "Helvetica Neue LT Pro";
}
@media (max-width: 1370px) {
  p {
    font-size: 16px;
    line-height: 27px;
  }
}
@media (max-width: 1199px) {
  p {
    font-size: 14px;
    line-height: 24px;
  }
}

a {
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
a:hover, a:focus {
  text-decoration: none;
}

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

h1, h2, h3, h4, h5, h6 {
  letter-spacing: 0;
  font-weight: bold;
  color: #1c2326;
}

h1 {
  font-style: normal;
  font-weight: 600;
  font-size: 100px;
}
@media (max-width: 1370px) {
  h1 {
    font-size: 74px;
  }
}
@media (max-width: 1199px) {
  h1 {
    font-size: 64px;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 54px;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 40px;
  }
}
@media (max-width: 427px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  font-style: normal;
  font-size: 70px;
}

h3 {
  font-style: normal;
  font-size: 50px;
}
@media (max-width: 1370px) {
  h3 {
    font-size: 42px;
  }
}
@media (max-width: 1199px) {
  h3 {
    font-size: 38px;
  }
}
@media (max-width: 991px) {
  h3 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 40px;
  }
}
@media (max-width: 427px) {
  h3 {
    font-size: 30px;
  }
}

h4 {
  font-style: normal;
  font-size: 33px;
}
@media (max-width: 1370px) {
  h4 {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  h4 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  h4 {
    font-size: 22px;
  }
}
@media (max-width: 427px) {
  h4 {
    font-size: 18px;
  }
}

h5 {
  font-style: normal;
  font-size: 16px;
}
@media (max-width: 1370px) {
  h5 {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  h5 {
    font-size: 13px;
  }
}

h6 {
  font-style: normal;
  font-size: 14px;
}
@media (max-width: 1370px) {
  h6 {
    font-size: 12px;
  }
}

p:empty {
  display: none;
}

.container {
  max-width: 1440px;
  padding: 0 50px;

}
@media (max-width: 1199px) {
  .container {
    padding: 0 25px;
  }
}
@media (max-width: 991px) {
  .container {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .container {
    overflow: hidden;
  }
}
@media (max-width: 427px) {
  .container {
    padding: 0 15px;
  }
}

.title {
  position: relative;
  width: 100%;
}

.desktop-view {
  display: block !important;
}
@media (max-width: 991px) {
  .desktop-view {
    display: none !important;
  }
}

.mobile-view {
  display: none !important;
}
@media (max-width: 991px) {
  .mobile-view {
    display: block !important;
  }
}

.mobile-first {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (max-width: 767px) {
  .mobile-first {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.mobile-last {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (max-width: 767px) {
  .mobile-last {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

header {
  width: 100%;
  position: relative;
}
header .header-inner-wrapper {
  position: relative;
  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;
  height: 130px;
}
@media (max-width: 1370px) {
  header .header-inner-wrapper {
    height: 90px;
  }
}
@media (max-width: 767px) {
  header .header-inner-wrapper {
    height: 72px;
  }
}
header .menu-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .menu-wrapper .toggle-button-wrapper {
  display: inline-block;
  line-height: 17px;
}
header .menu-wrapper .toggle-button-wrapper a {
  display: block;
}
header .menu-wrapper .toggle-button-wrapper a svg {
  width: 25px;
}
header .menu-wrapper .dekstop-menu {
  position: relative;
  display: inline-block;
  margin-left: 60px;
}
header .menu-wrapper li a{
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: left;
    color: #b52025;
}
@media (max-width: 1370px) {
  header .menu-wrapper .dekstop-menu {
    margin-left: 30px;
  }
}
header .menu-wrapper .dekstop-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
header .menu-wrapper .dekstop-menu ul li {
  margin: 0 0 0 35px;
}
@media (max-width: 1370px) {
  header .menu-wrapper .dekstop-menu ul li {
    margin: 0 0 0 25px;
  }
}
header .menu-wrapper .dekstop-menu table {
  border-spacing: 100px; 
  border-collapse: separate;

}

@media (max-width: 1370px) {
  header .menu-wrapper .dekstop-menu ul li a {
    font-size: 14px;
  }
}
header .menu-wrapper ul.address-wrapper {
  position: relative;
  width: auto;
  display: inline-block;
  margin: 55px 0 70px;
}
@media (max-width: 1370px) {
  header .menu-wrapper ul.address-wrapper {
    margin: 55px 0 50px;
  }
}
@media (max-width: 1199px) {
  header .menu-wrapper ul.address-wrapper {
    margin: 55px 0 50px;
  }
}
@media (max-width: 767px) {
  header .menu-wrapper ul.address-wrapper {
    max-width: 180px;
    margin: 40px 0 20px;
  }
}
header .menu-wrapper ul.address-wrapper li {
  margin-bottom: 50px;
}
@media (max-width: 1199px) {
  header .menu-wrapper ul.address-wrapper li {
    margin-bottom: 30px;
  }
}
header .menu-wrapper ul.address-wrapper li:last-child {
  margin-bottom: 0;
}
header .menu-wrapper ul.address-wrapper li h3, header .menu-wrapper ul.address-wrapper li a, header .menu-wrapper ul.address-wrapper li p {
  font-size: 20px;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: normal;
  color: #ffffff;
  display: block;
  margin: 0;
}
@media (max-width: 1370px) {
  header .menu-wrapper ul.address-wrapper li h3, header .menu-wrapper ul.address-wrapper li a, header .menu-wrapper ul.address-wrapper li p {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  header .menu-wrapper ul.address-wrapper li h3, header .menu-wrapper ul.address-wrapper li a, header .menu-wrapper ul.address-wrapper li p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  header .menu-wrapper ul.address-wrapper li h3, header .menu-wrapper ul.address-wrapper li a, header .menu-wrapper ul.address-wrapper li p {
    font-size: 14px;
  }
}
header .menu-wrapper ul.address-wrapper li h3 {
  text-transform: uppercase;
}
header .menu-wrapper ul.address-wrapper li a {
  font-weight: bold;
}
header .cto-wrapper {
  display: inline-block;
  position: relative;
  max-width: 84px;
  display: none;
}
@media (max-width: 767px) {
  header .cto-wrapper {
    position: fixed;
    right: 15px;
    bottom: 25px;
  }
}
header .cto-wrapper a {
  display: block;
}
header .cto-wrapper a svg {
  max-width: 84px;
}
@media (max-width: 1370px) {
  header .cto-wrapper a svg {
    max-width: 70px;
  }
}

.fixed-header {
  position: fixed;
  background-color: #ffffff;
  z-index: 99;
  left: 0;
  top: 0;
}

.menu-dropdown {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background-color: rgba(28, 35, 38, 0.6);
  counter-reset: my-sec-counter;
}
.menu-dropdown ul.social-wrapper.bottom-social-icon {
  display: none !important;
  max-width: 238px;
}
@media (max-width: 991px) {
  .menu-dropdown ul.social-wrapper.bottom-social-icon {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media (max-width: 767px) {
  .menu-dropdown ul.social-wrapper.bottom-social-icon {
    max-width: 160px;
    padding: 0;
  }
}
.menu-dropdown ul.social-wrapper.bottom-social-icon li svg {
  width: 18px;
  height: 18px;
}
.menu-dropdown ul.social-wrapper {
  position: absolute;
  top: 50px;
  right: 30px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
@media (max-width: 991px) {
  .menu-dropdown ul.social-wrapper {
    position: static;
    top: 0;
    right: 0;
    width: 100%;
    display: none !important;
  }
}
.menu-dropdown ul.social-wrapper li:first-child {
  margin-left: 0;
}
.menu-dropdown ul.social-wrapper li svg {
  width: 28px;
  height: 28px;
}
.menu-dropdown .menu-inner {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 50%;
  padding: 50px 30px 50px 50px;
  overflow-y: auto;
  background-color: #1B2326;
  background-image: url(../images/menu-background-img.png);
  background-repeat: no-repeat;
  overflow-y: auto;
  background-size: cover;
  background-position: right bottom;
}
@media (max-width: 767px) {
  .menu-dropdown .menu-inner {
    max-width: 100%;
  }
}
.menu-dropdown .address-wrap {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 991px) {
  .menu-dropdown .address-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.logo-wrapper {
  width: 160px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 767px) {
  .logo-wrapper {
    width: 116px;
  }
}
.logo-wrapper img {
  width: 100%;
}

a.close-menu {
  display: inline-block;
  margin-bottom: 70px;
  width: 34px;
  height: 34px;
  position: relative;
}
@media (max-width: 767px) {
  a.close-menu {
    width: 17px;
    height: 17px;
  }
}
a.close-menu::before, a.close-menu::after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 34px;
  width: 2px;
  background-color: #939598;
}
@media (max-width: 767px) {
  a.close-menu::before, a.close-menu::after {
    height: 17px;
    left: 7px;
  }
}
a.close-menu::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
a.close-menu::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (max-width: 1370px) {
  a.close-menu {
    margin-bottom: 40px;
  }
}

ul.navigation-wrapper {
  position: relative;
  width: 100%;
  margin: 0;
}
ul.navigation-wrapper > li {
  width: 100%;
  position: relative;
  padding-left: 50px;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  ul.navigation-wrapper > li {
    margin-bottom: 15px;
  }
}
ul.navigation-wrapper > li:last-child {
  margin-bottom: 0;
}
ul.navigation-wrapper > li .dropdown-icon {
  width: 35px;
  height: 35px;
  cursor: pointer;
  display: inline-block;
  vertical-align: bottom;
  position: relative;
}
ul.navigation-wrapper > li .dropdown-icon:after {
  content: "";
  border: solid white;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 7px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  left: 8px;
  top: 2px;
}
ul.navigation-wrapper > li > a {
  font-size: 40px;
  font-weight: 500;
  font-style: normal;
  line-height: 40px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  color: #ffffff;
  text-transform: uppercase;
}
@media (max-width: 1370px) {
  ul.navigation-wrapper > li > a {
    font-size: 36px;
  }
}
@media (max-width: 1199px) {
  ul.navigation-wrapper > li > a {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  ul.navigation-wrapper > li > a {
    font-size: 30px;
  }
}
ul.navigation-wrapper > li > a:hover {
  text-decoration: none;
  color: #FE003C;
}
ul.navigation-wrapper > li > a span.coming-soon {
  font-size: 14px;
  font-weight: 500;
  font-style: italic;
  letter-spacing: normal;
  color: #b52025;
  display: inline-block;
  line-height: 15px;
  margin-left: 10px;
}
@media (max-width: 1370px) {
  ul.navigation-wrapper > li > a span.coming-soon {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  ul.navigation-wrapper > li > a span.coming-soon {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  ul.navigation-wrapper > li > a span.coming-soon {
    font-size: 16px;
  }
}
ul.navigation-wrapper > li::before {
  counter-increment: my-sec-counter;
  content: "0" counter(my-sec-counter);
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 18px;
  font-weight: 300;
  text-align: left;
  color: #939598;
}
ul.navigation-wrapper > li .submenu-wrapper {
  position: relative;
  width: 100%;
  padding-top: 30px;
}
@media (max-width: 1370px) {
  ul.navigation-wrapper > li .submenu-wrapper {
    padding-top: 15px;
  }
}
ul.navigation-wrapper > li .submenu-wrapper ul.submenu {
  width: 100%;
  position: relative;
  padding-left: 50px;
}
@media (max-width: 1199px) {
  ul.navigation-wrapper > li .submenu-wrapper ul.submenu {
    padding-left: 30px;
  }
}
@media (max-width: 427px) {
  ul.navigation-wrapper > li .submenu-wrapper ul.submenu {
    padding-left: 0;
  }
}
ul.navigation-wrapper > li .submenu-wrapper ul.submenu > li {
  width: 100%;
  position: relative;
  padding-left: 50px;
  margin-bottom: 20px;
}
@media (max-width: 1370px) {
  ul.navigation-wrapper > li .submenu-wrapper ul.submenu > li {
    padding-left: 30px;
    margin-bottom: 10px;
  }
}
ul.navigation-wrapper > li .submenu-wrapper ul.submenu > li > a {
  font-size: 30px;
  font-weight: 300;
  line-height: 1.83;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
@media (max-width: 1370px) {
  ul.navigation-wrapper > li .submenu-wrapper ul.submenu > li > a {
    font-size: 20px;
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  ul.navigation-wrapper > li .submenu-wrapper ul.submenu > li > a {
    font-size: 18px;
    line-height: 30px;
  }
}
ul.navigation-wrapper > li .submenu-wrapper ul.submenu > li > a:hover {
  text-decoration: none;
  color: #b52025;
}
ul.navigation-wrapper > li .submenu-wrapper ul.submenu > li::before {
  content: " ";
  background-color: #b52025;
  position: absolute;
  left: 0;
  top: 50%;
  width: 5px;
  height: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1370px) {
  ul.navigation-wrapper > li .submenu-wrapper ul.submenu > li::before {
    width: 3px;
    height: 20px;
  }
}
ul.navigation-wrapper > li.active > a {
  color: #FE003C;
}

ul.small-menu li {
  padding-left: 0px;
}
ul.small-menu li a {
  font-size: 24px;
}
ul.small-menu li::before {
  display: none;
}

.creating-brand-section {
  position: relative;
  width: 100%;
  padding-top: 90px;
}
@media (max-width: 1370px) {
  .creating-brand-section {
    padding-top: 50px;
  }
}
@media (max-width: 991px) {
  .creating-brand-section {
    padding-top: 314px;
  }
}

.creating-brand-1 {
  position: relative;
  width: 100%;
  padding: 150px 0;
  max-width: 1010px;
  margin-left: auto;
}
@media (max-width: 1370px) {
  .creating-brand-1 {
    padding: 90px 0;
    max-width: 870px;
  }
}
@media (max-width: 1199px) {
  .creating-brand-1 {
    max-width: 800px;
    padding: 50px 0;
  }
}
.creating-brand-1 h1 {
  font-size: 100px;
  margin-bottom: 40px;
  text-transform: uppercase;
  color: #1c2326;
  line-height: 1;
}
@media (max-width: 1370px) {
  .creating-brand-1 h1 {
    font-size: 74px;
  }
}
@media (max-width: 1199px) {
  .creating-brand-1 h1 {
    font-size: 64px;
  }
}
@media (max-width: 991px) {
  .creating-brand-1 h1 {
    font-size: 54px;
  }
}
@media (max-width: 991px) {
  .creating-brand-1 h1 {
    font-size: 40px;
  }
}
.creating-brand-1 h1 span {
  display: block;
}
.creating-brand-1 h1 span.head1 {
  margin-left: 130px;
}
@media (max-width: 991px) {
  .creating-brand-1 h1 span.head1 {
    margin-left: 80px;
  }
}
.creating-brand-1 h1 span.head3 {
  margin-left: 205px;
}
@media (max-width: 991px) {
  .creating-brand-1 h1 span.head3 {
    margin-left: 55px;
  }
}
.creating-brand-1 .content-wrapper {
  position: relative;
  width: 100%;
  max-width: 720px;
  padding-left: 300px;
}
@media (max-width: 1370px) {
  .creating-brand-1 .content-wrapper {
    max-width: 620px;
    padding-left: 200px;
  }
}
@media (max-width: 991px) {
  .creating-brand-1 .content-wrapper {
    max-width: 500px;
    padding-left: 100px;
  }
}
@media (max-width: 767px) {
  .creating-brand-1 .content-wrapper {
    max-width: 100%;
    padding-left: 65px;
  }
}
.creating-brand-1 .btn-link {
  position: relative;
  padding-left: 30px;
}
@media (max-width: 1199px) {
  .creating-brand-1 .btn-link {
    padding-left: 25px;
  }
}
.creating-brand-1 .btn-link span.icon-wrapper {
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0;
  top: 0;
}
@media (max-width: 1199px) {
  .creating-brand-1 .btn-link span.icon-wrapper {
    width: 14px;
    height: 14px;
  }
}
.creating-brand-1 .btn-link span.icon-wrapper svg {
  width: 18px;
  height: 18px;
  vertical-align: baseline;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media (max-width: 1199px) {
  .creating-brand-1 .btn-link span.icon-wrapper svg {
    width: 14px;
    height: 14px;
  }
}
.creating-brand-1 .btn-link span.icon-wrapper svg path {
  stroke: #b52025;
  stroke-width: 6px;
}

.create-grand-2 {
  position: relative;
  width: 100%;
  padding-bottom: 100px;
}
@media (max-width: 1370px) {
  .create-grand-2 {
    padding-bottom: 50px;
  }
}
.create-grand-2 h2 {
  font-size: 50px;
  font-style: normal;
  line-height: 1.4;
  color: #000000;
}
@media (max-width: 1370px) {
  .create-grand-2 h2 {
    font-size: 42px;
  }
}
@media (max-width: 1199px) {
  .create-grand-2 h2 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .create-grand-2 h2 {
    font-size: 40px;
    text-align: center;
  }
}
.create-grand-2 .content-wrapper {
  padding-left: 160px;
}
@media (max-width: 1199px) {
  .create-grand-2 .content-wrapper {
    padding-left: 70px;
  }
}
@media (max-width: 991px) {
  .create-grand-2 .content-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .create-grand-2 .content-wrapper {
    padding-top: 40px;
  }
}
.create-grand-2 .btn-link {
  position: relative;
  padding-left: 30px;
  margin-top: 20px;
  display: inherit;
}
@media (max-width: 1199px) {
  .create-grand-2 .btn-link {
    padding-left: 25px;
  }
}
@media (max-width: 767px) {
  .create-grand-2 .btn-link {
    margin: 20px auto 0;
  }
}
.create-grand-2 .btn-link span.icon-wrapper {
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0;
  top: 0;
}
@media (max-width: 1199px) {
  .create-grand-2 .btn-link span.icon-wrapper {
    width: 14px;
    height: 14px;
  }
}
.create-grand-2 .btn-link span.icon-wrapper svg {
  width: 18px;
  height: 18px;
  vertical-align: baseline;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
@media (max-width: 1199px) {
  .create-grand-2 .btn-link span.icon-wrapper svg {
    width: 14px;
    height: 14px;
  }
}
.create-grand-2 .btn-link span.icon-wrapper svg path {
  stroke: #b52025;
  stroke-width: 6px;
}

.strong-relationship {
  position: relative;
  width: 100%;
}

.strong-relationship-inner {
  position: relative;
  width: 100%;
  padding: 100px 0;
}
.strong-relationship-inner h3 {
  max-width: 80%;
  font-size: 36px;
  line-height: 56px;
  margin: 0 0 40px 0;
}
.strong-relationship-inner .content-wrapper {
  max-width: 400px;
  margin-left: auto;
}

.whatwedo {
  position: relative;
  width: 100%;
}

.whatwedo-inner {
  position: relative;
  width: 100%;
  max-width: 1130px;
  margin: 150px auto 200px;
}
@media (max-width: 1370px) {
  .whatwedo-inner {
    margin: 100px auto 150px;
  }
}
@media (max-width: 1199px) {
  .whatwedo-inner {
    margin: 50px auto 100px;
  }
}
@media (max-width: 767px) {
  .whatwedo-inner {
    margin: 65px auto 90px;
  }
}
.whatwedo-inner h3 {
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 65px 0;
}
@media (max-width: 767px) {
  .whatwedo-inner h3 {
    margin: 0 0 35px 0;
  }
}
.whatwedo-inner .hexa-block {
  width: 100%;
  max-width: 296px;
  height: 258px;
  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-image: url(../images/hexagon_brand_black.svg);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  text-align: center;
}
.whatwedo-inner .hexa-block:hover {
  background-image: url(../images/hexagon_brand_red.svg);
}
.whatwedo-inner .hexa-block:hover h4 .commingsoon-text {
  color: #ffffff;
}
@media (max-width: 1199px) {
  .whatwedo-inner .hexa-block {
    max-width: 250px;
    height: 218px;
  }
}
@media (max-width: 1199px) {
  .whatwedo-inner .hexa-block {
    margin: 0 auto 35px !important;
    max-width: 232px;
    height: 202px;
  }
}
.whatwedo-inner .hexa-block h4 {
  font-size: 33px;
  font-weight: bold;
  letter-spacing: 1.65px;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 1370px) {
  .whatwedo-inner .hexa-block h4 {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .whatwedo-inner .hexa-block h4 {
    font-size: 22px;
  }
}

ul.wedo {
  position: relative;
  width: 100%;
  max-width: 716px;
  margin-left: auto;
  background-image: url(../images/whatwedo-img.png);
  height: 711px;
  background-size: contain;
}
ul.wedo li {
  position: relative;
}
ul.wedo li a {
  color: #ffffff;
  font-size: 32px;
}
ul.wedo li:nth-child(1) {
  position: absolute;
  right: 20%;
  top: 140px;
}
ul.wedo li:nth-child(2) {
  position: absolute;
  left: 20%;
  top: 325px;
}
ul.wedo li:nth-child(3) {
  position: absolute;
  right: 20%;
  top: 510px;
}

.overlay-img a.play-btn {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
}
.overlay-img:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(28, 35, 38, 0.53);
  content: "";
}
.overlay-img span.icon-bottom-right {
  display: inline-block;
  width: 120px;
  height: 120px;
  position: absolute;
  right: 45px;
  bottom: 30px;
}

.testimonial-wrapper {
  position: relative;
  width: 100%;
  padding: 130px 0 100px;
}
@media (max-width: 1370px) {
  .testimonial-wrapper {
    padding: 100px 0 70px;
  }
}
@media (max-width: 1199px) {
  .testimonial-wrapper {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .testimonial-wrapper {
    padding: 36px 0 40px;
  }
}
.testimonial-wrapper .title {
  margin-bottom: 135px;
}
@media (max-width: 1370px) {
  .testimonial-wrapper .title {
    margin-bottom: 90px;
  }
}
@media (max-width: 767px) {
  .testimonial-wrapper .title {
    margin-bottom: 70px;
  }
}
.testimonial-wrapper .title h3 {
  text-transform: uppercase;
  padding-left: 248px;
}
@media (max-width: 767px) {
  .testimonial-wrapper .title h3 {
    padding-left: 0;
  }
}

.testimonial-inner {
  width: 100%;
  position: relative;
  max-width: 780px;
  /*margin-left: auto;*/
  margin: 0 auto;
}
@media only screen and (max-width: 1440px) {
  .testimonial-inner {
    max-width: 270px;
  }
}
@media (max-width: 767px) {
  .testimonial-inner {
    margin-top: 158px;
    max-width: 100%;
  }
}

.worktogether {
  position: relative;
  width: 100%;
}

.worktogether-inner {
  position: relative;
  width: 100%;
  padding: 100px 0;
}
@media (max-width: 1370px) {
  .worktogether-inner {
    padding: 70px 0;
  }
}
.worktogether-inner h3 {
  font-size: 58px;
  text-transform: uppercase;
  margin: 0 auto;
  display: inline-block;
  text-align: left;
}
@media (max-width: 1370px) {
  .worktogether-inner h3 {
    font-size: 52px;
  }
}
@media (max-width: 1199px) {
  .worktogether-inner h3 {
    font-size: 42px;
  }
}
.worktogether-inner h3 span {
  display: block;
}
.worktogether-inner h3 span.head2 {
  margin-left: 130px;
}

.worktogether-action {
  width: 304px;
  height: 304px;
  background-image: url(../images/Lets_Get_Started-svg.svg);
  display: block;
  margin: 50px auto 0;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 1370px) {
  .worktogether-action {
    width: 260px;
    height: 260px;
  }
}
@media (max-width: 1199px) {
  .worktogether-action {
    width: 220px;
    height: 220px;
  }
}
@media (max-width: 767px) {
  .worktogether-action {
    width: 256px;
    height: 256px;
  }
}
.worktogether-action a {
  text-transform: uppercase;
  color: #ffffff;
  width: 100%;
  text-align: center;
  height: 100%;
  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-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.worktogether-action .icon-wrapper {
  width: 74px;
  height: 74px;
  margin: 0 0 20px 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
@media (max-width: 1199px) {
  .worktogether-action .icon-wrapper {
    width: 54px;
    height: 54px;
  }
}
.worktogether-action .icon-wrapper svg {
  width: 74px;
  height: 74px;
}
@media (max-width: 1199px) {
  .worktogether-action .icon-wrapper svg {
    width: 54px;
    height: 54px;
  }
}
.worktogether-action .icon-wrapper svg path {
  stroke: #ffffff;
}

.testimonial-bg:after {
  content: "";
  width: 100%;
  min-height: 160%;
  background-image: url(../images/hexagons-bg.svg);
  display: block;
  position: absolute;
  top: -390px;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: contain;
  left: -180px;
}
@media (max-width: 1370px) {
  .testimonial-bg:after {
    min-height: 200%;
  }
}

.quote-bg:before {
  content: "";
  width: 324px;
  min-height: 270px;
  background-image: url(../images/testimonial_quote.svg);
  display: block;
  position: absolute;
  top: 190px;
  z-index: -1;
  background-repeat: no-repeat;
  right: 175px;
  background-size: contain;
}
@media (max-width: 1370px) {
  .quote-bg:before {
    width: 260px;
    min-height: 220px;
    top: 150px;
    right: 100px;
  }
}
@media (max-width: 1199px) {
  .quote-bg:before {
    width: 180px;
    min-height: 150px;
    top: 110px;
    right: 100px;
  }
}
@media (max-width: 767px) {
  .quote-bg:before {
    right: 0;
  }
}

.creating-brand-bg {
  overflow: hidden;
}
.creating-brand-bg:after {
  content: "";
  width: 100%;
  min-height: 160%;
  background-image: url(../images/creating-brand-bg.png);
  display: block;
  position: absolute;
  top: 50px;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: contain;
  left: -180px;
}
@media (max-width: 1370px) {
  .creating-brand-bg:after {
    top: 30px;
  }
}
@media (max-width: 767px) {
  .creating-brand-bg:after {
    width: 180%;
    min-height: 100%;
    left: -75px;
  }
}

ul.footer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  ul.footer-info {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
@media (max-width: 767px) {
  ul.footer-info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
ul.footer-info li {
  padding: 0 15px;
  line-height: 15px;
}
@media (max-width: 767px) {
  ul.footer-info li {
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #44565f;
  }
}
ul.footer-info li a {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 1.2px;
  color: #ffffff;
}
@media (max-width: 1199px) {
  ul.footer-info li a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  ul.footer-info li a {
    font-size: 14px;
  }
}

footer {
  position: relative;
  width: 100%;
  background-color: #2d2d2d;
}

.footer-inner {
  position: relative;
  width: 100%;
  padding: 50px 0;
  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;
}
@media (max-width: 1370px) {
  .footer-inner {
    padding: 35px 0;
  }
}
@media (max-width: 1199px) {
  .footer-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .footer-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .footer-inner {
    padding: 30px 0;
  }
}
.footer-inner .footer-logo {
  max-width: 265px;
  display: inline-block;
  position: relative;
}
@media (max-width: 1370px) {
  .footer-inner .footer-logo {
    width: 180px;
  }
}
@media (max-width: 991px) {
  .footer-inner .footer-logo {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 1370px) {
  .footer-inner .footer-logo svg {
    width: 180px;
  }
}
@media (max-width: 767px) {
  .footer-inner ul.links-wrapper, .footer-inner ul.footer-info {
    padding-left: 65px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .footer-inner ul.social-wrapper {
    margin-top: 25px;
    padding-left: 50px;
  }
}
.footer-inner a{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 166%;
  color: #FFFFFF;
}
.footer-inner a:hover{
    color: #FFFFFF;
}
.footer-inner li{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;
  color: #FFFFFF;
  padding-bottom: 10px; 
}
.footer-inner td{
  vertical-align:top
}

ul.links-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 0;
}
@media (max-width: 767px) {
  ul.links-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 65px;
  }
}
ul.links-wrapper li {
  padding: 0 15px;
  border-right: 1px solid #ffffff;
  line-height: 15px;
}
@media (max-width: 767px) {
  ul.links-wrapper li {
    width: 100%;
    border-right: none;
    padding: 15px 0;
    border-bottom: 1px solid #44565f;
  }
}
ul.links-wrapper li:last-child {
  border-right: 0;
}
@media (max-width: 767px) {
  ul.links-wrapper li:last-child {
    border-bottom: none;
  }
}
ul.links-wrapper li a {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1.2px;
  color: #ffffff;
}

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

@media (max-width: 767px) {
  ul.social-wrapper {
    padding-left: 45px;
  }
}
ul.social-wrapper li {
  margin-left: 35px;
}
@media (max-width: 1370px) {
  ul.social-wrapper li {
    margin-left: 20px;
  }
}
@media (max-width: 1199px) {
  ul.social-wrapper li {
    margin-left: 15px;
  }
}
ul.social-wrapper li a svg {
  width: 24px;
  height: 24px;
}
@media (max-width: 1199px) {
  ul.social-wrapper li a svg {
    width: 25px;
    height: 25px;
  }
}
@media (max-width: 767px) {
  ul.social-wrapper li a svg {
    width: 16px;
    height: 16px;
  }
}

.backtotop {
  position: relative;
  width: 100%;
  padding-bottom: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 767px) {
  .backtotop {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.backtotop .btn {
  padding-left: 30px;
  position: relative;
}
@media (max-width: 1199px) {
  .backtotop .btn {
    padding-left: 25px;
  }
}
.backtotop span.icon-wrapper {
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0;
  top: 0;
}
.backtotop span.icon-wrapper svg {
  width: 18px;
  height: 18px;
  vertical-align: baseline;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.backtotop span.icon-wrapper svg path {
  stroke: #b52025;
  stroke-width: 6px;
}

.testimonial-slider-style {
  max-width: 595px;
  margin: -90px auto 0;
  width: 100%;
}
@media (max-width: 1199px) {
  .testimonial-slider-style {
    max-width: 580px;
  }
}
.testimonial-slider-style .item .img-block {
  max-width: 170px;
  max-height: 170px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .testimonial-slider-style .item .img-block {
    margin-top: 30px;
  }
}
.testimonial-slider-style .item h5 {
  margin-top: 35px;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 29px;
  color: #939598;
}
@media (max-width: 767px) {
  .testimonial-slider-style .item p {
    font-size: 18px;
    line-height: 29px;
  }
}
.testimonial-slider-style ul.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 110px;
}
@media (max-width: 1370px) {
  .testimonial-slider-style ul.slick-dots {
    margin-top: 10px;
  }
}
.testimonial-slider-style ul.slick-dots li {
  margin: 0 10px 0 0;
}
.testimonial-slider-style ul.slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
  background-color: transparent;
  border: 1px solid #cccccc;
  border-radius: 50%;
  font-size: 0;
}
.testimonial-slider-style ul.slick-dots li.slick-active button {
  /* background-color: #000000;
  border: 1px solid #000000; */
  background-color: white;
  border: 1px solid white;
}

.whoweare {
  position: relative;
  width: 100%;
  background-color: #f1f1f1;
  padding: 130px 0 0;
  margin-bottom: 250px;
}
@media (max-width: 767px) {
  .whoweare .container {
    overflow: initial;
  }
}
@media (max-width: 1370px) {
  .whoweare {
    padding: 90px 0 0;
  }
}
@media (max-width: 1199px) {
  .whoweare {
    padding: 70px 0 0;
    margin-bottom: 180px;
  }
}
@media (max-width: 991px) {
  .whoweare {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .whoweare {
    margin-bottom: 360px;
    padding: 90px 0 0;
  }
}
.whoweare .whoweare-inner {
  position: relative;
  width: 100%;
}
.whoweare .title h3 {
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .whoweare .title h3 {
    margin-bottom: 32px;
  }
}
.whoweare .whoweare-inner-1 {
  margin-bottom: 100px;
}
@media (max-width: 1370px) {
  .whoweare .whoweare-inner-1 {
    margin-bottom: 50px;
  }
}
.whoweare .whoweare-inner-1 h4 {
  font-size: 35px;
  font-weight: 300;
  font-style: normal;
  line-height: 1.6;
  text-align: left;
  color: #000000;
}
@media (max-width: 1370px) {
  .whoweare .whoweare-inner-1 h4 {
    font-size: 32px;
    line-height: 1.4;
  }
}
@media (max-width: 1199px) {
  .whoweare .whoweare-inner-1 h4 {
    font-size: 28px;
    line-height: 1.2;
  }
}
@media (max-width: 991px) {
  .whoweare .whoweare-inner-1 h4 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .whoweare .whoweare-inner-1 h4 {
    font-size: 30px;
    line-height: 1.62;
  }
}
.whoweare .whoweare-inner-2 {
  position: relative;
}
.whoweare .whoweare-inner-2 .content-wrapper {
  padding-left: 75px;
}
@media (max-width: 1199px) {
  .whoweare .whoweare-inner-2 .content-wrapper {
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .whoweare .whoweare-inner-2 .content-wrapper {
    padding-left: 70px;
  }
}
.whoweare .whoweare-inner-2 .content-wrapper p {
  margin: 0 0 60px 0;
}
@media (max-width: 1370px) {
  .whoweare .whoweare-inner-2 .content-wrapper p {
    margin: 0 0 40px 0;
  }
}
@media (max-width: 1199px) {
  .whoweare .whoweare-inner-2 .content-wrapper p {
    margin: 0 0 20px 0;
  }
}
@media (max-width: 991px) {
  .whoweare .whoweare-inner-2 .content-wrapper p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .whoweare .whoweare-inner-2 .content-wrapper p {
    margin: 0 0 30px 0;
  }
}
.whoweare .whoweare-inner-2 .img-wrapper {
  width: 100%;
  position: relative;
  max-width: 411px;
  margin-bottom: -150px;
}
@media (max-width: 767px) {
  .whoweare .whoweare-inner-2 .img-wrapper {
    max-width: 284px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -290px;
  }
}
.whoweare .whoweare-inner-2 .img-wrapper img {
  width: 100%;
}

.customize-intro {
  position: relative;
  width: 100%;
}

.customize-inner {
  position: relative;
  width: 100%;
  padding: 150px 0;
}
.customize-inner .content-wrapper {
  max-width: 830px;
  margin-left: auto;
}
.customize-inner .content-wrapper h1 {
  font-size: 68px;
  text-transform: uppercase;
  margin: 0 0 40px 0;
}
.customize-inner .content-wrapper p {
  max-width: 420px;
  margin-left: auto;
}

.faq-inner {
  padding: 100px 0;
}
.faq-inner h2 {
  text-transform: uppercase;
  font-size: 58px;
  margin-bottom: 40px;
}
.faq-inner h2 span {
  display: block;
}

.faq-accordian .accordion-item h3 {
  padding: 20px 0 !important;
  font-size: 26px;
  cursor: pointer;
}
.faq-accordian .accordion-item .accordion-button:after {
  background-image: url(../images/plus.png);
  width: 50px;
  height: 50px;
  background-size: contain;
}
.faq-accordian .accordion-item .accordion-button:not(.collapsed) {
  background-color: transparent;
  color: #000000;
}
.faq-accordian .accordion-body {
  padding: 20px 0;
  font-size: 18px;
  line-height: 30px;
}
.faq-accordian .accordion-body p {
  font-size: 18px;
  line-height: 30px;
}

.exploremore {
  position: relative;
  width: 100%;
  padding: 100px 0;
}
.exploremore h3 {
  font-size: 68px;
  text-transform: uppercase;
}
.exploremore h3 span {
  display: block;
}

.our-approch {
  position: relative;
  width: 100%;
}

.our-approch-inner {
  padding: 100px 0;
  position: relative;
  width: 100%;
}
.our-approch-inner h3 {
  font-size: 68px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 40px 0;
}
.our-approch-inner h3 span {
  display: block;
}

ul.our-approch-list {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  counter-reset: my-sec-counter;
}
ul.our-approch-list li {
  width: 50%;
  padding-left: 70px;
  margin: 0 0 50px 0;
  position: relative;
}
ul.our-approch-list li::before {
  counter-increment: my-sec-counter;
  content: "0" counter(my-sec-counter);
  font-size: 48px;
  color: #777;
  position: absolute;
  left: 0;
  top: 0;
}
ul.our-approch-list li h4 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 0 25px 0;
}

.our-work-inner h3 {
  font-size: 56px;
  text-transform: uppercase;
  font-weight: 700;
}
.our-work-inner h3 span {
  display: block;
}

ul.work-list {
  position: relative;
  width: 100%;
}
ul.work-list li {
  position: relative;
  width: 100%;
}
ul.work-list li .img-wrapper img {
  max-width: 100%;
}
ul.work-list li:nth-child(1) .img-wrapper {
  max-width: 410px;
}
ul.work-list li:nth-child(2) .img-wrapper {
  max-width: 520px;
}
ul.work-list li:nth-child(3) .img-wrapper {
  max-width: 312px;
}

.work-block {
  position: relative;
  width: 100%;
}
.work-block h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
}

.hardware-customisation {
  position: relative;
  width: 100%;
}

.hardware-customisation-inner {
  position: relative;
  width: 100%;
  padding: 170px 0 200px;
  max-width: 930px;
  margin: auto;
}
@media (max-width: 1370px) {
  .hardware-customisation-inner {
    padding: 100px 0 150px;
  }
}
@media (max-width: 1199px) {
  .hardware-customisation-inner {
    padding: 50px 0 100px;
    max-width: 700px;
  }
}
@media (max-width: 427px) {
  .hardware-customisation-inner {
    padding: 60px 0;
  }
}
.hardware-customisation-inner h3 {
  text-transform: uppercase;
  margin-bottom: 100px;
  display: inline-block;
  padding-right: 70px;
}
@media (max-width: 1370px) {
  .hardware-customisation-inner h3 {
    margin-bottom: 50px;
  }
}
@media (max-width: 1199px) {
  .hardware-customisation-inner h3 {
    margin-bottom: 30px;
  }
}
@media (max-width: 427px) {
  .hardware-customisation-inner h3 {
    font-size: 28px;
    margin-bottom: 30px;
    padding: 0;
  }
}
.hardware-customisation-inner .head1 {
  padding-right: 45px;
}

.hc-accordian .accordion-item {
  padding: 60px;
  border: none;
}
@media (max-width: 1370px) {
  .hc-accordian .accordion-item {
    padding: 40px;
  }
}
@media (max-width: 1199px) {
  .hc-accordian .accordion-item {
    padding: 30px;
  }
}
@media (max-width: 427px) {
  .hc-accordian .accordion-item {
    padding: 20px;
  }
}
.hc-accordian .accordion-body {
  padding: 30px 0 0;
  color: #ffffff;
  line-height: 1.61;
}
@media (max-width: 1370px) {
  .hc-accordian .accordion-body {
    padding: 20px 0 0;
  }
}
.hc-accordian .accordion-body .img-wrapper {
  text-align: center;
}
.hc-accordian .accordion-body .img-wrapper img {
  max-height: 500px;
}
.hc-accordian .accordion-header {
  color: #ffffff;
  font-size: 30px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  cursor: pointer;
  display: inline-block;
  text-transform: uppercase;
}
@media (max-width: 1370px) {
  .hc-accordian .accordion-header {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .hc-accordian .accordion-header {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .hc-accordian .accordion-header {
    font-size: 24px;
  }
}
@media (max-width: 427px) {
  .hc-accordian .accordion-header {
    font-size: 18px;
  }
}
.hc-accordian .img-wrapper {
  width: 100%;
  position: relative;
  margin-bottom: 40px;
}

.black-bg {
  background-color: #1c2326;
}

.red-bg {
  background-color: #b52025;
}

.unboxing-experience {
  position: relative;
  width: 100%;
  background-color: #f1f1f1;
}

.unboxing-experience-inner {
  position: relative;
  width: 100%;
  padding: 110px 0 157px;
}
@media (max-width: 1370px) {
  .unboxing-experience-inner {
    padding: 90px 0 120px;
  }
}
@media (max-width: 1199px) {
  .unboxing-experience-inner {
    padding: 60px 0 90px;
  }
}
@media (max-width: 427px) {
  .unboxing-experience-inner {
    padding: 60px 0;
  }
}
.unboxing-experience-inner .title {
  padding-left: 290px;
  margin-bottom: 80px;
}
@media (max-width: 1370px) {
  .unboxing-experience-inner .title {
    margin-bottom: 50px;
  }
}
@media (max-width: 1199px) {
  .unboxing-experience-inner .title {
    margin-bottom: 30px;
    padding-left: 120px;
  }
}
@media (max-width: 991px) {
  .unboxing-experience-inner .title {
    padding-left: 60px;
  }
}
@media (max-width: 427px) {
  .unboxing-experience-inner .title {
    padding-left: 0;
  }
}
.unboxing-experience-inner .title h3 {
  text-transform: uppercase;
}
.unboxing-experience-inner .title .head2 {
  padding-left: 67px;
}
.unboxing-experience-inner .content-wrapper {
  position: relative;
  width: 100%;
  max-width: 795px;
  margin-left: auto;
  margin-bottom: 80px;
  padding-right: 275px;
}
@media (max-width: 1370px) {
  .unboxing-experience-inner .content-wrapper {
    margin-bottom: 50px;
  }
}
@media (max-width: 1199px) {
  .unboxing-experience-inner .content-wrapper {
    max-width: 650px;
  }
}
@media (max-width: 991px) {
  .unboxing-experience-inner .content-wrapper {
    padding-right: 0;
  }
}

.elevate-wrapper {
  position: relative;
  width: 100%;
}
.elevate-wrapper.asked-question-title {
  margin-bottom: 101px;
}
.elevate-wrapper.asked-question-title .title .head1 {
  padding-left: 96px;
}
@media (max-width: 991px) {
  .elevate-wrapper.asked-question-title .title {
    font-size: 40px;
  }
}

.elevate-inner-wrapper {
  position: relative;
  width: 100%;
  padding: 100px 0 123px;
}
@media (max-width: 1370px) {
  .elevate-inner-wrapper {
    padding: 70px 0 90px;
  }
}
@media (max-width: 991px) {
  .elevate-inner-wrapper {
    padding: 35px 0 50px;
  }
}
.elevate-inner-wrapper .title h3 {
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
}
.elevate-inner-wrapper .elevate-inner-1 {
  width: 100%;
  max-width: 700px;
  text-align: center;
  margin-left: auto;
}
@media (max-width: 1370px) {
  .elevate-inner-wrapper .elevate-inner-1 {
    max-width: 520px;
  }
}
@media (max-width: 1199px) {
  .elevate-inner-wrapper .elevate-inner-1 {
    max-width: 420px;
  }
}
@media (max-width: 991px) {
  .elevate-inner-wrapper .elevate-inner-1 {
    max-width: 100%;
  }
}
.elevate-inner-wrapper .elevate-inner-1 .worktogether-action {
  margin: 109px auto 0;
}
@media (max-width: 1370px) {
  .elevate-inner-wrapper .elevate-inner-1 .worktogether-action {
    margin: 70px auto 0;
  }
}
@media (max-width: 1370px) {
  .elevate-inner-wrapper .elevate-inner-1 .worktogether-action {
    margin: 35px auto 0;
  }
}
.elevate-inner-wrapper .elevate-inner-1.margin-minus-bottom {
  margin-bottom: -160px;
}
@media (max-width: 991px) {
  .elevate-inner-wrapper .elevate-inner-1.margin-minus-bottom {
    margin-bottom: 100px;
  }
}
.elevate-inner-wrapper .elevate-inner-2 {
  position: relative;
  width: 100%;
  max-width: 760px;
  padding-left: 85px;
}
@media (max-width: 1370px) {
  .elevate-inner-wrapper .elevate-inner-2 {
    max-width: 700px;
    padding-left: 50px;
  }
}
@media (max-width: 1199px) {
  .elevate-inner-wrapper .elevate-inner-2 {
    max-width: 580px;
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .elevate-inner-wrapper .elevate-inner-2 {
    max-width: 100%;
  }
}

.testimonial-sec-2 {
  padding-top: 267px;
}
@media (max-width: 1370px) {
  .testimonial-sec-2 {
    padding-top: 160px;
  }
}
@media (max-width: 991px) {
  .testimonial-sec-2 {
    padding-top: 100px;
    padding-bottom: 35px;
  }
}
@media (max-width: 427px) {
  .testimonial-sec-2 {
    padding-top: 60px;
  }
}

ul.explore-link {
  position: relative;
  width: 100%;
  padding-left: 52px;
}
@media (max-width: 427px) {
  ul.explore-link {
    padding-left: 0;
  }
}
ul.explore-link li {
  position: relative;
  width: 100%;
  padding: 40px 60px 40px 0;
  border-bottom: 1px solid #c2c5cb;
}
@media (max-width: 1370px) {
  ul.explore-link li {
    padding: 25px 60px 25px 0;
  }
}
ul.explore-link li:last-child {
  border-bottom: 0;
}
ul.explore-link li a {
  font-size: 30px;
  color: #1c2326;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
}
@media (max-width: 1370px) {
  ul.explore-link li a {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  ul.explore-link li a {
    font-size: 26px;
  }
}
@media (max-width: 1199px) {
  ul.explore-link li a {
    font-size: 22px;
  }
}
@media (max-width: 427px) {
  ul.explore-link li a {
    font-size: 18px;
  }
}
ul.explore-link li a:hover {
  color: #b52025;
}
ul.explore-link li a .icon-wrapper {
  position: absolute;
  right: 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  top: 35px;
}
@media (max-width: 1370px) {
  ul.explore-link li a .icon-wrapper {
    top: 20px;
  }
}
@media (max-width: 1370px) {
  ul.explore-link li a .icon-wrapper svg {
    width: 30px;
    height: 30px;
  }
}

.video-section {
  position: relative;
  width: 100%;
}
.video-section a.play-btn {
  position: absolute;
  z-index: 9;
  top: 80px;
  left: 90px;
}

.video-wrapper {
  width: 100%;
  height: 680px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1370px) {
  .video-wrapper {
    height: 630px;
  }
}
@media (max-width: 1370px) {
  .video-wrapper {
    height: 550px;
  }
}
.video-wrapper img {
  width: 100%;
  height: 680px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1199px) {
  .video-wrapper img {
    height: 630px;
  }
}
@media (max-width: 1199px) {
  .video-wrapper img {
    height: 550px;
  }
}

.video-section-img .video-wrapper {
  width: 100%;
  height: inherit;
}
.video-section-img .video-wrapper img {
  height: inherit;
  -o-object-fit: inherit;
     object-fit: inherit;
}

.brand-page-section {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.brand-page-inner {
  position: relative;
  width: 100%;
  padding: 130px 0 120px;
}
@media (max-width: 1370px) {
  .brand-page-inner {
    padding: 60px 0 90px;
  }
}
@media (max-width: 767px) {
  .brand-page-inner {
    padding: 40px 0 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.brand-page-inner h1 {
  text-transform: uppercase;
  line-height: 100px;
  margin: 0 0 100px 0;
  font-weight: 500;
}
@media (max-width: 1370px) {
  .brand-page-inner h1 {
    margin: 0 0 50px 0;
    line-height: 74px;
  }
}
@media (max-width: 991px) {
  .brand-page-inner h1 {
    line-height: 40px;
  }
}
@media (max-width: 427px) {
  .brand-page-inner h1 {
    line-height: 30px;
  }
}
.brand-page-inner h1 span.head1 {
  padding-left: 107px;
}
@media (max-width: 1199px) {
  .brand-page-inner h1 span.head1 {
    padding-left: 75px;
  }
}
@media (max-width: 427px) {
  .brand-page-inner h1 span.head1 {
    padding-left: 35px;
  }
}
.brand-page-inner .content-wrapper {
  max-width: 750px;
  padding-left: 137px;
  position: relative;
  width: 100%;
}
@media (max-width: 1370px) {
  .brand-page-inner .content-wrapper {
    max-width: 640px;
    padding-left: 80px;
  }
}
@media (max-width: 1199px) {
  .brand-page-inner .content-wrapper {
    max-width: 460px;
    padding-left: 40px;
  }
}
@media (max-width: 991px) {
  .brand-page-inner .content-wrapper {
    max-width: 100%;
    margin-bottom: 40px;
  }
}
@media (max-width: 427px) {
  .brand-page-inner .content-wrapper {
    padding-left: 0;
  }
}
.brand-page-inner .content-wrapper p {
  font-size: 35px;
  font-weight: 300;
  font-style: normal;
  line-height: 1.6;
  color: #1c2326;
}
@media (max-width: 1370px) {
  .brand-page-inner .content-wrapper p {
    font-size: 28px;
    line-height: 1.4;
  }
}
@media (max-width: 1199px) {
  .brand-page-inner .content-wrapper p {
    font-size: 24px;
    line-height: 1.4;
  }
}
@media (max-width: 991px) {
  .brand-page-inner .content-wrapper p {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .brand-page-inner .content-wrapper p {
    font-size: 26px;
    line-height: 1.62;
  }
}
@media (max-width: 427px) {
  .brand-page-inner .content-wrapper p {
    font-size: 20px;
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  .brand-page-inner.corporate-gifting-inner {
    padding: 50px 0 25px;
  }
}
.brand-page-inner.corporate-gifting-inner .content-wrapper {
  padding-left: 0;
}
@media (max-width: 767px) {
  .brand-page-inner.corporate-gifting-inner .content-wrapper {
    margin-bottom: 0;
  }
}
.brand-page-inner.brand-experience-banner-section .be-slider-wrapper {
  margin-top: -456px;
  margin-right: -123px;
}
@media (max-width: 1370px) {
  .brand-page-inner.brand-experience-banner-section .be-slider-wrapper {
    margin-top: -250px;
    margin-right: -150px;
  }
}
@media (max-width: 991px) {
  .brand-page-inner.brand-experience-banner-section .be-slider-wrapper {
    margin-top: 0;
    margin-right: -60px;
  }
}
@media (max-width: 767px) {
  .brand-page-inner.brand-experience-banner-section .be-slider-wrapper {
    margin-top: -1px;
    margin-right: -89px;
  }
  .brand-page-inner.brand-experience-banner-section .be-slider-wrapper .be-slider-styles .hex-slider {
    width: 339px;
    height: 270px;
    margin: 0 auto;
  }
}
.brand-page-inner.brand-experience-banner-section .content-wrapper {
  max-width: 700px;
}
@media (max-width: 1199px) {
  .brand-page-inner.brand-experience-banner-section .content-wrapper {
    max-width: 480px;
  }
}
.brand-page-inner.digital-personalization-inner .content-wrapper {
  max-width: 990px;
  padding-left: 0;
}
.brand-page-inner.digital-personalization-inner .be-slider-wrapper {
  margin-top: -400px;
  margin-right: -124px;
}
@media (max-width: 1370px) {
  .brand-page-inner.digital-personalization-inner .be-slider-wrapper {
    margin-top: -250px;
    margin-right: -150px;
  }
}
@media (max-width: 991px) {
  .brand-page-inner.digital-personalization-inner .be-slider-wrapper {
    margin-top: 0;
    margin-right: -60px;
  }
}
@media (max-width: 767px) {
  .brand-page-inner.digital-personalization-inner .be-slider-wrapper {
    margin-top: -1px;
    margin-right: -89px;
  }
  .brand-page-inner.digital-personalization-inner .be-slider-wrapper .be-slider-styles .hex-slider {
    width: 339px;
    height: 270px;
    margin: 0 auto;
  }
}

.corporate-page-section .brand-page-inner.corporate-gifting-inner .content-wrapper {
  max-width: 558px;
}

.device-sleeves-bg {
  background-image: url(../images/device-sleeves-new.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.custom-boxes-bg {
  background-image: url(../images/custom-box.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.gift-wrap-bg {
  background-image: url(../images/gift-wrap.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.insert-cards-bg {
  background-image: url(../images/Insert-Card.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.hexagon-style-wrapper {
  width: 100%;
  max-width: 1120px;
  margin: auto;
}
@media (max-width: 1370px) {
  .hexagon-style-wrapper {
    max-width: 970px;
  }
}
@media (max-width: 1199px) {
  .hexagon-style-wrapper {
    max-width: 895px;
  }
}

.overlay-bg:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 9;
}

.overlay-bg-light:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 9;
}

ul.hexagon-style-1 {
  position: relative;
  width: 100%;
  height: 775px;
  margin: 0;
}
@media (max-width: 1370px) {
  ul.hexagon-style-1 {
    height: 650px;
  }
}
@media (max-width: 1199px) {
  ul.hexagon-style-1 {
    height: 610px;
  }
}
@media (max-width: 991px) {
  ul.hexagon-style-1 {
    height: auto;
  }
}
ul.hexagon-style-1 li {
  display: inline-block;
}
@media (max-width: 991px) {
  ul.hexagon-style-1 li {
    display: block;
    margin: 0 0 20px 0;
  }
}
ul.hexagon-style-1 li:nth-child(1) {
  position: absolute;
  top: 50%;
  left: 0;
  right: auto;
  z-index: 9;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 991px) {
  ul.hexagon-style-1 li:nth-child(1) {
    position: static;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
ul.hexagon-style-1 li:nth-child(2) {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 9;
  text-align: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 991px) {
  ul.hexagon-style-1 li:nth-child(2) {
    position: static;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
ul.hexagon-style-1 li:nth-child(3) {
  position: absolute;
  top: 50%;
  left: auto;
  right: 0;
  z-index: 9;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 991px) {
  ul.hexagon-style-1 li:nth-child(3) {
    position: static;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
ul.hexagon-style-1 li:nth-child(4) {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 9;
  text-align: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 991px) {
  ul.hexagon-style-1 li:nth-child(4) {
    position: static;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
ul.hexagon-style-1 .hex-content-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 50px;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
@media (max-width: 1370px) {
  ul.hexagon-style-1 .hex-content-wrapper {
    padding: 50px 70px;
  }
}
ul.hexagon-style-1 .hex-content-wrapper h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.61;
  color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 1370px) {
  ul.hexagon-style-1 .hex-content-wrapper h4 {
    font-size: 16px;
  }
}
ul.hexagon-style-1 .hex-content-wrapper .invisible-content {
  display: none;
  opacity: 0;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
ul.hexagon-style-1 .hex-content-wrapper p {
  margin-top: 30px;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.61;
  color: #ffffff;
}
@media (max-width: 1370px) {
  ul.hexagon-style-1 .hex-content-wrapper p {
    font-size: 16px;
    margin-top: 20px;
  }
}
@media (max-width: 1199px) {
  ul.hexagon-style-1 .hex-content-wrapper p {
    font-size: 14px;
    margin-top: 15px;
  }
}
ul.hexagon-style-1 .hex-wrapper {
  position: relative;
  width: 436px;
  height: 380px;
  overflow: hidden;
}
@media (max-width: 1370px) {
  ul.hexagon-style-1 .hex-wrapper {
    width: 380px;
    height: 320px;
  }
}
@media (max-width: 1199px) {
  ul.hexagon-style-1 .hex-wrapper {
    width: 350px;
    height: 300px;
  }
}
@media (max-width: 991px) {
  ul.hexagon-style-1 .hex-wrapper {
    margin: 0 auto;
  }
}
ul.hexagon-style-1 .hex-wrapper:hover .invisible-content {
  display: block;
  opacity: 1;
}
ul.hexagon-style-1 .hex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 436px;
  height: 380px;
  background-color: #1c2326;
  -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}
@media (max-width: 1370px) {
  ul.hexagon-style-1 .hex {
    width: 380px;
    height: 320px;
  }
}
@media (max-width: 1199px) {
  ul.hexagon-style-1 .hex {
    width: 350px;
    height: 300px;
  }
}

.ue-slider-warpper {
  position: relative;
  width: 100%;
}
.ue-slider-warpper .ue-slider .hex-wrapper {
  position: relative;
  width: 375px;
  height: 300px;
  overflow: hidden;
  margin: auto;
}
@media (max-width: 427px) {
  .ue-slider-warpper .ue-slider .hex-wrapper {
    width: 100%;
  }
}
.ue-slider-warpper .ue-slider .hex-wrapper .hex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 375px;
  height: 300px;
  background-color: #1c2326;
  -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}
@media (max-width: 427px) {
  .ue-slider-warpper .ue-slider .hex-wrapper .hex {
    width: 100%;
  }
}
.ue-slider-warpper .ue-slider .hex-content-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 50px;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.ue-slider-warpper .ue-slider .hex-content-wrapper h4 {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.57;
  text-align: center;
}
.ue-slider-warpper .ue-slider .hex-content-wrapper p {
  margin-top: 30px;
  color: #ffffff;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.57;
  text-align: center;
}

.ue-arrow {
  margin: 40px 0 0 0;
  text-align: center;
}
.ue-arrow .slick-arrow {
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0 20px;
}
.ue-arrow .product-prev:before {
  content: "";
  background-image: url(../images/carousel_arrows_left.svg);
  width: 20px;
  height: 20px;
  background-size: contain;
  display: block;
}
.ue-arrow .product-next:before {
  content: "";
  background-image: url(../images/carousel_arrows_left.svg);
  width: 20px;
  height: 20px;
  background-size: contain;
  display: block;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.be-slider-styles {
  width: 100%;
  /*max-width: 635px;*/
  max-width: 695px;
}
.be-slider-styles .hex-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 695px;
  height: 580px;
  background-color: #1c2326;
  -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}
@media (max-width: 1370px) {
  .be-slider-styles .hex-slider {
    width: 580px;
    height: 500px;
  }
}
@media (max-width: 1199px) {
  .be-slider-styles .hex-slider {
    width: 500px;
    height: 420px;
  }
}
@media (max-width: 767px) {
  .be-slider-styles .hex-slider {
    /*width: 319px;
    height: 260px;
    margin: auto;*/
    width: 399px;
    height: 350px;
    margin: 0 auto;
  }
}
.be-slider-styles .hex-slider img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media (max-width: 767px) {
  .be-slider-styles {
    max-width: 500px;
  }
}

.be-slider-wrapper {
  position: relative;
  margin-left: auto;
  max-width: 695px;
  margin-top: -288px;
  margin-right: -124px;
}
@media (max-width: 1370px) {
  .be-slider-wrapper {
    margin-top: -250px;
    margin-right: -150px;
    max-width: 580px;
  }
}
@media (max-width: 1199px) {
  .be-slider-wrapper {
    margin-right: 0;
    max-width: 470px;
    margin-right: -40px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .be-slider-wrapper {
    max-width: 439px;
  }
}
@media (max-width: 991px) {
  .be-slider-wrapper {
    margin-top: 0;
    margin-right: -60px;
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  .be-slider-wrapper {
    max-width: 100%;
    margin-right: -20px;
  }
}
.be-slider-wrapper .be-arrow {
  margin: 20px 0 40px 0;
  text-align: center;
  padding-top: 30px;
}
.be-slider-wrapper .be-arrow .slick-arrow {
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0 20px;
}
.be-slider-wrapper .be-arrow .product-prev:before {
  content: "";
  background-image: url(../images/carousel_arrows_left.svg);
  width: 43px;
  height: 43px;
  display: block;
  background-size: contain;
}
@media (max-width: 1199px) {
  .be-slider-wrapper .be-arrow .product-prev:before {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 574px) {
  .be-slider-wrapper .be-arrow .product-prev:before {
    width: 20px;
    height: 20px;
  }
}
.be-slider-wrapper .be-arrow .product-next:before {
  content: "";
  background-image: url(../images/carousel_arrows_left.svg);
  width: 43px;
  height: 43px;
  display: block;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-size: contain;
}
@media (max-width: 1199px) {
  .be-slider-wrapper .be-arrow .product-next:before {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 574px) {
  .be-slider-wrapper .be-arrow .product-next:before {
    width: 20px;
    height: 20px;
  }
}

.be-bg::before {
  content: "";
  width: 100%;
  min-height: 125%;
  background-image: url(../images/hexagons-bg.svg);
  display: block;
  position: absolute;
  bottom: -606px;
  left: 291px;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: 99.7% 97%;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
@media only screen and (max-width: 1440px) {
  .be-bg::before {
    bottom: -633px;
    left: 284px;
    background-size: 96.7% 94%;
  }
}
@media (max-width: 1370px) {
  .be-bg::before {
    bottom: -574px;
    left: 312px;
  }
}
@media (max-width: 1199px) {
  .be-bg::before {
    /*bottom: -509px;
    left: 339px;*/
    bottom: -353px;
    left: 20%;
    background-size: 96.7% 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .be-bg::before {
    bottom: -350px;
    left: 19.7%;
  }
}
@media (max-width: 991px) {
  .be-bg::before {
    bottom: -378px;
    left: -20px;
    background-size: 128%;
  }
}
@media (max-width: 767px) {
  .be-bg::before {
    bottom: auto;
    left: -30px;
    background-size: 108%;
    top: 61px;
  }
}
@media (max-width: 574px) {
  .be-bg::before {
    bottom: auto;
    left: -40px;
    background-size: 148%;
    top: -49px;
  }
}
@media (max-width: 427px) {
  .be-bg::before {
    bottom: auto;
    left: -207px;
    background-size: 163%;
    top: -70px;
  }
}

.dp-bg::before {
  content: "";
  width: 100%;
  min-height: 100%;
  background-image: url(../images/hexagons-bg.svg);
  display: block;
  position: absolute;
  top: 70px;
  left: 280px;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: 87%;
}
@media only screen and (max-width: 1440px) {
  .dp-bg::before {
    bottom: -633px;
    left: 284px;
    background-size: 96.7% 94%;
  }
}
@media (max-width: 1370px) {
  .dp-bg::before {
    bottom: -574px;
    left: 312px;
  }
}
@media (max-width: 1199px) {
  .dp-bg::before {
    /*bottom: -509px;
    left: 339px;*/
    bottom: -353px;
    left: 20%;
    background-size: 96.7% 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .dp-bg::before {
    bottom: -350px;
    left: 19.7%;
  }
}
@media (max-width: 991px) {
  .dp-bg::before {
    bottom: -378px;
    left: -20px;
    background-size: 128%;
  }
}
@media (max-width: 767px) {
  .dp-bg::before {
    bottom: auto;
    left: -30px;
    background-size: 108%;
    top: 61px;
  }
}
@media (max-width: 574px) {
  .dp-bg::before {
    bottom: auto;
    left: -40px;
    background-size: 148%;
    top: -49px;
  }
}
@media (max-width: 427px) {
  .dp-bg::before {
    bottom: auto;
    left: -207px;
    background-size: 163%;
    top: -70px;
  }
}

.smart-watches {
  position: relative;
  width: 100%;
}

.smart-watches-inner {
  position: relative;
  width: 100%;
  padding: 120px 0 0 0;
}
@media (max-width: 1370px) {
  .smart-watches-inner {
    padding: 90px 0;
  }
}
@media (max-width: 1199px) {
  .smart-watches-inner {
    padding: 70px 0;
  }
}
.smart-watches-inner .title {
  position: absolute;
  bottom: 265px;
  left: 0;
  margin-left: 127px;
  display: inline-block;
  width: auto;
}
@media (max-width: 1199px) {
  .smart-watches-inner .title {
    bottom: 300px;
    margin-left: 50px;
  }
}
@media (max-width: 991px) {
  .smart-watches-inner .title {
    bottom: 300px;
    margin-left: auto;
    position: static;
    margin-right: auto;
  }
}
.smart-watches-inner .title .head1 {
  padding-right: 25px;
}
@media (max-width: 991px) {
  .smart-watches-inner .title .head1 {
    padding-right: 0;
  }
}

ul.watch-section {
  position: relative;
  width: 100%;
  height: 990px;
  max-width: 985px;
  margin-left: 218px;
}
@media (max-width: 1370px) {
  ul.watch-section {
    height: 850px;
    max-width: 855px;
  }
}
@media (max-width: 1199px) {
  ul.watch-section {
    margin-left: 160px;
    height: 730px;
    max-width: 775px;
  }
}
ul.watch-section li {
  display: inline-block;
}
ul.watch-section li .hex-wrapper {
  position: relative;
  width: 485px;
  height: 559px;
  overflow: hidden;
  margin: auto;
}
@media (max-width: 1370px) {
  ul.watch-section li .hex-wrapper {
    width: 420px;
    height: 480px;
  }
}
@media (max-width: 1199px) {
  ul.watch-section li .hex-wrapper {
    width: 380px;
    height: 410px;
  }
}
ul.watch-section li .hex-wrapper .hex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 485px;
  height: 559px;
  margin: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
@media (max-width: 1370px) {
  ul.watch-section li .hex-wrapper .hex {
    width: 420px;
    height: 480px;
  }
}
@media (max-width: 1199px) {
  ul.watch-section li .hex-wrapper .hex {
    width: 380px;
    height: 410px;
  }
}
ul.watch-section li:nth-child(1) {
  position: absolute;
  left: 0;
  top: 0;
}
ul.watch-section li:nth-child(2) {
  position: absolute;
  right: 0;
  top: 0;
}
ul.watch-section li:nth-child(3) {
  position: absolute;
  right: 0;
  left: 0;
  top: auto;
  bottom: 0;
  margin: auto;
}
ul.watch-section li .hex-content-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 50px;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
@media (max-width: 1370px) {
  ul.watch-section li .hex-content-wrapper {
    padding: 50px 70px;
  }
}
ul.watch-section li .hex-content-wrapper h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.61;
  color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 1370px) {
  ul.watch-section li .hex-content-wrapper h4 {
    font-size: 16px;
  }
}
ul.watch-section li .hex-content-wrapper .invisible-content {
  display: none;
  opacity: 0;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
ul.watch-section li .hex-content-wrapper p {
  margin-top: 30px;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.61;
  color: #ffffff;
  max-width: 314px;
}
@media (max-width: 1370px) {
  ul.watch-section li .hex-content-wrapper p {
    font-size: 16px;
    margin-top: 20px;
  }
}
@media (max-width: 1199px) {
  ul.watch-section li .hex-content-wrapper p {
    font-size: 14px;
    margin-top: 15px;
  }
}
ul.watch-section li .hex-wrapper:hover .invisible-content {
  display: block;
  opacity: 1;
}

.watch-section-warpper {
  position: relative;
  width: 100%;
}

.watch-section-warpper {
  position: relative;
  width: 100%;
}
.watch-section-warpper .watch-section-slider .hex-wrapper {
  position: relative;
  width: 375px;
  height: 375px;
  overflow: hidden;
  margin: auto;
}
@media (max-width: 427px) {
  .watch-section-warpper .watch-section-slider .hex-wrapper {
    width: 100%;
  }
}
.watch-section-warpper .watch-section-slider .hex-wrapper .hex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 375px;
  height: 375px;
  background-color: #1c2326;
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
@media (max-width: 427px) {
  .watch-section-warpper .watch-section-slider .hex-wrapper .hex {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .watch-section-warpper .watch-section-slider .hex-wrapper .hex {
    width: 100%;
  }
}
.watch-section-warpper .watch-section-slider .hex-content-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 50px;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.watch-section-warpper .watch-section-slider .hex-content-wrapper h4 {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.57;
  text-align: center;
}
.watch-section-warpper .watch-section-slider .hex-content-wrapper p {
  margin-top: 30px;
  color: #ffffff;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.57;
  text-align: center;
}

.watch-section-arrow {
  max-width: 165px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -10px;
}
.watch-section-arrow .slick-arrow {
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
}
.watch-section-arrow .product-prev:before {
  content: "";
  background-image: url(../images/carousel_arrows_left.svg);
  width: 20px;
  height: 20px;
  background-size: contain;
  display: block;
}
.watch-section-arrow .product-next:before {
  content: "";
  background-image: url(../images/carousel_arrows_left.svg);
  width: 20px;
  height: 20px;
  background-size: contain;
  display: block;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.premium-audio {
  position: relative;
  width: 100%;
  background-color: #1c2326;
}
@media (max-width: 767px) {
  .premium-audio .container {
    padding-left: 0;
    padding-right: 0;
  }
}

.premium-video-banner {
  background-color: #f1f1f1;
}
.premium-video-banner .premium-audio-wrapper .title h3 {
  color: #1c2326;
  text-transform: uppercase;
}
.premium-video-banner .premium-audio-wrapper .content-wrapper {
  max-width: 606px;
  width: 100%;
}
.premium-video-banner .premium-audio-wrapper span.vdo-icon-wrapper {
  position: absolute;
  top: 75px;
  left: 95px;
  z-index: 9;
}
.premium-video-banner .premium-audio-wrapper span.vdo-icon-wrapper svg {
  width: 160px;
  height: 160px;
}

.premium-audio-wrapper {
  position: relative;
  width: 100%;
  padding: 80px 0;
}
@media (max-width: 1370px) {
  .premium-audio-wrapper {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .premium-audio-wrapper {
    padding: 0 0 80px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.premium-audio-wrapper .title {
  padding-left: 80px;
}
@media (max-width: 767px) {
  .premium-audio-wrapper .title {
    padding-right: 20px;
    margin-bottom: 30px;
  }
}
.premium-audio-wrapper .title h3 {
  color: #ffffff;
}
.premium-audio-wrapper .title .head1 {
  padding-left: 55px;
}
.premium-audio-wrapper .img-wrapper {
  position: relative;
  width: 100%;
  padding: 57px 0 0 0;
  text-align: center;
}
@media (max-width: 1370px) {
  .premium-audio-wrapper .img-wrapper {
    padding: 30px 0 0 0;
  }
}
@media (max-width: 767px) {
  .premium-audio-wrapper .img-wrapper {
    padding: 0 0 50px 0;
  }
}
@media (max-width: 767px) {
  .premium-audio-wrapper .img-wrapper img {
    height: 376px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 767px) {
  .premium-audio-wrapper .content-wrapper {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .premium-audio-wrapper .content-wrapper p {
    font-size: 18px;
    line-height: 1.6;
  }
}

.zigzag-block {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media only screen and (max-width: 1440px) {
  .zigzag-block {
    padding-top: 38px;
  }
}
@media (max-width: 1370px) {
  .zigzag-block {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 1199px) {
  .zigzag-block {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .zigzag-block {
    padding-top: 45px;
    padding-bottom: 0;
  }
}
.zigzag-block .title {
  margin-bottom: 50px;
}
@media (max-width: 1370px) {
  .zigzag-block .title {
    margin-bottom: 30px;
  }
}
.zigzag-block .content-wrapper {
  position: relative;
  max-width: 532px;
  padding: 30px 0;
}
@media (max-width: 991px) {
  .zigzag-block .content-wrapper {
    max-width: 100%;
    padding: 30px 30px 0;
  }
}
@media (max-width: 767px) {
  .zigzag-block .content-wrapper {
    padding: 0 30px 0;
  }
}
.zigzag-block .content-wrapper p {
  color: #1c2326;
  font-weight: normal;
}
@media (max-width: 767px) {
  .zigzag-block .content-wrapper p {
    font-size: 18px;
    line-height: 1.6;
  }
  .zigzag-block .content-wrapper p br {
    display: none;
  }
}
.zigzag-block .text-wrapper {
  position: relative;
  width: 100%;
}
.zigzag-block .img-wrapper {
  max-width: 518px;
}
@media (max-width: 991px) {
  .zigzag-block .img-wrapper {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .zigzag-block .img-wrapper {
    margin-bottom: 75px;
  }
}
@media (max-width: 991px) {
  .zigzag-block .img-wrapper img {
    width: 100%;
  }
}
.zigzag-block .margin-left-auto {
  margin-left: auto;
}

.corporate-gifting-wrapper .zigzag-block .title {
  margin-bottom: 27px;
}

.zigzag-inner {
  position: relative;
  width: 100%;
  /*max-width: 1110px;*/
  max-width: 1160px;
  margin: auto;
}

.zigzag-wrapper {
  position: relative;
  width: 100%;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .zigzag-wrapper [class*=col-], .zigzag-wrapper .container {
    padding: 0;
  }
}

.promo-zigzag-wrapper .zigzag-block .text-wrapper {
  max-width: 616px;
  width: 100%;
}
.promo-zigzag-wrapper .zigzag-block .content-wrapper p {
  color: #939598;
}
.promo-zigzag-wrapper .zigzag-block .content-wrapper h3 {
  font-weight: 500;
}
.promo-zigzag-wrapper .order-last .text-wrapper {
  max-width: 468px;
}

.custom-gift-wrapper.margin-minus-top {
  margin-top: -291px;
}
@media (max-width: 991px) {
  .custom-gift-wrapper.margin-minus-top {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .custom-gift-wrapper.zigzag-wrapper {
    padding: 37.5px 0;
  }
}

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

.custom-gift-wrapper {
  padding-bottom: 30px;
  padding-top: 101px;
}
@media (max-width: 767px) {
  .custom-gift-wrapper [class*=col-], .custom-gift-wrapper .container {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .custom-gift-wrapper {
    margin-bottom: 0;
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .custom-gift-wrapper {
    padding: 70px 0 0;
  }
}
.custom-gift-wrapper .whoweare-inner-1 {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .custom-gift-wrapper .whoweare-inner-1 {
    margin-bottom: 10px;
  }
}
.custom-gift-wrapper .whoweare-inner-1 h4 {
  padding-left: 165px;
  max-width: 1110px;
  font-weight: 300;
  color: #1c2326;
}
@media (max-width: 1199px) {
  .custom-gift-wrapper .whoweare-inner-1 h4 {
    padding-left: 75px;
  }
}
@media (max-width: 991px) {
  .custom-gift-wrapper .whoweare-inner-1 h4 {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .custom-gift-wrapper .whoweare-inner-1 h4 {
    padding: 0 40px;
  }
}
.custom-gift-wrapper .whoweare-inner-2 {
  position: relative;
  max-width: 1195px;
  margin: auto;
}
.custom-gift-wrapper .whoweare-inner-2 .content-wrapper {
  padding-left: 30px;
}
@media (max-width: 991px) {
  .custom-gift-wrapper .whoweare-inner-2 .content-wrapper {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .custom-gift-wrapper .whoweare-inner-2 .content-wrapper {
    padding: 0 30px 50px;
  }
}
.custom-gift-wrapper .whoweare-inner-2 .img-wrapper {
  margin-bottom: -320px;
}
@media (max-width: 991px) {
  .custom-gift-wrapper .whoweare-inner-2 .img-wrapper {
    margin-top: 45px;
    margin-bottom: 0;
    max-width: 100%;
  }
}
.custom-gift-wrapper .whoweare-inner-2 .content-wrapper p {
  margin: 0 0 60px 0;
  max-width: 480px;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .custom-gift-wrapper .whoweare-inner-2 .content-wrapper p {
    max-width: 100%;
    margin: 0 0 30px 0;
  }
}
@media (max-width: 767px) {
  .custom-gift-wrapper .whoweare-inner-2 .content-wrapper p {
    font-size: 18px;
  }
}
.custom-gift-wrapper .whoweare-inner-2 .content-wrapper .btn-link {
  position: relative;
  padding-left: 30px;
}
.custom-gift-wrapper .whoweare-inner-2 .content-wrapper .btn-link .icon-wrapper {
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0;
  top: 0;
}
@media (max-width: 1199px) {
  .custom-gift-wrapper .whoweare-inner-2 .content-wrapper .btn-link .icon-wrapper {
    width: 14px;
    height: 14px;
  }
}
.custom-gift-wrapper .whoweare-inner-2 .content-wrapper .btn-link .icon-wrapper svg {
  width: 18px;
  height: 18px;
  vertical-align: baseline;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
@media (max-width: 1199px) {
  .custom-gift-wrapper .whoweare-inner-2 .content-wrapper .btn-link .icon-wrapper svg {
    width: 14px;
    height: 14px;
  }
}
.custom-gift-wrapper .whoweare-inner-2 .content-wrapper .btn-link .icon-wrapper svg path {
  stroke: #b52025;
  stroke-width: 6px;
}
@media (max-width: 767px) {
  .custom-gift-wrapper .whoweare-inner-2 .content-wrapper .btn-link {
    text-align: left;
    margin-top: 20px;
  }
}
.custom-gift-wrapper .zigzag-inner {
  /*max-width: 1170px;*/
  max-width: 1270px;
  margin: auto;
}
.custom-gift-wrapper .zigzag-block {
  padding-top: 60px;
  padding-bottom: 60px;
  /*max-width: 1165px;
  margin: 0 auto;*/
}
@media (max-width: 1370px) {
  .custom-gift-wrapper .zigzag-block {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
@media (max-width: 991px) {
  .custom-gift-wrapper .zigzag-block {
    padding-top: 45px;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .custom-gift-wrapper .zigzag-block {
    padding: 37.5px 0;
  }
}
.custom-gift-wrapper .zigzag-block .title .head1 {
  padding-left: 75px;
}
.custom-gift-wrapper .zigzag-block .title .head2 {
  padding-left: 40px;
}
.custom-gift-wrapper.promo-gift-wrapper .whoweare-inner-1 h4 {
  max-width: 1200px;
}
.custom-gift-wrapper.promo-gift-wrapper .whoweare-inner-2 .content-wrapper p {
  max-width: 616px;
  width: 100%;
  color: #1c2326;
  font-weight: normal;
}

.scrollup {
  background-position: center center;
  background-repeat: no-repeat;
  bottom: 200px;
  color: #b52025;
  display: none;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 42px;
  position: fixed;
  right: 50px;
  text-align: center;
  border-radius: 100%;
  z-index: 99;
}
.scrollup:hover, .scrollup:focus {
  color: #b52025;
}
.scrollup span.icon-wrapper {
  position: absolute;
  right: 155px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 12px;
  width: 18.2px;
  height: 18.2px;
}
.scrollup span.icon-wrapper svg {
  width: 18.2px;
  height: 18.2px;
}
.scrollup span.icon-wrapper svg path {
  stroke: #b52025;
  stroke-width: 6px;
}
@media (max-width: 767px) {
  .scrollup span.icon-wrapper {
    right: 135px;
  }
}
@media (max-width: 767px) {
  .scrollup {
    right: 30px;
    font-size: 20px;
  }
}

.promo-banner img {
  width: 100%;
}

.promo-tabs .nav-tabs {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.promo-tabs .nav-tabs .nav-item {
  max-width: 200px;
  width: 100%;
}
.promo-tabs .nav-tabs .nav-link {
  color: #1c2326;
  background-color: transparent;
  width: 100%;
  min-height: 82px;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: normal;
}
@media (max-width: 991px) {
  .promo-tabs .nav-tabs .nav-link {
    min-height: 50px;
    font-size: 16px;
    padding: 0 8px;
  }
}
.promo-tabs .nav-tabs .nav-link.active {
  color: #fff;
  background-color: #495057;
  border-color: #dee2e6 #dee2e6 #fff;
}
.promo-tabs .nav-tabs .nav-link.active svg path {
  stroke: #ffffff;
}
.promo-tabs .nav-tabs .nav-link .icon-wrapper svg {
  width: 18px;
  height: 18px;
  vertical-align: baseline;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.promo-page-section {
  padding-bottom: 0;
}

.view-more-accordion {
  max-width: 635px;
  width: 100%;
  margin-left: 187px;
}
.view-more-accordion .accordion-button {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.72;
  padding-left: 0;
  border-bottom: solid 1px #c2c5cb;
  padding-right: 20px;
}
.view-more-accordion .accordion-button:hover, .view-more-accordion .accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  border-bottom: solid 1px #c2c5cb;
  background-color: transparent !important;
}
.view-more-accordion .accordion-button:after {
  content: "+";
  background-image: none;
  font-size: 26px;
  line-height: 1;
  color: #c2c5cb;
  text-align: center;
}
.view-more-accordion .accordion-button:last-child {
  border-bottom: none;
}
.view-more-accordion .accordion-button:not(.collapsed) {
  color: #b52025;
  background-color: transparent;
  -webkit-box-shadow: inset 0 -1px 0 rgba(194, 197, 203, 0.13);
          box-shadow: inset 0 -1px 0 rgba(194, 197, 203, 0.13);
}
.view-more-accordion .accordion-button:not(.collapsed)::after {
  content: "-";
  background-image: none;
  -webkit-transform: none;
          transform: none;
}
.view-more-accordion .btn-link {
  position: relative;
  padding-left: 30px;
  margin-top: 47px;
}
.view-more-accordion .btn-link .icon-wrapper {
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0;
  top: 0;
}
.view-more-accordion .btn-link .icon-wrapper svg {
  width: 18px;
  height: 18px;
  vertical-align: baseline;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.view-more-accordion .btn-link .icon-wrapper svg path {
  stroke: #b52025;
  stroke-width: 6px;
}
@media (max-width: 991px) {
  .view-more-accordion {
    margin-left: 0;
    padding: 0 15px;
  }
}

.lets-work-section .head1 {
  padding-left: 130px;
}
.lets-work-section .elevate-inner-wrapper .elevate-inner-1 {
  margin: 0 auto;
}

.work-with-us {
  padding: 120px 0;
  position: relative;
}
.work-with-us ul.work-with-slider {
  width: 1230px;
  position: relative;
  height: 985px;
  margin-left: auto;
}
@media (max-width: 1370px) {
  .work-with-us ul.work-with-slider {
    width: 1020px;
    height: 820px;
  }
}
@media (max-width: 1199px) {
  .work-with-us ul.work-with-slider {
    width: 920px;
    height: 745px;
  }
}
@media (max-width: 991px) {
  .work-with-us ul.work-with-slider {
    display: block !important;
    height: auto;
    width: auto;
    max-width: 360px;
    margin: auto;
  }
}
.work-with-us ul.work-with-slider li {
  background-image: url(../images/background_single_hexagon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 480px;
  height: 550px;
}
@media (max-width: 1370px) {
  .work-with-us ul.work-with-slider li {
    width: 400px;
    height: 460px;
  }
}
@media (max-width: 1199px) {
  .work-with-us ul.work-with-slider li {
    width: 360px;
    height: 415px;
  }
}
@media (max-width: 991px) {
  .work-with-us ul.work-with-slider li {
    position: relative !important;
  }
}
.work-with-us ul.work-with-slider li:nth-child(1) {
  position: absolute;
  left: 0;
  top: 0;
}
.work-with-us ul.work-with-slider li:nth-child(2) {
  position: absolute;
  left: 500px;
  top: 0;
}
@media (max-width: 1370px) {
  .work-with-us ul.work-with-slider li:nth-child(2) {
    left: 415px;
  }
}
@media (max-width: 1199px) {
  .work-with-us ul.work-with-slider li:nth-child(2) {
    left: 375px;
  }
}
.work-with-us ul.work-with-slider li:nth-child(3) {
  position: absolute;
  right: 500px;
  bottom: 0;
}
@media (max-width: 1370px) {
  .work-with-us ul.work-with-slider li:nth-child(3) {
    right: 415px;
  }
}
@media (max-width: 1199px) {
  .work-with-us ul.work-with-slider li:nth-child(3) {
    right: 375px;
  }
}
.work-with-us ul.work-with-slider li:nth-child(4) {
  position: absolute;
  right: 0;
  bottom: 0;
}
.work-with-us ul.work-with-slider li .content {
  width: 100%;
  height: 100%;
  padding: 75px;
  text-align: center;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1199px) {
  .work-with-us ul.work-with-slider li .content {
    padding: 75px 25px;
  }
}
.work-with-us ul.work-with-slider li .content h3 {
  font-size: 45px;
  font-weight: 300;
  line-height: 1.22;
  margin-bottom: 57px;
}
@media (max-width: 1199px) {
  .work-with-us ul.work-with-slider li .content h3 {
    margin-bottom: 30px;
  }
}
.work-with-us ul.work-with-slider li .content h4 {
  font-size: 22px;
  font-weight: bold;
  color: #1c2326;
  text-transform: uppercase;
  margin-bottom: 33px;
  min-height: 52px;
}
@media (max-width: 1199px) {
  .work-with-us ul.work-with-slider li .content h4 {
    min-height: auto;
  }
}
.work-with-us ul.work-with-slider li .content p {
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  display: none;
}
@media (max-width: 767px) {
  .work-with-us ul.work-with-slider li .content p {
    opacity: 1;
    display: block;
  }
}
.work-with-us ul.work-with-slider li:hover .content p {
  opacity: 1;
  display: block;
  pointer-events: auto;
}
@media (max-width: 991px) {
  .work-with-us ul.work-with-slider {
    display: block !important;
  }
  .work-with-us ul.work-with-slider li {
    margin: 0 auto;
    padding-bottom: 0;
  }
  .work-with-us ul.work-with-slider li:nth-child(3n), .work-with-us ul.work-with-slider li:nth-child(4n) {
    position: relative;
    bottom: inherit;
    left: inherit;
    width: inherit;
    right: inherit;
  }
  .work-with-us ul.work-with-slider li .content p {
    opacity: 1;
    pointer-events: auto;
  }
  .work-with-us ul.work-with-slider li .content .work-with-us ul li .content h4 {
    font-size: 22px;
    font-weight: bold;
    color: #1c2326;
    text-transform: uppercase;
    margin-bottom: 33px;
  }
}
@media (max-width: 767px) {
  .work-with-us ul.work-with-slider li {
    padding-bottom: 0;
    min-height: 390px;
  }
  .work-with-us ul.work-with-slider li .content h4 {
    min-height: inherit;
    margin-bottom: 20px;
  }
}
.work-with-us .title {
  max-width: 305px;
}
.work-with-us .title h3 {
  display: inline-block;
  text-align: center;
}
@media (max-width: 991px) {
  .work-with-us .title h3 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  .work-with-us {
    padding-bottom: 0;
  }
}
@media (max-width: 991px) {
  .work-with-us {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 75px 0 41px;
  }
  .work-with-us .title {
    margin: 0 auto 37px;
  }
}

.work-with-us-inner {
  position: relative;
  width: 100%;
}
.work-with-us-inner .title {
  position: absolute;
  bottom: 210px;
  left: 0;
}
@media (max-width: 1370px) {
  .work-with-us-inner .title {
    max-width: 260px;
    bottom: 290px;
    left: 0;
  }
}
@media (max-width: 1199px) {
  .work-with-us-inner .title {
    position: static;
  }
}

.work-with-us-inner {
  text-align: center;
}
.work-with-us-inner .btn-link {
  position: relative;
  padding-left: 30px;
  margin-top: 115px;
}
.work-with-us-inner .btn-link .icon-wrapper {
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0;
  top: 0;
}
.work-with-us-inner .btn-link .icon-wrapper svg {
  width: 18px;
  height: 18px;
  vertical-align: baseline;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.work-with-us-inner .btn-link .icon-wrapper svg path {
  stroke: #b52025;
  stroke-width: 6px;
}
@media (max-width: 991px) {
  .work-with-us-inner {
    text-align: center;
    margin-bottom: 68px;
  }
  .work-with-us-inner .btn-link {
    font-size: 24px;
  }
}

@media (max-width: 991px) {
  .promo-page-main .promo-tabs {
    overflow: hidden;
  }
  .promo-page-main .promo-tabs .container {
    padding: 0 0;
  }
  .promo-page-main .promo-tabs .content-wrapper {
    padding: 0 0;
  }
  .promo-page-main .promo-tabs .order-last {
    padding: 0 0 !important;
  }
  .promo-page-main .promo-tabs .whoweare-inner {
    padding: 0 0;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .promo-page-main .promo-tabs .whoweare-inner {
    padding: 59px 0 0;
  }
}
@media (max-width: 991px) {
  .promo-page-main .promo-tabs .whoweare-inner-1 {
    padding: 0 15px;
  }
}
@media (max-width: 991px) {
  .promo-page-main .promo-tabs .whoweare-inner-2 .img-wrapper img {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .promo-page-main .promo-tabs .custom-gift-wrapper {
    padding-bottom: 0;
  }
}
@media (max-width: 991px) {
  .promo-page-main .custom-gift-wrapper {
    overflow: hidden;
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .promo-page-main .custom-gift-wrapper {
    overflow: hidden;
  }
}
@media (max-width: 991px) {
  .promo-page-main .custom-gift-wrapper .zigzag-block {
    padding-top: 0;
  }
  .promo-page-main .custom-gift-wrapper .zigzag-block .content-wrapper {
    padding: 55px 20px 49px;
  }
  .promo-page-main .custom-gift-wrapper .zigzag-block .content-wrapper h3 {
    font-size: 40px;
  }
  .promo-page-main .custom-gift-wrapper .zigzag-block .content-wrapper p {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .promo-page-main .premium-audio {
    overflow: hidden;
  }
  .promo-page-main .premium-audio.premium-video-banner .premium-audio-wrapper .title {
    padding-left: 50px;
  }
  .promo-page-main .premium-audio.premium-video-banner .premium-audio-wrapper .title h3 {
    font-size: 40px;
  }
  .promo-page-main .premium-audio.premium-video-banner .premium-audio-wrapper .content-wrapper {
    padding-left: 50px;
  }
  .promo-page-main .premium-audio.premium-video-banner .premium-audio-wrapper .content-wrapper p {
    font-size: 18px;
    line-height: 1.61;
  }
  .promo-page-main .premium-audio.premium-video-banner .premium-audio-wrapper .img-wrapper {
    padding: 30px 20px 0 20px;
  }
}
@media (max-width: 991px) {
  .promo-page-main .container {
    padding: 0 0;
  }
  .promo-page-main .premium-audio-wrapper {
    overflow: hidden;
  }
  .promo-page-main .elevate-wrapper.asked-question-title {
    margin-bottom: 22px;
  }
  .promo-page-main .elevate-wrapper.asked-question-title .elevate-inner-wrapper {
    padding-bottom: 0;
  }
  .promo-page-main .elevate-wrapper.asked-question-title .elevate-inner-wrapper .elevate-inner-1.margin-minus-bottom {
    margin-bottom: 0;
  }
  .promo-page-main .elevate-wrapper.asked-question-title .elevate-inner-wrapper .title h3 {
    font-size: 40px;
  }
  .promo-page-main .whoweare .whoweare-inner-1 h4 {
    font-size: 26px;
  }
  .promo-page-main .promo-tabs .content-wrapper {
    padding: 0px 20px;
  }
}
@media (max-width: 767px) {
  .promo-page-main .whoweare .whoweare-inner-1 h4 {
    font-size: 26px;
    padding: 0 20px;
  }
  .promo-page-main .elevate-wrapper.asked-question-title .elevate-inner-wrapper .title h3 {
    font-size: 30px;
  }
  .promo-page-main .custom-gift-wrapper .zigzag-block .content-wrapper {
    padding: 55px 30px 49px;
  }
  .promo-page-main .zigzag-block .img-wrapper {
    margin-bottom: 0;
  }
  .promo-page-main .custom-gift-wrapper .zigzag-block .content-wrapper h3 {
    font-size: 30px;
  }
  .promo-page-main .premium-audio.premium-video-banner .premium-audio-wrapper .content-wrapper {
    padding-left: 20px;
  }
  .promo-page-main .video-wrapper {
    height: inherit;
    padding-bottom: 30px;
  }
  .promo-page-main .premium-audio.premium-video-banner .premium-audio-wrapper .title {
    padding-left: 20px;
  }
  .promo-page-main .brand-page-inner h1 {
    font-size: 40px;
  }
}

section#custom-packaging:before {
  content: "";
  height: 100px;
  width: 100%;
  display: block;
}

.commingsoon-text {
  font-size: 14px;
  display: block;
  text-align: center;
  margin-top: 5px;
  color: #b52025;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.promo-gallery {
  position: relative;
  width: 100%;
}
.promo-gallery .slick-slide img {
  width: 100%;
  max-height: 768px;
  -o-object-fit: cover;
     object-fit: cover;
}
.promo-gallery ul.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 0;
}
@media (max-width: 767px) {
  .promo-gallery ul.slick-dots {
    bottom: 20px;
  }
}
.promo-gallery ul.slick-dots li {
  margin: 0 5px;
}
.promo-gallery ul.slick-dots li button {
  padding: 0;
  border: none;
  font-size: 0;
  background-color: #ffffff;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: inline-block;
}
@media (max-width: 767px) {
  .promo-gallery ul.slick-dots li button {
    width: 10px;
    height: 10px;
  }
}
.promo-gallery ul.slick-dots li.slick-active button {
  background-color: #b52025;
}

.brand-page-header h1 {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .brand-page-header h1 {
    text-align: right;
  }
}
.brand-page-header h1 span.head1 {
  padding-left: 0;
}
.brand-page-header .brand-page-inner {
  padding: 150px 0 65px;
  max-width: 726px;
  margin-left: auto;
}
@media (max-width: 1370px) {
  .brand-page-header .brand-page-inner {
    padding: 100px 0 50px;
  }
}
@media (max-width: 1199px) {
  .brand-page-header .brand-page-inner {
    padding: 70px 0 35px;
  }
}
.brand-page-header .content-wrapper {
  max-width: 630px;
  padding-left: 210px;
  position: relative;
  width: 100%;
}
@media (max-width: 1370px) {
  .brand-page-header .content-wrapper {
    padding-left: 150px;
  }
}
@media (max-width: 1199px) {
  .brand-page-header .content-wrapper {
    padding-left: 100px;
  }
}
@media (max-width: 767px) {
  .brand-page-header .content-wrapper {
    padding-left: 0;
    max-width: 270px;
    margin-bottom: 15px;
  }
}
.brand-page-header .content-wrapper p {
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.61;
  color: #939598;
}
@media (max-width: 1370px) {
  .brand-page-header .content-wrapper p {
    font-size: 16px;
  }
}
@media (max-width: 1370px) {
  .brand-page-header .content-wrapper p {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .brand-page-video-section a.play-btn {
    top: 42px;
    left: 20px;
  }
}
.brand-page-video-section a.play-btn svg {
  width: 160px;
  height: 160px;
}
@media (max-width: 991px) {
  .brand-page-video-section a.play-btn svg {
    width: 118px;
    height: 118px;
  }
}

.brand-page-approch-section {
  max-width: 982px !important;
}
@media (max-width: 1370px) {
  .brand-page-approch-section {
    max-width: 850px !important;
  }
}
@media (max-width: 1199px) {
  .brand-page-approch-section {
    max-width: 750px !important;
  }
}
@media (max-width: 991px) {
  .brand-page-approch-section {
    max-width: 100% !important;
  }
}
@media (max-width: 991px) {
  .brand-page-approch-section li .hex-wrapper, .brand-page-approch-section .item .hex-wrapper {
    width: 375px;
    height: 430px;
  }
}
@media (max-width: 427px) {
  .brand-page-approch-section li .hex-wrapper, .brand-page-approch-section .item .hex-wrapper {
    max-width: 100%;
    width: auto;
  }
}
.brand-page-approch-section li .hex-wrapper .hex, .brand-page-approch-section .item .hex-wrapper .hex {
  -webkit-clip-path: none !important;
          clip-path: none !important;
  background-size: contain !important;
  background-repeat: no-repeat;
  background-image: url(../images/background_single_hexagon.svg);
  background-position: center;
}
@media (max-width: 991px) {
  .brand-page-approch-section li .hex-wrapper .hex, .brand-page-approch-section .item .hex-wrapper .hex {
    background-color: transparent !important;
    width: 375px;
    height: 430px;
  }
}
@media (max-width: 427px) {
  .brand-page-approch-section li .hex-wrapper .hex, .brand-page-approch-section .item .hex-wrapper .hex {
    max-width: 100%;
    width: auto;
  }
}
@media (max-width: 427px) {
  .brand-page-approch-section li .hex-wrapper .hex-content-wrapper, .brand-page-approch-section .item .hex-wrapper .hex-content-wrapper {
    padding: 20px;
  }
}
.brand-page-approch-section li .hex-wrapper .hex-content-wrapper h3, .brand-page-approch-section .item .hex-wrapper .hex-content-wrapper h3 {
  font-size: 45px;
  font-weight: 300;
  font-style: normal;
  line-height: 1.22;
  text-align: center;
  color: #1c2326;
  margin-bottom: 60px;
}
@media (max-width: 1370px) {
  .brand-page-approch-section li .hex-wrapper .hex-content-wrapper h3, .brand-page-approch-section .item .hex-wrapper .hex-content-wrapper h3 {
    font-size: 35px;
    margin-bottom: 40px;
  }
}
@media (max-width: 1199px) {
  .brand-page-approch-section li .hex-wrapper .hex-content-wrapper h3, .brand-page-approch-section .item .hex-wrapper .hex-content-wrapper h3 {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .brand-page-approch-section li .hex-wrapper .hex-content-wrapper h3, .brand-page-approch-section .item .hex-wrapper .hex-content-wrapper h3 {
    font-size: 30px;
  }
}
@media (max-width: 427px) {
  .brand-page-approch-section li .hex-wrapper .hex-content-wrapper h3, .brand-page-approch-section .item .hex-wrapper .hex-content-wrapper h3 {
    margin-bottom: 5px;
  }
}
.brand-page-approch-section li .hex-wrapper .hex-content-wrapper h4, .brand-page-approch-section .item .hex-wrapper .hex-content-wrapper h4 {
  font-size: 22px;
  font-weight: bold;
  font-style: normal;
  line-height: normal;
  text-align: center;
  color: #1c2326;
  text-transform: uppercase;
}
@media (max-width: 1370px) {
  .brand-page-approch-section li .hex-wrapper .hex-content-wrapper h4, .brand-page-approch-section .item .hex-wrapper .hex-content-wrapper h4 {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .brand-page-approch-section li .hex-wrapper .hex-content-wrapper h4, .brand-page-approch-section .item .hex-wrapper .hex-content-wrapper h4 {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .brand-page-approch-section li .hex-wrapper .hex-content-wrapper h4, .brand-page-approch-section .item .hex-wrapper .hex-content-wrapper h4 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .brand-page-approch-section li .hex-wrapper .hex-content-wrapper h4, .brand-page-approch-section .item .hex-wrapper .hex-content-wrapper h4 {
    font-size: 14px;
  }
}
.brand-page-approch-section li .hex-wrapper .hex-content-wrapper p, .brand-page-approch-section .item .hex-wrapper .hex-content-wrapper p {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.61;
  text-align: center;
  color: #939598;
}
@media (max-width: 1370px) {
  .brand-page-approch-section li .hex-wrapper .hex-content-wrapper p, .brand-page-approch-section .item .hex-wrapper .hex-content-wrapper p {
    font-size: 16px;
  }
}
@media (max-width: 1370px) {
  .brand-page-approch-section li .hex-wrapper .hex-content-wrapper p, .brand-page-approch-section .item .hex-wrapper .hex-content-wrapper p {
    font-size: 14px;
  }
}
@media (max-width: 427px) {
  .brand-page-approch-section li .hex-wrapper .hex-content-wrapper p, .brand-page-approch-section .item .hex-wrapper .hex-content-wrapper p {
    margin-top: 5px;
  }
}

.brand-page-approch-title .head1 {
  padding-left: 55px;
}

.brand-page-explore-links .elevate-inner-wrapper {
  padding: 100px 0 50px;
}
@media (max-width: 1199px) {
  .brand-page-explore-links .elevate-inner-wrapper {
    padding: 70px 0 50px;
  }
}
.brand-page-explore-links .title {
  margin-bottom: 40px;
}
.brand-page-explore-links .elevate-inner-2 {
  margin-left: auto;
}

.brand-page-faq {
  margin-bottom: 0 !important;
}
@media (max-width: 991px) {
  .brand-page-faq .title .head1 {
    padding-left: 40px !important;
  }
}
.brand-page-faq .elevate-inner-1 {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .brand-page-faq .view-more-accordion {
    margin-left: 100px;
  }
}
@media (max-width: 991px) {
  .brand-page-faq .view-more-accordion {
    margin-left: 0;
  }
}

.promo-page-video {
  padding: 60px 30px 0;
}
.promo-page-video .video-wrapper {
  padding-bottom: 0 !important;
}
@media (max-width: 767px) {
  .promo-page-video .video-wrapper img {
    width: 180%;
  }
}
.promo-page-video a.play-btn {
  position: static;
}
@media (max-width: 767px) {
  .promo-page-video span.vdo-icon-wrapper {
    top: 55px !important;
    left: 35px !important;
  }
}

@media (max-width: 767px) {
  .premium-audio.premium-video-banner {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .premium-audio.premium-video-banner .container {
    overflow: hidden !important;
  }
}

@media (max-width: 767px) {
  .promo-premium-audio-wrapper {
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .be-video-section .video-wrapper img {
    height: 550px;
    width: 140%;
    -o-object-position: right;
       object-position: right;
  }
}

.contact-title {
  position: relative;
  width: 100%;
  padding: 56px 0;
  max-width: 1180px;
  margin: auto;
}
@media (max-width: 767px) {
  .contact-title {
    padding: 45px 0 30px;
  }
}
.contact-title .content-wrapper {
  max-width: 421px;
  margin-left: auto;
}
@media (max-width: 767px) {
  .contact-title .content-wrapper {
    max-width: 100%;
  }
}
@media (max-width: 1199px) {
  .contact-title .content-wrapper p {
    font-size: 18px;
    line-height: 1.61;
  }
}
@media (max-width: 767px) {
  .contact-title .title h1 {
    margin-bottom: 25px;
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .contact-title .title h1 span {
    font-weight: 600;
  }
}

.form-title {
  display: inline-block;
  margin-bottom: 40px;
}
.form-title p {
  font-weight: 500;
  color: #b52025;
  margin: 0;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .form-title p {
    font-size: 18px;
    line-height: 1.61;
  }
}

.contact-form {
  position: relative;
  width: 100%;
  padding: 30px 0 150px;
  max-width: 950px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .contact-form {
    padding: 0 0 150px;
  }
}
.contact-form .padding-right {
  padding-right: 4.5%;
}
@media (max-width: 767px) {
  .contact-form .padding-right {
    padding-right: 15px;
  }
}
.contact-form .padding-left {
  padding-left: 4.5%;
}
@media (max-width: 767px) {
  .contact-form .padding-left {
    padding-left: 15px;
  }
}
.contact-form p small {
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.69;
  text-align: left;
  color: #606060;
  max-width: 494px;
  display: inline-block;
  margin-top: 30px;
}

.form-wrapper {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}
.form-wrapper .form-control {
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.39;
  letter-spacing: normal;
  color: #939598;
  text-align: left;
  padding: 0 0 16px 0;
  border-top: none;
  border-right: none;
  border-left: none;
  border-radius: 0;
  font-family: "Helvetica Neue LT Pro";
}
.form-wrapper .form-control:focus, .form-wrapper .form-control:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.form-check {
  margin: 0 0 25px 0;
}
.form-check .form-check-input:checked {
  background-color: #b52025;
  border-color: #b52025;
}
.form-check .form-check-input:checked:focus, .form-check .form-check-input:checked:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form-check .form-check-input {
  width: 13px;
  height: 13px;
}
@media (max-width: 1199px) {
  .form-check label.form-check-label {
    font-size: 18px;
    line-height: 1.61;
  }
}

.submit-btn {
  padding-left: 30px;
  position: relative;
  font-weight: normal;
  text-transform: uppercase;
}
.submit-btn span.icon-wrapper {
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0;
  top: 0;
}
.submit-btn span.icon-wrapper svg {
  width: 18px;
  height: 18px;
  vertical-align: baseline;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.submit-btn span.icon-wrapper svg path {
  stroke: #b52025;
}

@media (max-width: 767px) {
  .submit-btn-wrapper {
    text-align: center;
  }
}

@media (max-width: 1199px) {
  .acccordian-content p {
    font-size: 18px;
    line-height: 1.61;
  }
}

.form-toggle-wrapper {
  position: relative;
  width: 100%;
  max-width: 640px;
  margin-bottom: 60px;
}
.form-toggle-wrapper h5 {
  font-weight: 500;
  color: #b52025;
  margin: 0;
  text-transform: uppercase;
  color: #b52025 !important;
  font-size: 18px;
  line-height: 29px;
  margin-bottom: 40px;
  padding: 0;
  background-color: transparent !important;
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.form-toggle-wrapper h5::after {
  display: none;
}
.form-toggle-wrapper .collapsed .plus-icon {
  width: 13px;
  height: 13px;
  position: relative;
  margin-left: 50px;
}
.form-toggle-wrapper .collapsed .plus-icon:before {
  content: "";
  width: 13px;
  height: 3px;
  background-color: #b52025;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.form-toggle-wrapper .collapsed .plus-icon:after {
  content: "";
  width: 3px;
  height: 13px;
  background-color: #b52025;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.form-toggle-wrapper .plus-icon {
  width: 13px;
  height: 13px;
  position: relative;
  margin-left: 50px;
}
.form-toggle-wrapper .plus-icon:before {
  content: "";
  width: 13px;
  height: 3px;
  background-color: #b52025;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.form-toggle-wrapper .plus-icon:after {
  content: "";
  width: 0;
  height: 0;
  background-color: #b52025;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.deploye-full-section {
  margin: 0;
  padding: 110px 0;
}
@media (max-width: 1199px) {
  .deploye-full-section {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  .deploye-full-section {
    padding: 70px 0;
  }
}
.deploye-full-section .whoweare-inner-1 {
  margin-bottom: 0;
}
.deploye-full-section .whoweare-inner-1 h4 {
  max-width: 1018px;
  margin: auto;
}
@media (max-width: 767px) {
  .deploye-full-section .whoweare-inner-1 h4 {
    font-size: 26px;
  }
}

.our-commitment-inner {
  position: relative;
  width: 100%;
  padding: 100px 0 125px;
  max-width: 1024px;
  margin: auto;
}
@media (max-width: 1199px) {
  .our-commitment-inner {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  .our-commitment-inner {
    padding: 60px 0;
  }
}
.our-commitment-inner h4 {
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 30px 0;
}
.our-commitment-inner p {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.45;
  color: #707070;
}

.career-inner {
  position: relative;
  width: 100%;
  padding: 100px 0 125px;
  max-width: 1024px;
  margin: auto;
}
@media (max-width: 1199px) {
  .career-inner {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  .career-inner {
    padding: 60px 0;
  }
}
.career-inner h4 {
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 30px 0;
}
.career-inner p {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.45;
  color: #707070;
}

.deploy-tabs {
  position: relative;
  width: 100%;
  background-color: #f2f2f2;
}
.deploy-tabs .tab-content {
  padding: 70px 0;
}
.deploy-tabs ul.nav-tabs {
  border-bottom: none;
  background-color: #ffffff;
}
.deploy-tabs ul.nav-tabs li button {
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.2px;
  color: #1c2326 !important;
  min-width: 200px;
  padding: 27px 15px;
  border: none;
  border-radius: 0;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .deploy-tabs ul.nav-tabs li button {
    font-size: 20px;
    min-width: 180px;
    padding: 20px 15px;
  }
}
@media (max-width: 767px) {
  .deploy-tabs ul.nav-tabs li button {
    font-size: 16px;
    letter-spacing: 1.2px;
    min-width: 140px;
    padding: 15px;
  }
}
.deploy-tabs ul.nav-tabs li button.active {
  background-color: #000000;
  color: #ffffff !important;
}

.base-section {
  position: relative;
  width: 100%;
}
.base-section .title {
  position: relative;
  width: 100%;
}
.base-section .title h2 {
  font-weight: 100;
  font-style: normal;
  line-height: normal;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 65px;
}
@media (max-width: 767px) {
  .base-section .title h2 {
    margin-bottom: 40px;
  }
}
.base-section .content-wrapper p {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.61;
  letter-spacing: normal;
  text-align: left;
  color: #939598;
}
@media (max-width: 767px) {
  .base-section .content-wrapper p {
    font-size: 14px;
    font-weight: normal;
  }
}
.base-section .content-wrapper .top-section {
  position: relative;
  width: 100%;
  margin: 0 0 65px 0;
}

.base-section-1 h4 {
  font-size: 25px;
  font-weight: 500;
  font-style: normal;
  line-height: 1.6;
  text-align: left;
  color: #000000;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.base-section-1 .title p {
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  color: #707070;
}
.base-section-1 .warning-text {
  max-width: 333px;
}

ul.base-section-listing {
  position: relative;
  width: 100%;
}
ul.base-section-listing li {
  position: relative;
  width: 100%;
  margin-bottom: 25px;
}
ul.base-section-listing li h5 {
  font-size: 18px;
  font-weight: 300;
  font-style: normal;
  color: #000000;
}
ul.base-section-listing li p {
  font-size: 14px !important;
  font-weight: normal !important;
  line-height: 1.79 !important;
  color: #939598 !important;
}

.deploye-wtg-wrapper {
  margin-top: 200px;
}

@media (max-width: 767px) {
  .deploy-header h1 {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .deploy-header .brand-page-inner {
    padding: 45px 0 5px;
  }
}

@media (max-width: 767px) {
  .devlop-faq-section {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 767px) {
  .devlop-faq-section .elevate-inner-wrapper {
    padding: 75px 0 35px;
  }
}

@media (max-width: 1199px) {
  .deploye-wtg-wrapper {
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  .deploye-wtg-wrapper {
    margin-top: 75px;
  }
}

.benefits-of-software-wrap {
  position: relative;
  width: 100%;
  background-color: #b52025;
}

.benefits-of-software-inner {
  position: relative;
  width: 100%;
  padding: 100px 0;
}
@media (max-width: 1370px) {
  .benefits-of-software-inner {
    padding: 70px 0;
  }
}
@media (max-width: 1199px) {
  .benefits-of-software-inner {
    padding: 70px 0 40px;
  }
}
@media (max-width: 767px) {
  .benefits-of-software-inner {
    padding: 70px 0 40px 45px;
  }
}
.benefits-of-software-inner h3 {
  font-size: 24px;
  font-weight: 500;
  font-style: normal;
  line-height: normal;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 58px;
  padding-left: 170px;
}
@media (max-width: 1370px) {
  .benefits-of-software-inner h3 {
    margin-bottom: 35px;
  }
}
@media (max-width: 1199px) {
  .benefits-of-software-inner h3 {
    padding-left: 0;
  }
}

ul.benefits-list {
  position: relative;
  width: 100%;
  max-width: 930px;
  margin-left: auto;
  margin-bottom: 50px;
}
@media (max-width: 1199px) {
  ul.benefits-list {
    margin-bottom: 30px;
  }
}
ul.benefits-list li {
  position: relative;
  width: 100%;
  font-size: 28px;
  font-weight: 300;
  line-height: 1.82;
  color: #ffffff;
  padding-left: 30px;
}
@media (max-width: 1370px) {
  ul.benefits-list li {
    font-size: 24px;
    line-height: 1.61;
  }
}
@media (max-width: 1199px) {
  ul.benefits-list li {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  ul.benefits-list li {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  ul.benefits-list li {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
ul.benefits-list li .hexagaon-bullets {
  position: absolute;
  left: 0;
  top: 10px;
  width: 15px;
  height: 15px;
  display: inline-block;
  line-height: 15px;
}
@media (max-width: 427px) {
  ul.benefits-list li .hexagaon-bullets {
    top: 2px;
  }
}
ul.benefits-list li .hexagaon-bullets svg {
  width: 13px;
  height: 13px;
}
ul.benefits-list li .hexagaon-bullets svg path {
  fill: #ffffff;
}

.solution-mapping-title {
  padding-left: 34px;
  padding-right: 50px;
}
@media (max-width: 767px) {
  .solution-mapping-title {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
}
.solution-mapping-title .content-wrapper {
  max-width: 100%;
  padding-left: 10px;
}
@media (max-width: 767px) {
  .solution-mapping-title .content-wrapper {
    padding-left: 0;
    margin-bottom: 75px;
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .solution-mapping-title.solution-mapping-mobile {
    padding-bottom: 0 !important;
  }
}

@media (max-width: 991px) {
  .hexagon-style-2 .hex-wrapper {
    width: 430px !important;
    height: 440px !important;
  }
}
@media (max-width: 767px) {
  .hexagon-style-2 .hex-wrapper {
    max-width: 430px !important;
    width: 100% !important;
  }
}
@media (max-width: 991px) {
  .hexagon-style-2 .hex-wrapper .hex {
    background-color: #f1f1f1 !important;
    width: 430px !important;
    height: 440px !important;
    background-color: transparent !important;
    -webkit-clip-path: none !important;
            clip-path: none !important;
    background-image: url(../images/background_single_hexagon_gray.png) !important;
    background-size: cover !important;
  }
}
@media (max-width: 767px) {
  .hexagon-style-2 .hex-wrapper .hex {
    max-width: 430px !important;
    width: 100% !important;
  }
}
@media (max-width: 991px) {
  .hexagon-style-2 .hex-wrapper .hex-content-wrapper {
    padding: 50px 70px;
  }
}
@media (max-width: 767px) {
  .hexagon-style-2 .hex-wrapper .hex-content-wrapper {
    padding: 50px;
  }
}
@media (max-width: 991px) {
  .hexagon-style-2 .hex-wrapper .hex-content-wrapper h3 {
    font-size: 30px;
    font-weight: 300;
    line-height: 1.83;
    color: #1c2326;
  }
}
@media (max-width: 991px) {
  .hexagon-style-2 .hex-wrapper .hex-content-wrapper h4 {
    color: #1c2326 !important;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
  }
}
@media (max-width: 991px) {
  .hexagon-style-2 .hex-wrapper .hex-content-wrapper p {
    margin-top: 20px;
    color: #1c2326 !important;
  }
}

ul.hexagon-style-2 {
  position: relative;
  width: 100%;
  height: 850px;
  margin: 0;
}
@media (max-width: 1370px) {
  ul.hexagon-style-2 {
    height: 650px;
  }
}
@media (max-width: 1199px) {
  ul.hexagon-style-2 {
    height: 610px;
  }
}
@media (max-width: 991px) {
  ul.hexagon-style-2 {
    height: auto;
  }
}
ul.hexagon-style-2 li {
  display: inline-block;
}
@media (max-width: 991px) {
  ul.hexagon-style-2 li {
    display: block;
    margin: 0 0 20px 0;
  }
}
ul.hexagon-style-2 li:nth-child(1) {
  position: absolute;
  top: 50%;
  left: 0;
  right: auto;
  z-index: 9;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 991px) {
  ul.hexagon-style-2 li:nth-child(1) {
    position: static;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
ul.hexagon-style-2 li:nth-child(2) {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 9;
  text-align: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 991px) {
  ul.hexagon-style-2 li:nth-child(2) {
    position: static;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
ul.hexagon-style-2 li:nth-child(3) {
  position: absolute;
  top: 50%;
  left: auto;
  right: 0;
  z-index: 9;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 991px) {
  ul.hexagon-style-2 li:nth-child(3) {
    position: static;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
ul.hexagon-style-2 li:nth-child(4) {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 9;
  text-align: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 991px) {
  ul.hexagon-style-2 li:nth-child(4) {
    position: static;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
ul.hexagon-style-2 .hex-content-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 50px;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
@media (max-width: 1370px) {
  ul.hexagon-style-2 .hex-content-wrapper {
    padding: 50px;
  }
}
ul.hexagon-style-2 .hex-content-wrapper h3 {
  font-size: 31px;
  font-weight: normal;
  line-height: 0.81;
  text-align: center;
  color: #939598;
  margin-bottom: 15px;
}
ul.hexagon-style-2 .hex-content-wrapper h4 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.61;
  color: #1c2326;
  margin-bottom: 0;
  text-transform: uppercase;
}
@media (max-width: 1370px) {
  ul.hexagon-style-2 .hex-content-wrapper h4 {
    font-size: 16px;
  }
}
ul.hexagon-style-2 .hex-content-wrapper .invisible-content {
  display: none;
  opacity: 0;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
ul.hexagon-style-2 .hex-content-wrapper p {
  margin-top: 15px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.61;
  color: #1c2326;
}
ul.hexagon-style-2 .hex-wrapper {
  position: relative;
  width: 480px;
  height: 418px;
  overflow: hidden;
}
@media (max-width: 1370px) {
  ul.hexagon-style-2 .hex-wrapper {
    width: 380px;
    height: 320px;
  }
}
@media (max-width: 1199px) {
  ul.hexagon-style-2 .hex-wrapper {
    width: 350px;
    height: 300px;
  }
}
@media (max-width: 991px) {
  ul.hexagon-style-2 .hex-wrapper {
    margin: 0 auto;
  }
}
ul.hexagon-style-2 .hex-wrapper:hover .invisible-content {
  display: block;
  opacity: 1;
}
ul.hexagon-style-2 .hex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 480px;
  height: 418px;
  background-color: #f1f1f1;
  -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}
@media (max-width: 1370px) {
  ul.hexagon-style-2 .hex {
    width: 380px;
    height: 320px;
  }
}
@media (max-width: 1199px) {
  ul.hexagon-style-2 .hex {
    width: 350px;
    height: 300px;
  }
}

.hexagon2-style-wrapper {
  width: 100%;
  max-width: 1230px;
  margin: auto;
}
@media (max-width: 1370px) {
  .hexagon2-style-wrapper {
    max-width: 970px;
  }
}
@media (max-width: 1199px) {
  .hexagon2-style-wrapper {
    max-width: 890px;
  }
}

.whattoexpect {
  position: relative;
  width: 100%;
}

@media (max-width: 991px) {
  .whattoexpect-mobile .hex-wrapper {
    width: 375px !important;
    height: 430px !important;
    max-height: 100% !important;
  }
}
@media (max-width: 427px) {
  .whattoexpect-mobile .hex-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 991px) {
  .whattoexpect-mobile .hex {
    width: 375px !important;
    height: 430px !important;
    max-height: 100% !important;
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%) !important;
            clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%) !important;
    background-image: none !important;
    background-color: #f1f1f1 !important;
  }
}
@media (max-width: 767px) {
  .whattoexpect-mobile .hex {
    width: 100%;
    max-height: 375px;
  }
}
@media (max-width: 427px) {
  .whattoexpect-mobile .hex {
    width: 100% !important;
  }
}
@media (max-width: 991px) {
  .whattoexpect-mobile .hex-content-wrapper h3 {
    font-size: 30px;
    font-weight: 300;
    color: #1c2326;
  }
}
@media (max-width: 991px) {
  .whattoexpect-mobile .hex-content-wrapper h4 {
    font-size: 14px !important;
    font-weight: bold !important;
    letter-spacing: normal !important;
    color: #1c2326 !important;
    text-transform: uppercase;
  }
}
@media (max-width: 991px) {
  .whattoexpect-mobile .hex-content-wrapper .invisible-content p {
    font-size: 14px !important;
    font-weight: normal !important;
    letter-spacing: normal !important;
    color: #1c2326 !important;
  }
}

.whattoexpect-inner-wrapper {
  position: relative;
  width: 100%;
  padding: 130px 0 50px;
}
@media (max-width: 1370px) {
  .whattoexpect-inner-wrapper {
    padding: 90px 0 50px;
  }
}
@media (max-width: 1199px) {
  .whattoexpect-inner-wrapper {
    padding: 70px 0;
  }
}
@media (max-width: 991px) {
  .whattoexpect-inner-wrapper {
    text-align: center;
  }
}
.whattoexpect-inner-wrapper .title {
  display: inline-block;
  position: absolute;
  right: 112px;
  width: auto;
}
@media (max-width: 991px) {
  .whattoexpect-inner-wrapper .title {
    display: inline-block;
    position: static;
    width: auto;
    margin-bottom: 60px;
  }
}
.whattoexpect-inner-wrapper .title h3 {
  text-transform: uppercase;
  text-align: right;
}
.whattoexpect-inner-wrapper .title h3 .head1 {
  padding-right: 80px;
}
@media (max-width: 767px) {
  .whattoexpect-inner-wrapper .title h3 .head1 {
    padding-right: 60px;
  }
}

.what-you-get-wrapper {
  position: relative;
  width: 100%;
  padding: 50px 0 140px;
}
@media (max-width: 1370px) {
  .what-you-get-wrapper {
    padding: 50px 0 100px;
  }
}
@media (max-width: 1199px) {
  .what-you-get-wrapper {
    padding: 50px 0;
  }
}
.what-you-get-wrapper .title {
  display: inline-block;
  width: auto;
  padding-left: 117px;
  margin-bottom: 77px;
}
@media (max-width: 1370px) {
  .what-you-get-wrapper .title {
    margin-bottom: 50px;
  }
}
@media (max-width: 1199px) {
  .what-you-get-wrapper .title {
    margin-bottom: 40px;
  }
}
.what-you-get-wrapper .title h3 .head2 {
  padding-left: 81px;
}
.what-you-get-wrapper .what-you-get-inner {
  max-width: 930px;
  margin: auto;
}

ul.deliverables-section-listing {
  position: relative;
  width: 100%;
  padding-left: 180px;
}
@media (max-width: 1370px) {
  ul.deliverables-section-listing {
    padding-left: 100px;
  }
}
@media (max-width: 1199px) {
  ul.deliverables-section-listing {
    padding-left: 0px;
  }
}
ul.deliverables-section-listing li {
  position: relative;
  width: 100%;
}
ul.deliverables-section-listing li h5 {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.67;
  color: #939598;
  margin: 0;
}
@media (max-width: 1370px) {
  ul.deliverables-section-listing li h5 {
    font-size: 20px;
    line-height: 1.61;
  }
}
@media (max-width: 1199px) {
  ul.deliverables-section-listing li h5 {
    font-size: 18px;
  }
}

.warning-text {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.79;
  letter-spacing: 0.18px;
  color: #b52025;
}

.sm-tabs {
  margin-bottom: 55px;
}

.sandm-wrapper {
  position: relative;
  width: 100%;
  margin: 0;
  padding-top: 100px;
  padding-bottom: 126px;
}
@media (max-width: 1199px) {
  .sandm-wrapper {
    padding-top: 80px;
    padding-bottom: 75px;
  }
}
.sandm-wrapper .whoweare-inner {
  max-width: 1137px;
  padding-left: 137px;
}
@media (max-width: 991px) {
  .sandm-wrapper .whoweare-inner {
    padding-left: 80px;
  }
}
@media (max-width: 767px) {
  .sandm-wrapper .whoweare-inner {
    padding-left: 18px;
    padding-right: 10px;
  }
}
.sandm-wrapper .whoweare-inner-1 {
  margin: 0;
}
.sandm-wrapper .whoweare-inner-1 h3 {
  font-size: 24px;
  font-weight: 500;
  color: #9b9b9b;
  text-transform: uppercase;
  margin-bottom: 45px;
}
@media (max-width: 1370px) {
  .sandm-wrapper .whoweare-inner-1 h3 {
    font-size: 22px;
    margin-bottom: 35px;
  }
}
@media (max-width: 1199px) {
  .sandm-wrapper .whoweare-inner-1 h3 {
    font-size: 20px;
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .sandm-wrapper .whoweare-inner-1 h3 {
    font-size: 18px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1199px) {
  .sandm-wrapper .whoweare-inner-1 h4 {
    font-size: 28px;
    line-height: 1.2;
  }
}
@media (max-width: 991px) {
  .sandm-wrapper .whoweare-inner-1 h4 {
    font-size: 26px;
    line-height: 1.62;
  }
}

.sandm-section-1 {
  position: relative;
  width: 100%;
  padding: 130px 0;
}
@media (max-width: 1370px) {
  .sandm-section-1 {
    padding: 100px 0;
  }
}
@media (max-width: 1199px) {
  .sandm-section-1 {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .sandm-section-1 {
    padding: 35px 0 10px 0;
  }
}
.sandm-section-1 .content-wrapper {
  max-width: 1293px;
  padding-left: 137px;
  position: relative;
  width: 100%;
}
@media (max-width: 991px) {
  .sandm-section-1 .content-wrapper {
    padding-left: 80px;
  }
}
@media (max-width: 767px) {
  .sandm-section-1 .content-wrapper {
    padding-left: 18px;
    padding-right: 10px;
  }
}

.sandm-wyg-inner {
  position: relative;
  width: 100%;
  padding: 80px 0 35px 0;
}
@media (max-width: 767px) {
  .sandm-wyg-inner {
    padding: 55px 0 70px 0;
  }
}
@media (max-width: 1199px) {
  .sandm-wyg-inner .brand-page-approch-section {
    max-width: 775px !important;
  }
}
@media (max-width: 991px) {
  .sandm-wyg-inner .brand-page-approch-section .hex-wrapper .hex {
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%) !important;
            clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%) !important;
    background-image: none !important;
    background-color: #f1f1f1 !important;
  }
}
.sandm-wyg-inner ul.watch-section li .hex-wrapper .hex {
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%) !important;
          clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%) !important;
  background-image: none !important;
  background-color: #f1f1f1;
}
.sandm-wyg-inner ul.watch-section li .hex-content-wrapper h4 {
  text-transform: uppercase;
}

.sandm-linking-section .elevate-inner-2 {
  max-width: 760px;
  padding-right: 85px;
  margin-left: auto;
  padding-left: 0;
}
@media (max-width: 767px) {
  .sandm-linking-section .elevate-inner-2 {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .sandm-linking-section ul.explore-link {
    padding-left: 35px;
    padding-right: 35px;
  }
}

.sandm-wtg-wrapper {
  margin-top: 90px;
}

.sandm-wyg-title {
  bottom: 235px !important;
}
.sandm-wyg-title .head2 {
  padding-left: 55px;
}

.develop-title-section {
  padding-bottom: 85px;
}
@media (max-width: 991px) {
  .develop-title-section {
    padding-bottom: 50px;
  }
}
.develop-title-section .title {
  max-width: 775px;
  margin-left: auto;
}
.develop-title-section .title h1 {
  margin-bottom: 0;
}

.develop-fullsection {
  margin: 0;
  padding: 160px 0 175px;
}
@media (max-width: 1370px) {
  .develop-fullsection {
    padding: 125px 0 140px;
  }
}
@media (max-width: 1199px) {
  .develop-fullsection {
    padding: 90px 0 110px;
  }
}
.develop-fullsection .whoweare-inner {
  max-width: 1006px;
  margin: auto;
}
.develop-fullsection .whoweare-inner h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  color: #9b9b9b;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (max-width: 1370px) {
  .develop-fullsection .whoweare-inner h3 {
    font-size: 22px;
  }
}
@media (max-width: 1199px) {
  .develop-fullsection .whoweare-inner h3 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .develop-fullsection .whoweare-inner h3 {
    font-size: 18px;
  }
}
.develop-fullsection .whoweare-inner h4 {
  font-size: 35px;
  font-weight: 300;
  line-height: 1.6;
  color: #1c2326;
  max-width: 930px;
  margin-bottom: 30px;
}
@media (max-width: 1370px) {
  .develop-fullsection .whoweare-inner h4 {
    font-size: 32px;
  }
}
@media (max-width: 1199px) {
  .develop-fullsection .whoweare-inner h4 {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .develop-fullsection .whoweare-inner h4 {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .develop-fullsection .whoweare-inner h4 {
    font-size: 26px;
  }
}
.develop-fullsection .whoweare-inner p {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.61;
  color: #939598;
}

.develop-testimonial-block {
  padding-top: 250px;
}
@media (max-width: 1370px) {
  .develop-testimonial-block {
    padding-top: 200px;
  }
}
@media (max-width: 1199px) {
  .develop-testimonial-block {
    padding-top: 150px;
  }
}
@media (max-width: 991px) {
  .develop-testimonial-block {
    padding-top: 115px;
  }
}
.develop-testimonial-block::after {
  top: -220px;
}
@media (max-width: 767px) {
  .develop-testimonial-block::after {
    min-height: 200%;
    width: 200%;
    top: -320px;
  }
}
.develop-testimonial-block .testimonial-inner {
  max-width: 380px;
}

@media (max-width: 767px) {
  .develop-oa-section .sandm-wyg-inner {
    padding: 70px 0;
  }
}
.develop-oa-section .develop-oa-title {
  margin-left: 95px;
  bottom: 315px;
}
@media (max-width: 991px) {
  .develop-oa-section .develop-oa-title {
    margin-left: 0;
    margin-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .develop-oa-section .develop-oa-title h3 {
    text-align: center;
  }
}
.develop-oa-section .develop-oa-title .head1 {
  padding-left: 55px;
  padding-right: 0;
}
@media (max-width: 991px) {
  .develop-oa-section .develop-oa-title .head1 {
    padding-left: 0;
  }
}

.develop-faq-wrapper .elevate-inner-wrapper {
  padding: 25px 0 50px;
}
.develop-faq-wrapper .elevate-inner-wrapper .title {
  margin: 0 0 70px auto;
  max-width: 530px;
}
@media (max-width: 767px) {
  .develop-faq-wrapper .elevate-inner-wrapper .title {
    margin: 0 0 20px auto;
    text-align: right;
    padding-right: 20px;
  }
}
.develop-faq-wrapper .elevate-inner-wrapper .title .head1 {
  padding-left: 100px;
}
@media (max-width: 767px) {
  .develop-faq-wrapper .elevate-inner-wrapper .title .head1 {
    padding-left: 50px;
  }
}
@media (max-width: 1370px) {
  .develop-faq-wrapper .view-more-accordion {
    margin-left: 140px;
  }
}
@media (max-width: 1199px) {
  .develop-faq-wrapper .view-more-accordion {
    margin-left: 100px;
  }
}
@media (max-width: 991px) {
  .develop-faq-wrapper .view-more-accordion {
    margin-left: 0;
    padding: 0;
  }
}

.develop-em-wrapper .title {
  margin: 0 0 35px 0;
}
@media (max-width: 767px) {
  .develop-em-wrapper .title {
    margin: 0;
  }
}
.develop-em-wrapper .elevate-inner-wrapper {
  padding: 100px 0 60px;
}
@media (max-width: 1370px) {
  .develop-em-wrapper .elevate-inner-wrapper {
    padding: 70px 0 60px;
  }
}
@media (max-width: 1199px) {
  .develop-em-wrapper .elevate-inner-wrapper {
    padding: 50px 0 60px;
  }
}
@media (max-width: 767px) {
  .develop-em-wrapper .elevate-inner-wrapper {
    padding: 15px 0 0 0;
  }
}

.cs-title-bg:before {
  content: "";
  width: 100%;
  min-height: 160%;
  background-image: url(../images/hexagons-bg.svg);
  display: block;
  position: absolute;
  top: 293px;
  left: 185px;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 1370px) {
  .cs-title-bg:before {
    top: 140px;
    left: 140px;
  }
}

.plattforms-wrapper {
  position: relative;
  width: 100%;
  margin-top: 125px;
  padding-left: 135px;
}
@media (max-width: 1370px) {
  .plattforms-wrapper {
    margin-top: 90px;
    padding-left: 75px;
  }
}
@media (max-width: 1199px) {
  .plattforms-wrapper {
    margin-top: 50px;
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .plattforms-wrapper {
    max-width: 280px;
    margin-left: auto;
  }
}
.plattforms-wrapper h4 {
  font-size: 24px;
  font-weight: 500;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #1c2326;
  text-transform: uppercase;
  margin: 0 0 25px 0;
}
@media (max-width: 767px) {
  .plattforms-wrapper h4 {
    margin: 0 0 15px 0;
  }
}
.plattforms-wrapper ul {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .plattforms-wrapper ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.plattforms-wrapper ul li {
  font-size: 35px;
  font-weight: normal;
  line-height: normal;
  color: #1c2326;
  margin-right: 40px;
  position: relative;
}
@media (max-width: 1370px) {
  .plattforms-wrapper ul li {
    font-size: 32px;
  }
}
@media (max-width: 1199px) {
  .plattforms-wrapper ul li {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .plattforms-wrapper ul li {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .plattforms-wrapper ul li {
    width: 100%;
    font-size: 34px;
    margin-right: 0;
    padding-left: 35px;
  }
}
.plattforms-wrapper ul li:after {
  content: "";
  background-image: url(../images/hexagon_bullets.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
  position: absolute;
  right: -25px;
  top: 15px;
}
@media (max-width: 1370px) {
  .plattforms-wrapper ul li:after {
    top: 12px;
  }
}
@media (max-width: 1199px) {
  .plattforms-wrapper ul li:after {
    top: 12px;
  }
}
@media (max-width: 991px) {
  .plattforms-wrapper ul li:after {
    top: 8px;
  }
}
@media (max-width: 767px) {
  .plattforms-wrapper ul li:after {
    left: 0;
    right: 0;
    top: 15px;
  }
}
.plattforms-wrapper ul li:last-child::after {
  display: none;
}
@media (max-width: 767px) {
  .plattforms-wrapper ul li:last-child::after {
    display: block;
  }
}

.case-study-inner {
  max-width: 1064px;
  margin: auto;
  padding-top: 105px;
}
@media (max-width: 1370px) {
  .case-study-inner {
    padding-top: 70px;
  }
}
@media (max-width: 1199px) {
  .case-study-inner {
    padding-top: 55px;
  }
}
@media (max-width: 767px) {
  .case-study-inner {
    padding-top: 65px;
    padding-bottom: 35px;
  }
}
.case-study-inner .title {
  margin-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1370px) {
  .case-study-inner .title {
    margin-bottom: 70px;
  }
}
@media (max-width: 1199px) {
  .case-study-inner .title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .case-study-inner .title .btn-link {
    display: none;
  }
}
.case-study-inner .title .btn-link .icon-wrapper {
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  display: inline-block;
  position: relative;
  top: 10px;
}
.case-study-inner .title .btn-link .icon-wrapper svg {
  width: 18px;
  height: 18px;
  vertical-align: baseline;
}
.case-study-inner .title .btn-link .icon-wrapper svg path {
  stroke-width: 6px;
  stroke: #b52025;
}
.case-study-inner .title .head2 {
  padding-left: 91px;
}
@media (max-width: 1370px) {
  .case-study-inner .title .head2 {
    padding-left: 50px;
  }
}
@media (max-width: 1199px) {
  .case-study-inner .title .head2 {
    padding-left: 30px;
  }
}
.case-study-inner h4 {
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 1.2px;
  color: #1c2326;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .case-study-inner h4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 767px) {
  .case-study-inner h4 .icon-wrapper {
    display: inline-block !important;
    line-height: 0;
    margin-right: 10px;
  }
}
.case-study-inner h4 .icon-wrapper svg {
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.case-study-inner h4 .icon-wrapper svg path {
  stroke-width: 6px;
}
@media (max-width: 1370px) {
  .case-study-inner h4 {
    font-size: 22px;
  }
}
@media (max-width: 1199px) {
  .case-study-inner h4 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .case-study-inner h4 {
    font-size: 24px;
  }
}
.case-study-inner .img-block {
  position: relative;
  width: 100%;
  cursor: pointer;
}
.case-study-inner .img-block .overlapping-img {
  width: 95px;
  height: 95px;
  position: absolute;
  right: 35px;
  bottom: 25px;
  z-index: 9;
}
.case-study-inner .img-block .overlapping-img svg {
  width: 95px;
  height: 95px;
}
.case-study-inner .img-block.case-study-img1 {
  max-width: 411px;
}
@media (max-width: 767px) {
  .case-study-inner .img-block.case-study-img1 {
    max-width: 320px;
  }
}
.case-study-inner .img-block.case-study-img2 {
  max-width: 518px;
}
@media (max-width: 767px) {
  .case-study-inner .img-block.case-study-img2 {
    max-width: 270px;
  }
}
.case-study-inner .img-block.case-study-img3 {
  max-width: 312px;
}
@media (max-width: 767px) {
  .case-study-inner .img-block.case-study-img3 {
    max-width: 320px;
  }
}
@media (max-width: 767px) {
  .case-study-inner .case-study-block {
    margin-bottom: 60px;
  }
}
.case-study-inner .case-study-block2 {
  margin-top: -35px;
}
@media (max-width: 767px) {
  .case-study-inner .case-study-block2 {
    margin-top: 0;
    text-align: right;
  }
}
@media (max-width: 767px) {
  .case-study-inner .case-study-block2 h4 {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  .case-study-inner .case-study-block2 .img-block.case-study-img2 {
    margin-left: auto;
  }
}
.case-study-inner .case-study-block3 {
  margin-top: -45px;
}
@media (max-width: 767px) {
  .case-study-inner .case-study-block3 {
    margin-top: 0;
    text-align: right;
  }
}
@media (max-width: 767px) {
  .case-study-inner .case-study-block3 h4 {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  .case-study-inner .case-study-block3 .img-block.case-study-img3 {
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .cs-title .title h1 span.head1 {
    padding-left: 50px;
  }
}
.cs-title .title h1 .head2 {
  padding-left: 30px;
}
@media (max-width: 767px) {
  .cs-title .title h1 .head2 {
    padding-left: 0px;
  }
}
.cs-title .content-wrapper {
  max-width: 1088px;
}
@media (max-width: 767px) {
  .cs-title .content-wrapper {
    padding-left: 0;
  }
}
.cs-title .content-wrapper p {
  margin-bottom: 25px;
}
.cs-title .content-wrapper small {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.61;
  letter-spacing: normal;
  color: #939598;
}
@media (max-width: 1370px) {
  .cs-title .content-wrapper small {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .cs-title .content-wrapper small {
    font-size: 14px;
  }
}

.cs-faq-section .elevate-inner-2 {
  margin-left: auto;
  padding-right: 70px;
  padding-left: 0;
}
@media (max-width: 991px) {
  .cs-faq-section .elevate-inner-2 {
    padding-right: 0px;
  }
}
.cs-faq-section .elevate-inner-2 .title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cs-faq-section ul.explore-link li a {
    font-size: 20px;
  }
}

.cs-wtg-wrapper {
  margin: 80px 0 0 140px;
}
@media (max-width: 1370px) {
  .cs-wtg-wrapper {
    margin: 80px 0 0 100px;
  }
}
@media (max-width: 1370px) {
  .cs-wtg-wrapper {
    margin: 80px 0 0 50px;
  }
}

.our-work-wrapper .brand-page-inner {
  padding: 158px 0 100px;
}
@media (max-width: 1370px) {
  .our-work-wrapper .brand-page-inner {
    padding: 125px 0 90px;
  }
}
@media (max-width: 1199px) {
  .our-work-wrapper .brand-page-inner {
    padding: 90px 0 70px;
  }
}
@media (max-width: 767px) {
  .our-work-wrapper .brand-page-inner {
    padding: 60px 0 35px;
  }
}
.our-work-wrapper .brand-page-inner h1 {
  margin-bottom: 0;
}

.our-work-bg {
  position: relative;
}
.our-work-bg:before {
  content: "";
  width: 100%;
  background-image: url(../images/hexagons-bg.svg);
  height: 420%;
  position: absolute;
  top: -440px;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  right: -70px;
}
@media (max-width: 767px) {
  .our-work-bg:before {
    display: none;
  }
}

.case-study-bg {
  position: relative;
  overflow: hidden;
}
.case-study-bg:before {
  content: "";
  width: 100%;
  background-image: url(../images/hexagons-bg-shape2-svg.svg);
  height: 420%;
  position: absolute;
  top: 256px;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  right: -280px;
}
@media (max-width: 767px) {
  .case-study-bg:before {
    width: 160%;
    height: 100%;
    top: -100px;
    right: 120px;
  }
}

.case-study-links {
  position: relative;
  width: 100%;
  padding: 0;
  margin-bottom: 60px;
}
.case-study-links ul {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.case-study-links ul li {
  display: inline-block;
}
.case-study-links ul li a {
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.2px;
  color: #1c2326;
  min-width: 200px;
  padding: 27px 40px;
  border: none;
  border-radius: 0;
  text-transform: uppercase;
  display: block;
}
@media (max-width: 1370px) {
  .case-study-links ul li a {
    font-size: 20px;
    min-width: 200px;
    padding: 27px 30px;
  }
}
@media (max-width: 1199px) {
  .case-study-links ul li a {
    font-size: 16px;
    min-width: 200px;
    padding: 27px 20px;
  }
}
.case-study-links ul li.active a {
  background-color: #000000 !important;
  color: #ffffff !important;
}

.case-study-inne2 {
  max-width: 100%;
}
.case-study-inne2 h4 {
  margin-bottom: 50px;
}
@media (max-width: 1199px) {
  .case-study-inne2 h4 {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .case-study-inne2 .overlapping-img {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.case-study-inne2 .case-study-block1, .case-study-inne2 .case-study-block2, .case-study-inne2 .case-study-block3 {
  max-width: 518px;
  margin-left: auto;
}
@media (max-width: 767px) {
  .case-study-inne2 .case-study-block1, .case-study-inne2 .case-study-block2, .case-study-inne2 .case-study-block3 {
    margin-right: auto !important;
  }
}
.case-study-inne2 .case-study-block1 .img-block, .case-study-inne2 .case-study-block2 .img-block, .case-study-inne2 .case-study-block3 .img-block {
  max-width: 518px;
}
@media (max-width: 574px) {
  .case-study-inne2 .case-study-block1 .img-block, .case-study-inne2 .case-study-block2 .img-block, .case-study-inne2 .case-study-block3 .img-block {
    max-width: 320px;
    margin: auto;
  }
}
.case-study-inne2 .case-study-block1 .img-block img, .case-study-inne2 .case-study-block2 .img-block img, .case-study-inne2 .case-study-block3 .img-block img {
  width: 100%;
}
@media (max-width: 767px) {
  .case-study-inne2 .case-study-block1 h4, .case-study-inne2 .case-study-block2 h4, .case-study-inne2 .case-study-block3 h4 {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}
.case-study-inne2 .case-study-block2 {
  margin-top: -140px;
  margin-right: 55px;
}
@media (max-width: 1199px) {
  .case-study-inne2 .case-study-block2 {
    margin-right: 0;
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .case-study-inne2 .case-study-block2 {
    margin-top: 0;
  }
}
.case-study-inne2 .case-study-block4 {
  margin-top: 160px;
}
@media (max-width: 1370px) {
  .case-study-inne2 .case-study-block4 {
    margin-top: 100px;
  }
}
@media (max-width: 1199px) {
  .case-study-inne2 .case-study-block4 {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .case-study-inne2 .case-study-block4 {
    margin-top: 10px;
  }
}
.case-study-inne2 .case-study-block3 {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .case-study-inne2 .case-study-block3 {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .our-work-faq-section .elevate-inner-wrapper {
    padding-top: 0;
    padding-bottom: 90px;
  }
}
@media (max-width: 767px) {
  .our-work-faq-section .worktogether-action {
    margin-top: 0;
  }
}

.learn-title-bg {
  position: relative;
  overflow: hidden;
}
.learn-title-bg:before {
  content: "";
  width: 100%;
  background-image: url(../images/hexagons-bg-shape2-svg.svg);
  height: 420%;
  position: absolute;
  top: 256px;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  right: -280px;
}
@media (max-width: 767px) {
  .learn-title-bg:before {
    display: none;
  }
}

.learn-title .content-wrapper {
  max-width: 1066px;
  width: 100%;
  position: relative;
  margin: auto;
  padding-left: 0;
}
.learn-title .brand-page-inner {
  padding: 160px 0 75px;
}
@media (max-width: 1370px) {
  .learn-title .brand-page-inner {
    padding: 120px 0 75px;
  }
}
@media (max-width: 1199px) {
  .learn-title .brand-page-inner {
    padding: 90px 0 50px;
  }
}
@media (max-width: 767px) {
  .learn-title .brand-page-inner {
    padding: 60px 0 68px;
  }
}
@media (max-width: 767px) {
  .learn-title .brand-page-inner h1 {
    text-align: right;
  }
}

@media (max-width: 767px) {
  .learn-img-wrapper .video-wrapper img {
    height: 336px;
  }
}
@media (max-width: 767px) {
  .learn-img-wrapper .video-wrapper {
    height: 336px;
  }
}

.our-mission {
  position: relative;
  width: 100%;
}

.our-mission-inner {
  position: relative;
  width: 100%;
  padding: 117px 0 65px;
}
@media (max-width: 1370px) {
  .our-mission-inner {
    padding: 90px 0 50px;
  }
}
@media (max-width: 1199px) {
  .our-mission-inner {
    padding: 70px 0 50px;
  }
}
@media (max-width: 767px) {
  .our-mission-inner {
    padding: 70px 0 65px;
  }
}
.our-mission-inner .title {
  margin-bottom: 50px;
}
@media (max-width: 1370px) {
  .our-mission-inner .title {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .our-mission-inner .title {
    max-width: 256px;
    margin-left: auto;
  }
}
.our-mission-inner .content-wrapper {
  max-width: 518px;
}

.latest-blog {
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .latest-blog .container {
    padding: 0;
  }
}

.latest-blog-inner {
  position: relative;
  width: 100%;
  padding: 0 30px;
}
@media (max-width: 767px) {
  .latest-blog-inner {
    padding: 0;
  }
}
.latest-blog-inner .title {
  margin-bottom: 70px;
}
@media (max-width: 1370px) {
  .latest-blog-inner .title {
    margin-bottom: 50px;
  }
}
@media (max-width: 1199px) {
  .latest-blog-inner .title {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .latest-blog-inner .title {
    margin-bottom: 20px;
    padding: 0 20px;
  }
}
.latest-blog-inner .title h4 {
  font-size: 25px;
  font-weight: 500;
  color: #000000;
}
@media (max-width: 1199px) {
  .latest-blog-inner .title h4 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .latest-blog-inner .title h4 {
    font-size: 20px;
  }
}

.news-inner {
  margin-bottom: 166px;
  margin-top: 144px;
}
@media (max-width: 1370px) {
  .news-inner {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
@media (max-width: 1199px) {
  .news-inner {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
@media (max-width: 991px) {
  .news-inner {
    margin-top: 70px;
    margin-bottom: 120px;
  }
}
.news-inner .title {
  margin-bottom: 100px;
}
@media (max-width: 1370px) {
  .news-inner .title {
    margin-bottom: 70px;
  }
}
@media (max-width: 1199px) {
  .news-inner .title {
    margin-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .news-inner .title {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .news-inner .title {
    margin-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .news-inner .learn-page-slider-style {
    padding: 0 35px;
  }
}

.learn-page-slider-style .img-wrapper {
  position: relative;
  width: 100%;
}
.learn-page-slider-style .img-wrapper img {
  width: 100%;
  max-height: 648px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 70px;
}
@media (max-width: 1370px) {
  .learn-page-slider-style .img-wrapper img {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .learn-page-slider-style .img-wrapper img {
    margin-bottom: 40px;
  }
}
.learn-page-slider-style .news-heading {
  padding: 80px 0;
  position: relative;
  width: 100%;
  text-align: center;
  border-top: 2px solid #707070;
  border-bottom: 2px solid #707070;
  margin-bottom: 60px;
}
@media (max-width: 1370px) {
  .learn-page-slider-style .news-heading {
    padding: 60px 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 1199px) {
  .learn-page-slider-style .news-heading {
    padding: 40px 0;
  }
}
.learn-page-slider-style .content-wrapper {
  max-width: 1091px;
  margin: auto;
  text-align: center;
  padding: 0 20px;
}
.learn-page-slider-style .content-wrapper p {
  font-size: 18px;
  font-weight: normal;
  line-height: 2;
  color: #000000;
}
@media (max-width: 1199px) {
  .learn-page-slider-style .content-wrapper p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .learn-page-slider-style .content-wrapper p {
    font-size: 14px;
    line-height: 1.86;
  }
}
.learn-page-slider-style ul.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
}
@media (max-width: 1370px) {
  .learn-page-slider-style ul.slick-dots {
    margin-top: 30px;
  }
}
.learn-page-slider-style ul.slick-dots li {
  margin: 0 15px;
}
@media (max-width: 767px) {
  .learn-page-slider-style ul.slick-dots li {
    margin: 0 6.5px;
  }
}
.learn-page-slider-style ul.slick-dots li button {
  border: 1px solid #707070;
  background-color: transparent;
  width: 22px;
  height: 22px;
  display: inline-block;
  border-radius: 50%;
  font-size: 0;
  padding: 0;
}
@media (max-width: 1199px) {
  .learn-page-slider-style ul.slick-dots li button {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 767px) {
  .learn-page-slider-style ul.slick-dots li button {
    width: 10px;
    height: 10px;
  }
}
.learn-page-slider-style ul.slick-dots li.slick-active button {
  background-color: #6d7278;
  border: 1px solid #6d7278;
}

.read-more {
  position: relative;
  font-size: 12px;
  font-weight: bold;
  line-height: normal;
  color: #b52025;
  text-transform: uppercase;
  padding-left: 20px;
  margin-top: 70px;
  display: inline-block;
}
@media (max-width: 1370px) {
  .read-more {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .read-more {
    margin-top: 30px;
  }
}
.read-more:hover {
  color: #000000;
}
.read-more .icon-wrapper {
  position: absolute;
  width: 12px;
  height: 12px;
  left: 0;
  top: 1px;
  -webkit-transform: translate(0, 0) rotate(135deg);
          transform: translate(0, 0) rotate(135deg);
}
.read-more .icon-wrapper svg {
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
}
.read-more .icon-wrapper svg path {
  stroke-width: 6px;
  stroke: #b52025;
}

.our-mission-bg-new {
  position: relative;
  overflow: hidden;
}
.our-mission-bg-new:before {
  content: "";
  width: 100%;
  background-image: url(../images/hexagons-bg-shape2-svg.svg);
  height: 420%;
  position: absolute;
  bottom: -270px;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  right: -320px;
}
@media (max-width: 767px) {
  .our-mission-bg-new:before {
    display: none;
  }
}

.hdt-title-wrapper {
  position: relative;
  width: 100%;
}
.hdt-title-wrapper .brand-page-inner {
  padding: 160px 0 121px;
}
@media (max-width: 1370px) {
  .hdt-title-wrapper .brand-page-inner {
    padding: 120px 0 90px;
  }
}
@media (max-width: 1199px) {
  .hdt-title-wrapper .brand-page-inner {
    padding: 90px 0 70px;
  }
}
@media (max-width: 991px) {
  .hdt-title-wrapper .brand-page-inner {
    padding: 45px 0 70px;
  }
}
.hdt-title-wrapper .brand-page-inner .title h1 {
  margin-bottom: 0;
}
.hdt-title-wrapper .brand-page-inner .content-wrapper {
  max-width: 420px;
  padding-left: 0;
  position: absolute;
  width: 100%;
  top: 170px;
  right: 90px;
  z-index: 9;
}
@media (max-width: 1370px) {
  .hdt-title-wrapper .brand-page-inner .content-wrapper {
    top: 130px;
  }
}
@media (max-width: 1199px) {
  .hdt-title-wrapper .brand-page-inner .content-wrapper {
    top: 95px;
  }
}
@media (max-width: 991px) {
  .hdt-title-wrapper .brand-page-inner .content-wrapper {
    position: relative;
    margin-top: 50px;
    margin-bottom: 0;
    max-width: 100%;
    top: 0;
    left: 0;
  }
}
.hdt-title-wrapper .brand-page-inner .content-wrapper p {
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.61;
  color: #939598;
}
.hdt-title-wrapper .brand-page-inner .content-wrapper a.btn-link {
  position: relative;
  padding-left: 30px;
}
@media (max-width: 991px) {
  .hdt-title-wrapper .brand-page-inner .content-wrapper a.btn-link {
    margin-top: 20px;
  }
}
@media (max-width: 427px) {
  .hdt-title-wrapper .brand-page-inner .content-wrapper a.btn-link {
    font-size: 20px;
  }
}
.hdt-title-wrapper .brand-page-inner .content-wrapper a.btn-link span.icon-wrapper {
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0;
  top: 0;
}
.hdt-title-wrapper .brand-page-inner .content-wrapper a.btn-link span.icon-wrapper svg {
  width: 18px;
  height: 18px;
  vertical-align: baseline;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.hdt-title-wrapper .brand-page-inner .content-wrapper a.btn-link span.icon-wrapper svg path {
  stroke: #b52025;
  stroke-width: 6px;
}

@media (max-width: 1370px) {
  .hdt-full-section1 {
    padding: 90px 0 90px;
  }
}
@media (max-width: 1199px) {
  .hdt-full-section1 {
    padding: 70px 0 70px;
  }
}
@media (max-width: 991px) {
  .hdt-full-section1 {
    padding: 90px 0 125px;
  }
}
.hdt-full-section1 .whoweare-inner-1 h4 {
  max-width: 1322px;
  padding: 0 50px 0 166px;
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 0;
}
@media (max-width: 1370px) {
  .hdt-full-section1 .whoweare-inner-1 h4 {
    padding: 0 30px 0 120px;
  }
}
@media (max-width: 1199px) {
  .hdt-full-section1 .whoweare-inner-1 h4 {
    padding: 0;
  }
}
@media (max-width: 427px) {
  .hdt-full-section1 .whoweare-inner-1 h4 {
    font-size: 22px;
  }
}

.hdt-full-section2 {
  padding: 126px 0 150px;
}
@media (max-width: 1370px) {
  .hdt-full-section2 {
    padding: 100px 0 120px;
  }
}
@media (max-width: 1199px) {
  .hdt-full-section2 {
    padding: 70px 0 90px;
  }
}
@media (max-width: 991px) {
  .hdt-full-section2 {
    padding: 75px 0;
  }
}
.hdt-full-section2 h3 {
  color: #1c2326 !important;
}
.hdt-full-section2 h4 {
  max-width: 100% !important;
}
.hdt-full-section2 .whoweare-inner {
  max-width: 1340px;
  margin-left: auto;
  margin-right: 0;
  padding: 0 116px;
}
@media (max-width: 1370px) {
  .hdt-full-section2 .whoweare-inner {
    padding: 0 90px;
  }
}
@media (max-width: 1199px) {
  .hdt-full-section2 .whoweare-inner {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .hdt-full-section2 .whoweare-inner h3 {
    font-size: 24px;
  }
}

.goals-hdt-wrapper {
  background-color: #f1f1f1;
}
.goals-hdt-wrapper .whattoexpect-inner-wrapper {
  padding: 165px 0 122px;
}
@media (max-width: 1370px) {
  .goals-hdt-wrapper .whattoexpect-inner-wrapper {
    padding: 120px 0 100px;
  }
}
@media (max-width: 1199px) {
  .goals-hdt-wrapper .whattoexpect-inner-wrapper {
    padding: 90px 0;
  }
}
@media (max-width: 991px) {
  .goals-hdt-wrapper .whattoexpect-inner-wrapper {
    padding: 75px 0 95px;
  }
}
.goals-hdt-wrapper .whattoexpect-inner-wrapper .title {
  display: inline-block;
  position: absolute;
  right: 48px;
  width: auto;
  top: 85px;
}
@media (max-width: 1370px) {
  .goals-hdt-wrapper .whattoexpect-inner-wrapper .title {
    right: 0;
  }
}
@media (max-width: 1199px) {
  .goals-hdt-wrapper .whattoexpect-inner-wrapper .title {
    position: static;
    margin: 0 0 50px 0;
  }
}
.goals-hdt-wrapper .whattoexpect-inner-wrapper .title h3 {
  font-size: 40px;
}
.goals-hdt-wrapper .whattoexpect-inner-wrapper .title h3 .head1 {
  padding-right: 132px;
}
.goals-hdt-wrapper .whattoexpect-inner-wrapper .title h3 .head2 {
  padding-right: 82px;
}
.goals-hdt-wrapper .whattoexpect-inner-wrapper ul.hexagon-style-2 .hex {
  background-color: #1c2326;
}
.goals-hdt-wrapper .whattoexpect-inner-wrapper ul.hexagon-style-2 .hex-content-wrapper h4 {
  size: 24px;
  font-weight: 500;
  line-height: normal;
  color: #ffffff;
  max-width: 320px;
  margin: auto;
}
@media (max-width: 991px) {
  .goals-hdt-wrapper .hexagon-style-2 .hex-wrapper {
    height: 370px !important;
  }
}
@media (max-width: 991px) {
  .goals-hdt-wrapper .hexagon-style-2 .hex-wrapper .hex {
    background-image: none !important;
    background-color: #1c2326 !important;
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%) !important;
            clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%) !important;
    height: 370px !important;
  }
}
.goals-hdt-wrapper .hexagon-style-2 .hex-wrapper h4 {
  size: 24px;
  font-weight: 500;
  line-height: normal;
  color: #ffffff !important;
  max-width: 320px;
  margin: auto;
}
@media (max-width: 991px) {
  .goals-hdt-wrapper .hexagon-style-2 .hex-wrapper h4 {
    font-size: 20px;
  }
}

.solution-mapping-section {
  position: relative;
  width: 100%;
}

.solution-mapping-inner {
  position: relative;
  width: 100%;
  padding: 140px 0 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1100px;
  margin: auto;
}
@media (max-width: 1370px) {
  .solution-mapping-inner {
    padding: 120px 0;
  }
}
@media (max-width: 1199px) {
  .solution-mapping-inner {
    padding: 90px 0;
  }
}
@media (max-width: 991px) {
  .solution-mapping-inner {
    padding: 50px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .solution-mapping-inner .title {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .solution-mapping-inner .title h3 {
    display: inline-block;
  }
}
.solution-mapping-inner .title h3 .head2 {
  padding-left: 50px;
}
@media (max-width: 991px) {
  .solution-mapping-inner .content-wrapper {
    margin-top: 30px;
    padding: 0 30px;
  }
}
@media (max-width: 991px) {
  .solution-mapping-inner .content-wrapper p {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.61;
    color: #939598;
  }
}
.solution-mapping-inner .content-wrapper .btn-link {
  margin-top: 15px;
  padding-left: 30px;
  position: relative;
}
.solution-mapping-inner .content-wrapper .btn-link span.icon-wrapper {
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 0;
}
.solution-mapping-inner .content-wrapper .btn-link span.icon-wrapper svg {
  width: 20px;
  height: 20px;
  vertical-align: baseline;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.solution-mapping-inner .content-wrapper .btn-link span.icon-wrapper svg path {
  stroke: #b52025;
  stroke-width: 6px;
}

.brand-with-work {
  position: relative;
  width: 100%;
  background-color: #f1f1f1;
}

.brand-with-work-inner {
  position: relative;
  width: 100%;
  padding: 134px 0 110px;
}
@media (max-width: 1370px) {
  .brand-with-work-inner {
    padding: 100px 0 90px;
  }
}
@media (max-width: 1199px) {
  .brand-with-work-inner {
    padding: 80px 0 70px;
  }
}
.brand-with-work-inner .title {
  margin-bottom: 50px;
}

ul.brand-wrapper {
  position: relative;
  width: 100%;
  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;
  max-width: 930px;
  margin: auto;
}
@media (max-width: 1199px) {
  ul.brand-wrapper {
    max-width: 750px;
  }
}
@media (max-width: 991px) {
  ul.brand-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
ul.brand-wrapper li {
  display: inline-block;
}
@media (max-width: 991px) {
  ul.brand-wrapper li {
    display: block;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    margin-bottom: 50px;
  }
}
ul.brand-wrapper li a {
  display: block;
}
ul.brand-wrapper li a img {
  max-width: 350px;
  max-height: 200px;
}
@media (max-width: 1199px) {
  ul.brand-wrapper li a img {
    max-width: 250px;
    max-height: 150px;
  }
}

.free-guide {
  position: relative;
  width: 100%;
  background-color: #1c2326;
}
.free-guide .btn:hover {
  color: #ffffff;
}

.free-guide-wrapper {
  position: relative;
  width: 100%;
  padding: 120px 0 100px;
}
@media (max-width: 1370px) {
  .free-guide-wrapper {
    padding: 100px 0 70px;
  }
}
@media (max-width: 1199px) {
  .free-guide-wrapper {
    padding: 70px 0 50px;
  }
}
.free-guide-wrapper .title {
  margin-bottom: 115px;
}
@media (max-width: 767px) {
  .free-guide-wrapper .title h3 span {
    display: block;
  }
}
@media (max-width: 1370px) {
  .free-guide-wrapper .title {
    margin-bottom: 80px;
  }
}
@media (max-width: 1199px) {
  .free-guide-wrapper .title {
    margin-bottom: 50px;
  }
}
.free-guide-wrapper .title h3 {
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 30px;
}
.free-guide-wrapper .title p {
  max-width: 620px;
  margin: auto;
}
@media (max-width: 991px) {
  .free-guide-wrapper .title p {
    font-size: 18px;
    font-weight: normal;
    line-height: 2;
    color: #939598;
  }
}
.free-guide-wrapper .form-wrapper .form-control {
  padding: 0 0 20px 0;
  font-size: 40px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.63;
  letter-spacing: 1.4px;
  color: #606060;
  background-color: transparent;
  border-bottom: 1px solid #969696;
}
@media (max-width: 1370px) {
  .free-guide-wrapper .form-wrapper .form-control {
    font-size: 32px;
  }
}
@media (max-width: 1199px) {
  .free-guide-wrapper .form-wrapper .form-control {
    font-size: 25px;
  }
}
.free-guide-wrapper .form-wrapper .form-control::-webkit-input-placeholder {
  text-transform: uppercase;
}
.free-guide-wrapper .form-wrapper .form-control::-moz-placeholder {
  text-transform: uppercase;
}
.free-guide-wrapper .form-wrapper .form-control:-ms-input-placeholder {
  text-transform: uppercase;
}
.free-guide-wrapper .form-wrapper .form-control::-ms-input-placeholder {
  text-transform: uppercase;
}
.free-guide-wrapper .form-wrapper .form-control::placeholder {
  text-transform: uppercase;
}

.form-wrapper-main {
  max-width: 1042px;
  padding-left: 167px;
}
@media (max-width: 1370px) {
  .form-wrapper-main {
    padding-left: 100px;
  }
}
@media (max-width: 1199px) {
  .form-wrapper-main {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 427px) {
  .form-wrapper-main {
    padding-left: 0;
    padding-right: 0;
  }
}
.form-wrapper-main .form-wrapper {
  margin-bottom: 50px;
}
.form-wrapper-main .form-check {
  cursor: pointer;
}
.form-wrapper-main .form-check-input {
  background-color: transparent;
  border: 1px solid #707070;
  margin-top: 7px;
  cursor: pointer;
}
.form-wrapper-main .form-check-input:checked[type=radio] {
  background-image: none;
}
.form-wrapper-main .submit-btn {
  font-size: 42px;
  padding-left: 50px;
  margin: 180px auto 0;
  display: block;
}
@media (max-width: 1370px) {
  .form-wrapper-main .submit-btn {
    margin: 100px auto 0;
    font-size: 35px;
  }
}
@media (max-width: 1199px) {
  .form-wrapper-main .submit-btn {
    margin: 70px auto 0;
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .form-wrapper-main .submit-btn {
    font-size: 32px;
  }
}
.form-wrapper-main .submit-btn:hover {
  color: #ffffff;
}
.form-wrapper-main .submit-btn span.icon-wrapper {
  position: absolute;
  width: 35px;
  height: 35px;
  left: 0;
  top: 0;
}
.form-wrapper-main .submit-btn span.icon-wrapper svg {
  width: 35px;
  height: 35px;
  vertical-align: baseline;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.form-wrapper-main .submit-btn span.icon-wrapper svg path {
  stroke: #b52025;
  stroke-width: 4px;
}

.deploy-ourcommitment-bg {
  position: relative;
  overflow: hidden;
}
.deploy-ourcommitment-bg:before {
  content: "";
  width: 100%;
  min-height: 300%;
  background-image: url(../images/hexagons-bg-shape2-svg.svg);
  display: block;
  position: absolute;
  top: -10px;
  right: -540px;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 1370px) {
  .deploy-ourcommitment-bg:before {
    top: 140px;
    left: 140px;
  }
}

.hdt-title-bg {
  position: relative;
  overflow: hidden;
}
.hdt-title-bg:before {
  content: "";
  width: 100%;
  min-height: 250%;
  background-image: url(../images/hexagons-bg.svg);
  display: block;
  position: absolute;
  top: -426px;
  right: -120px;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 1370px) {
  .hdt-title-bg:before {
    top: 140px;
    left: 140px;
  }
}

.devlop-faq-bg {
  position: relative;
  overflow: hidden;
}
.devlop-faq-bg:before {
  content: "";
  width: 100%;
  min-height: 300%;
  background-image: url(../images/hexagons-bg-shape2-svg.svg);
  display: block;
  position: absolute;
  bottom: 184px;
  right: -570px;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 1370px) {
  .devlop-faq-bg:before {
    top: 140px;
    left: 140px;
  }
}

@media (max-width: 991px) {
  .whattoexpect .how-we-work-slider .hex {
    width: 380px !important;
  }
}
@media (max-width: 427px) {
  .whattoexpect .how-we-work-slider .hex {
    width: 100% !important;
    background-position: center !important;
  }
}
@media (max-width: 991px) {
  .whattoexpect .how-we-work-slider .hex-wrapper {
    width: 380px !important;
  }
}
@media (max-width: 427px) {
  .whattoexpect .how-we-work-slider .hex-wrapper {
    width: 100% !important;
  }
}
.whattoexpect .how-we-work-slider .hex-content-wrapper {
  padding: 50px 25px;
}

.benefits-section {
  background-color: rgba(241, 241, 241, 1);
}

.benefit-row {
  padding-top: 130px;
  padding-bottom: 90px;
}

.two-col-left{
  padding-right: 20px;
}
.two-col-right{
  padding-left: 20px;
}



.our-employee-wrapper {
  position: relative;
  width: 100%;
  padding: 80px 0 100px;
  height: 650px;
}
@media (max-width: 1370px) {
  .our-employee-wrapper {
    padding: 100px 0 70px;
  }
}
@media (max-width: 1199px) {
  .our-employee-wrapper {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .our-employee-wrapper {
    padding: 36px 0 40px;
  }
}
.our-employee-wrapper .title {
  margin-bottom: 135px;
}
@media (max-width: 1370px) {
  .our-employee-wrapper .title {
    margin-bottom: 90px;
  }
}
@media (max-width: 767px) {
  .our-employee-wrapper .title {
    margin-bottom: 70px;
  }
}
.our-employee-wrapper .title h3 {
  text-transform: uppercase;
  padding-left: 248px;
}
@media (max-width: 767px) {
  .our-employee-wrapper .title h3 {
    padding-left: 0;
  }
}

.our-employee-title h3 {
  color: white;
}

.employee-text p {
  color: white;
  font-family: 'Helvetica Neue LT Pro';
  font-size: 18px;
  font-weight: 500;
}

.employee-image img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.quote-copy-bg:before {
  content: "";
  width: 324px;
  min-height: 270px;
  background-image: url(../images/testimonial_quote_copy.svg);
  display: block;
  position: absolute;
  top: 148px;
  right: 214px;
  bottom: 191px;
  z-index: 10;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: .1;
}
@media (max-width: 1370px) {
  .quote-copy-bg:before {
    width: 260px;
    min-height: 220px;
    top: 150px;
    right: 100px;
  }
}
@media (max-width: 1199px) {
  .quote-copy-bg:before {
    width: 180px;
    min-height: 150px;
    top: 110px;
    right: 100px;
  }
}
@media (max-width: 767px) {
  .quote-copy-bg:before {
    right: 0;
  }
}

.open-positions-bg {
  position: relative;
  overflow: hidden;
  
}
/* .open-positions-bg:before {
  content: "";
  width: 100%;
  min-height: 50%;
  background-image: url(../images/right-corner-hexagon.svg);
  display: block;
  position: absolute;
  top: 0px;
  right: -80%;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: contain;
} */

/* @media (max-width: 1370px) {
  .open-positions-bg:before {
    top: 140px;
    left: 140px;
  }
} */


.apply-link {
  /* line-height: 10px; */
  font-family: 'Helvetica Neue LT Pro';
  font-size: 24px;
  letter-spacing: 0px;
  color: rgba(181, 18, 27, 1);
}

/* .apply-link img {
  margin-right: 7px;
  margin-bottom: 5px;
  vertical-align: middle;
  display: inline-block;
  width: 18px;
  height: 18px;
} */

.news-text {
  font-family: 'Helvetica Neue LT Pro';
  font-size: 25px;
  font-weight: 500px;
}

.in-the-news-bg:after {
  content: "";
  width: 80%;
  min-height: 80%;
  background-image: url(../images/hexagons-bg.svg);
  display: block;
  position: absolute;
  top: 0px;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: contain;
  left: 30%;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
@media (max-width: 1370px) {
  .in-the-news-bg:after {
    min-height: 200%;
  }
}

@media (max-width: 992px) {
  .in-the-news-bg:after {
    visibility: hidden;
  }
}
.we_are {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #B5121B;
}
.we-are-text{
  position: absolute;
  left: 30%;
  top: 280px;
  text-align: center;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 166%;
  text-align: center;
  color: #676767;
}
.home-we-are {
  position: absolute;
  left: 35%;
  top: 120px;
}
.home-going-beyond {
  position: absolute;
  left: 20%;
  top: 140px;
  
  text-align: center;
}
.home-innovation {
  position: absolute;
  left: 25%;
  top: 200px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 60px;
  line-height: 73px;
  text-align: center;
  color: #4F4F4F;
}

.branding-atf-image {
  position: absolute;
  width: 696px;
  height: 778px;
  left: -50%;
  top: 0px;
  overflow: hidden;
    z-index:-999;

}
.app-atf-collage {
  position: absolute;
  width: 712px;
  height: 737px;
  left: 70%;
  top: 100px;
  overflow: hidden;
  z-index:-999;
}
.home-improve{
  position: absolute;
  left: 60%;
  top: 720px;
  text-align: center;
}
.home-demand{
  position: absolute;
  left: 5%;
  top: 720px;
  text-align: center;
}
.home-what{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #B5121B;
}
.home-we-do{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #B5121B;
}
.home-what-we-do{
  position: absolute;
  left: 48%;
  top: 1200px;
}
.home-our-services{
  position: absolute;
  left: 45%;
  top: 1240px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-size: 36px;
  line-height: 140%;
  text-align: center;
  color: #4F4F4F;
}

.home-icon-table{
  margin-left: 280px;
}
.center-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.center-div {
margin: auto;
width: 60%;
padding: 10px;

}
.dev-downoverdownarrow{
    margin-right: 180px;
}
.dev-downoverarrow{
    margin-bottom: 380px;
}
.dev-sol-map-text{
  position: relative;
  bottom: 200px;
}

.home-branding-text{
  position: absolute;
  left: 5px;
  top: -200px;
  width: 200px;
  text-align: center;
}
.home-dev-text{
  position: absolute;
  left: 0px;
  top: -200px;
  width: 200px;
  text-align: center;
}
.home-deploy-text{
  position: absolute;
  left: 0px;
  top: -200px;
  width: 200px;
  text-align: center;
}
.whoweworkedwith {
  position: relative;
  width: 100%;
  background-color: #f1f1f1;
  padding: 130px 0 0;
  margin-bottom: 250px;
}
.home-who-we-worked-with{
  position: absolute;
  left: 620px;
}
.home-trusted-by{
  position: absolute;
  left: 600px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-size: 36px;
  line-height: 140%;
  text-align: center;
  text-transform: uppercase;
  color: #4F4F4F;
}
.home-who-we{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #B5121B;
  
}
.home-worked-with{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #B5121B;
  
}
.outer-work-together{
  background-color: #898485;
  width: 915px;
  height: 217px;
  border-radius: 110px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
  box-shadow: 0px 23.582px 35.373px rgba(0, 0, 0, 0.15);

}

.contact-us-button{
  background: #B5121B;
  border-radius: 48px;
  color: #FFFFFF;
  width: 206px;
  height: 60px;
  border-style:none;
  box-shadow: 0px 15px 30px rgba(68, 68, 68, 0.3);
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  margin-left: 70px;
  top: 2px;
    position: relative;
    z-index: 1;

}
.contact-us-button a{
  color: #FFFFFF;
   display: inline-block;     
   position: relative;    
   z-index: 1;     
   padding: 4em;     
   margin: -4em; 
}
.header-logo{
  position: absolute;
  top: 90px;
  left: 500px;
}
.header-contact-us-button{
  background-color: white;
  width: 150px;
  height: 48px;
  color: #898485;
  border-style:none;
  box-shadow: 0px 6.67129px 13.3426px rgba(181, 18, 27, 0.05), 0px 15px 30px rgba(138, 142, 149, 0.15);
  border-radius: 88px;
  position: relative;
  top: -2px;
  margin-left: 1.5rem;
  transition: transform 0.3s cubic-bezier(0.65, 0, 0.35, 1);

}
.header-contact-us-button:hover {
  box-shadow: 0px 20px 40px rgba(181, 18, 27, 0.3);  
  background: #B5121B;
  color: #FFFFFF; 
}

.header-contact-us-button a:hover{
  text-decoration: none;
  color: #FFFFFF;
}
.header-contact-us-button a{
   display: inline-block;     
   position: relative;    
   z-index: 1;     
   padding: 2em;     
   margin: -2em; 
}

.logo-table{
  margin-left: 180px;
  margin-top: 100px;
  margin-bottom: 100px;
  margin-right: 100px;

}
.logo-table td{
  width: 650px;
  height: 150px;
}
.logo-container{
  background-color: #F4F3F3;
  height: 500px;
}
.worktogether-area{
  height: 500px;
}
.lets-work{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
}
.home-work-together{
  font-family: 'Montserrat';
  font-style: bold;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
}
.work-together-table{
   margin-left: 120px;
   margin-top: 20px;
}
.work-together-table-index{
   margin-left: 120px;
   margin-top: 35px;
}
.contact-us-text{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-size: 36px;
  line-height: 120%;
  text-transform: uppercase;
  color: #FFFFFF;
}
.dev-softwaredev{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #B5121B;
}
.general-header-text{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-size: 60px;
  line-height: 73.14px;
  text-transform: uppercase;
  color: #4F4F4F;
}
.general-header-text-a{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 60px;
  line-height: 73.14px;
  text-transform: uppercase;
  color: #4F4F4F;
}
.general-red-text{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  text-transform: uppercase;
  color: #B5121B;
}

.brand-header-text{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  text-transform: uppercase;
  color: #B5121B;
}

.brand-subheader-text {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-size: 60px;
  line-height: 73.14px;
  text-transform: uppercase;
  color: #4F4F4F;
}

.brand-subheader-text-thin {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 60px;
  line-height: 73.14px;
  text-transform: uppercase;
  color: #4F4F4F;
}

.parentHeaderContainer {
  position: relative;
  text-align: center;
}

.centered {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate( -50%, -50% );  
}
.centered-bottom {
  position: absolute;
  top: 77%;
  left: 50%;
  transform: translate( -50%, -50% );  
}

.headerImage {
  height: 100%;
  width: 100%;
  min-height: 500px;
  object-fit: cover;
}

@media screen and (min-width: 1900px) {
  .brand-header-text{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 1.6;
    text-transform: uppercase;
    color: #B5121B;
  }
  
  .brand-subheader-text {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    font-size: 80px;
    line-height: normal;
    text-transform: uppercase;
    color: #4F4F4F;
  }
  
  .brand-subheader-text-thin {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 80px;
    line-height: normal;
    text-transform: uppercase;
    color: #4F4F4F;
  }

  .centered {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate( -50%, -50% );  
  }
  .centered-bottom {
    position: absolute;
    top: 77%;
    left: 50%;
    transform: translate( -50%, -50% );  
  }

}

@media screen and (max-width: 1900px) {
  .brand-header-text{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: normal;
    text-transform: uppercase;
    color: #B5121B;
  }
  
  .brand-subheader-text {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    font-size: 80px;
    line-height: 73.14px;
    text-transform: uppercase;
    color: #4F4F4F;
  }
  
  .brand-subheader-text-thin {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 80px;
    line-height: normal;
    text-transform: uppercase;
    color: #4F4F4F;
  }

  .centered {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate( -50%, -50% );  
  }
  .centered-bottom {
    position: absolute;
    top: 77%;
    left: 50%;
    transform: translate( -50%, -50% );  
  }

}

@media screen and (max-width: 1400px) {
  .brand-header-text{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 1.6;
    text-transform: uppercase;
    color: #B5121B;
  }
  
  .brand-subheader-text {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    font-size: 64px;
    line-height: normal;
    text-transform: uppercase;
    color: #4F4F4F;
  }
  
  .brand-subheader-text-thin {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 64px;
    line-height: normal;
    text-transform: uppercase;
    color: #4F4F4F;
  }

  .centered {
    position: absolute;
    top: 52%;
    left: 50%;
    transform: translate( -50%, -50% );  
  }

  .centered-bottom {
    position: absolute;
    top: 82%;
    left: 50%;
    transform: translate( -50%, -50% );  
  }

}

@media screen and (max-width: 940px) {
  .brand-header-text{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.6;
    text-transform: uppercase;
    color: #B5121B;
  }
  
  .brand-subheader-text {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    font-size: 36px;
    line-height: normal;
    text-transform: uppercase;
    color: #4F4F4F;
  }
  
  .brand-subheader-text-thin {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: normal;
    text-transform: uppercase;
    color: #4F4F4F;
  }

  .centered {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate( -50%, -50% );  
  }
  .centered-bottom {
    position: absolute;
    top: 74%;
    left: 15%;
    transform: translate( -9%, -50% );  
  }

}

.general-subheader-text{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-size: 36px;
  line-height: 140%;
  text-transform: uppercase;
  color: #4F4F4F;
  padding-bottom: 20px;
  display:inline-block;
}

.general-subheader-text-a{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 140%;
  text-transform: uppercase;
  color: #4F4F4F;
}
.general-subheader-text-b{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-size: 36px;
  line-height: 140%;
  text-transform: uppercase;
  color: #4F4F4F;

}

.general-subheader-text2{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #4F4F4F;
}
.grey-section{
  background: #F4F3F3;
}
.grey-section-mobile{
  background: #F4F3F3;
}
.grey-section-two-row{
  background: #F4F3F3;
  height: 300px;
}
.OS-logo-table{
  margin-left: 200px;
  margin-right: 200px;
  margin-bottom: 200px;
}
.OS-logo-text{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #828282;
}
.one-row-logo-table{
  margin-left: 200px;
  margin-right: 200px;
  margin-bottom: 200px;
}
.one-row-logo-table td{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  text-transform: uppercase;
  color: #828282;
  width: 230px;
  height: 200px;
}
.two-row-logo-table{
  margin-left: 200px;
  margin-right: 200px;
  margin-bottom: 200px;
}
.two-row-logo-table td{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  text-transform: uppercase;
  color: #828282;
  width: 230px;
  height: 150px;
}
.work-together-bkg{
  height: 100%;
  position: relative;
  padding-top: 160px;
  padding-bottom: 160px;
}
.margin-table{
  margin-left: 100px;
}
.article-margin-table{
  margin-left: 350px;
}
.dev-home-atf{
  position: relative;
  left: 100px;
}
.center-text{
  text-align: center;
  width: 1700px;
}
.spacing-table {
  border-spacing: 50px;
  border-collapse: separate;
}
.equal-size-table td{
  width: 400px;
}
.equal-size-img{
  height: 410px;
  object-fit: cover;
  width: 100%;
}
.custom-underline{
 text-decoration: underline;
   text-underline-offset: 7px;
 }
 .general-body-text{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 166%;
  color: #4F4F4F;
}
.general-body-text2{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 160%;
  color: #676767;
}
.email-header{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #F2F2F2;
}
.home-learn-more{
  position: absolute;
  left: 40%;
  top: 420px;
}
.red-button{
  background: #B5121B;
  border-radius: 48px;
  color: #FFFFFF;
  width: 206px;
  height: 60px;
  border-style:none;
  box-shadow: 0px 15px 30px rgba(68, 68, 68, 0.3);
  z-index: 10;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
}
.red-button a {
   display: inline-block;     
   position: relative;    
   z-index: 1;     
   padding: 4em;     
   margin: -4em; 
}
.home-red-button-position{
  position: absolute;
  width: 213px;
  height: 63px;
  left: 5%;
  top: 600px;
}
.red-button a{
  color: #FFFFFF;
}
.blue-button{
  border-radius: 48px;
  color: #FFFFFF;
  width: 206px;
  height: 60px;
  border-style:none;
  background: linear-gradient(90deg, #3498B1 0%, #0CBEBF 93.55%);
  border-radius: 48px;
  box-shadow: 0px 15px 30px rgba(68, 68, 68, 0.3);
  z-index: 10;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;

}
.blue-button a{
   display: inline-block;     
   position: relative;    
   z-index: 1;     
   padding: 4em;     
   margin: -4em; 
}
.home-blue-button-position{
  position: absolute;
  width: 213px;
  height: 63px;
  left: 62%;
  top: 600px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
}
.button-arrows{
  position: absolute;
  left: 38%;
  top: 479px;
}
.blue-button a{
  color: #FFFFFF;
}
.red-button:hover {
  box-shadow: 0px 30px 40px rgba(181, 18, 27, 0.30);
  transition: transform 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}
.contact-us-button:hover {
  box-shadow: 0px 30px 40px rgba(181, 18, 27, 0.30);
  transition: transform 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}
.blue-button:hover {
  box-shadow: 0px 30px 40px rgba(31, 173, 185, 0.3);
  transition: transform 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}

.red-button a:hover{
  text-decoration: none;
  color: #FFFFFF;
}
.blue-button a:hover{
  text-decoration: none;
  color: #FFFFFF;
}
.contact-us-button a:hover{
  text-decoration: none;
  color: #FFFFFF;
}

.general-subheader-text3{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 21px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #404040;
}
.footer-table{
  border-spacing: 40px 20px;
  width: 2300px;
}
.footer-table td {
    width: 500px;
}
.footer-subscribe{
  background: #B5121B;
  border-radius: 5px;
  width: 133px;
  height: 51px;
  color: white;
}
.general-subheader-text4{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 21px;
  line-height: 140%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #4F4F4F;
}
.article-header{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-size: 60px;
  line-height: 73px;
  text-transform: uppercase;
  color: #424548;
}
.footer-line{
  width: 99%;
  height: 0.5px;
  background: #898485;
}
.footer-end{
    margin-left: 70px;
}
.footer-end td {
    padding: 60px;
    width: 500px;
}
.footer-reserved{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 166%;
  color: #FFFFFF;
}
.footer-btt {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  margin-left: 90px;
  color: #E9E7E7;
}
.aa{
    display:flex;
    flex-direction: column;
        position: absolute;
            width:100%;
            height: 100%;
}

.toggle-inbox {
   display: none;
}
.less {
   cursor: pointer;
}
.toggle-inbox ~ div.faq-answer {
   display: none;
   margin-bottom: 10px;
   clear: both;

}
.toggle-inbox:checked ~ div.faq-answer {
   display: block;
}
.label::after {
   background-color: white;
   border-right: 3px solid black;
   border-bottom: 3px solid black;
   width: 8px;
   display: inline-block;
   height: 8px;
   transform: rotate(45deg);
   -webkit-transform: scale(1) rotate(45deg) translate(0px, 0px);
   -moz-transform: rotate(45deg) scale(1.0);
   -o-transform: rotate(45deg) scale(1.0);
   margin-top: 10px;
   content: "";
   margin-left: 5px;
}
.toggle-inbox:checked ~.label::after {
   border-right: 3px solid black;
   border-bottom: 3px solid black;
   transform: rotate(-135deg);
   -webkit-transform: scale(1) rotate(-135deg) translate(0px, 0px);
   -moz-transform: rotate(-135deg) scale(1.0);
   -o-transform: rotate(-135deg) scale(1.0);
}
.faq-answer{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 166%;
  color: #676767;
}
.faq-space-list{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 166%;
  color: #676767;
}
.faq-img{
  margin-top: -50px;
  padding-top: 20px;
  padding-bottom: 20px;
}

ul.faq-space-list li { 
  margin-bottom: 0.5em; 
}

.email-body{
  background-color: grey;
  width: 150px;
}
input::placeholder{
  color: white;
  font-family: 'Montserrat';
  font-style: normal;
  font-size: 16px;
}
.small-font{
  font-size: 9px;
}
.general-white-text{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 21px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: white;
  bottom: 30px;
  position: absolute;
  width: 100%;
 
}
.darken-img {
  filter: brightness(75%);
}
.video-tn-size{
  width: 342px;
  height: 193px;
}
.right-down-arrow-pos{
  position: relative;
  bottom: -50px;
}

.bl li {
  list-style: outside;
  margin-left: 1em;
}
.red-dot-list li::marker{
  color:#9f0d1d;
}
.no-bottom-margin{
  margin-bottom: 0;
}
.hlt-logo-1-pos{
  position: relative;
  left: 100px;
}
.hlt-logo-2-pos{
  position: relative;
  left: 130px;
}
.hlt-logo-3-pos{
  position: relative;
  left: 135px;
}
.hlt-logo-4-pos{
  position: relative;
  left: 155px;
}
.contact-img{
  width: 700px;
  height: 700px;
}
.home-button-pos{
  position: relative;
  top: -5px;
}
.home-bg-stack{
  position: absolute;
  left: 480px;
  top: -160px;
  z-index: -99;

}
.fusion-bg{
  position: absolute;
  left: -10%;
  top: 140px;
  width: 650px;
  height: 600px;
  opacity: 0.7;
  z-index: -99;

}
.fusion-bg-home{
  position: absolute;
  left: -100%;
  top: -80px;
  width: 650px;
  height: 600px;
  opacity: 0.7;
  z-index: -99;

}
.dev-bg-stack-1{
  position: absolute;
  z-index: -1;
  top: 1150px;
  left: 500px;
}
.dev-bg-stack-2{
  position: absolute;
  z-index: -1;
  top: 1750px;
  left: 50px;
}
.dev-bg-stack-3{
  position: absolute;
  z-index: -1;
  top: 2150px;
  left: 1150px;
}
.dev-bg-stack-4{
  position: absolute;
  z-index: -1;
  top: 3150px;
  left: 1200px;
}
.dev-bg-stack-5{
  position: absolute;
  z-index: -1;
  top: 12050px;
  left: 800px;
}
.con-bg-stack-1{
  position: absolute;
  z-index: -1;
  top: 750px;
  left: 100px;
}
.con-bg-stack-2{
  position: absolute;
  z-index: -1;
  top: 1600px;
  left: 1000px;
}
.con-bg-stack-3{
  position: absolute;
  z-index: -1;
  top: 3100px;
  left: -130px;
}
.con-bg-stack-4{
  position: absolute;
  z-index: -1;
  top: 7250px;
  left: 800px;
}
.hlt-bg-stack-1{
  position: absolute;
  z-index: -1;
  top: 850px;
  left: 150px;
}
.hlt-bg-stack-2{
  position: absolute;
  z-index: -1;
  top: 1650px;
  left: 970px;
}
.hlt-bg-stack-3{
  position: absolute;
  z-index: -1;
  top: 2150px;
  left: -90px;
}
.hlt-bg-stack-4{
  position: absolute;
  z-index: -1;
  top: 4100px;
  left: -100px;
}
.hlt-bg-stack-5{
  position: absolute;
  z-index: -1;
  top: 5010px;
  left: 900px;
}
.hlt-bg-stack-6{
  position: absolute;
  z-index: -1;
  top: 9200px;
  left: 800px;
}
.atf-phone-mobile {
position: absolute;
left: 55%;
top: 492px;
z-index: -99;
min-height: 400px;
max-width: 60%;
object-fit: cover;
}
.ub7-mobile {
position: absolute;
left: -10%;
top: 440px;
z-index: -99;
min-height: 492px;
max-width: 60%;
object-fit: cover;
}
.homp-mobile{
  width: 170px;
  height: 169px;
}
.dark-grey-section{
  background: #898485;
  padding-top: 60px;
  padding-bottom: 60px;
}
.dark-section{
  background: #2d2d2d;
}
.center-picture {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.mobile-logo-table {
  border-spacing: 50px 20px;
  border-collapse: separate;
  position: relative;

  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.footer-logo img{
  width: 200px;
}


.mobile-footer{
  border-spacing: 0 10px;
  border-collapse: separate;
}

.mobile-footer td a{
  font-family: 'Montserrat';
  font-style: normal;
  font-size: 14px;
  line-height: 166%;
  color: #FFFFFF;
}
.mobile-footer td {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 166%;
  color: #FFFFFF;
}
@media screen and (min-width: 992px) {
    .web-view {display:block; }
    .mobile-layout {display:none; }
}
@media screen and (max-width: 991px) {
    .web-view {display:none;}
    .mobile-layout {display:block;}
    .main-fusion-text {font-size: 64px;}
    .two-col-left, .two-col-right {
      padding-left:0;
      padding-right: 0;
    }
    .two-col-left{
      padding-bottom: 40px;
    }
    .mobile-min-center{
      max-width: min-content;
      margin: auto;
    }
    .mobile-general-subheader{
      font-size: 27px;
    }
    .mobile-img-full{
      width: 100%;
    }
   
}

@media screen and (min-width: 481px) {
  .mobile-logo-table{
    border-spacing: 50px 20px;
    border-collapse: separate;
    position: relative;

    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }

}

@media screen and (max-width: 700px) {

    .mobile-logo-table {
      margin-left: none;
      margin-right: none;
      width: 100%;
    }
      
}


@media screen and (max-width: 480px) {

    .main-fusion-text {
      font-size: 48px;
      line-height: 60px;
    }
    .main-fusion-text-a {
      font-size: 48px;
      line-height: 60px;
    }
     .dev-main-img{
      object-position: center !important;
    }
      
}

@media screen and (max-width: 400px) {

    .main-fusion-text-a {
      font-size: 40px;
      line-height: 30px;
    }
      
}

.normal-text{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 166%;
  text-align: center;
  color: #676767;
}
.normal-text-bp{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 200%;
  color: #676767;
}
.normal-text-a{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 166%;
  color: #676767;
}
.normal-text-white{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 166%;
  text-align: center;
  color: #fff;
}
.of-img{
  overflow: hidden;
}
.dropdown:hover .dropdown-menu {
  display: block;
  -webkit-box-shadow: 2px 6px 21px -2px rgba(0,0,0,0.50);
  -moz-box-shadow: 2px 6px 21px -2px rgba(0,0,0,0.50);
  box-shadow: 2px 6px 21px -2px rgba(0,0,0,0.2);
  border: none;


}

.navbar li a{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #898485;
}
.navbar li a:hover{
  text-decoration: none;
}

@media screen and (max-width: 1200px) {
    .navbar li a {font-size: 10px; }
    .navbar form button a {font-size: 10px; }
}
@media screen and (max-width: 1199px) {
    .offset-index-b {margin-top: -266px !important; }
}
.navbar a{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #898485;
}
.navbar li{
  padding-left: 5px;
}
.navbar{
  padding-top: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
.navbar-collapse{
    justify-content: center;
}
.dropdown-menu a{
  padding: 16px !important;
}

.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  background-color: white;
  right: 0;
}

.sidebar a {
  padding: 16px 16px 16px 32px;
  text-decoration: none;
  display: block;
  transition: 0.3s;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #898485;
}
.mtext li a{
  font-family: 'Montserrat' !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  text-transform: uppercase;
  color: #898485 !important;
  display: block!important;
  padding: 16px 16px 16px 32px !important;
}

.white-button-font{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.sidebar a:hover {
  color: #f1f1f1;
}

.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.openbtn {
  cursor: pointer;
  padding: 10px 15px
  border: none;
}

#main {
  transition: margin-left .5s;
  padding: 16px;
}

.mobile-menu {
 display: block;
 margin-left: auto;
 position: absolute;
 top: 3%;
 left: 85%;

}
.mobile-fusion-logo{
  position: absolute;
  top: 3%;
  padding: 10px;
}
.mobile-fusion-logo-h{
  position: relative;
  top: 30px;
  padding: 10px;
}

.main-fusion-text{

}

.home-branding{
  position: absolute;
  left: 13%;
  top: 1480px;
  width: 200px;
  text-align: center;
}
.home-dev{
  position: absolute;
  left: 46%;
  top: 1480px;
  width: 200px;
  text-align: center;
}
.home-deploy{
  position: absolute;
  left: 75%;
  top: 1480px;
  width: 200px;
  text-align: center;
}
.brand-icon-image{
  position: absolute;
  left: 15%;
  top: 1300px;
}
.dev-icon-image{
  position: absolute;
  left: 47%;
  top: 1300px;
}
.deploy-icon-image{
  position: absolute;
  left: 76%;
  top: 1300px;
}
.xlarge-pad{
  padding: 160px;
}
.large-pad{
  padding: 80px;
}
.mobile-large-pad{
  padding: 40px;
}
.mid-pad{
  padding: 60px;
}
.small-pad{
  padding: 20px;
}
.small-pad-b{
  padding-bottom: 40px;
  display:inline-block;
}
.xs-pad{
  padding: 10px;
}
.small-text-pad{
  padding: 1em;
}

.home-arr-1{
  position: absolute;
  left: 26%;
  top: 1380px;
}
.home-arr-2{
  position: absolute;
  left: 63%;
  top: 1380px;
}

.who-we-ww{
  position: absolute;
  left: 48%;
  top: 1870px;
}
.who-we-ww-trusted{
  position: absolute;
  left: 46%;
  top: 1885px;
}

.large-width-container-vision{
  max-width: 780px;
  margin: auto;
}
.large-width-container{
  max-width: 600px;
  margin: auto;
}
.large-width-container-dev{
  max-width: 650px;
  margin: auto;
}
.two-column-format{
  max-width: 535px;
  margin: auto;
}
.container-a{
  position: relative;
}
.mobile-footer tr td a img {
   display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.vertical-center-column{
  margin-top: auto;
  margin-bottom: auto;
}
.main-pad-top{
  padding-top: 100px;
}
.main-pad-top-a{
  padding-top: 50px;
}
.push-row{
  position: relative;
  left: 20%;
}

.overflow-h{
  overflow: hidden;
}

.format-img{
  min-height: 580px;
  max-height: 720px;
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.rm-pad{
  padding: 0 0 0 0;
}
.fix-text-pic{
   flex: 0 0 auto;
   width: 25%;
   padding: 5px;
}
.img-pad-b{
  padding-bottom: 10px;
}
.atf-b{
  top: -135px;
  left: -320px;
  position: relative;

}
.app-ind{
  position: relative;
  top: -80px;
  left:  -20px;
}
.paragraph-pad{
  padding: 0px 35px !important;
}

.b-pad-left{
  padding-left: 20%;
}
.b-pad-right{
  padding-right: 20%;
}
.offset-index-b{
  margin-top: -327px;
}
.subtitle-header{
  font-family: Montserrat;
  font-size: 21px;
  font-weight: 700;
  line-height: 123%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #4F4F4F;
   padding-bottom: 20px;
  display:inline-block;
}
.qa-arr-pos{
  margin-left: 200px;
}
.dev-pro-arr{
  margin-top: -60px;
}
.mainten-arr{
  margin-bottom: 40px;
}
.area{
      overflow-x: hidden;
      position: relative;
 }
 .ch-font-w{
  font-weight: 700 !important;
 }
 .home-arr-center{
  margin-bottom: 30px;
  padding-left: 0 !important;
  padding-right: 0 !important;
 }

.stack-background-img-home-1{
  position: absolute;
  z-index: -999;
  margin-top: -200px;

} 
.stack-background-img-dev-1{
  position: absolute;
  z-index: -999;
  margin-left: -200px;
}
.stack-background-img-dev-2{
  position: absolute;
  z-index: -999;
  margin-top: -200px;
  margin-left: 230px;
}
.stack-background-img-dev-2a{
  position: absolute;
  z-index: -999;
  margin-left: -180px;
}
.stack-background-img-dev-3{
  position: absolute;
  z-index: -999;
  margin-top: -400px;
  margin-left: 1130px;
}
.stack-background-img-hlt-1{
  position: absolute;
  z-index: -999;
}
.stack-background-img-hlt-2{
  position: absolute;
  z-index: -999;
}
.stack-background-img-hlt-3{
  position: absolute;
  z-index: -999;
  margin-left: -300px;
}
.stack-background-img-hlt-4{
  position: absolute;
  z-index: -999;
  margin-left: -250px;
  margin-top: -150px;
}
.stack-background-img-con-1{
  position: absolute;
  z-index: -999;
}
.stack-background-img-con-2{
  position: absolute;
  z-index: -999;
}
.stack-background-img-con-3{
  position: absolute;
  z-index: -999;
  margin-left: -250px;
  margin-top: -260px;
}
.stack-background-img-faq{
  position: absolute;
  z-index: -999;
  margin-left: 800px;
}
.stack-background-img-contact{
    position: absolute;
    margin-left: 300px;
    margin-top: -200px;
    z-index: 0;
    height: 50%;
    width: 500px;
}
.stack-background-img-home-logos{
  position: absolute;
  z-index: 1;
  margin-top: -100px;
  margin-left: -100px;
  display: none;
}
.stack-background-img-dev-logos{
  position: absolute;
  z-index: 1;
  margin-top: -30px;
  margin-left: -100px;
  display: none;

}
.stack-background-img-hlt-logos{
  position: absolute;
  z-index: 1;
  margin-top: -100px;
  margin-left: -100px;
  display: none;

}
.stack-background-img-con-logos{
  position: absolute;
  z-index: 1;
  margin-top: -130px;
  margin-left: -100px;
  display: none;

}
.zind-2{
    z-index: 2;
}
.pad-title{
  display: block;
  padding-top: 10px;
  padding-bottom: 20px;
}
.stack-background-img-contact-mobile{
    position: absolute;
    margin-top: -130px;
    margin-left: -100px;
    width: 100%;
    height: 400px;
  
}
html, body {
    overflow-x: hidden;
}

.img-wrapper {
  position: relative;
}

.img-wrapper img {
  width: 100%;
}

.img-wrapper h2 {
  margin: 0 0 .5em;
}

.step-circle{
  display: flex;
  width: var(--24, 86px);
  height: var(--24, 86px);
  justify-content: center;
  align-items: center;
  border-radius: var(--rounded-full, 9999px);
  background: var(--gray-100, #F3F4F6);
    color: var(--FOI-red, #B5121B);
  text-align: center;
  font-family: Montserrat;
  font-size: 36px;
  font-style: normal;
  font-weight: 900;
  line-height: 140%; /* 50.4px */
  text-transform: uppercase;
  margin-bottom: 15px
}

.general-subheader-text-light {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-size: 36px;
  line-height: 140%;
  text-transform: uppercase;
  color: #4F4F4F;
  padding-bottom: 20px;
  display: inline-block;
}

.general-subheader-text-2 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-size: 20px;
  line-height: 140%;
  text-transform: uppercase;
  color: #4F4F4F;
  padding-bottom: 20px;
  display: inline-block;
}

.general-subheader-text-small {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 140%;
  text-transform: uppercase;
  color: #4F4F4F;
  padding-bottom: 20px;
  display: inline-block;
}

.img-bottom-centered-text {
  position: absolute;
  left: 50%;
  bottom: 20%;
  transform: translate(-50%, 20%);
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 15px;
}

.red-text-link {
  font-family: 'Montserrat';
  font-style: bold;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  text-decoration: underline;
  color: #B5121B;
  border-bottom: 2px;
  padding: 7px 0px;
  gap: 10px;
  position: absolute;
}

.faq-arrow::after {
  background-color: white;
  color: black;
  border-right: 3px solid black;
  border-bottom: 3px solid black;
  width: 8px;
  display: inline-block;
  height: 8px;
  transform: rotate(45deg);
  -webkit-transform: scale(1) rotate(45deg) translate(0px, 0px);
  -moz-transform: rotate(45deg) scale(1.0);
  -o-transform: rotate(45deg) scale(1.0);
  margin-top: 10px;
  content: "";
  margin-left: 5px;
}

.toggle-inbox:checked~.faq-arrow::after {
  border-right: 3px solid black;
  border-bottom: 3px solid black;
  transform: rotate(-135deg);
  -webkit-transform: scale(1) rotate(-135deg) translate(0px, 0px);
  -moz-transform: rotate(-135deg) scale(1.0);
  -o-transform: rotate(-135deg) scale(1.0);
}

@media (max-width: 1199px) {
  .form-check faq-arrow.form-check-label {
      font-size: 18px;
      line-height: 1.61;
  }
}

.concept-img{
  width: 100%;
  position: relative;
  border-radius: 8px;
  max-width: 320px;
  overflow: hidden;
  height: 414px;
}
.intake-form .col-md-6.padding-right{
  padding-right: 24px;
}
.intake-form .col-med-6.padding-left{
  padding-left: 24px;
}