/*** For Product page (PP) ***/
.PPexpIconHover {
  transition: 0.3s;
}
.PPexpIconHover:hover {
  transform: scale(1.03);
}
.svgLineFix {
  margin-bottom: -1px;
}
/* For commentBox */
@media only screen and (min-width: 1271px) and (max-width: 2500px) {
.commentBox {
  margin-bottom: -70px;
}
}
@media only screen and (max-width: 991px) {
.commentBox {
padding-top: 20px;
    padding-bottom: 20px;
    transform: scale(0.85);
  }
}
/* PP Mobile screen */
@media only screen and (max-width: 991px) {
  .PPmobileIcon {
    width: 100% !important;
    height: 70px !important;
  }
  .PPIconMobilePadding {
    padding-bottom: 40px;
  }
  .PPiconBottom {
    margin-bottom: 20px;
  }
  .PPhideArrow {
    display: none;
  }
  .PPExplainerIconMobile {
    height: 79px;
    width: 79px;
  }
  .PPWhyMobile {
    padding-bottom: 40px;
  }
  .PPDokuMobile {
    margin-top: 50px;
  }
  .PPMobileEasy {
    margin-top: 40px !important;
    margin-bottom: -60px;
    display: none;
  }
  .PPThreeIcons {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
  .PPThreeIconsMobile {
    margin-right: 0px !important;
  }
  .PPThreeIconsUl {
    text-align: center;
  }
  .PPAiMobile {
    margin-top: 30px !important;
  }
  .PPheaderTitle {
    max-width: none !important;
    text-align: center;
  }
  .PPheaderButtons {
    margin: auto !important;
    min-width: 315px;
  }
  .PPHomeBack {
    min-height: 570px !important;
  }
  .PPHowWorksPadding {
    padding-bottom: 60px !important;
    padding-top: 0px !important;
  }
}
/* PP End of Mobile screen */

/* PP above mobile */
@media only screen and (min-width: 992px) {
  .iconsDivider {
    margin-top: 60px;
    margin-bottom: 40px;
  }
  .PPiconBottom {
    margin-bottom: 10px;
  }
  .PPheaderText {
    margin-top: -200px !important;
  }
  .PPSecondWhy {
    margin-top: 100px;
  }
  .PPThirdWhy {
    margin-top: 200px;
  }
}
/* PP End of above mobile */

/* PP mobile and below ipad */
@media only screen and (max-width: 550px) {
  .PPheaderText {
    margin-top: 60px !important;
  }
  .PPSecondWhy {
    margin-top: 100px;
  }
  .PPThirdWhy {
    margin-top: 200px;
  }
  .PPSecondWhy {
    margin-top: 40px;
  }
  .PPThirdWhy {
    margin-top: 40px;
  }
  .PPfeatureBoxFirst {
    margin-top: -40px !important;
  }
  .PPDokuMobile {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: -40px;
  }
  .PPBottomWave {
    margin-bottom: -120px !important;
  }
}
/* En of PP mobile and below ipad */

/* Fix for last SVG in PP */
@media only screen and (min-width: 850px) and (max-width: 1270px) {
  .PPBottomWave {
    margin-bottom: -240px !important;
  }
}
@media only screen and (min-width: 550px) and (max-width: 849px) {
  .PPBottomWave {
    margin-bottom: -180px !important;
  }
}
@media only screen and (min-width: 1850px) {
  .PPBottomWave {
    margin-bottom: -470px !important;
  }
  .firstIconsDivider {
    margin-top: -80px;
  }
}
@media only screen and (min-width: 1271px) and (max-width: 1849px) {
  .PPBottomWave {
    margin-bottom: -340px !important;
  }
}
/*End of Fix for last SVG in PP

/* PP Ipad */
@media only screen and (min-width: 550px) and (max-width: 991px) {
  .PPheaderText {
    margin-top: 90px !important;
  }
  .PPSecondWhy {
    margin-top: 0px;
  }
  .PPThirdWhy {
    margin-top: 0px;
  }
  .PPfeatureBoxFirst {
    margin-top: 0px !important;
  }
  .PPDokuMobile {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .PPRobotImgIpad {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
/* PP End of Ipad */

/*** End of product page ***/

.faq-text {
  font-family: "Poppins", sans-serif !important;
}
/* Ipad screen */
@media only screen and (min-width: 650px) and (max-width: 1190px) {
  .aboutUs-image {
    max-width: 370px;
    margin: auto;
    display: block;
  }
  .featureBoxes {
    flex: 0 0 33% !important;
    max-width: 33% !important;
  }
  .maxWidth100 {
    max-width: 100% !important;
    padding-bottom: 40px;
  }
  .svgMiddle {
    margin-top: -200px !important;
  }
  .secondSvgMiddle {
    display: none !important;
  }
  .featureTextMiddle {
    font-size: 20px !important;
    font-weight: 600 !important;
  }
  .pBottom60 {
    padding-bottom: 60px !important;
  }
  .featureCenter {
    width: 40% !important;
  }
}
/* End of Ipad screen */
@media only screen and (max-width: 649px) {
  .featureCenter {
    width: 100% !important;
  }
}
/* For mobile screen */
@media only screen and (max-width: 991px) {
  .buttonsMobileContainer {
    text-align: center;
  }
  .thankYouImg {
    margin-top: -20px !important;
    font-size: 120px !important;
  }
  .centerBlock {
    margin-left: auto;
    margin-right: auto;
  }
  .paddingT30 {
    padding-top: 30px !important;
  }
  .mobile-button-space {
    padding-bottom: 120px !important;
  }
  .margin-top-0 {
    margin-top: 0 !important;
  }
  .margin-top-minus {
    margin-top: -5px !important;
  }
  .footer-margin-bottom-mobile {
    margin-top: -50px !important;
  }
  a.page-scroll.menuTopButton.buttonInMobileMeny {
    color: white !important;
    font-weight: 600 !important;
    font-size: 15px !important;
  }
  .mobileH1 {
    font-size: 35px !important;
  }
  .mobileHeader {
    margin-top: 0px !important;
  }
  .mobileMenu {
    margin-top: -15px !important;
  }
  .mobileLogo {
    max-width: 135px !important;
  }
  .buttonInMobileMeny {
    margin-top: 20px !important;
    background: #ffbc00;
    border: none !important;
    text-align: center;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .navbar-nav .nav-item a {
    color: #38424d !important;
    font-weight: normal !important;
    font-size: 14px !important;
    margin-top: 15px;
    border-bottom: 1px solid #55b3b747;
  }
  .navbar-nav {
    padding-bottom: 8px;
  }
  .text {
    font-size: 18px !important;
  }
  a.main-btn {
    font-size: 15px !important;
    width: 135px;
    padding: 0;
  }
  ul.d-flex {
    max-width: 290px !important;
  }
  div#home {
    height: auto !important;
    min-height: 520px;
  }
  .section-title .title {
    font-size: 32px !important;
  }
  .firstSVG {
    margin-bottom: -90px !important;
  }
  .whyMobile {
    padding-bottom: 0;
  }
  .floatL {
    float: none !important;
    margin-right: 0 !important;
  }
  .features-content.media-body {
    text-align: center;
  }
  .featureCenterCard {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .hideMobile {
    display: none !important;
  }
  .containerCenter {
    padding-top: 0 !important;
  }
  h4 {
    font-size: 22px !important;
  }
  h3.download-title.faqTitleMobile {
    font-size: 32px !important;
    text-align: center;
  }
  .textCenterMobile {
    text-align: center !important;
  }
  .badge {
    margin-right: 8px !important;
  }
  h5.faq-title {
    line-height: 24px !important;
    font-size: 15px !important;
  }
  .faqTextMobile {
    font-size: 15px !important;
  }
  .faqTitleLineHeightMobile {
    line-height: 22px !important;
  }
  .faqTopMobile {
    padding-top: 20px !important;
  }
  .card-body {
    padding: 20px !important;
    padding-left: 25px !important;
  }
  .wannaKnowMobile {
    margin-top: 40px !important;
  }
  .svgnextLastMobile {
    margin-bottom: -90px !important;
  }
  .fontSize30 {
    font-size: 32px !important;
  }
  .knowMoreMobile {
    padding-top: 140px !important;
    padding-bottom: 0 !important;
  }
  .footer-area .logo {
    max-width: 150px !important;
  }
  .footer-link .link li a {
    font-size: 14px !important;
    color: white !important;
  }
  .footerText {
    font-size: 14px !important;
  }
  .copyRMobile {
    font-size: 12px !important;
  }
  .padding40 {
    padding-bottom: 40px !important;
  }
  .services-icon-mobile {
    width: 70px !important;
    height: 70px !important;
  }
  .mobileCenterButton {
    display: block !important;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
  }
  .greenSectionPaddingMobile {
    padding-bottom: 25px !important;
    padding-top: 90px !important;
  }
  .mobileHeader2 {
    padding-top: 160px !important;
  }
  .mobileHeader3 {
    padding-top: 210px !important;
  }
  .headerContact {
    min-height: 920px !important;
  }
  .headerBook {
    min-height: 780px !important;
  }
  input.form-contact-input {
    font-size: 15px;
  }
  .contactSvg {
    margin-bottom: 60px;
  }
  .paddingTop0 {
    padding-top: 0px !important;
  }
  h4.title.h4FooterSizeMobile {
    font-size: 16px !important;
  }
}
/* End of small screen */

/* For sticky header */
@media only screen and (min-width: 991px) {
  .sticky .navbar-nav .nav-item a {
    color: white !important;
  }
  .navbar-nav .nav-item a {
    color: white !important;
  }
}
.sticky {
  display: none;
}
/* Hover styles */
a.main-btn {
  transition: 0.2s;
}
a.main-btn:hover {
  transform: scale(1.03);
  cursor: pointer;
}
a.page-scroll:hover {
  cursor: pointer;
}
.card-header:hover {
  cursor: pointer !important;
}
button.form-contact-button {
  transition: 0.2s;
}
button.form-contact-button:hover {
  transform: scale(1.02);
  cursor: pointer;
}

/* FOR FAQ */

.faq-section {
  min-height: 400px;
  /*padding: 10vh 0 0;*/
  padding-top: 60px;
}
.faq-title h2 {
  position: relative;
  margin-bottom: 45px;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
}
.faq-title h2::before {
  content: "";
  position: absolute;
  left: 50%;
  width: 60px;
  height: 2px;
  background: #56c7b6;
  bottom: -25px;
  margin-left: -30px;
}

.faq-title p {
  padding: 0 190px;
  margin-bottom: 10px;
}

.faq {
  background: #ffffff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}

.faq .card {
  border: none;
  background: none;
  border-bottom: 1px dashed #cee1f8;
}

.faq .card .card-header {
  padding: 0px;
  border: none;
  background: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.faq .card .card-header:hover {
  /*background: linear-gradient(124deg,#55cbad 50%,#55c1cb);*/
  background: #56c7b657;
  padding-left: 10px;
}
/*.card-header:hover .faq-title {
  color: white !important;
}*/
.faq .card .card-header .faq-title {
  width: 100%;
  text-align: left;
  padding: 0px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1px;
  color: #3b566e;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
}

.faq .card .card-header .faq-title .badge {
  display: inline-block;
  /*float: left;*/
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  background: #56c7b6;
  color: #fff;
  font-size: 12px;
  margin-right: 20px;
}
.badge {
  width: 20px;
  height: 20px;
  line-height: 14.5px;
  padding-left: 6px;
}

.faq .card .card-body {
  padding: 30px;
  padding-left: 35px;
  padding-bottom: 16px;
  font-weight: 400;
  font-size: 16px;
  color: #6f8ba4;
  line-height: 28px;
  letter-spacing: 1px;
  border-top: 1px solid #f3f8ff;
}

.faq .card .card-body p {
  margin-bottom: 14px;
}

@media only screen and (max-width: 991px) {
  .faq {
    margin-bottom: 30px;
  }
  .faq .card .card-header .faq-title {
    line-height: 26px;
    margin-top: 10px;
    padding: 15px !important;
  }
}
.faq-title {
  font-size: 16px !important;
}
/* FAQ END */

.blackFooter {
  color: #747e88 !important;
}

/* Small to big screen fixes */
@media screen and (min-width: 992px) and (max-width: 1189px) {
  .hideLaptop {
    display: none !important;
  }
  img.hideMobile {
    margin-left: -20px;
  }
  .svgBuggFix {
    margin-bottom: -240px !important;
  }
  .aboutUsBuggFix {
    margin-top: 60px !important;
  }
  .footer-link .link li a {
    color: white !important;
    font-size: 15px !important;
  }
}

/* FOR BIG SCREEN */
@media screen and (min-width: 1190px) {
  .svgnextLastMobile {
    margin-bottom: -20% !important;
  }
  .fontSize45 {
    font-size: 45px !important;
  }
  .firstPageImgPadding {
    padding-left: 0 !important;
  }
  .footerText {
    font-size: 15px !important;
  }
  .hideLaptop {
    display: none !important;
  }
  footer#footer {
    margin-top: -100px;
  }
  h3.download-title.faqTitleMobile {
    font-size: 45px !important;
  }
  .section-title .title {
    font-weight: 600 !important;
    font-size: 45px !important;
  }
  .footer-link .link li a {
    color: white !important;
    font-size: 15px !important;
  }
}
/* END OF BIG SCREEN */
/* VERY BIG SCREEN */
@media screen and (min-width: 1620px) {
  .bigScreenHeaderClient {
    padding-top: 80px;
  }
  .book-demo {
    height: 1000px !important;
    padding-bottom: 60px !important;
  }
  .hideVeryBig {
    display: none;
  }
  .showVeryBig {
    display: block !important;
  }
  .firstPageImgPadding {
    margin-left: 2.5%;
  }
  .svgVeryBig {
    margin-bottom: -600px !important;
  }
  .paddingTop200VeryBig {
    padding-top: 200px !important;
  }
  .titleFrontPageVeryBig {
    margin-top: -100px !important;
  }
  .aboutUsMargin {
    margin-top: -180px !important;
  }
}
/* END OF VERY BIG SCREEN */
/* Extremely big screen */
@media screen and (min-width: 1850px) {
  .aboutUsHeaderBig {
    height: 750px !important;
  }
}
/* End of Extremely big screen */
.footer-about .text {
  color: white;
}
.footer-title .title {
  font-size: 20px;
  font-weight: 500;
  color: white;
  font-size: 18px !important;
}

.footer-copyright .copyright {
  border-top: 1px solid #85c7b6 !important;
}

.svgPosition {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}

.menuTopButton {
  padding: 8px;
  padding-right: 15px;
  padding-left: 15px;
  margin-top: -10px;
  border-radius: 4px;
  border: 2px solid;
}
.single-services.services-color-1 .services-icon {
  background-color: #56c7b8 !important;
}
.single-services.services-color-1 .services-icon::before {
  background-color: rgb(85 203 174 / 20%) !important;
  background: #ddf4ef;
}
.single-services.services-color-2 .services-icon {
  background-color: #56c7b8 !important;
}
.single-services.services-color-2 .services-icon::before {
  background-color: rgb(85 203 174 / 20%) !important;
  background: #ddf4ef;
}
.single-services.services-color-3 .services-icon {
  background-color: #56c7b8 !important;
}
.single-services.services-color-3 .services-icon::before {
  background-color: rgb(85 203 174 / 20%) !important;
  background: #ddf4ef;
}

.single-features {
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 10px 0px rgb(154 154 154 / 16%);
  -moz-box-shadow: 0px 0px 10px 0px rgba(154, 154, 154, 0.16);
  box-shadow: 0px 0px 10px 0px rgb(154 154 154 / 16%);
  padding: 35px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.featureCenter {
  display: inline-block;
  width: 40%;
  margin: auto;
  text-align: left;
  padding: 40px;
  vertical-align: top;
}
.featureCenterCard {
  max-width: 450px;
  padding: 20px;
}
.containerCenter {
  text-align: center;
  padding-top: 80px;
}
.main-btn {
  font-weight: 600 !important;
  font-size: 15px !important;
  height: 50px !important;
}

/*.ikon {
  padding: 20px;
  border-radius: 15%;
  color: #56c7b6;
  font-size: 45px;
  margin-bottom: 30px;
  border: 1px solid rgb(221, 221, 221);
}*/
.ikon {
  padding: 20px;
  border-radius: 15%;
  color: #56c7b6;
  font-size: 45px;
  margin-bottom: 30px;
  border: 1px solid rgb(221, 221, 221);
  transition: 0.15s;
}
.ikon:hover {
  box-shadow: 0px 0px 7px 0px rgb(154 154 154 / 36%);
}
.ikon3 {
  padding: 20px;
  border-radius: 15%;
  font-size: 45px;
  transition: 0.15s;
}
.textFeature {
  margin-top: 45px;
  border-top: 1px solid #dddddd;
  padding-top: 10px;
}
/*h4 {
    font-size: 24px;
    padding-top: 25px;
    font-weight: 600 !important;
}*/
h4 {
  margin-bottom: 10px !important;
}
.ikon2 {
  background: transparent;
  color: #56c7b6;
  font-size: 35px;
  margin: 0;
}
.parent {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(5, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
.floatL {
  float: left;
  margin-right: 20px;
}

.div1 {
  grid-area: 1 / 1 / 2 / 2;
}
.div2 {
  grid-area: 2 / 1 / 3 / 2;
}
.div3 {
  grid-area: 1 / 3 / 2 / 4;
}
.div4 {
  grid-area: 2 / 3 / 3 / 4;
}
.div5 {
  grid-area: 1 / 2 / 3 / 3;
}

.featureAtSide {
  text-align: left;
}
/*.features .features-icon {
  width: 76px;
  height: 76px;
  background-color: #0898E7;
  border-radius: 50%;
  text-align: center;
}
.lni {
  display: inline-block;
  font: normal normal normal 1em/1 'LineIcons';
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}*/

/*
    CSS INDEX
    ===================

    01. Theme default CSS
	02. Header
    03. Hero
	04. Footer

-----------------------------------------------------------------------------------*/
/*===========================
      01.COMMON css 
===========================*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Poppins:300,400,500,600,700&display=swap");
body {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #747e88;
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  text-decoration: none;
}

i,
span,
a {
  display: inline-block;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #38424d;
  margin: 0px;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul,
ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #747e88;
  margin: 0px;
}

.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

/*===== All Button Style =====*/
.main-btn {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 2px solid #0898e7;
  padding: 0 25px;
  font-size: 16px;
  height: 55px;
  line-height: 51px;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  background-color: #0898e7;
}
.main-btn:hover {
  background-color: rgba(8, 152, 231, 0.7);
  color: #fff;
  border-color: transparent;
}
.main-btn.main-btn-2 {
  background-color: transparent;
  color: #525a63;
  border-color: #525a63;
}
.main-btn.main-btn-2:hover {
  background-color: rgba(82, 90, 99, 0.5);
  color: #525a63;
}

@keyframes animation1 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes animation1 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

/*===== All Section Title Style =====*/
.section-title .title {
  font-size: 35px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .section-title .title {
    font-size: 22px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-title .title {
    font-size: 26px;
  }
}

.section-title .text {
  margin-top: 20px;
}

/*===== All Slick Slide Outline Style =====*/
.slick-slide {
  outline: 0;
}

/*===== All Preloader Style =====*/
.preloader {
  /* Body Overlay */
  position: fixed;
  top: 0;
  left: 0;
  display: table;
  height: 100%;
  width: 100%;
  /* Change Background Color */
  background: #fff;
  z-index: 99999;
}
.preloader .loader {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.preloader .loader .ytp-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 64px;
  margin-left: -32px;
  z-index: 18;
  pointer-events: none;
}
.preloader .loader .ytp-spinner .ytp-spinner-container {
  pointer-events: none;
  position: absolute;
  width: 100%;
  padding-bottom: 100%;
  top: 50%;
  left: 50%;
  margin-top: -50%;
  margin-left: -50%;
  -webkit-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
  -moz-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
  -o-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
  animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
}
.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1)
    infinite both;
  -moz-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1)
    infinite both;
  -o-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1)
    infinite both;
  animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite
    both;
}
.preloader
  .loader
  .ytp-spinner
  .ytp-spinner-container
  .ytp-spinner-rotator
  .ytp-spinner-left {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  right: 50%;
}
.preloader
  .loader
  .ytp-spinner
  .ytp-spinner-container
  .ytp-spinner-rotator
  .ytp-spinner-right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  left: 50%;
}
.preloader .loader .ytp-spinner-circle {
  box-sizing: border-box;
  position: absolute;
  width: 200%;
  height: 100%;
  border-style: solid;
  /* Spinner Color */
  border-color: #0898e7 #0898e7 #eceff8;
  border-radius: 50%;
  border-width: 6px;
}
.preloader .loader .ytp-spinner-left .ytp-spinner-circle {
  left: 0;
  right: -100%;
  border-right-color: #eceff8;
  -webkit-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1)
    infinite both;
  -moz-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1)
    infinite both;
  -o-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1)
    infinite both;
  animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite
    both;
}
.preloader .loader .ytp-spinner-right .ytp-spinner-circle {
  left: -100%;
  right: 0;
  border-left-color: #eceff8;
  -webkit-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite
    both;
  -moz-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite
    both;
  -o-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

/* Preloader Animations */
@-webkit-keyframes ytp-spinner-linspin {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes ytp-spinner-linspin {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes ytp-spinner-easespin {
  12.5% {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  25% {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  37.5% {
    -webkit-transform: rotate(405deg);
    -moz-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    -o-transform: rotate(405deg);
    transform: rotate(405deg);
  }
  50% {
    -webkit-transform: rotate(540deg);
    -moz-transform: rotate(540deg);
    -ms-transform: rotate(540deg);
    -o-transform: rotate(540deg);
    transform: rotate(540deg);
  }
  62.5% {
    -webkit-transform: rotate(675deg);
    -moz-transform: rotate(675deg);
    -ms-transform: rotate(675deg);
    -o-transform: rotate(675deg);
    transform: rotate(675deg);
  }
  75% {
    -webkit-transform: rotate(810deg);
    -moz-transform: rotate(810deg);
    -ms-transform: rotate(810deg);
    -o-transform: rotate(810deg);
    transform: rotate(810deg);
  }
  87.5% {
    -webkit-transform: rotate(945deg);
    -moz-transform: rotate(945deg);
    -ms-transform: rotate(945deg);
    -o-transform: rotate(945deg);
    transform: rotate(945deg);
  }
  to {
    -webkit-transform: rotate(1080deg);
    -moz-transform: rotate(1080deg);
    -ms-transform: rotate(1080deg);
    -o-transform: rotate(1080deg);
    transform: rotate(1080deg);
  }
}

@keyframes ytp-spinner-easespin {
  12.5% {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  25% {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  37.5% {
    -webkit-transform: rotate(405deg);
    -moz-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    -o-transform: rotate(405deg);
    transform: rotate(405deg);
  }
  50% {
    -webkit-transform: rotate(540deg);
    -moz-transform: rotate(540deg);
    -ms-transform: rotate(540deg);
    -o-transform: rotate(540deg);
    transform: rotate(540deg);
  }
  62.5% {
    -webkit-transform: rotate(675deg);
    -moz-transform: rotate(675deg);
    -ms-transform: rotate(675deg);
    -o-transform: rotate(675deg);
    transform: rotate(675deg);
  }
  75% {
    -webkit-transform: rotate(810deg);
    -moz-transform: rotate(810deg);
    -ms-transform: rotate(810deg);
    -o-transform: rotate(810deg);
    transform: rotate(810deg);
  }
  87.5% {
    -webkit-transform: rotate(945deg);
    -moz-transform: rotate(945deg);
    -ms-transform: rotate(945deg);
    -o-transform: rotate(945deg);
    transform: rotate(945deg);
  }
  to {
    -webkit-transform: rotate(1080deg);
    -moz-transform: rotate(1080deg);
    -ms-transform: rotate(1080deg);
    -o-transform: rotate(1080deg);
    transform: rotate(1080deg);
  }
}

@-webkit-keyframes ytp-spinner-left-spin {
  0% {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg);
  }
}

@keyframes ytp-spinner-left-spin {
  0% {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg);
  }
}

@-webkit-keyframes ytp-right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  to {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
}

@keyframes ytp-right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  to {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
}

/*===========================
      02.HEADER css 
===========================*/
/*===== NAVBAR =====*/
.navbar-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.sticky {
  position: fixed;
  z-index: 99;
  background-color: #fff;
  -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: 201 !important;
}
.sticky .navbar {
  padding: 10px 0;
}

.navbar {
  padding: 0;
  border-radius: 5px;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  padding: 35px 0;
}
input.form-contact-input {
  margin-left: auto !important;
  margin-right: auto !important;
  display: block;
  padding: 15px;
  width: 100%;
  max-width: 410px;
  text-align: center;
  margin: 10px;
  border: none;
  border-radius: 5px;
}
button.form-contact-button {
  margin-left: auto !important;
  margin-right: auto !important;
  display: block;
  padding: 15px;
  width: 100%;
  max-width: 410px;
  text-align: center;
  margin: 10px;
  border: none;
  border-radius: 5px;
  background: #febb00;
  color: white;
  font-weight: 800;
}
.form-container {
  padding-top: 40px;
}

.navbar-brand {
  padding: 0;
}
.navbar-brand img {
  /*  max-width: 150px; */
  max-width: 180px;
  margin-top: -10px;
}

.navbar-toggler {
  padding: 0;
  margin-top: -7px;
  margin-right: 2px;
}
.navbar-toggler .toggler-icon {
  width: 25px;
  height: 2px;
  background-color: white;
  display: block;
  margin: 5px 0;
  position: relative;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  border-radius: 5px;
}
.navbar-toggler.active .toggler-icon:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
}
.navbar-toggler.active .toggler-icon:nth-of-type(2) {
  opacity: 0;
}
.navbar-toggler.active .toggler-icon:nth-of-type(3) {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  top: -7px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 5px 12px;
  }
}

@media (max-width: 767px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 9;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(56, 66, 77, 0.1);
    -moz-box-shadow: 0px 15px 20px 0px rgba(56, 66, 77, 0.1);
    box-shadow: 0px 15px 20px 0px rgba(56, 66, 77, 0.1);
    padding: 5px 12px;
    margin-top: -25px;
    background: #fbfbfb;
    border-radius: 2px;
  }
}

.navbar-nav .nav-item {
  margin-left: 35px;
  position: relative;
}
.navbar-nav .nav-item:first-child {
  margin-left: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-nav .nav-item {
    margin-left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .navbar-nav .nav-item {
    margin: 0;
  }
}
.navbar-nav .nav-item a {
  font-size: 16px;
  font-weight: 600;
  color: #38424d;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item a {
    display: block;
    padding: 4px 0;
  }
}
@media (max-width: 767px) {
  .navbar-nav .nav-item a {
    display: block;
    padding: 4px 0;
  }
}
.navbar-nav .nav-item.active > a,
.navbar-nav .nav-item:hover > a {
  color: #0898e7;
}
.navbar-nav .nav-item:hover .sub-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item:hover .sub-menu {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-nav .nav-item:hover .sub-menu {
    top: 0;
  }
}
.navbar-nav .nav-item .sub-menu {
  width: 200px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 110%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item .sub-menu {
    position: relative;
    width: 100%;
    top: 0;
    display: none;
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 767px) {
  .navbar-nav .nav-item .sub-menu {
    position: relative;
    width: 100%;
    top: 0;
    display: none;
    opacity: 1;
    visibility: visible;
  }
}
.navbar-nav .nav-item .sub-menu li {
  display: block;
}
.navbar-nav .nav-item .sub-menu li a {
  display: block;
  padding: 8px 20px;
  color: #222;
}
.navbar-nav .nav-item .sub-menu li a.active,
.navbar-nav .nav-item .sub-menu li a:hover {
  padding-left: 25px;
  color: #0898e7;
}

.navbar-nav .sub-nav-toggler {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .sub-nav-toggler {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    color: #222;
    font-size: 18px;
    border: 0;
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 767px) {
  .navbar-nav .sub-nav-toggler {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    color: #222;
    font-size: 18px;
    border: 0;
    width: 30px;
    height: 30px;
  }
}
.navbar-nav .sub-nav-toggler span {
  width: 8px;
  height: 8px;
  border-left: 1px solid #222;
  border-bottom: 1px solid #222;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: relative;
  top: -5px;
}

/*===== HEADER HERO =====*/
.header-hero {
  position: relative;
  z-index: 5;
  background-position: bottom center;
  height: 800px;
}
@media only screen and (min-width: 1400px) {
  .header-hero {
    height: 900px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-hero {
    height: auto;
  }
}
@media (max-width: 767px) {
  .header-hero {
    height: auto;
  }
}
.header-hero .shape {
  position: absolute;
}
.header-hero .shape.shape-1 {
  width: 75px;
  height: 75px;
  background: -webkit-linear-gradient(
    rgba(254, 132, 100, 0.5) 0%,
    rgba(254, 110, 154, 0.5) 100%
  );
  background: -o-linear-gradient(
    rgba(254, 132, 100, 0.5) 0%,
    rgba(254, 110, 154, 0.5) 100%
  );
  background: linear-gradient(
    rgba(254, 132, 100, 0.5) 0%,
    rgba(254, 110, 154, 0.5) 100%
  );
  border-radius: 50%;
  left: 130px;
  top: 25%;
  -webkit-animation: animation1 2s linear infinite;
  -moz-animation: animation1 2s linear infinite;
  -o-animation: animation1 2s linear infinite;
  animation: animation1 2s linear infinite;
}
.header-hero .shape.shape-2 {
  width: 39px;
  height: 39px;
  background: -webkit-linear-gradient(
    rgba(51, 200, 193, 0.5) 0%,
    rgba(17, 155, 210, 0.5) 100%
  );
  background: -o-linear-gradient(
    rgba(51, 200, 193, 0.5) 0%,
    rgba(17, 155, 210, 0.5) 100%
  );
  background: linear-gradient(
    rgba(51, 200, 193, 0.5) 0%,
    rgba(17, 155, 210, 0.5) 100%
  );
  left: 150px;
  bottom: 40px;
  border-radius: 50%;
  -webkit-animation: animation1 2s linear infinite;
  -moz-animation: animation1 2s linear infinite;
  -o-animation: animation1 2s linear infinite;
  animation: animation1 2s linear infinite;
}
.header-hero .shape.shape-3 {
  width: 19px;
  height: 19px;
  background: -webkit-linear-gradient(
    rgba(54, 28, 193, 0.5) 0%,
    rgba(46, 130, 239, 0.5) 100%
  );
  background: -o-linear-gradient(
    rgba(54, 28, 193, 0.5) 0%,
    rgba(46, 130, 239, 0.5) 100%
  );
  background: linear-gradient(
    rgba(54, 28, 193, 0.5) 0%,
    rgba(46, 130, 239, 0.5) 100%
  );
  bottom: 25%;
  left: 26%;
  border-radius: 50%;
  -webkit-animation: animation1 2s linear infinite;
  -moz-animation: animation1 2s linear infinite;
  -o-animation: animation1 2s linear infinite;
  animation: animation1 2s linear infinite;
}
.header-hero .shape.shape-4 {
  background-color: rgba(226, 158, 25, 0.55);
  width: 39px;
  height: 39px;
  border-radius: 50%;
  top: 175px;
  left: 40%;
  -webkit-animation: animation1 2s linear infinite;
  -moz-animation: animation1 2s linear infinite;
  -o-animation: animation1 2s linear infinite;
  animation: animation1 2s linear infinite;
}
.header-hero .shape.shape-5 {
  width: 19px;
  height: 19px;
  background-color: rgba(108, 99, 255, 0.55);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 20%;
  border-radius: 50%;
  -webkit-animation: animation1 2s linear infinite;
  -moz-animation: animation1 2s linear infinite;
  -o-animation: animation1 2s linear infinite;
  animation: animation1 2s linear infinite;
}
.header-hero .shape.shape-6 {
  width: 14px;
  height: 14px;
  background-color: rgba(235, 163, 26, 0.55);
  border-radius: 50%;
  left: 45%;
  bottom: 70px;
  -webkit-animation: animation1 2s linear infinite;
  -moz-animation: animation1 2s linear infinite;
  -o-animation: animation1 2s linear infinite;
  animation: animation1 2s linear infinite;
}

.header-shape-1 {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  right: 0;
  z-index: -1;
  background-image: url(../images/header-shape-1.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-shape-1 {
    width: 100%;
  }
}

.header-shape-2 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-shape-2 img {
    width: 295px;
  }
}

.header-hero-content {
  position: relative;
  z-index: 9;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-hero-content {
    padding-top: 150px;
  }
}
@media (max-width: 767px) {
  .header-hero-content {
    padding-top: 120px;
  }
}
.header-hero-content .header-title {
  font-size: 42px;
  color: #38424d;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-hero-content .header-title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .header-hero-content .header-title {
    font-size: 22px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-hero-content .header-title {
    font-size: 38px;
  }
}
.header-hero-content .header-title span {
  display: contents;
  color: #0898e7;
}
.header-hero-content .text {
  margin-top: 30px;
}
.header-hero-content ul {
  margin-top: 30px;
}
.header-hero-content ul li {
  margin-left: 50px;
}
.header-hero-content ul li:first-child {
  margin-left: 0;
}
.header-hero-content .main-btn {
  margin-top: 10px;
}
.header-hero-content .header-video {
  margin-top: 15px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  border-radius: 50%;
  background-color: #0898e7;
  position: relative;
  z-index: 5;
}
.header-hero-content .header-video::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(8, 152, 231, 0.8);
  top: 0;
  left: 0;
  -webkit-animation: video 2s linear infinite;
  -moz-animation: video 2s linear infinite;
  -o-animation: video 2s linear infinite;
  animation: video 2s linear infinite;
  z-index: -1;
}

@keyframes video {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0;
  }
}

@-webkit-keyframes video {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0;
  }
}

.header-image {
  padding-top: 80px;
  position: relative;
  z-index: 5;
}
.header-image .image {
  width: 100%;
}
.header-image .image-shape {
  position: absolute;
  bottom: -100px;
  left: -115px;
  z-index: -1;
}
@media (max-width: 767px) {
  .header-image .image-shape {
    left: -90px;
  }
}
.header-image .image-shape img {
  max-width: 350px;
}
@media (max-width: 767px) {
  .header-image .image-shape img {
    max-width: 250px;
  }
}

/*===========================
      03.SERVICES css 
===========================*/
.single-services {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(154, 154, 154, 0.16);
  -moz-box-shadow: 0px 0px 10px 0px rgba(154, 154, 154, 0.16);
  box-shadow: 0px 0px 10px 0px rgba(154, 154, 154, 0.16);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  padding: 45px 25px 35px;
}
@media (max-width: 767px) {
  .single-services {
    padding: 40px 20px 30px;
  }
}
.single-services .services-icon {
  width: 79px;
  height: 79px;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.single-services .services-icon i {
  font-size: 46px;
  line-height: 79px;
  color: #fff;
}
.single-services .services-icon::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  border-radius: 50%;
  z-index: -1;
}
.single-services .services-content {
  margin-top: 35px;
}
.single-services .services-content .services-title a {
  font-size: 25px;
  font-weight: 500;
  color: #222;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media (max-width: 767px) {
  .single-services .services-content .services-title a {
    font-size: 20px;
  }
}
.single-services .services-content .text {
  margin-top: 30px;
}

.single-services:hover {
  -webkit-box-shadow: 0px 15px 17px 0px rgba(154, 154, 154, 0.16);
  -moz-box-shadow: 0px 15px 17px 0px rgba(154, 154, 154, 0.16);
  box-shadow: 0px 15px 17px 0px rgba(154, 154, 154, 0.16);
}

/*===========================
       04.ABOUT css 
===========================*/
.about-area {
  background-color: #f3fdff;
}

.about-image {
  position: relative;
  display: inline-block;
  text-align: center;
  margin-left: 50px;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .about-image {
    margin-left: 0;
    padding-top: 65px;
    padding-bottom: 45px;
  }
}
.about-image .about-shape {
  background: -webkit-linear-gradient(#61009d 0%, #cb107a 100%);
  background: -o-linear-gradient(#61009d 0%, #cb107a 100%);
  background: linear-gradient(#61009d 0%, #cb107a 100%);
  width: 394px;
  height: 394px;
  border-radius: 50%;
  position: relative;
}
@media (max-width: 767px) {
  .about-image .about-shape {
    width: 294px;
    height: 294px;
  }
}
.about-image .about-shape::before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  -webkit-transform: scale(1.1) rotate(25deg);
  -moz-transform: scale(1.1) rotate(25deg);
  -ms-transform: scale(1.1) rotate(25deg);
  -o-transform: scale(1.1) rotate(25deg);
  transform: scale(1.1) rotate(25deg);
  border-radius: 50%;
  border: 2px solid #61009d;
  border-top-color: transparent;
  border-right-color: transparent;
}
.about-image .app {
  position: relative;
  -webkit-transform: rotate(-25deg) translateY(-15%);
  -moz-transform: rotate(-25deg) translateY(-15%);
  -ms-transform: rotate(-25deg) translateY(-15%);
  -o-transform: rotate(-25deg) translateY(-15%);
  transform: rotate(-25deg) translateY(-15%);
  max-width: 280px;
  position: absolute;
  top: 100px;
  left: 95px;
  -webkit-box-shadow: -15px 10px 30px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: -15px 10px 30px 0px rgba(0, 0, 0, 0.3);
  box-shadow: -15px 10px 30px 0px rgba(0, 0, 0, 0.3);
  border-radius: 50px;
}
@media (max-width: 767px) {
  .about-image .app {
    max-width: 190px;
    border-radius: 25px;
    top: 60px;
  }
}

.about-content .main-btn {
  margin-top: 40px;
}

/*===========================
     10.DOWNLOAD css 
===========================*/
.download-area .download-image {
  padding-top: 65px;
  padding-left: 60px;
  padding-bottom: 60px;
  position: relative;
}
@media (max-width: 767px) {
  .download-area .download-image {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.download-area .download-image .image {
  -webkit-box-shadow: 0px 3px 25px 0px rgba(8, 153, 231, 0.2);
  -moz-box-shadow: 0px 3px 25px 0px rgba(8, 153, 231, 0.2);
  box-shadow: 0px 3px 25px 0px rgba(8, 153, 231, 0.2);
  border-radius: 50px;
  max-width: 295px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .download-area .download-image .image {
    max-width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .download-area .download-image .image {
    max-width: 295px;
  }
}
.download-area .download-image .download-shape-1 {
  width: 185px;
  height: 185px;
  background-color: #feb21c;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.download-area .download-image .download-shape-2 {
  position: absolute;
  bottom: -50px;
  right: 40px;
  z-index: -1;
}

.download-content .download-title {
  font-size: 34px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .download-content .download-title {
    font-size: 22px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .download-content .download-title {
    font-size: 28px;
  }
}

.download-content .text {
  margin-top: 35px;
}

.download-content ul {
  padding-top: 35px;
}
.download-content ul li {
  display: inline-block;
  margin-top: 15px;
}
.download-content ul li a {
  width: 210px;
  height: 65px;
  border-radius: 5px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.download-content ul li a.app-store {
  background-color: #0898e7;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(8, 152, 231, 0.4);
  -moz-box-shadow: 0px 4px 10px 0px rgba(8, 152, 231, 0.4);
  box-shadow: 0px 4px 10px 0px rgba(8, 152, 231, 0.4);
  margin-right: 28px;
}
.download-content ul li a.app-store:hover {
  -webkit-box-shadow: 0px 4px 25px 0px rgba(8, 152, 231, 0.4);
  -moz-box-shadow: 0px 4px 25px 0px rgba(8, 152, 231, 0.4);
  box-shadow: 0px 4px 25px 0px rgba(8, 152, 231, 0.4);
}
.download-content ul li a.play-store {
  background-color: #525a63;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(82, 90, 99, 0.4);
  -moz-box-shadow: 0px 4px 10px 0px rgba(82, 90, 99, 0.4);
  box-shadow: 0px 4px 10px 0px rgba(82, 90, 99, 0.4);
}
.download-content ul li a.play-store:hover {
  -webkit-box-shadow: 0px 4px 25px 0px rgba(82, 90, 99, 0.4);
  -moz-box-shadow: 0px 4px 25px 0px rgba(82, 90, 99, 0.4);
  box-shadow: 0px 4px 25px 0px rgba(82, 90, 99, 0.4);
}

/*===========================
     10.FOOTER css 
===========================*/
.footer-area {
  position: relative;
  z-index: 5;
}
.footer-area .footer-shape {
  position: absolute;
}
.footer-area .footer-shape.shape-1 {
  background: -webkit-linear-gradient(#fe8464 0%, #fe6e9a 100%);
  background: -o-linear-gradient(#fe8464 0%, #fe6e9a 100%);
  background: linear-gradient(#fe8464 0%, #fe6e9a 100%);
  width: 75px;
  height: 75px;
  border-radius: 50%;
  left: 70px;
  opacity: 0.55;
  -webkit-animation: animation1 2s linear infinite;
  -moz-animation: animation1 2s linear infinite;
  -o-animation: animation1 2s linear infinite;
  animation: animation1 2s linear infinite;
}
@media (max-width: 767px) {
  .footer-area .footer-shape.shape-1 {
    left: auto;
    right: 40px;
    top: 25%;
  }
}
.footer-area .footer-shape.shape-2 {
  background: -webkit-linear-gradient(#33c8c1 0%, #119bd2 100%);
  background: -o-linear-gradient(#33c8c1 0%, #119bd2 100%);
  background: linear-gradient(#33c8c1 0%, #119bd2 100%);
  width: 39px;
  height: 39px;
  border-radius: 50%;
  bottom: 40px;
  left: 15%;
  opacity: 0.55;
  -webkit-animation: animation1 2s linear infinite;
  -moz-animation: animation1 2s linear infinite;
  -o-animation: animation1 2s linear infinite;
  animation: animation1 2s linear infinite;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-area .footer-shape.shape-2 {
    bottom: 85px;
  }
}
@media (max-width: 767px) {
  .footer-area .footer-shape.shape-2 {
    bottom: 110px;
  }
}
.footer-area .footer-shape.shape-3 {
  background: -webkit-linear-gradient(#361cc1 0%, #2e82ef 100%);
  background: -o-linear-gradient(#361cc1 0%, #2e82ef 100%);
  background: linear-gradient(#361cc1 0%, #2e82ef 100%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  left: 35%;
  top: 40px;
  opacity: 0.55;
  -webkit-animation: animation1 2s linear infinite;
  -moz-animation: animation1 2s linear infinite;
  -o-animation: animation1 2s linear infinite;
  animation: animation1 2s linear infinite;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-area .footer-shape.shape-3 {
    top: 40%;
  }
}
.footer-area .footer-shape.shape-4 {
  background-color: #eba31a;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  left: 50%;
  bottom: 5px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0.55;
  -webkit-animation: animation1 2s linear infinite;
  -moz-animation: animation1 2s linear infinite;
  -o-animation: animation1 2s linear infinite;
  animation: animation1 2s linear infinite;
}
.footer-area .footer-shape.shape-5 {
  background-color: #e29e19;
  right: 37%;
  top: 0;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  opacity: 0.55;
  -webkit-animation: animation1 2s linear infinite;
  -moz-animation: animation1 2s linear infinite;
  -o-animation: animation1 2s linear infinite;
  animation: animation1 2s linear infinite;
}
.footer-area .footer-shape.shape-6 {
  background-color: #b60d81;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  top: 125px;
  right: 15%;
  opacity: 0.55;
  -webkit-animation: animation1 2s linear infinite;
  -moz-animation: animation1 2s linear infinite;
  -o-animation: animation1 2s linear infinite;
  animation: animation1 2s linear infinite;
}
.footer-area .footer-shape.shape-7 {
  background-color: #6c63ff;
  width: 64px;
  height: 64px;
  bottom: 25px;
  right: 8%;
  opacity: 0.55;
  border-radius: 50%;
  -webkit-animation: animation1 2s linear infinite;
  -moz-animation: animation1 2s linear infinite;
  -o-animation: animation1 2s linear infinite;
  animation: animation1 2s linear infinite;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-area .footer-shape.shape-7 {
    bottom: 20%;
  }
}
@media (max-width: 767px) {
  .footer-area .footer-shape.shape-7 {
    bottom: 38%;
  }
}
.footer-area .footer-shape.shape-8 {
  top: 30px;
  right: -45px;
}
.footer-area .logo {
  max-width: 200px;
}

.footer-about {
  max-width: 320px;
}
.footer-about .text {
  margin-top: 30px;
}
.footer-about .social {
  margin-top: 30px;
}
.footer-about .social li {
  display: inline-block;
  margin-right: 25px;
}
.footer-about .social li a {
  font-size: 20px;
  color: #747e88;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.footer-about .social li a:hover {
  color: #0898e7;
}

.footer-title .title {
  font-size: 20px;
  font-weight: 500;
}

.footer-link .link {
  padding-top: 10px;
}
.footer-link .link li {
  margin-top: 10px;
}
.footer-link .link li a {
  color: #747e88;
  font-size: 18px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.footer-link .link li a:hover {
  color: #0898e7;
}

.footer-link-wrapper {
  width: 50%;
}

.footer-contact .contact-list li {
  margin-top: 20px;
}
.footer-contact .contact-list li .contact-info .info-info {
  width: 30px;
}
.footer-contact .contact-list li .contact-info .info-content .text {
  color: #747e88;
  font-size: 16px;
}
.footer-contact .contact-list li .contact-info .info-content .text a {
  color: #747e88;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.footer-contact .contact-list li .contact-info .info-content .text a:hover {
  color: #0898e7;
}

.footer-copyright .copyright {
  border-top: 2px solid #747e88;
  padding-top: 10px;
  padding-bottom: 25px;
}
.footer-copyright .copyright .copyright-text {
  padding-top: 15px;
}
.footer-copyright .copyright .copyright-text .text {
  color: #747e88;
}
.footer-copyright .copyright .copyright-privacy {
  padding-top: 15px;
}
.footer-copyright .copyright .copyright-privacy a {
  font-size: 16px;
  color: #747e88;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.footer-copyright .copyright .copyright-privacy a:hover {
  color: #0898e7;
}

/* LOGOS */
.logoContainer {
  display: inline-block;
  margin-left: 30px;
  margin-right: 30px;
  filter: sepia(100%) hue-rotate(190deg) saturate(35%);
  filter: saturate(0.01);
  opacity: 0.5;
  transition: 0.2s;
}
.logoContainer:hover {
  filter: none;
  opacity: 1;
  transform: scale(1.03);
}
@media only screen and (max-width: 1350px) {
  .alfa {
    width: 130px !important;
  }
  .fristads {
 width: 180px !important;
  }
  .sizesS {
    width: 150px !important;
  }
  .munkedal {
    width: 210px !important;
  }
  .dala {
    width: 70px !important;
  }
  .lessTopSmall {
    margin-top: -50px !important;
  }
  .menti {
    width: 220px !important;
  }
}
@media only screen and (max-width: 1040px) {
  .hideOnSmall {
    display: none !important;
  }
  .stackOnMobile {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .stackOne {
    margin-top: 120px;
  }
  .stackTwo {
    margin-top: -10px;
  }
  .stackThree {
    margin-top: -20px;
  }
  .stackFour {
    margin-top: 45px;
    margin-bottom: 60px;
  }
}
/* FOR CLIENTS PAGE */
.clientsWrap {
  width: 100%;
  max-width: 1400px;
  text-align: center;
}
.clientLogo {
  max-width: 280px;
  display: inline-block;
  padding: 20px;
  filter: grayscale(1);
    opacity: 0.75;
    transition: 0.3s;
}
.clientLogo:hover {
  filter: grayscale(0);
    opacity: 1;
    transform:scale(1.04)
}
.referat {
  font-size: 20px !important;
    line-height: 1.7;
    max-width: 550px; 
    margin-left: auto; 
    margin-right: auto; 
    margin-bottom: 40px;
    color: white;
}
.referatContainer {
  text-align: center;
  padding: 40px;
  max-width: 600px;
  margin: auto;
  border-radius: 7px;
  transition: 0.3s;
  box-shadow: 0 15px 35px 0 rgb(0 0 0 / 7%), 0 5px 15px 0 rgb(0 0 0 / 11%);
  background: linear-gradient(277deg, rgb(78 185 158 / 100%), rgb(79 181 191 / 100%)), url(assets/images/Lonekartlaggning-bakgrund-smaller.jpg) !important;
 }
 .referatContainer:hover {
   transform: scale(1.02)
}
.aderans {
  padding: 40px
}
.dalaEnergi {
  padding: 80px;
}
.stronger {
  padding: 50px;
}
.PRIPension {
  padding: 70px;
}
.sizesLogo {
  padding: 40px;
}
.kreativum {
  padding: 60px;
}
.akuro {
  padding: 40px;
}
.andManyMore {
  padding-top: 100px;
    font-weight: 600;
    font-size: 26px;
}
.swg {
  opacity: 1
}
.unit4 {
  padding: 55px;
}
.resolutionGames {
  padding: 60px;
}
/* For citat function */
.btn-container {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0;
  padding-top: 1rem;
}
.prevBtn:focus {
    outline: none;
}
.prevBtn:hover {
  color: #1c9d8f;
}
.nextBtn:focus {
    outline: none;
}
.nextBtn:hover {
  color: #1c9d8f;
}
.prevBtn {
  padding-left: 0px;
  border: none;
  background: transparent;
  font-size: 2rem;
  flex-shrink: 1;
  color: white;
  cursor: pointer;
  position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.nextBtn {
  padding-right: 0px;
  border: none;
  background: transparent;
  font-size: 2rem;
  flex-shrink: 1;
  color: white;
  cursor: pointer;
  position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 1;
}
/* On mobile */
@media only screen and (max-width: 999px) {
  .teknikforetagenMobile {
    margin-top: -100px;
  }
  .swiper-slide {
    padding: 10px !important;
    min-width: 88% !important;
  }
  span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #4fb6bb;
}
.sobonaMobile {
  margin-top: 0px !important;
}
  .fristadsMobile {
    margin-top: 60px;
        padding: 20px !important;
  }
  .visitaMobile {
    margin-top: -30px;
  }
  .resolutionMobile {
    margin-top: -60px;
    margin-bottom: -40px;
  }
  .priMobile {
    margin-top: -50px;
    margin-bottom: -140px;
  }
  .ambiusMobile {
    margin-top: 20px;
    margin-bottom: -10px;
  }
  .andManyMore {
     margin-top: -90px;
    font-size: 20px;
  }
  .akuroMobile {
   margin-top: -40px;
    margin-bottom: -45px;
  }
  .aderansMobile {
    margin-top: -25px;
  }
  .humlegardenMobile {
     margin-top: 45px;
    margin-bottom: -15px;
  }
  .paradoxMobile {
    margin-top: 10px;
  }
  .dalaEnergiMobile {
    margin-top: -100px !important;
  }
  .munkeKommunLogo {
    margin-top: -10px;
  }
  .mentimeterMobile {
    margin-top: -30px;
    margin-bottom: -30px;
  }
  .powerMobile {
    margin-top: -100px;
    margin-bottom: 20px;
}
.ledarnaMobileNew {
  margin-top: -20px !important;
    padding: 60px !important;
}
.fastigoMobile {
  margin-top: -70px;
}
  .moraParkMobile {
    margin-top: -45px;
    margin-bottom: -30px;
  }
  .sigtunaMobile {
    margin-top: -10px !important;
    padding: 19px;
  }
  .clientHeaderMobile {
    margin-top: 40px !important;
  }
  .clientheaderContentMobile {
    padding-bottom: 40px !important;
  }
  .icldMobile {
    margin-top: -15px;
    margin-bottom: 10px;
  }
  .strongerMobile {
    margin-top: -60px;
    margin-bottom: 0;
  }
  .jyskMobile {
    margin-top: -30px;
  }
  .lindstromsMobile {
    margin-top: -50px;
    margin-bottom: 20px;
  }
  .ppamMobile {
    margin-top: -15px;
    margin-bottom: -25px;
  }
  .vendreMobile {
    margin-top: -35px;
    margin-bottom: 5px;
  }
  .ernstMobile {
    margin-top: -40px;
    margin-bottom: 10px;
  }
  .raddningMobile {
    padding: 20px;
    margin-top: -60px;
  }
  .mobileHide {
    display: none;
  }
  .referatContainer {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 260px;
  }
.slide {
    position: absolute;
    transition: all 0.45s ease-in-out;
    text-align: center;
    width: 100%;
    padding: 10%;
    padding-top: 0%;
    padding-bottom: 0%;
}
.slider-container {
  height: 270px;
    position: initial;
    width: 100%;
    overflow: hidden;
    margin: auto;
}
.referatContainer {
  padding: 0px;
}
.referat {
  font-size: 18px !important;
}
.nextBtn {
  right: 15px;
}
}
/* On desktop */
@media only screen and (min-width: 1000px) {
  .swiper-pagination {
    display: none;
  }
.slider-container {
    height: 270px;
    position: relative;
    margin: 0 auto;
    /*width: 60vw;*/
    width: 100%;
    max-width: 600px;
    overflow: hidden;
  }
  .slide {
    position: absolute;
    transition: all 0.45s ease-in-out;
    /*width: 60vw;*/
    width: 100%;
    max-width: 800px;
    text-align: center;
  }
}
@media only screen and (min-width: 1600px) {
.referatContainer {
  max-width: 700px;
}
.slider-container {
  max-width: 700px;
}
}
.swiper-container {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  margin: auto;
  max-width: 600px;
}
.swiper-slide {
  background-position: center;
  background-size: cover;
  background-color: #fff;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 15px 35px 0 rgb(0 0 0 / 7%), 0 5px 15px 0 rgb(0 0 0 / 11%);
    background: linear-gradient(277deg, rgb(78 185 158 / 100%), rgb(79 181 191 / 100%)), url(assets/images/Lonekartlaggning-bakgrund-smaller.jpg) !important;
    text-align: center;
    padding: 40px;
    min-height: 350px;
    display: flex;
    align-items: center;
    width: 80% !important;
    max-width: 600px;
}
  .img-coverflow {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
.detail {
  padding: 25px 20px;
  font-weight: 600;
  text-align: center;
}
  .h3-coverflow {
    margin: 0;
    font-size: 20px;
  }

/* SCROLLING LOGOS */

.logo-slider {
	background: white;
	margin: auto;
	overflow: hidden;
	position: relative;
  border-bottom: 1px solid #efefef;
  width: 100%;
  height: 150px;
  margin-top: 10px;
}
/* For very big screens */
@media only screen and (min-width: 1600px) {
.logoVeryWide {
max-width: 1300px;
    margin: auto;
}
.logo-slider::before, .logo-slider::after {
  background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 150px;
  position: absolute;
  width: 200px;
  z-index: 2;
}
.logo-slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
}
@media only screen and (max-width: 700px) {
  .logo-slider {
    margin-top: 25px;
  }
.logo-slider .logo-slide-track {
	-webkit-animation: logo-scroll 90s linear infinite;
	animation: logo-scroll 90s linear infinite;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 1500px; /* If more logos change this. Bigger equals bigger images */
  animation-duration: 18s; 
  animation-iteration-count: infinite;
}
.desktopOnly {
  display: none;
}
.logo-slider .sliders {
	width: 180px;
	padding: 0px;
  margin-right: 60px;
  transition: 0.3s;
}
}
@media only screen and (min-width: 701px) {
  .logo-slider .logo-slide-track {
    -webkit-animation: logo-scroll 90s linear infinite;
    animation: logo-scroll 90s linear infinite;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 7000px; /* If more logos change this. */
    animation-duration: 34s; 
    animation-iteration-count: infinite;
  }
  .mobileSlideOnly {
    display: none;
  }
  .logo-slider .sliders {
    width: 210px;
    padding: 0px;
    margin-right: 60px;
    transition: 0.3s;
  }
}

.sliders:hover {
  transform: scale(1.07);
}
@media only screen and (max-width: 700px) {
@-webkit-keyframes logo-scroll {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		-webkit-transform: translateX(-779px);
		transform: translateX(-779px);
	}
}
@keyframes logo-scroll {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
100% {
		-webkit-transform: translateX(-779px); /* Change this for smooth replay */
		transform: translateX(-779px); /* Change this for smooth replay */
	}
}
}
@media only screen and (min-width: 701px) {
  @-webkit-keyframes logo-scroll {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  
    100% {
      -webkit-transform: translateX(-1880px);
      transform: translateX(-1880px);
    }
  }
  @keyframes logo-scroll {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  100% {
      -webkit-transform: translateX(-1880px); /* Change this for smooth replay */
      transform: translateX(-1880px); /* Change this for smooth replay */
    }
  }
}
/* For new logos */
.polar {
  padding: 40px;
}
.freja {
  padding: 65px;
}
.ledarna {
  padding: 50px;
}
@media only screen and (max-width: 999px) {
.polarMobile {
  margin-top: -20px !important;
}
.frejaMobile {
  padding: 60px;
  margin-top: -10px;
}
.ledarnaMobile {
  margin-top: -10px;
  padding: 25px !important;
}
.foretagarnaMobile {
  margin-top: 5px !important;
}
}

/* For new webpage */
@media only screen and (max-width: 991px) {
  .marOnMobile50 {
    margin-top: 50px;
  }

  .marOnMobile100 {
    margin-top: 100px;
  }

  .underLineTitleMobile {
    position: absolute !important;
    width: 90px !important;
    margin-left: -94px !important;
    margin-top: 34px !important;
  }
}

.dividerTitle {
  margin-top: 20px;
  border-bottom: 1px #55c7b8 solid;
  border-bottom: 2px #ffd459 solid;
  border-bottom: 1px #ffffff solid;
}

@media only screen and (max-width: 991px) {
  div#policy {
    height: auto !important;
    min-height: 380px;
  }
}