*,
*::after,
*::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.container {
  max-width: 1260px;
  padding: 0 15px;
  margin: 0 auto;
}
a {
  text-decoration: none;
}
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
img {
  display: block;
  height: auto;
  max-width: 100%;
}
body {
  font-family: "MADE TOMMY";
  font-size: 16px;
  line-height: 1.5;
  background-color: #e7e4e1;
}
h1 {
  font-size: 60px;
  line-height: 1.12;
  font-weight: 400;
}
h2 {
  font-size: 60px;
  line-height: 1.12;
  font-weight: 400;
}
h3 {
  font-size: 40px;
  line-height: 1.25;
  font-weight: 400;
}
h4 {
  font-size: 32px;
  line-height: 1.25;
  font-weight: 400;
}
h5 {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 400;
}
h6 {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 400;
}
p.blogs-text {
  font-size: 18px;
  line-height: 1.6;
}
.bg-off-white {
  background-color: #f5f5f5;
}
.bg-blue {
  background-color: #374c8f;
}
.bg-navy {
  background-color: #0a142a;
}
.bg-lilly {
  background-color: #ccc2d0;
}
.bg-mist {
  background-color: #bfc5da;
}
.bg-irys {
  background-color: #645790;
}
.bg-sage {
  background-color: #56796c;
}
.bg-mint {
  background-color: #b2c7bf;
}
.bg-sand {
  background-color: #ba7e3c;
}
.btn {
  border: 1px solid rgba(0, 0, 0, 0.3);
  color: #000;
  padding: 13px 18px;
  font-size: 16px;
  text-decoration: none;
  border-radius: 4px;
  display: inline-block;
}
.white-btn {
  border-color: #fff;
  color: #fff;
}
select {
  background: #f3f5f7 url("../images/our/down-arrow.webp") no-repeat scroll right 15px center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.services.dataEngineer {
  border-radius: 12px;
}
@media screen and (max-width: 992px) {
  h1 {
    font-size: 40px;
    line-height: 1.12;
  }
  h2 {
    font-size: 40px;
    line-height: 1.12;
  }
  h3 {
    font-size: 30px;
    line-height: 1.25;
  }
  h4 {
    font-size: 32px;
    line-height: 1.25;
  }
  h5 {
    font-size: 24px;
    line-height: 1.25;
  }
  h5 {
    font-size: 20px;
    line-height: 1.4;
  }
  h6 {
    font-size: 18px;
    line-height: 1.6;
  }
  .small-text {
    font-size: 14px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 32px;
    line-height: 1.12;
  }
  h2 {
    font-size: 32px;
    line-height: 1.12;
    font-weight: 400;
  }
  h3 {
    font-size: 24px;
    line-height: 1.25;
  }
  h4 {
    font-size: 22px;
    line-height: 1.25;
  }
  h5 {
    font-size: 18px;
    line-height: 1.25;
  }
  h6 {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 576px) {
  p.blogs-text {
    font-size: 16px;
    line-height: 1.5;
  }
}
#block-mainnavigation-menu {
  display: none;
}
.bgheader,
.headerBg {
  background-color: #0a142a;
}
header#navbar {
  position: fixed;
  z-index: 9999;
  left: 0;
  right: 0;
  padding: 15px 0;
  transition: 0.3s all;
}
header#navbar a {
  display: inline-block;
}
header#navbar #block-sitebranding a {
  font-size: 0;
  display: block;
}
header#navbar.fixed,
header#navbar.change-header-bg {
  background-color: #0a142a;
}
header#navbar .region-navigation {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
header#navbar .region-navigation nav {
  margin-left: auto;
}
header#navbar .region-navigation nav .c-menu-main {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  list-style: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
header#navbar .region-navigation nav .c-menu-main .c-menu-main__item {
  margin-left: 40px;
}
header#navbar .region-navigation nav .c-menu-main .c-menu-main__item > a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}
header#navbar .region-navigation nav .c-menu-main .c-menu-main__item.open-menu > a {
  position: relative;
}
header#navbar .region-navigation nav .c-menu-main .c-menu-main__item.open-menu > a::after {
  content: "";
  content: "";
  position: absolute;
  bottom: -21px;
  left: 0;
  right: 0;
  margin: auto;
  border-color: transparent transparent #e7e4e1 transparent;
  border-style: solid;
  border-width: 12px;
  width: 12px;
}
header#navbar .region-navigation nav .c-menu-main .c-menu-main__item .service-mega-menu {
  display: none;
  background-color: #e7e4e1;
  position: fixed;
  left: 0;
  right: 0;
  top: 62px;
  padding: 40px 0;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
header#navbar .region-navigation nav .c-menu-main .c-menu-main__item .service-mega-menu::after {
  background-color: #0a142a;
  content: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0px;
  height: 62px;
}
header#navbar .region-navigation nav .c-menu-main .c-menu-main__item .service-mega-menu > div > .c-menu-main__submenu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
header#navbar
  .region-navigation
  nav
  .c-menu-main
  .c-menu-main__item
  .service-mega-menu
  > div
  > .c-menu-main__submenu
  > li:first-child {
  width: 77%;
}
header#navbar
  .region-navigation
  nav
  .c-menu-main
  .c-menu-main__item
  .service-mega-menu
  > div
  > .c-menu-main__submenu
  > li
  > h6 {
  font-size: 14px;
  cursor: inherit;
}
header#navbar
  .region-navigation
  nav
  .c-menu-main
  .c-menu-main__item
  .service-mega-menu
  > div
  > .c-menu-main__submenu
  > li
  > h6
  + ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
header#navbar
  .region-navigation
  nav
  .c-menu-main
  .c-menu-main__item
  .service-mega-menu
  > div
  > .c-menu-main__submenu
  > li
  > h6
  + ul.level2:not(.level3)
  > li {
  width: 33.333%;
  margin-top: 20px;
}
header#navbar
  .region-navigation
  nav
  .c-menu-main
  .c-menu-main__item
  .service-mega-menu
  > div
  > .c-menu-main__submenu
  > li
  > h6
  + ul.level2:not(.level3)
  > li
  a {
  position: relative;
}
header#navbar
  .region-navigation
  nav
  .c-menu-main
  .c-menu-main__item
  .service-mega-menu
  > div
  > .c-menu-main__submenu
  > li
  > h6
  + ul.level2:not(.level3)
  > li
  a::after {
  position: absolute;
  right: -10px;
  bottom: 0;
  top: 0;
  margin: auto;
  content: "";
  height: 16px;
  width: 18px;
  transition: 0.3s all;
  opacity: 0;
}
header#navbar
  .region-navigation
  nav
  .c-menu-main
  .c-menu-main__item
  .service-mega-menu
  > div
  > .c-menu-main__submenu
  > li
  > h6
  + ul.level2:not(.level3)
  > li
  a:hover::after {
  transform: translateX(15px);
  opacity: 1;
}
header#navbar
  .region-navigation
  nav
  .c-menu-main
  .c-menu-main__item
  .service-mega-menu
  > div
  > .c-menu-main__submenu
  > li
  > h6
  + ul.level2:not(.level3)
  > li:first-child
  a:hover {
  color: #cc5b5b;
}
header#navbar
  .region-navigation
  nav
  .c-menu-main
  .c-menu-main__item
  .service-mega-menu
  > div
  > .c-menu-main__submenu
  > li
  > h6
  + ul.level2:not(.level3)
  > li:first-child
  a:hover::after {
  background: url("../images/our/red-arrow.webp") no-repeat center center;
}
header#navbar
  .region-navigation
  nav
  .c-menu-main
  .c-menu-main__item
  .service-mega-menu
  > div
  > .c-menu-main__submenu
  > li
  > h6
  + ul.level2:not(.level3)
  > li:nth-child(2)
  a:hover {
  color: #645790;
}
header#navbar
  .region-navigation
  nav
  .c-menu-main
  .c-menu-main__item
  .service-mega-menu
  > div
  > .c-menu-main__submenu
  > li
  > h6
  + ul.level2:not(.level3)
  > li:nth-child(2)
  a:hover::after {
  background: url("../images/our/iris-arrow.webp") no-repeat center center;
}
header#navbar
  .region-navigation
  nav
  .c-menu-main
  .c-menu-main__item
  .service-mega-menu
  > div
  > .c-menu-main__submenu
  > li
  > h6
  + ul.level2:not(.level3)
  > li:nth-child(3)
  a:hover {
  color: #ba7e3c;
}
header#navbar
  .region-navigation
  nav
  .c-menu-main
  .c-menu-main__item
  .service-mega-menu
  > div
  > .c-menu-main__submenu
  > li
  > h6
  + ul.level2:not(.level3)
  > li:nth-child(3)
  a:hover::after {
  background: url("../images/our/orange-arrow.webp") no-repeat center center;
}
header#navbar
  .region-navigation
  nav
  .c-menu-main
  .c-menu-main__item
  .service-mega-menu
  > div
  > .c-menu-main__submenu
  > li
  > h6
  + ul.level2:not(.level3)
  > li:nth-child(4)
  a:hover {
  color: #374c8f;
}
header#navbar
  .region-navigation
  nav
  .c-menu-main
  .c-menu-main__item
  .service-mega-menu
  > div
  > .c-menu-main__submenu
  > li
  > h6
  + ul.level2:not(.level3)
  > li:nth-child(4)
  a:hover::after {
  background: url("../images/our/blue-arrow.webp") no-repeat center center;
}
header#navbar
  .region-navigation
  nav
  .c-menu-main
  .c-menu-main__item
  .service-mega-menu
  > div
  > .c-menu-main__submenu
  > li
  > h6
  + ul.level2:not(.level3)
  > li:nth-child(5)
  a:hover {
  color: #56796c;
}
header#navbar
  .region-navigation
  nav
  .c-menu-main
  .c-menu-main__item
  .service-mega-menu
  > div
  > .c-menu-main__submenu
  > li
  > h6
  + ul.level2:not(.level3)
  > li:nth-child(5)
  a:hover::after {
  background: url("../images/our/green-arrow.webp") no-repeat center center;
}
header#navbar
  .region-navigation
  nav
  .c-menu-main
  .c-menu-main__item
  .service-mega-menu
  > div
  > .c-menu-main__submenu
  > li
  > h6
  + ul.level2:not(.level3)
  > li
  > a {
  font-size: 20px;
}
header#navbar
  .region-navigation
  nav
  .c-menu-main
  .c-menu-main__item
  .service-mega-menu
  > div
  > .c-menu-main__submenu
  > li
  > h6
  + ul.level2:not(.level3)
  > li
  > a
  + ul {
  margin-bottom: 15px;
}
header#navbar
  .region-navigation
  nav
  .c-menu-main
  .c-menu-main__item
  .service-mega-menu
  > div
  > .c-menu-main__submenu
  > li
  > h6
  + ul.level2:not(.level3)
  > li
  > a
  + ul
  > li
  a {
  position: relative;
}
header#navbar
  .region-navigation
  nav
  .c-menu-main
  .c-menu-main__item
  .service-mega-menu
  > div
  > .c-menu-main__submenu
  > li
  > h6
  + ul.level2:not(.level3)
  > li
  > a
  + ul
  > li
  a::after {
  background: url("../images/our/arrow-right.webp") no-repeat center center !important;
  height: 14px;
  width: 14px;
}
header#navbar
  .region-navigation
  nav
  .c-menu-main
  .c-menu-main__item
  .service-mega-menu
  > div
  > .c-menu-main__submenu
  > li
  > h6
  + ul.level2:not(.level3)
  > li
  > a
  + ul
  > li
  a:hover {
  color: #222222 !important;
}
header#navbar
  .region-navigation
  nav
  .c-menu-main
  .c-menu-main__item
  .service-mega-menu
  > div
  > .c-menu-main__submenu
  > li
  > h6
  + ul.level2:not(.level3)
  > li
  > a
  + ul
  > li
  a:hover::after {
  transform: translateX(15px);
  opacity: 1;
}
header#navbar
  .region-navigation
  nav
  .c-menu-main
  .c-menu-main__item
  .service-mega-menu
  > div
  > .c-menu-main__submenu
  > li:last-child {
  padding-left: 6%;
  border-left: 1px solid #bebebe;
  width: 22%;
}
header#navbar
  .region-navigation
  nav
  .c-menu-main
  .c-menu-main__item
  .service-mega-menu
  > div
  > .c-menu-main__submenu
  > li:last-child
  > ul
  > li
  > a {
  font-size: 20px;
  position: relative;
  margin-top: 20px;
}
header#navbar
  .region-navigation
  nav
  .c-menu-main
  .c-menu-main__item
  .service-mega-menu
  > div
  > .c-menu-main__submenu
  > li:last-child
  > ul
  > li
  > a::after {
  position: absolute;
  right: -10px;
  bottom: 0;
  top: 0;
  margin: auto;
  content: "";
  height: 16px;
  width: 18px;
  transition: 0.3s all;
  opacity: 0;
  background: url("../images/our/arrow-right.webp") no-repeat center center !important;
}
header#navbar
  .region-navigation
  nav
  .c-menu-main
  .c-menu-main__item
  .service-mega-menu
  > div
  > .c-menu-main__submenu
  > li:last-child
  > ul
  > li
  > a:hover::after {
  opacity: 1;
  transform: translateX(15px);
}
header#navbar
  .region-navigation
  nav
  .c-menu-main
  .c-menu-main__item
  .service-mega-menu
  > div
  > .c-menu-main__submenu
  > li:last-child
  > ul
  > li
  > a
  + ul {
  margin-bottom: 15px;
}
header#navbar
  .region-navigation
  nav
  .c-menu-main
  .c-menu-main__item
  .service-mega-menu
  > div
  > .c-menu-main__submenu
  > li:last-child
  > ul
  > li
  > a
  + ul
  li
  a {
  position: relative;
}
header#navbar
  .region-navigation
  nav
  .c-menu-main
  .c-menu-main__item
  .service-mega-menu
  > div
  > .c-menu-main__submenu
  > li:last-child
  > ul
  > li
  > a
  + ul
  li
  a::after {
  position: absolute;
  right: -10px;
  bottom: 0;
  top: 0;
  margin: auto;
  content: "";
  transition: 0.3s all;
  opacity: 0;
  background: url("../images/our/arrow-right.webp") no-repeat center center !important;
  height: 14px;
  width: 14px;
}
header#navbar
  .region-navigation
  nav
  .c-menu-main
  .c-menu-main__item
  .service-mega-menu
  > div
  > .c-menu-main__submenu
  > li:last-child
  > ul
  > li
  > a
  + ul
  li
  a:hover {
  color: #222222 !important;
}
header#navbar
  .region-navigation
  nav
  .c-menu-main
  .c-menu-main__item
  .service-mega-menu
  > div
  > .c-menu-main__submenu
  > li:last-child
  > ul
  > li
  > a
  + ul
  li
  a:hover::after {
  transform: translateX(15px);
  opacity: 1;
}
header#navbar
  .region-navigation
  nav
  .c-menu-main
  .c-menu-main__item
  .service-mega-menu
  > div
  > .c-menu-main__submenu
  > li:last-child
  > ul
  > li.c-menu-main__item--expanded
  + li:last-child {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid rgba(0, 0, 0, 0.3);
  color: #000;
  padding: 9px 14px;
  font-size: 16px;
  text-decoration: none;
  border-radius: 4px;
  display: inline-block;
}
header#navbar
  .region-navigation
  nav
  .c-menu-main
  .c-menu-main__item
  .service-mega-menu
  > div
  > .c-menu-main__submenu
  > li:last-child
  > ul
  > li.c-menu-main__item--expanded
  + li:last-child
  a {
  margin: 0;
  font-size: 17px;
}
header#navbar
  .region-navigation
  nav
  .c-menu-main
  .c-menu-main__item
  .service-mega-menu
  > div
  > .c-menu-main__submenu
  > li:last-child
  > ul
  > li.c-menu-main__item--expanded
  + li:last-child
  a:hover {
  color: inherit;
}
header#navbar
  .region-navigation
  nav
  .c-menu-main
  .c-menu-main__item
  .service-mega-menu
  > div
  > .c-menu-main__submenu
  > li:last-child
  > ul
  > li.c-menu-main__item--expanded
  + li:last-child
  a::after {
  content: none;
}
header#navbar
  .region-navigation
  nav
  .c-menu-main
  .c-menu-main__item
  .service-mega-menu
  > div
  > .menu-box.level0.level1.level2.level3 {
  flex-wrap: wrap;
}
header#navbar
  .region-navigation
  nav
  .c-menu-main
  .c-menu-main__item
  .service-mega-menu
  > div
  > .menu-box.level0.level1.level2.level3
  > li {
  width: 33%;
  padding-left: 0;
  border-left: none;
}
header#navbar
  .region-navigation
  nav
  .c-menu-main
  .c-menu-main__item
  .service-mega-menu
  > div
  > .menu-box.level0.level1.level2.level3
  > li
  > a {
  font-size: 16px;
  pointer-events: inherit;
  cursor: pointer;
  position: relative;
}
header#navbar
  .region-navigation
  nav
  .c-menu-main
  .c-menu-main__item
  .service-mega-menu
  > div
  > .menu-box.level0.level1.level2.level3
  > li
  > a::after {
  position: absolute;
  right: -10px;
  bottom: 0;
  top: 0;
  margin: auto;
  content: "";
  transition: 0.3s all;
  opacity: 0;
  background: url("../images/our/arrow-right.webp") no-repeat center center !important;
  height: 14px;
  width: 14px;
}
header#navbar
  .region-navigation
  nav
  .c-menu-main
  .c-menu-main__item
  .service-mega-menu
  > div
  > .menu-box.level0.level1.level2.level3
  > li
  > a:hover {
  color: #222222 !important;
}
header#navbar
  .region-navigation
  nav
  .c-menu-main
  .c-menu-main__item
  .service-mega-menu
  > div
  > .menu-box.level0.level1.level2.level3
  > li
  > a:hover::after {
  transform: translateX(15px);
  opacity: 1;
}
header#navbar .region-navigation nav .c-menu-main .c-menu-main__item .service-mega-menu .c-menu-main__item a {
  color: #505050;
  margin-bottom: 6px;
}
header#navbar .region-navigation nav .c-menu-main .c-menu-main__item .service-mega-menu .c-menu-main__item {
  margin-left: 0;
}
header#navbar .region-navigation nav .c-menu-main .c-menu-main__item.open-menu .service-mega-menu {
  display: block;
  opacity: 1;
  visibility: visible;
}
header#navbar
  .region-navigation
  nav
  .c-menu-main
  .c-menu-main__item:last-child
  .service-mega-menu
  > div
  > .menu-box.level0.level1.level2.level3
  > li {
  width: 25%;
}
header#navbar
  .region-navigation
  nav
  .c-menu-main
  .c-menu-main__item:last-child
  .service-mega-menu
  > div
  > .menu-box.level0.level1.level2.level3
  > li.c-menu-main__item.c-menu-main__item--expanded {
  width: 100%;
}
header#navbar
  .region-navigation
  nav
  .c-menu-main
  .c-menu-main__item:last-child
  .service-mega-menu
  > div
  > .menu-box.level0.level1.level2.level3
  > li.c-menu-main__item.c-menu-main__item--expanded
  > h6 {
  margin-top: 24px;
  font-size: 14px;
  color: #222;
  cursor: auto;
}
header#navbar
  .region-navigation
  nav
  .c-menu-main
  .c-menu-main__item:last-child
  .service-mega-menu
  > div
  > .menu-box.level0.level1.level2.level3
  > li.c-menu-main__item.c-menu-main__item--expanded
  ul
  li {
  width: 25%;
}
header#navbar
  .region-navigation
  nav
  .c-menu-main
  .c-menu-main__item:last-child
  .service-mega-menu
  > div
  > .menu-box.level0.level1.level2.level3
  > li.c-menu-main__item.c-menu-main__item--expanded
  ul
  li
  a {
  font-size: 16px;
  pointer-events: inherit;
  cursor: pointer;
  position: relative;
  margin-top: 4px;
}
header#navbar .search-btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
header#navbar .search-btn a {
  font-size: 0;
  background: url("/images/our/search-white.webp") no-repeat center center;
  height: 32px;
  width: 36px;
  margin-left: 28px;
}
@media screen and (min-width: 992px) {
  .service-mega-menu {
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
  header#navbar
    .region-navigation
    nav
    .c-menu-main
    .c-menu-main__item
    .service-mega-menu
    > div
    > .c-menu-main__submenu
    > li:first-child {
    width: 65%;
  }
  header#navbar
    .region-navigation
    nav
    .c-menu-main
    .c-menu-main__item
    .service-mega-menu
    > div
    > .c-menu-main__submenu
    > li:last-child {
    width: 35%;
  }
  header#navbar
    .region-navigation
    nav
    .c-menu-main
    .c-menu-main__item
    .service-mega-menu
    > div
    > .c-menu-main__submenu
    li
    > h6
    + ul.level2:not(.level3)
    > li {
    width: 50%;
  }
}
@media screen and (max-width: 992px) {
  .body-fix {
    overflow: hidden;
  }
  .body-fix header {
    background-color: #0a142a;
  }
  header#navbar .region-navigation {
    display: block;
    position: relative;
  }
  header#navbar .region-navigation .search-btn {
    position: absolute;
    top: 0;
    right: 40px;
  }
  header#navbar .region-navigation #block-sitebranding {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    align-items: center;
  }
  header#navbar .region-navigation #block-sitebranding .humburger-menu {
    height: 24px;
    width: 24px;
    margin-top: 0px;
  }
  header#navbar .region-navigation #block-sitebranding .humburger-menu span {
    background-color: #fff;
    display: block;
    margin: 5px 0;
    height: 3px;
    transition: 0.5s all;
  }
  header#navbar .region-navigation #block-sitebranding .humburger-menu.cross span:first-child {
    transform: rotate(45deg);
    transform-origin: 3px -1px;
  }
  header#navbar .region-navigation #block-sitebranding .humburger-menu.cross span:nth-child(2) {
    opacity: 0;
    transform: translateX(20px);
  }
  header#navbar .region-navigation #block-sitebranding .humburger-menu.cross span:last-child {
    transform: rotate(-45deg);
    transform-origin: -3px 1px;
  }
  header#navbar .region-navigation nav {
    position: fixed;
    left: 0;
    right: 0;
    padding: 0 15px;
    transform: translateX(100%);
    background-color: #ececec;
    transition: 0.3s all;
    top: 60px;
  }
  header#navbar .region-navigation nav .c-menu-main {
    display: block;
    overflow-y: scroll;
    padding-bottom: 140px;
  }
  header#navbar
    .region-navigation
    nav
    .c-menu-main.level0:not(.level1, .level2, .level3, .level4)
    .c-menu-main__item
    .c-menu-main__link {
    font-size: 20px;
    padding: 16px 0;
    font-weight: 600;
  }
  header#navbar .region-navigation nav .c-menu-main .level0.level1 .c-menu-main__item .c-menu-main__link {
    font-size: 16px;
  }
  header#navbar .region-navigation nav .c-menu-main .c-menu-main__item {
    margin-left: 0;
  }
  header#navbar .region-navigation nav .c-menu-main .c-menu-main__item a {
    color: #222222;
  }
  header#navbar .region-navigation nav .c-menu-main .c-menu-main__item > .service-mega-menu {
    background-color: transparent;
    padding: 0;
  }
  header#navbar .region-navigation nav .c-menu-main .c-menu-main__item > .service-mega-menu .container {
    padding: 0;
  }
  header#navbar
    .region-navigation
    nav
    .c-menu-main
    .c-menu-main__item
    > .service-mega-menu
    .container
    > .c-menu-main__submenu {
    display: block;
  }
  header#navbar
    .region-navigation
    nav
    .c-menu-main
    .c-menu-main__item
    > .service-mega-menu
    .container
    > .c-menu-main__submenu
    > li {
    width: 100% !important;
    padding-left: 0 !important;
    border-left: none !important;
  }
  header#navbar
    .region-navigation
    nav
    .c-menu-main
    .c-menu-main__item
    > .service-mega-menu
    .container
    > .c-menu-main__submenu
    > li
    > h6 {
    display: none;
  }
  header#navbar
    .region-navigation
    nav
    .c-menu-main
    .c-menu-main__item
    > .service-mega-menu
    .container
    > .c-menu-main__submenu
    > li
    > h6
    + ul {
    display: block;
  }
  header#navbar
    .region-navigation
    nav
    .c-menu-main
    .c-menu-main__item
    > .service-mega-menu
    .container
    > .c-menu-main__submenu
    > li
    > h6
    + ul
    > li {
    position: relative;
    width: 100% !important;
    margin-top: 0 !important;
  }
  header#navbar
    .region-navigation
    nav
    .c-menu-main
    .c-menu-main__item
    > .service-mega-menu
    .container
    > .c-menu-main__submenu
    > li
    > h6
    + ul
    > li
    .c-menu-main__submenu {
    display: none;
  }
  header#navbar
    .region-navigation
    nav
    .c-menu-main
    .c-menu-main__item
    > .service-mega-menu
    .container
    > .c-menu-main__submenu
    > li
    > h6
    + ul
    > li
    a {
    margin-top: 0 !important;
    font-size: 16px !important;
    padding: 19px 0;
    font-weight: 600;
  }
  header#navbar
    .region-navigation
    nav
    .c-menu-main
    .c-menu-main__item
    > .service-mega-menu
    .container
    > .c-menu-main__submenu
    > li
    > h6
    + ul
    > li
    a:hover {
    color: #222222;
  }
  header#navbar
    .region-navigation
    nav
    .c-menu-main
    .c-menu-main__item
    > .service-mega-menu
    .container
    > .c-menu-main__submenu
    > li
    > h6
    + ul
    > li
    a::after {
    content: none !important;
  }
  header#navbar
    .region-navigation
    nav
    .c-menu-main
    .c-menu-main__item
    > .service-mega-menu
    .container
    > .c-menu-main__submenu
    > li
    > h6
    + ul
    > li.expend-menu
    .menu-arrow {
    transform: rotate(0deg);
  }
  header#navbar
    .region-navigation
    nav
    .c-menu-main
    .c-menu-main__item
    > .service-mega-menu
    .container
    > .c-menu-main__submenu
    > li
    > h6
    + ul
    > li.expend-menu
    .c-menu-main__submenu {
    display: block;
  }
  header#navbar
    .region-navigation
    nav
    .c-menu-main
    .c-menu-main__item
    > .service-mega-menu
    > div
    > .c-menu-main__submenu
    li:last-child
    ul
    > li.c-menu-main__item--expanded
    + li:last-child {
    position: relative;
    border: none;
    padding: 0;
    bottom: auto;
    width: 100%;
  }
  header#navbar
    .region-navigation
    nav
    .c-menu-main
    .c-menu-main__item
    > .service-mega-menu
    > div
    > .c-menu-main__submenu
    li:last-child
    ul
    > li.c-menu-main__item--expanded
    + li:last-child
    a {
    padding: 19px 0;
    color: #374c8f;
  }
  header#navbar .region-navigation nav .c-menu-main .c-menu-main__item.expend-menu > .service-mega-menu {
    display: block;
  }
  header#navbar .region-navigation nav.menu-slide-left {
    transform: translateX(0%);
    overflow-y: auto;
    height: 100vh;
    padding-bottom: 100px;
  }
  header#navbar .region-navigation nav .c-menu-main > li {
    position: relative;
  }
  header#navbar .region-navigation nav .c-menu-main > li a {
    padding: 10px 0;
    display: block !important;
    border-bottom: 1px solid #b1a5a5;
    margin-bottom: 0 !important;
  }
  header#navbar .region-navigation nav .c-menu-main > li > .menu-arrow {
    position: absolute;
    right: 0;
    height: 62px;
    top: 0px;
    left: 0;
  }
  header#navbar .region-navigation nav .c-menu-main > li > .menu-arrow::after {
    position: absolute;
    right: 0;
    content: "";
    width: 52px;
    height: 62px;
    background: #ececec url("../images/our/caret-top.webp") no-repeat center center;
    transform: rotate(180deg);
  }
  header#navbar .region-navigation nav .c-menu-main > li.expend-menu > .menu-arrow::after {
    transform: rotate(0deg);
  }
  header#navbar .region-navigation nav .c-menu-main > li.expend-menu .service-mega-menu {
    opacity: 1;
    display: block;
    position: static;
    visibility: visible;
  }
  header#navbar .region-navigation nav .c-menu-main > li.expend-menu .service-mega-menu::after {
    content: none;
  }
  header#navbar .region-navigation nav .c-menu-main .c-menu-main__submenu > li {
    position: relative;
  }
  header#navbar .region-navigation nav .c-menu-main .c-menu-main__submenu > li a {
    padding: 10px 0;
    display: block !important;
    border-bottom: 1px solid #b1a5a5;
    margin-bottom: 0 !important;
  }
  header#navbar .region-navigation nav .c-menu-main .c-menu-main__submenu > li > .menu-arrow {
    background: #ececec url("../images/our/caret-top.webp") no-repeat center center;
    position: absolute;
    right: 0;
    width: 52px;
    height: 62px;
    transform: rotate(180deg);
    top: 0px;
  }
}
@media screen and (max-width: 992px) {
  header#navbar
    .region-navigation
    nav
    .c-menu-main
    .c-menu-main__item
    > .service-mega-menu
    .container
    > .c-menu-main__submenu
    > li
    > h6
    + ul
    > li.expend-menu
    .c-menu-main__submenu.level2.level3
    li.c-menu-main__item {
    padding: 0 28px;
  }
  header#navbar
    .region-navigation
    nav
    .c-menu-main
    .c-menu-main__item:nth-child(6)
    .service-mega-menu
    > div
    > .c-menu-main__submenu
    > li:last-child
    h6 {
    margin-top: 0;
    font-size: 16px;
    padding: 19px 0;
    font-weight: 600;
    color: #505050;
    display: block;
    border-bottom: 1px solid #b1a5a5;
    margin-bottom: 0;
  }
  header#navbar
    .region-navigation
    nav
    .c-menu-main
    .c-menu-main__item:nth-child(6)
    .service-mega-menu
    > div
    > .c-menu-main__submenu
    > li:last-child
    ul.level0.c-menu-main__submenu.level3.level1.o-menu.level2 {
    display: none;
  }
  header#navbar
    .region-navigation
    nav
    .c-menu-main
    .c-menu-main__item:nth-child(6)
    .service-mega-menu
    > div
    > .c-menu-main__submenu
    > li:last-child
    ul.level0.c-menu-main__submenu.level3.level1.o-menu.level2
    li
    a {
    margin-top: 0;
    font-size: 16px;
    padding: 19px 0;
    font-weight: 600;
    color: #505050;
    display: block;
    border-bottom: 1px solid #b1a5a5;
    margin-bottom: 0;
    text-decoration: none;
  }
  header#navbar
    .region-navigation
    nav
    .c-menu-main
    .c-menu-main__item:nth-child(6)
    .service-mega-menu
    > div
    > .c-menu-main__submenu
    > li:last-child
    ul.level0.c-menu-main__submenu.level3.level1.o-menu.level2.activeSubLink {
    display: block;
  }
  header#navbar
    .region-navigation
    nav
    .c-menu-main
    .c-menu-main__item:nth-child(6)
    .service-mega-menu
    > div
    > .c-menu-main__submenu
    li:last-child
    .menu-arrow {
    height: 60px;
  }
  header#navbar
    .region-navigation
    nav
    .c-menu-main
    .c-menu-main__item:nth-child(6)
    .service-mega-menu
    > div
    > .c-menu-main__submenu
    li:last-child.expend-down-arrow
    .menu-arrow {
    transform: rotate(0deg);
    height: 60px;
  }
}
@font-face {
  font-family: "MADE TOMMY";
  font-display: "swap";
  src: url(../themes/custom/kellton_theme/fonts/made_tommy_regular-webfont.woff) format("woff"),
    url(../themes/custom/kellton_theme/fonts/made_tommy_regular-webfont.woff) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: "swap";
}
*,
*::after,
*::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.container {
  max-width: 1260px;
  padding: 0 15px;
  margin: 0 auto;
}
a {
  text-decoration: none;
}
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
img {
  display: block;
  height: auto;
  max-width: 100%;
}
body {
  font-family: "MADE TOMMY";
  font-size: 16px;
  line-height: 1.5;
  background-color: #e7e4e1;
}
h1 {
  font-size: 60px;
  line-height: 1.12;
  font-weight: 400;
}
h2 {
  font-size: 60px;
  line-height: 1.12;
  font-weight: 400;
}
h3 {
  font-size: 40px;
  line-height: 1.25;
  font-weight: 400;
}
h4 {
  font-size: 32px;
  line-height: 1.25;
  font-weight: 400;
}
h5 {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 400;
}
h6 {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 400;
}
p.blogs-text {
  font-size: 18px;
  line-height: 1.6;
}
.bg-off-white {
  background-color: #f5f5f5;
}
.bg-blue {
  background-color: #374c8f;
}
.bg-navy {
  background-color: #0a142a;
}
.bg-lilly {
  background-color: #ccc2d0;
}
.bg-mist {
  background-color: #bfc5da;
}
.bg-irys {
  background-color: #645790;
}
.bg-sage {
  background-color: #56796c;
}
.bg-mint {
  background-color: #b2c7bf;
}
.bg-sand {
  background-color: #ba7e3c;
}
.btn {
  border: 1px solid rgba(0, 0, 0, 0.3);
  color: #000;
  padding: 13px 18px;
  font-size: 16px;
  text-decoration: none;
  border-radius: 4px;
  display: inline-block;
}
.white-btn {
  border-color: #fff;
  color: #fff;
}
select {
  background: #f3f5f7 url("../images/our/down-arrow.webp") no-repeat scroll right 15px center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.services.dataEngineer {
  border-radius: 12px;
}
@media screen and (max-width: 992px) {
  h1 {
    font-size: 40px;
    line-height: 1.12;
  }
  h2 {
    font-size: 40px;
    line-height: 1.12;
  }
  h3 {
    font-size: 30px;
    line-height: 1.25;
  }
  h4 {
    font-size: 32px;
    line-height: 1.25;
  }
  h5 {
    font-size: 24px;
    line-height: 1.25;
  }
  h5 {
    font-size: 20px;
    line-height: 1.4;
  }
  h6 {
    font-size: 18px;
    line-height: 1.6;
  }
  .small-text {
    font-size: 14px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 32px;
    line-height: 1.12;
  }
  h2 {
    font-size: 32px;
    line-height: 1.12;
    font-weight: 400;
  }
  h3 {
    font-size: 24px;
    line-height: 1.25;
  }
  h4 {
    font-size: 22px;
    line-height: 1.25;
  }
  h5 {
    font-size: 18px;
    line-height: 1.25;
  }
  h6 {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 576px) {
  p.blogs-text {
    font-size: 16px;
    line-height: 1.5;
  }
}
.contact-form-section {
  padding: 10px 0 80px;
}
.contact-form-section .main {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.contact-form-section .main .left-container {
  width: calc(50% - 10px);
  margin-right: 10px;
}
.contact-form-section .main .right-container {
  width: calc(50% - 10px);
  margin-left: 10px;
}
.contact-form-section .main .right-container .innerPage-body form {
  float: none;
  width: 100%;
}
.form-section-wrapper {
  color: #222;
}
.form-section-wrapper .form-section-text h3 {
  font-size: 60px;
  line-height: 68px;
  margin-bottom: 24px;
}
.form-section-wrapper .form-section-text p {
  font-size: 18px;
  line-height: 28px;
}
.innerPage-body form fieldset {
  margin: 0;
}
.innerPage-body form .js-form-item {
  position: relative;
}
.innerPage-body form .js-form-item label.error {
  color: red;
  position: absolute;
  left: 0;
  bottom: 7px;
  font-size: 16px;
  line-height: 1;
}
.innerPage-body form .js-form-item label#agree-error {
  bottom: 0;
}
.innerPage-body form input,
.innerPage-body form textarea,
.innerPage-body form select {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding: 13px 14px;
  color: #666666;
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid #bebebe;
  max-width: 380px;
  margin-bottom: 24px;
  width: 100%;
  outline: none;
  font-family: "MADE TOMMY";
}
.innerPage-body form input.error,
.innerPage-body form textarea.error,
.innerPage-body form select.error {
  margin-bottom: 30px;
}
.innerPage-body form .description {
  max-width: 380px;
  text-align: justify;
}
.innerPage-body form .js-form-type-checkbox {
  margin-bottom: 45px;
}
.innerPage-body form .js-form-type-checkbox input {
  display: inline-block;
  float: left;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  margin-right: 12px;
}
.innerPage-body form .js-form-type-checkbox #edit-agree--description {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #505050;
}
.innerPage-body form .js-form-type-checkbox #edit-agree--description a {
  color: #374c8f;
}
.innerPage-body form .form-actions {
  max-width: 380px;
  margin-top: 30px;
}
.innerPage-body form .form-actions input {
  font-weight: 500;
  color: #fff;
  padding: 13px 38px 13px 20px;
  background: #0a142a url("../images/our/right-arrowwhite.webp") no-repeat 72% center;
  max-width: 169px;
  float: right;
  cursor: pointer;
}
.innerPage-body.thankyou_lestatlk_contact {
  font-size: 20px;
  color: green;
  border: 1px solid green;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .contact-form-section {
    padding: 0px 0 60px;
  }
  .contact-form-section .main .left-container {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .contact-form-section .main .right-container {
    width: 100%;
    margin-left: 0;
  }
  .form-section-wrapper .form-section-text h3 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 12px;
  }
  .form-section-wrapper .form-section-text p {
    font-size: 16px;
    line-height: 24px;
  }
  .innerPage-body form input,
  .innerPage-body form textarea,
  .innerPage-body form select {
    max-width: 100%;
  }
  .innerPage-body form .js-form-type-checkbox {
    margin-bottom: 45px;
  }
  .innerPage-body form .js-form-type-checkbox #edit-agree--description {
    font-size: 14px;
    line-height: 20px;
  }
  .innerPage-body form .form-actions {
    max-width: 100%;
    margin-top: 16px;
  }
  .innerPage-body form .form-actions input {
    max-width: 100%;
    width: 100%;
    float: none;
    margin-top: 20px;
    background-position-x: 62%;
  }
}
.footer {
  background-color: #0a142a;
  padding: 5.5% 0;
  position: relative;
}
.footer a {
  text-decoration: none;
}
.footer ul {
  list-style: none;
}
.footer .footer-main .social-left #block-leadingtext > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  flex-wrap: wrap;
}
.footer .footer-main .social-left .footerlogo {
  margin-bottom: 100px;
  width: 33%;
}
.footer .footer-main .social-left .footerlogo img {
  max-width: 198px;
}
.footer .footer-main .social-left h4 {
  color: #fff;
  margin-bottom: 100px;
  width: 67%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}
.footer .footer-main .footer-right {
  padding-bottom: 35px;
}
.footer .footer-main .footer-right .region-footer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  flex-wrap: wrap;
}
.footer .footer-main .footer-right .region-footer #block-callushere-3 {
  width: 31%;
}
.footer .footer-main .footer-right .region-footer .countryNo p {
  font-size: 14px;
  color: #fff;
  margin-bottom: 14px;
  line-height: 1.6;
}
.footer .footer-main .footer-right .region-footer .countryNo p a {
  display: block;
  color: #fff;
}
.footer .footer-main .footer-right .region-footer #block-footermenuright-2,
.footer .footer-main .footer-right .region-footer #block-footermenuleft,
.footer .footer-main .footer-right .region-footer #block-2023kellton {
  width: 21%;
}
.footer .footer-main .footer-right .region-footer #block-footermenuright-2 li,
.footer .footer-main .footer-right .region-footer #block-footermenuleft li,
.footer .footer-main .footer-right .region-footer #block-2023kellton li {
  margin-bottom: 24px;
}
.footer .footer-main .footer-right .region-footer #block-footermenuright-2 li:last-child,
.footer .footer-main .footer-right .region-footer #block-footermenuleft li:last-child,
.footer .footer-main .footer-right .region-footer #block-2023kellton li:last-child {
  margin-bottom: 0;
}
.footer .footer-main .footer-right .region-footer #block-footermenuright-2 a,
.footer .footer-main .footer-right .region-footer #block-footermenuleft a,
.footer .footer-main .footer-right .region-footer #block-2023kellton a {
  color: #fff;
}
.footer .footer-main .footer-right .region-footer #block-2023kellton {
  width: 20%;
  padding-right: 50px;
}
.footer .footer-main .footer-right .region-footer #block-2023kellton .clutch-widget {
  min-width: 193px;
}
.footer .footer-main .footer-right .region-footer #block-2023kellton a {
  margin-bottom: 24px;
  display: block;
}
.footer .footer-main .footer-right .region-footer #block-2023kellton p {
  margin-top: 16px;
}
.footer .footer-main .footer-right .region-footer .f-media-link-brands .f-media-links {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  max-width: 100%;
}
.footer .footer-main .footer-right .region-footer .f-media-link-brands .f-media-links a {
  width: 24px;
  height: 24px;
  text-decoration: none;
}
.footer .footer-main .footer-right .region-footer .f-media-link-brands .f-brands {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
.footer .footer-main .footer-right .region-footer .f-media-link-brands .f-brands .clutch {
  margin-top: 20px;
}
.footer .footer-main .footer-right .region-footer .f-media-link-brands .f-brands .goodfirm {
  margin-top: 20px;
}
.footer .footer-main .footer-right .region-footer .f-media-link-brands .copyright {
  width: 100%;
  margin-top: 0px;
  padding-right: 0px;
  position: absolute;
  left: 0;
  bottom: 0;
  padding-bottom: 30px;
}
.footer .footer-main .footer-right .region-footer .f-media-link-brands .copyright p.copyright-title {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #959595;
}
@media screen and (max-width: 992px) {
  .footer .footer-main .social-left #block-leadingtext > div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-flex-flow: column nowrap;
    -moz-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
  .footer .footer-main .social-left .footerlogo {
    width: 100%;
    margin-bottom: 40px;
  }
  .footer .footer-main .social-left h4 {
    width: 100%;
    margin-bottom: 40px;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
  }
  .footer .footer-main .footer-right .region-footer #block-callushere-3 {
    flex: 2;
  }
  .footer .footer-main .footer-right .region-footer #block-footermenuright-2,
  .footer .footer-main .footer-right .region-footer #block-footermenuleft,
  .footer .footer-main .footer-right .region-footer #block-2023kellton {
    flex: 1;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 50px 0 0;
  }
  .footer .footer-main .social-left #block-leadingtext > div {
    display: block;
  }
  .footer .footer-main .social-left #block-leadingtext > div .footerlogo {
    margin-bottom: 60px;
    width: 100%;
  }
  .footer .footer-main .social-left #block-leadingtext > div h4 {
    width: 100%;
    margin-bottom: 60px;
    font-size: 24px;
  }
  .footer .footer-main .footer-right {
    padding-bottom: 0px;
  }
  .footer .footer-main .footer-right .region-footer #block-callushere-3,
  .footer .footer-main .footer-right .region-footer #block-footermenuright-2,
  .footer .footer-main .footer-right .region-footer #block-footermenuleft,
  .footer .footer-main .footer-right .region-footer #block-2023kellton {
    width: 50%;
    flex: none;
    margin-bottom: 60px;
  }
  .footer .footer-main .footer-right .f-media-link-brands .copyright {
    width: 100%;
    margin-top: 20px;
    padding-right: 0px;
    left: 0;
    bottom: 0;
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 576px) {
  .footer .footer-main .social-left #block-leadingtext > div h4 {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
  }
  .footer .footer-main .footer-right {
    position: relative;
  }
  .footer .footer-main .footer-right .region-footer {
    padding-top: 74px;
  }
  .footer .footer-main .footer-right .region-footer #block-callushere-3 {
    width: 100%;
  }
  .footer .footer-main .footer-right .region-footer #block-callushere-3 .countryNo {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    flex-wrap: wrap;
  }
  .footer .footer-main .footer-right .region-footer #block-callushere-3 .countryNo p {
    width: 50%;
  }
  .footer .footer-main .footer-right .region-footer #block-2023kellton {
    width: 100%;
    padding-right: 0px;
  }
  .footer .footer-main .footer-right .region-footer #block-2023kellton p {
    margin-top: 0px;
    text-align: center;
  }
  .footer .footer-main .footer-right .region-footer #block-2023kellton a {
    margin-bottom: 0px;
  }
  .footer .footer-main .footer-right .region-footer .f-media-link-brands .f-media-links {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .footer .footer-main .footer-right .region-footer .f-media-link-brands .f-media-links a:not(:first-child) {
    margin-left: 50px;
  }
  .footer .footer-main .footer-right .region-footer .f-media-link-brands .f-brands {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }
  .footer .footer-main .footer-right .region-footer .f-media-link-brands .f-brands .clutch {
    margin-top: 0px;
    width: 46%;
    margin-left: 4%;
    order: 2;
  }
  .footer .footer-main .footer-right .region-footer .f-media-link-brands .f-brands .clutch p {
    margin-top: 0px;
  }
  .footer .footer-main .footer-right .region-footer .f-media-link-brands .f-brands .goodfirm {
    margin-top: 0px;
    width: 46%;
  }
  .footer .footer-main .footer-right .region-footer .f-media-link-brands .copyright {
    margin-top: 40px;
    padding-right: 0px;
  }
}
.wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100%;
}
.wrapper .error-page {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
.wrapper .error-page h3 {
  margin-bottom: 32px;
}
.wrapper .error-page p {
  margin-bottom: 40px;
}
.wrapper .error-page a.error-btn {
  display: block;
  padding: 13px 18px;
  width: 202px;
  color: #fff;
  border-radius: 4px;
  margin: 0 auto;
  text-align: left;
  font-size: 16px;
  background: url("../images/our/right-arrowwhite.webp") no-repeat right 12px top 50% #0a142a;
}
@media screen and (max-width: 768px) {
  .main-container {
    padding-top: 0px;
  }
  .main-container .wrapper {
    margin-bottom: 80px;
  }
  .main-container .wrapper .error-page h3 {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .main-container .wrapper .error-page p {
    font-size: 15px;
  }
}
#navbar #block-kellton-theme-primary-local-tasks ul {
  display: flex;
  margin-bottom: 16px;
}
#navbar #block-kellton-theme-primary-local-tasks ul li:not(:first-child) {
  margin-left: 20px;
}
#navbar #block-kellton-theme-primary-local-tasks ul li a {
  color: #fff;
  font-size: 18px;
}
.services-bl-wrapper {
  padding-top: 80px;
  padding-bottom: 80px;
}
.services-bl-wrapper h3.text-heading {
  font-weight: 400;
  color: #222;
  text-transform: none;
  max-width: 1024px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.services-bl-wrapper .content-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.services-bl-wrapper .content-wrapper .content-inner {
  max-width: 806px;
}
.services-bl-wrapper .content-wrapper .content-inner .blogs-text {
  font-size: 18px;
  line-height: 1.6;
  color: #222;
}
.services-bl-wrapper .content-wrapper .content-inner .blogs-text:first-child {
  margin-top: 80px;
}
.services-bl-wrapper .content-wrapper .content-inner .blogs-text:not(:first-child) {
  margin-top: 40px;
}
.services-bl-wrapper .content-wrapper .content-inner .blogs-text a {
  font-size: 18px;
  line-height: 1.6;
  color: inherit;
  text-decoration: underline;
}
.services-bl-wrapper .content-wrapper .content-inner .small-text.insight-head {
  font-size: 14px;
  color: #505050;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .services-bl-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .services-bl-wrapper .content-wrapper {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
  }
  .services-bl-wrapper .content-wrapper .content-inner {
    max-width: 100%;
  }
  .services-bl-wrapper .content-wrapper .content-inner .blogs-text {
    font-size: 16px;
    line-height: 1.5;
  }
  .services-bl-wrapper .content-wrapper .content-inner .blogs-text:first-child {
    margin-top: 32px;
  }
  .services-bl-wrapper .content-wrapper .content-inner .blogs-text:not(:first-child) {
    margin-top: 16px;
  }
  .services-bl-wrapper .content-wrapper .content-inner .small-text.insight-head {
    margin-top: 16px;
  }
}
#block-views-block-show-brands-block-4,
.brand_view_block {
  margin-bottom: 80px;
}
#block-views-block-show-brands-block-4 h2,
.brand_view_block h2 {
  font-size: 20px;
  margin-bottom: 32px;
  color: #505050;
}
#block-views-block-show-brands-block-4 .brand-main,
.brand_view_block .brand-main {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline;
  -webkit-justify-content: space-evenly;
  -moz-justify-content: space-evenly;
  -ms-justify-content: space-evenly;
  justify-content: space-evenly;
  -ms-flex-pack: space-evenly;
  flex-wrap: wrap;
  column-gap: 80px;
  row-gap: 80px;
}
#block-views-block-show-brands-block-4 .brand-main .views-row,
.brand_view_block .brand-main .views-row {
  margin-bottom: 15px;
}
@media screen and (max-width: 992px) {
  #block-views-block-show-brands-block-4 h2,
  .brand_view_block h2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  #block-views-block-show-brands-block-4,
  .brand_view_block {
    margin-bottom: 35px;
  }
  #block-views-block-show-brands-block-4 h2,
  .brand_view_block h2 {
    font-size: 16px;
    line-height: 24px;
  }
  #block-views-block-show-brands-block-4 .brand-main,
  .brand_view_block .brand-main {
    column-gap: 30px;
    row-gap: 40px;
  }
}
.contact-us-wrapper {
  padding: 120px 0 92px;
}
.contact-us-wrapper .contact-us-top {
  margin-bottom: 80px;
}
.contact-us-wrapper .contact-us-top .contact-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #505050;
}
.contact-us-wrapper .contact-us-top .contact-header {
  font-size: 60px;
  line-height: 68px;
  color: #222;
  margin: 24px 0;
}
.contact-us-wrapper .contact-us-section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.contact-us-wrapper .contact-us-section .contact-through {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  min-width: 220px;
}
.contact-us-wrapper .contact-us-section .contact-through p {
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 40px;
  color: #222;
}
.contact-us-wrapper .contact-us-section .contact-through span {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 23px;
  color: #505050;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  column-gap: 12px;
}
.contact-us-wrapper .contact-us-section .contact-through span a {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #0a142a;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  column-gap: 10px;
  text-decoration: none;
}
.contact-us-wrapper .contact-us-section .contact-through span a img {
  width: 16px;
  height: 14px;
  margin-top: 6px;
}
@media screen and (max-width: 768px) {
  .contact-us-wrapper {
    padding: 120px 0 92px;
  }
  .contact-us-wrapper .contact-us-top {
    margin-bottom: 40px;
  }
  .contact-us-wrapper .contact-us-top .contact-text {
    font-size: 12px;
    line-height: 16px;
  }
  .contact-us-wrapper .contact-us-top .contact-header {
    font-size: 24px;
    line-height: 30px;
  }
  .contact-us-wrapper .contact-us-section {
    display: block;
    width: 100%;
  }
  .contact-us-wrapper .contact-us-section .contact-through {
    border-bottom: 1px solid #bebebe;
    margin-bottom: 27px;
    left: calc(50% - 164px);
    min-width: 100%;
  }
  .contact-us-wrapper .contact-us-section .contact-through p {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 24px;
  }
  .contact-us-wrapper .contact-us-section .contact-through span:last-child {
    margin-bottom: 27px;
  }
}
.hiring-wrapper {
  margin: 0 0 0px;
}
.hiring-wrapper .hiring-section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background-color: #374c8f;
  padding: 40px 50px;
  border-radius: 12px;
}
.hiring-wrapper .hiring-section .hiring-content {
  display: block;
  width: 100%;
  margin-left: 60px;
}
.hiring-wrapper .hiring-section .hiring-content .star-logo {
  background-color: #435f9a;
  display: flex;
  padding: 4px 12px;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 16px;
  max-width: max-content;
  border-radius: 4px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
}
.hiring-wrapper .hiring-section .hiring-content .star-logo img {
  width: 15px;
  margin-right: 12px;
}
.hiring-wrapper .hiring-section .hiring-content h3 {
  color: #fff;
  line-height: 50px;
  margin: 16px 0;
}
.hiring-wrapper .hiring-section .hiring-content p {
  font-size: 18px;
  line-height: 28px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .hiring-wrapper {
    margin: 47px 0 0px;
  }
  .hiring-wrapper .hiring-section {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column-reverse;
    padding: 32px 16px;
  }
  .hiring-wrapper .hiring-section .hiring-content {
    margin-left: 0;
    margin-bottom: 32px;
  }
  .hiring-wrapper .hiring-section .hiring-content h3 {
    line-height: 30px;
    margin: 16px 0;
  }
  .hiring-wrapper .hiring-section .hiring-content p {
    font-size: 16px;
    line-height: 24px;
  }
}
.our-office-section {
  clear: both;
}
.our-office-wrapper {
  clear: both;
  background-color: #0a142a;
  padding: 80px 94px 67px;
}
.our-office-wrapper .office-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 24px;
  color: #9da1aa;
}
.our-office-wrapper .office-header {
  font-size: 60px;
  line-height: 68px;
  color: #fff;
  margin-bottom: 80px;
}
.our-office-wrapper .location-map {
  margin-bottom: 80px;
}
.our-office-wrapper .location-row {
  color: #fff;
  margin-bottom: 16px;
}
.our-office-wrapper .location-row h4 {
  line-height: 40px;
  margin-bottom: 24px;
}
.our-office-wrapper .location-row .location-row-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}
.our-office-wrapper .location-row .location-row-content .location-address {
  width: calc(33% - 44px);
  max-width: 381px;
  margin-bottom: 24px;
  margin-right: 44px;
}
.our-office-wrapper .location-row .location-row-content .location-address p {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 8px;
}
.our-office-wrapper .location-row .location-row-content .location-address span {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #9da1aa;
}
@media screen and (max-width: 768px) {
  .our-office-wrapper {
    padding: 72px 20px 16px;
  }
  .our-office-wrapper .office-text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
  }
  .our-office-wrapper .office-header {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 40px;
  }
  .our-office-wrapper .location-map {
    margin-bottom: 40px;
  }
  .our-office-wrapper .location-row h4 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 24px;
  }
  .our-office-wrapper .location-row .location-row-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }
  .our-office-wrapper .location-row .location-row-content .location-address {
    width: calc(33% - 18px);
    max-width: 381px;
    margin-bottom: 24px;
    margin-right: 18px;
  }
}
@media screen and (max-width: 576px) {
  .our-office-wrapper .location-row .location-row-content .location-address {
    width: 100%;
    max-width: 381px;
    margin-right: 0;
  }
}
.mr-bt-0 {
  margin-bottom: 0;
}
.contact-form-section {
  padding: 10px 0 80px;
}
.contact-form-section .main {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.contact-form-section .main .left-container {
  width: calc(50% - 10px);
  margin-right: 10px;
}
.contact-form-section .main .right-container {
  width: calc(50% - 10px);
  margin-left: 10px;
}
.contact-form-section .main .right-container .innerPage-body form {
  float: none;
  width: 100%;
}
.form-section-wrapper {
  color: #222;
}
.form-section-wrapper .form-section-text h3 {
  font-size: 60px;
  line-height: 68px;
  margin-bottom: 24px;
}
.form-section-wrapper .form-section-text p {
  font-size: 18px;
  line-height: 28px;
}
.innerPage-body form fieldset {
  margin: 0;
}
.innerPage-body form .js-form-item {
  position: relative;
}
.innerPage-body form .js-form-item label.error {
  color: red;
  position: absolute;
  left: 0;
  bottom: 7px;
  font-size: 16px;
  line-height: 1;
}
.innerPage-body form .js-form-item label#agree-error {
  bottom: 0;
}
.innerPage-body form input,
.innerPage-body form textarea,
.innerPage-body form select {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding: 13px 14px;
  color: #666666;
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid #bebebe;
  max-width: 380px;
  margin-bottom: 24px;
  width: 100%;
  outline: none;
  font-family: "MADE TOMMY";
}
.innerPage-body form input.error,
.innerPage-body form textarea.error,
.innerPage-body form select.error {
  margin-bottom: 30px;
}
.innerPage-body form .description {
  max-width: 380px;
  text-align: justify;
}
.innerPage-body form .js-form-type-checkbox {
  margin-bottom: 45px;
}
.innerPage-body form .js-form-type-checkbox input {
  display: inline-block;
  float: left;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  margin-right: 12px;
}
.innerPage-body form .js-form-type-checkbox #edit-agree--description {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #505050;
}
.innerPage-body form .js-form-type-checkbox #edit-agree--description a {
  color: #374c8f;
}
.innerPage-body form .form-actions {
  max-width: 380px;
  margin-top: 30px;
}
.innerPage-body form .form-actions input {
  font-weight: 500;
  color: #fff;
  padding: 13px 38px 13px 20px;
  background: #0a142a url("../images/our/right-arrowwhite.webp") no-repeat 72% center;
  max-width: 169px;
  float: right;
  cursor: pointer;
}
.innerPage-body.thankyou_lestatlk_contact {
  font-size: 20px;
  color: green;
  border: 1px solid green;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .contact-form-section {
    padding: 0px 0 60px;
  }
  .contact-form-section .main .left-container {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .contact-form-section .main .right-container {
    width: 100%;
    margin-left: 0;
  }
  .form-section-wrapper .form-section-text h3 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 12px;
  }
  .form-section-wrapper .form-section-text p {
    font-size: 16px;
    line-height: 24px;
  }
  .innerPage-body form input,
  .innerPage-body form textarea,
  .innerPage-body form select {
    max-width: 100%;
  }
  .innerPage-body form .js-form-type-checkbox {
    margin-bottom: 45px;
  }
  .innerPage-body form .js-form-type-checkbox #edit-agree--description {
    font-size: 14px;
    line-height: 20px;
  }
  .innerPage-body form .form-actions {
    max-width: 100%;
    margin-top: 16px;
  }
  .innerPage-body form .form-actions input {
    max-width: 100%;
    width: 100%;
    float: none;
    margin-top: 20px;
    background-position-x: 62%;
  }
}
*,
*::after,
*::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.container {
  max-width: 1260px;
  padding: 0 15px;
  margin: 0 auto;
}
a {
  text-decoration: none;
}
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
img {
  display: block;
  height: auto;
  max-width: 100%;
}
body {
  font-family: "MADE TOMMY";
  font-size: 16px;
  line-height: 1.5;
  background-color: #e7e4e1;
}
h1 {
  font-size: 60px;
  line-height: 1.12;
  font-weight: 400;
}
h2 {
  font-size: 60px;
  line-height: 1.12;
  font-weight: 400;
}
h3 {
  font-size: 40px;
  line-height: 1.25;
  font-weight: 400;
}
h4 {
  font-size: 32px;
  line-height: 1.25;
  font-weight: 400;
}
h5 {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 400;
}
h6 {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 400;
}
p.blogs-text {
  font-size: 18px;
  line-height: 1.6;
}
.bg-off-white {
  background-color: #f5f5f5;
}
.bg-blue {
  background-color: #374c8f;
}
.bg-navy {
  background-color: #0a142a;
}
.bg-lilly {
  background-color: #ccc2d0;
}
.bg-mist {
  background-color: #bfc5da;
}
.bg-irys {
  background-color: #645790;
}
.bg-sage {
  background-color: #56796c;
}
.bg-mint {
  background-color: #b2c7bf;
}
.bg-sand {
  background-color: #ba7e3c;
}
.btn {
  border: 1px solid rgba(0, 0, 0, 0.3);
  color: #000;
  padding: 13px 18px;
  font-size: 16px;
  text-decoration: none;
  border-radius: 4px;
  display: inline-block;
}
.white-btn {
  border-color: #fff;
  color: #fff;
}
select {
  background: #f3f5f7 url("../images/our/down-arrow.webp") no-repeat scroll right 15px center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.services.dataEngineer {
  border-radius: 12px;
}
@media screen and (max-width: 992px) {
  h1 {
    font-size: 40px;
    line-height: 1.12;
  }
  h2 {
    font-size: 40px;
    line-height: 1.12;
  }
  h3 {
    font-size: 30px;
    line-height: 1.25;
  }
  h4 {
    font-size: 32px;
    line-height: 1.25;
  }
  h5 {
    font-size: 24px;
    line-height: 1.25;
  }
  h5 {
    font-size: 20px;
    line-height: 1.4;
  }
  h6 {
    font-size: 18px;
    line-height: 1.6;
  }
  .small-text {
    font-size: 14px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 32px;
    line-height: 1.12;
  }
  h2 {
    font-size: 32px;
    line-height: 1.12;
    font-weight: 400;
  }
  h3 {
    font-size: 24px;
    line-height: 1.25;
  }
  h4 {
    font-size: 22px;
    line-height: 1.25;
  }
  h5 {
    font-size: 18px;
    line-height: 1.25;
  }
  h6 {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 576px) {
  p.blogs-text {
    font-size: 16px;
    line-height: 1.5;
  }
}
.homeService .ourSevices {
  padding-top: 60px;
}
.serviceHeading {
  margin-bottom: 70px;
}
.serviceHeading h6 {
  margin-bottom: 24px;
  color: #505050;
}
@media (max-width: 992px) {
  .serviceHeading {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .serviceHeading {
    margin-bottom: 35px;
  }
}
.serviceHeading h1,
.serviceHeading h2 {
  color: #222;
  font-weight: 400;
  max-width: 910px;
}
.serviceHeading h2 {
  font-size: 45px;
}
.serviceHeading p {
  font-size: 20px;
  line-height: 1.4;
  color: #505050;
  margin-top: 24px;
}
.services {
  height: 100%;
}
.services a {
  position: relative;
  background-repeat: no-repeat;
  background-position: left top;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  display: block;
  color: #fff;
  overflow: hidden;
  background-size: cover;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.services a:hover {
  transform: scale(1.01);
}
.services a .img-box {
  display: block;
}
.services a .img-box img {
  width: 100%;
  border-radius: 12px;
  min-height: 235px;
}
.services a .des {
  display: block;
  padding: 30px 44px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.services .heading3 {
  margin-bottom: 12px;
  display: block;
  font-size: 40px;
  line-height: 1.25;
  font-weight: 400;
  font-weight: 400;
}
.services .para {
  display: block;
}
@media (max-width: 768px) {
  .services .para {
    font-size: 12px;
  }
}
.learnMore {
  margin-top: 12px;
  display: block;
  text-align: right;
}
.learnMore span {
  position: relative;
}
.learnMore span::after {
  width: 50px;
  height: 1px;
  background: linear-gradient(269.92deg, #fff 1.44%, rgba(255, 255, 255, 0) 99.93%);
  position: absolute;
  left: -62px;
  top: 50%;
  content: "";
  transform: translateY(-50%);
}
.ourServiceGroup {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
}
.ourServiceGroup .services {
  width: 49%;
  margin-bottom: 40px;
}
.weDoBrightly {
  text-align: center;
  width: 48.5%;
  flex-grow: 1;
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  align-self: center;
}
@media (max-width: 768px) {
  .weDoBrightly {
    margin-top: 50px;
  }
}
.weDoBrightly a {
  color: #222;
}
.weDoBrightly .heading5 {
  display: block;
  position: relative;
  font-weight: 400;
}
@media (max-width: 768px) {
  .weDoBrightly .heading5 {
    font-size: 14px;
    line-height: 1;
  }
}
.ourServiceSec {
  margin-bottom: 70px;
}
.ourServiceSec .btn-wrap {
  text-align: center;
  margin-top: 20px;
}
.ourMission {
  padding-bottom: 100px;
}
.ourMission h6 {
  color: #505050;
  font-weight: 400;
  margin-bottom: 24px;
}
.ourMission .serviceHeading {
  max-width: 910px;
  width: 100%;
}
.ourMission .serviceHeading p {
  font-size: 20px;
  line-height: 1.4;
}
.missionList {
  padding: 0 0 80px;
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 15px 30px;
}
@media (max-width: 768px) {
  .missionList {
    grid-template-columns: auto auto;
    gap: 15px;
    align-items: flex-end;
  }
}
.missionList li {
  border-bottom: 1px solid #bebebe;
}
.missionList li > div {
  display: inline-block;
  padding-bottom: 15px;
}
.missionList a {
  font-size: 20px;
  color: #222;
  display: flex;
  align-items: center;
  position: relative;
}
.missionList a span {
  width: 20px;
  height: 20px;
  margin-right: 16px;
  flex-shrink: 0;
}
.missionList a::after {
  position: absolute;
  right: -10px;
  bottom: 0;
  top: 0;
  margin: auto;
  content: "";
  height: 16px;
  width: 18px;
  transition: 0.3s all;
  opacity: 0;
  background: url("../images/our/arrow-right.webp") no-repeat center center !important;
}
.missionList a:hover::after {
  opacity: 1;
  transform: translateX(15px);
}
.counterRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  color: #fff;
  padding: 64px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
}
@media (max-width: 768px) {
  .counterRow {
    display: block;
  }
}
.counterRow .counterBx {
  padding: 0 68px;
}
@media (max-width: 1200px) {
  .counterRow .counterBx {
    padding: 0 34px;
  }
}
@media (max-width: 992px) {
  .counterRow .counterBx {
    padding: 0 18px;
  }
}
@media (max-width: 768px) {
  .counterRow .counterBx {
    margin-bottom: 40px;
  }
  .counterRow .counterBx:last-child {
    margin-bottom: 0;
  }
}
.counterRow .counterBx span {
  font-size: 60px;
}
.brands {
  padding: 40px 0 90px;
}
@media screen and (max-width: 992px) {
  .homeService .ourSevices {
    padding-top: 47px;
  }
  .ourServiceGroup .services a .des {
    padding: 16px;
  }
  .ourServiceGroup .services a .des .heading3 {
    font-size: 24px;
  }
  .ourServiceGroup .services a .des .para {
    font-size: 12px;
  }
  .ourServiceGroup .services a .des .learnMore {
    font-size: 12px;
  }
  .serviceHeading h2 {
    font-size: 32px;
  }
  .serviceHeading p {
    font-size: 20px;
    line-height: 28px;
    color: #505050;
    margin-top: 24px;
  }
  .ourMission h6 {
    font-size: 18px;
    line-height: 1.6;
  }
  .ourMission .serviceHeading h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .homeService .ourSevices {
    padding-top: 0px;
  }
  .homeService .ourSevices .ourServiceSec {
    margin-bottom: 40px;
  }
  .homeService .ourSevices .ourServiceSec .btn-wrap {
    margin-top: 10px;
  }
  .missionList {
    padding: 0 0 57px;
  }
  .missionList a::after {
    display: none;
  }
  .ourServiceGroup {
    flex-wrap: wrap;
  }
  .ourServiceGroup .services {
    width: 100%;
    margin-bottom: 10px;
  }
  .ourServiceGroup .services a .img-box img {
    min-height: 163px;
  }
  .serviceHeading h6 {
    margin-bottom: 8px;
  }
  .serviceHeading h2 {
    font-size: 24px;
    line-height: 1.41;
  }
  .ourMission {
    padding-bottom: 40px;
  }
  .ourMission h6 {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 8px;
  }
  .ourMission .serviceHeading h2 {
    font-size: 24px;
    line-height: 1.41;
  }
  .ourMission .serviceHeading p {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 8px;
  }
  .counterRow {
    padding: 32px 49px;
  }
}
.page-node-type-home-page .ourMission .serviceHeading {
  max-width: 100%;
}
.page-node-type-home-page .ourMission .serviceHeading h1 {
  max-width: 100%;
}
@media screen and (max-width: 575px) {
  .missionList a span {
    margin-right: 12px;
  }
}
.contact-form-section {
  padding: 10px 0 80px;
}
.contact-form-section .main {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.contact-form-section .main .left-container {
  width: calc(50% - 10px);
  margin-right: 10px;
}
.contact-form-section .main .right-container {
  width: calc(50% - 10px);
  margin-left: 10px;
}
.contact-form-section .main .right-container .innerPage-body form {
  float: none;
  width: 100%;
}
.form-section-wrapper {
  color: #222;
}
.form-section-wrapper .form-section-text h3 {
  font-size: 60px;
  line-height: 68px;
  margin-bottom: 24px;
}
.form-section-wrapper .form-section-text p {
  font-size: 18px;
  line-height: 28px;
}
.innerPage-body form fieldset {
  margin: 0;
}
.innerPage-body form .js-form-item {
  position: relative;
}
.innerPage-body form .js-form-item label.error {
  color: red;
  position: absolute;
  left: 0;
  bottom: 7px;
  font-size: 16px;
  line-height: 1;
}
.innerPage-body form .js-form-item label#agree-error {
  bottom: 0;
}
.innerPage-body form input,
.innerPage-body form textarea,
.innerPage-body form select {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding: 13px 14px;
  color: #666666;
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid #bebebe;
  max-width: 380px;
  margin-bottom: 24px;
  width: 100%;
  outline: none;
  font-family: "MADE TOMMY";
}
.innerPage-body form input.error,
.innerPage-body form textarea.error,
.innerPage-body form select.error {
  margin-bottom: 30px;
}
.innerPage-body form .description {
  max-width: 380px;
  text-align: justify;
}
.innerPage-body form .js-form-type-checkbox {
  margin-bottom: 45px;
}
.innerPage-body form .js-form-type-checkbox input {
  display: inline-block;
  float: left;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  margin-right: 12px;
}
.innerPage-body form .js-form-type-checkbox #edit-agree--description {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #505050;
}
.innerPage-body form .js-form-type-checkbox #edit-agree--description a {
  color: #374c8f;
}
.innerPage-body form .form-actions {
  max-width: 380px;
  margin-top: 30px;
}
.innerPage-body form .form-actions input {
  font-weight: 500;
  color: #fff;
  padding: 13px 38px 13px 20px;
  background: #0a142a url("../images/our/right-arrowwhite.webp") no-repeat 72% center;
  max-width: 169px;
  float: right;
  cursor: pointer;
}
.innerPage-body.thankyou_lestatlk_contact {
  font-size: 20px;
  color: green;
  border: 1px solid green;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .contact-form-section {
    padding: 0px 0 60px;
  }
  .contact-form-section .main .left-container {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .contact-form-section .main .right-container {
    width: 100%;
    margin-left: 0;
  }
  .form-section-wrapper .form-section-text h3 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 12px;
  }
  .form-section-wrapper .form-section-text p {
    font-size: 16px;
    line-height: 24px;
  }
  .innerPage-body form input,
  .innerPage-body form textarea,
  .innerPage-body form select {
    max-width: 100%;
  }
  .innerPage-body form .js-form-type-checkbox {
    margin-bottom: 45px;
  }
  .innerPage-body form .js-form-type-checkbox #edit-agree--description {
    font-size: 14px;
    line-height: 20px;
  }
  .innerPage-body form .form-actions {
    max-width: 100%;
    margin-top: 16px;
  }
  .innerPage-body form .form-actions input {
    max-width: 100%;
    width: 100%;
    float: none;
    margin-top: 20px;
    background-position-x: 62%;
  }
}
.outer-container {
  background: url("../images/our/why-kellton-final.webp") no-repeat top center;
  background-size: cover;
}
.outer-container .container .reason-wrap {
  padding-top: 255px;
  padding-bottom: 116px;
}
.outer-container .container .reason-wrap .reason-header-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.outer-container .container .reason-wrap .reason-header-wrap div p span {
  font-size: 20px;
  color: #9da1aa;
}
.outer-container .container .reason-wrap .reason-header-wrap div h2 span {
  color: #fff;
  margin-top: 24px;
  display: block;
}
.outer-container .container .reason-wrap .reason-header-wrap .header-btn button {
  width: 179px;
  height: 50px;
  cursor: pointer;
  background: transparent;
  min-width: max-content;
}
.outer-container .container .reason-wrap .reason-grid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  row-gap: 40px;
  margin-top: 164px;
}
.outer-container .container .reason-wrap .reason-grid .reason-grid-inner {
  max-width: 45%;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.outer-container .container .reason-wrap .reason-grid .reason-grid-inner .reason-left {
  padding-right: 42px;
}
@media screen and (max-width: 992px) {
  .outer-container .container .reason-wrap .reason-grid .reason-grid-inner .reason-left {
    padding-right: 21px;
  }
}
.outer-container .container .reason-wrap .reason-grid .reason-grid-inner .reason-left .speedwave {
  display: block;
  width: 170px;
  height: 1px;
  margin-top: 12px;
  background: linear-gradient(269.92deg, #fff 1.44%, rgba(255, 255, 255, 0) 99.93%);
}
@media screen and (max-width: 992px) {
  .outer-container .container .reason-wrap .reason-grid .reason-grid-inner .reason-left .speedwave {
    display: block;
    width: 100px;
  }
}
.outer-container .container .reason-wrap .reason-grid .reason-grid-inner .reason-right h5 {
  font-weight: 400;
  color: #fff;
}
.outer-container .container .reason-wrap .reason-grid .reason-grid-inner .reason-right p {
  font-size: 18px;
  line-height: 1.5;
  color: #d3d3d3;
  margin-top: 16px;
}
.outer-container .container .reason-wrap .reason-grid .reason-grid-inner .reason-right p a {
  color: #d3d3d3;
  text-decoration: underline;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .outer-container {
    background-color: #0a142a;
    position: relative;
  }
  .outer-container .container .reason-wrap {
    padding-top: 100px;
    padding-bottom: 170px;
  }
  .outer-container .container .reason-wrap .reason-header-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
  .outer-container .container .reason-wrap .reason-header-wrap div p span {
    font-size: 16px;
  }
  .outer-container .container .reason-wrap .reason-header-wrap div h2 span {
    margin-top: 8px;
    font-size: 24px;
    line-height: 1.41;
  }
  .outer-container .container .reason-wrap .reason-header-wrap .header-btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 70px;
  }
  .outer-container .container .reason-wrap .reason-grid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -moz-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    row-gap: 40px;
    margin-top: 40px;
  }
  .outer-container .container .reason-wrap .reason-grid .reason-grid-inner {
    max-width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .outer-container .container .reason-wrap .reason-grid .reason-grid-inner .reason-left {
    padding-right: 21px;
  }
  .outer-container .container .reason-wrap .reason-grid .reason-grid-inner .reason-left .speedwave {
    display: block;
  }
  .outer-container .container .reason-wrap .reason-grid .reason-grid-inner .reason-right p {
    font-size: 16px;
    margin-top: 8px;
  }
}
.hiring-career {
  padding-top: 80px;
  padding-bottom: 80px;
}
.hiring-career .innerPage-body div p {
  font-size: 18px;
  line-height: 1.6;
  color: #222;
}
.hiring-career .innerPage-body div p:first-child {
  color: #505050;
  font-size: 20px;
  line-height: 1.4;
}
.hiring-career .innerPage-body div h2 {
  color: #222;
  margin-top: 24px;
  margin-bottom: 40px;
}
.hiring-career .hiring-content-career {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}
.hiring-career .hiring-content-career .service-Listing {
  max-width: 700px;
}
.hiring-career .hiring-content-career .service-Listing .field--name-body div .paragraph--type--offering-items {
  margin-top: 40px;
}
.hiring-career .hiring-content-career .service-Listing .field--name-body div .paragraph--type--offering-items > div {
  font-size: 40px;
  color: #222;
}
.hiring-career
  .hiring-content-career
  .service-Listing
  .field--name-body
  div
  .paragraph--type--offering-items
  > div:nth-child(1) {
  border-bottom: none;
}
.hiring-career
  .hiring-content-career
  .service-Listing
  .field--name-body
  div
  .paragraph--type--offering-items
  > div:nth-child(2) {
  border-bottom: 1px solid #9da1aa;
  padding-bottom: 50px;
  margin-top: 20px;
}
.hiring-career .hiring-content-career .service-Listing .field--name-body div .paragraph--type--offering-items > div p {
  font-size: 18px;
  line-height: 1.6;
  color: #222;
}
@media screen and (max-width: 992px) {
  .hiring-career .innerPage-body div h2 {
    font-size: 40px;
    line-height: 1.12;
  }
}
@media screen and (max-width: 768px) {
  .hiring-career {
    padding-top: 0px;
    padding-bottom: 40px;
  }
  .hiring-career .innerPage-body div p {
    font-size: 16px;
    line-height: 1.6;
    color: #222;
  }
  .hiring-career .innerPage-body div p:first-child {
    font-size: 16px;
  }
  .hiring-career .innerPage-body div h2 {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 8px;
  }
  .hiring-career .hiring-content-career {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
  }
  .hiring-career .hiring-content-career .service-Listing {
    max-width: 100%;
  }
  .hiring-career .hiring-content-career .service-Listing .container {
    padding: 0 0;
  }
  .hiring-career .hiring-content-career .service-Listing .field--name-body > div > div > div > div {
    padding-bottom: 30px;
  }
  .hiring-career
    .hiring-content-career
    .service-Listing
    .field--name-body
    > div
    > div
    > div
    > div
    .paragraph--type--offering-items {
    margin-top: 0;
  }
  .hiring-career
    .hiring-content-career
    .service-Listing
    .field--name-body
    > div
    > div
    > div
    > div
    .paragraph--type--offering-items
    > div {
    margin-top: 10px;
  }
  .hiring-career
    .hiring-content-career
    .service-Listing
    .field--name-body
    > div
    > div
    > div
    > div
    .paragraph--type--offering-items
    > div
    p {
    font-size: 16px;
  }
  .hiring-career
    .hiring-content-career
    .service-Listing
    .field--name-body
    > div
    > div
    > div
    > div
    .paragraph--type--offering-items
    > div:nth-child(1) {
    border-bottom: none;
    font-size: 24px;
  }
  .hiring-career
    .hiring-content-career
    .service-Listing
    .field--name-body
    > div
    > div
    > div
    > div
    .paragraph--type--offering-items
    > div
    > div {
    font-size: 20px;
    line-height: 1.4;
  }
  .hiring-career
    .hiring-content-career
    .service-Listing
    .field--name-body
    > div
    > div
    > div
    > div
    .paragraph--type--offering-items
    > div
    > div
    p {
    font-size: 16px;
  }
}
.images-grid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 100%;
}
.images-grid .image-row {
  width: 30%;
  margin-top: 80px;
}
.images-grid .image-row img {
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.images-grid .image-row:not(:first-child) {
  margin-left: 40px;
}
.images-grid .image-row:nth-child(4n) {
  margin-left: 0px;
  min-width: 694px;
}
@media screen and (max-width: 992px) {
  .images-grid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    width: 100%;
  }
  .images-grid .image-row {
    width: 48%;
    margin-top: 40px;
  }
  .images-grid .image-row img {
    width: 100%;
    object-fit: cover;
  }
  .images-grid .image-row:not(:first-child) {
    margin-left: 0;
  }
  .images-grid .image-row:nth-child(4n) {
    margin-left: 0px;
    max-width: 100%;
    min-width: unset;
  }
}
@media screen and (max-width: 576px) {
  .images-grid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -moz-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    width: 100%;
  }
  .images-grid .image-row {
    width: 100%;
    margin-top: 40px;
  }
  .images-grid .image-row img {
    width: 100%;
    object-fit: cover;
  }
  .images-grid .image-row:not(:first-child) {
    margin-left: 0;
  }
  .images-grid .image-row:nth-child(4n) {
    margin-left: 0px;
    min-width: 100%;
  }
}
.why-section {
  margin-bottom: 80px;
  margin-bottom: 0px;
  background: url("../images/our/why-kellton-final.webp") no-repeat center center;
  background-size: cover;
}
.why-section .outer-container {
  background: none;
}
.footer {
  clear: both;
}
.innerPage-body form {
  float: right;
}
.form-section-wrapper {
  float: left;
}
@media screen and (max-width: 768px) {
  .footer {
    clear: both;
  }
  .innerPage-body form {
    float: none;
  }
  .form-section-wrapper {
    float: none;
  }
  .why-section {
    margin-bottom: 0px;
  }
  .why-section .outer-container {
    background: none;
  }
  .outer-container .container {
    padding: 0 0;
  }
  .outer-container .container .reason-wrap {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .page-node-type-contact-page .job-apply-section {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.outer-container .container .reason-wrap .reason-header-wrap .header-btn button {
  display: none;
}
#block-views-block-banner-block-block-1 span.field-content,
#block-views-block-banner-block-block-1 .-nid.views-row {
  display: block;
  position: relative;
}
#block-views-block-banner-block-block-1 span.field-content .banner-image img,
#block-views-block-banner-block-block-1 .-nid.views-row .banner-image img {
  width: 100%;
}
#block-views-block-banner-block-block-1 span.field-content .container,
#block-views-block-banner-block-block-1 .-nid.views-row .container {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#block-views-block-banner-block-block-1 span.field-content .container .banner-description,
#block-views-block-banner-block-block-1 .-nid.views-row .container .banner-description {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-width: 806px;
  width: 100%;
}
#block-views-block-banner-block-block-1 span.field-content .container .banner-description h2,
#block-views-block-banner-block-block-1 span.field-content .container .banner-description h1,
#block-views-block-banner-block-block-1 .-nid.views-row .container .banner-description h2,
#block-views-block-banner-block-block-1 .-nid.views-row .container .banner-description h1 {
  color: #fff;
  margin-bottom: 16px;
  font-family: "MADE TOMMY", sans-serif;
}
#block-views-block-banner-block-block-1 span.field-content .container .banner-description p,
#block-views-block-banner-block-block-1 .-nid.views-row .container .banner-description p {
  color: #e7e4e1;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 40px;
}
#block-views-block-banner-block-block-1 span.field-content .container .banner-description .breadcrumbs-section ol,
#block-views-block-banner-block-block-1 .-nid.views-row .container .banner-description .breadcrumbs-section ol {
  list-style-type: none;
  margin-bottom: 16px;
  padding: 0;
  overflow: hidden;
}
#block-views-block-banner-block-block-1 span.field-content .container .banner-description .breadcrumbs-section ol li,
#block-views-block-banner-block-block-1 .-nid.views-row .container .banner-description .breadcrumbs-section ol li {
  float: left;
  margin-right: 16px;
  position: relative;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  display: block;
  color: #e7e4e1;
  cursor: pointer;
}
#block-views-block-banner-block-block-1 span.field-content .container .banner-description .breadcrumbs-section ol li a,
#block-views-block-banner-block-block-1 .-nid.views-row .container .banner-description .breadcrumbs-section ol li a {
  color: #e7e4e1;
  text-decoration: none;
  outline: none;
}
#block-views-block-banner-block-block-1
  span.field-content
  .container
  .banner-description
  .breadcrumbs-section
  ol
  li::after,
#block-views-block-banner-block-block-1
  .-nid.views-row
  .container
  .banner-description
  .breadcrumbs-section
  ol
  li::after {
  content: "/";
  position: absolute;
  right: -13px;
}
#block-views-block-banner-block-block-1
  span.field-content
  .container
  .banner-description
  .breadcrumbs-section
  ol
  li:last-child::after,
#block-views-block-banner-block-block-1
  .-nid.views-row
  .container
  .banner-description
  .breadcrumbs-section
  ol
  li:last-child::after {
  content: none;
}
@media screen and (max-width: 1440px) {
  span.field-content .banner-image img,
  .-nid.views-row .banner-image img {
    height: 100vh;
    object-fit: cover;
  }
}
@media screen and (max-width: 1023px) {
  #block-views-block-banner-block-block-1 span.field-content .banner-image img,
  #block-views-block-banner-block-block-1 .-nid.views-row .banner-image img {
    height: 90vh;
  }
}
@media screen and (max-width: 768px) {
  #block-views-block-banner-block-block-1 span.field-content .container .banner-description,
  #block-views-block-banner-block-block-1 .-nid.views-row .container .banner-description {
    max-width: 80%;
    width: 100%;
    transform: translateY(-30%);
  }
  #block-views-block-banner-block-block-1 span.field-content .container .banner-description h2,
  #block-views-block-banner-block-block-1 span.field-content .container .banner-description h1,
  #block-views-block-banner-block-block-1 .-nid.views-row .container .banner-description h2,
  #block-views-block-banner-block-block-1 .-nid.views-row .container .banner-description h1 {
    margin-bottom: 8px;
  }
  #block-views-block-banner-block-block-1 span.field-content .container .banner-description p,
  #block-views-block-banner-block-block-1 .-nid.views-row .container .banner-description p {
    font-size: 16px;
    line-height: 24px;
  }
  #block-views-block-banner-block-block-1 span.field-content .container .banner-description .breadcrumbs-section ol,
  #block-views-block-banner-block-block-1 .-nid.views-row .container .banner-description .breadcrumbs-section ol {
    margin-bottom: 8px;
  }
  #block-views-block-banner-block-block-1 span.field-content .container .banner-description .breadcrumbs-section ol li,
  #block-views-block-banner-block-block-1 .-nid.views-row .container .banner-description .breadcrumbs-section ol li {
    margin-right: 14px;
    font-size: 16px;
    line-height: 24px;
  }
  #block-views-block-banner-block-block-1
    span.field-content
    .container
    .banner-description
    .breadcrumbs-section
    ol
    li::after,
  #block-views-block-banner-block-block-1
    .-nid.views-row
    .container
    .banner-description
    .breadcrumbs-section
    ol
    li::after {
    right: -12px;
  }
}
@media screen and (max-width: 576px) {
  #block-views-block-banner-block-block-1 span.field-content .container .banner-description p,
  #block-views-block-banner-block-block-1 .-nid.views-row .container .banner-description p {
    font-size: 14px;
    line-height: 20px;
  }
  #block-views-block-banner-block-block-1 span.field-content .container .banner-description .breadcrumbs-section ol li,
  #block-views-block-banner-block-block-1 .-nid.views-row .container .banner-description .breadcrumbs-section ol li {
    font-size: 14px;
    line-height: 20px;
  }
}
.header-wrap .breadcrumbs-section,
.jobdetails-title .breadcrumbs-section {
  max-width: 806px;
  width: 100%;
  margin: 0 auto;
}
.header-wrap .breadcrumbs-section ol,
.jobdetails-title .breadcrumbs-section ol {
  list-style-type: none;
  margin-bottom: 16px;
  padding: 0;
  overflow: hidden;
}
.header-wrap .breadcrumbs-section ol li,
.jobdetails-title .breadcrumbs-section ol li {
  float: left;
  margin-right: 16px;
  position: relative;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  display: block;
  color: #e7e4e1;
  cursor: pointer;
}
.header-wrap .breadcrumbs-section ol li a,
.jobdetails-title .breadcrumbs-section ol li a {
  color: #e7e4e1;
  text-decoration: none;
  outline: none;
}
.header-wrap .breadcrumbs-section ol li::after,
.jobdetails-title .breadcrumbs-section ol li::after {
  content: "/";
  position: absolute;
  right: -13px;
}
.header-wrap .breadcrumbs-section ol li:last-child::after,
.jobdetails-title .breadcrumbs-section ol li:last-child::after {
  content: none;
}
@media screen and (max-width: 768px) {
  .header-wrap .breadcrumbs-section ol,
  .jobdetails-title .breadcrumbs-section ol {
    margin-bottom: 8px;
  }
  .header-wrap .breadcrumbs-section ol li,
  .jobdetails-title .breadcrumbs-section ol li {
    margin-right: 14px;
    font-size: 16px;
    line-height: 24px;
  }
  .header-wrap .breadcrumbs-section ol li::after,
  .jobdetails-title .breadcrumbs-section ol li::after {
    right: -12px;
  }
}
@media screen and (max-width: 576px) {
  .header-wrap .breadcrumbs-section ol li,
  .jobdetails-title .breadcrumbs-section ol li {
    font-size: 14px;
    line-height: 20px;
  }
}
.job-apply-section {
  padding: 80px 0;
}
.job-apply-section .main {
  max-width: 806px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 auto;
}
.job-apply-section .main .main-left {
  width: 50%;
}
.job-apply-section .main .main-left .content {
  padding-right: 50px;
  margin-bottom: 20px;
}
.job-apply-section .main .main-left .content h2 {
  margin-bottom: 24px;
}
.job-apply-section .main .main-left h3 {
  line-height: 50px;
  color: #222;
  margin-bottom: 24px;
}
.job-apply-section .main .main-left p {
  font-size: 18px;
  line-height: 1.6;
  color: #505050;
}
.job-apply-section .main .main-right {
  width: 50%;
}
.job-apply-section
  .main
  .main-right
  .applyjob-form
  form
  .js-form-item:not(.js-form-type-checkbox, fieldset.js-form-wrapper) {
  position: relative;
  height: 50px;
  background: #fff;
  border: 1px solid #bebebe;
  border-radius: 8px;
  padding: 6px 24px;
  margin-bottom: 30px;
}
.job-apply-section
  .main
  .main-right
  .applyjob-form
  form
  .js-form-item:not(.js-form-type-checkbox, fieldset.js-form-wrapper).js-form-type-managed-file {
  margin-bottom: 0;
}
.job-apply-section
  .main
  .main-right
  .applyjob-form
  form
  .js-form-item:not(.js-form-type-checkbox, fieldset.js-form-wrapper).js-form-type-managed-file
  .js-form-managed-file.form-managed-file {
  background: #fff url("../images/our/upload.webp") no-repeat right center;
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 37px;
}
.job-apply-section
  .main
  .main-right
  .applyjob-form
  form
  .js-form-item:not(.js-form-type-checkbox, fieldset.js-form-wrapper).js-form-type-managed-file
  .js-form-managed-file.form-managed-file
  .file
  a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  max-width: 200px;
}
.job-apply-section
  .main
  .main-right
  .applyjob-form
  form
  .js-form-item:not(.js-form-type-checkbox, fieldset.js-form-wrapper).js-form-type-managed-file
  .js-form-managed-file.form-managed-file
  .messages.messages--error.file-upload-js-error {
  font-size: 10px;
  position: absolute;
  background: #fff;
  width: 90%;
}
.job-apply-section
  .main
  .main-right
  .applyjob-form
  form
  .js-form-item:not(.js-form-type-checkbox, fieldset.js-form-wrapper).js-form-type-managed-file
  .js-form-managed-file.form-managed-file
  span.file {
  background: #fff;
  position: relative;
}
.job-apply-section
  .main
  .main-right
  .applyjob-form
  form
  .js-form-item:not(.js-form-type-checkbox, fieldset.js-form-wrapper).js-form-type-managed-file
  .js-form-managed-file.form-managed-file
  span.file
  a {
  color: #000;
  display: block;
}
.job-apply-section
  .main
  .main-right
  .applyjob-form
  form
  .js-form-item:not(.js-form-type-checkbox, fieldset.js-form-wrapper).js-form-type-managed-file
  .js-form-managed-file.form-managed-file
  input.js-form-submit.form-submit {
  padding: 0;
  width: 72px;
  right: 0;
  position: absolute;
  height: 28px;
  cursor: pointer;
  background: #fff;
  text-align: right;
}
.job-apply-section
  .main
  .main-right
  .applyjob-form
  form
  .js-form-item:not(.js-form-type-checkbox, fieldset.js-form-wrapper).js-form-type-managed-file
  .js-form-file.form-file {
  opacity: 0;
  height: 38px;
  padding: 0;
  cursor: pointer;
  background: #fff;
}
.job-apply-section
  .main
  .main-right
  .applyjob-form
  form
  .js-form-item:not(.js-form-type-checkbox, fieldset.js-form-wrapper)
  input,
.job-apply-section
  .main
  .main-right
  .applyjob-form
  form
  .js-form-item:not(.js-form-type-checkbox, fieldset.js-form-wrapper)
  select {
  width: 100%;
  height: 100%;
  background: transparent;
  border: 0;
  outline: 0;
  border-radius: 0px;
  font-size: 16px;
  line-height: 24px;
  color: #222;
  padding-top: 18px;
}
.job-apply-section
  .main
  .main-right
  .applyjob-form
  form
  .js-form-item:not(.js-form-type-checkbox, fieldset.js-form-wrapper)
  select {
  appearance: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-appearance: none;
  background: url("../images/our/down-arrow.webp") no-repeat right;
  cursor: pointer;
}
.job-apply-section
  .main
  .main-right
  .applyjob-form
  form
  .js-form-item:not(.js-form-type-checkbox, fieldset.js-form-wrapper)
  label {
  font-size: 16px;
  line-height: 16px;
  color: #666;
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translateY(-50%);
  transition: all ease 0.4s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
.job-apply-section
  .main
  .main-right
  .applyjob-form
  form
  .js-form-item:not(.js-form-type-checkbox, fieldset.js-form-wrapper)
  label#edit-resume--label {
  top: 50%;
}
.job-apply-section
  .main
  .main-right
  .applyjob-form
  form
  .js-form-item:not(.js-form-type-checkbox, fieldset.js-form-wrapper)
  label[for="edit-designation"] {
  top: 16px;
  color: #959595;
}
.job-apply-section
  .main
  .main-right
  .applyjob-form
  form
  .js-form-item:not(.js-form-type-checkbox, fieldset.js-form-wrapper)
  label.error {
  display: block;
  position: absolute;
  transition: "none";
  bottom: -27px;
  left: 0;
  font-size: 16px;
  color: #ff0000;
  top: auto;
}
.job-apply-section .main .main-right .applyjob-form form details {
  font-size: 14px;
  color: #505050;
}
.job-apply-section .main .main-right .applyjob-form form .form-actions {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  margin-top: 24px;
}
.job-apply-section .main .main-right .applyjob-form form .form-actions input {
  width: 115px;
  padding: 13px 18px;
  text-align: left;
  border-radius: 4px;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  background: url("../images/our/right-arrowwhite.webp") no-repeat right 20% top 50% #0a142a;
  background-size: 16px 16px;
  cursor: pointer;
}
.job-apply-section .main .main-right .applyjob-form form #edit-resume {
  background: url("../images/our/upload.webp") no-repeat right center;
}
.job-apply-section .main .main-right .applyjob-form form #edit-resume #edit-resume-upload {
  opacity: 0;
  height: 38px;
  padding: 0;
  cursor: pointer;
}
.job-apply-section .main .main-right .applyjob-form form .js-form-type-checkbox {
  position: relative;
  padding-left: 24px;
  margin-bottom: 30px;
}
.job-apply-section .main .main-right .applyjob-form form .js-form-type-checkbox .form-checkbox {
  position: absolute;
  left: 0;
  top: 5px;
  height: 15px;
  width: 15px;
}
.job-apply-section .main .main-right .applyjob-form form .js-form-type-checkbox label#terms-error {
  display: block;
  position: absolute;
  transition: "none";
  bottom: -27px;
  left: 0;
  font-size: 16px;
  color: #ff0000;
  top: auto;
}
.job-apply-section .main .main-right .applyjob-form form .js-form-type-checkbox label#terms-error {
  bottom: -25px;
}
.job-apply-section .main .main-right .applyjob-form form .resume-wrapper {
  margin-bottom: 20px;
}
.job-apply-section .main .main-right .applyjob-form form .resume-wrapper .wrrap_p {
  font-size: 12px;
}
.job-apply-section .main .main-right .applyjob-form form .resume-wrapper fieldset#edit-my-wrapper {
  border: none;
}
.job-apply-section .main .main-right .applyjob-thankyou {
  font-size: 20px;
  color: #0a142a;
  border: 1px solid #0a142a;
  padding: 20px;
}
label#file_up-error {
  color: red;
  margin: -24px 0 5px;
  display: block;
}
.form-active-label {
  top: -6px;
  font-size: 12px;
  color: #959595;
}
@media screen and (max-width: 767px) {
  .job-apply-section .main {
    display: block;
  }
  .job-apply-section .main .main-left .content h2 {
    margin-bottom: 12px;
  }
  .job-apply-section .main .main-left,
  .job-apply-section .main .main-right {
    width: 100%;
  }
  .job-apply-section
    .main
    .main-right
    .applyjob-form
    form
    .js-form-item:not(.js-form-type-checkbox, fieldset.js-form-wrapper).js-form-type-managed-file
    .js-form-managed-file.form-managed-file
    .file
    a {
    max-width: 120px;
  }
}
.jobdetails-section {
  padding: 142px 0 40px;
}
.jobdetails-section .jobdetails-title {
  max-width: 806px;
  width: 100%;
  margin: 0 auto;
}
.jobdetails-section h3 {
  color: #fff;
  margin-bottom: 0px;
}
.jobdetails-section .date {
  color: #9da1aa;
}
.jobdetails-section .jobdetails-banner-img {
  padding: 80px 0;
}
.jobdetails-section .jobdetails-banner-img img {
  border-radius: 12px;
}
.jobdetails-section .jobdetails-opening-block .small-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.jobdetails-section .jobdetails-opening-block .small-container > div {
  flex: 0 0 30.3%;
  padding-right: 30px;
}
.jobdetails-section .jobdetails-opening-block .small-container > div:last-child {
  padding-right: 0;
}
.jobdetails-section .jobdetails-opening-block .small-container > div span {
  display: block;
}
.jobdetails-section .jobdetails-opening-block .small-container > div span:first-child {
  color: #9da1aa;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 4px;
}
.jobdetails-section .jobdetails-opening-block .small-container > div span:last-child {
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
}
.job-block-wrappers .small-container {
  max-width: 806px;
  width: 100%;
  margin: 0 auto;
}
.job-desc-section .job-desc {
  padding: 40px 0 80px;
}
.job-desc-section .job-desc h4 {
  color: #fff;
  margin-bottom: 32px;
  font-family: "MADE TOMMY" !important;
}
.job-desc-section .job-desc p {
  color: #d3d3d3;
  font-family: "MADE TOMMY" !important;
}
.job-desc-section .job-desc p span {
  font-family: "MADE TOMMY" !important;
}
.job-desc-section .job-desc span {
  font-family: "MADE TOMMY" !important;
}
.job-desc-section .job-desc ul li {
  font-size: 18px;
  line-height: 1.4;
  color: #d3d3d3;
}
.job-desc-section .job-droles {
  padding: 80px 0 40px;
}
.job-desc-section .job-droles h4 {
  margin-bottom: 32px;
  color: #000;
  font-family: "MADE TOMMY" !important;
}
.job-desc-section .job-droles h5 {
  margin-bottom: 24px;
  margin-top: 32px;
}
.job-desc-section .job-droles p {
  font-size: 18px !important;
  color: #222;
  margin-bottom: 20px;
  font-family: "MADE TOMMY" !important;
}
.job-desc-section .job-droles p span {
  font-family: "MADE TOMMY" !important;
}
.job-desc-section .job-droles span {
  font-family: "MADE TOMMY" !important;
}
.job-desc-section .job-droles ul {
  list-style: disc;
  margin: 0;
  padding: revert;
}
.job-desc-section .job-droles ul li {
  font-size: 18px;
  color: #222;
  margin-bottom: 20px;
  font-family: "MADE TOMMY" !important;
  line-height: 1.6;
}
.job-desc-section .job-droles ul li:last-child {
  margin-bottom: 0;
}
.job-desc-section .job-skills-sections {
  padding-bottom: 80px;
  position: relative;
}
.job-desc-section .job-skills-sections .container::before {
  content: "";
  background: url("../images/our/start8.webp") no-repeat;
  position: absolute;
  bottom: -9px;
  width: 15px;
  height: 16px;
}
.job-desc-section .job-skills-sections .small-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.job-desc-section .job-skills-sections .small-container h4 {
  flex: 0 0 100%;
  margin-bottom: 32px;
  font-family: "MADE TOMMY" !important;
}
.job-desc-section .job-skills-sections .small-container h5 {
  margin-bottom: 24px;
  margin-top: 32px;
}
.job-desc-section .job-skills-sections .small-container p {
  font-size: 18px;
  color: #222;
  margin-bottom: 20px;
  font-family: "MADE TOMMY" !important;
}
.job-desc-section .job-skills-sections .small-container span {
  font-family: "MADE TOMMY" !important;
}
.job-desc-section .job-skills-sections .small-container ul {
  list-style: disc;
  margin: 0;
  padding: revert;
}
.job-desc-section .job-skills-sections .small-container ul li {
  font-size: 18px;
  color: #222;
  margin-bottom: 20px;
  line-height: 1.6;
}
.job-desc-section .job-skills-sections .small-container ul li:last-child {
  margin-bottom: 0;
}
.job-desc-section .job-skills-sections .small-container .job-skills {
  flex: 0 0 46%;
}
.job-desc-section .job-skills-sections .small-container .secondary-skills {
  flex: 0 0 46%;
}
.other-job-section {
  border-top: 1px solid #bebebe;
  padding: 80px 0;
  width: 100%;
}
.other-job-section .others-head h6 {
  color: #505050;
  margin-bottom: 40px;
  font-size: 32px;
  line-height: 1.25;
  font-weight: 400;
  margin-left: 20px;
}
.other-job-section .job_content_block .views-element-container .ats-jobs-view {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.other-job-section .job_content_block .views-element-container .ats-jobs-view .views-row {
  width: calc(50% - 40px);
  border: 1px solid #959595;
  padding: 24px 32px;
  border-radius: 8px;
  position: relative;
  margin: 20px 20px;
  margin-bottom: 40px;
  min-height: 160px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.other-job-section .job_content_block .views-element-container .ats-jobs-view .views-row:hover {
  background-color: #bfc5da;
}
.other-job-section .job_content_block .views-element-container .ats-jobs-view .views-row h4 {
  margin-bottom: 4px;
}
.other-job-section .job_content_block .views-element-container .ats-jobs-view .views-row h4,
.other-job-section .job_content_block .views-element-container .ats-jobs-view .views-row p {
  margin-right: 95px;
}
.other-job-section .job_content_block .views-element-container .ats-jobs-view .views-row .btn {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  padding-right: 35px;
  background: url("../images/our/arrow-right.webp") no-repeat 85% center/17px 14px;
  cursor: pointer;
}
.other-job-section span {
  font-family: "MADE TOMMY" !important;
}
.other-job-section .load-more {
  width: 100%;
  text-align: center;
}
.job-block-wrappers .job-apply-section {
  border-top: 1px solid #bebebe;
}
@media screen and (max-width: 992px) {
  .other-job-section .load-more {
    margin-top: 30px;
  }
  .other-job-section .others-head h6 {
    font-size: 28px;
    margin-left: 0px;
  }
  .other-job-section .job_content_block .views-element-container .ats-jobs-view {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column wrap;
    -moz-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    margin: 0px 0px;
    margin-top: 40px;
  }
  .other-job-section .job_content_block .views-element-container .ats-jobs-view .views-row {
    width: 100%;
    margin: 0px 0px;
    margin-top: 20px;
  }
  .other-job-section .job_content_block .views-element-container .ats-jobs-view h4 {
    margin-bottom: 4px;
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .other-job-section .job_content_block .job-pool-tap {
    width: 100%;
    margin-bottom: 24px;
    padding: 16px;
    display: block;
  }
  .other-job-section .job_content_block .job-pool-tap h4 {
    margin-bottom: 16px;
    width: 100%;
    margin-right: 0;
  }
  .other-job-section .job_content_block .job-pool-tap p {
    margin-bottom: 16px;
    width: 100%;
    margin-right: 0;
  }
  .other-job-section .job_content_block .job-pool-tap .btn {
    position: static;
    transform: none;
  }
}
@media screen and (max-width: 576px) {
  .jobdetails-section {
    padding: 124px 0 0;
  }
  .jobdetails-section .jobdetails-banner-img {
    padding: 40px 0;
  }
  .jobdetails-section .jobdetails-opening-block .small-container > div {
    flex: 0 0 33.33%;
    padding-right: 20px;
  }
  .jobdetails-section .jobdetails-opening-block .small-container > div span:first-child {
    font-size: 12px;
  }
  .jobdetails-section .jobdetails-opening-block .small-container > div span:last-child {
    font-size: 16px;
  }
  .job-desc-section .job-desc {
    padding: 40px 0;
  }
  .job-desc-section .job-desc h4 {
    font-size: 24px !important;
    margin-bottom: 24px;
  }
  .job-desc-section .job-desc p {
    font-size: 16px !important;
  }
  .job-desc-section .job-desc ul li {
    font-size: 16px;
  }
  .job-desc-section .job-droles {
    padding: 40px 0 40px;
  }
  .job-desc-section .job-droles h4 {
    margin-bottom: 24px;
    font-size: 24px !important;
  }
  .job-desc-section .job-droles h5 {
    margin-bottom: 20px;
  }
  .job-desc-section .job-droles p {
    font-size: 16px !important;
    margin-bottom: 20px;
  }
  .job-desc-section .job-droles ul li {
    font-size: 16px !important;
    margin-bottom: 12px;
  }
  .job-desc-section .job-droles ul li:last-child {
    margin-bottom: 0;
  }
  .job-desc-section .job-skills-sections {
    padding-bottom: 40px !important;
  }
  .job-desc-section .job-skills-sections .small-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .job-desc-section .job-skills-sections .small-container h4 {
    flex: 0 0 100%;
    margin-bottom: 24px;
    font-size: 24px !important;
  }
  .job-desc-section .job-skills-sections .small-container h5 {
    margin-bottom: 20px;
  }
  .job-desc-section .job-skills-sections .small-container p {
    font-size: 16px !important;
    margin-bottom: 20px;
  }
  .job-desc-section .job-skills-sections .small-container ul {
    list-style: disc;
    margin: 0;
    padding: revert;
  }
  .job-desc-section .job-skills-sections .small-container ul li {
    font-size: 16px !important;
    margin-bottom: 12px;
  }
  .job-desc-section .job-skills-sections .small-container ul li:last-child {
    margin-bottom: 0;
  }
  .job-desc-section .job-skills-sections .small-container .job-skills {
    flex: 0 0 100%;
  }
  .job-desc-section .job-skills-sections .small-container .secondary-skills {
    flex: 0 0 100%;
  }
  .other-job-section {
    padding: 40px 0;
  }
  .job-block-wrappers .job-apply-section {
    padding: 40px 0;
    border-top: 1px solid #bebebe;
  }
  .job-block-wrappers .job-apply-section .main .main-right .applyjob-form form .form-actions {
    justify-content: center;
  }
  .other-job-section .load-more {
    margin-top: 0px;
  }
  .other-job-section .others-head h6 {
    margin-bottom: 20px;
    font-size: 28px;
    margin-left: 0px;
  }
  .other-job-section .job_content_block .views-element-container .ats-jobs-view {
    -webkit-flex-flow: column wrap;
    -moz-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    margin: 0px 0px;
    margin-top: 40px;
  }
  .other-job-section .job_content_block .views-element-container .ats-jobs-view .views-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    margin: 0px 0px;
    margin-bottom: 40px;
  }
  .other-job-section .job_content_block .views-element-container .ats-jobs-view .views-row h4 {
    margin-bottom: 10px;
    font-size: 28px;
    clear: both;
    max-width: 100%;
  }
  .other-job-section .job_content_block .views-element-container .ats-jobs-view .views-row h4,
  .other-job-section .job_content_block .views-element-container .ats-jobs-view .views-row p {
    margin-right: 0px;
  }
  .other-job-section .job_content_block .views-element-container .ats-jobs-view .views-row p {
    float: left;
    padding-top: 5%;
  }
  .other-job-section .job_content_block .views-element-container .ats-jobs-view .views-row .btn {
    position: relative;
    right: 0px;
    top: 0%;
    transform: translateY(0%);
    padding-right: 35px;
    background: url("../images/our/arrow-right.webp") no-repeat 85% center/17px 14px;
    cursor: pointer;
    margin-top: 12px;
    float: right;
  }
}
#block-views-block-banner-block-block-1 span.field-content,
#block-views-block-banner-block-block-1 .-nid.views-row {
  display: block;
  position: relative;
}
#block-views-block-banner-block-block-1 span.field-content .banner-image img,
#block-views-block-banner-block-block-1 .-nid.views-row .banner-image img {
  width: 100%;
}
#block-views-block-banner-block-block-1 span.field-content .container,
#block-views-block-banner-block-block-1 .-nid.views-row .container {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#block-views-block-banner-block-block-1 span.field-content .container .banner-description,
#block-views-block-banner-block-block-1 .-nid.views-row .container .banner-description {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-width: 806px;
  width: 100%;
}
#block-views-block-banner-block-block-1 span.field-content .container .banner-description h2,
#block-views-block-banner-block-block-1 span.field-content .container .banner-description h1,
#block-views-block-banner-block-block-1 .-nid.views-row .container .banner-description h2,
#block-views-block-banner-block-block-1 .-nid.views-row .container .banner-description h1 {
  color: #fff;
  margin-bottom: 16px;
  font-family: "MADE TOMMY", sans-serif;
}
#block-views-block-banner-block-block-1 span.field-content .container .banner-description p,
#block-views-block-banner-block-block-1 .-nid.views-row .container .banner-description p {
  color: #e7e4e1;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 40px;
}
#block-views-block-banner-block-block-1 span.field-content .container .banner-description .breadcrumbs-section ol,
#block-views-block-banner-block-block-1 .-nid.views-row .container .banner-description .breadcrumbs-section ol {
  list-style-type: none;
  margin-bottom: 16px;
  padding: 0;
  overflow: hidden;
}
#block-views-block-banner-block-block-1 span.field-content .container .banner-description .breadcrumbs-section ol li,
#block-views-block-banner-block-block-1 .-nid.views-row .container .banner-description .breadcrumbs-section ol li {
  float: left;
  margin-right: 16px;
  position: relative;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  display: block;
  color: #e7e4e1;
  cursor: pointer;
}
#block-views-block-banner-block-block-1 span.field-content .container .banner-description .breadcrumbs-section ol li a,
#block-views-block-banner-block-block-1 .-nid.views-row .container .banner-description .breadcrumbs-section ol li a {
  color: #e7e4e1;
  text-decoration: none;
  outline: none;
}
#block-views-block-banner-block-block-1
  span.field-content
  .container
  .banner-description
  .breadcrumbs-section
  ol
  li::after,
#block-views-block-banner-block-block-1
  .-nid.views-row
  .container
  .banner-description
  .breadcrumbs-section
  ol
  li::after {
  content: "/";
  position: absolute;
  right: -13px;
}
#block-views-block-banner-block-block-1
  span.field-content
  .container
  .banner-description
  .breadcrumbs-section
  ol
  li:last-child::after,
#block-views-block-banner-block-block-1
  .-nid.views-row
  .container
  .banner-description
  .breadcrumbs-section
  ol
  li:last-child::after {
  content: none;
}
@media screen and (max-width: 1440px) {
  span.field-content .banner-image img,
  .-nid.views-row .banner-image img {
    height: 100vh;
    object-fit: cover;
  }
}
@media screen and (max-width: 1023px) {
  #block-views-block-banner-block-block-1 span.field-content .banner-image img,
  #block-views-block-banner-block-block-1 .-nid.views-row .banner-image img {
    height: 90vh;
  }
}
@media screen and (max-width: 768px) {
  #block-views-block-banner-block-block-1 span.field-content .container .banner-description,
  #block-views-block-banner-block-block-1 .-nid.views-row .container .banner-description {
    max-width: 80%;
    width: 100%;
    transform: translateY(-30%);
  }
  #block-views-block-banner-block-block-1 span.field-content .container .banner-description h2,
  #block-views-block-banner-block-block-1 span.field-content .container .banner-description h1,
  #block-views-block-banner-block-block-1 .-nid.views-row .container .banner-description h2,
  #block-views-block-banner-block-block-1 .-nid.views-row .container .banner-description h1 {
    margin-bottom: 8px;
  }
  #block-views-block-banner-block-block-1 span.field-content .container .banner-description p,
  #block-views-block-banner-block-block-1 .-nid.views-row .container .banner-description p {
    font-size: 16px;
    line-height: 24px;
  }
  #block-views-block-banner-block-block-1 span.field-content .container .banner-description .breadcrumbs-section ol,
  #block-views-block-banner-block-block-1 .-nid.views-row .container .banner-description .breadcrumbs-section ol {
    margin-bottom: 8px;
  }
  #block-views-block-banner-block-block-1 span.field-content .container .banner-description .breadcrumbs-section ol li,
  #block-views-block-banner-block-block-1 .-nid.views-row .container .banner-description .breadcrumbs-section ol li {
    margin-right: 14px;
    font-size: 16px;
    line-height: 24px;
  }
  #block-views-block-banner-block-block-1
    span.field-content
    .container
    .banner-description
    .breadcrumbs-section
    ol
    li::after,
  #block-views-block-banner-block-block-1
    .-nid.views-row
    .container
    .banner-description
    .breadcrumbs-section
    ol
    li::after {
    right: -12px;
  }
}
@media screen and (max-width: 576px) {
  #block-views-block-banner-block-block-1 span.field-content .container .banner-description p,
  #block-views-block-banner-block-block-1 .-nid.views-row .container .banner-description p {
    font-size: 14px;
    line-height: 20px;
  }
  #block-views-block-banner-block-block-1 span.field-content .container .banner-description .breadcrumbs-section ol li,
  #block-views-block-banner-block-block-1 .-nid.views-row .container .banner-description .breadcrumbs-section ol li {
    font-size: 14px;
    line-height: 20px;
  }
}
.ref-brands {
  border-bottom: 1px solid #bebebe;
  position: relative;
}
.ref-brands .container::before {
  content: "";
  background: url("../images/our/start8.webp") no-repeat;
  position: absolute;
  bottom: -9px;
  width: 15px;
  height: 16px;
}
.innerPage-body form .js-form-item label#agree-error {
  top: 46px;
}
@media screen and (max-width: 768px) {
  .innerPage-body form .js-form-item label#agree-error {
    top: 38px;
  }
}
@media screen and (max-width: 576px) {
  .innerPage-body form .js-form-item label#agree-error {
    top: 38px;
  }
}
@media screen and (max-width: 360px) {
  .innerPage-body form .js-form-item label#agree-error {
    top: 58px;
  }
}
@media screen and (min-width: 360px) and (max-width: 399px) {
  .innerPage-body form .js-form-item label#agree-error {
    top: 58px;
  }
}
.services-bl-wrapper {
  padding: 80px 0;
}
.services-bl-wrapper h3 {
  color: #222;
  margin-bottom: 80px;
  max-width: 1020px;
  width: 100%;
}
.services-bl-wrapper .contents-wrapper {
  max-width: 806px;
  width: 100%;
  margin: 0 auto;
}
.services-bl-wrapper .contents-wrapper p {
  color: #222;
  margin-bottom: 40px;
}
.services-bl-wrapper .contents-wrapper p:last-child {
  margin-bottom: 0;
}
.services-bl-wrapper .contents-wrapper p a {
  color: #374c8f;
  text-decoration: underline;
}
.services-bl-wrapper .contents-wrapper p.text-images img {
  border-radius: 12px;
}
@media screen and (max-width: 576px) {
  .services-bl-wrapper {
    padding: 40px 0;
  }
  .services-bl-wrapper h3 {
    font-size: 20px;
    margin-bottom: 32px;
  }
  .services-bl-wrapper .contents-wrapper p {
    margin-bottom: 16px;
  }
}
.awards-main-wrap {
  padding-bottom: 70px;
}
.awards-main-wrap h6 {
  color: #505050;
  margin-bottom: 40px;
}
.awards-main-wrap .awards-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 -24px;
}
.awards-main-wrap .awards-wrap .awards {
  flex: 0 0 16.5%;
  padding: 0 24px 16px 24px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .awards-main-wrap {
    padding-bottom: 46px;
  }
  .awards-main-wrap h6 {
    margin-bottom: 30px;
  }
  .awards-main-wrap .awards-wrap {
    flex: 0 0 16.5%;
    margin: 0 -16px 8px -16px;
  }
  .awards-main-wrap .awards-wrap .awards {
    padding: 0 16px 16px 16px;
  }
}
@media screen and (max-width: 576px) {
  .awards-main-wrap {
    padding-bottom: 4px;
  }
  .awards-main-wrap .awards-wrap {
    margin: 0 -10px;
  }
  .awards-main-wrap .awards-wrap .awards {
    flex: 0 0 25%;
    padding: 0 10px;
    margin-bottom: 20px;
  }
}
.our-history-main-wrap {
  padding: 80px 0;
  position: relative;
  border-top: 1px solid #bebebe;
}
.our-history-main-wrap .container::before {
  content: "";
  background: url("../images/our/start8.webp") no-repeat;
  position: absolute;
  top: -9px;
  width: 15px;
  height: 16px;
}
.our-history-main-wrap .contents-wrapper {
  max-width: 806px;
  width: 100%;
  margin: 0 auto;
}
.our-history-main-wrap h6 {
  color: #505050;
  margin-bottom: 24px;
}
.our-history-main-wrap h2 {
  margin-bottom: 80px;
}
.our-history-main-wrap .text-images {
  margin-bottom: 60px;
}
.our-history-main-wrap .text-images img {
  border-radius: 12px;
}
.our-history-main-wrap .histories {
  padding: 20px 0;
  border-bottom: 1px solid #9da1aa;
}
.our-history-main-wrap .histories h3 {
  margin-bottom: 12px;
}
.our-history-main-wrap .histories .year-info {
  color: #505050;
}
@media screen and (max-width: 576px) {
  .our-history-main-wrap {
    padding: 46px 0;
  }
  .our-history-main-wrap h6 {
    margin-bottom: 8px;
  }
  .our-history-main-wrap h2 {
    margin-bottom: 40px;
  }
  .our-history-main-wrap .text-images {
    margin-bottom: 40px;
  }
  .our-history-main-wrap .histories {
    padding: 16px 0;
  }
  .our-history-main-wrap .histories h3 {
    margin-bottom: 4px;
  }
}
.homeService .ourSevices {
  padding-top: 60px;
}
.serviceHeading {
  margin-bottom: 70px;
}
.serviceHeading h6 {
  margin-bottom: 24px;
  color: #505050;
}
@media (max-width: 992px) {
  .serviceHeading {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .serviceHeading {
    margin-bottom: 35px;
  }
}
.serviceHeading h1,
.serviceHeading h2 {
  color: #222;
  font-weight: 400;
  max-width: 910px;
}
.serviceHeading h2 {
  font-size: 45px;
}
.serviceHeading p {
  font-size: 20px;
  line-height: 1.4;
  color: #505050;
  margin-top: 24px;
}
.services {
  height: 100%;
}
.services a {
  position: relative;
  background-repeat: no-repeat;
  background-position: left top;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  display: block;
  color: #fff;
  overflow: hidden;
  background-size: cover;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.services a:hover {
  transform: scale(1.01);
}
.services a .img-box {
  display: block;
}
.services a .img-box img {
  width: 100%;
  border-radius: 12px;
  min-height: 235px;
}
.services a .des {
  display: block;
  padding: 30px 44px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.services .heading3 {
  margin-bottom: 12px;
  display: block;
  font-size: 40px;
  line-height: 1.25;
  font-weight: 400;
  font-weight: 400;
}
.services .para {
  display: block;
}
@media (max-width: 768px) {
  .services .para {
    font-size: 12px;
  }
}
.learnMore {
  margin-top: 12px;
  display: block;
  text-align: right;
}
.learnMore span {
  position: relative;
}
.learnMore span::after {
  width: 50px;
  height: 1px;
  background: linear-gradient(269.92deg, #fff 1.44%, rgba(255, 255, 255, 0) 99.93%);
  position: absolute;
  left: -62px;
  top: 50%;
  content: "";
  transform: translateY(-50%);
}
.ourServiceGroup {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
}
.ourServiceGroup .services {
  width: 49%;
  margin-bottom: 40px;
}
.weDoBrightly {
  text-align: center;
  width: 48.5%;
  flex-grow: 1;
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  align-self: center;
}
@media (max-width: 768px) {
  .weDoBrightly {
    margin-top: 50px;
  }
}
.weDoBrightly a {
  color: #222;
}
.weDoBrightly .heading5 {
  display: block;
  position: relative;
  font-weight: 400;
}
@media (max-width: 768px) {
  .weDoBrightly .heading5 {
    font-size: 14px;
    line-height: 1;
  }
}
.ourServiceSec {
  margin-bottom: 70px;
}
.ourServiceSec .btn-wrap {
  text-align: center;
  margin-top: 20px;
}
.ourMission {
  padding-bottom: 100px;
}
.ourMission h6 {
  color: #505050;
  font-weight: 400;
  margin-bottom: 24px;
}
.ourMission .serviceHeading {
  max-width: 910px;
  width: 100%;
}
.ourMission .serviceHeading p {
  font-size: 20px;
  line-height: 1.4;
}
.missionList {
  padding: 0 0 80px;
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 15px 30px;
}
@media (max-width: 768px) {
  .missionList {
    grid-template-columns: auto auto;
    gap: 15px;
    align-items: flex-end;
  }
}
.missionList li {
  border-bottom: 1px solid #bebebe;
}
.missionList li > div {
  display: inline-block;
  padding-bottom: 15px;
}
.missionList a {
  font-size: 20px;
  color: #222;
  display: flex;
  align-items: center;
  position: relative;
}
.missionList a span {
  width: 20px;
  height: 20px;
  margin-right: 16px;
  flex-shrink: 0;
}
.missionList a::after {
  position: absolute;
  right: -10px;
  bottom: 0;
  top: 0;
  margin: auto;
  content: "";
  height: 16px;
  width: 18px;
  transition: 0.3s all;
  opacity: 0;
  background: url("../images/our/arrow-right.webp") no-repeat center center !important;
}
.missionList a:hover::after {
  opacity: 1;
  transform: translateX(15px);
}
.counterRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  color: #fff;
  padding: 64px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
}
@media (max-width: 768px) {
  .counterRow {
    display: block;
  }
}
.counterRow .counterBx {
  padding: 0 68px;
}
@media (max-width: 1200px) {
  .counterRow .counterBx {
    padding: 0 34px;
  }
}
@media (max-width: 992px) {
  .counterRow .counterBx {
    padding: 0 18px;
  }
}
@media (max-width: 768px) {
  .counterRow .counterBx {
    margin-bottom: 40px;
  }
  .counterRow .counterBx:last-child {
    margin-bottom: 0;
  }
}
.counterRow .counterBx span {
  font-size: 60px;
}
.brands {
  padding: 40px 0 90px;
}
@media screen and (max-width: 992px) {
  .homeService .ourSevices {
    padding-top: 47px;
  }
  .ourServiceGroup .services a .des {
    padding: 16px;
  }
  .ourServiceGroup .services a .des .heading3 {
    font-size: 24px;
  }
  .ourServiceGroup .services a .des .para {
    font-size: 12px;
  }
  .ourServiceGroup .services a .des .learnMore {
    font-size: 12px;
  }
  .serviceHeading h2 {
    font-size: 32px;
  }
  .serviceHeading p {
    font-size: 20px;
    line-height: 28px;
    color: #505050;
    margin-top: 24px;
  }
  .ourMission h6 {
    font-size: 18px;
    line-height: 1.6;
  }
  .ourMission .serviceHeading h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .homeService .ourSevices {
    padding-top: 0px;
  }
  .homeService .ourSevices .ourServiceSec {
    margin-bottom: 40px;
  }
  .homeService .ourSevices .ourServiceSec .btn-wrap {
    margin-top: 10px;
  }
  .missionList {
    padding: 0 0 57px;
  }
  .missionList a::after {
    display: none;
  }
  .ourServiceGroup {
    flex-wrap: wrap;
  }
  .ourServiceGroup .services {
    width: 100%;
    margin-bottom: 10px;
  }
  .ourServiceGroup .services a .img-box img {
    min-height: 163px;
  }
  .serviceHeading h6 {
    margin-bottom: 8px;
  }
  .serviceHeading h2 {
    font-size: 24px;
    line-height: 1.41;
  }
  .ourMission {
    padding-bottom: 40px;
  }
  .ourMission h6 {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 8px;
  }
  .ourMission .serviceHeading h2 {
    font-size: 24px;
    line-height: 1.41;
  }
  .ourMission .serviceHeading p {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 8px;
  }
  .counterRow {
    padding: 32px 49px;
  }
}
.page-node-type-home-page .ourMission .serviceHeading {
  max-width: 100%;
}
.page-node-type-home-page .ourMission .serviceHeading h1 {
  max-width: 100%;
}
@media screen and (max-width: 575px) {
  .missionList a span {
    margin-right: 12px;
  }
}
.facing-challenge .brand_view_block {
  margin-bottom: -2px;
}
.upper-footer-wraper {
  position: relative;
}
.upper-footer-wraper .upper-footer-img img {
  width: 100%;
}
.upper-footer-wraper .upper-footer-text {
  width: 100%;
  color: #ffffff;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 50%);
  top: 0;
}
.upper-footer-wraper .upper-footer-text h3 {
  text-align: center;
  font-size: 60px;
  line-height: 68px;
  margin-bottom: 24px;
}
.upper-footer-wraper .upper-footer-text p {
  text-align: center;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 40px;
  padding: 0 50px;
}
.upper-footer-wraper .upper-footer-text .lets-talk {
  margin-bottom: 0;
}
.upper-footer-wraper .upper-footer-text .lets-talk a {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  padding: 13px 18px;
  margin: 0 auto;
  border: 1px solid #fff;
  white-space: nowrap;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  max-width: 127px;
}
@media screen and (min-width: 1100px) {
  .upper-footer-wraper .upper-footer-text {
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 992px) {
  .upper-footer-wraper .upper-footer-text {
    top: -20px;
  }
  .upper-footer-wraper .upper-footer-text h3 {
    font-size: 40px;
    line-height: 30px;
  }
  .upper-footer-wraper .upper-footer-text p {
    font-size: 20px;
    line-height: 20px;
  }
  .upper-footer-wraper .upper-footer-text .lets-talk a {
    padding: 10px 15px;
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .upper-footer-wraper .upper-footer-text h3 {
    font-size: 32px;
    line-height: 20px;
  }
  .upper-footer-wraper .upper-footer-text p {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 30px;
  }
  .upper-footer-wraper .upper-footer-text .lets-talk a {
    font-size: 16px;
    line-height: 24px;
  }
}
.serviceHeading.about-us {
  margin-bottom: 40px;
}
.ourMission.about-us {
  padding-bottom: 40px;
}
.ourSevices.about-us {
  padding-top: 40px;
  position: relative;
}
.services-bl-wrapper.about-us h3.text-heading {
  margin-bottom: 80px !important;
}
.services-bl-wrapper.about-us .our-m-v {
  padding: 40px;
  border-radius: 12px;
  color: #fff;
  margin-bottom: 40px;
}
.services-bl-wrapper.about-us .our-m-v:last-child {
  margin-bottom: 0;
}
.services-bl-wrapper.about-us .our-m-v p.blogs-text {
  margin-bottom: 12px;
  color: #fff;
}
.ourServiceGroup.about-us .services {
  height: 170px;
}
.ourServiceGroup.about-us a .des {
  padding: 32px 46px;
}
.ourServiceGroup.about-us a .des .para {
  margin-bottom: 8px;
}
.ourServiceGroup.about-us a .des .heading3 {
  margin-bottom: 8px;
  font-size: 32px;
}
.ourServiceGroup.about-us a .des .learnMore {
  text-align: left;
  margin-top: 0;
  padding-left: 62px;
}
@media screen and (max-width: 1024px) {
  .services-bl-wrapper.about-us h3.text-heading {
    margin-bottom: 46px !important;
  }
}
@media screen and (max-width: 768px) {
  .ourServiceGroup.about-us .services {
    margin-bottom: 16px;
    height: auto;
  }
}
@media screen and (max-width: 576px) {
  .services-bl-wrapper.about-us h3.text-heading {
    margin-bottom: 32px !important;
  }
  .services-bl-wrapper.about-us .our-m-v {
    padding: 20px 16px;
    margin-bottom: 32px;
  }
  .services-bl-wrapper.about-us .our-m-v h4 {
    font-size: 20px;
  }
  .ourMission.about-us {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .ourSevices.about-us {
    padding-top: 20px;
  }
  .ourSevices.about-us .ourServiceSec {
    margin-bottom: 50px;
  }
  .serviceHeading.about-us {
    margin-bottom: 16px;
  }
  .ourServiceGroup.about-us .services {
    height: 110px;
  }
}
.services-bl-wrapper {
  padding-top: 80px;
  padding-bottom: 80px;
}
.services-bl-wrapper h3.text-heading {
  font-weight: 400;
  color: #222;
  text-transform: none;
  max-width: 1024px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.services-bl-wrapper .content-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.services-bl-wrapper .content-wrapper .content-inner {
  max-width: 806px;
}
.services-bl-wrapper .content-wrapper .content-inner .blogs-text {
  font-size: 18px;
  line-height: 1.6;
  color: #222;
}
.services-bl-wrapper .content-wrapper .content-inner .blogs-text:first-child {
  margin-top: 80px;
}
.services-bl-wrapper .content-wrapper .content-inner .blogs-text:not(:first-child) {
  margin-top: 40px;
}
.services-bl-wrapper .content-wrapper .content-inner .blogs-text a {
  font-size: 18px;
  line-height: 1.6;
  color: inherit;
  text-decoration: underline;
}
.services-bl-wrapper .content-wrapper .content-inner .small-text.insight-head {
  font-size: 14px;
  color: #505050;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .services-bl-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .services-bl-wrapper .content-wrapper {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
  }
  .services-bl-wrapper .content-wrapper .content-inner {
    max-width: 100%;
  }
  .services-bl-wrapper .content-wrapper .content-inner .blogs-text {
    font-size: 16px;
    line-height: 1.5;
  }
  .services-bl-wrapper .content-wrapper .content-inner .blogs-text:first-child {
    margin-top: 32px;
  }
  .services-bl-wrapper .content-wrapper .content-inner .blogs-text:not(:first-child) {
    margin-top: 16px;
  }
  .services-bl-wrapper .content-wrapper .content-inner .small-text.insight-head {
    margin-top: 16px;
  }
}
.page-node-type-contact-page .services-bl-wrapper h3.text-heading {
  margin-bottom: 0;
  max-width: 914px;
}
.homeService .ourSevices {
  padding-top: 60px;
}
.serviceHeading {
  margin-bottom: 70px;
}
.serviceHeading h6 {
  margin-bottom: 24px;
  color: #505050;
}
@media (max-width: 992px) {
  .serviceHeading {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .serviceHeading {
    margin-bottom: 35px;
  }
}
.serviceHeading h1,
.serviceHeading h2 {
  color: #222;
  font-weight: 400;
  max-width: 910px;
}
.serviceHeading h2 {
  font-size: 45px;
}
.serviceHeading p {
  font-size: 20px;
  line-height: 1.4;
  color: #505050;
  margin-top: 24px;
}
.services {
  height: 100%;
}
.services a {
  position: relative;
  background-repeat: no-repeat;
  background-position: left top;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  display: block;
  color: #fff;
  overflow: hidden;
  background-size: cover;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.services a:hover {
  transform: scale(1.01);
}
.services a .img-box {
  display: block;
}
.services a .img-box img {
  width: 100%;
  border-radius: 12px;
  min-height: 235px;
}
.services a .des {
  display: block;
  padding: 30px 44px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.services .heading3 {
  margin-bottom: 12px;
  display: block;
  font-size: 40px;
  line-height: 1.25;
  font-weight: 400;
  font-weight: 400;
}
.services .para {
  display: block;
}
@media (max-width: 768px) {
  .services .para {
    font-size: 12px;
  }
}
.learnMore {
  margin-top: 12px;
  display: block;
  text-align: right;
}
.learnMore span {
  position: relative;
}
.learnMore span::after {
  width: 50px;
  height: 1px;
  background: linear-gradient(269.92deg, #fff 1.44%, rgba(255, 255, 255, 0) 99.93%);
  position: absolute;
  left: -62px;
  top: 50%;
  content: "";
  transform: translateY(-50%);
}
.ourServiceGroup {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
}
.ourServiceGroup .services {
  width: 49%;
  margin-bottom: 40px;
}
.weDoBrightly {
  text-align: center;
  width: 48.5%;
  flex-grow: 1;
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  align-self: center;
}
@media (max-width: 768px) {
  .weDoBrightly {
    margin-top: 50px;
  }
}
.weDoBrightly a {
  color: #222;
}
.weDoBrightly .heading5 {
  display: block;
  position: relative;
  font-weight: 400;
}
@media (max-width: 768px) {
  .weDoBrightly .heading5 {
    font-size: 14px;
    line-height: 1;
  }
}
.ourServiceSec {
  margin-bottom: 70px;
}
.ourServiceSec .btn-wrap {
  text-align: center;
  margin-top: 20px;
}
.ourMission {
  padding-bottom: 100px;
}
.ourMission h6 {
  color: #505050;
  font-weight: 400;
  margin-bottom: 24px;
}
.ourMission .serviceHeading {
  max-width: 910px;
  width: 100%;
}
.ourMission .serviceHeading p {
  font-size: 20px;
  line-height: 1.4;
}
.missionList {
  padding: 0 0 80px;
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 15px 30px;
}
@media (max-width: 768px) {
  .missionList {
    grid-template-columns: auto auto;
    gap: 15px;
    align-items: flex-end;
  }
}
.missionList li {
  border-bottom: 1px solid #bebebe;
}
.missionList li > div {
  display: inline-block;
  padding-bottom: 15px;
}
.missionList a {
  font-size: 20px;
  color: #222;
  display: flex;
  align-items: center;
  position: relative;
}
.missionList a span {
  width: 20px;
  height: 20px;
  margin-right: 16px;
  flex-shrink: 0;
}
.missionList a::after {
  position: absolute;
  right: -10px;
  bottom: 0;
  top: 0;
  margin: auto;
  content: "";
  height: 16px;
  width: 18px;
  transition: 0.3s all;
  opacity: 0;
  background: url("../images/our/arrow-right.webp") no-repeat center center !important;
}
.missionList a:hover::after {
  opacity: 1;
  transform: translateX(15px);
}
.counterRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  color: #fff;
  padding: 64px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
}
@media (max-width: 768px) {
  .counterRow {
    display: block;
  }
}
.counterRow .counterBx {
  padding: 0 68px;
}
@media (max-width: 1200px) {
  .counterRow .counterBx {
    padding: 0 34px;
  }
}
@media (max-width: 992px) {
  .counterRow .counterBx {
    padding: 0 18px;
  }
}
@media (max-width: 768px) {
  .counterRow .counterBx {
    margin-bottom: 40px;
  }
  .counterRow .counterBx:last-child {
    margin-bottom: 0;
  }
}
.counterRow .counterBx span {
  font-size: 60px;
}
.brands {
  padding: 40px 0 90px;
}
@media screen and (max-width: 992px) {
  .homeService .ourSevices {
    padding-top: 47px;
  }
  .ourServiceGroup .services a .des {
    padding: 16px;
  }
  .ourServiceGroup .services a .des .heading3 {
    font-size: 24px;
  }
  .ourServiceGroup .services a .des .para {
    font-size: 12px;
  }
  .ourServiceGroup .services a .des .learnMore {
    font-size: 12px;
  }
  .serviceHeading h2 {
    font-size: 32px;
  }
  .serviceHeading p {
    font-size: 20px;
    line-height: 28px;
    color: #505050;
    margin-top: 24px;
  }
  .ourMission h6 {
    font-size: 18px;
    line-height: 1.6;
  }
  .ourMission .serviceHeading h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .homeService .ourSevices {
    padding-top: 0px;
  }
  .homeService .ourSevices .ourServiceSec {
    margin-bottom: 40px;
  }
  .homeService .ourSevices .ourServiceSec .btn-wrap {
    margin-top: 10px;
  }
  .missionList {
    padding: 0 0 57px;
  }
  .missionList a::after {
    display: none;
  }
  .ourServiceGroup {
    flex-wrap: wrap;
  }
  .ourServiceGroup .services {
    width: 100%;
    margin-bottom: 10px;
  }
  .ourServiceGroup .services a .img-box img {
    min-height: 163px;
  }
  .serviceHeading h6 {
    margin-bottom: 8px;
  }
  .serviceHeading h2 {
    font-size: 24px;
    line-height: 1.41;
  }
  .ourMission {
    padding-bottom: 40px;
  }
  .ourMission h6 {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 8px;
  }
  .ourMission .serviceHeading h2 {
    font-size: 24px;
    line-height: 1.41;
  }
  .ourMission .serviceHeading p {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 8px;
  }
  .counterRow {
    padding: 32px 49px;
  }
}
.page-node-type-home-page .ourMission .serviceHeading {
  max-width: 100%;
}
.page-node-type-home-page .ourMission .serviceHeading h1 {
  max-width: 100%;
}
@media screen and (max-width: 575px) {
  .missionList a span {
    margin-right: 12px;
  }
}
.page-node-type-contact-page .read-also .testimonial-read-also {
  border-top: 1px solid #bebebe;
  padding-top: 80px;
  position: relative;
}
.page-node-type-contact-page .read-also .testimonial-read-also .container::before {
  content: "";
  background: url("../images/our/start8.webp") no-repeat;
  position: absolute;
  top: -9px;
  width: 15px;
  height: 16px;
}
.page-node-type-contact-page .read-also .learnMore {
  text-align: left;
  margin-left: 60px;
}
@media screen and (max-width: 768px) {
  .page-node-type-contact-page .read-also .testimonial-read-also {
    padding-top: 47px;
  }
}
.facing-challenge .brand_view_block {
  margin-bottom: -2px;
}
.upper-footer-wraper {
  position: relative;
}
.upper-footer-wraper .upper-footer-img img {
  width: 100%;
}
.upper-footer-wraper .upper-footer-text {
  width: 100%;
  color: #ffffff;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 50%);
  top: 0;
}
.upper-footer-wraper .upper-footer-text h3 {
  text-align: center;
  font-size: 60px;
  line-height: 68px;
  margin-bottom: 24px;
}
.upper-footer-wraper .upper-footer-text p {
  text-align: center;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 40px;
  padding: 0 50px;
}
.upper-footer-wraper .upper-footer-text .lets-talk {
  margin-bottom: 0;
}
.upper-footer-wraper .upper-footer-text .lets-talk a {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  padding: 13px 18px;
  margin: 0 auto;
  border: 1px solid #fff;
  white-space: nowrap;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  max-width: 127px;
}
@media screen and (min-width: 1100px) {
  .upper-footer-wraper .upper-footer-text {
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 992px) {
  .upper-footer-wraper .upper-footer-text {
    top: -20px;
  }
  .upper-footer-wraper .upper-footer-text h3 {
    font-size: 40px;
    line-height: 30px;
  }
  .upper-footer-wraper .upper-footer-text p {
    font-size: 20px;
    line-height: 20px;
  }
  .upper-footer-wraper .upper-footer-text .lets-talk a {
    padding: 10px 15px;
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .upper-footer-wraper .upper-footer-text h3 {
    font-size: 32px;
    line-height: 20px;
  }
  .upper-footer-wraper .upper-footer-text p {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 30px;
  }
  .upper-footer-wraper .upper-footer-text .lets-talk a {
    font-size: 16px;
    line-height: 24px;
  }
}
#block-views-block-banner-block-block-1 .innerPage-body {
  display: block;
  position: relative;
}
#block-views-block-banner-block-block-1 .innerPage-body .banner-img img {
  width: 100%;
}
#block-views-block-banner-block-block-1 .innerPage-body .banner-description {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-width: 806px;
  width: 100%;
}
#block-views-block-banner-block-block-1 .innerPage-body .banner-description h2 {
  color: #fff;
  margin-bottom: 16px;
}
#block-views-block-banner-block-block-1 .innerPage-body .banner-description p {
  color: #fff;
}
@media screen and (max-width: 1024px) {
  #block-views-block-banner-block-block-1 .innerPage-body .banner-img {
    min-height: 440px;
    height: auto;
  }
  #block-views-block-banner-block-block-1 .innerPage-body .banner-img img {
    height: 440px;
  }
  #block-views-block-banner-block-block-1 .innerPage-body .banner-description {
    max-width: 80%;
    width: 100%;
  }
}
.leadership-Listing h2.leadership-section-text {
  margin-top: 85px;
  font-weight: 400;
  font-size: 60px;
  line-height: 68px;
  color: #222;
  margin-bottom: 80px;
}
.leadership-Listing .profile-content-wrapper #block-views-block-leadership-block-1 > div > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  flex-wrap: wrap;
  row-gap: 100px;
}
.leadership-Listing .profile-content-wrapper #block-views-block-leadership-block-1 > div > div .views-row {
  width: calc(50% - 40px);
}
.leadership-Listing
  .profile-content-wrapper
  #block-views-block-leadership-block-1
  > div
  > div
  .views-row
  .field-content {
  font-size: 16px;
  line-height: 24px;
  color: #505050;
}
.leadership-Listing
  .profile-content-wrapper
  #block-views-block-leadership-block-1
  > div
  > div
  .views-row
  .field-content
  img {
  float: left;
  margin-right: 40px;
  border-radius: 4px;
}
.leadership-Listing
  .profile-content-wrapper
  #block-views-block-leadership-block-1
  > div
  > div
  .views-row
  .field-content
  a {
  display: block;
  font-size: 32px;
  line-height: 40px;
  color: #222;
  text-decoration: none;
  margin-bottom: 8px;
}
.leadership-Listing
  .profile-content-wrapper
  #block-views-block-leadership-block-1
  > div
  > div
  .views-row
  .field-content
  p {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
  color: #222;
}
.leadership-Listing
  .profile-content-wrapper
  #block-views-block-leadership-block-1
  > div
  > div
  .views-row
  .field-content
  .tell_me_more_leadership
  a {
  font-size: 16px;
  line-height: 24px;
  color: #0a142a;
  margin-bottom: 0;
  background: url("../images/our/arrow-right.webp") no-repeat 80% center;
  width: 155px;
  display: inline-block;
}
.country-delivery {
  padding: 80px 0;
}
.country-delivery h2 {
  margin-bottom: 60px;
}
.country-delivery .delivery-wrapper {
  display: flex;
  flex-wrap: wrap;
  row-gap: 70px;
  column-gap: 10px;
}
.country-delivery .delivery-wrapper .views-row {
  flex: 0 0 32%;
}
.country-delivery .delivery-wrapper .views-row img {
  border-radius: 4px;
}
.country-delivery .delivery-wrapper .views-row a {
  display: block;
  font-size: 32px;
  line-height: 40px;
  color: #222;
  text-decoration: none;
  margin: 16px 0 10px;
}
@media screen and (max-width: 991px) {
  .country-delivery {
    padding: 60px 0;
  }
  .country-delivery .delivery-wrapper {
    column-gap: 30px;
  }
  .country-delivery .delivery-wrapper .views-row {
    flex: 0 0 46%;
  }
  .country-delivery .delivery-wrapper .views-row a {
    display: block;
    font-size: 24px;
    line-height: 30px;
  }
}
@media screen and (max-width: 992px) {
  .leadership-Listing .profile-content-wrapper #block-views-block-leadership-block-1 > div > div .views-row {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .leadership-Listing h2.leadership-section-text {
    margin-top: 47px;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 40px;
  }
  .leadership-Listing .profile-content-wrapper #block-views-block-leadership-block-1 > div > div {
    row-gap: 40px;
  }
  .leadership-Listing .profile-content-wrapper #block-views-block-leadership-block-1 > div > div .views-row {
    width: 100%;
  }
  .leadership-Listing
    .profile-content-wrapper
    #block-views-block-leadership-block-1
    > div
    > div
    .views-row
    .field-content {
    font-size: 14px;
    line-height: 20px;
  }
  .leadership-Listing
    .profile-content-wrapper
    #block-views-block-leadership-block-1
    > div
    > div
    .views-row
    .field-content
    img {
    margin-right: 0;
    float: none;
    margin-bottom: 20px;
  }
  .leadership-Listing
    .profile-content-wrapper
    #block-views-block-leadership-block-1
    > div
    > div
    .views-row
    .field-content
    a {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 8px;
  }
  .leadership-Listing
    .profile-content-wrapper
    #block-views-block-leadership-block-1
    > div
    > div
    .views-row
    .field-content
    p {
    display: block;
    margin-top: 12px;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 12px;
  }
  .leadership-Listing
    .profile-content-wrapper
    #block-views-block-leadership-block-1
    > div
    > div
    .views-row
    .field-content
    .tell_me_more_leadership
    a {
    font-size: 14px;
    line-height: 20px;
    width: 130px;
  }
}
.homeService .ourSevices {
  padding-top: 60px;
}
.serviceHeading {
  margin-bottom: 70px;
}
.serviceHeading h6 {
  margin-bottom: 24px;
  color: #505050;
}
@media (max-width: 992px) {
  .serviceHeading {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .serviceHeading {
    margin-bottom: 35px;
  }
}
.serviceHeading h1,
.serviceHeading h2 {
  color: #222;
  font-weight: 400;
  max-width: 910px;
}
.serviceHeading h2 {
  font-size: 45px;
}
.serviceHeading p {
  font-size: 20px;
  line-height: 1.4;
  color: #505050;
  margin-top: 24px;
}
.services {
  height: 100%;
}
.services a {
  position: relative;
  background-repeat: no-repeat;
  background-position: left top;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  display: block;
  color: #fff;
  overflow: hidden;
  background-size: cover;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.services a:hover {
  transform: scale(1.01);
}
.services a .img-box {
  display: block;
}
.services a .img-box img {
  width: 100%;
  border-radius: 12px;
  min-height: 235px;
}
.services a .des {
  display: block;
  padding: 30px 44px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.services .heading3 {
  margin-bottom: 12px;
  display: block;
  font-size: 40px;
  line-height: 1.25;
  font-weight: 400;
  font-weight: 400;
}
.services .para {
  display: block;
}
@media (max-width: 768px) {
  .services .para {
    font-size: 12px;
  }
}
.learnMore {
  margin-top: 12px;
  display: block;
  text-align: right;
}
.learnMore span {
  position: relative;
}
.learnMore span::after {
  width: 50px;
  height: 1px;
  background: linear-gradient(269.92deg, #fff 1.44%, rgba(255, 255, 255, 0) 99.93%);
  position: absolute;
  left: -62px;
  top: 50%;
  content: "";
  transform: translateY(-50%);
}
.ourServiceGroup {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
}
.ourServiceGroup .services {
  width: 49%;
  margin-bottom: 40px;
}
.weDoBrightly {
  text-align: center;
  width: 48.5%;
  flex-grow: 1;
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  align-self: center;
}
@media (max-width: 768px) {
  .weDoBrightly {
    margin-top: 50px;
  }
}
.weDoBrightly a {
  color: #222;
}
.weDoBrightly .heading5 {
  display: block;
  position: relative;
  font-weight: 400;
}
@media (max-width: 768px) {
  .weDoBrightly .heading5 {
    font-size: 14px;
    line-height: 1;
  }
}
.ourServiceSec {
  margin-bottom: 70px;
}
.ourServiceSec .btn-wrap {
  text-align: center;
  margin-top: 20px;
}
.ourMission {
  padding-bottom: 100px;
}
.ourMission h6 {
  color: #505050;
  font-weight: 400;
  margin-bottom: 24px;
}
.ourMission .serviceHeading {
  max-width: 910px;
  width: 100%;
}
.ourMission .serviceHeading p {
  font-size: 20px;
  line-height: 1.4;
}
.missionList {
  padding: 0 0 80px;
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 15px 30px;
}
@media (max-width: 768px) {
  .missionList {
    grid-template-columns: auto auto;
    gap: 15px;
    align-items: flex-end;
  }
}
.missionList li {
  border-bottom: 1px solid #bebebe;
}
.missionList li > div {
  display: inline-block;
  padding-bottom: 15px;
}
.missionList a {
  font-size: 20px;
  color: #222;
  display: flex;
  align-items: center;
  position: relative;
}
.missionList a span {
  width: 20px;
  height: 20px;
  margin-right: 16px;
  flex-shrink: 0;
}
.missionList a::after {
  position: absolute;
  right: -10px;
  bottom: 0;
  top: 0;
  margin: auto;
  content: "";
  height: 16px;
  width: 18px;
  transition: 0.3s all;
  opacity: 0;
  background: url("../images/our/arrow-right.webp") no-repeat center center !important;
}
.missionList a:hover::after {
  opacity: 1;
  transform: translateX(15px);
}
.counterRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  color: #fff;
  padding: 64px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
}
@media (max-width: 768px) {
  .counterRow {
    display: block;
  }
}
.counterRow .counterBx {
  padding: 0 68px;
}
@media (max-width: 1200px) {
  .counterRow .counterBx {
    padding: 0 34px;
  }
}
@media (max-width: 992px) {
  .counterRow .counterBx {
    padding: 0 18px;
  }
}
@media (max-width: 768px) {
  .counterRow .counterBx {
    margin-bottom: 40px;
  }
  .counterRow .counterBx:last-child {
    margin-bottom: 0;
  }
}
.counterRow .counterBx span {
  font-size: 60px;
}
.brands {
  padding: 40px 0 90px;
}
@media screen and (max-width: 992px) {
  .homeService .ourSevices {
    padding-top: 47px;
  }
  .ourServiceGroup .services a .des {
    padding: 16px;
  }
  .ourServiceGroup .services a .des .heading3 {
    font-size: 24px;
  }
  .ourServiceGroup .services a .des .para {
    font-size: 12px;
  }
  .ourServiceGroup .services a .des .learnMore {
    font-size: 12px;
  }
  .serviceHeading h2 {
    font-size: 32px;
  }
  .serviceHeading p {
    font-size: 20px;
    line-height: 28px;
    color: #505050;
    margin-top: 24px;
  }
  .ourMission h6 {
    font-size: 18px;
    line-height: 1.6;
  }
  .ourMission .serviceHeading h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .homeService .ourSevices {
    padding-top: 0px;
  }
  .homeService .ourSevices .ourServiceSec {
    margin-bottom: 40px;
  }
  .homeService .ourSevices .ourServiceSec .btn-wrap {
    margin-top: 10px;
  }
  .missionList {
    padding: 0 0 57px;
  }
  .missionList a::after {
    display: none;
  }
  .ourServiceGroup {
    flex-wrap: wrap;
  }
  .ourServiceGroup .services {
    width: 100%;
    margin-bottom: 10px;
  }
  .ourServiceGroup .services a .img-box img {
    min-height: 163px;
  }
  .serviceHeading h6 {
    margin-bottom: 8px;
  }
  .serviceHeading h2 {
    font-size: 24px;
    line-height: 1.41;
  }
  .ourMission {
    padding-bottom: 40px;
  }
  .ourMission h6 {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 8px;
  }
  .ourMission .serviceHeading h2 {
    font-size: 24px;
    line-height: 1.41;
  }
  .ourMission .serviceHeading p {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 8px;
  }
  .counterRow {
    padding: 32px 49px;
  }
}
.page-node-type-home-page .ourMission .serviceHeading {
  max-width: 100%;
}
.page-node-type-home-page .ourMission .serviceHeading h1 {
  max-width: 100%;
}
@media screen and (max-width: 575px) {
  .missionList a span {
    margin-right: 12px;
  }
}
.homeService .ourSevices {
  padding-top: 60px;
}
.serviceHeading {
  margin-bottom: 70px;
}
.serviceHeading h6 {
  margin-bottom: 24px;
  color: #505050;
}
@media (max-width: 992px) {
  .serviceHeading {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .serviceHeading {
    margin-bottom: 35px;
  }
}
.serviceHeading h1,
.serviceHeading h2 {
  color: #222;
  font-weight: 400;
  max-width: 910px;
}
.serviceHeading h2 {
  font-size: 45px;
}
.serviceHeading p {
  font-size: 20px;
  line-height: 1.4;
  color: #505050;
  margin-top: 24px;
}
.services {
  height: 100%;
}
.services a {
  position: relative;
  background-repeat: no-repeat;
  background-position: left top;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  display: block;
  color: #fff;
  overflow: hidden;
  background-size: cover;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.services a:hover {
  transform: scale(1.01);
}
.services a .img-box {
  display: block;
}
.services a .img-box img {
  width: 100%;
  border-radius: 12px;
  min-height: 235px;
}
.services a .des {
  display: block;
  padding: 30px 44px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.services .heading3 {
  margin-bottom: 12px;
  display: block;
  font-size: 40px;
  line-height: 1.25;
  font-weight: 400;
  font-weight: 400;
}
.services .para {
  display: block;
}
@media (max-width: 768px) {
  .services .para {
    font-size: 12px;
  }
}
.learnMore {
  margin-top: 12px;
  display: block;
  text-align: right;
}
.learnMore span {
  position: relative;
}
.learnMore span::after {
  width: 50px;
  height: 1px;
  background: linear-gradient(269.92deg, #fff 1.44%, rgba(255, 255, 255, 0) 99.93%);
  position: absolute;
  left: -62px;
  top: 50%;
  content: "";
  transform: translateY(-50%);
}
.ourServiceGroup {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
}
.ourServiceGroup .services {
  width: 49%;
  margin-bottom: 40px;
}
.weDoBrightly {
  text-align: center;
  width: 48.5%;
  flex-grow: 1;
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  align-self: center;
}
@media (max-width: 768px) {
  .weDoBrightly {
    margin-top: 50px;
  }
}
.weDoBrightly a {
  color: #222;
}
.weDoBrightly .heading5 {
  display: block;
  position: relative;
  font-weight: 400;
}
@media (max-width: 768px) {
  .weDoBrightly .heading5 {
    font-size: 14px;
    line-height: 1;
  }
}
.ourServiceSec {
  margin-bottom: 70px;
}
.ourServiceSec .btn-wrap {
  text-align: center;
  margin-top: 20px;
}
.ourMission {
  padding-bottom: 100px;
}
.ourMission h6 {
  color: #505050;
  font-weight: 400;
  margin-bottom: 24px;
}
.ourMission .serviceHeading {
  max-width: 910px;
  width: 100%;
}
.ourMission .serviceHeading p {
  font-size: 20px;
  line-height: 1.4;
}
.missionList {
  padding: 0 0 80px;
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 15px 30px;
}
@media (max-width: 768px) {
  .missionList {
    grid-template-columns: auto auto;
    gap: 15px;
    align-items: flex-end;
  }
}
.missionList li {
  border-bottom: 1px solid #bebebe;
}
.missionList li > div {
  display: inline-block;
  padding-bottom: 15px;
}
.missionList a {
  font-size: 20px;
  color: #222;
  display: flex;
  align-items: center;
  position: relative;
}
.missionList a span {
  width: 20px;
  height: 20px;
  margin-right: 16px;
  flex-shrink: 0;
}
.missionList a::after {
  position: absolute;
  right: -10px;
  bottom: 0;
  top: 0;
  margin: auto;
  content: "";
  height: 16px;
  width: 18px;
  transition: 0.3s all;
  opacity: 0;
  background: url("../images/our/arrow-right.webp") no-repeat center center !important;
}
.missionList a:hover::after {
  opacity: 1;
  transform: translateX(15px);
}
.counterRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  color: #fff;
  padding: 64px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
}
@media (max-width: 768px) {
  .counterRow {
    display: block;
  }
}
.counterRow .counterBx {
  padding: 0 68px;
}
@media (max-width: 1200px) {
  .counterRow .counterBx {
    padding: 0 34px;
  }
}
@media (max-width: 992px) {
  .counterRow .counterBx {
    padding: 0 18px;
  }
}
@media (max-width: 768px) {
  .counterRow .counterBx {
    margin-bottom: 40px;
  }
  .counterRow .counterBx:last-child {
    margin-bottom: 0;
  }
}
.counterRow .counterBx span {
  font-size: 60px;
}
.brands {
  padding: 40px 0 90px;
}
@media screen and (max-width: 992px) {
  .homeService .ourSevices {
    padding-top: 47px;
  }
  .ourServiceGroup .services a .des {
    padding: 16px;
  }
  .ourServiceGroup .services a .des .heading3 {
    font-size: 24px;
  }
  .ourServiceGroup .services a .des .para {
    font-size: 12px;
  }
  .ourServiceGroup .services a .des .learnMore {
    font-size: 12px;
  }
  .serviceHeading h2 {
    font-size: 32px;
  }
  .serviceHeading p {
    font-size: 20px;
    line-height: 28px;
    color: #505050;
    margin-top: 24px;
  }
  .ourMission h6 {
    font-size: 18px;
    line-height: 1.6;
  }
  .ourMission .serviceHeading h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .homeService .ourSevices {
    padding-top: 0px;
  }
  .homeService .ourSevices .ourServiceSec {
    margin-bottom: 40px;
  }
  .homeService .ourSevices .ourServiceSec .btn-wrap {
    margin-top: 10px;
  }
  .missionList {
    padding: 0 0 57px;
  }
  .missionList a::after {
    display: none;
  }
  .ourServiceGroup {
    flex-wrap: wrap;
  }
  .ourServiceGroup .services {
    width: 100%;
    margin-bottom: 10px;
  }
  .ourServiceGroup .services a .img-box img {
    min-height: 163px;
  }
  .serviceHeading h6 {
    margin-bottom: 8px;
  }
  .serviceHeading h2 {
    font-size: 24px;
    line-height: 1.41;
  }
  .ourMission {
    padding-bottom: 40px;
  }
  .ourMission h6 {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 8px;
  }
  .ourMission .serviceHeading h2 {
    font-size: 24px;
    line-height: 1.41;
  }
  .ourMission .serviceHeading p {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 8px;
  }
  .counterRow {
    padding: 32px 49px;
  }
}
.page-node-type-home-page .ourMission .serviceHeading {
  max-width: 100%;
}
.page-node-type-home-page .ourMission .serviceHeading h1 {
  max-width: 100%;
}
@media screen and (max-width: 575px) {
  .missionList a span {
    margin-right: 12px;
  }
}
.page-node-type-contact-page .read-also .testimonial-read-also {
  border-top: 1px solid #bebebe;
  padding-top: 80px;
  position: relative;
}
.page-node-type-contact-page .read-also .testimonial-read-also .container::before {
  content: "";
  background: url("../images/our/start8.webp") no-repeat;
  position: absolute;
  top: -9px;
  width: 15px;
  height: 16px;
}
.page-node-type-contact-page .read-also .learnMore {
  text-align: left;
  margin-left: 60px;
}
@media screen and (max-width: 768px) {
  .page-node-type-contact-page .read-also .testimonial-read-also {
    padding-top: 47px;
  }
}
.white-border-btn {
  margin-top: 24px;
}
.white-border-btn .white-button {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: max-content;
  column-gap: 10px;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border: 1px solid white;
  border-radius: 4px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  padding: 13px 18px;
}
#block-views-block-show-brands-block-4,
.brand_view_block {
  margin-bottom: 80px;
}
#block-views-block-show-brands-block-4 h2,
.brand_view_block h2 {
  font-size: 20px;
  margin-bottom: 32px;
  color: #505050;
}
#block-views-block-show-brands-block-4 .brand-main,
.brand_view_block .brand-main {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline;
  -webkit-justify-content: space-evenly;
  -moz-justify-content: space-evenly;
  -ms-justify-content: space-evenly;
  justify-content: space-evenly;
  -ms-flex-pack: space-evenly;
  flex-wrap: wrap;
  column-gap: 80px;
  row-gap: 80px;
}
#block-views-block-show-brands-block-4 .brand-main .views-row,
.brand_view_block .brand-main .views-row {
  margin-bottom: 15px;
}
@media screen and (max-width: 992px) {
  #block-views-block-show-brands-block-4 h2,
  .brand_view_block h2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  #block-views-block-show-brands-block-4,
  .brand_view_block {
    margin-bottom: 35px;
  }
  #block-views-block-show-brands-block-4 h2,
  .brand_view_block h2 {
    font-size: 16px;
    line-height: 24px;
  }
  #block-views-block-show-brands-block-4 .brand-main,
  .brand_view_block .brand-main {
    column-gap: 30px;
    row-gap: 40px;
  }
}
.page-node-type-contact-page .our-partner-logos {
  border-bottom: 1px solid #bebebe;
  margin-bottom: 80px;
  position: relative;
}
.page-node-type-contact-page .our-partner-logos .container::before {
  content: "";
  background: url("../images/our/start8.webp") no-repeat;
  position: absolute;
  bottom: -9px;
  width: 15px;
  height: 16px;
}
.page-node-type-contact-page .our-partner-logos h2 {
  font-size: 40px !important;
  line-height: 50px;
}
#block-views-block-our-partners-view-block-1 {
  margin-top: 80px;
  margin-bottom: 80px;
}
#block-views-block-our-partners-view-block-1 h2 {
  font-size: 20px;
  margin-bottom: 30px;
  color: #505050;
}
#block-views-block-our-partners-view-block-1 > div > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-evenly;
  -moz-justify-content: space-evenly;
  -ms-justify-content: space-evenly;
  justify-content: space-evenly;
  -ms-flex-pack: space-evenly;
  flex-wrap: wrap;
  column-gap: 80px;
  margin-bottom: 115px;
  row-gap: 80px;
}
@media screen and (max-width: 992px) {
  .page-node-type-contact-page .ourServiceGroup .services a .des .para {
    font-size: 16px;
  }
  .page-node-type-contact-page .ourServiceGroup .services a .des .learnMore {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .page-node-type-contact-page .ourServiceGroup .services a .des .para {
    font-size: 14px;
  }
  .page-node-type-contact-page .our-partner-logos {
    margin-bottom: 40px;
  }
  #block-views-block-our-partners-view-block-1 {
    margin-bottom: 40px;
  }
  #block-views-block-our-partners-view-block-1 > div > div {
    column-gap: 40px;
    margin-bottom: 50px;
    row-gap: 40px;
  }
}
#block-views-block-banner-block-block-1 span.field-content,
#block-views-block-banner-block-block-1 .-nid.views-row {
  display: block;
  position: relative;
}
#block-views-block-banner-block-block-1 span.field-content .banner-image img,
#block-views-block-banner-block-block-1 .-nid.views-row .banner-image img {
  width: 100%;
}
#block-views-block-banner-block-block-1 span.field-content .container,
#block-views-block-banner-block-block-1 .-nid.views-row .container {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#block-views-block-banner-block-block-1 span.field-content .container .banner-description,
#block-views-block-banner-block-block-1 .-nid.views-row .container .banner-description {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-width: 806px;
  width: 100%;
}
#block-views-block-banner-block-block-1 span.field-content .container .banner-description h2,
#block-views-block-banner-block-block-1 span.field-content .container .banner-description h1,
#block-views-block-banner-block-block-1 .-nid.views-row .container .banner-description h2,
#block-views-block-banner-block-block-1 .-nid.views-row .container .banner-description h1 {
  color: #fff;
  margin-bottom: 16px;
  font-family: "MADE TOMMY", sans-serif;
}
#block-views-block-banner-block-block-1 span.field-content .container .banner-description p,
#block-views-block-banner-block-block-1 .-nid.views-row .container .banner-description p {
  color: #e7e4e1;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 40px;
}
#block-views-block-banner-block-block-1 span.field-content .container .banner-description .breadcrumbs-section ol,
#block-views-block-banner-block-block-1 .-nid.views-row .container .banner-description .breadcrumbs-section ol {
  list-style-type: none;
  margin-bottom: 16px;
  padding: 0;
  overflow: hidden;
}
#block-views-block-banner-block-block-1 span.field-content .container .banner-description .breadcrumbs-section ol li,
#block-views-block-banner-block-block-1 .-nid.views-row .container .banner-description .breadcrumbs-section ol li {
  float: left;
  margin-right: 16px;
  position: relative;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  display: block;
  color: #e7e4e1;
  cursor: pointer;
}
#block-views-block-banner-block-block-1 span.field-content .container .banner-description .breadcrumbs-section ol li a,
#block-views-block-banner-block-block-1 .-nid.views-row .container .banner-description .breadcrumbs-section ol li a {
  color: #e7e4e1;
  text-decoration: none;
  outline: none;
}
#block-views-block-banner-block-block-1
  span.field-content
  .container
  .banner-description
  .breadcrumbs-section
  ol
  li::after,
#block-views-block-banner-block-block-1
  .-nid.views-row
  .container
  .banner-description
  .breadcrumbs-section
  ol
  li::after {
  content: "/";
  position: absolute;
  right: -13px;
}
#block-views-block-banner-block-block-1
  span.field-content
  .container
  .banner-description
  .breadcrumbs-section
  ol
  li:last-child::after,
#block-views-block-banner-block-block-1
  .-nid.views-row
  .container
  .banner-description
  .breadcrumbs-section
  ol
  li:last-child::after {
  content: none;
}
@media screen and (max-width: 1440px) {
  span.field-content .banner-image img,
  .-nid.views-row .banner-image img {
    height: 100vh;
    object-fit: cover;
  }
}
@media screen and (max-width: 1023px) {
  #block-views-block-banner-block-block-1 span.field-content .banner-image img,
  #block-views-block-banner-block-block-1 .-nid.views-row .banner-image img {
    height: 90vh;
  }
}
@media screen and (max-width: 768px) {
  #block-views-block-banner-block-block-1 span.field-content .container .banner-description,
  #block-views-block-banner-block-block-1 .-nid.views-row .container .banner-description {
    max-width: 80%;
    width: 100%;
    transform: translateY(-30%);
  }
  #block-views-block-banner-block-block-1 span.field-content .container .banner-description h2,
  #block-views-block-banner-block-block-1 span.field-content .container .banner-description h1,
  #block-views-block-banner-block-block-1 .-nid.views-row .container .banner-description h2,
  #block-views-block-banner-block-block-1 .-nid.views-row .container .banner-description h1 {
    margin-bottom: 8px;
  }
  #block-views-block-banner-block-block-1 span.field-content .container .banner-description p,
  #block-views-block-banner-block-block-1 .-nid.views-row .container .banner-description p {
    font-size: 16px;
    line-height: 24px;
  }
  #block-views-block-banner-block-block-1 span.field-content .container .banner-description .breadcrumbs-section ol,
  #block-views-block-banner-block-block-1 .-nid.views-row .container .banner-description .breadcrumbs-section ol {
    margin-bottom: 8px;
  }
  #block-views-block-banner-block-block-1 span.field-content .container .banner-description .breadcrumbs-section ol li,
  #block-views-block-banner-block-block-1 .-nid.views-row .container .banner-description .breadcrumbs-section ol li {
    margin-right: 14px;
    font-size: 16px;
    line-height: 24px;
  }
  #block-views-block-banner-block-block-1
    span.field-content
    .container
    .banner-description
    .breadcrumbs-section
    ol
    li::after,
  #block-views-block-banner-block-block-1
    .-nid.views-row
    .container
    .banner-description
    .breadcrumbs-section
    ol
    li::after {
    right: -12px;
  }
}
@media screen and (max-width: 576px) {
  #block-views-block-banner-block-block-1 span.field-content .container .banner-description p,
  #block-views-block-banner-block-block-1 .-nid.views-row .container .banner-description p {
    font-size: 14px;
    line-height: 20px;
  }
  #block-views-block-banner-block-block-1 span.field-content .container .banner-description .breadcrumbs-section ol li,
  #block-views-block-banner-block-block-1 .-nid.views-row .container .banner-description .breadcrumbs-section ol li {
    font-size: 14px;
    line-height: 20px;
  }
}
.leadership-body + .leadership-Listing {
  border-top: 1px solid #bebebe;
  position: relative;
  padding-bottom: 100px;
}
.leadership-body + .leadership-Listing .container::before {
  content: "";
  background: url("../images/our/start8.webp") no-repeat;
  position: absolute;
  top: -9px;
  width: 15px;
  height: 16px;
}
.testimonial-content-wrapper {
  padding-top: 80px;
}
.testimonial-content-wrapper .testimonial-header-text p {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #505050;
  margin-bottom: 24px;
}
.testimonial-content-wrapper .views-element-container h2 {
  font-weight: 400;
  font-size: 60px;
  line-height: 68px;
  color: #222;
  margin-bottom: 120px;
}
.testimonial-content-wrapper .views-element-container .views-row {
  margin-top: 40px;
  margin-left: 210px;
  max-width: 806px;
  border-bottom: 1px solid #bebebe;
  padding-bottom: 50px;
}
.testimonial-content-wrapper .views-element-container .views-row .field-content {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #505050;
}
.testimonial-content-wrapper .views-element-container .views-row .field-content .testi-auth-wrap {
  text-align: right;
}
.testimonial-content-wrapper .views-element-container .views-row .field-content .testi-auth-wrap img {
  display: inline-block;
  margin-right: 16px;
}
.testimonial-content-wrapper .views-element-container .views-row .field-content a {
  position: absolute;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: #222;
  margin-top: 14px;
}
.testimonial-content-wrapper .views-element-container .views-row .field-content .testimonial-content {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #222;
  margin: 16px 0 16px;
}
.testimonial-content-wrapper .views-element-container .views-row .field-content .testimonial-content + img {
  display: inline-block;
  margin-right: 11px;
}
.testimonial-content-wrapper .views-element-container .js-pager__items.pager {
  margin-top: 100px;
  margin-bottom: 20px;
}
.testimonial-content-wrapper .views-element-container .js-pager__items.pager .pager__item {
  text-align: center;
}
.testimonial-content-wrapper .views-element-container .js-pager__items.pager .pager__item a {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  border: 1px solid #bebebe;
  padding: 13px 18px;
  color: #0a142a;
  text-decoration: none;
  outline: none;
  border-radius: 4px;
  text-transform: capitalize;
}
@media screen and (max-width: 768px) {
  .leadership-body + .leadership-Listing {
    padding-bottom: 47px;
  }
  .leadership-body + .testimonial-wrap {
    padding-bottom: 100px;
  }
  .leadership-body + .testimonial-wrap .testimonial-section-content {
    margin-bottom: 0px;
  }
  .testimonial-content-wrapper .views-element-container {
    margin-bottom: 0px;
  }
  .testimonial-content-wrapper .views-element-container .views-row {
    padding-bottom: 50px;
    margin-top: 50px;
  }
  .testimonial-content-wrapper .views-element-container .js-pager__items.pager {
    margin-top: 100px;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 576px) {
  .leadership-body + .leadership-Listing {
    padding-bottom: 47px;
  }
  .leadership-body + .testimonial-wrap {
    padding-bottom: 0px;
  }
  .leadership-body + .testimonial-wrap .testimonial-section-content {
    margin-bottom: 0px;
  }
  .testimonial-section-content {
    border-bottom: 1px solid #bebebe;
    margin-bottom: 45px;
  }
  .testimonial-content-wrapper {
    padding-top: 40px;
  }
  .testimonial-content-wrapper .testimonial-header-text p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
  }
  .testimonial-content-wrapper .views-element-container {
    margin-bottom: 50px;
  }
  .testimonial-content-wrapper .views-element-container h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 40px;
  }
  .testimonial-content-wrapper .views-element-container .views-row {
    margin-left: 0px;
  }
  .testimonial-content-wrapper .views-element-container .views-row .field-content .testimonial-content {
    font-size: 14px;
    line-height: 20px;
  }
  .testimonial-content-wrapper .views-element-container .js-pager__items.pager {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.testimonial-video-wrapper .want-section-container {
  background-color: #0a142a;
  padding-top: 80px;
  padding-bottom: 100px;
}
.testimonial-video-wrapper .want-section-container .container {
  position: relative;
}
.testimonial-video-wrapper .want-section-container .container .brand_view_block p {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #9da1aa;
}
.testimonial-video-wrapper .want-section-container .container .brand_view_block .views-element-container h2 {
  font-weight: 400;
  font-size: 60px;
  line-height: 68px;
  color: #fff;
  margin-top: 24px;
  margin-bottom: 75px;
}
.testimonial-video-wrapper .want-section-container .container .brand_view_block .views-element-container > div > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  row-gap: 75px;
  column-gap: 42px;
}
.testimonial-video-wrapper
  .want-section-container
  .container
  .brand_view_block
  .views-element-container
  > div
  > div
  .views-row {
  width: calc(33% - 42px);
}
.testimonial-video-wrapper
  .want-section-container
  .container
  .brand_view_block
  .views-element-container
  > div
  > div
  .views-row
  .views-field-field-youtube-video-url {
  margin-bottom: 16px;
}
.testimonial-video-wrapper
  .want-section-container
  .container
  .brand_view_block
  .views-element-container
  > div
  > div
  .views-row
  .views-field-field-youtube-video-url
  .youtube-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 66.66%;
}
.testimonial-video-wrapper
  .want-section-container
  .container
  .brand_view_block
  .views-element-container
  > div
  > div
  .views-row
  .views-field-field-youtube-video-url
  .youtube-container
  iframe {
  border-radius: 8px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.testimonial-video-wrapper
  .want-section-container
  .container
  .brand_view_block
  .views-element-container
  > div
  > div
  .views-row
  .views-field-field-category
  a {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 5px;
  color: #9da1aa;
}
.testimonial-video-wrapper
  .want-section-container
  .container
  .brand_view_block
  .views-element-container
  > div
  > div
  .views-row
  .views-field-field-read-more-text {
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 5px;
  color: #fff;
}
.testimonial-video-wrapper
  .want-section-container
  .container
  .brand_view_block
  .views-element-container
  > div
  > div
  .views-row
  .views-field-field-title-body
  P {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #9da1aa;
}
.testimonial-video-wrapper
  .want-section-container
  .container
  .brand_view_block
  .views-element-container
  > div
  > div
  .views-row
  .views-field-field-title-body
  P
  span {
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
}
.testimonial-video-wrapper
  .want-section-container
  .container
  .brand_view_block
  .views-element-container
  > div
  > div
  .views-row
  .views-field-field-title-body
  P:first-child {
  margin-bottom: 8px;
}
.testimonial-video-wrapper
  .want-section-container
  .container
  .brand_view_block
  .views-element-container
  > div
  > div
  .views-row
  .views-field-title {
  margin-top: 5px;
}
.testimonial-video-wrapper
  .want-section-container
  .container
  .brand_view_block
  .views-element-container
  > div
  > div
  .views-row
  .views-field-title
  a {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #9da1aa;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .testimonial-video-wrapper
    .want-section-container
    .container
    .brand_view_block
    .views-element-container
    > div
    > div
    .views-row {
    width: calc(50% - 21px);
  }
  .testimonial-video-wrapper
    .want-section-container
    .container
    .brand_view_block
    .views-element-container
    > div
    > div
    .views-row
    .views-field-field-youtube-video-url
    .youtube-container {
    padding-top: 75%;
  }
}
@media screen and (max-width: 576px) {
  .testimonial-video-wrapper .want-section-container {
    padding-top: 40px;
    padding-bottom: 90px;
  }
  .testimonial-video-wrapper .want-section-container .container .brand_view_block p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
  }
  .testimonial-video-wrapper .want-section-container .container .brand_view_block .views-element-container h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 35px;
    margin-top: 8px;
  }
  .testimonial-video-wrapper .want-section-container .container .brand_view_block .views-element-container > div > div {
    flex-direction: column;
    flex-wrap: wrap;
    row-gap: 75px;
    column-gap: 42px;
  }
  .testimonial-video-wrapper
    .want-section-container
    .container
    .brand_view_block
    .views-element-container
    > div
    > div
    .views-row {
    width: 100%;
  }
  .testimonial-video-wrapper
    .want-section-container
    .container
    .brand_view_block
    .views-element-container
    > div
    > div
    .views-row
    .views-field-field-youtube-video-url {
    margin-bottom: 16px;
  }
  .testimonial-video-wrapper
    .want-section-container
    .container
    .brand_view_block
    .views-element-container
    > div
    > div
    .views-row
    .views-field-field-youtube-video-url
    .youtube-container {
    padding-top: 56.25%;
  }
  .testimonial-video-wrapper
    .want-section-container
    .container
    .brand_view_block
    .views-element-container
    > div
    > div
    .views-row
    .views-field-field-category
    a {
    font-size: 12px;
    line-height: 16px;
  }
  .testimonial-video-wrapper
    .want-section-container
    .container
    .brand_view_block
    .views-element-container
    > div
    > div
    .views-row
    .views-field-field-read-more-text {
    font-size: 18px;
    line-height: 28px;
  }
  .testimonial-video-wrapper
    .want-section-container
    .container
    .brand_view_block
    .views-element-container
    > div
    > div
    .views-row
    .views-field-field-title-body
    p {
    font-size: 12px;
    line-height: 16px;
  }
  .testimonial-video-wrapper
    .want-section-container
    .container
    .brand_view_block
    .views-element-container
    > div
    > div
    .views-row
    .views-field-field-title-body
    p
    span {
    font-size: 18px;
    line-height: 1.6;
  }
  .testimonial-video-wrapper
    .want-section-container
    .container
    .brand_view_block
    .views-element-container
    > div
    > div
    .views-row
    .views-field-field-title-body
    p:first-child {
    margin-bottom: 6px;
  }
  .testimonial-video-wrapper
    .want-section-container
    .container
    .brand_view_block
    .views-element-container
    > div
    > div
    .views-row
    .views-field-title {
    margin-top: 4px;
  }
  .testimonial-video-wrapper
    .want-section-container
    .container
    .brand_view_block
    .views-element-container
    > div
    > div
    .views-row
    .views-field-title
    a {
    font-size: 12px;
    line-height: 1.25;
  }
}
#block-views-block-banner-block-block-1 span.field-content,
#block-views-block-banner-block-block-1 .-nid.views-row {
  display: block;
  position: relative;
}
#block-views-block-banner-block-block-1 span.field-content .banner-image img,
#block-views-block-banner-block-block-1 .-nid.views-row .banner-image img {
  width: 100%;
}
#block-views-block-banner-block-block-1 span.field-content .container,
#block-views-block-banner-block-block-1 .-nid.views-row .container {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#block-views-block-banner-block-block-1 span.field-content .container .banner-description,
#block-views-block-banner-block-block-1 .-nid.views-row .container .banner-description {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-width: 806px;
  width: 100%;
}
#block-views-block-banner-block-block-1 span.field-content .container .banner-description h2,
#block-views-block-banner-block-block-1 span.field-content .container .banner-description h1,
#block-views-block-banner-block-block-1 .-nid.views-row .container .banner-description h2,
#block-views-block-banner-block-block-1 .-nid.views-row .container .banner-description h1 {
  color: #fff;
  margin-bottom: 16px;
  font-family: "MADE TOMMY", sans-serif;
}
#block-views-block-banner-block-block-1 span.field-content .container .banner-description p,
#block-views-block-banner-block-block-1 .-nid.views-row .container .banner-description p {
  color: #e7e4e1;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 40px;
}
#block-views-block-banner-block-block-1 span.field-content .container .banner-description .breadcrumbs-section ol,
#block-views-block-banner-block-block-1 .-nid.views-row .container .banner-description .breadcrumbs-section ol {
  list-style-type: none;
  margin-bottom: 16px;
  padding: 0;
  overflow: hidden;
}
#block-views-block-banner-block-block-1 span.field-content .container .banner-description .breadcrumbs-section ol li,
#block-views-block-banner-block-block-1 .-nid.views-row .container .banner-description .breadcrumbs-section ol li {
  float: left;
  margin-right: 16px;
  position: relative;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  display: block;
  color: #e7e4e1;
  cursor: pointer;
}
#block-views-block-banner-block-block-1 span.field-content .container .banner-description .breadcrumbs-section ol li a,
#block-views-block-banner-block-block-1 .-nid.views-row .container .banner-description .breadcrumbs-section ol li a {
  color: #e7e4e1;
  text-decoration: none;
  outline: none;
}
#block-views-block-banner-block-block-1
  span.field-content
  .container
  .banner-description
  .breadcrumbs-section
  ol
  li::after,
#block-views-block-banner-block-block-1
  .-nid.views-row
  .container
  .banner-description
  .breadcrumbs-section
  ol
  li::after {
  content: "/";
  position: absolute;
  right: -13px;
}
#block-views-block-banner-block-block-1
  span.field-content
  .container
  .banner-description
  .breadcrumbs-section
  ol
  li:last-child::after,
#block-views-block-banner-block-block-1
  .-nid.views-row
  .container
  .banner-description
  .breadcrumbs-section
  ol
  li:last-child::after {
  content: none;
}
@media screen and (max-width: 1440px) {
  span.field-content .banner-image img,
  .-nid.views-row .banner-image img {
    height: 100vh;
    object-fit: cover;
  }
}
@media screen and (max-width: 1023px) {
  #block-views-block-banner-block-block-1 span.field-content .banner-image img,
  #block-views-block-banner-block-block-1 .-nid.views-row .banner-image img {
    height: 90vh;
  }
}
@media screen and (max-width: 768px) {
  #block-views-block-banner-block-block-1 span.field-content .container .banner-description,
  #block-views-block-banner-block-block-1 .-nid.views-row .container .banner-description {
    max-width: 80%;
    width: 100%;
    transform: translateY(-30%);
  }
  #block-views-block-banner-block-block-1 span.field-content .container .banner-description h2,
  #block-views-block-banner-block-block-1 span.field-content .container .banner-description h1,
  #block-views-block-banner-block-block-1 .-nid.views-row .container .banner-description h2,
  #block-views-block-banner-block-block-1 .-nid.views-row .container .banner-description h1 {
    margin-bottom: 8px;
  }
  #block-views-block-banner-block-block-1 span.field-content .container .banner-description p,
  #block-views-block-banner-block-block-1 .-nid.views-row .container .banner-description p {
    font-size: 16px;
    line-height: 24px;
  }
  #block-views-block-banner-block-block-1 span.field-content .container .banner-description .breadcrumbs-section ol,
  #block-views-block-banner-block-block-1 .-nid.views-row .container .banner-description .breadcrumbs-section ol {
    margin-bottom: 8px;
  }
  #block-views-block-banner-block-block-1 span.field-content .container .banner-description .breadcrumbs-section ol li,
  #block-views-block-banner-block-block-1 .-nid.views-row .container .banner-description .breadcrumbs-section ol li {
    margin-right: 14px;
    font-size: 16px;
    line-height: 24px;
  }
  #block-views-block-banner-block-block-1
    span.field-content
    .container
    .banner-description
    .breadcrumbs-section
    ol
    li::after,
  #block-views-block-banner-block-block-1
    .-nid.views-row
    .container
    .banner-description
    .breadcrumbs-section
    ol
    li::after {
    right: -12px;
  }
}
@media screen and (max-width: 576px) {
  #block-views-block-banner-block-block-1 span.field-content .container .banner-description p,
  #block-views-block-banner-block-block-1 .-nid.views-row .container .banner-description p {
    font-size: 14px;
    line-height: 20px;
  }
  #block-views-block-banner-block-block-1 span.field-content .container .banner-description .breadcrumbs-section ol li,
  #block-views-block-banner-block-block-1 .-nid.views-row .container .banner-description .breadcrumbs-section ol li {
    font-size: 14px;
    line-height: 20px;
  }
}
.leadership-body + .read-also .brand_view_block,
.leadership-Listing + .read-also .brand_view_block {
  margin-bottom: 0px;
}
.leadership-body + .read-also .brand_view_block .offering-container,
.leadership-Listing + .read-also .brand_view_block .offering-container {
  margin-top: 0;
  margin-bottom: 0;
}
.leadership-body + .read-also .brand_view_block .offering-container .container,
.leadership-Listing + .read-also .brand_view_block .offering-container .container {
  padding-top: 0;
}
.leadership-body + .read-also .brand_view_block .offering-container .container .offering-text,
.leadership-Listing + .read-also .brand_view_block .offering-container .container .offering-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #505050;
}
.leadership-body + .read-also .brand_view_block .offering-container .container .offering-text + h2,
.leadership-Listing + .read-also .brand_view_block .offering-container .container .offering-text + h2 {
  font-weight: 400;
  font-size: 60px;
  line-height: 68px;
  color: #222;
  margin-bottom: 30px;
}
.leadership-body
  + .read-also
  .brand_view_block
  .offering-container
  .container
  .banner-image
  .paragraph--type--offering-items,
.leadership-Listing
  + .read-also
  .brand_view_block
  .offering-container
  .container
  .banner-image
  .paragraph--type--offering-items {
  border-bottom: 1px solid #bebebe;
  margin-top: 0;
}
.leadership-body
  + .read-also
  .brand_view_block
  .offering-container
  .container
  .banner-image
  .paragraph--type--offering-items
  > div,
.leadership-Listing
  + .read-also
  .brand_view_block
  .offering-container
  .container
  .banner-image
  .paragraph--type--offering-items
  > div {
  float: none;
  max-width: 100%;
  margin: 50px 0;
}
.leadership-body
  + .read-also
  .brand_view_block
  .offering-container
  .container
  .banner-image
  .paragraph--type--offering-items
  a,
.leadership-Listing
  + .read-also
  .brand_view_block
  .offering-container
  .container
  .banner-image
  .paragraph--type--offering-items
  a {
  text-decoration: none;
  color: #222;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.leadership-body
  + .read-also
  .brand_view_block
  .offering-container
  .container
  .banner-image
  .paragraph--type--offering-items
  a
  img,
.leadership-Listing
  + .read-also
  .brand_view_block
  .offering-container
  .container
  .banner-image
  .paragraph--type--offering-items
  a
  img {
  margin-left: 50px;
}
@media screen and (max-width: 768px) {
  .leadership-body + .read-also .brand_view_block .offering-container .container .offering-text,
  .leadership-Listing + .read-also .brand_view_block .offering-container .container .offering-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
  }
  .leadership-body + .read-also .brand_view_block .offering-container .container .offering-text + h2,
  .leadership-Listing + .read-also .brand_view_block .offering-container .container .offering-text + h2 {
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 40px;
  }
  .leadership-body + .read-also .brand_view_block .offering-container .container .banner-image,
  .leadership-Listing + .read-also .brand_view_block .offering-container .container .banner-image {
    display: block;
  }
  .leadership-body
    + .read-also
    .brand_view_block
    .offering-container
    .container
    .banner-image
    .paragraph--type--offering-items
    > div,
  .leadership-Listing
    + .read-also
    .brand_view_block
    .offering-container
    .container
    .banner-image
    .paragraph--type--offering-items
    > div {
    margin: 20px 0;
  }
  .leadership-body
    + .read-also
    .brand_view_block
    .offering-container
    .container
    .banner-image
    .paragraph--type--offering-items
    a
    img,
  .leadership-Listing
    + .read-also
    .brand_view_block
    .offering-container
    .container
    .banner-image
    .paragraph--type--offering-items
    a
    img {
    margin-left: 50px;
  }
}
.investors-info-wrapper {
  padding: 80px 0;
}
.investors-info-wrapper .investors-video {
  text-align: center;
  margin-bottom: 80px;
}
.investors-info-wrapper .investors-video iframe {
  width: 100%;
  border-radius: 12px;
  height: 460px;
}
.investors-info-wrapper .investors-text h3 {
  font-weight: 400;
  font-size: 40px;
  line-height: 50px;
  color: #222;
  margin-bottom: 24px;
  text-align: center;
}
.investors-info-wrapper .investors-text p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 40px;
  text-align: center;
}
.investors-info-wrapper .investors-text .investors-btn {
  text-align: center;
}
.investors-info-wrapper .investors-text .investors-btn a {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  padding: 13px 18px;
  background-color: #0a142a;
  color: #fff;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .investors-info-wrapper {
    padding-bottom: 13px;
  }
  .investors-info-wrapper .investors-video iframe {
    height: 187px;
  }
  .investors-info-wrapper .investors-text h3 {
    font-size: 24px;
    line-height: 30px;
  }
  .investors-info-wrapper .investors-text p {
    font-size: 16px;
    line-height: 24px;
  }
}
.services-bl-wrapper {
  padding-top: 80px;
  padding-bottom: 80px;
}
.services-bl-wrapper h3.text-heading {
  font-weight: 400;
  color: #222;
  text-transform: none;
  max-width: 1024px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.services-bl-wrapper .content-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.services-bl-wrapper .content-wrapper .content-inner {
  max-width: 806px;
}
.services-bl-wrapper .content-wrapper .content-inner .blogs-text {
  font-size: 18px;
  line-height: 1.6;
  color: #222;
}
.services-bl-wrapper .content-wrapper .content-inner .blogs-text:first-child {
  margin-top: 80px;
}
.services-bl-wrapper .content-wrapper .content-inner .blogs-text:not(:first-child) {
  margin-top: 40px;
}
.services-bl-wrapper .content-wrapper .content-inner .blogs-text a {
  font-size: 18px;
  line-height: 1.6;
  color: inherit;
  text-decoration: underline;
}
.services-bl-wrapper .content-wrapper .content-inner .small-text.insight-head {
  font-size: 14px;
  color: #505050;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .services-bl-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .services-bl-wrapper .content-wrapper {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
  }
  .services-bl-wrapper .content-wrapper .content-inner {
    max-width: 100%;
  }
  .services-bl-wrapper .content-wrapper .content-inner .blogs-text {
    font-size: 16px;
    line-height: 1.5;
  }
  .services-bl-wrapper .content-wrapper .content-inner .blogs-text:first-child {
    margin-top: 32px;
  }
  .services-bl-wrapper .content-wrapper .content-inner .blogs-text:not(:first-child) {
    margin-top: 16px;
  }
  .services-bl-wrapper .content-wrapper .content-inner .small-text.insight-head {
    margin-top: 16px;
  }
}
.offering-container {
  padding-top: 87px;
  margin-bottom: 87px;
}
.offering-container .container .offering-text {
  margin-bottom: 24px;
}
.offering-container .container .offering-text p {
  color: #505050;
  font-size: 20px;
  line-height: 1.4;
}
.offering-container .container h2 {
  margin-bottom: 40px;
  position: relative;
}
.offering-container .container h2 > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  width: 100%;
}
.offering-container .container h2 > div > p {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  width: 100%;
}
.offering-container .container h2 .btn {
  padding-right: 40px;
  width: 127px;
}
.offering-container .container h2 .btn img {
  display: inline-block;
  width: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.offering-container .container .banner-image {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}
.offering-container .container .banner-image div {
  max-width: 700px;
}
.offering-container .container .banner-image div .paragraph--type--offering-items {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.offering-container .container .banner-image div .paragraph--type--offering-items:first-child {
  margin-top: 40px;
}
.offering-container .container .banner-image div .paragraph--type--offering-items:not(:first-child) {
  margin-top: 50px;
}
.offering-container .container .banner-image div .paragraph--type--offering-items div:nth-child(1) {
  width: calc(100% - 24px);
  max-width: 656px;
  font-weight: 400;
  font-size: 40px;
  line-height: 1.25;
  color: #222;
}
.offering-container .container .banner-image div .paragraph--type--offering-items div:nth-child(2) {
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.offering-container .container .banner-image div .paragraph--type--offering-items div:nth-child(2) img {
  width: 24px;
  height: 24px;
}
.offering-container .container .banner-image div .paragraph--type--offering-items div:nth-child(3) {
  padding-top: 20px;
  padding-bottom: 36px;
  border-bottom: 1px solid #9da1aa;
}
.offering-container .container .banner-image div .paragraph--type--offering-items div:nth-child(3) p {
  font-size: 18px;
  color: #505050;
  line-height: 1.5;
  margin-top: 0;
}
.offering-container .container .serviceoffer div > div .paragraph--type--offering-items:last-child div:nth-child(1) {
  max-width: none;
  float: none;
}
.offering-container
  .container
  .serviceoffer
  div
  > div
  .paragraph--type--offering-items:last-child
  div:nth-child(1)
  .lets-talk-card-wrap {
  border-radius: 12px;
  padding: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  width: 100%;
}
.offering-container
  .container
  .serviceoffer
  div
  > div
  .paragraph--type--offering-items:last-child
  div:nth-child(1)
  .lets-talk-card-wrap
  p.blogs-text {
  margin-right: 20px;
  margin-bottom: 0;
  color: #222;
  font-size: 18px;
  margin-top: 0;
}
.offering-container
  .container
  .serviceoffer
  div
  > div
  .paragraph--type--offering-items:last-child
  div:nth-child(1)
  .lets-talk-card-wrap
  a {
  background-color: #fff;
  color: #000;
  flex-shrink: 0;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .offering-container {
    margin-top: 0px;
    margin-bottom: 40px;
    padding-top: 0px;
  }
  .offering-container .container {
    padding-top: 40px;
  }
  .offering-container .container .offering-text {
    margin-bottom: 8px;
    line-height: 1.4;
  }
  .offering-container .container .offering-text p {
    font-size: 16px;
  }
  .offering-container .container h2 {
    margin-bottom: 0px;
    font-size: 24px;
    line-height: 1.5;
    margin-top: -8px;
  }
  .offering-container .container .banner-image {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
  }
  .offering-container .container .banner-image div {
    max-width: 100%;
  }
  .offering-container .container .banner-image div .paragraph--type--offering-items:first-child {
    margin-top: 40px;
  }
  .offering-container .container .banner-image div .paragraph--type--offering-items:not(:first-child) {
    margin-top: 40;
  }
  .offering-container .container .banner-image div .paragraph--type--offering-items div:nth-child(1) {
    font-size: 20px;
    line-height: 1.4;
  }
  .offering-container .container .banner-image div .paragraph--type--offering-items div:nth-child(2) img {
    width: 24px;
    height: 24px;
  }
  .offering-container .container .banner-image div .paragraph--type--offering-items div:nth-child(3) {
    padding-bottom: 20px;
  }
  .offering-container .container .banner-image div .paragraph--type--offering-items div:nth-child(3) p {
    color: #505050;
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  .offering-container .container h2 .btn {
    margin-left: 10px;
    min-width: 127px;
  }
  .lets-talk-card-wrap .blogs-text {
    font-size: 14px !important;
  }
}
.offering-main-wrap {
  border-top: 1px solid #bebebe;
  padding: 80px 0;
  position: relative;
}
.offering-main-wrap .container::before {
  content: "";
  background: url("../images/our/start8.webp") no-repeat;
  position: absolute;
  top: -9px;
  width: 15px;
  height: 16px;
}
.offering-main-wrap .offering-text {
  margin-bottom: 24px;
  color: #505050;
}
.offering-main-wrap .paragraph {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.offering-main-wrap .paragraph > div:nth-child(1) {
  color: #222;
  font-size: 60px;
  line-height: 1.12;
  flex: 0 0 100%;
  margin-bottom: 60px;
}
.offering-main-wrap .paragraph > div:nth-child(2) {
  flex: 0 0 40%;
}
.offering-main-wrap .paragraph > div:nth-child(2) img {
  border-radius: 12px;
}
.offering-main-wrap .paragraph > div:nth-child(3) {
  color: #222;
  flex: 0 0 46%;
}
.offering-main-wrap .paragraph > div:nth-child(3) p.blogs-text {
  color: #222;
  margin-bottom: 40px;
}
.offering-main-wrap .paragraph > div:nth-child(3) .lets-talk-text p.blogs-text {
  margin-bottom: 0;
}
.accordion-wrap .accordion {
  font-size: 18px;
  line-height: 1.6;
  color: #222;
  cursor: pointer;
  padding: 16px 36px 16px 0;
  width: 100%;
  border: none;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  outline: none;
  transition: 0.4s;
  background-color: transparent;
  font-family: "MADE TOMMY";
}
.accordion-wrap .accordion:after {
  content: url("../images/our/plus-accordion.webp");
  color: #333333;
  font-weight: bold;
  float: right;
  margin-right: -26px;
}
.accordion-wrap .active:after {
  content: url("../images/our/accordion-minus.webp");
}
.accordion-wrap .panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  border-bottom: 1px solid #bebebe;
}
.accordion-wrap .panel p.blogs-text {
  margin-bottom: 20px;
}
.lets-talk-card-wrap {
  margin-top: 40px;
  border-radius: 12px;
  padding: 24px;
}
.lets-talk-card-wrap .lets-talk-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lets-talk-card-wrap p.blogs-text {
  margin-right: 20px;
  margin-bottom: 0;
}
.lets-talk-card-wrap a {
  background-color: #fff;
  color: #000;
  flex-shrink: 0;
}
@media screen and (max-width: 576px) {
  .offering-main-wrap {
    padding: 50px 0;
  }
  .offering-main-wrap .offering-text {
    margin-bottom: 8px;
  }
  .offering-main-wrap .paragraph > div:nth-child(1) {
    font-size: 24px;
    line-height: 1.25;
    margin-bottom: 40px;
  }
  .offering-main-wrap .paragraph > div:nth-child(2) {
    flex: 0 0 100%;
    margin-bottom: 40px;
  }
  .offering-main-wrap .paragraph > div:nth-child(3) {
    flex: 0 0 100%;
  }
  .lets-talk-card-wrap {
    padding: 16px;
    margin-top: 50px;
  }
  .lets-talk-card-wrap .blogs-text {
    font-size: 14px;
    line-height: 1.3;
    flex-shrink: 1;
  }
  .lets-talk-card-wrap a {
    flex-shrink: 0;
  }
}
.hiring-career.del-center-hiring {
  padding-bottom: 0px;
}
.hiring-career.del-center-hiring h3 {
  margin-bottom: 40px;
}
.hiring-career.del-center-hiring .innerPage-body div p {
  font-size: 18px;
  margin-bottom: 16px;
}
.hiring-career.del-center-hiring .innerPage-body div .mob-space {
  font-size: 20px;
}
.hiring-career.del-center-hiring .ref-brands {
  border-bottom: none;
}
.hiring-career.del-center-hiring .ref-brands .container::before {
  content: none;
}
.leadership-Listing .offering-main-wrap {
  border-top: none;
}
.leadership-Listing .brand_view_block {
  margin-bottom: 0;
}
.service-Listing .brand_view_block {
  padding-top: 80px;
}
@media screen and (max-width: 576px) {
  .hiring-career.del-center-hiring {
    padding-bottom: 10px;
  }
  .hiring-career.del-center-hiring h3 {
    margin-bottom: 24px;
  }
  .hiring-career.del-center-hiring
    .hiring-content-career
    .service-Listing
    .field--name-body
    div
    .paragraph--type--offering-items {
    margin-top: 0;
  }
  .hiring-career.del-center-hiring
    .hiring-content-career
    .service-Listing
    .field--name-body
    div
    .paragraph--type--offering-items
    > div:nth-child(1) {
    font-size: 24px;
  }
  .hiring-career.del-center-hiring
    .hiring-content-career
    .service-Listing
    .field--name-body
    div
    .paragraph--type--offering-items
    > div:nth-child(2) {
    padding-bottom: 40px;
  }
  .hiring-career.del-center-hiring .service-Listing .innerPage-body > div p.mob-space {
    margin-bottom: 16px;
  }
  .service-Listing .brand_view_block {
    padding-top: 40px;
  }
  .service-Listing .brand_view_block h2 {
    font-size: 24px;
  }
}
