@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700;800;900&display=swap");
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Raleway", sans-serif;
}

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

a,
a:hover,
a:focus {
  outline: 0;
  text-decoration: none;
  color: inherit;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

img {
  max-width: 100%;
}

button:focus {
  outline: 0;
}

.primary-btn {
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px;
  box-shadow: -8.058px 8.622px 14.5px rgba(43, 158, 215, 0.24);
  background-image: linear-gradient(-10deg, #23a0d9 0%, #7974b8 100%);
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  font-weight: 700;
  padding: 15px 45px;
  border: 0;
  font-family: "Raleway", sans-serif;
  cursor: pointer;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.primary-btn:hover, .primary-btn:focus {
  color: #ffffff;
  background-image: linear-gradient(-10deg, #7974b8 0%, #23a0d9 100%);
}

.form-control {
  width: 100%;
  height: 43px;
  border-radius: 21px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  padding: 10px 26px;
  font-size: 15px;
  color: #999999;
  outline: 0;
}

::-webkit-input-placeholder {
  color: #999999;
}

:-ms-input-placeholder {
  color: #999999;
}

::placeholder {
  color: #999999;
}

.wrapper {
  overflow: hidden;
}

.container-fluid {
  width: 100%;
  padding: 0 60px;
}

.container {
  padding: 0 15px;
  max-width: 1390px;
  width: 100%;
  margin: 0 auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.d-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
}

.align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.justify-content-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}

p {
  color: #333333;
  font-weight: 400;
}

.primary-color {
  color: #c94295 !important;
}

.primaryBg-color {
  background: #c94295 !important;
}

.secondary-color {
  color: #2291d0 !important;
}

.secondaryBg-color {
  background: #2291d0 !important;
}

.infoBg-color {
  background: #a164af !important;
}

.heading-highlight {
  color: #828282 !important;
}

.primary-color-gradient {
  background: linear-gradient(to right, #cf4598 0%, #9d2d83 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.secondary-color-gradient {
  background: linear-gradient(to right, #23a7df 0%, #2989c7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.justify-content-center {
  justify-content: center;
}

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

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

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

.section-heading-lg {
  font-size: 55px;
  color: #333333;
  font-weight: 800;
  margin: 0;
}

.section-heading {
  font-size: 40px;
  line-height: 70px;
  color: #333333;
  font-weight: 800;
  margin: 0;
}

.badges,
.badges-sm {
  border-radius: 5px;
  overflow: hidden;
  color: #ffffff;
  font-weight: 600;
  background: #333333;
  display: inline-block;
  vertical-align: middle;
}

.badges {
  font-size: 18px;
  padding: 2px 13px;
}

.badges-sm {
  font-size: 13px;
  padding: 5px 12px;
}

.cards .card-img {
  margin-bottom: 30px;
  display: inline-block;
}
.cards .card-heading {
  margin: 0;
  font-size: 24px;
  color: #333333;
  font-weight: 600;
}
.cards .badges-sm {
  margin: 13px 0;
}
.cards .card-info {
  font-size: 16px;
  line-height: 1.5;
  color: #666666;
  margin: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -moz-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -moz-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -moz-box-ordinal-group: 13;
  -webkit-order: 12;
  -ms-flex-order: 12;
  order: 12;
}

@media only screen and (min-width: 992px) {
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
}
@media only screen and (max-width: 1440px) {
  .container {
    max-width: 1270px;
  }

  .container-fluid {
    padding: 0 30px;
  }

  .section-heading-lg {
    font-size: 50px;
  }

  .section-heading {
    font-size: 36px;
    line-height: normal;
  }

  .badges {
    font-size: 16px;
  }

  .cards .card-img {
    margin-bottom: 20px;
  }
  .cards .card-heading {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1360px) {
  .container {
    max-width: 1170px;
  }

  .section-heading-lg {
    font-size: 45px;
  }

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

  .cards .card-info {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1199px) {
  .container {
    max-width: 960px;
  }

  .section-heading-lg {
    font-size: 40px;
  }

  .section-heading {
    font-size: 28px;
  }

  .badges {
    font-size: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .container {
    padding: 0 30px;
  }

  .section-heading-lg {
    font-size: 30px;
    text-align: center;
  }

  .section-heading {
    font-size: 24px;
    text-align: center;
  }
  .information-source .col-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .cards{
    margin-bottom: 15px;
  }
  .cards .card-img {
    margin-bottom: 0px;
  }
  .solution-list .row:nth-child(odd) .solution-content{
    padding: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .section-heading-lg {
    font-size: 26px;
  }
}
.tgl-trigger {
  display: none;
  font-size: 25px;
  color: #2291d0;
  float: right;
}

.tgl-cls {
  display: none;
  font-size: 25px;
  color: #ffffff;
  position: absolute;
  right: 25px;
  top: 15px;
}

.site-header {
  padding: 35px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  z-index: 9;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.site-header.fixed {
  background-color: #ffffff;
  padding: 25px 0;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}

.site-logo {
  max-width: 190px;
  display: inline-block;
}

.site-navigation li + li {
  margin-left: 60px;
}
.site-navigation a {
  font-size: 18px;
  color: #505050;
  font-weight: 600;
  text-transform: capitalize;
}
.site-navigation a.active, .site-navigation a:hover {
  color: #2291d0;
}
.site-navigation .primary-btn {
  color: #ffffff;
  font-size: 16px;
  padding: 11px 35px;
}
.site-navigation .primary-btn:hover {
  color: #ffffff;
}

@media only screen and (max-width: 1440px) {
  .site-header {
    padding: 25px 0;
  }
  .site-header.fixed {
    padding: 20px 0;
  }

  .site-navigation li + li {
    margin-left: 50px;
  }
}
@media only screen and (max-width: 1360px) {
  .site-navigation a {
    font-size: 17px;
  }
}
@media only screen and (max-width: 1199px) {
  .site-header {
    padding: 20px 0;
  }

  .site-navigation li + li {
    margin-left: 40px;
  }
  .site-navigation .primary-btn {
    padding: 12px 30px;
  }
}
@media only screen and (max-width: 991px) {
  .container {
    padding: 0 30px;
  }

  .site-navigation li + li {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .site-navigation {
    padding: 60px;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    max-width: 320px;
    background: linear-gradient(to right, #23a7df 0%, #2989c7 100%);
    transform: translateX(-120%);
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .site-navigation ul {
    flex-wrap: wrap;
  }
  .site-navigation li {
    width: 100%;
    text-align: center;
  }
  .site-navigation li + li {
    margin-left: 0;
    margin-top: 30px;
  }
  .site-navigation a {
    color: #ffffff;
  }
  .site-navigation a.active {
    color: #ffffff;
  }

  .tgl-trigger,
.tgl-cls {
    display: inline-block;
  }

  .toggle .site-navigation {
    transform: translateX(0);
  }

  .site-navigation {
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
  }
  .site-navigation .primary-btn {
    background: linear-gradient(to right, #cf4598 0%, #9d2d83 100%);
  }
}
.site-footer {
  padding: 60px 0 50px;
  background-color: #f5f5f5;
}

.get-started .section-heading {
  line-height: normal;
}
.get-started p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 0;
}

.footer-links {
  margin-top: 45px;
  padding-top: 50px;
  border-top: 1px solid #e6e6e6;
}

.footer-heading {
  font-size: 18px;
  color: #333333;
  font-weight: 700;
  margin: 0 0 35px;
}

.footer-contact {
  padding-right: 10px;
}
.footer-contact li + li {
  margin-top: 16px;
}
.footer-contact a {
  font-size: 16px;
  color: #666666;
  position: relative;
  display: inline-block;
  padding-left: 32px;
  line-height: 1.5;
  font-weight: 500;
}
.footer-contact a b {
  color: #333333;
}
.footer-contact a i {
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 16px;
  color: #d3d3d3;
  width: 16px;
  text-align: center;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.footer-contact a:hover {
  color: #c94295;
}
.footer-contact a:hover i {
  color: #c94295;
}

.product-links {
  padding-left: 100px;
}
.product-links li + li {
  margin-top: 17px;
}
.product-links a {
  font-size: 16px;
  font-weight: 500;
  color: #666666;
  position: relative;
  padding-left: 18px;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.product-links a:after {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 5px;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #666666;
  transform: rotate(-45deg);
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.product-links a:hover {
  color: #c94295;
}
.product-links a:hover:after {
  border-color: #c94295;
}

.footer-subscribe {
  margin-bottom: 30px;
  max-width: 350px;
  width: 100%;
}
.footer-subscribe label {
  font-size: 16px;
  color: #666666;
  font-weight: 500;
  display: block;
  margin-bottom: 15px;
}
.footer-subscribe form {
  position: relative;
}
.footer-subscribe .form-control {
  padding-right: 65px;
}
.footer-subscribe .primary-btn {
  position: absolute;
  right: 0;
  top: 0;
  padding: 13px 22px;
}

.social-links a {
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  background: #333333;
  border-radius: 20px;
  width: 48px;
  height: 41px;
  text-align: center;
  line-height: 41px;
}
.social-links li + li {
  margin-left: 3px;
}
.social-links li:nth-child(even) a {
  background-image: linear-gradient(-10deg, #23a0d9 0%, #7974b8 100%);
}
.social-links li:nth-child(even) a:hover {
  box-shadow: -8.058px 8.622px 14.5px rgba(43, 158, 215, 0.24);
}
.social-links li:nth-child(odd) a {
  background-image: linear-gradient(237deg, #856cb2 0%, #c14c9b 100%);
}
.social-links li:nth-child(odd) a:hover {
  box-shadow: -8.058px 8.622px 14.5px rgba(133, 108, 178, 0.24);
}

.copyright {
  padding: 30px 0;
  border-top: 1px solid #e6e6e6;
  background: #f5f5f5;
}
.copyright p {
  font-size: 16px;
  color: #666666;
  font-weight: 500;
  margin: 0;
}

@media only screen and (max-width: 1199px) {
  .site-logo {
    max-width: 140px;
  }

  .site-footer {
    padding: 40px 0;
  }

  .get-started p {
    font-size: 16px;
  }

  .product-links {
    padding-left: 70px;
  }

  .footer-contact {
    padding-right: 0;
  }

  .copyright {
    padding: 23px 0;
  }
  .copyright p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 991px) {
  .get-started {
    text-align: center;
  }
  .get-started .col,
.get-started .col-auto {
    width: 100%;
  }
  .get-started p {
    margin-bottom: 30px;
  }

  .footer-heading {
    margin: 0 0 25px;
  }

  .social-links {
    flex-wrap: wrap;
  }
  .social-links li {
    margin-bottom: 6px;
    margin-left: 0;
    margin-right: 3px;
  }

  .footer-links {
    padding-top: 20px;
  }
  .footer-links .col-4 {
    width: 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-top: 30px;
  }
  .roles-wrap .container{
    text-align: center;
  }
  .footer-links .col-4:last-child {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .footer-subscribe {
    max-width: 100%;
  }
  .footer-subscribe label {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .footer-links .col-4 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .information-source .col-3 {
    flex: 0 0 100%;
    max-width: 1000%;
    text-align: center;
  }
}
.banner-section {
  background-image: url(../../assets/images/banner-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 150px 0 130px;
}
.banner-section .container {
  position: relative;
}

.circleImg {
  position: absolute;
  top: 30px;
  width: 100%;
  height: 100%;
}
.circleImg img:nth-child(1) {
  position: absolute;
  right: -50px;
  width: 90px;
  top: 50px;
}
.circleImg img:nth-child(2) {
  position: absolute;
  left: 50%;
  top: 50%;
}
.circleImg img:nth-child(3) {
  position: absolute;
  bottom: 0px;
  left: 50px;
}

.banner-content .sub-heading {
  font-size: 45px;
  color: #828282;
  font-weight: 800;
}
.banner-content h1 {
  font-size: 95px;
  color: #333333;
  font-weight: 800;
  margin: 0;
}
.banner-content h2 {
  font-size: 26px;
  letter-spacing: 1px;
  color: #333333;
  font-weight: 600;
  margin: 20px 0 0;
  line-height: 36px;
}
.banner-content h2 .fw-normal {
  font-weight: 400;
}
.banner-content p {
  font-size: 18px;
  margin: 7px 0 0;
}
.banner-content .childHeading {
  margin: 90px 0 0 0;
}

.solution-wrap {
  padding: 80px 0 110px;
}
.solution-wrap .subheading {
  font-size: 32px;
  color: #333333;
  font-weight: 600;
}
.solution-wrap .section-heading-lg {
  margin-top: 20px;
}

.solution-list {
  margin-top: 0;
  padding-top: 20px;
  position: relative;
}
.solution-list .row + .row {
  margin-top: 120px;
}
.solution-list .row:nth-child(odd) .solution-content {
  padding-right: 77px;
  padding-left: 90px;
}

.solution-content {
  padding-right: 90px;
}
.solution-content p {
  font-size: 20px;
  line-height: 1.6;
  margin: 10px 0 0;
}

.solution-services {
  padding-top: 110px;
  padding-bottom: 60px;
  position: relative;
}
.solution-services .section-heading-lg {
  position: relative;
}
.solution-services #solution {
  position: absolute;
  top: -120px;
  left: 0;
}
.solution-services .container {
  padding-left: 85px;
  padding-right: 85px;
  position: relative;
}
.solution-services .container:after {
  content: "";
  position: absolute;
  left: 0;
  top: -110px;
  right: 0;
  height: 242px;
  border-radius: 7px;
  box-shadow: -10px -46px 25.5px rgba(0, 0, 0, 0.03), 10px -10px 25.5px rgba(0, 0, 0, 0.03);
  background-color: #ffffff;
  z-index: -1;
}
.solution-services .subheading {
  font-size: 24px;
  color: #666666;
  font-weight: 500;
  margin: 0 0 25px;
  line-height: 1.5;
}
.solution-services .subheading b {
  color: #333333;
}

/* information-source */
.information-source {
  background: #f8f8f8;
  padding: 120px 0 100px;
  position: relative;
}
.information-source:after, .information-source:before {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  height: 50px;
}
.information-source:before {
  background: url("../../assets/images/top-bg-wave.jpg") no-repeat;
  top: 0;
}
.information-source:after {
  background: url("../../assets/images/bottom-bg-wave.jpg") no-repeat;
  bottom: 0;
}
.information-source .section-heading {
  margin-bottom: 45px;
}

/**/
.activites-wrap .container {
  position: relative;
}
.activites-wrap .container .dotted-svg {
  position: absolute;
  height: 100%;
  width: 329px;
  top: 50%;
  left: 50%;
  transform: translate(-58%, -41%);
}
@media only screen and (max-width: 1199px) {
  .activites-wrap .container .dotted-svg {
    display: none;
  }
}
.activites-wrap .container .dotted-svg .red {
  fill: none;
  stroke: #d2d2d2;
  stroke-width: 2px;
  stroke-miterlimit: 10;
  stroke-dasharray: 5px;
  transition: stroke-dashoffset 500ms ease;
}
.activites-wrap .subheading-lg {
  font-weight: 400;
  font-size: 28px;
  line-height: 1.6;
  margin: 0;
}

.activites-wrap {
  padding-top: 100px;
}

.activites-timeline {
  margin-top: 20px;
  position: relative;
}
.activites-timeline:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 20px;
  background: url("../../assets/images/bottom-shadow.png") no-repeat;
}
.activites-timeline .row {
  padding: 100px 0;
}
.activites-timeline .row:nth-child(even) .timeline-content {
  padding-left: 0;
  padding-right: 158px;
  margin-left: 0;
  margin-right: 50px;
  text-align: right;
  max-width: 549px;
}
@media only screen and (max-width: 1440px) {
  .activites-timeline .row:nth-child(even) .timeline-content {
    max-width: 499px;
  }
}
@media only screen and (max-width: 1360px) {
  .activites-timeline .row:nth-child(even) .timeline-content {
    max-width: 449px;
    padding-right: 148px;
  }
}
@media only screen and (max-width: 1199px) {
  .activites-timeline .row:nth-child(even) .timeline-content {
    margin-right: 10px;
  }
}
.activites-timeline .row:nth-child(even) .timeline-content .icon {
  left: inherit;
  right: 0;
}

.timeline-content {
  position: relative;
  padding-left: 158px;
  max-width: 590px;
  width: 100%;
  margin-left: 50px;
}
@media only screen and (max-width: 1440px) {
  .timeline-content {
    max-width: 499px;
  }
}
@media only screen and (max-width: 1360px) {
  .timeline-content {
    max-width: 449px;
    padding-left: 148px;
  }
}
@media only screen and (max-width: 1199px) {
  .timeline-content {
    margin-left: 10px;
  }
}
.timeline-content p {
  font-weight: 400;
  font-size: 26px;
  line-height: 1.6;
  margin: 0;
}
@media only screen and (max-width: 1440px) {
  .timeline-content p {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1360px) {
  .timeline-content p {
    font-size: 21px;
  }
}
.timeline-content .icon {
  width: 128px;
  height: 128px;
  background-color: #ffffff;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.timeline-content .icon:after {
  content: "";
  width: 124px;
  height: 124px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  border: 2px dashed #d2d2d2;
  transform: rotate(0deg);
  transition: transform 0.7s linear;
  animation: rotate 7s infinite linear;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
.pricing_section {
  padding-top: 100px;
  padding-bottom: 110px;
  background: #ffffff;
}

.pricing__plan {
  margin-top: 85px;
  justify-content: space-between;
}

.pricing__plan--wrap {
  flex-basis: calc(100% / 3 - 30px);
  max-width: calc(100% / 3 - 30px);
  border: 1px solid #ebebeb;
  border-radius: 15px;
  padding: 50px;
}

.pricing__plan--heading,
.pricing__plan--cost,
.pricing__plan--shortDesc,
.pricing__plan--benefitList,
.pricing__plan--benefitList li,
.pricing__plan--action {
  display: inline-flex;
  flex-flow: wrap;
  width: 100%;
}

.pricing__plan--heading {
  font-size: 22px;
  color: #666666;
  font-weight: 500;
  margin: 0;
  align-items: center;
}

.pricing__plan--shortDesc {
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 22px;
  color: #333333;
  font-weight: 400;
  margin: 0;
}

.pricing__plan--cost {
  margin: 10px 0 12px 0;
  align-items: baseline;
}

.pricing__plan--cost .currency {
  font-size: 20px;
  letter-spacing: 0;
  color: #333333;
  margin-right: 7px;
  font-family: -apple-system, “Segoe UI”, “Roboto”, “Ubuntu”, “Helvetica Neue”, sans-serif;
}

.pricing__plan--cost .price {
  font-size: 44px;
  letter-spacing: 0px;
  color: #333333;
  font-weight: 800;
  font-family: -apple-system, “Segoe UI”, “Roboto”, “Ubuntu”, “Helvetica Neue”, sans-serif;
}

.pricing__plan--cost .duration {
  font-size: 14px;
  color: #999999;
  font-weight: 500;
}

.pricing__plan--benefitList {
  margin-top: 47px;
}

.pricing__plan--benefitList li {
  font-size: 14px;
  letter-spacing: 0px;
  color: #333;
  margin-bottom: 26px;
}
.pricing__plan--benefitList li strong {
  margin-left: 5px;
  font-size: 22px;
  position: relative;
  top: -7px;
}

.pricing__plan--benefitList li > i {
  color: #c5c5c5;
  margin-right: 8px;
}

.pricing__plan--action {
  margin-top: 27px;
}

.pricing__plan--action .primary-btn {
  width: 100%;
  text-align: center;
}

/* Dark Bg plan */
.pricing__plan--dark {
  background: #333;
}

.pricing__plan--dark .pricing__plan--heading,
.pricing__plan--dark .pricing__plan--shortDesc {
  color: #d0d0d0;
}

.pricing__plan--dark .pricing__plan--cost .currency,
.pricing__plan--dark .pricing__plan--cost .price,
.pricing__plan--dark .pricing__plan--benefitList li {
  color: #fff;
}

.roles-wrap .container {
  padding-top: 110px;
  padding-bottom: 110px;
  position: relative;
}
.roles-wrap .container:before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 20px;
  background: url("../../assets/images/bottom-shadow.png") no-repeat;
}
.roles-wrap .subheading-lg {
  font-size: 31px;
}
.roles-wrap .section-heading-lg {
  margin: 0 0 20px;
}

.services-list {
  margin-top: 60px;
}
.services-list .cards {
  margin: 35px 0;
  padding-right: 84px;
}

.leemo-video {
  padding: 40px 0 90px;
  background-image: url("../../assets/images/video-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.leemo-video:after {
  content: "";
  background-image: url("../../assets/images/footerCurveSvg.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 82px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.video-wrapper {
  max-width: 822px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.video-wrapper .video {
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: 30px;
  left: 30px;
}
.video-wrapper .video-trigger {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  cursor: pointer;
}

.alert {
  position: absolute;
  bottom: -18px;
  left: 0;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #db2727;
}
.alert.sSuccess {
  color: #006000;
}

.contact-page {
  padding: 180px 0 120px 0;
}

.form-wrap {
  margin-top: 50px;
}

.form-field textarea, .input-field {
  width: 100%;
  border-radius: 50px;
  border: none;
  background: #f3f3f3;
  padding: 18px 26px;
  font-size: 16px;
  color: #333333;
  font-family: "Raleway", sans-serif;
}

.formGroup {
  margin-bottom: 30px;
  position: relative;
}

.form-field textarea {
  min-height: 140px;
  border-radius: 30px;
}

.form-field .medium-btn {
  max-width: 190px;
  padding-inline: 10px;
}

.map-main iframe {
  border-radius: 30px;
  max-width: 558px;
  width: 100%;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #666666;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #666666;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #666666;
}

input:focus, textarea:focus {
  outline: 0;
}

@media (max-width: 767px) {
  .contact-page {
    padding-block: 50px;
  }

  .col-6 {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .map-main {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 1440px) {
  .site-header {
    padding: 25px 0;
  }
  .site-header.fixed {
    padding: 20px 0;
  }

  .banner-section {
    padding: 110px 0;
  }

  .solution-wrap .subheading {
    font-size: 28px;
  }

  .solution-content p {
    font-size: 18px;
    margin: 15px 0 0;
  }

  .solution-services {
    padding-top: 80px;
  }
  .solution-services .subheading {
    font-size: 20px;
    line-height: 1.7;
  }
  .solution-services .container:after {
    top: -80px;
  }

  .services-list {
    margin-top: 30px;
  }
  .services-list .cards {
    padding-right: 60px;
  }

  .banner-content h2 {
    margin: 0 0 60px;
  }
}
@media only screen and (max-width: 1360px) {
  .site-navigation a {
    font-size: 17px;
  }

  .banner-img {
    max-width: 450px;
  }

  .banner-content h2 {
    margin: 0 0 50px;
  }

  .solution-wrap {
    padding: 60px 0 90px;
  }
  .solution-wrap .subheading {
    font-size: 24px;
  }
  .solution-wrap .section-heading-lg {
    margin-top: 10px;
  }

  .solution-list {
    margin-top: 70px;
    padding-top: 90px;
  }
  .solution-list .row:nth-child(even) .solution-content {
    padding-right: 47px;
  }
  .solution-list .cards {
    padding-right: 31px;
  }

  .solution-content {
    padding-right: 60px;
  }
  .solution-content p {
    font-size: 17px;
  }

  .solution-img img {
    max-width: 450px;
  }

  .solution-services .container {
    padding-left: 65px;
    padding-right: 65px;
  }

  .video-wrapper {
    max-width: 620px;
  }
  .video-wrapper .video {
    top: 23px;
    left: 23px;
    max-width: 575px;
  }
  .video-wrapper .video-trigger {
    max-width: 70px;
  }

  .pricing__plan--wrap {
    flex-basis: calc(100% / 3 - 15px);
    max-width: calc(100% / 3 - 15px);
    padding: 35px 30px;
  }

  .pricing__plan--heading,
.pricing__plan--cost .currency {
    font-size: 20px;
  }

  .pricing__plan--cost .price {
    font-size: 32px;
  }

  .pricing__plan--cost .duration,
.pricing__plan--shortDesc {
    font-size: 15px;
  }

  .pricing__plan--benefitList {
    margin-top: 30px;
  }

  .pricing__plan--benefitList li {
    margin-bottom: 18px;
  }

  .pricing__plan--action {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .container {
    max-width: 960px;
  }

  .site-header {
    padding: 20px 0;
  }

  .banner-content .sub-heading {
    font-size: 40px;
  }
  .banner-content h1 {
    font-size: 85px;
  }
  .banner-content h2 {
    font-size: 21px;
    margin-bottom: 30px;
  }
  .banner-content p {
    font-size: 16px;
  }

  .banner-section {
    padding: 100px 0;
  }

  .banner-img {
    max-width: 420px;
  }

  .solution-wrap {
    padding: 40px 0 90px;
  }
  .solution-wrap .subheading {
    font-size: 21px;
  }

  .solution-list {
    margin-top: 60px;
    padding-top: 80px;
  }
  .solution-list .row:nth-child(even) .solution-content {
    padding-right: 35px;
    padding-left: 50px;
  }

  .solution-content {
    padding-right: 30px;
  }
  .solution-content p {
    font-size: 16px;
  }

  .solution-img img {
    max-width: 320px;
  }

  .solution-services .subheading {
    font-size: 18px;
  }

  .services-list .cards {
    padding-right: 0;
  }
}
@media only screen and (max-width: 991px) {
  .banner-section .col,
.banner-section .col-auto {
    width: 100%;
  }

  .banner-content {
    text-align: center;
  }
  .banner-content .childHeading {
    margin: 30px 0 0 0;
  }

  .banner-img {
    max-width: 400px;
    margin: 40px auto 0;
  }

  .banner-section {
    padding: 120px 0 80px;
  }

  .solution-wrap {
    padding: 20px 0 70px;
  }
  .solution-wrap .subheading {
    font-size: 18px;
    text-align: center;
    display: block;
  }

  .solution-list {
    padding-top: 60px;
  }
  .solution-list:after {
    height: 132px;
  }
  .solution-list .col-6 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .solution-list .row:nth-child(even) .solution-content {
    padding-right: 0;
    padding-left: 0;
  }
  .solution-list .row + .row {
    margin-top: 100px;
  }

  .solution-content {
    padding-right: 0;
    margin-top: 40px;
  }
  .solution-content p {
    text-align: center;
  }

  .solution-services {
    padding-top: 50px;
  }
  .solution-services .container {
    padding-left: 40px;
    padding-right: 40px;
  }
  .solution-services .container:after {
    top: -50px;
    left: 20px;
    right: 20px;
  }
  .solution-services .subheading {
    font-size: 16px;
    text-align: center;
  }
  .solution-services .subheading .badges {
    line-height: 1.5;
  }

  .services-list .col-4 {
    width: 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .services-list .cards {
    text-align: center;
  }

  .activites-timeline .col-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .activites-timeline .row:nth-child(even) .timeline-content {
    padding-right: 0;
    margin: 30px auto 0;
    text-align: center;
  }

  .timeline-content {
    text-align: center;
    margin: 30px auto 0;
    padding-left: 0;
  }
  .timeline-content .icon {
    position: relative;
    transform: none;
    margin: 0 auto 30px;
  }

  .pricing__plan--wrap {
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .activites-timeline .row {
    padding: 40px 0;
 }
}
@media only screen and (max-width: 767px) {
  .banner-content h1 {
    font-size: 55px;
  }
  .banner-content h2 {
    font-size: 17px;
    margin-bottom: 20px;
  }
  .banner-content p {
    line-height: 1.5;
  }

  .banner-section {
    padding: 80px 0 50px;
  }

  .solution-wrap .subheading {
    font-size: 16px;
  }

  .solution-list {
    margin-top: 50px;
  }
  .solution-list .row + .row {
    margin-top: 80px;
  }

  .solution-content {
    margin-top: 30px;
  }

  .solution-services .subheading br {
    display: none;
  }

  .services-list .col-4 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .services-list .cards {
    margin: 25px 0;
  }

  .product-links {
    padding-left: 15px;
  }

  .invited {
    text-align: center;
  }

  .video-wrapper {
    max-width: 400px;
  }
  .video-wrapper .video {
    top: 15px;
    left: 15px;
    max-width: 370px;
  }
}
@media only screen and (max-width: 575px) {
  .video-wrapper {
    max-width: 320px;
  }
  .video-wrapper .video {
    top: 12px;
    left: 12px;
    max-width: 296px;
  }
}

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