@charset "UTF-8";
:root {
  --watermelon-color: #ff2e52;
  --blue-color: #1a82cc;
  --foam-blue-color: #75c6ff;
  --watermelon-transparent-color: #ff2e5285;
  --watermelon-dark-color: #d62544;
  --padded-container: 40px;
  --padded-container-topBot: 140px;
  --padded-container-topBotSmall: 30px;
  --padded-container-large: 120px;
  --max-width: 1285px;
  --max-width: 1600px;
  --max-width: 1300px;
  --dark-grey-1: #2c2c2c;
  --dark-grey-2: #575756;
  --dark-grey-3: #9d9d9c;
  /* --max-width: 100%; */
}

html {
  overflow-x: hidden;
}

body {
  color: #535353;
  font-family: "Source Sans Pro" !important;
  font-size: 18px;
  width: 100%;
}

.limitedSection {
  width: 100%;
  max-width: var(--max-width);
  margin-left: auto;
  margin-right: auto;
}

h1 {
  font-size: 80px;
  font-family: "Cabin", sans-serif !important;
}

h2 {
  font-size: 48px;
  font-weight: 700;
  font-family: "Cabin", sans-serif !important;
  color: var(--dark-grey-1);
}

h3 {
  font-size: 18px;
  font-weight: 400;
  /* font-family: "Cabin", sans-serif !important; */
  color: var(--dark-grey-2);
  line-height: 30px;
}

p {
  font-size: 18px;
  margin-bottom: 24px;
  font-weight: 400;
  /* font-family: "Cabin", sans-serif !important; */
  color: var(--dark-grey-2);
  line-height: 30px;
}

.strondeenterprise {
  font-size: 32px;
  font-weight: 600;
  font-family: "Cabin", sans-serif !important;
  color: var(--dark-grey-1);
}

.approchable {
  font-size: 56px;
  font-weight: 700;
  margin-bottom: 24px;
  font-family: "Cabin", sans-serif !important;
  color: var(--dark-grey-1);
}

.approchable + h3 {
  margin-bottom: 24px;
}

.services h3 {
  font-weight: 600;
  font-size: 24px;
  font-family: "Cabin", sans-serif !important;
}

a {
  color: var(--watermelon-color);
}

a:hover {
  color: var(--watermelon-dark-color);
  text-decoration: none;
}

.enterpriceLogo {
  max-height: 60px;
}

.btn {
  border-radius: 8px;
  line-height: 1;
}

.btn-watermelon {
  color: #fff;
  border-color: var(--watermelon-color);
  background-color: var(--watermelon-color);
  padding: 16px 40px;
  font-size: 20px;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

.btn-watermelon.focus,
.btn-watermelon:focus {
  color: #fff;
  box-shadow: 0 0 0 0.2rem var(--watermelon-transparent-color);
  background-color: var(--watermelon-dark-color);
  border-color: var(--watermelon-dark-color);
}

.btn-watermelon:hover,
.btn-watermelon:not(:disabled):not(.disabled).active,
.btn-watermelon:not(:disabled):not(.disabled):active,
.show > .btn-watermelon.dropdown-toggle {
  color: #fff;
  background-color: var(--watermelon-dark-color);
  border-color: var(--watermelon-dark-color);
}

.btn-watermelon:disabled {
  background-color: #9d9d9c !important;
  border-color: #9d9d9c !important;
  cursor: default !important;
}

.btn-watermelon.secondary {
  background-color: #fff;
  color: var(--watermelon-color);
  border: 1px solid var(--watermelon-color);
  display: inline-block;
}

.btn-watermelon.secondary.focus,
.btn-watermelon.secondary:focus,
.btn-watermelon.secondary:hover,
.btn-watermelon.secondary:not(:disabled):not(.disabled).active,
.btn-watermelon.secondary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: var(--watermelon-dark-color);
  border-color: var(--watermelon-dark-color);
  outline: none;
  box-shadow: none;
}

.btn-watermelon.secondary.focus a,
.btn-watermelon.secondary:focus a,
.btn-watermelon.secondary:hover a,
.btn-watermelon.secondary:not(:disabled):not(.disabled) a.active,
.btn-watermelon.secondary:not(:disabled):not(.disabled) a:active {
  color: #fff;
  outline: none;
  box-shadow: none;
  border: none;
}

.nav-item .btn {
  padding: 6px 9px;
}

.navbar-toggler {
  padding: 6px 9px;
}

.navbar-toggler-icon {
  height: 24px;
}

.invalid-feedback {
  color: #be0000;
  margin-top: 10px;
}

.padded-container {
  padding-left: var(--padded-container);
  padding-right: var(--padded-container);
}

.padded-container-all {
  padding: var(--padded-container-topBot) var(--padded-container);
}

.padded-container-all-topBot-large {
  padding: var(--padded-container-large) var(--padded-container);
}

.padded-container-all-topBot-small {
  padding: var(--padded-container-topBotSmall) var(--padded-container);
}

.padded-container-left {
  padding-left: var(--padded-container);
}

.padded-container-topBot-large {
  padding: var(--padded-container-large) 0;
}

.flip-card {
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  text-align: center;
  transition: transform 1s;
  transform-origin: top;
}

.flip-card:hover {
  z-index: 1;
}

.flip-card:hover .flip-card-back {
  opacity: 1;
}

.flip-card-front,
.flip-card-back {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 1px solid #ededed;
  padding: 20px;
  background-color: #fff;
  min-height: 270px;
  transition: opacity 0.5s;
  /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); */
}

.flip-card-back {
  box-shadow: 0 50px 50px 0 rgba(0, 0, 0, 0.16);
  opacity: 0;
  position: absolute;
  top: 0px;
}

.flip-card-front {
  justify-content: space-between;
  justify-content: space-evenly;
  justify-content: center;
  /* padding:  20px; */
}

.flip-card-front img {
  max-width: 100px;
  max-width: 46px;
  /* position: absolute; */
  /* top: 50%;
  transform: translateY(-50%); */
  margin-bottom: 40px;
}

.flip-card-front h3 {
  margin: 0;
  font-weight: bold;
}

.flip-card-back h3 {
  margin-bottom: 20px;
  font-weight: bold;
}

.flip-card-back {
  margin: 0;
  font-size: 18px;
}

.flip-card-back p {
  margin-bottom: 20px;
}

.flip-card-back a {
  font-size: 18px;
  line-height: 1;
}

.flip-card-back img {
  padding-left: 5px;
}

.header > .row {
  margin: 0;
  height: 100%;
}

.header .image {
  background: url(../img/stronde/headerImage.jpg) no-repeat center center;
  background-size: cover;
}

.whatWeDo {
  display: flex;
  align-items: center;
}

.whatWeDo > .row {
  margin: 0;
}

.whatWeDo .strondeArrow {
  max-height: 100%;
  display: none;
}

.whatWeDo .strondeArrowWhite {
  right: -3px;
  height: calc(100% + 4px);
  top: -2px;
}

.whatWeDo .arrowImage {
  position: absolute;
  top: 0;
  left: 0;
  right: 50%;
}

nav .collapsing {
  position: absolute;
  width: 103px;
  margin-top: 2px;
}

nav .collapsing .navbar-nav,
nav .show .navbar-nav {
  height: unset !important;
  position: absolute;
}

.navbar-light .navbar-nav .nav-link {
  color: rgb(255, 255, 255);
  padding: 0.5rem 12px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.9);
}

.navbar {
  height: 109px;
  position: fixed;
  transition: background-color 500ms linear;
  width: 100%;
  padding: 0;
}

.navbarShadow {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 109px;
  display: none;
  z-index: 1020;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.navbarWhite {
  background-color: #ffffff;
}

.navbarWhite.navbar-light .navbar-nav .nav-link {
  color: rgb(191, 191, 191);
}

.navbarWhite.navbar-light .navbar-nav .nav-link:hover,
.navbarWhite.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(191, 191, 191, 0.9);
}

.collaborators {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.collaborators .imageContainer {
  padding: 0 14px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 16.6666666667%;
}

.collaborators .imageContainerBreak2lines,
.collaborators .imageContainerBreak3lines {
  flex: 1 0 100%;
  display: none;
}

.collaborators img {
  width: 100%;
  max-width: 80px;
  max-width: 150px;
  padding: 10px 0;
  filter: brightness(0) invert(1);
}

.collaborators .imageContainer {
  filter: contrast(0.5);
}

.row .col-lg-3:nth-child(4) ~ * {
  padding-top: 30px;
}

.testimonials {
  display: none;
  background-color: #f7f7f7;
  background-color: #fbfbfc;
}

.testimonial {
  background-color: #ffffff;
  padding: 32px 36px;
  box-shadow: 0 50px 50px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 20px 0px 50px rgba(0, 0, 0, 0.12);
}

.testimonial .company {
  /* padding-left: 5px; */
  padding-right: 10px;
  width: 60px;
}

.testimonial .person {
  width: 78px;
}

.testimonial .personLine {
  width: 0;
  height: 77px;
  border: solid 1px #9d9d9c;
  margin-left: 30px;
  margin-right: 30px;
}

.testimonial .quote {
  margin-bottom: 24px;
}

.contactUsFormContainer {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.contactUs {
  padding-bottom: 70px;
}

.contactUs form {
  max-width: 660px;
  width: 100%;
}

.anchorLink {
  display: block;
  position: relative;
  top: -130px;
  visibility: hidden;
}

.section-title {
  line-height: 1;
  margin-bottom: 30px;
}

.blueSmallLine {
  background-color: var(--blue-color);
  width: 80px;
  height: 4px;
  display: inline-block;
  margin-bottom: 0.7rem;
  border-radius: 8px;
}

.blueText {
  color: var(--blue-color);
}

.mainHeader1 {
  height: calc(100% - 180px);
  overflow: hidden;
  display: flex;
  align-items: center;
}

.mainHeader2 {
  height: 180px;
  display: flex;
  align-items: center;
  position: relative;
}

/* .mainHeader2::before {
    position: absolute;
    content: "";
    background-color: #ededed;
    height: 1px;
    top: 0;
    left: -100%;
    right: 200%;
    width: 500%;
}
.mainHeader2::after {
    position: absolute;
    content: "";
    background-color: #ededed;
    height: 1px;
    bottom: 0;
    left: -100%;
    right: 200%;
    width: 500%;
} */
.strondeArrowWatermelon {
  height: 13px;
}

.watermelonDot {
  color: var(--watermelon-color);
  padding-right: 10px;
  font-size: 24px;
  line-height: 1;
}

.form-control {
  padding: 16px 20px;
  height: unset;
  border-radius: 5px;
  border: solid 1px #ededed;
}

.form-check-input {
  margin-top: 0.5rem;
}

.services .section-title {
  margin-bottom: 70px;
}

#calendlyParent {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: #fff;
  /* background-color: #000000aa; */
  top: 0;
  left: 0;
  z-index: 10001;
}

#calendly {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  /* max-width:1058px;  */
  max-height: 690px;
  margin-top: -33px;
}

.closeCalendly {
  /* color: #fff; */
  position: absolute;
  top: 0;
  right: 0;
  /* background-color: var(--watermelon-color); */
  padding: 14px;
  padding: 26px;
  font-size: 26px;
  cursor: pointer;
  line-height: 1;
  font-weight: bold;
  /* width: 54px; */
  text-align: center;
  z-index: 10001;
}

.swal2-success-line-tip,
.swal2-success-line-long {
  background-color: #649600 !important;
}

.swal2-success-ring {
  border-color: #649600 !important;
}

.bodySmall {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
}

.strondeUl {
  list-style: none;
  color: var(--grey-1);
  position: relative;
  padding-inline-start: 16px;
  margin-bottom: 8px;
}
.strondeUl li {
  padding-bottom: 6px;
}
.strondeUl li:before {
  content: "•";
  color: var(--blue-color);
  font-weight: bold;
  display: inline-block;
  width: 16px;
  font-size: 22px;
  position: absolute;
  left: 0;
  margin-top: -5px;
}
.strondeUl li:last-child {
  padding-bottom: 0;
}

/* Not Hiring */
.notHiring {
  text-align: center;
}
.notHiring a {
  color: var(--blue-color);
}

/* Team section */
.profileImage img {
  width: 100%;
  border-radius: 9px;
}

.teamRow {
  row-gap: 40px;
}
@media screen and (max-width: 1024px) {
  .teamRow {
    row-gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .teamRow {
    row-gap: 0;
  }
}

.profileDetails {
  margin-top: 24px;
}
.profileDetails .leftSide .name {
  color: var(--primary-blue-1, #1A82CC);
  font-family: Cabin;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 12px;
}
@media screen and (max-width: 1024px) {
  .profileDetails .leftSide .name {
    font-size: 20px;
  }
}
.profileDetails .leftSide .title {
  color: var(--dark-gray-2, #575756);
  font-family: Source Sans Pro;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
.profileDetails .rightSide {
  white-space: nowrap;
}

footer .logo {
  width: 44px;
}
footer a {
  margin-left: 16px;
  color: #4f81c9;
}
footer .secondRow {
  padding-top: 24px;
  padding-bottom: 24px;
}
footer .secondRow .left {
  font-family: Source Sans Pro;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}
footer .secondRow .right {
  font-family: Source Sans Pro;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}
footer .firstRow,
footer .secondRow {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .firstRow a {
  color: #0a0a0a;
  font-weight: 600;
}
footer .firstRow .left {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  footer .firstRow .left {
    display: block;
    text-align: center;
    padding-bottom: 12px;
  }
  footer .firstRow .left .logo {
    padding-bottom: 12px;
  }
  footer .secondRow .left {
    padding-top: 12px;
    text-align: center;
  }
  footer .firstRow,
  footer .secondRow {
    flex-direction: column;
  }
  footer .secondRow {
    flex-direction: column-reverse;
    padding-top: 12px;
  }
  footer a:first-child {
    margin-left: 0;
  }
}

.recaptchaContainer {
  display: none;
}

.rightNavBarContainer {
  align-items: center;
  gap: 10px;
}

.navbar-dark .socialLinks {
  display: none;
}

@media (min-width: 992px) {
  .padded-container-lg-left {
    padding-left: var(--padded-container);
  }
  .navbar-expand-lg .navbar-collapse {
    display: none !important;
  }
  .navbar-dark .top-btn-watermelon {
    border-color: transparent !important;
    background-color: unset !important;
    display: none;
  }
}
@media (min-width: 768px) {
  .padded-container-md-left {
    padding-left: var(--padded-container);
  }
}
@media (min-width: 1020px) {
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
  }
}
@media (min-width: 1020px) and (max-width: 1235px) {
  #navbarSupportedContent {
    display: none !important;
    /* opacity: 0!important; */
  }
  .navbarWhite #navbarSupportedContent {
    display: flex !important;
    /* opacity: 0!important; */
  }
  .rightNavBarContainer {
    justify-content: flex-end;
  }
}
@media (max-width: 1600px) {
  :root {
    --max-width: 1378px;
  }
  h2 {
    font-size: 40px;
  }
  .strondeenterprise {
    font-size: 24px;
  }
  .approchable {
    font-size: 50px;
  }
  p {
    margin-bottom: 18px;
  }
}
@media (max-width: 1366px) {
  :root {
    --max-width: 1206px;
  }
  .btn-watermelon {
    padding: 12px 24px;
  }
  h2 {
    font-size: 40px;
  }
  .strondeenterprise {
    font-size: 24px;
  }
  .approchable {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .approchable + h3 {
    margin-bottom: 20px;
  }
  .services h3 {
    font-size: 20px;
  }
  p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .navbar-dark .top-btn-watermelon {
    display: none;
  }
  .navbar-dark .enterpriceLogo-blue {
    display: none !important;
  }
  .navbarWhite .enterpriceLogo-white {
    display: none !important;
  }
  .navbar-light .enterpriceLogo-white2 {
    display: none !important;
  }
  .navbar-light .limitedSection {
    margin-left: 0;
    /* padding: 0; */
  }
  .strondeenterprise {
    display: none;
  }
  #navbarSupportedContent {
    /* background-color: #000; */
  }
  nav .show .navbar-nav {
    background-color: #000;
    margin-top: 2px;
  }
  .lg-white {
    color: #fff;
  }
  .lg-pl-0 {
    padding-left: 0 !important;
  }
  .header .imageLg {
    background: url(../img/stronde/headerImage.jpg) no-repeat center center;
    background-size: cover;
  }
  :root {
    --padded-container: 30px;
    --padded-container-topBot: 70px;
    --padded-container-large: 40px;
  }
  .collaborators {
    grid-template-columns: repeat(3, auto);
  }
  .mainHeader1 {
    height: calc(100% - 210px);
    overflow: hidden;
  }
  .mainHeader2 {
    height: 210px;
  }
  .row .col-md-4:nth-child(3) ~ * {
    padding-top: 30px;
  }
  .leftImageBackground {
    display: none;
  }
  .collaborators {
    justify-content: space-around;
  }
  .collaborators .imageContainer {
    max-width: 33.3333333333%;
  }
  .collaborators .imageContainerBreak2lines {
    display: block;
  }
  .imageLg * {
    color: #fff;
    z-index: 1;
  }
  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.3;
    z-index: 0;
  }
  #calendly {
    max-height: 100%;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .whatWeDo {
    flex-direction: column;
    height: unset !important;
  }
  .whatWeDo .arrowImage {
    position: relative;
    transform: translateY(0);
  }
  .md-pl-0 {
    padding-left: 0 !important;
  }
  .md-white {
    color: #fff;
  }
  .header .imageMd {
    background: url(../img/stronde/headerImage.png) no-repeat center center;
    background-size: cover;
  }
  .mainHeader1 {
    height: calc(100% - 280px);
    overflow: hidden;
  }
  .mainHeader2 {
    height: 280px;
  }
  .collaborators .imageContainer {
    /* padding: 15px; */
  }
  :root {
    --padded-container: 20px;
  }
  .row .col-sm-6:nth-child(2) ~ * {
    padding-top: 30px;
  }
  .flip-card-inner {
    /* height: 400px; */
  }
  .row .col-md-6:nth-child(1) ~ * {
    padding-top: 30px;
  }
}
@media (max-width: 575px) {
  /* .collaborators .imageContainerBreak2lines {
      display: none;
  }
  .collaborators .imageContainerBreak3lines {
      display: block;
  } */
  .mainHeader1 {
    height: calc(100% - 280px);
    height: 100%;
    overflow: hidden;
  }
  .mainHeader2 {
    height: unset;
  }
  .collaborators .imageContainer {
    padding: 10px;
    max-width: 33%;
  }
  .collaborators img {
    /* max-width: 100%;
    */
  }
  :root {
    --padded-container: 20px;
  }
  .row .col-sm-6:nth-child(1) ~ * {
    padding-top: 30px;
  }
  .flip-card-front img {
    max-width: 100%;
  }
  .flip-card-back {
    /* bottom: 0; */
  }
  .btn-watermelon {
    white-space: normal;
    padding: 12px 12px;
  }
  .contactUs {
    padding-bottom: 30px;
  }
}
/* 
@media (max-width: 370px) {
    .navbar-light .enterpriceLogo-white {
        display: none!important;
    }
    .navbar-dark .enterpriceLogo-white2 {
        display: block!important;
    }
} */
@media (max-width: 330px) {
  .navbar-light .top-btn-watermelon {
    display: none;
  }
}
@media (min-width: 575px) {
  .flip-card-back {
    /* left: -15%;
    right: -15%; */
  }
  .flip-card:hover .flip-card-inner {
    /* transform: scale(1.3); */
  }
}/*# sourceMappingURL=main.css.map */