:root {
  --kss-blue: #0275ab;
  --iw-blue: #34a5dd;
  --radiant-ui-components-library-marketplace--color--button-background-dark: #131218;
  --text-dark: #333;
  --radiant-ui-components-library-marketplace--color--white: white;
  --radiant-ui-components-library-marketplace--color--body-font-dark: #6d6d6d;
  --radiant-ui-components-library-marketplace--color--theme-color: #116df8;
  --radiant-ui-components-library-marketplace--color--heading-dark: #150438;
  --kss-secondary: #8cc6ed;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #212121;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 34px;
  font-weight: 500;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

h5 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  color: #919191;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 300;
  line-height: 26px;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

blockquote {
  border-left: 3px solid #e23b7d;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px 20px;
  font-family: Playfair Display, sans-serif;
  font-size: 30px;
  line-height: 40px;
}

.top-banner {
  color: #161616;
  background-color: #2e2e2e;
  height: 100vh;
  position: relative;
}

.navigation {
  background-color: #0000;
  background-image: linear-gradient(#ffffffbf, #ffffffbf);
  border-bottom: 1px solid #ffffff3b;
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
  position: static;
  top: 0;
  left: 0;
  right: 0;
}

.nav-menu {
  float: right;
  text-align: center;
}

.navigation-link {
  opacity: .8;
  color: #000;
  padding: 32px 20px 30px;
  font-weight: 500;
  text-decoration: none;
  transition: all .4s;
  position: relative;
}

.navigation-link:hover {
  opacity: 1;
  background-color: #8cc6ed4a;
}

.navigation-link.w--current {
  opacity: 1;
}

.navigation-link.scroll {
  padding-top: 27px;
  padding-bottom: 25px;
}

.brand-logo {
  margin-top: 23px;
}

.brand-logo.w--current {
  margin-top: 30px;
}

.brand-logo.scroll {
  margin-top: 18px;
}

.line-navigation {
  background-color: var(--kss-blue);
  width: 100%;
  height: 2px;
  margin-top: 3px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.contact-wrapper {
  z-index: 9999;
  background-color: #fff;
  width: 50%;
  padding: 40px 50px 35px;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: scroll;
  box-shadow: 0 0 100px 20px #0000004d;
}

.big-slider {
  background-color: #0000;
  height: 100%;
}

.slide-navigation {
  z-index: 1;
  width: 50%;
  padding-top: 0;
  font-size: 10px;
}

.right-arrow {
  background-color: #000c;
  width: 70px;
  height: 70px;
  font-size: 22px;
  font-weight: 700;
  transition: all .4s;
}

.right-arrow:hover {
  background-color: #e23b7d;
}

.dynamic-full-view {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

.dynamic-photo-wrapper {
  position: relative;
}

.photo-overlay {
  background-image: linear-gradient(9deg, #000 10%, #0003);
  height: 100%;
}

.photo-overlay.in-pages {
  background-image: linear-gradient(9deg, #000 29%, #0000006e);
}

.container-center {
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.align-center {
  text-align: center;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.big-title {
  color: #fff;
  letter-spacing: -3px;
  text-transform: capitalize;
  max-width: 80%;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: Poppins, sans-serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 62px;
  text-decoration: none;
  display: block;
}

.space {
  height: 20px;
}

.space.medium {
  height: 30px;
}

.space.big {
  height: 60px;
}

.sub-text-slider {
  color: #eee;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.button {
  background-color: var(--kss-blue);
  color: #fff;
  letter-spacing: 1px;
  text-transform: none;
  border-radius: 5px;
  padding: 12px 25px;
  font-size: 12px;
  font-weight: 400;
  transition: all .4s;
}

.button:hover {
  background-color: #027db6;
}

.button.different-color {
  cursor: pointer;
  background-color: #111;
}

.button.different-color:hover {
  color: #fff;
  background-color: #e23b7d;
}

.button.outline {
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 5px;
  padding-left: 49px;
  padding-right: 49px;
}

.button.outline:hover {
  background-color: #e23b7d;
  border-color: #e23b7d;
}

.button.white {
  color: var(--iw-blue);
  background-color: #fff;
}

.button.dbl {
  margin-left: 10px;
  margin-right: 10px;
}

.view-gallery-wrapper {
  z-index: 100;
  position: absolute;
  bottom: 25px;
  right: 25px;
}

.photo-by {
  z-index: 100;
  position: absolute;
  bottom: 25px;
  left: 25px;
}

.photo-by-text {
  color: #fff;
  margin-right: 8px;
  font-family: Playfair Display, sans-serif;
  font-size: 13px;
  display: inline-block;
}

.photo-by-text.different-text {
  font-family: Poppins, sans-serif;
  text-decoration: none;
}

.photo-by-text.different-text:hover {
  text-decoration: underline;
}

.social-icon-wrapper {
  z-index: 100;
  float: right;
  margin-top: 0;
  margin-left: 20px;
  position: relative;
}

.social-icon-wrapper.scroll {
  margin-top: 15px;
}

.social-icon {
  float: left;
  border: 1px solid var(--radiant-ui-components-library-marketplace--color--button-background-dark);
  background-color: var(--kss-blue);
  background-image: url('../images/3_2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 6px;
  width: 40px;
  height: 40px;
  margin-right: 7px;
  transition: all .4s;
}

.social-icon:hover {
  border-color: var(--iw-blue);
  background-color: var(--iw-blue);
}

.social-icon.twitter {
  border-style: solid;
  border-color: var(--radiant-ui-components-library-marketplace--color--button-background-dark);
  background-color: var(--kss-blue);
  background-image: url('../images/4_2.png');
  background-size: 20px;
  border-radius: 6px;
}

.social-icon.instagram {
  background-color: var(--kss-blue);
  background-image: url('../images/5_1.png');
  background-size: 20px;
  border-style: solid;
}

.social-icon.instagram:hover {
  border-color: var(--iw-blue);
  background-color: var(--iw-blue);
}

.top-title {
  text-align: center;
  margin-bottom: 40px;
}

.top-title.no-margin {
  margin-bottom: 0;
}

.top-title.more-margin {
  margin-bottom: 50px;
}

.circle-divider {
  border: 2px solid #e23b7d;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.circle-divider.biger {
  border-color: var(--iw-blue);
  width: 20px;
  height: 20px;
}

.team-wrapper {
  background-color: #dedede;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 120px;
  background-repeat: no-repeat;
  background-size: contain;
  border-bottom: 1px solid #e9e9e9;
  height: 600px;
  position: relative;
}

.form-wrapper {
  border: 1px solid #e1e1e1;
  padding: 30px;
}

.field-label {
  color: #777;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
}

.text-field {
  border: 1px #000;
  border-bottom: 1px solid #e1e1e1;
  height: 40px;
  margin-bottom: 20px;
  padding-left: 0;
}

.text-field:active, .text-field:focus {
  border-bottom-color: #e23b7d;
}

.text-field.area {
  padding-bottom: 82px;
}

.div-center {
  transform: translate(0);
}

.remove-button {
  cursor: pointer;
  background-image: url('../images/remove.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  border: 1px solid #ccc;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  transition: all .4s;
  position: absolute;
  top: 20px;
  right: 20px;
}

.remove-button:hover {
  border-color: #e23b7d;
}

.success-message {
  color: #fff;
  background-color: #388132;
}

.error-message {
  color: #fff;
  text-align: center;
  background-color: #d62525;
  padding-top: 13px;
  padding-bottom: 13px;
}

.sub-banner {
  background-image: linear-gradient(0deg, #00000096, #000000ad 43%, #0000003b 57%, #0000), url('../images/pexels-rdne-7648050.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 400px;
}

.sub-banner.second-image, .sub-banner.third-image, .sub-banner.four-image {
  background-image: linear-gradient(to top, #000, #0000), none;
  background-size: auto, cover;
}

.sub-banner.five-image {
  background-image: linear-gradient(to top, #000, #0000), none;
  background-size: auto, cover;
  position: relative;
}

.sub-banner.blog {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.sub-banner.color {
  background-color: #292929;
  background-image: none;
  background-position: 0 0;
}

.section {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 0;
}

.section.with-margin {
  background-color: #fafafa;
  padding: 100px 10px;
}

.footer {
  padding: 26px 25px;
}

.align-right {
  text-align: right;
}

.copyright-link {
  color: #313131;
  font-family: Playfair Display, sans-serif;
  text-decoration: none;
}

.copyright-link:hover {
  text-decoration: underline;
}

.social-text {
  color: #919191;
  text-transform: capitalize;
  margin-top: 10px;
  margin-left: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
  transition: all .4s;
  display: inline-block;
}

.social-text:hover {
  color: #e23b7d;
  text-decoration: underline;
}

.tab-menu {
  text-align: center;
  margin-bottom: 50px;
  margin-left: 200px;
  margin-right: 200px;
}

.tab-link {
  color: #818181;
  background-color: #0000;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Playfair Display, sans-serif;
  font-size: 15px;
  transition: all .2s;
}

.tab-link:hover {
  color: #515151;
}

.tab-link.w--current {
  color: #fff;
  background-color: #e23b7d;
  border-radius: 5px;
}

.dynamic-gallery {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.gallery-wrapper {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.scroll-navigation {
  z-index: 9999;
  background-color: #000c;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  position: fixed;
}

.zoom-image {
  transform: scale(1.1);
}

.gallery-overlay {
  background-image: linear-gradient(to top, #000000c4 15%, #0000);
  display: block;
  position: absolute;
  inset: 0;
}

.gallery-content {
  padding: 40px 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.gallery-title {
  color: #fff;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 500;
}

.category {
  color: #bdbdbd;
  margin-right: 5px;
  font-family: Playfair Display, sans-serif;
  display: inline-block;
}

.top-text {
  color: #fff;
  margin-top: 80px;
  margin-bottom: 20px;
  font-size: 47px;
  font-weight: 300;
}

.top-text.in-subpage {
  margin-right: 5px;
  display: inline-block;
}

.top-text.in-subpage.diffrent-font {
  color: #e23b7d;
  font-family: Playfair Display, sans-serif;
  font-weight: 400;
}

.top-text.biger {
  margin-top: 0;
  font-size: 50px;
  font-weight: 300;
  line-height: 60px;
}

.tab-content {
  background-color: #fafafa;
}

.team-name {
  margin-top: 0;
  font-size: 52px;
  font-weight: 400;
}

.logo-footer {
  margin-top: 6px;
  display: block;
}

.empty-state {
  color: #fff;
  text-align: center;
  background-color: #e23b7d;
  padding-top: 70px;
  padding-bottom: 80px;
  font-family: Playfair Display, sans-serif;
  font-size: 60px;
  font-style: italic;
  line-height: 80px;
  display: block;
}

.section-color {
  background-color: #fafafa;
}

.section-color.with-margin {
  padding-bottom: 100px;
}

.section-color.with-margin.white {
  background-color: #fff;
}

.section-color.with-margin.both-line {
  padding-top: 50px;
  padding-bottom: 0;
}

.photo-content {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  height: 500px;
  position: relative;
}

.meta-title {
  color: #b4b4b4;
  margin-right: 5px;
  font-family: Playfair Display, sans-serif;
  font-size: 15px;
  font-weight: 300;
  display: inline-block;
}

.div-meta {
  border-right: 1px solid #e1e1e157;
  margin-right: 12px;
  padding-right: 12px;
  display: inline-block;
}

.div-meta.no-line {
  border-right-style: none;
}

.meta-link {
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
}

.meta-link:hover {
  text-decoration: underline;
}

.move-up {
  z-index: 3;
  margin-top: -93px;
  position: relative;
}

.photo-shadow {
  position: relative;
  overflow: hidden;
  box-shadow: 0 -20px 30px #0000001a;
}

.sidebar-title {
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 500;
}

.tags-link {
  color: #919191;
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 6px 11px;
  font-family: Playfair Display, sans-serif;
  text-decoration: none;
  transition: all .4s;
  display: inline-block;
}

.tags-link:hover {
  color: #e23b7d;
  border-color: #e23b7d;
}

.featured-title {
  margin-top: 0;
}

.line-divider {
  background-color: #e1e1e1;
  width: 100%;
  height: 1px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.section-purple {
  background-color: #f1f1f1;
  padding-top: 50px;
  padding-bottom: 50px;
}

.blog-content {
  background-color: #fff;
  height: 405px;
  padding: 30px;
}

.blog-image {
  width: 100%;
  height: 405px;
  position: relative;
  overflow: hidden;
}

.blog-title {
  color: #212121;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 500;
  line-height: 34px;
  text-decoration: none;
  transition: all .4s;
  display: inline-block;
}

.blog-title:hover {
  color: #e23b7d;
}

.blog-line-divider {
  background-color: #e1e1e1;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 20px;
}

.author-content {
  color: #919191;
  margin-right: 5px;
  font-family: Playfair Display, sans-serif;
  font-size: 14px;
  font-style: italic;
  display: inline-block;
}

.author-content.biger {
  color: #c2c2c2;
  font-size: 15px;
}

.author-name {
  color: #e23b7d;
  font-weight: 500;
  text-decoration: none;
}

.author-name:hover {
  text-decoration: underline;
}

.author-name.white {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}

.big-line-divider {
  background-color: #e1e1e1;
  width: 100%;
  height: 1px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.meta-data {
  color: #fff;
  padding: 10px 15px;
  font-family: Playfair Display, sans-serif;
  position: absolute;
  top: 0;
  right: 0;
}

.overlay-photographers-page {
  background-image: linear-gradient(351deg, #0000004d, #0000);
  position: absolute;
  inset: 0;
}

.gallery-overlay-mobile {
  display: none;
  position: absolute;
  inset: 0;
}

.gallery-title-mobile {
  color: #fff;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 500;
}

.licensing-image {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 300px;
  height: 334px;
}

.licensing-image.image-2, .licensing-image.image-3 {
  background-image: none;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.left-copyright-flex {
  justify-content: center;
  padding-top: 10px;
  display: flex;
}

.copyright-2 {
  color: #919197;
  margin-bottom: 0;
  font-size: 14px;
}

.link {
  color: #515157;
  text-decoration: none;
}

.link.left {
  margin-left: 15px;
}

.made-with-webflow {
  align-items: center;
  margin-top: 5px;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.made-with-webflow.left-margin {
  margin-top: 0;
  margin-left: 10px;
}

.webflow-logo-tiny {
  opacity: .9;
  width: 18px;
  margin-right: 4px;
}

.paragraph-tiny {
  color: #515157;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

.center {
  text-align: center;
}

.center.color {
  color: #919197;
  letter-spacing: 0;
}

.big {
  color: var(--iw-blue);
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 600;
}

.delete-me {
  z-index: 9999;
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  color: #4353ff;
  background-color: #fff;
  border-radius: 30px;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 14px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: auto 20px 20px auto;
  box-shadow: 0 12px 34px #00000024;
}

.button-arrow {
  grid-row-gap: 0px;
  flex-direction: column;
  flex: none;
  align-items: center;
  height: 12px;
  display: flex;
  overflow: hidden;
}

.button-arrow.for-bolt {
  color: #4353ff;
  height: 24px;
}

.arrow-flip {
  height: 12px;
}

.arrow-flip.bolt {
  height: 24px;
}

.plus {
  margin-left: 2px;
  font-size: 20px;
  font-weight: 400;
  display: inline-flex;
  position: relative;
  top: 1px;
}

.hero {
  min-height: auto;
  position: sticky;
}

.hero-background {
  background-image: linear-gradient(#fff, #0000 41%, #000000a1 54%, #0000006e 69%, #00000036), url('../images/pexels-daniel-reynaga-337914704-19525827.jpg');
  background-position: 0 0, 50% 60%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 640px;
  padding-top: 205px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-content-hero {
  width: 55%;
  margin-top: 198px;
  margin-left: 40px;
}

.hero-heading {
  color: #fff;
  letter-spacing: -2px;
  text-shadow: 0 2px 2px #00000094;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Exo, sans-serif;
  font-size: 74px;
  font-weight: 300;
  line-height: 1;
}

.subhead-3 {
  color: #fffffff7;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
}

.subhead-3.home {
  width: 80%;
  margin-bottom: 40px;
  margin-left: 0;
  margin-right: 0;
  font-family: Exo, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.2;
}

.cta {
  float: left;
  color: #fff;
  text-align: center;
  text-transform: none;
  background-color: #fd1e1e;
  border: .1px solid #fff;
  border-radius: 12px 2px;
  margin-top: 0;
  padding: 14px 60px;
  font-family: Exo, sans-serif;
  font-size: 15px;
  font-weight: 300;
  box-shadow: 0 2px 3px 2px #0000008f;
}

.cta:hover {
  background-color: #a0242499;
}

.image-4 {
  width: auto;
  height: 30px;
}

.shape {
  border: 5px solid #ef3e36;
  width: 70px;
  height: 70px;
  position: absolute;
  inset: auto auto 50px 50px;
  transform: rotate(-45deg);
}

.shape.right {
  width: 100px;
  height: 100px;
  inset: 0% 2% auto auto;
}

.top-title-2 {
  z-index: 2;
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  line-height: 56px;
  position: relative;
}

.top-title-2.absolute {
  z-index: 1;
  color: #ef3e36;
  white-space: nowrap;
  position: absolute;
  inset: 0% auto auto 50%;
  transform: translate(-50%);
}

.half-height {
  height: 32px;
  overflow: hidden;
}

.logo-client-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.features-content {
  text-align: left;
  flex-direction: column;
  flex: 1;
  align-items: center;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px 5px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.features-content.course-category {
  padding-left: 10px;
  padding-right: 10px;
}

.features-content.nebosh {
  display: none;
}

.top-margin {
  margin-top: 25px;
}

.margin-page {
  margin-top: 0;
}

.margin-page.half-margin {
  margin-top: 50px;
}

.features-icon {
  width: 32px;
  margin-bottom: 10px;
  margin-right: 0;
}

.features-wrapper {
  width: 90%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.features-wrapper.wide {
  width: 100%;
}

.features-wrapper.wide.alone {
  margin-top: 0;
}

.container {
  z-index: 1;
  flex: 1;
  max-width: 1150px;
  position: relative;
}

.container.minus {
  position: relative;
}

.first-features-wrapper {
  text-align: center;
  margin-top: -1px;
  padding-top: 0;
}

.section-2 {
  background-color: #fff;
  padding: 130px 5%;
  position: relative;
}

.section-2._0-top {
  padding-top: 0;
}

.section-2.red {
  background-image: linear-gradient(39deg, #c41515, #ef3e36);
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
  overflow: hidden;
}

.relative-div {
  position: relative;
}

.top-fusion {
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
  display: flex;
  position: relative;
  top: -31px;
}

.grid {
  grid-column-gap: 35px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid._2 {
  grid-column-gap: 0px;
  grid-template-columns: .5fr .5fr;
}

.grid.margin-grid {
  grid-column-gap: 60px;
  grid-template-columns: 2fr 1.75fr;
  align-items: center;
  margin-top: 0;
}

.grid.margin-grid.course-booking {
  border-top: 1px solid #d4d4d4;
  margin-top: 20px;
  padding-top: 40px;
}

.title-content {
  color: #333;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 42px;
  font-weight: 500;
  line-height: 46px;
}

.title-content.white {
  color: #fff;
  margin-bottom: 10px;
}

.title-content.centre {
  text-align: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.title-content.centre.expand, .title-content.contact {
  margin-bottom: 10px;
}

.features-title {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 5px;
  font-size: 14px;
  line-height: 20px;
}

.ceo-wrapper {
  z-index: 10;
  text-align: right;
  background-color: #fff;
  max-width: 500px;
  margin-right: -55px;
  padding: 49px 50px 49px 30px;
  position: relative;
}

.logo-client {
  opacity: .8;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 0 40px;
  transition: all .2s;
  display: flex;
}

.logo-client:hover {
  opacity: 1;
}

.small-blue-title {
  color: var(--iw-blue);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 30px;
}

.small-blue-title.center-margin {
  text-align: center;
  margin-bottom: 30px;
}

.small-blue-title.faq {
  color: #000;
}

.small-blue-title.centre {
  text-align: center;
}

.button-2 {
  z-index: 1;
  color: #fff;
  text-transform: uppercase;
  background-color: #ef3e36;
  border-radius: 3px;
  padding: 16px 24px;
  font-size: 13px;
  font-weight: 400;
  transition: all .3s;
  position: relative;
}

.button-2:hover {
  background-color: #e57d78;
}

.bos-wrap-wrap-1 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.bos-wrap-wrap-1._3-col {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr;
}

.body-section {
  margin-right: 0;
  padding: 60px;
}

.body-section.feature {
  padding-top: 0;
  padding-bottom: 0;
}

.body-section.top {
  padding-bottom: 0;
}

.body-section.contact {
  background-color: var(--iw-blue);
  background-image: linear-gradient(#0006, #0006), url('../images/pexels-theworkof-335155.jpg');
  background-position: 0 0, 50% 35%;
  background-size: auto, cover;
}

.body-section.schedule {
  background-color: #8cc6ed45;
  flex-flow: column;
  align-items: stretch;
  display: flex;
}

.body-section.full-width-embed {
  padding: 0;
}

.body-section.top-section-embed {
  background-color: #f2f2f2;
  padding-top: 100px;
  padding-bottom: 0;
}

.bos-wrap-text {
  background-color: #7de6fb75;
  border-radius: 0 0 .5em .5em;
  flex-direction: column;
  flex: none;
  height: 294.367px;
  padding: 3em;
  display: flex;
}

.bos-wrap-text.logos {
  background-color: #7de6fb00;
  height: auto;
  padding: 0 20px 20px;
}

.heading-12 {
  color: #383d41;
  border: 1px #000;
  border-bottom: 2px #e0e0e0;
  margin-top: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 44px;
  display: inline-block;
}

.heading-12.normal {
  color: #1d214c;
  text-align: left;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 400;
}

.heading-12.normal.centre {
  text-align: center;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.paragraph-2 {
  color: #1d214c;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 39px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

.paragraph-2.centre {
  text-align: center;
  margin-bottom: 0;
}

.paragraph-2.centre.px-below {
  margin-bottom: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 300;
}

.paragraph-2.centre.contact {
  margin-top: 0;
  margin-bottom: 20px;
}

.bos-wrap-1 {
  display: block;
}

.tagline {
  opacity: 1;
  color: #1d214c;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 12px;
}

.logo-icon {
  min-width: 100%;
}

.wrap {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.wrap.w40-center.no-px {
  padding-top: 0;
  padding-bottom: 0;
}

.wrap.w40-center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  padding-top: 0;
  padding-bottom: 20px;
  display: flex;
}

.wrap.w40-center.no-px-btm {
  padding-top: 0;
  padding-bottom: 0;
}

.bos-container-1 {
  width: 100%;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.bos-container-1.logos {
  max-width: 40%;
}

.content-block {
  padding-right: 80px;
}

.content-block.center {
  text-align: center;
  padding-right: 0;
}

.bos-grid-1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.h3-heading {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.4;
}

.h3-heading.services {
  color: #fff;
  font-size: 22px;
  line-height: 1.2;
}

.h3-heading.services.black {
  color: #000;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
}

.grid-2 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  font-family: Lato, sans-serif;
}

.grid-2.services {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-columns: 1fr 1fr 1fr;
}

.inner-services-container {
  background-image: linear-gradient(#fff, #fff);
  flex-flow: column;
  align-items: center;
  min-width: 100%;
  min-height: 100%;
  padding-bottom: 20px;
  display: flex;
}

.paragraph {
  color: #1d214c;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 39px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.paragraph.no-px {
  margin-bottom: 0;
}

.paragraph.no-px.white {
  color: #fff;
  margin-top: 10px;
  font-size: 14px;
}

.paragraph.no-px.white.mobile-left.black {
  color: #000;
  text-align: center;
}

.container-large {
  width: 100%;
  max-width: 1280px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.services-container {
  background-color: #bebebe00;
  border: 1px solid #fff;
  border-radius: 0;
  width: 100%;
  height: 100%;
  padding: 2px;
  box-shadow: 0 2px 5px #0000005e;
}

.service-image {
  width: 100%;
  height: 308.219px;
}

.paragraph-3 {
  text-align: center;
  margin-bottom: 20px;
  padding-left: 5px;
  padding-right: 5px;
}

.cta-title {
  color: #fff;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 400;
  line-height: 1.2;
}

.grid-3 {
  grid-column-gap: 35px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-3.cta {
  align-items: center;
}

.button-icon {
  color: #fff;
  padding: 12px 24px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.flex-cta {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.shape-2 {
  opacity: .23;
  position: absolute;
  inset: 0% auto auto 0%;
}

.icon-small {
  margin-right: 7px;
}

.small-red-title {
  color: #ef3e36;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 30px;
}

.small-red-title.white {
  color: #fff;
}

.button-3 {
  z-index: 1;
  color: #fff;
  text-transform: uppercase;
  background-color: #ef3e36;
  border-radius: 3px;
  padding: 16px 24px;
  font-size: 13px;
  font-weight: 400;
  transition: all .3s;
  position: relative;
}

.button-3:hover {
  background-color: #e57d78;
}

.button-3.white {
  color: #ef3e36;
  background-color: #fff;
  font-weight: 500;
}

.button-3.white:hover {
  opacity: .9;
}

.button-3.white.left-margin {
  margin-right: 10px;
  font-weight: 500;
}

.div-block {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.paragraph-4 {
  text-align: center;
}

.paragraph-4.smaller {
  font-size: 13px;
}

.social-icon-img {
  border: 1px solid #000;
  border-radius: 5px;
  width: 32px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px;
}

.social-icons-container {
  justify-content: center;
  display: flex;
}

.social-icons-container.on-page {
  margin-bottom: 10px;
}

.social-icons-container.on-page.dd {
  margin-bottom: 0;
}

.social-icons-container.on-page.dd.mob {
  display: none;
}

.paragraph-5 {
  color: #1d214c;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 39px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.paragraph-5.centre {
  text-align: center;
  margin-bottom: 0;
}

.paragraph-5.centre.px-below {
  margin-bottom: 20px;
}

.heading-13 {
  color: #383d41;
  border: 1px #000;
  border-bottom: 2px #e0e0e0;
  margin-top: 0;
  font-size: 38px;
  font-weight: 200;
  line-height: 44px;
  display: inline-block;
}

.heading-13.normal {
  color: #1d214c;
  text-align: left;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.tagline-2 {
  opacity: 1;
  color: #1d214c;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-family: Lato, sans-serif;
  font-size: 12px;
}

.fixed-image-scroller {
  background-image: linear-gradient(#00000045, #00000045), url('../images/pexels-olly-868483.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 40vh;
}

.fixed-image-scroller.a {
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/pexels-gaborbalazs97-24553148.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.image.footer-logo {
  background-color: #fff0;
  width: auto;
  max-width: none;
  height: 35px;
  max-height: 35px;
  margin-bottom: 20px;
  padding: 0;
}

.social-icon-img-2 {
  width: 36px;
  margin-left: 5px;
  margin-right: 5px;
}

.footerhoover {
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: opacity 1.5s;
  display: flex;
}

.footerhoover:hover {
  opacity: 1;
}

.footerlinkholder {
  padding: 24px;
}

.mainfooter {
  background-color: #1d1d1d;
  border-top: 1px solid #3a3a3a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 12px;
  display: flex;
}

.text-block-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
}

.button-4 {
  color: #e4dcdc;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #0009;
  border: 1px solid #fff6;
  margin: 0 5px;
  padding: 11px 25px;
  font-size: 12px;
  font-weight: 200;
  transition: background-color .5s, border .5s, text-shadow .5s;
}

.button-4:hover {
  color: #fff;
  background-color: #000;
  border-color: #fff;
  box-shadow: 0 0 12px #fff;
}

.button-4.w--current {
  color: #fc1827;
  background-color: #0000;
  margin-top: 10px;
}

.button-4.footer {
  color: #fff;
  background-color: #0000;
  border-style: none;
  padding-left: 14px;
  padding-right: 14px;
  font-family: Poppins, sans-serif;
  font-size: 10px;
  font-weight: 400;
  text-decoration: none;
}

.button-4.footer.w--current {
  color: #fff;
}

.el-link {
  color: #fff;
  font-family: Lato, sans-serif;
  font-weight: 900;
  text-decoration: none;
}

.faq-answer {
  font-size: 13px;
}

.px-below {
  margin-bottom: 20px;
}

.cta-2 {
  float: left;
  color: #000;
  text-align: center;
  text-transform: none;
  background-color: #fff;
  background-image: linear-gradient(90deg, #f1cb67, #ecb52ad1 40% 60%, #f1cb67);
  border: 1px solid #fff;
  border-radius: 2px;
  margin-top: 0;
  padding: 14px 50px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 300;
  box-shadow: 0 2px 5px #0003;
}

.cta-2:hover {
  background-color: #5eaa74;
}

.contact-icon-div {
  justify-content: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
  display: flex;
}

.contact-section {
  padding-bottom: 0;
}

.contact-icon-columns {
  width: 85%;
  padding-top: 0;
  padding-bottom: 0;
}

.icon-col {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-16 {
  margin-top: 0;
  font-size: 16px;
  line-height: 26px;
  display: inline-block;
}

.text-16.text-16-60 {
  opacity: .6;
  color: #111;
  font-weight: 300;
}

.text-16.text-16-60.text-16__padding-bottom {
  opacity: .8;
  color: #111;
  margin-bottom: 28px;
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.text-16.text-16-60.text-16__padding-bottom.test {
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
}

.combine-icon_large-3 {
  width: 2.5rem;
  height: 2.5rem;
  color: var(--iw-blue);
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

.combine-icon_large-3._2 {
  margin-bottom: 0;
}

.in-page-logo {
  width: 125px;
  margin-bottom: 0;
}

.in-page-logo.contact {
  width: 150px;
  margin-bottom: 20px;
}

.form-holding-div {
  flex-direction: column;
  align-items: center;
  margin-top: -210px;
  padding-bottom: 40px;
  display: flex;
}

.contact-container {
  text-align: center;
  background-color: #fff;
  flex-flow: column;
  align-items: center;
  width: 50%;
  max-width: none;
  padding: 40px;
  display: flex;
  box-shadow: 0 1px 5px 4px #00000052;
}

.paragraph-6 {
  margin-bottom: 20px;
}

.class-type-icon {
  min-width: 100px;
  height: auto;
  margin-bottom: 15px;
}

.schedule-html {
  background-color: #0000000d;
  padding: 0;
  box-shadow: 0 2px 5px #0003;
}

.button-group {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  margin-top: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  display: flex;
}

.text-button {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #111249;
  border: 1px solid #0000;
  border-radius: .5rem;
  justify-content: flex-start;
  align-items: center;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-flex;
}

.text-button:hover {
  grid-column-gap: .7em;
  grid-row-gap: .7em;
  color: #1d6b7b;
}

.text-block {
  color: #505050;
  font-family: Poppins, sans-serif;
  font-size: 13px;
}

.button-icon-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1em;
  height: 1em;
  display: inline-flex;
}

.svg {
  color: #242525;
}

.path {
  color: var(--kss-blue);
}

.acc-logos {
  width: 50px;
  margin-left: 5px;
  margin-right: 5px;
}

.acc-logos.nav-dd {
  width: 75px;
}

.acc-logos.nav-dd.nebosh, .acc-logos.nebosh {
  display: none;
}

.walsh-dropdown {
  color: #fff;
}

.walsh-toggle-black {
  color: #2c2c2c;
  border-radius: 8px;
  padding: 0 32px 0 0;
  font-size: 14px;
  font-weight: 500;
  overflow: hidden;
}

.walsh-toggle-black:hover {
  background-color: #dbdbdb59;
}

.walsh-icon-dropdown {
  color: #000;
  margin-right: 12px;
}

.walsh-dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #dadada;
  border-radius: 5px;
  padding: 6px;
  box-shadow: 0 0 14px 5px #0000000d;
}

.walsh-dropdown-link {
  color: #000;
  border-radius: 2px;
  padding-left: 10px;
  font-weight: 500;
}

.walsh-dropdown-link:hover {
  color: #ff8d86;
  background-color: #eee;
  border-radius: 3px;
}

.text-block-3 {
  color: #000;
}

.about-contact-block {
  padding-left: 15px;
}

.hire-block-2 {
  background-color: #0a66c2;
  padding: 16px 20px;
}

.logo {
  width: 220px;
}

.industry-grid {
  grid-column-gap: 0px;
  grid-template: "Area-4 . ."
                 "Area Area-2 Area-3"
                 / 1fr 1fr 1fr;
  grid-auto-rows: minmax(auto, .25fr);
}

.nav-icon {
  color: #000;
  display: none;
}

.megamenu-icon-block {
  background-color: #f7f7f7;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
}

.vacancies-text {
  max-width: 300px;
  margin-left: 9px;
}

.about-contact-list-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.about-contact-list-item:hover {
  background-color: #f6f6f6;
  border-radius: 6px;
}

.megamenu-text {
  font-size: 14px;
  font-weight: 500;
}

.about-call-text-2 {
  color: #0a66c2;
  margin-left: 5px;
}

.all-btn-4 {
  color: #fff;
  background-color: #fff0;
  border: 1px solid #fff;
  border-radius: 5px;
  align-items: center;
  width: 148.203px;
  font-weight: 500;
  transition: border .3s, background-color .3s;
  display: flex;
}

.all-btn-4.inverse {
  color: #000;
  border-color: #000;
  justify-content: center;
  width: 150px;
  margin-right: 140px;
}

.html-embed-5 {
  color: #484848;
  text-align: center;
}

.about-dropdown {
  margin-left: 5px;
  margin-right: 5px;
  transition: all .3s;
  position: static;
}

.team-image {
  object-fit: contain;
  width: 100%;
  max-width: 650px;
  height: 100%;
}

.industry-list-2 {
  border-right: 1px solid #dee2e6;
  width: 100%;
}

.industry-list-2.last {
  border-right-style: none;
}

.about-contact-heading {
  margin-bottom: 5px;
  display: flex;
}

.about-text-block {
  margin-left: 8px;
}

.industry-link-block-2 {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  color: #484848;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.navbar-wrapper {
  grid-row-gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-wrapper._w-1200 {
  width: 100%;
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
}

.navbar-wrapper._w-1200.blur {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #fff;
  border-bottom: 1px solid #cacaca;
  justify-content: space-between;
  padding: 5px 0;
  position: absolute;
}

.hiring-list {
  display: none;
}

.vacancies-opening-btn-2 {
  background-color: #0a66c2;
  border-radius: 5px;
  padding: 11px 37px;
}

.vacancies-block {
  border-top: 1px solid #dee2e6;
  justify-content: space-between;
  margin-top: 20px;
  padding-top: 30px;
  display: flex;
}

.quote-btn-list {
  display: none;
}

.about-nav-dropdown-toggle-2 {
  color: #000;
  letter-spacing: .25px;
  padding: 20px 30px 20px 10px;
  line-height: 22px;
}

.about-nav-dropdown-toggle-2.w--open {
  padding-top: 20px;
  padding-bottom: 20px;
}

.dropdown-detail {
  display: flex;
}

.megamenu-heading {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.megamenu-heading.centre {
  justify-content: center;
}

.award-heading {
  margin-bottom: 18px;
  font-size: 18px;
  font-weight: 600;
}

.nav-link-10 {
  color: #000;
  letter-spacing: .25px;
  margin-left: 3px;
  margin-right: 3px;
  padding: 20px 10px;
  text-decoration: none;
  display: inline-block;
}

.nav-link-10:hover {
  border-bottom: 2px none var(--kss-blue);
  color: var(--kss-blue);
}

.about-text-2 {
  color: #1d262d;
  font-size: 14px;
  text-decoration: none;
}

.feature-paragraph-2 {
  color: #fff;
  margin-bottom: 8px;
}

.team-image-block {
  border-radius: 6px;
  align-self: flex-start;
  max-width: 650px;
  overflow: hidden;
}

.feature {
  z-index: 1;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.navbar-logo-left {
  z-index: 99999999;
  position: relative;
}

.about-contact-number-2 {
  color: #1d262d;
  text-decoration: none;
}

.about-contact-para {
  max-width: 492px;
  margin-bottom: 8px;
  font-size: 14px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide {
  width: 100%;
  left: 0;
  right: 0;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
  z-index: 10;
  transform-origin: 50% 0;
  border-radius: 0;
  max-width: 100%;
  margin-top: -10px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  top: 80px;
  left: 0;
  right: 0;
}

.nav-menu-wrapper {
  position: static;
}

.megamenu-list-item-link-block-2 {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  color: #484848;
  border-radius: 4px;
  align-items: center;
  padding: 6px 16px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.megamenu-list-item-link-block-2:hover {
  background-color: #0000000a;
}

.megamenu-main-block-2 {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  border-right: 1px solid #dee2e6;
  align-items: center;
  padding-left: 40px;
  padding-right: 15px;
}

.megamenu-main-block-2.last {
  border-right-style: none;
}

.megamenu-main-block-2._2 {
  border-right-style: none;
  padding-left: 10px;
  padding-right: 10px;
}

.industry-list-item {
  border-radius: 4px;
  margin-bottom: 5px;
  padding: 6px 20px;
}

.award-row {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.award-image-block {
  width: 120px;
}

.award-image-block.height {
  height: 100px;
}

.nav-logo-2 {
  z-index: 1;
  flex: none;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1440px;
  margin-bottom: 0;
  padding: 0;
  position: static;
}

.nav-dropdown-icon-4 {
  margin-right: 10px;
}

.quote-btn-res-2 {
  color: #0a66c2;
  background-color: #d961224d;
  border: 2px solid #0000;
  border-radius: 5px;
  font-weight: 600;
  transition: border .3s, background-color .3s;
}

.quote-btn-res-2:hover {
  background-color: #d9612200;
  border-color: #0a66c2;
}

.award-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.award-image.height {
  object-fit: fill;
}

.award-heading-block {
  width: 100%;
  margin-top: 11px;
  margin-bottom: 11px;
  padding: 16px;
}

.about-detail {
  border-radius: 6px;
  align-items: center;
  width: 263px;
  padding: 6px 20px;
  text-decoration: none;
  display: flex;
}

.industry-text-2 {
  color: #1d262d;
  font-size: 14px;
}

.megamenu-list-text {
  font-size: 14px;
}

.megamenu-list-text.bold {
  color: #1f1f1f;
  font-weight: 600;
}

.vacancies-detail-block {
  align-items: center;
  padding-left: 24px;
  display: flex;
}

.about-left-detail-block {
  border-right: 1px solid #dee2e6;
}

.about-icon-block {
  background-color: #f7f7f7;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
}

.dropdown-main-block-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid #000;
  border-bottom: 4px solid #0a66c2;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  padding: 25px 15px;
  display: flex;
  overflow: hidden;
}

.dropdown-main-block-2.hire-dropdown {
  z-index: 99999999;
  clear: none;
  flex-direction: column;
  align-items: stretch;
  margin-top: -5px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
  overflow: hidden;
}

.hire-grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template: "Area-4 . ."
                 "Area Area-2 Area-3"
                 / 1fr 1fr 1fr;
  grid-auto-rows: minmax(auto, .25fr);
  grid-auto-columns: 1fr;
  justify-items: stretch;
  padding-bottom: 30px;
  display: grid;
}

.technology-dropdown-res {
  display: none;
}

.hire-btn-2 {
  background-color: #0a66c2;
  border: 1px solid #fff;
  border-radius: 5px;
  margin-top: 15px;
  padding: 10px 20px;
  font-weight: 500;
}

.container-2 {
  z-index: 0;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.container-2.p-0 {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.industry-icon-block {
  background-color: #f7f7f7;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
}

.feature-grid-2 {
  grid-column-gap: 0px;
  background-color: #0a66c280;
  grid-template: "Area Area Area"
  / 1fr 1fr 1fr 1fr;
  margin-top: 48px;
  padding-top: 11px;
  padding-bottom: 11px;
}

.technology-block {
  display: none;
}

.industry-block-2 {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  align-items: center;
  display: flex;
}

.container-3 {
  background-color: #8cc6ed;
  min-width: 100%;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.topbar---t3 {
  background-color: var(--kss-blue);
  border: 1px #000;
  border-bottom: 1px solid #696969;
  padding-left: 30px;
  padding-right: 30px;
}

.container---t3 {
  max-width: 1140px;
}

.top-bar-block---t3 {
  justify-content: space-between;
  align-items: center;
  width: 95%;
  min-height: 34px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.topbar-text---t3 {
  color: #1d262d;
  font-size: 13px;
}

.topbar-contact-block---t3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.contact-text---t3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  align-items: center;
  font-size: 13px;
  text-decoration: none;
  display: flex;
}

.cert-icon-body {
  max-width: 75px;
}

.paragraph-8 {
  margin-bottom: 40px;
  font-weight: 300;
}

.code-embed {
  height: auto;
  min-height: 200vh;
}

.rt-category-cards-text {
  color: var(--text-dark);
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}

.rt-component-container {
  flex-flow: column;
  align-items: center;
  width: auto;
  max-width: 1290px;
  display: flex;
  position: relative;
}

.rt-component-section {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  width: 100%;
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  padding: 0 15px;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-tag-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.rt-tag-wrapper.rt-tab-view {
  margin-bottom: 30px;
}

.rt-white-line-image-two {
  border: 1px solid #6c6a86;
  width: 24px;
}

.rt-logistic-heading {
  text-align: center;
  max-width: 511px;
  margin-top: 0;
  margin-bottom: 25px;
}

.rt-logistic-section-image {
  object-fit: cover;
  width: 100%;
  box-shadow: 0 20px 40px #00000026;
}

.rt-logistic-head-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.rt-logistic-head-content.rt-home-two-logistic-heading {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  font-family: Poppins, sans-serif;
}

.rt-logistic-card-sub-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
  display: flex;
}

.rt-card-content-box {
  z-index: 2;
  width: 87%;
  padding: 40px 10px 10px 60px;
  position: relative;
}

.rt-white-card-box {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.rt-logistic-hrading-paragraph {
  color: #5a5b5b;
  letter-spacing: -.0225px;
  width: 566px;
  margin-bottom: 50px;
}

.rt-logistic-card-wrapper {
  z-index: 2;
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.rt-logistic-box-paragraph {
  color: #666;
}

.rt-orange-arrow {
  width: 17px;
  height: 19.125px;
}

.rt-white-box-overlay {
  background-color: #fff;
  width: 100%;
  position: absolute;
  inset: 0% -17% 0% auto;
  transform: skew(-22deg);
}

.rt-black-round {
  z-index: 20;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 58px;
  height: 58px;
  padding: 10px;
  display: flex;
  position: absolute;
  top: -17%;
  bottom: auto;
  left: 8%;
  box-shadow: 0 2px 3px #0000004a;
}

.rt-logistic-card-box {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.rt-logistic-card-box:hover {
  opacity: 1;
  mix-blend-mode: normal;
  background-color: #d7edfc;
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

.code-embed-2 {
  color: #195d22;
}

.div-block-2 {
  flex-flow: column;
  justify-content: center;
  width: 100%;
  display: flex;
}

.paragraph-9 {
  margin-bottom: 20px;
}

.rt-category-cards-text-2 {
  color: var(--text-dark);
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.rt-category-cards-text-2.qual {
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}

.rt-component-section-2 {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  width: auto;
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  padding: 40px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-body-font {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.rt-team-oneteam-members-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  max-width: 100%;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  display: grid;
}

.rt-team-member-image {
  background-color: #00aeff38;
  background-image: linear-gradient(#00000030, #00000030), url('../images/pexels-pixabay-260689.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-end;
  padding-top: 10px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.rt-doctor-name-and-category {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  align-items: center;
  margin-top: 31px;
  display: flex;
}

.rt-doctor-name-and-category.rt-doctor-name-and-category-marging-top-decrease {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  margin-top: 21px;
  padding-left: 5px;
  padding-right: 5px;
}

.rt-team-member {
  border-radius: 10px;
  max-width: none;
  margin-left: 5px;
  margin-right: 5px;
  padding-bottom: 20px;
  overflow: hidden;
  box-shadow: 0 4px 8px #3339;
}

.rt-doctor-social-media {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.rt-full-image-width-in-responsive {
  box-sizing: border-box;
  vertical-align: baseline;
  object-fit: none;
  max-width: none;
  overflow: clip;
}

.bio {
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
}

.rt-component-container-2 {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-component-section-3 {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  width: 100%;
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  padding: 80px 15px 20px;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-body-font-color {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  transition: color .35s;
}

.rt-tabs-menu-2 {
  flex-direction: column;
  flex: 0 50%;
  margin-right: 20px;
  padding-bottom: 32px;
  display: flex;
}

.rt-tabs-menu-2.rt-with-border {
  border-right: 1px solid #79797999;
  flex-basis: 40%;
  align-self: stretch;
  margin-right: 15px;
  padding-bottom: 0;
  padding-right: 50px;
}

.rt-home-one-industries-btn-block {
  margin-top: 30px;
  display: flex;
}

.rt-tabs-content-2 {
  flex: 0 50%;
  margin-left: 20px;
  overflow: visible;
}

.rt-tabs-content-2.rt-service-one-tab-content {
  flex-basis: 60%;
  margin-left: 60px;
}

.rt-home-one-hero-button-2 {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  border: 0 solid #0000;
  border-radius: 10px;
  position: relative;
}

.rt-service-one-tabs {
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-autofit-10 {
  object-fit: cover;
}

.rt-autofit-10.rt-border-radious {
  border-radius: 10px;
  margin-bottom: 10px;
}

.rt-tab-link-three {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  background-color: #0000;
  border-bottom: 1px solid #0000001a;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 1.3125rem;
  font-weight: 400;
  line-height: 100%;
}

.rt-tab-link-three.w--current {
  border-bottom-style: solid;
  border-bottom-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  background-color: var(--kss-blue);
  color: var(--radiant-ui-components-library-marketplace--color--white);
  border-radius: 9px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.rt-hero-button-background-2 {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  border: 1px solid #0000;
  border-radius: 10px;
  position: absolute;
  inset: 0%;
}

.rt-button-main-6 {
  color: #060f1a;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  height: 54px;
  padding: 0 35px;
  font-size: .9375rem;
  line-height: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading-14 {
  color: var(--text-dark);
}

.mini-phone {
  background-color: var(--iw-blue);
  border-radius: 20px;
  width: 32px;
  padding: 5px;
}

.paragraph-10 {
  margin-bottom: 20px;
}

.expand-div {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-bottom: 0;
  display: flex;
}

.expand-img {
  width: 20px;
}

.expan-text {
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
}

.expand-link {
  color: #252525;
  width: 10%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: block;
}

.img {
  box-shadow: 0 2px 5px #0003;
}

.mob-icon {
  display: none;
}

.code-embed-3 {
  margin-top: 20px;
}

@media screen and (min-width: 1280px) {
  .hire-block-2 {
    padding-left: 44px;
    padding-right: 44px;
  }

  .megamenu-text {
    font-size: 16px;
  }

  .industry-list-2 {
    margin-bottom: 0;
  }

  .industry-link-block-2 {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    color: #484848;
    align-items: center;
    text-decoration: none;
    display: flex;
  }

  .navbar-wrapper._w-1200.blur {
    justify-content: space-between;
    align-items: center;
    max-width: none;
    display: flex;
  }

  .feature {
    padding-left: 96px;
    padding-right: 96px;
  }

  .megamenu-main-block-2 {
    padding-left: 48px;
  }

  .industry-list-item {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    border-radius: 4px;
    align-items: center;
    margin-bottom: 5px;
    padding: 6px 20px;
    transition: background-color .3s;
    display: flex;
  }

  .industry-list-item:hover {
    background-color: #0000000a;
  }

  .award-row {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .industry-text-2, .megamenu-list-text {
    font-size: 16px;
  }

  .dropdown-main-block-2 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .dropdown-main-block-2.hire-dropdown {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .industry-block-2 {
    color: #484848;
    padding-left: 48px;
    padding-right: 15px;
    text-decoration: none;
  }

  .container---t3 {
    padding-left: 0;
    padding-right: 0;
  }

  .topbar-text---t3 {
    line-height: 30px;
  }

  .topbar-contact-block---t3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .contact-text---t3 {
    line-height: 30px;
  }

  .rt-tag-wrapper {
    margin-bottom: 25px;
  }

  .rt-logistic-head-content {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .rt-card-content-box {
    padding-bottom: 40px;
    padding-left: 70px;
  }

  .rt-white-card-box {
    position: absolute;
    inset: auto 0% 0%;
  }

  .rt-logistic-hrading-paragraph {
    width: 566px;
    margin-bottom: 40px;
  }

  .rt-logistic-card-wrapper {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rt-logistic-box-paragraph {
    margin-bottom: 0;
  }

  .rt-black-round {
    z-index: 10;
    background-color: #fff;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    width: 58px;
    height: 58px;
    display: flex;
  }

  .rt-logistic-card-box {
    position: relative;
  }
}

@media screen and (min-width: 1440px) {
  .sub-banner {
    background-position: 0 0, 50% 70%;
    height: 350px;
  }

  .div-content-hero {
    width: 45%;
    margin-top: 312px;
  }

  .subhead-3.home {
    width: 100%;
    font-size: 26px;
    font-weight: 300;
    line-height: 1.2;
  }

  .body-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .bos-wrap-text {
    height: 306.367px;
  }

  .heading-12.normal {
    font-family: Ubuntu, Helvetica, sans-serif;
    font-size: 42px;
    line-height: 1.1;
  }

  .paragraph-2 {
    font-size: 20px;
    line-height: 1.2;
  }

  .paragraph-2.centre.px-below {
    font-size: 18px;
  }

  .tagline {
    font-size: 14px;
  }

  .wrap.w40-center {
    justify-content: space-around;
    padding-left: 100px;
    padding-right: 100px;
  }

  .bos-container-1.logos {
    max-width: 50%;
  }

  .content-block {
    padding-right: 60px;
  }

  .paragraph {
    font-size: 20px;
    line-height: 1.2;
  }

  .service-image {
    height: 360px;
  }

  .paragraph-5 {
    font-size: 20px;
    line-height: 1.2;
  }

  .heading-13.normal {
    font-size: 46px;
    line-height: 1.1;
  }

  .tagline-2 {
    font-size: 14px;
  }

  .contact-icon-columns {
    width: 50%;
  }

  .text-16.text-16-60.text-16__padding-bottom {
    font-size: 20px;
    line-height: 1.6;
  }

  .in-page-logo {
    width: 175px;
  }

  .form-holding-div {
    padding-bottom: 60px;
  }

  .about-contact-block {
    padding-left: 48px;
  }

  .industry-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .team-image {
    max-width: 650px;
  }

  .navbar-wrapper._w-1200.blur {
    max-width: none;
  }

  .nav-link-10, .about-text-2, .about-contact-para {
    font-size: 16px;
    line-height: 22px;
  }

  .megamenu-main-block-2.last {
    border-right-style: none;
  }

  .navbar-logo-left-container.shadow-three {
    max-width: none;
  }

  .about-detail {
    width: 300px;
  }

  .nav-text-2 {
    font-size: 16px;
  }

  .dropdown-main-block-2 {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
  }

  .hire-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .container-2.p-0 {
    max-width: none;
  }

  .container---t3 {
    max-width: 100%;
  }

  .topbar-text---t3 {
    line-height: 30px;
  }

  .topbar-contact-block---t3 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .contact-text---t3 {
    line-height: 30px;
  }

  .rt-card-content-box {
    padding-bottom: 20px;
  }

  .rt-black-round {
    top: -12%;
    left: 14%;
  }

  .rt-team-oneteam-members-wrapper {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .rt-team-member {
    border-radius: 4px;
  }

  .rt-tabs-menu-2 {
    margin-right: 50px;
  }

  .rt-tabs-content-2 {
    margin-left: 50px;
  }
}

@media screen and (min-width: 1920px) {
  .navbar-wrapper._w-1200.blur {
    max-width: 2500px;
  }

  .award-image-block {
    height: 120px;
  }

  .navbar-logo-left-container.shadow-three {
    max-width: none;
  }

  .container-2.p-0 {
    max-width: 2500px;
  }

  .topbar---t3 {
    border: 0 solid #000;
  }

  .container---t3 {
    margin-left: 0;
    margin-right: 0;
  }

  .rt-tabs-menu-2.rt-with-border {
    flex-basis: 35%;
  }

  .rt-tabs-content-2.rt-service-one-tab-content {
    flex-basis: 65%;
  }

  .rt-tab-link-three {
    font-size: 1.5625rem;
  }
}

@media screen and (max-width: 991px) {
  .navigation {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .nav-menu {
    background-color: #1b1b1b;
  }

  .navigation-link {
    text-align: left;
    display: block;
  }

  .brand-logo {
    margin-top: 12px;
  }

  .contact-wrapper {
    width: 100%;
  }

  .photo-overlay.with-padding {
    padding-left: 10px;
    padding-right: 10px;
  }

  .team-wrapper {
    background-position: -164px 0;
  }

  .sub-banner, .sub-banner.blog.no-padding-blog {
    padding-left: 0;
    padding-right: 0;
  }

  .align-right.center {
    text-align: center;
  }

  .tab-menu {
    margin-left: 0;
    margin-right: 0;
  }

  .dynamic-gallery {
    width: 50%;
  }

  .gallery-overlay {
    display: none;
  }

  .top-text.in-subpage {
    font-size: 42px;
  }

  .logo-footer {
    text-align: center;
  }

  .blog-content {
    height: auto;
  }

  .hamburger {
    color: #fff;
  }

  .hamburger.w--open {
    background-color: #e23b7d;
  }

  .gallery-overlay-mobile {
    background-image: linear-gradient(to top, #0009, #fff0);
    display: block;
  }

  .left-copyright-flex {
    flex-direction: column;
    align-items: center;
    padding-left: 10px;
  }

  .copyright-2 {
    margin-bottom: 7px;
  }

  .link.left {
    margin-left: 0;
  }

  .made-with-webflow.left-margin {
    margin-bottom: 7px;
    margin-left: 0;
  }

  .button-arrow.for-bolt, .arrow-flip.bolt {
    width: 24px;
  }

  .hero-background {
    padding-top: 38px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-content-hero {
    flex-flow: column;
    align-items: center;
    width: 100%;
    margin-left: auto;
    display: flex;
  }

  .hero-heading {
    text-align: center;
  }

  .subhead-3.home {
    text-align: center;
    width: 100%;
  }

  .cta {
    float: none;
    padding-left: 117px;
    padding-right: 117px;
    display: inline-block;
  }

  .shape {
    width: 40px;
    height: 40px;
  }

  .top-title-2 {
    font-size: 42px;
    line-height: 60px;
  }

  .logo-client-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }

  .features-content {
    padding-right: 0;
  }

  .features-wrapper {
    margin-top: 0;
  }

  .section-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .grid {
    flex-direction: column;
    display: flex;
  }

  .grid._2 {
    flex-direction: column-reverse;
  }

  .title-content {
    text-align: center;
  }

  .ceo-wrapper {
    max-width: 100%;
    margin-right: 0;
  }

  .logo-client {
    flex: 0 25%;
  }

  .small-blue-title {
    text-align: center;
  }

  .bos-wrap-wrap-1 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .heading-12.normal, .paragraph-2 {
    text-align: center;
  }

  .wrap {
    width: 645px;
  }

  .wrap.w40-center {
    text-align: center;
    text-align: center;
    text-align: center;
    flex-direction: column;
  }

  .content-block {
    margin-bottom: 30px;
    padding-right: 0;
  }

  .grid-2.services {
    grid-template-columns: 1fr;
  }

  .paragraph {
    text-align: center;
  }

  .service-image {
    height: 432.891px;
  }

  .cta-title {
    text-align: center;
  }

  .grid-3 {
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .grid-3.cta {
    text-align: center;
  }

  .flex-cta {
    margin-top: 10px;
  }

  .small-red-title.white {
    text-align: center;
  }

  .social-icons-container.on-page.dd.mob {
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
  }

  .paragraph-5, .heading-13.normal {
    text-align: center;
  }

  .image {
    width: 120px;
  }

  .footerlinkholder {
    flex-direction: column;
    align-items: center;
    padding-top: 6px;
    padding-bottom: 6px;
    display: flex;
  }

  .mainfooter {
    padding-top: 21px;
    padding-bottom: 21px;
  }

  .button-4.footer {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .cta-2 {
    float: none;
    padding-left: 117px;
    padding-right: 117px;
    display: inline-block;
  }

  .contact-icon-columns {
    flex-flow: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .icon-col {
    margin-bottom: 20px;
  }

  .text-16.text-16-60 {
    width: 100%;
  }

  .combine-icon_large-3 {
    margin-bottom: 10px;
  }

  .contact-container {
    width: 70%;
    max-width: none;
  }

  .paragraph-6 {
    text-align: center;
  }

  .acc-logos.nav-dd.mini {
    width: 50px;
  }

  .walsh-dropdown {
    width: 100%;
    margin-left: 0;
    margin-right: auto;
  }

  .walsh-toggle-black {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .walsh-toggle-black:hover {
    background-color: #0000;
  }

  .logo {
    object-fit: cover;
    width: 300px;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    z-index: 9999999;
    background-color: #c8c8c800;
    position: relative;
  }

  .nav-icon {
    display: block;
  }

  .technology-dropdown-list-res-2 {
    background-color: #fff;
    position: relative;
  }

  .all-btn-4, .icon---1 {
    display: none;
  }

  .about-dropdown {
    width: 100%;
  }

  .navbar-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .navbar-wrapper._w-1200.blur {
    z-index: 2147483647;
    grid-column-gap: 0px;
    background-color: #fff;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    display: block;
  }

  .hiring-list {
    margin-top: 10px;
    margin-left: 20px;
    display: block;
  }

  .technology-list-item {
    list-style-type: disc;
  }

  .quote-btn-list {
    padding-left: 15px;
    padding-right: 10px;
    display: block;
  }

  .about-nav-dropdown-toggle-2 {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .about-nav-dropdown-toggle-2.w--open {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hiring-list-item-res-2 {
    color: #484848;
    padding: 10px 20px;
  }

  .nav-link-10 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    color: #1d262d;
    text-align: left;
    flex-flow: row;
    align-items: center;
    width: 100%;
    padding: 10px;
    display: flex;
  }

  .nav-list-item {
    color: #1d262d;
    text-align: left;
    align-self: auto;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    list-style-type: none;
    display: flex;
  }

  .team-image-block {
    order: -1;
    margin-left: auto;
    margin-right: auto;
  }

  .technology-link {
    color: #000;
    width: 100%;
    padding: 5px 10px;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
  }

  .technology-link.bold {
    font-weight: 600;
  }

  .technology-link.login {
    color: #0030a8;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    flex-direction: column;
    width: 100%;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
    background-color: #fff0;
    position: relative;
    top: 0;
    overflow: hidden;
  }

  .technology-dropdown-list-2 {
    color: #1d262d;
    cursor: pointer;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 40px;
    font-size: 14px;
  }

  .nav-menu-wrapper {
    z-index: 9999;
    border-bottom: 1px solid var(--kss-blue);
    color: #fff0;
    -webkit-text-fill-color: inherit;
    background-color: #b5e1ff;
    background-clip: border-box;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    max-height: 100vh;
    margin-top: 60px;
    position: absolute;
    overflow: auto;
  }

  .icon-7 {
    color: var(--kss-blue);
    font-size: 26px;
  }

  .technology-list {
    padding-left: 80px;
  }

  .hiring-list-item-text-res {
    color: #000;
    font-size: 14px;
    text-decoration: none;
  }

  .nav-logo-2 {
    margin-top: 10px;
  }

  .navbar-logo-left-container.shadow-three {
    background-color: #0000;
    padding: 0;
    overflow: visible;
  }

  .technology-dropdown-toggle-res {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 40px;
  }

  .technology-dropdown-toggle-res.w--open {
    padding-left: 40px;
  }

  .nav-dropdown-icon-4 {
    color: #1d262d;
    display: flex;
  }

  .quote-btn-res-2 {
    color: #1d262d;
    background-color: #fff0;
    border-color: #1d262d;
  }

  .quote-btn-res-2:hover {
    border-color: #1d262d;
  }

  .technology-icon {
    margin-right: 9px;
  }

  .nav-text-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    color: #000;
    display: flex;
  }

  .dropdown-main-block-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: center;
  }

  .dropdown-main-block-2.hire-dropdown {
    display: none;
  }

  .technology-dropdown-res {
    width: 100%;
    max-width: 100%;
    display: block;
  }

  .container-2 {
    padding-left: 20px;
    padding-right: 20px;
    overflow: visible;
  }

  .nav-menu-two {
    z-index: 0;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: #ffffff9e;
    flex-flow: column wrap;
    justify-content: space-around;
    align-items: flex-start;
    width: 100%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    position: relative;
    box-shadow: 0 8px 50px #0000000d;
  }

  .technology-block {
    display: block;
    overflow: hidden;
  }

  .nav-icon {
    width: 15px;
  }

  .topbar---t3 {
    display: block;
  }

  .rt-tag-wrapper {
    margin-bottom: 15px;
  }

  .rt-logistic-heading {
    margin-bottom: 22px;
  }

  .rt-logistic-hrading-paragraph {
    width: 100%;
    margin-bottom: 40px;
  }

  .rt-logistic-card-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .rt-doctor-name-and-category {
    margin-top: 21px;
  }

  .rt-team-member {
    max-width: 100%;
  }

  .rt-full-image-width-in-responsive {
    width: 100%;
    height: 100%;
  }

  .rt-tabs-menu-2 {
    margin-right: 0;
  }

  .rt-tabs-menu-2.rt-with-border {
    margin-right: 10px;
  }

  .rt-tabs-content-2 {
    margin-left: 0;
  }

  .rt-tabs-content-2.rt-service-one-tab-content {
    margin-left: 10px;
  }

  .rt-service-one-tabs {
    margin-top: 30px;
  }

  .rt-tab-link-three {
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-block {
    text-align: center;
  }

  .mob-icon {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .contact-wrapper {
    padding: 20px 30px;
  }

  .photo-overlay {
    padding-left: 20px;
    padding-right: 20px;
  }

  .big-title {
    font-size: 52px;
    line-height: 62px;
  }

  .top-title.no-margin.in-category {
    margin-top: 56px;
  }

  .team-wrapper {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: -164px 0;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .dynamic-gallery {
    width: 100%;
  }

  .top-text {
    line-height: 54px;
  }

  .top-text.in-subpage {
    margin-top: 0;
  }

  .top-text.biger {
    margin-bottom: 10px;
  }

  .div-meta {
    border-right-style: none;
    margin-bottom: 10px;
    display: block;
  }

  .blog-image {
    height: auto;
  }

  .team-color {
    background-color: #fffffff0;
    padding: 33px;
  }

  .mobile-space {
    margin-top: 20px;
  }

  .hero-background {
    padding-left: 0;
    padding-right: 0;
  }

  .div-content-hero {
    text-align: center;
  }

  .subhead-3 {
    width: 85%;
  }

  .subhead-3.home {
    margin-left: auto;
    margin-right: auto;
  }

  .top-title-2 {
    font-size: 26px;
  }

  .logo-client-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }

  .features-content {
    padding-bottom: 30px;
    padding-left: 0;
  }

  .margin-page {
    margin-top: 100px;
  }

  .features-wrapper {
    flex-direction: column;
    margin-top: 20px;
  }

  .section-2.red {
    overflow: hidden;
  }

  .top-fusion {
    margin-bottom: 30px;
  }

  .title-content {
    font-size: 38px;
    line-height: 42px;
  }

  .logo-client {
    flex-basis: 33.3333%;
  }

  .bos-wrap-wrap-1 {
    grid-template-columns: 1fr 1fr;
  }

  .wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .h3-heading {
    font-size: 40px;
  }

  .grid-2.services {
    grid-template-columns: 1fr 1fr;
  }

  .text-block-2 {
    text-align: center;
  }

  .button-4 {
    margin-bottom: 10px;
    display: block;
  }

  .button-4.footer {
    margin-bottom: 0;
  }

  .contact-section {
    padding-bottom: 0;
  }

  .contact-container {
    width: 80%;
  }

  .vacancies-text {
    font-size: 14px;
  }

  .about-dropdown {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .team-image {
    max-width: 100%;
  }

  .vacancies-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
    padding-top: 10px;
  }

  .about-nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .dropdown-detail {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
  }

  .nav-link-10 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .team-image-block {
    max-width: 100%;
  }

  .about-contact-number-2 {
    font-size: 14px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-logo-2 {
    padding-left: 0;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .vacancies-detail-block {
    padding-left: 0;
  }

  .about-left-detail-block {
    border-right-style: none;
  }

  .nav-menu-two {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .rt-tag-wrapper, .rt-tag-wrapper.rt-tab-view {
    margin-bottom: 18px;
  }

  .rt-logistic-heading {
    margin-bottom: 20px;
  }

  .rt-logistic-section-image {
    object-fit: cover;
    width: 100%;
  }

  .rt-logistic-card-wrapper {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .rt-team-oneteam-members-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .rt-tabs-menu-2.rt-with-border {
    border-right-style: none;
  }

  .rt-tabs-content-2.rt-service-one-tab-content {
    margin-left: 0;
  }

  .rt-service-one-tabs {
    flex-direction: column;
  }

  .rt-autofit-10 {
    height: auto;
  }

  .rt-tab-link-three {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 479px) {
  .navigation {
    padding-left: 10px;
    padding-right: 10px;
  }

  .contact-wrapper {
    padding: 80px 10px 10px;
  }

  .align-center {
    padding-left: 10px;
    padding-right: 10px;
  }

  .big-title {
    letter-spacing: -2px;
    text-shadow: 0 1px 1px #000;
    max-width: 90%;
    font-size: 36px;
    line-height: 44px;
  }

  .sub-text-slider {
    color: #fff;
    line-height: 24px;
  }

  .button.dbl {
    margin-bottom: 10px;
  }

  .button.dbl._3 {
    margin-left: 5px;
    margin-right: 5px;
    padding: 10px;
  }

  .top-title.no-margin {
    margin-bottom: -85px;
  }

  .top-title.no-margin.in-mobile {
    margin-bottom: 22px;
  }

  .top-title.no-margin.in-category {
    margin-top: 0;
    margin-bottom: -70px;
  }

  .team-wrapper {
    background-size: cover;
    height: 700px;
  }

  .sub-banner {
    background-image: linear-gradient(0deg, #00000096, #000000ad 43%, #0000003b 79%, #0000), url('../images/pexels-rdne-7648050.jpg');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: 250px;
  }

  .tab-menu {
    padding-left: 10px;
    padding-right: 10px;
  }

  .top-text {
    margin-bottom: 10px;
    font-size: 32px;
    font-weight: 400;
    line-height: 1;
  }

  .top-text.in-subpage {
    margin-top: 0;
    margin-bottom: 0;
  }

  .top-text.in-subpage.diffrent-font {
    margin-bottom: 15px;
  }

  .team-name {
    font-size: 32px;
    line-height: 42px;
  }

  .hamburger.w--open {
    color: var(--iw-blue);
    background-color: #e23b7d00;
  }

  .arrow-flip.bolt {
    width: 24px;
  }

  .hero-background {
    background-image: linear-gradient(#0000 29%, #0000004d 40%, #0006 57%, #fff0 67%), url('../images/pexels-daniel-reynaga-337914704-19525827.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    height: 100vh;
    padding-top: 32px;
  }

  .div-content-hero {
    margin-top: 190px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .hero-heading {
    margin-top: 0;
    font-size: 42px;
    font-weight: 300;
    line-height: 1.1;
  }

  .subhead-3 {
    width: 95%;
  }

  .subhead-3.home {
    text-shadow: 0 1px 1px #00000070;
    width: 95%;
    margin-bottom: 140px;
    font-size: 20px;
    line-height: 1.1;
  }

  .cta {
    margin-bottom: 10px;
    padding-left: 73px;
    padding-right: 73px;
  }

  .shape {
    left: 208px;
  }

  .top-title-2 {
    font-size: 20px;
    line-height: 63px;
  }

  .features-content {
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .margin-page {
    margin-top: 0;
  }

  .features-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
    margin-top: 20px;
  }

  .features-wrapper.wide {
    margin-top: 40px;
  }

  .section-2._0-top.in-home {
    padding-top: 100px;
  }

  .top-fusion {
    display: none;
  }

  .grid.margin-grid.course-booking {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .grid.margin-grid.flip-mob {
    flex-flow: wrap-reverse;
  }

  .title-content {
    text-align: center;
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 36px;
  }

  .ceo-wrapper {
    text-align: left;
    padding: 20px 0 0;
  }

  .logo-client {
    padding-left: 10px;
    padding-right: 10px;
  }

  .small-blue-title {
    text-align: center;
    line-height: 1.4;
  }

  .small-blue-title.faq {
    margin-bottom: 5px;
    line-height: 1.3;
  }

  .bos-wrap-wrap-1 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .bos-wrap-wrap-1._3-col {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .body-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .body-section.contact {
    background-image: linear-gradient(#0000004f, #0000004f), url('../images/pexels-theworkof-335155.jpg');
    background-size: auto, 1000px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .body-section.no-mob-px-below {
    padding-bottom: 0;
  }

  .bos-wrap-text.logos {
    padding-left: 5px;
    padding-right: 5px;
  }

  .heading-12 {
    font-size: 32px;
    line-height: 1.1;
  }

  .heading-12.normal {
    line-height: 1.2;
  }

  .paragraph-2 {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .tagline {
    text-align: center;
    margin-bottom: 10px;
  }

  .wrap.w40-center {
    width: 95%;
    padding: 0;
  }

  .bos-container-1 {
    width: 95%;
  }

  .bos-container-1.logos {
    max-width: 70%;
  }

  .content-block {
    margin-bottom: 20px;
  }

  .content-block.center {
    margin-bottom: 0;
  }

  .grid-2 {
    grid-template-columns: 1fr;
  }

  .grid-2.services {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .paragraph {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .container-large {
    width: 100%;
  }

  .services-container {
    padding: 2px;
  }

  .service-image {
    width: 100%;
    height: 220px;
  }

  .paragraph-3 {
    margin-bottom: 15px;
  }

  .cta-title {
    text-align: center;
    font-size: 26px;
    line-height: 1.2;
  }

  .grid-3 {
    grid-row-gap: 0px;
  }

  .button-icon {
    margin-bottom: 0;
  }

  .flex-cta {
    flex-flow: column;
    margin-top: 15px;
  }

  .small-red-title.white {
    text-align: center;
  }

  .social-icon-img {
    width: 25px;
    margin-left: 3px;
    margin-right: 3px;
  }

  .paragraph-5 {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .heading-13 {
    font-size: 32px;
  }

  .heading-13.normal {
    line-height: 1.2;
  }

  .tagline-2 {
    text-align: center;
  }

  .fixed-image-scroller {
    height: 25vh;
  }

  .image.footer-logo {
    height: 25px;
  }

  .social-icon-img-2 {
    width: 25px;
    margin-left: 3px;
    margin-right: 3px;
  }

  .footerlinkholder {
    margin-bottom: 5px;
  }

  .mainfooter {
    padding: 40px 5px 20px;
  }

  .text-block-2 {
    margin-bottom: 5px;
    font-size: 10px;
    line-height: 1.4;
  }

  .button-4.footer.w--current {
    margin-top: 0;
  }

  .faq-answer {
    margin-bottom: 25px;
    line-height: 22px;
  }

  .cta-2 {
    margin-bottom: 10px;
    padding-left: 73px;
    padding-right: 73px;
  }

  .contact-icon-div {
    margin-bottom: 0;
  }

  .contact-section {
    padding-bottom: 0;
  }

  .contact-icon-columns {
    flex-flow: row;
  }

  .text-16.text-16-60, .text-16.text-16-60.text-16__padding-bottom {
    font-size: 14px;
    line-height: 24px;
  }

  .text-16.text-16-60.text-16__padding-bottom.test {
    line-height: 18px;
  }

  .combine-icon_large-3 {
    margin-bottom: 15px;
  }

  .in-page-logo {
    width: 100px;
  }

  .in-page-logo.contact {
    margin-bottom: 0;
  }

  .form-holding-div {
    margin-top: -100px;
  }

  .contact-container {
    width: 90%;
    padding: 40px 10px 20px;
  }

  .paragraph-6, .paragraph-7 {
    text-align: center;
  }

  .class-type-icon {
    min-width: 60px;
    margin-bottom: 0;
  }

  .button-group {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
  }

  .text-button {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    justify-content: center;
  }

  .acc-logos {
    width: 35px;
  }

  .acc-logos.nav-dd.mini {
    width: 40px;
  }

  .walsh-toggle-black {
    padding-top: 15px;
    padding-bottom: 14px;
  }

  .logo {
    flex: none;
    width: 200px;
  }

  .menu-button.w--open {
    background-color: #fff;
  }

  .nav-icon {
    font-size: 14px;
  }

  .navbar-wrapper._w-1200.blur {
    padding: 5px 10px;
  }

  .megamenu-heading.centre {
    margin-bottom: 5px;
  }

  .nav-menu-wrapper {
    opacity: 1;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
  }

  .nav-logo-2 {
    margin-top: 13px;
  }

  .about-detail {
    padding: 3px 10px;
  }

  .dropdown-main-block-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-2 {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  .topbar---t3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .top-bar-block---t3 {
    justify-content: center;
    min-height: 25px;
  }

  .contact-text---t3 {
    font-size: 12px;
    font-weight: 500;
    display: block;
  }

  .contact-text---t3._2 {
    display: none;
  }

  .rt-tag-wrapper {
    margin-bottom: 16px;
  }

  .rt-logistic-heading {
    margin-bottom: 30px;
  }

  .rt-card-content-box {
    padding-top: 40px;
    padding-bottom: 20px;
    padding-right: 20px;
  }

  .rt-white-box-overlay {
    transform: skew(-16deg);
  }

  .rt-component-section-2 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .rt-body-font {
    line-height: 1.4;
  }

  .rt-team-oneteam-members-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
    max-width: 100%;
  }

  .rt-team-member {
    margin-left: 0;
    margin-right: 0;
  }

  .bio {
    font-size: 12px;
    line-height: 1.4;
  }

  .rt-component-section-3 {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .rt-tabs-menu-2.rt-with-border {
    margin-bottom: 30px;
    padding-right: 0;
  }

  .rt-service-one-tabs {
    margin-top: 0;
    display: block;
  }

  .rt-tab-link-three {
    margin-bottom: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }

  .rt-tab-link-three.w--current {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .mini-phone {
    width: 25px;
  }

  .expand-link {
    width: 60%;
  }

  .mob-icon {
    display: flex;
  }
}

#w-node-e317fb16-155d-d102-ad21-1f0c6aef2e43-d22a9756 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-e317fb16-155d-d102-ad21-1f0c6aef2e45-d22a9756, #w-node-_980d574f-5bcf-4eef-7d97-0602a70450f0-d22a9756 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center start;
}

#w-node-_1f334053-85bb-ec8f-1c0a-8c7a3b2361d4-3b23617b, #w-node-_1f334053-85bb-ec8f-1c0a-8c7a3b2361f6-3b23617b, #w-node-_1f334053-85bb-ec8f-1c0a-8c7a3b236227-3b23617b, #w-node-_8fd6a231-746b-39df-599b-24b5a14ae2d2-88e0ec21, #w-node-_8fd6a231-746b-39df-599b-24b5a14ae2f4-88e0ec21, #w-node-_8fd6a231-746b-39df-599b-24b5a14ae325-88e0ec21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_71cf4708-fd41-52da-b3bc-5bf1ace6220b-d22a975e {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_71cf4708-fd41-52da-b3bc-5bf1ace6220d-d22a975e, #w-node-_7b051002-5e10-8529-481e-4ce9c22bec18-d22a975e {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center start;
}

#w-node-_8e383352-bb31-8ae6-8b92-9560d5b28eda-d22a975e {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_8e383352-bb31-8ae6-8b92-9560d5b28edc-d22a975e, #w-node-_7b051002-5e10-8529-481e-4ce9c22bec18-426aa897, #w-node-_2bcd2076-d10d-cc9e-5398-7fcc44b455fc-17a26fdf, #w-node-_2bcd2076-d10d-cc9e-5398-7fcc44b455fc-af97363e, #w-node-_2bcd2076-d10d-cc9e-5398-7fcc44b455fc-fda849c0, #w-node-_2bcd2076-d10d-cc9e-5398-7fcc44b455fc-e49c881b {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center start;
}


