/*   ===============   START GENERAL STYLING   ===============   */

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-weight: 400;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
}

.t-a-l {
  text-align: left;
}

.t-a-c {
  text-align: center;
}

.t-a-r {
  text-align: right;
}

.c-position {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-ransform: translate(-50%, -50%);
  -moz-ransform: translate(-50%, -50%);
  -ms-ransform: translate(-50%, -50%);
  -o-ransform: translate(-50%, -50%);
}

.l-position {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  -webkit-ransform: translate(0, -50%);
  -moz-ransform: translate(0, -50%);
  -ms-ransform: translate(0, -50%);
  -o-ransform: translate(0, -50%);
}

.r-position {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  -webkit-ransform: translate(0, -50%);
  -moz-ransform: translate(0, -50%);
  -ms-ransform: translate(0, -50%);
  -o-ransform: translate(0, -50%);
}

.row {
  margin: 0 !important;
}

.clearfix {
  clear: both;
}

.d-n {
  display: none;
}

.cursor {
  cursor: pointer;
}

.cursor input {
  cursor: pointer;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@-moz-keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@-ms-keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@-o-keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

:root {
  --red: #E66F71;
  --darkBlue: #191626;
}

.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 99999999999999;
	background: #F9F9F9;
}

.lds-dual-ring {
  display: inline-block;
  width: 35px;
  height: 35px;
  position: relative;
}

.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 35px;
  height: 35px;
  margin: 8px;
  border-radius: 50%;
  border: 3px solid #fff;
  border-color: var(--blue) #d1d1e3 #d1d1e3 #d1d1e3;
  animation: lds-dual-ring 1s linear infinite;
  -webkit-animation: lds-dual-ring 1s linear infinite;
  -moz-animation: lds-dual-ring 1s linear infinite;
  -ms-animation: lds-dual-ring 1s linear infinite;
  -o-animation: lds-dual-ring 1s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes lds-dual-ring {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

.empty-box {
  width: 350px;
  margin: 2em auto 0;
  text-align: center;
}

.empty-box img {
  display: block;
  width: 45px;
  margin: 0 auto 1.25em;
}

.empty-box .sp-img {
  width: 70px;
  margin: 0 auto 1em;
}

.empty-box .eb-heading {
  color: var(--darkBlue);
  font-size: .95em;
  font-weight: 600;
  margin-bottom: .65em;
}

.empty-box .eb-par {
  color: #8b8bad;
  font-size: .85em;
  font-weight: 400;
}

.empty-box .btn {
  font-size: .6em;
  font-weight: 700;
  color: var(--darkBlue);
  padding: 0 2em;
  height: 33px;
  line-height: 33px;
  background: #FFF;
  margin-top: 2.5em;
  border-radius: 0;
  box-shadow: 0 2px 8px rgba(92, 176, 214, .25);
 -webkit-box-shadow: 0 2px 8px rgba(92, 176, 214, .25);
}

/*   ===============   END GENERAL STYLING   ===============   */

/*   ===============   START NAVIGATION STYLING   ===============   */

#navigation {
  width: 100%;
  height: 50px;
  z-index: 999999;
  border-radius: 100px;
  background-color: #FFF;
  padding: 0 .75em;
}

#navigation .nav-ls-rs {
  height: 50px;
  position: relative;
}

#navigation .nav-ls {
  width: 20%;
}

#navigation .nav-ls img {
  width: 140px;
  display: block;
  padding: .33em 0;
  margin-left: -.25em;
}

#navigation .nav-rs {
  width: 80%;
}

#navigation .nav-rs ul {
  margin: 0;
  padding: .5em 0;
  overflow: hidden;
  text-align: right;
}

#navigation .nav-rs ul li {
  font-size: .85em;
  font-weight: 400;
  color: var(--darkBlue);
  float: left;
  cursor: pointer;
  padding: .75em 1.85em;
  border-radius: 100px;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -ms-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#navigation .nav-rs ul .active-li {
  background-color: #160D3C;
  color: #FFF;
}

#navigation .nav-rs ul li:hover {
  background-color: #160D3C;
  color: #FFF;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -ms-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#navigation .nav-rs .menu-icon-wrapper {
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  background-color: #FFF;
  right: 3px;
}

#navigation .nav-rs .menu-icon-wrapper .mso {
  color: #161616;
  font-size: 1.6em;
  font-weight: 300;
}

/*   ===============   END NAVIGATION STYLING   ===============   */

/*   ===============   START SHOWCASE STYLING   ===============   */

#showcase {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.home-hero-image {
  background-image: url("../../assets/app-images/hem.jpg");
}

.employer-hero-image {
  background-image: url("../../assets/app-images/arbetsgivare.jpg");
}

.products-hero-image {
  background-image: url("../../assets/app-images/hem4.jpg");
}

.office-hero-image {
  background-image: url("../../assets/app-images/kontor.jpg");
}

.about-hero-image {
  background-image: url("../../assets/app-images/about.jpg");
}

.contact-hero-image {
  background-color: #160D3C;
}

.offert-hero-image {
  background-color: #7C4E17;
}

.contact-hero-image .overlay,
.offert-hero-image .overlay {
  background: none !important;
}

#showcase .overlay {
  width: 100%;
  padding: 1em 0 2.5em;
  overflow: hidden;
  background-color: rgba(26, 20, 51, .65);
}

#showcase .overlay .content-wrapper {
  width: 768px;
  padding: 7em 0 2.5em;
}

.contact-hero-image .content-wrapper {
  margin: 0 !important;
  text-align: left !important;
}

#showcase .overlay .content-wrapper .showcase-heading2 {
  color: #FFF;
  font-size: .65em;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 7px;
  margin-bottom: 1em;
}

#showcase .overlay .content-wrapper .showcase-heading {
  color: #FFF;
  font-size: 2.65em;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: .5em;
}

#showcase .overlay .content-wrapper .showcase-par {
  color: #FFF;
  font-size: .88em;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 4em;
}

#showcase .overlay .content-wrapper .sc-features {
  width: 100%;
  margin-top: 5em;
}

#showcase .overlay .content-wrapper .sc-features .col {
  padding: 0;
}

#showcase .overlay .content-wrapper .sc-features .scf-feature {
  position: relative;
}

#showcase .overlay .content-wrapper .sc-features .scf-feature .mso {
  color: #EDD571;
  font-size: 1.5em;
  font-weight: 300;
}

#showcase .overlay .content-wrapper .sc-features .scf-feature .txt {
  color: #FFF;
  font-size: .9em;
  font-weight: 400;
  left: 2.5em;
}

#showcase .overlay .content-wrapper .showcase-btn {
  padding: 0 2em;
  height: 45px;
  line-height: 45px;
  box-shadow: none;
  border-radius: 100px;
  font-size: .7em;
  font-weight: 600;
  margin-right: .5em;
}

#showcase .overlay .content-wrapper .sbtn01 {
  background-color: #160D3C;
  color: #FFF;
}

#showcase .overlay .content-wrapper .sbtn02 {
  background-color: #EDD571;
  color: var(--darkBlue);
}

/*   ===============   END SHOWCASE STYLING   ===============   */

/*   ===============   START SHORT INFO STYLING   ===============   */

#short-info {
  width: 100%;
  padding: 5rem 0;
  background-color: #f5f5f7;
}

#short-info .content-wrapper {

}

#short-info .content-wrapper .col {
  padding: 0;
}

#short-info .content-wrapper .si-ls {
  padding: .25em 3em 0 0;
}

#short-info .content-wrapper .si-ls .si-heading {
  color: var(--darkBlue);
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 1em;
}

#short-info .content-wrapper .si-ls .si-par {
  color: #383333;
  font-size: .95em;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 2em;
}

#short-info .content-wrapper .si-ls .si-btn {
  padding: 0 2em;
  height: 45px;
  line-height: 45px;
  box-shadow: none;
  border-radius: 100px;
  font-size: .7em;
  font-weight: 600;
  margin-top: 3.5em;
  color: var(--darkBlue);
  background-color: #EDD571;
}

#short-info .content-wrapper .si-ls .sc-features .col {
  padding: 1em 0;
}

#short-info .content-wrapper .si-ls .sc-features .scf-feature {
  position: relative;
}

#short-info .content-wrapper .si-ls .sc-features .scf-feature .mso {
  color: #000000;
  font-size: 1.5em;
  font-weight: 300;
}

#short-info .content-wrapper .si-ls .sc-features .scf-feature .txt {
  color: var(--darkBlue);
  font-size: .9em;
  font-weight: 400;
  left: 2.5em;
}

#short-info .content-wrapper .si-rs img {
  width: 100%;
  border-radius: 20px;
  display: block;
}

/*   ===============   END SHORT INFO STYLING   ===============   */

/*   ===============   STRAT FAQS STYLING   ===============   */

#faqs {
  background-color: #151129;
  padding: 3rem 0;
  width: 100%;
}

#faqs .col {
  padding: 0;
}

#faqs .faq-left {
  padding: 6em 0;
}

#faqs .faqs-heading {
  color: #FFF;
  font-size: 2.25em;
  font-weight: 500;
  margin-bottom: .5em;
}

#faqs .faqs-par {
  color: #FFF;
  font-size: .88em;
  font-weight: 400;
  margin-bottom: 2.5em;
}

#faqs .faqs-btn {
  padding: 0 2em;
  height: 45px;
  line-height: 45px;
  box-shadow: none;
  border-radius: 100px;
  font-size: .7em;
  font-weight: 600;
  color: #FFF;
}

#faqs .fbtn1 {
  background-color: #EDD571;
  color: var(--darkBlue);
}

#faqs .fbtn2 {
  background-color: transparent;
  color: #FFF;
  margin-left: .5em;
}

#faqs .faq-right {
  background-color: rgba(255, 255, 255, .05);
  padding: .75em 2em;
  border-radius: 20px;
}

#faqs .faq-question {
  color: #FFF;
  text-align: left;
  width: 100%;
  font-size: .9em;
  font-weight: 400;
  line-height: 1.5;
  cursor: pointer;
  padding: 1.25em 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, .05);
}

#faqs .faq-question .coll-icon {
  padding: 0 .35em;
  height: 25px;
  line-height: 25px;
  background-color: transparent;
  color: #FFF;
  text-align: center;
  font-size: 1em;
  font-weight: 500;
  border-radius: 5px;
}

#faqs .faq-item:last-of-type .faq-question {
  border-bottom: none;
}

#faqs .faq-answer {
  color: #FFF;
  padding: .25em 0 1.5em;
  display: none;
  font-size: .88em;
  font-weight: 400;
  line-height: 1.6;
}

#faqs .faq-item.active .faq-answer {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, .05);
}

#faqs .faq-item.active .faq-question {
  border-bottom: none;
}

/*   ===============   END FAQS STYLING   ===============   */

/*   ===============   START CHOOSE PRODUCTS STYLING   ===============   */

#choosen-products {
  background-color: #FFF;
  padding: 5rem 0;
  width: 100%;
}

.cp {
  padding: 4rem 0 !important;
}

#choosen-products .content-wrapper .cp-par {
  color: var(--darkBlue);
  font-size: .85em;
  font-weight: 400;
  margin-bottom: .5em;
}

#choosen-products .content-wrapper .cp-heading {
  color: var(--darkBlue);
  font-size: 1.85em;
  font-weight: 600;
  margin-bottom: 2em;
}

#choosen-products .content-wrapper .col {
  padding: .35em;
}

#choosen-products .content-wrapper .img-wrapper {
  padding: 1em;
  border: 4px solid #F7F7F7;
  position: relative;
  cursor: pointer;
}

#choosen-products .content-wrapper .img-wrapper .iw-par {
  color: var(--darkBlue);
  font-size: .82em;
  font-weight: 500;
  margin-bottom: 1em;
}

#choosen-products .content-wrapper .img-wrapper .ip2 {
  margin-top: .5em;
  line-height: 1.5;
}

#choosen-products .content-wrapper .img-wrapper .iw-heading {
  color: var(--darkBlue);
  font-size: 1.15em;
  font-weight: 600;
}

#choosen-products .content-wrapper img {
  width: 100%;
  display: block;
}

#choosen-products .content-wrapper .more-btn {
  width: 200px;
  height: 37px;
  line-height: 37px;
  display: block;
  box-shadow: none;
  border: 1px solid var(--darkBlue);
  color: var(--darkBlue);
  font-size: .65em;
  font-weight: 600;
  margin: 3.5em auto 0;
  background-color: #FFF;
}

/*   ===============   END CHOOSE PRODUCTS STYLING   ===============   */

/*   ===============   START CONTACT INFO STYLING   ===============   */

#contact-info {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  border-radius: 20px;
  margin: 3rem 0;
  overflow: hidden;
  background-image: url("../../assets/app-images/hem3.jpg");
}

#contact-info .overlay {
  width: 100%;
  padding: 3em;
  text-align: center;
  overflow: hidden;
  background: rgba(26, 20, 51, .65);
}

#contact-info .overlay .content-wrapper {
  width: 768px;
  margin: auto;
}

#contact-info .overlay .ci-heading {
  color: #FFF;
  font-size: 1.75em;
  font-weight: 500;
  margin-bottom: 1em;
}

#contact-info .overlay .ci-par {
  color: #FFF;
  font-size: .88em;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 2.5em;
}

#contact-info .overlay .showcase-btn {
  padding: 0 2em;
  height: 45px;
  line-height: 45px;
  box-shadow: none;
  border-radius: 100px;
  font-size: .7em;
  font-weight: 600;
  margin-right: .5em;
}

#contact-info .overlay .sbtn01 {
  background-color: transparent;
  color: #FFF;
}

#contact-info .overlay .sbtn02 {
  background-color: #EDD571;
  color: var(--darkBlue);
}

#compain {
  background-color: #EDD571;
  padding: 1em;
  text-align: center;
}

#compain .compain-heading {
  color: var(--darkBlue);
  font-size: 1.25em;
  font-weight: 600;
  margin-bottom: .35em;
}

#compain .compain-par {
  color: var(--darkBlue);
  font-size: 1em;
  font-weight: 500;
}

/*   ===============   END CONTACT INFO STYLING   ===============   */

/*   ===============   START ABOUT US STYLING   ===============   */

#about-us {
  width: 100%;
  padding: 5rem 0 6rem;
}

#about-us .content-wrapper {
  width: 768px;
  margin: auto;
}

#about-us .content-wrapper .au-heading {
  color: var(--darkBlue);
  font-size: 1.5em;
  line-height: 1.3;
  font-weight: 600;
}

#about-us .content-wrapper .line {
  width: 40px;
  height: 2px;
  background-color: #C17518;
  margin: 1.5em 0;
}

#about-us .content-wrapper .au-par {
  color: #494e5c;
  font-size: .93em;
  font-weight: 400;
  line-height: 1.65;
  /* white-space: pre-wrap; */
}

#about-us .content-wrapper .sp-au-par {
  margin-bottom: .5em;
}

#about-us .content-wrapper .au-bold {
  font-weight: 700;
}

#about-us .content-wrapper .showcase-btn {
  width: 220px;
  padding: 0 1em;
  height: 42px;
  line-height: 38px;
  border: 2px solid var(--orange);
  box-shadow: none;
  border-radius: 100px;
  font-size: .75em;
  font-weight: 600;
  margin-right: .5em;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -ms-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#about-us .content-wrapper .sbtn02 {
  background: var(--orange);
  color: var(--darkBlue);
}

#about-us .content-wrapper .sbtn02:hover {
  background: transparent;
  color: var(--darkBlue);
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -ms-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#about-us .content-wrapper .sp-au-heading {
  color: var(--darkBlue);
  font-size: 1em;
  font-weight: 500;
  margin-top: 3em;
}

#about-us .content-wrapper .features {
  margin: 0 0 3em;
}

#about-us .content-wrapper .features .feature {
  height: 33px;
  position: relative;
  margin-bottom: 1em;
}

#about-us .content-wrapper .features .feature .f-circle {
  width: 28px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  border-radius: 15px;
  background: #F5F5F7;
  color: #25515D;
  font-size: .95em;
  font-weight: 600;
  position: relative;
}

#about-us .content-wrapper .features .feature .f-heading {
  color: var(--darkBlue);
  font-size: .88em;
  font-weight: 500;
  left: 2.75em;
}

.about-us {
  padding-bottom: 0 !important;
}

#about-us .content-wrapper .col {
  padding: 0;
}

#about-us .content-wrapper .form-wrapper {
  padding: 1.25em;
  border-radius: 0;
  background: #FFF;
  margin-top: 3em;
  box-shadow: 0 0 15px rgba(92, 176, 214, .2);
  -webkit-box-shadow: 0 0 15px rgba(92, 176, 214, .2);
}

#about-us .content-wrapper .form-wrapper .fw-heading {
  color: var(--darkBlue);
  font-size: 1em;
  font-weight: 600;
  margin-bottom: 1.25em;
}

#about-us .content-wrapper .form-wrapper .col {
  padding: 0 .25em;
}

#about-us .content-wrapper .form-wrapper label {
  color: var(--darkBlue);
  font-size: .75em;
  font-weight: 600;
}

#about-us .content-wrapper .form-wrapper label span {
  color: #406F75;
  font-size: 1em;
  font-weight: 400;
  margin-left: .35em;
}

#about-us .content-wrapper .form-wrapper label .fa-solid {
  color: #E55A5A;
  font-size: 1.15em;
  margin-right: .5em;
}

#about-us .content-wrapper .form-wrapper .sp-label {
  color: #616c7a;
  font-size: .85em;
  font-weight: 400;
}

#about-us .content-wrapper .form-wrapper .input-wrapper {
  width: 100%;
  background: #FCF9EB;
  position: relative;
  margin: .5em 0;
  border-radius: 0;
  padding: 0 1em;
  border: 1px solid #25515D;
  transition: .5s ease-in-out;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -ms-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
}

#about-us .content-wrapper .form-wrapper .iw1 {
  background: #F5F5F7;
}

#about-us .content-wrapper .form-wrapper .iw2 {
  background: #FFF;
}

#about-us .content-wrapper .form-wrapper .sp-iw {
  padding: 0 2.45em 0 1em;
}

#about-us .content-wrapper .form-wrapper .input-wrapper input {
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  height: 42px !important;
  font-size: 16px !important;
  box-shadow: none;
  color: var(--darkBlue);
  font-weight: 500;
  outline: none !important;
  z-index: 30;
  position: relative;
}

#about-us .content-wrapper .form-wrapper .input-wrapper input:focus {
  border: none !important;
  box-shadow: none !important;
}

#about-us .content-wrapper .form-wrapper .input-wrapper .fk-placeholder {
  left: 1.2em;
  color: #76638f;
  font-weight: 400;
  font-size: .82em;
  opacity: .75;
}

#about-us .content-wrapper .form-wrapper .input-wrapper .fa-circle-xmark {
  right: .65em;
  color: var(--teal);
  font-size: 1em;
  cursor: pointer;
  z-index: 50;
}

#about-us .content-wrapper .form-wrapper .input-wrapper .sp-ai {
  right: 2em;
}

#about-us .content-wrapper .form-wrapper .cursor {
  cursor: pointer;
}

#about-us .content-wrapper .form-wrapper .input-wrapper .angle-icon {
  color: var(--teal);
  font-size: .82em;
  right: 1.15em;
}

#about-us .content-wrapper .form-wrapper .sp-input-wrapper {
   border-radius: none;
   padding: 1em;
   background: none;
   border: none;
   transition: none;
   box-shadow: none;
   outline: none;
   background: #FCF9EB;
   margin: .5em 0;
   position: relative;
   border: 1px solid var(--darkBlue);
}

#about-us .content-wrapper .form-wrapper .sp-input-wrapper .fk-placeholder {
  position: absolute;
  top: 1.2em;
  left: 1.35em;
  color: #76638f;
  font-weight: 400;
  font-size: .82em;
  opacity: .75;
}

#about-us .content-wrapper .form-wrapper .sp-input-wrapper textarea {
   border: none;
   outline: none;
   resize: none;
   color: var(--darkBlue);
   font-weight: 500;
   min-height: 50px;
   position: relative;
}

#about-us .content-wrapper .form-wrapper .sp-input-wrapper2 textarea {
   border: none;
   outline: none;
   resize: none;
   color: var(--darkBlue);
   font-weight: 500;
   min-height: 150px;
   position: relative;
}

#about-us .content-wrapper .form-wrapper .sign-btn {
  width: 100%;
  height: 42px;
  line-height: 40px;
  font-weight: 500;
  font-size: .7em;
  border-radius: 0;
  box-shadow: none;
  position: relative;
  background: var(--orange);
  color: #FFF;
  padding: 0 .5em;
  margin: .5em auto 0;
}

#about-us .content-wrapper .form-wrapper .sign-btn .spinWrapper {
  width: 22px;
  height: 22px;
  border-radius: 100%;
  left: 1.15em;
}

#about-us .content-wrapper .form-wrapper .sign-btn .spinWrapper .spin {
  width: 22px;
  height: 22px;
}

#about-us .content-wrapper .form-wrapper .sign-btn .spinWrapper .spin:after {
  content: " ";
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: loading 1s linear infinite;
  -webkit-animation: loading 1s linear infinite;
  -moz-animation: loading 1s linear infinite;
  -ms-animation: loading 1s linear infinite;
  -o-animation: loading 1s linear infinite;
}

#about-us .content-wrapper .form-wrapper .sp-sign-btn {
  background: var(--red);
}

/*   ===============   END ABOUT US STYLING   ===============   */

/*   ===============   START CONTACT US STYLING   ===============   */

#contact-us-body {
  padding-bottom: 4rem;
}

#contact-us-body .content-wrapper {
  width: 800px;
  margin: auto;
  border-radius: 0;
  position: relative;
  top: -2em;
  padding-bottom: 1em;
}

#contact-us-body .content-wrapper .b-col {
  padding: 0;
}

#contact-us-body .content-wrapper .ls {
  position: relative;
  background-color: #fff;
  overflow: hidden;
  padding: 1.25em;
  border-radius: 0;
  box-shadow: 0 0 15px rgba(92, 176, 214, .2);
  -webkit-box-shadow: 0 0 15px rgba(92, 176, 214, .2);
}

#contact-us-body .content-wrapper .ls .col {
   padding: 0 .25em;
}

#contact-us-body .content-wrapper .ls label {
  color: var(--darkBlue);
  font-size: .78em;
  font-weight: 500;
}

#contact-us-body .content-wrapper .ls .input-wrapper {
  width: 100%;
  background-color: #FFF;
  position: relative;
  margin: .45em 0;
  border-radius: 0;
  padding: 0 1em;
  border: 1px solid var(--darkBlue);
  transition: .5s ease-in-out;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -ms-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
}

#contact-us-body .content-wrapper .ls .input-wrapper input {
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  height: 42px !important;
  font-size: 16px !important;
  box-shadow: none;
  color: var(--darkBlue);
  font-weight: 500;
  outline: none !important;
  z-index: 30;
  position: relative;
}

#contact-us-body .content-wrapper .ls .input-wrapper input:focus {
  border: none !important;
  box-shadow: none !important;
}

#contact-us-body .content-wrapper .ls .input-wrapper .fk-placeholder {
  left: 1.2em;
  color: #9ba8ba;
  font-weight: 400;
  font-size: .85em;
  opacity: .75;
}

#contact-us-body .content-wrapper .ls .form-btn {
  border-radius: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-weight: 600;
  font-size: .7em;
  color: #FFF;
  background-color: #160D3C;
  margin-top: .5em;
  position: relative;
  box-shadow: none;
}

#contact-us-body .content-wrapper .ls .form-btn .loadingWrapper {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translate(0, -50%);
  -webkit-ransform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}

#contact-us-body .content-wrapper .ls .form-btn .loadingWrapper .loading {
  border: 3px solid #6f8ea3;
  border-radius: 100%;
  border-top: 3px solid transparent;
  width: 25px;
  height: 25px;
  -webkit-animation: spin .7s linear infinite;
  animation: spin .7s linear infinite;
  background: transparent;
  display: none;
}

#contact-us-body .content-wrapper .ls .sp-input-wrapper {
   border-radius: none;
   padding: 1em;
   background: none;
   border: none;
   margin-top: .5em;
   margin-bottom: .5em;
   transition: none;
   box-shadow: none;
   outline: none;
   background-color: #fff;
   border: 1px solid #160D3C;
}

#contact-us-body .content-wrapper .ls .sp-input-wrapper .fk-placeholder {
  position: absolute;
  top: 1.2em;
  left: 1.25em;
  color: #9ba8ba;
  font-weight: 400;
  font-size: .85em;
  opacity: .75;
}

#contact-us-body .content-wrapper .ls .sp-input-wrapper textarea {
   border: none;
   outline: none;
   resize: none;
   color: var(--darkBlue);
   font-weight: 500;
   min-height: 100px;
   position: relative;
}

#contact-us-body .content-wrapper .rs {
  padding-top: 5.5em;
}

#contact-us-body .content-wrapper .rs .info {
  overflow: hidden;
  padding: 0 0 1em;
  background-color: #FFF;
  margin-bottom: 2px;
  border-radius: 0;
}

#contact-us-body .content-wrapper .rs .info .circle {
  width: 60px;
  height: 60px;
  border-radius: 0;
  background-color: #EDD571;
  position: relative;
}

#contact-us-body .content-wrapper .rs .info .circle .mso {
  color: var(--darkBlue);
  font-size: 1.25em;
  font-weight: 600;
}

#contact-us-body .content-wrapper .rs .info .txt-wrapper {
  margin-left: 80px;
}

#contact-us-body .content-wrapper .rs .info .txt-wrapper .i-par {
  color: var(--darkBlue);
  font-size: .85em;
  font-weight: 400;
  margin: .25em 0 .35em;
}

#contact-us-body .content-wrapper .rs .info .txt-wrapper .i-heading {
  font-size: .9em;
  font-weight: 500;
  color: var(--darkBlue);
  line-height: 1.4;
  white-space: pre-wrap;
}

/*   ===============   END CONTACT US STYLING   ===============   */

/*   ===============   START CUSTOM MODAL STYLING   ===============   */

.custom-modal {
   width: 100%;
   height: 100%;
   max-height: 100%;
   position: fixed;
   top: 0;
   left: 0;
   padding-bottom: 5rem;
   overflow-x: hidden;
   overflow-y: scroll;
   scrollbar-width: none;
   -webkit-scrollbar-width: none;
   -webkit-overflow-scrolling: touch;
   -ms-overflow-style: none;
   scroll-behavior: smooth;
   z-index: 999999999;
   background-color: #161616;
}

.sp-cm {
   background-color: #FFF;
}

.custom-modal::-webkit-scrollbar {
   width: 0;
   height: 0;
}

.custom-modal .msg {
  width: 500px;
  height: 41px;
  line-height: 41px;
  border-radius: 0;
  text-align: center;
  position: fixed;
  top: 48px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  z-index: 999;
}

.custom-modal .msg .msg-icon {
  color: #FFF;
  left: .65em;
  font-size: 1.25em;
}

.custom-modal .success-msg {
  background: #1fb897;
}

.custom-modal .success-msg .msg-icon {
  color: #FFF;
}

.custom-modal .msg .msg-par {
  color: #FFF;
  font-size: .85em;
  font-weight: 400;
}

.custom-modal .failed-msg {
  background: #f2e1d0;
}

.custom-modal .failed-msg .msg-par {
  color: var(--darkBlue);
}

.custom-modal .failed-msg .msg-icon {
  color: var(--red);
}

.custom-modal .close-btn {
   width: 30px;
   height: 30px;
   border-radius: 0;
   background: #FFF;
   position: absolute;
   top: 0;
   right: 0;
   cursor: pointer;
}

.custom-modal .close-btn .cb-icon {
   color: var(--darkBlue);
   font-size: .95em;
}

.custom-modal .custom-modal-content {
   width: 500px;
   padding: 3.65em 1.85em 1.85em;
   margin: 3em auto 0;
   position: relative;
}

.custom-modal .custom-modal-content ul {
  margin: 2em 0 0 0;
  padding: 0;
  overflow: hidden;
}

.custom-modal .custom-modal-content ul li {
  width: 100%;
  font-size: .85em;
  font-weight: 400;
  color: #FFF;
  float: left;
  cursor: pointer;
  border-radius: 12px;
  padding: 1.25em 1.85em;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -ms-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.custom-modal .custom-modal-content ul .active-li {
  color: #FFF;
  background-color: #000000;
}

.custom-modal .custom-modal-content ul li:hover {
  background-color: #000000;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -ms-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.sp-cm .custom-modal-content {
   width: 600px;
   padding: 5em 0;
   margin: 2em auto 0;
   position: relative;
}

.sp-cm .custom-modal-content .close-btn {
   width: 30px;
   height: 30px;
   border-radius: 0;
   background: var(--red);
   position: absolute;
   top: 0;
   right: 0;
   cursor: pointer;
}

.sp-cm .custom-modal-content .close-btn .cb-icon {
   color: #FFF;
   font-size: .95em;
}

.sp-cm .custom-modal-content .cmc-par2 {
   color: #2e2c2c;
   font-size: .65em;
   font-weight: 400;
   letter-spacing: 3px;
   text-transform: uppercase;
}

.sp-cm .custom-modal-content .cmc-heading {
   color: var(--darkBlue);
   font-size: 2em;
   font-weight: 600;
   margin: .25em 0 1.5em;
}

.sp-cm .custom-modal-content .cmc-par {
   color: #403d3d;
   font-size: .9em;
   font-weight: 400;
   line-height: 1.6;
   margin-bottom: 3em;
}

.sp-cm .custom-modal-content .cmc-par3 {
   color: #403d3d;
   font-size: .9em;
   font-weight: 500;
   margin: 3em 0 1em;
}

.sp-cm .custom-modal-content .cmc-feature {
  position: relative;
  width: 100%;
  display: block;
  height: 35px;
}

.sp-cm .custom-modal-content .cmc-feature .mso {
  color: #000000;
  font-size: 1.35em;
  font-weight: 400;
}

.sp-cm .custom-modal-content .cmc-feature .txt {
  color: var(--darkBlue);
  font-size: .9em;
  font-weight: 400;
  left: 2.5em;
}

.sp-cm .custom-modal-content .capacity {
  display: inline-block;
  padding: 1em 1.5em;
  color: var(--darkBlue);
  font-size: .88em;
  font-weight: 500;
  text-align: center;
  border-radius: 100px;
  background-color: #FCF9EB;
  margin: .5em .5em .5em 0;
  border: 1px solid var(--darkBlue);
}

/*   ===============   END CUSTOM MODAL STYLING   ===============   */

/*   ===============   START FOOTER STYLING   ===============   */

footer {
  width: 100%;
  padding: 2.5rem 0 0;
  background-color: #160D3C;
}

footer .circle {
  width: 37px;
  height: 37px;
  display: inline-block;
  margin-right: .35em;
  background-color: #100c24;
  position: relative;
  border-radius: 50%;
}

footer .circle .fab {
  color: #FFF;
}

footer .middle .middle-content-wrapper {
  width: 90%;
  margin: auto;
}

footer .middle .middle-content-wrapper .col {
  padding: 0 !important;
}

footer .middle .middle-content-wrapper .box .fa-icon {
  font-size: 1.2em;
  margin-right: .5em;
  color: #fff;
}

footer .middle .middle-content-wrapper .box .b-heading {
  color: #FFF;
  font-size: .86em;
  font-weight: 500;
  margin-bottom: 1.25em;
}

footer .middle .middle-content-wrapper .box .a-href {
  display: block;
  color: #ccc;
  margin: .5em 0;
  font-size: .85em;
  font-weight: 400;
  line-height: 1.4;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -ms-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

footer .middle .middle-content-wrapper .box .bx-par {
  color: #ccc;
  font-size: .78em;
  font-weight: 400;
  line-height: 1.5;
  padding-right: 6em;
}

footer .middle-content-wrapper img {
  width: 150px;
  display: block;
  margin-bottom: 1.25em;
}

footer .bottom {
  background-color: #100c24;
  padding: 1em 0;
  margin-top: 2em;
  text-align: center;
}

footer .bottom .b-par {
  color: #ccc;
  font-weight: 400;
  font-size: .82em;
}

/*   ===============   END FOOTER STYLING   ===============   */

/*   ===============   MEDIA QURIES   ===============   */

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

  .container {
    width: 100% !important;
    padding: 0 1rem;
  }

  .ser-container {
    padding: 0;
  }

  .h-o-xs {
    display: none !important;
  }

  .empty-box {
    width: 100%;
  }

  #navigation {
    padding: 0 .35em;
  }

  #navigation .nav-ls img {
    margin-left: 0;
  }

  .home-hero-image {
    height: auto;
  }

  #showcase .overlay {
    padding: 1em 0 2em;
    height: auto;
  }

  #showcase .overlay .content-wrapper {
    width: 100%;
    padding: 3em 0 0 0;
  }

  #showcase .overlay .content-wrapper .showcase-heading {
    font-size: 1.85em;
    width: 100%;
  }

  #showcase .overlay .content-wrapper .showcase-par {
    font-size: .85em;
    line-height: 1.6;
    width: 100%;
    margin-bottom: 3em;
  }

  #showcase .overlay .content-wrapper .sc-features {
    margin: 0 0 2.75em;
  }

  #showcase .overlay .content-wrapper .sc-features .col {
    padding: 1.5em 0;
  }

  #showcase .overlay .content-wrapper .sc-features .scf-feature .mso {
    font-size: 1.45em;
  }

  #showcase .overlay .content-wrapper .sc-features .scf-feature .txt {
    font-size: .85em;
  }

  #showcase .overlay .content-wrapper .showcase-btn {
    width: 100%;
    margin-bottom: .5em;
    margin-right: 0;
  }

  #short-info {
    padding: 1em 0;
  }

  #short-info .content-wrapper .si-ls {
    padding: 2em 0 0 0;
  }

  #short-info .content-wrapper .si-ls .si-heading {
    font-size: 1.5em;
  }

  #short-info .content-wrapper .si-ls .si-par {
    font-size: .92em;
    margin-bottom: 1.5em;
  }

  .about-hero-image .overlay .content-wrapper,
  .office-hero-image .overlay .content-wrapper,
  .employer-hero-image .overlay .content-wrapper,
  .under-hero-image .overlay .content-wrapper {
    padding-top: 5.5em !important;
  }

  #faqs {
    padding: 1.5rem .5em;
  }

  #faqs .faq-left {
    padding: 0 0 3em;
  }

  #faqs .faqs-heading {
    font-size: 1.5em;
  }

  #faqs .faqs-par {
    font-size: .85em;
  }

  #faqs .faqs-btn {
    width: 100%;
    margin-top: .5em;
  }

  #faqs .fbtn2 {
    margin-left: 0;
  }

  #contact-info {
    margin: 1rem 0;
  }

  #contact-info .overlay {
    padding: 1.5em;
  }

  #contact-info .overlay .content-wrapper {
    width: 100%;
  }

  #contact-info .overlay .ci-heading {
    font-size: 1.25em;
  }

  #contact-info .overlay .ci-par {
    font-size: .82em;
  }

  #contact-info .overlay .showcase-btn {
    width: 100%;
    margin-top: 1em;
  }

  #choosen-products .content-wrapper .col {
    padding: 0 0 1em;
  }

  #about-us {
    padding: 2rem 0 3rem 0;
  }

  #about-us .content-wrapper {
    width: 100%;
  }

  #about-us .content-wrapper .au-heading {
    font-size: 1.35em;
  }

  #about-us .content-wrapper .au-par {
    font-size: .9em;
  }

  .about-us {
    padding-bottom: 3rem !important;
  }

  #contact-us-body {
    padding-bottom: 2.5rem;
  }

  #contact-us-body .content-wrapper .b-col {
    width: 100%;
    padding: 0;
  }

  .contact-hero-image .content-wrapper {
    padding-bottom: 1.25em;
  }

  #contact-us-body .content-wrapper {
    width: 95%;
    margin: auto;
    background-color: #FFF;
    overflow: visible;
    border-radius: 0;
  }

  #contact-us-body .content-wrapper .rs {
    padding: 1.25em;
  }

  .custom-modal {
     padding-bottom: 1rem;
  }

  .custom-modal .msg {
     width: 100%;
     top: 0;
     left: 0;
     transform: none;
  }

  .custom-modal .custom-modal-content {
     width: 100%;
     padding: 3em .5em;
     margin: 0 auto;
  }

  .custom-modal .close-btn,
  .sp-cm .custom-modal-content .close-btn {
     top: 0;
     right: -1em;
  }

  footer {
    padding: 1.5rem 0 0;
  }

  footer .top {
    width: 100%;
    padding: 0 .5em 2.5em;
  }

  footer .middle .middle-content-wrapper {
    width: 100%;
    padding: 0 .5em;
  }

  footer .middle .middle-content-wrapper .col-1 {
    width: 100%;
    margin-bottom: 2em;
  }

  footer .middle .middle-content-wrapper .col-2 {
    padding-left: 0 !important;
    margin-bottom: 0;
  }

  footer .middle .middle-content-wrapper .col-3 {
    margin-top: 0;
  }

  footer .middle .middle-content-wrapper .col-4 {
    margin-top: 2em;
  }

  footer .middle .middle-content-wrapper .box .b-heading {
    font-size: .8em;
  }

  footer .middle .middle-content-wrapper .box .a-href {
    font-size: .88em;
  }

  footer .bottom {
    padding: 1em .5em;
  }

  footer .bottom .b-par {
    width: 100%;
    line-height: 1.7;
  }

  footer .middle .middle-content-wrapper .box .bx-par {
    padding-right: 0;
  }

}

@media only screen and (min-width: 601px) and (max-width: 767px) {

  .container {
    width: 100% !important;
    padding: 0 1rem;
  }

  .ser-container {
    padding: 0;
  }

  .h-o-s {
    display: none !important;
  }

  #navigation {
    margin-top: 0;
    padding: 0 .35em;
  }

  #navigation .nav-ls img {
    margin-left: 0;
  }

  .home-hero-image {
    height: auto;
  }

  #showcase .overlay {
    padding: 1em 0 2em;
    height: auto;
  }

  #showcase .overlay .content-wrapper {
    width: 100%;
    padding: 3em 0 0 0;
  }

  #showcase .overlay .content-wrapper .showcase-heading {
    font-size: 1.85em;
    width: 100%;
  }

  #showcase .overlay .content-wrapper .showcase-par {
    font-size: .85em;
    line-height: 1.6;
    width: 100%;
    margin-bottom: 3em;
  }

  #showcase .overlay .content-wrapper .sc-features {
    margin: 0 0 2.75em;
  }

  #showcase .overlay .content-wrapper .sc-features .col {
    padding: 1.5em 0;
  }

  #showcase .overlay .content-wrapper .sc-features .scf-feature .mso {
    font-size: 1.45em;
  }

  #showcase .overlay .content-wrapper .sc-features .scf-feature .txt {
    font-size: .85em;
  }

  #short-info {
    padding: 1.5em .5rem;
  }

  #short-info .content-wrapper .si-ls {
    padding: 2em 0 0 0;
  }

  .about-hero-image .overlay .content-wrapper,
  .office-hero-image .overlay .content-wrapper,
  .employer-hero-image .overlay .content-wrapper,
  .under-hero-image .overlay .content-wrapper {
    padding-top: 5.5em !important;
  }

  #faqs {
    padding: 1.5rem .5em;
  }

  #faqs .faq-left {
    padding: 0 0 3em;
  }

  #faqs .faqs-heading {
    font-size: 1.5em;
  }

  #faqs .faqs-par {
    font-size: .85em;
  }

  #contact-info {
    margin: 1rem 0;
  }

  #contact-info .overlay .content-wrapper {
    width: 100%;
    margin: auto;
  }

  #contact-info .overlay .ci-heading {
    font-size: 1.5em;
  }

  #contact-info .overlay .ci-par {
    font-size: .85em;
  }

  #about-us {
    padding: 2rem 0 3rem 0;
  }

  #about-us .content-wrapper {
    width: 100%;
  }

  .about-us {
    padding-bottom: 3rem !important;
  }

  #contact-us-body {
    padding-bottom: 2.5rem;
  }

  .contact-hero-image .content-wrapper {
    padding-bottom: 1.25em;
  }

  #contact-us-body .content-wrapper {
    width: 95%;
    margin: auto;
    background-color: #FFF;
    border-radius: 0;
    overflow: visible;
  }

  #contact-us-body .content-wrapper .b-col {
    width: 100%;
    padding: 0;
  }

  #contact-us-body .content-wrapper .rs {
    padding: 1.25em;
  }

  footer .top {
    width: 100%;
  }

  footer .middle .middle-content-wrapper {
    width: 100%;
  }

  footer .middle .middle-content-wrapper .col-4 {
    margin-top: 2em;
  }

}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .container {
    width: 768px;
    padding: 0 1rem;
  }

  .h-o-m {
    display: none !important;
  }

  #navigation {
    margin-top: 0;
    padding: 0 .35em;
  }

  #navigation .nav-ls img {
    margin-left: 0;
  }

  #contact-info .overlay .content-wrapper {
    width: 100%;
    margin: auto;
  }

  #short-info {
    padding: 3rem 0;
  }

  #short-info .content-wrapper .si-ls {
    padding: 2em 0 0 0;
  }

  #faqs .faq-left {
    padding: 0 0 3em;
  }

  #about-us {
    padding: 3rem 0;
  }

  #about-us .content-wrapper {
    width: 100%;
  }

  #contact-us-body .content-wrapper {
    width: 100%;
  }

  footer .top {
    width: 100%;
  }

  footer .middle .middle-content-wrapper {
    width: 100%;
  }

  footer .middle .middle-content-wrapper .col-4 {
    margin-top: 2em;
  }

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .container {
    width: 992px;
    padding: 0 1rem;
  }

  .h-o-l {
    display: none !important;
  }

}

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

  .container {
    width: 1200px;
    padding: 0 1rem;
  }

  .h-o-xl {
    display: none !important;
  }

}
