@font-face {
  font-family: Geomanist;
  src: url(../font/geomanist-regular-webfont.woff);
  font-weight: 400;
}
@font-face {
  font-family: Geomanist;
  src: url(../font/geomanist-book-webfont.woff);
  font-weight: 500;
}
@font-face {
  font-family: Geomanist;
  src: url(../font/geomanist-medium-webfont.woff);
  font-weight: 600;
}

body {
  color: #525C72;
}

body, h1, h2, h3, h4, h5, p, div {
  font-family: Plus Jakarta Sans, sans-serif;
}

h1, h2, h4 {
  font-weight: 700;
}

h3 {
  font-weight: 700;
}

p {
  color: #8E8E8E;
  margin-bottom: 30px;
}

.lead {
  font-weight: 500;
}

/* h1 {
  color: green;
  background-image: url("../images/switch_logo.svg");
  background-repeat: no-repeat;
  text-indent: -999999px;
  margin: 0 auto;
  height: 100%;
} */

.logo {
  height: 54px;
}

.logo img {
  width: 100%;
  max-width: 160px;
}

header {
  padding-top: 40px;
  padding-bottom: 40px;
}

.topheader {
  background-color: #F8F8F8;
  padding: 10px 0;
}

.topheader p {
  font-size: 1rem;
  text-align: right;
  margin-bottom: 0px;
}

.topinfo ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  float: right;
  padding-top: 30px;
}

.topinfo li {
  display: inline-block;
  margin-left: 40px;
}

.topinfo li a {
  color: #525C72;
}

footer ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

a {
  color: #F91473;
}

.button {
  width: 126px;
  text-align: center;
  padding: 7px 0px;
  border: 1px solid #F91473;
  border-radius: 40px;
  color: #F91473;
  font-weight: 700 !important;
  font-size: 0.9rem !important;
  display: block;
}

#main-top {
  text-align: center;
  padding: 190px 0 20px;
}

#main-top p, #main-top h2 {
  max-width: 550px;
  margin: 20px auto 0;
  line-height: 1.9rem;
  color: #8E8E8E;
}

#thank-you p {
  max-width: 550px;
  margin: 20px auto 0;
}

.h2, h2 {
  font-size: 2.8rem;
}

.h2, h2 {
  font-size: 2.2rem;
  margin-bottom: 30px;
}

.h3, h3 {
  font-size: 1.2rem;
  margin-bottom: 24px;
}

.h4, h4 {
  font-size: 2.2rem;
  margin-bottom: 30px;
}

#services {
  padding: 160px 0px;
  background: url("../images/bg1.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 800px;
}

#services .col-md-3 {
  margin-top: -80px;
}

.sub-title {
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  margin-bottom: 10px;
}

.card {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0px 2px 40px rgba(0, 0, 0, 0.06);
  padding: 32px;
  border: none;
  margin-bottom: 32px;
  transition-duration: 0.2s;
}

a .card:hover {
  box-shadow: 0px 2px 40px rgba(46, 119, 219, 0.17);
}

a .card:hover .underline-link {
  text-decoration: underline;
  padding-left: 10px;
}

.card p {
  font-size: 0.9rem;
}

.card img {
  margin-bottom: 14px;
  height: 34px;
  max-width: 55px;
}

.parallax {
  padding: 200px 0;
  background: url("../images/whatwelove_img2.jpg");
  border-radius: 0px 9px 9px 0;
  border: none;
  background-size: cover;
  /* background-attachment: fixed; */
  background-repeat: no-repeat;
}

#maintenance-service .parallax {
  padding: 200px 0;
  background: url("../images/maintenance_pic.jpg");
  border-radius: 0px 9px 9px 0;
  border: none;
  background-size: cover;
  /* background-attachment: fixed; */
  background-repeat: no-repeat;
}

#whatwelove .col-md-6, #whatwelove .col-md-5, #maintenance-service .col-md-6, #maintenance-service .col-md-5 {
  padding-left: 0px;
}

#slogan {
  padding: 130px 0 150px;
}

.accent2 {
  color: #1F7FE3;
}

#getintouch {
  background: url("../images/getintouch_img3.jpg");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 600px;
}

#join-us {
  padding: 90px 0px 90px;
  background: url("../images/join-us-img.jpg");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 1000px;
}

#copyright {
  padding: 40px 0 40px;
}

#copyright p {
  text-align: center;
  font-size: 0.7rem;
}

.error {
  padding: 0px;
  border: none;
  opacity: 0;
  color: #d9534f;
  font-size: 12px;
}

.error_display {
  opacity: 100 !important;
}

.success {
  padding: 10px;
  color: #5cb85c;
  display: none;
  margin-bottom: 20px;
  text-align: left;
}

.error_input{
border-color:#D31E2B !important;
}

.whitebox {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0px 2px 40px rgba(0, 0, 0, 0.06);
  padding: 80px;
  border: none;
  margin-bottom: 32px;
}

.whitebox p {
  margin-bottom: 0px;
}

.whitebox p#submit input {
  float: right;
}

.form-control {
  border: 1px solid #DEDEDE;
  font-size: 0.8rem;
  padding: 20px 15px;
}

textarea.form-control {
  min-height: 180px;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(168, 168, 168, 0.7) !important;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(168, 168, 168, 0.7) !important;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(168, 168, 168, 0.7) !important;
}

.dots {
  z-index: -2000;
  position: relative;
  width: 200px;
}

#main-top .dots {
  top: -190px;
  left: 150px;
}

#thank-you .dots {
  top: -190px;
  left: 150px;
}

#services .dots {
  top: -505px;
  left: -50px;
}

#whatwelove .dots {
  top: -215px;
  left: -60px;
}

#getintouch .dots {
  top: -260px;
  left: -60px;
}

.magenta-color {
  color: #f91473 !important;
}

.sm-mg-bottom {
  margin-bottom: 15px;;
}

#copyright a {
  color: #f91473;
}













/* START - CUSTOM CSS INDEPENDENT FROM SASS */

html {
  scroll-behavior: smooth;
}

h4.slogan {
  font-size: 3rem;
}

#pageheader-customsolutions {
  padding: 90px 0px 90px;
  background: url("../images/pageheader_customsolutions.jpg");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: cover;
  background-attachment: fixed;
}

#pageheader-salesforce {
  padding: 90px 0px 90px;
  background: url("../images/pageheader_salesforce3.jpg");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: cover;
  background-attachment: fixed;
}

#pageheader-maintenance {
  padding: 90px 0px 90px;
  background: url("../images/pageheader_maintenance2.jpg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  background-attachment: fixed;
}

.mw-250 {
  max-width: 250px;
}

.center {
  margin: 0 auto;
  display: block;
}

h2.lead, .lead {
  font-size: 1.3rem;
}

ul.bullet-list {
  list-style: none;
  padding-left: 20px;
}

ul.bullet-list li::before {
  content: "\2022";
  color: #2E77DB;
  font-weight: 700;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.process-number {
  font-weight: 700;
  font-size: 1.7rem;
  color: #525C72;
}

.service-process {
  margin-top: -100px;
}

.service-process p {
  line-height: 1.7rem;
}

#service-process {
  margin-top: -40px;
}

.color-light-grey {
  color: #E1E1E1 !important;
}

.color-white {
  color: #fff;
}

.color-blue {
  color: #2E77DB;
}

.gradient-box {
  background: rgb(39,122,223);
background: linear-gradient(90deg, rgba(39,122,223,1) 39%, rgba(249,20,115,0.95) 100%);
  padding: 90px 0;
  border-radius: 8px;
}

.gradient-box p {
  font-size: 1.5rem;
  color: #fff;
}

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

.pb-60 {
  padding-bottom: 60px;
}

.pb-40 {
  padding-bottom: 40px;
}

body{
  -webkit-font-smoothing: antialiased;
}

footer p, footer li {
  font-size: 1rem;
}

footer a {
  color: #525C72;
  font-weight: 500;
}

footer a:hover {
  color: #1F7FE3;
}

footer li {
  margin-bottom: 15px;
}

.topinfo a:hover {
  color: #1F7FE3;
}

.mt-10 {
  margin-top: 10px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

#main-top p, #main-top h2 {
    max-width: 700px;
    margin: 20px auto 0;
    line-height: 1.9rem;
    color: #8E8E8E;
}

#thank-you p {
    max-width: 700px;
    margin: 20px auto 0;
}

p, li {
    font-size: 1.05rem;
    line-height: 1.9rem;
    color: #8E8E8E;
    font-weight: 500;
}

.h1, h1 {
    font-size: 3rem;
}

.card p {
    font-size: 1rem;
    line-height: 1.7rem;
}

.card h3, .card h4 {
  color: #525C72;
}

.underline-link {
  font-weight: 700;
  font-size: 1.05rem;
  padding-top: 5px;
  padding-bottom: 5px;
  display: inline;
  margin-bottom: 0px;
  color: #F91473;
  transition-duration: 0.2s;
}

.h3, h3 {
    font-size: 1.3rem;
}

.h4, h4 {
  font-size: 2.2rem;
  margin-bottom: 30px;
}

#whoweare h1 {
  font-size: 2.2rem;
  margin-bottom: 30px;
}

h1.contact {
  font-size: 2.2rem;
  margin-bottom: 30px;
}

a:hover {
  text-decoration: none;
}

.button:hover {
  color: #FFF;
  background-color: #F91473;
}

.button {
width: auto;
font-size: 1rem;
display: inline-block;
padding: 10px 24px;
text-transform: uppercase;
font-weight: 500;
transition-duration: 0.2s;
}

.button:hover {
  border-radius: 6px;
}

.cta-btn {
  background-color: #43AA8B;
  color: #fff;
  border: 0px;
}

.cta-btn:hover {
  background-color: rgba(67, 170, 139, 0.9);
  color: #fff;
  text-decoration: none;
}

.sub-title {
    font-size: 0.8rem;
    color: #525c72;
    font-weight: 700;
}

.topinfo li {
    font-size: 1rem;
    font-weight: 700;
}

.form-control {
    font-size: 0.9rem;
}

#copyright p {
    font-size: 0.8rem;
}

#main-top {
    padding: 220px 0 0px;
}

#thank-you {
    padding: 120px 0 0px;
}

footer {
  background-color: #F8F8F8;
}

.pt-60 {
  padding-top: 60px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-90 {
  padding-top:90px;
}

.pt-40 {
  padding-top: 40px;
}

.pb-90 {
  padding-bottom:90px;
}

.pb-50 {
  padding-bottom:50px;
}

.pt-120 {
  padding-top:120px;
}

.pt-150 {
  padding-top:150px;
}

label {
  font-size: 0.9rem;
  color: #8E8E8E;
  margin-bottom: .2rem !important;
  font-weight: 700;
}

.topinfo li.current a {
  color: #2E77DB;
}

#menu-btn {
  display: none;
}

#mobile-menu {
display: none;
transition-duration: 0.2s;
padding: 30px 0 20px;
background-color: #F8F8F8;
margin-top: 20px;
}

#mobile-menu ul {
  list-style: none;
  padding-left: 0px;
}

#mobile-menu li {
  text-align: center;
  padding: 20px 0;
}

#mobile-menu li a {
  font-size: 1.4rem;
  font-weight: 500;
  color: #2E77DB;
}

.show-menu {
  display: block !important;
}

.footer-logo {
  max-width: 150px;
}

.salesforce-logo {
  padding-top: 120px;
  max-width: 250px;
}

#join-us .container-fluid {
  padding-left: 0px;
}

.grecaptcha-badge {
  display: none;
}

#thank-you img {
  max-width: 180px;
}

#thank-you {
  text-align: center;
}







@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {

  .topinfo li {
    font-size: 0.96rem;
  }

  #services {
    padding: 60px 0px;
    background-size: 680px;
}

  #main-top {
    padding: 180px 0 0px;
}

#thank-you {
  padding: 80px 0 0px;
}

  #slogan {
    padding: 40px 0 150px;
}

#pageheader-customsolutions {
  background-attachment: unset;
}

#pageheader-salesforce {
  background-attachment: unset;
}

#pageheader-maintenance {
  background-attachment: unset;
}

.ipad-pd-120 {
  padding-bottom: 120px;
}

.ipad-pt-120 {
  padding-top: 120px;
}

}




@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (orientation: portrait)
  and (-webkit-min-device-pixel-ratio: 1) {

    .topinfo #mainmenu {
      display: none;
    }

    #menu-btn {
      display: block !important;
      font-size: 36px;
      color: #2E77DB;
      margin-right: 15px;
      float: right;
    }

    #services .col-md-4 {
      flex: 0 0 50%;
      max-width: 50%;
    }

    .col-md-offset-portrait-6 {
      margin-left: 50%;
    }

    #main-top {
      padding: 100px 0 0px;
    }

    #thank-you {
      padding: 80px 0 0px;
    }

    #services {
        padding: 60px 0px;
        background-position: center right;
        background-size: 480px;
    }

    #slogan {
        padding: 30px 0 150px;
    }

    #getintouch {
        background-size: 420px;
    }

    #pageheader-customsolutions {
      background-attachment: unset;
    }

    #pageheader-salesforce {
      background-attachment: unset;
    }

    #pageheader-maintenance {
      background-attachment: unset;
    }

    .ipad-mb-0 {
      margin-bottom: 0px;
    }

    .ipad-pd-120 {
      padding-bottom: 120px;
    }

    .ipad-pt-120 {
      padding-top: 120px;
    }

}





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

  .logo img {
    width: 100%;
    max-width: 135px;
  }

  .topinfo {
    margin-top: -55px;
    text-align: right;
  }

  .topinfo li {
    margin-left: 0px;
  }

  #main-top {
    padding: 120px 0 0px;
  }

  #thank-you {
    padding: 80px 0 0px;
  }

  #services {
    padding: 120px 0px 140px;
    background-position: center right;
  }

  #services .dots {
    top: -412px;
    left: -50px;
  }


  #whatwelove .parallax {
    margin-bottom: 90px;
  }

  #slogan {
    padding: 50px 0 50px;
  }

  #getintouch {
    background-position: bottom center;
  }

  #join-us {
    background-position: bottom center;
  }

  .whitebox {
    padding: 40px 30px;
    margin-top: -75px;
  }

  .whitebox p {
    margin-bottom: 0px;
    float: none;
    text-align: center;
  }

  .whitebox .button {
    margin: 0 auto;
  }

  .button {
    width: auto;
    font-size: 1.2rem;
    display: inline-block;
    padding: 8px 20px;
}

  #main-top .dots {
    top: -215px;
    left: 50px;
  }

  #thank-you .dots {
    top: -215px;
    left: 50px;
  }

  .card p {
      font-size: 1.1rem;
  }

  p {
      font-size: 1.1rem;
  }

  .form-control {
      padding: 30px 15px;
  }

  .topheader {
    display: none;
  }

  .topinfo #mainmenu {
    display: none;
  }

  #menu-btn {
    display: block !important;
    font-size: 36px;
    color: #2E77DB;
    margin-right: 15px;
  }

  .pageheader h1, .pageheader h2 {
    font-size: 1.7rem;
}

#pageheader-customsolutions {
  background-attachment: unset;
}

#pageheader-salesforce {
  background-attachment: unset;
}

#pageheader-maintenance {
  background-attachment: unset;
}

#footer-columns li a {
  font-size: 1.3rem;
}

#footer-columns p {
  font-size: 1.3rem;
  text-align: center;
}

.footer-logo {
  margin: 0 auto;
display: block;
}

footer li {
    text-align: center;
    margin-bottom: 25px;
}

.mobile-mt-60 {
  margin-top: 60px;
}

.mobile-mt-90 {
  margin-top: 90px;
}

.footer-logo {
  max-width: 175px;
}

.mobile-pt-90 {
  padding-top: 90px;
}

.mobile-mt-30 {
  margin-top: 30px;
}

.salesforce-logo {
  padding-top: 90px;
  max-width: 200px;
}

.mobile-pd-120 {
  padding-bottom: 120px;
}

.mobile-pb-200 {
  padding-bottom: 200px;
}

.mobile-pb-400 {
  padding-bottom: 400px;
}

.desktop-join-us {
  display: none;
}

#join-us .container-fluid {
  padding-left: 15px;
}

.gradient-box {
  background: none;
}

#join-us {
  padding: 90px 0px 90px;
  background: url("../images/mobile-joinus-img3.jpg");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 800px;
}

.mobile-pb-0 {
  padding-bottom: 0px;
}

.mobile-mt--120 {
  margin-top: -120px;
}

#maintenance-service .parallax {
  display: none;
}

.service-process p {
    line-height: 0.5rem;
}

.service-process .col-md-1 {
padding-bottom: 30px;
}

.mobile-mt--200 {
  margin-top: -200px;
}

.mobile-pt-150 {
  padding-top: 150px;
}

#whoweare .dots {
  display: none;
}

.mobile-mt-0 {
  margin-top: 0px;
}

.g-recaptcha {
  margin-bottom: 20px;
}


}


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

.container, .container-lg, .container-md, .container-sm, .container-xl {
  max-width: 1320px;
}

}

/*# sourceMappingURL=style.css.map */

/* END - CUSTOM CSS INDEPENDENT FROM SASS */
