html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */

:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active, a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button, input, select, textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button, input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button, select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled], html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html, button, input, select, textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

@font-face {
  font-family: mainReqular;
  src: url(../fonts/29ltbukraregular.otf);
}

@font-face {
  font-family: mainBoldItalic;
  src: url(../fonts/29ltbukrabold.ttf);
}

@font-face {
  font-family: mainBold;
  src: url(../fonts/29ltbukrabolditalic.ttf);
}

html {
  font-size: 62.5%;
  direction: rtl !important;
}

body {
  width: 100%;
  height: 100%;
  font-family: mainReqular;
  line-height: 1.7;
  color: #444;
  font-size: 1.4rem;
  background-color: #F2F2F2;
  overflow-x: hidden !important;
}

nav {
  box-shadow: 0px 1px 55px rgba(135, 178, 187, 0.185);
  height: 10vh;
  position: relative;
  z-index: 1;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    column-gap: 30px;
    justify-content: center;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    justify-content: center;
  }
}

@media (max-width: 991px) {
  .navbar-collapse {
    background-color: #f8f9fa;
    box-shadow: 0px 0px 50px rgba(82, 82, 82, 0.3);
  }
}

.navbar-nav {
  align-items: center;
  padding: 20px 0;
}

.nav-item a {
  padding: 20px 0;
  font-size: 16px;
}

.navbar-light .navbar-toggler-icon {
  background-image: url(../images/menuIcon.svg);
  height: 40px;
  width: 40px;
}

.navbar-light .navbar-toggler {
  border: none !important;
}

.nav-link {
  font-family: 25px !important;
  text-align: center;
}

.nav-link:visited {
  outline: none;
}

.navbar-light .navbar-nav .nav-link {
  color: #707070;
}

.active .nav-link {
  color: #87B2BB !important;
  font-family: mainBold;
}

.navbar-toggler:focus {
  outline: none;
}

@media (max-width: 992px) {
  .navbar-collapse {
    background-color: #f8f9fa;
  }
}

.navbar-nav {
  transition: all .4s;
}

@media (max-width: 992px) {
  .navbar-nav {
    align-items: center;
    padding: 20px 0;
    margin: auto;
    width: 100%;
  }
}

@media (max-width: 992px) {
  .navbar-nav .nav-item {
    width: 100%;
  }
}

@media (max-width: 992px) {
  .navbar-nav .nav-item:hover {
    background-color: #87B2BB;
    color: #fff !important;
    transition: all .2s;
  }
}

@media (max-width: 992px) {
  .navbar-nav .nav-item:hover>.nav-link {
    color: #fff !important;
  }
}

@media (max-width: 992px) {
  .navbar-nav .nav-link {
    font-size: 14px !important;
  }
}

.header {
  display: flex;
  position: relative;
  
  flex-direction: column-reverse;
    row-gap: 50px;
}

.header__section {
  height: 90vh;
  margin-bottom: 100px;
}

@media (max-width: 880.98px) {
  .header__section {
    height: 100vh;
    margin-bottom: 250px;
  }
}

@media (max-width: 880.98px) {
  .header {
    display: flex;
    position: relative;
    flex-direction: column-reverse;
    row-gap: 50px;
  }
}

.header__content {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: right;
  row-gap: 50px;
}

.header__content .about_thaaa {
  /*width: 57%;*/
  /*font-size: 18px;*/
  /*text-align: justify;*/
  /*text-align-last: right;*/
  font-family: mainBold;
  line-height: 40px;
  position: absolute;
  top: 30%;
  /*right: 20%;*/
  display: flex;
  flex-direction: column;
  row-gap: 50px;
  align-items: flex-start;
  width: 100%;
    padding: 0 50px;
    font-size: 14px;
    right: 0;
    margin: auto;
    justify-content: center;
    align-items: center;
    text-align: justify;
    text-align-last: center;
}
  .header__content .about_thaaa_text {
    width: 80%;
  }

@media (max-width: 575.98px) {
  .header__content .about_thaaa {
    width: 100% !important;
    padding: 0 !important;
    font-size: 14px;
    right: 0;
    margin: auto;
    justify-content: center;
    align-items: center;
    text-align: justify;
    text-align-last: center;
  }
  .header__content .about_thaaa_text {
    width: 100%;
  }
}

@media (max-width: 880.98px) {
  .header__content .about_thaaa {
    width: 100%;
    padding: 0 50px;
    font-size: 14px;
    right: 0;
    margin: auto;
    justify-content: center;
    align-items: center;
    text-align: justify;
    text-align-last: center;
  }
  .header__content .about_thaaa_text {
    width: 80%;
  }
}

.header__btn {
  position: relative;
  text-align: right;
  color: #fff;
  border-radius: 40.5px;
  background: linear-gradient(38deg, #755960 0%, #e67268 100%);
  box-shadow: 0px 6px 50px rgba(230, 114, 104, 0.36);
  padding: 15px 60px;
  transition: .5s ease-in-out;
}

@media (max-width: 991.98px) {
  .header__btn {
    padding: 10px 60px;
  }
}

.header__btn:hover, .header__btn:active, .header__btn:visited {
  text-decoration: none;
  color: #fff;
  background: linear-gradient(38deg, #e67268 0%, #755960 100%);
  transform: translateY(-5px);
}

@media (max-width: 575.98px) and (max-width: 767.98px) {
  .header__image {
    width: 100%;
    height: 100%;
  }
}


.header__image .hero-img {
  position: relative;
  /* background-image: url(../images/Hero-img.svg); */
  background-image: url(../images/Hero-img.png);
  height: 576px;
  width: 1024px;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  margin-top: 20px;
  transform: translateX(-5px);
  margin: auto;
}

@media (max-width: 1199.98px) {
  .header__image .hero-img {
    /* background-image: url(../images/Hero-img.svg); */
    background-image: url(../images/Hero-img.png);
    height: 413px;
    width: 733px;
    background-size: cover;
    background-repeat: no-repeat;
    object-fit: cover;
    margin: auto;
    transform: translateX(0);
    margin-top: 20px;
  }
}

@media (max-width: 991.98px) {
  .header__image .hero-img {
    /* background-image: url(../images/Hero-img.svg); */
    background-image: url(../images/Hero-img.png);
    height: 413px;
    width: 733px;
    
    background-size: cover;
    background-repeat: no-repeat;
    object-fit: cover;
    margin: auto;
    transform: translateX(0);
    margin-top: 20px;
  }
}

@media (max-width: 880.98px) {
  .header__image .hero-img {
    /* background-image: url(../images/hero-mobile-sm.svg); */
    /*background-image: url(../images/hero-mobile-sm.png);*/
    background-image: url(../images/Hero-img.png);
    background-size: cover;
    background-repeat: no-repeat;
    object-fit: cover;
    height: 287px;
    width: 511px;
    margin: auto;
    transform: translateX(0);
    margin-top: 20px;
  }
}

@media (max-width: 575.98px) {
  .header__image .hero-img {
    /* background-image: url(../images/hero-mobile-sm.svg); */
    /*background-image: url(../images/hero-mobile-sm.png);*/
    background-image: url(../images/Hero-img.png);
    background-size: cover;
    background-repeat: no-repeat;
    object-fit: cover;
    height: 196px;
    width: 350px;
    margin: auto;
    transform: translateX(0);
    margin-top: 20px;
  }
}

.c-blue {
  color: #87B2BB;
}

.services {
  min-height: 100vh;
  margin: 0;
  position: relative;
  background: linear-gradient(rgba(135, 178, 187, 0.36) 0%, #3f5358 100%);
}

@media (max-width: 991.98px) {
  .services {
    height: auto;
  }
}

@media (max-width: 767.98px) {
  .services {
    height: auto;
  }
}

@media (max-width: 575.98px) {
  .services {
    height: auto;
  }
}

.services__wrapper {
  position: absolute;
  top: 55%;
  right: 0;
  left: 0;
  transform: translateY(-50%);
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: auto;
  column-gap: 20px;
}

@media (max-width: 575.98px) {
  .services__wrapper {
    position: relative;
    padding: 180px 0;
    transform: none;
  }
}

@media (max-width: 767.98px) {
  .services__wrapper {
    position: relative;
    padding: 180px 0;
    transform: none;
  }
}

@media (max-width: 991.98px) {
  .services__wrapper {
    position: relative;
    padding: 180px 0;
    transform: none;
  }
}

@media (max-width: 1190.98px) {
  .services__wrapper {
    width: 100% !important;
    position: relative;
    padding: 180px 0;
    transform: none;
  }
}

@media (max-width: 1200.98px) {
  .services__wrapper {
    width: 100% !important;
    position: relative;
    padding: 180px 0;
    transform: none;
  }
}

@media (max-width: 1400px) {
  .services__wrapper {
    width: 100% !important;
  }
}

.services__wrapper .service {
  width: 280px;
  margin: 0 30px;
  height: 280px;
  border-radius: 5px;
  background: #fff;
  transition: all .2s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  row-gap: 20px;
}

.services__wrapper .service:hover {
  -webkit-animation: shadow-drop-2-lr 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: shadow-drop-2-lr 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  transition: all .2s ease-out;
}

.services__wrapper .service__icon {
  width: 60px;
}

.services__wrapper .service__name {
  font-family: mainBold;
  color: #755968;
  font-size: 16px;
  padding: 0 50px;
  text-align: center;
}

@-webkit-keyframes shadow-drop-2-lr {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0);
  }
  100% {
    -webkit-transform: translateZ(50px);
    transform: translateZ(0px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: -12px 0 20px -12px rgba(0, 0, 0, 0.35), 12px 0 20px -12px rgba(0, 0, 0, 0.35);
    box-shadow: -12px 0 20px -12px rgba(0, 0, 0, 0.35), 12px 0 20px -12px rgba(0, 0, 0, 0.35);
  }
}

@keyframes shadow-drop-2-lr {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0);
  }
  100% {
    -webkit-transform: translateZ(50px);
    transform: translateZ(50px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: -12px 0 20px -12px rgba(0, 0, 0, 0.35), 12px 0 20px -12px rgba(0, 0, 0, 0.35);
    box-shadow: -12px 0 20px -12px rgba(0, 0, 0, 0.35), 12px 0 20px -12px rgba(0, 0, 0, 0.35);
  }
}

.section__title {
  position: relative;
  padding: 0 50px;
  float: right;
  text-align: right;
}

.section__title::before {
  content: " ";
  width: 60px;
  height: 15px;
  background: #755968;
  position: absolute;
  top: 20px;
}

.section__title span {
  font-size: 30px;
  font-family: mainBold;
  color: #fff;
  text-shadow: 0px 8px 10px rgba(0, 0, 0, 0.281);
  position: absolute;
  top: 20px;
  white-space: nowrap;
}

.poster__section {
  min-height: 100vh;
  background-color: #CACBC5;
  position: relative;
}

.container__poster {
  display: none !important;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  width: 70%;
  height: 90%;
  padding: 100px 0;
  margin: auto;
}

.show {
  display: flex !important;
}

.step {
  max-width: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.step__image {
  height: 210px;
  position: relative;
}

.step__text {
  text-align: center;
  height: 150px;
}

.step__heading {
  text-align: center;
  font-weight: 700;
  font-family: mainBold;
  font-size: 18px;
}

.step__description {
  text-align: center;
  line-height: 2.4;
}

.step-1::after, .step-2::after {
  content: " ";
  width: 210px;
  position: absolute;
  top: 35%;
  right: 215px;
  transform: translateY(-35%);
}

.step-1 img {
  -webkit-animation: scale-up-center 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: scale-up-center 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.step-1 .step__text {
  -webkit-animation: scale-up-center 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.5s both;
  animation: scale-up-center 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.5s both;
}

.step-2 img {
  -webkit-animation: scale-up-center 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 1s both;
  animation: scale-up-center 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 1s both;
}

.step-2 .step__text {
  -webkit-animation: scale-up-center 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 1.5s both;
  animation: scale-up-center 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 1.5s both;
}

.step-3 img {
  -webkit-animation: scale-up-center 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 2s both;
  animation: scale-up-center 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 2s both;
}

.step-3 .step__text {
  -webkit-animation: scale-up-center 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 2.5s both;
  animation: scale-up-center 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 2.5s both;
}

.step-4 img {
  -webkit-animation: scale-up-center 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 3s both;
  animation: scale-up-center 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 3s both;
}

.step-4 .step__text {
  -webkit-animation: scale-up-center 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 3.5s both;
  animation: scale-up-center 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 3.5s both;
}

.step-5 img {
  -webkit-animation: scale-up-center 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 4s both;
  animation: scale-up-center 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 4s both;
}

.step-5 .step__text {
  -webkit-animation: scale-up-center 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 4.5s both;
  animation: scale-up-center 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 4.5s both;
}

.step-6 img {
  -webkit-animation: scale-up-center 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 5s both;
  animation: scale-up-center 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 5s both;
}

.step-6 .step__text {
  -webkit-animation: scale-up-center 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 5.5s both;
  animation: scale-up-center 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 5.5s both;
}

.step-7 img {
  -webkit-animation: scale-up-center 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 6s both;
  animation: scale-up-center 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 6s both;
}

.step-7 .step__text {
  -webkit-animation: scale-up-center 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 6.5s both;
  animation: scale-up-center 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 6.5s both;
}

.step-8 img {
  -webkit-animation: scale-up-center 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 7s both;
  animation: scale-up-center 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 7s both;
}

.step-8 .step__text {
  -webkit-animation: scale-up-center 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 7.5s both;
  animation: scale-up-center 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 7.5s both;
}

@-webkit-keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.input_style {
  /*width: 380px;*/
  width: 100%;
  height: 50px;
  border-radius: 5px;
  background: #fff;
  border: 3px solid #fff;
  transform: all .2s;
  padding-right: 20px;
}

.input_style:focus {
  box-shadow: 0px 1px 55px rgba(135, 178, 187, 0.185);
}

.message .input_style {
  height: 100px;
}

.send {
  position: relative;
  text-align: right;
  color: #fff;
  border-radius: 40.5px;
  background: linear-gradient(38deg, #755960 0%, #e67268 100%);
  box-shadow: 0px 6px 50px rgba(230, 114, 104, 0.36);
  padding: 15px 60px;
  transition: .5s ease-in-out;
  border: none;
}

.send:hover, .send:active, .send:visited {
  text-decoration: none;
  color: #fff;
  background: linear-gradient(38deg, #e67268 0%, #755960 100%);
  transform: translateY(-5px);
}

textarea {
  resize: none;
  height: 200px !important;
}

.contact {
  height: 100vh;
  width: 100%;
  background: linear-gradient(rgba(135, 178, 187, 0.49) 0%, rgba(251, 222, 154, 0.75) 100%);
  position: relative;
}

.contact__bg {
  height: 100%;
}

.contact__bg-Img {
  background-image: url("../images/contact.svg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 80%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.contact__form {
  width: 50%;
  background-color: #fff;
  height: 70%;
  width: auto;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  margin: 0 30% !important;
}

@media (max-width: 1200.98px) {
  .contact__form {
    margin: 0 25% !important;
    height: 55%;
  }
}

@media (max-width: 1199.98px) {
  .contact__form {
    margin: 0 25% !important;
    height: 55%;
  }
}

@media (max-width: 991.98px) {
  .contact__form {
    margin: 0 20% !important;
  }
}

@media (max-width: 767.98px) {
  .contact__form {
    margin: 0 15% !important;
  }
}

@media (max-width: 575.98px) {
  .contact__form {
    background-color: #fff;
    height: 75%;
    margin: 0 3% !important;
  }
  .contact__bg-Img {
    background-image: none;
  }
}

.contact__form-box {
  display: flex;
  flex-direction: column;
  justify-content: center !important;
  /*align-items: center;*/
  padding: 20px;
  row-gap: 20px;
  text-align: right;
  width: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: auto;
  transform: translateY(-50%);
}

.contact__form-box .input_style {
  border: 1px solid #EBEBE3;
  margin-bottom: 20px;
}

.send_messsage {
  align-self: center;
}

.profile__section {
  width: 100%;
  position: relative;
}

.profile__s1 {
  height: 90vh;
  background-color: #FBDE9A;
}

.profile__s2 {
  height: 100vh;
  background-color: #B28371;
}

.profile__s3 {
  height: 100vh;
  background-color: #CACBC5;
}

.profile__s4 {
  height: 100vh;
  background-color: #E67268;
}

.profile__s5 {
  height: 100vh;
  background-color: #87B2BB;
}

.profile__s6 {
  height: 100vh;
  background-color: #FBDE9A;
}

.profile__s7 {
  height: 100vh;
  background-color: #B28371;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
}

@media (max-width: 1370px) {
  .profile__s7 {
    flex-direction: column;
    justify-content: space-between;
  }
}

.profile__s8 {
  height: 100vh;
  background-color: #CACBC5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
}

@media (max-width: 1370px) {
  .profile__s8 {
    flex-direction: column;
    justify-content: space-between;
  }
}

.profile__s9 {
  height: 100vh;
  background-color: #E67268;
  position: relative;
}

@media (max-width: 1370px) {
  .profile__s9 {
    flex-direction: column;
    justify-content: space-between;
  }
}

.profile__s4 img {
  height: 100vh;
}

@media (max-width: 1199.98px) {
  .profile__s4 img {
    display: none;
  }
}

.profile__s7 .profile__image img {
  padding: 8%;
}

.profile__image {
  position: relative;
}

.profile__image img {
  width: 100%;
  height: 100%;
}

.profile__s5 .profile__image {
  height: 100%;
}

.profile__s5 .profile__image img {
  height: 100%;
  width: 70%;
}

.profile__s9 .profile__image {
  height: auto;
  position: absolute;
  bottom: 0;
}

.profile__s9 .profile__image img {
  height: initial !important;
  width: 100%;
}

.profile__text {
  position: absolute;
  top: 80%;
  left: 20%;
  transform: translateY(-70%);
  max-width: 600px;
  text-align: justify;
  text-align-last: right;
}

.profile__text p {
  color: #755968;
  font-size: 16px;
  line-height: 2.5;
}

@media (max-width: 991.98px) {
  .profile__text p {
    font-size: 16px;
  }
}

@media (max-width: 575.98px) {
  .profile__text p {
    font-size: 14px;
  }
}

.profile__text p span {
  font-family: mainBold;
}

@media (max-width: 1370px) {
  .profile__text {
    top: 60%;
    transform: translateY(-60%);
  }
}

@media (max-width: 1200px) {
  .profile__text {
    top: 66%;
    transform: translateY(-66%);
  }
}

@media (max-width: 1199.98px) {
  .profile__text {
    top: 68%;
    transform: translateY(-68%);
    margin: 0 auto;
    max-width: 550px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align-last: center;
  }
}

@media (max-width: 991.98px) {
  .profile__text {
    top: 60%;
    transform: translateY(-60%);
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 550px;
  }
}

@media (max-width: 767.98px) {
  .profile__text {
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 500px;
    font-size: 12px;
  }
}

@media (max-width: 575.98px) {
  .profile__text {
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 400px;
    font-size: 12px;
  }
}

@media (max-width: 425.98px) {
  .profile__text {
    top: 50%;
    transform: translateY(-50%);
    margin: 0 50px;
  }
}

.profile__s2 .profile__text p {
  color: #fff;
}

.profile__s2 .profile__text {
  position: absolute;
  top: 40%;
  left: 0;
  right: 20%;
  margin: auto;
  transform: translateY(-50%);
  max-width: 600px;
  text-align: justify;
  text-align-last: right;
}

.profile__s2 .profile__text p {
  color: #fff;
  font-size: 16px;
  line-height: 2.5;
}

@media (max-width: 991.98px) {
  .profile__s2 .profile__text p {
    font-size: 16px;
  }
}

@media (max-width: 575.98px) {
  .profile__s2 .profile__text p {
    font-size: 14px;
  }
}

.profile__s2 .profile__text p span {
  font-family: mainBold;
}

@media (max-width: 1199.98px) {
  .profile__s2 .profile__text {
    top: 40%;
    transform: translateY(-40%);
    left: 0;
    margin: 0 auto;
    max-width: 550px;
  }
}

@media (max-width: 991.98px) {
  .profile__s2 .profile__text {
    top: 40%;
    transform: translateY(-40%);
    left: 2%;
    margin: 0 auto;
    max-width: 450px;
  }
}

@media (max-width: 767.98px) {
  .profile__s2 .profile__text {
    top: 80%;
    transform: translateY(-80%);
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 500px;
    font-size: 12px;
  }
}

@media (max-width: 575.98px) {
  .profile__s2 .profile__text {
    top: 60%;
    transform: translateY(-60%);
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 400px;
    font-size: 12px;
  }
}

@media (max-width: 420.98px) {
  .profile__s2 .profile__text {
    margin: 0 50px;
    top: 65%;
  }
}

.profile__s3 .profile__text p {
  color: #444;
}

.profile__s3 .profile__text {
  position: absolute;
  top: 50%;
  left: 0;
  right: 10%;
  transform: translateY(-50%);
  max-width: 600px;
  text-align: justify;
  text-align-last: right;
}

.profile__s3 .profile__text p {
  color: #444;
  font-size: 16px;
  line-height: 2.5;
}

@media (max-width: 991.98px) {
  .profile__s3 .profile__text p {
    font-size: 16px;
  }
}

@media (max-width: 575.98px) {
  .profile__s3 .profile__text p {
    font-size: 14px;
  }
}

.profile__s3 .profile__text p span {
  font-family: mainBold;
}

@media (max-width: 1199.98px) {
  .profile__s3 .profile__text {
    top: 85%;
    transform: translateY(-85%);
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 550px;
  }
}

@media (max-width: 991.98px) {
  .profile__s3 .profile__text {
    top: 84%;
    transform: translateY(-84%);
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 550px;
  }
}

@media (max-width: 767.98px) {
  .profile__s3 .profile__text {
    top: 80%;
    transform: translateY(-80%);
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 500px;
    font-size: 12px;
  }
}

@media (max-width: 575.98px) {
  .profile__s3 .profile__text {
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 400px;
    font-size: 12px;
  }
}

@media (max-width: 420.98px) {
  .profile__s3 .profile__text {
    top: 60%;
    margin: 0 50px;
  }
}

.profile__s4 .profile__text p {
  color: #fff;
}

.profile__s4 .profile__text {
  position: absolute;
  top: 60%;
  left: 10%;
  transform: translateY(-60%);
  max-width: 600px;
  text-align: justify;
  text-align-last: right;
}

.profile__s4 .profile__text p {
  color: #fff;
  font-size: 16px;
  line-height: 2.5;
}

@media (max-width: 991.98px) {
  .profile__s4 .profile__text p {
    font-size: 16px;
  }
}

@media (max-width: 575.98px) {
  .profile__s4 .profile__text p {
    font-size: 14px;
  }
}

.profile__s4 .profile__text p span {
  font-family: mainBold;
}

@media (max-width: 1199.98px) {
  .profile__s4 .profile__text {
    top: 60%;
    transform: translateY(-60%);
    left: 4%;
    margin: 0 auto;
    max-width: 550px;
  }
}

@media (max-width: 991.98px) {
  .profile__s4 .profile__text {
    top: 60%;
    transform: translateY(-60%);
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 550px;
  }
}

@media (max-width: 767.98px) {
  .profile__s4 .profile__text {
    top: 60%;
    transform: translateY(-60%);
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 500px;
    font-size: 12px;
  }
}

@media (max-width: 575.98px) {
  .profile__s4 .profile__text {
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 400px;
    font-size: 12px;
  }
}

@media (max-width: 420.98px) {
  .profile__s4 .profile__text {
    top: 60%;
    margin: 0 50px;
  }
}

.profile__s5 .profile__text p {
  color: #fff;
}

.profile__s5 .profile__text {
  position: absolute;
  top: 60%;
  right: 10%;
  transform: translateY(-60%);
  max-width: 600px;
  text-align: justify;
  text-align-last: right;
}

.profile__s5 .profile__text p {
  color: #fff;
  font-size: 16px;
  line-height: 2.5;
}

@media (max-width: 1200.98px) {
  .profile__s5 .profile__text p {
    font-size: 16px;
    color: #87B2BB;
    border-radius: 5px;
  }
}

@media (max-width: 575.98px) {
  .profile__s5 .profile__text p {
    font-size: 14px;
  }
}

.profile__s5 .profile__text p span {
  font-family: mainBold;
}

@media (max-width: 1199.98px) {
  .profile__s5 .profile__text {
    top: 85%;
    transform: translateY(-85%);
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 550px;
  }
}

@media (max-width: 991.98px) {
  .profile__s5 .profile__text {
    top: 84%;
    transform: translateY(-84%);
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 550px;
  }
}

@media (max-width: 767.98px) {
  .profile__s5 .profile__text {
    top: 80%;
    transform: translateY(-80%);
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 500px;
    font-size: 12px;
  }
}

@media (max-width: 575.98px) {
  .profile__s5 .profile__text {
    top: 20%;
    transform: translateY(-20%);
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 400px;
    font-size: 12px;
  }
}

@media (max-width: 420.98px) {
  .profile__s5 .profile__text {
    top: 20%;
    margin: 0 30px;
  }
}

.profile__s6 .profile__text p {
  color: #B28371;
}

.profile__s6 .profile__text {
  position: absolute;
  top: 60%;
  left: 10%;
  transform: translateY(-60%);
  max-width: 500px;
  text-align: justify;
  text-align-last: right;
}

.profile__s6 .profile__text p {
  color: #B28371;
  font-size: 16px;
  line-height: 2.5;
}

@media (max-width: 1190.98px) {
  .profile__s6 .profile__text p {
    font-size: 16px;
    padding: 50px;
    border-radius: 5px;
  }
}

@media (max-width: 575.98px) {
  .profile__s6 .profile__text p {
    font-size: 14px;
  }
}

.profile__s6 .profile__text p span {
  font-family: mainBold;
}

@media (max-width: 1199.98px) {
  .profile__s6 .profile__text {
    top: 60%;
    transform: translateY(-60%);
    left: 8%;
    margin: 0 auto;
    max-width: 550px;
  }
}

@media (max-width: 991.98px) {
  .profile__s6 .profile__text {
    top: 96%;
    transform: translateY(-96%);
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 550px;
  }
}

@media (max-width: 767.98px) {
  .profile__s6 .profile__text {
    top: 85%;
    transform: translateY(-85%);
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 500px;
    font-size: 12px;
  }
}

@media (max-width: 575.98px) {
  .profile__s6 .profile__text {
    top: 65%;
    transform: translateY(-65%);
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 400px;
    font-size: 12px;
  }
}

@media (max-width: 420.98px) {
  .profile__s6 .profile__text {
    margin: 0 20px;
  }
}

.profile__s7 .profile__text p {
  color: #fff;
}

.profile__s7 .profile__text {
  position: absolute;
  top: 60%;
  left: 10%;
  transform: translateY(-60%);
  max-width: 500px;
  text-align: justify;
  text-align-last: right;
}

.profile__s7 .profile__text p {
  color: #fff;
  font-size: 16px;
  line-height: 2.5;
}

@media (max-width: 1190.98px) {
  .profile__s7 .profile__text p {
    font-size: 16px;
    padding: 50px;
    border-radius: 5px;
  }
}

@media (max-width: 575.98px) {
  .profile__s7 .profile__text p {
    font-size: 14px;
  }
}

.profile__s7 .profile__text p span {
  font-family: mainBold;
}

@media (max-width: 1370px) {
  .profile__s7 .profile__text {
    top: 85%;
    transform: translateY(-85%);
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 550px;
  }
}

@media (max-width: 1199.98px) {
  .profile__s7 .profile__text {
    top: 85%;
    transform: translateY(-85%);
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 550px;
  }
}

@media (max-width: 991.98px) {
  .profile__s7 .profile__text {
    top: 96%;
    transform: translateY(-96%);
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 550px;
  }
}

@media (max-width: 767.98px) {
  .profile__s7 .profile__text {
    top: 85%;
    transform: translateY(-85%);
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 500px;
    font-size: 12px;
  }
}

@media (max-width: 575.98px) {
  .profile__s7 .profile__text {
    top: 65%;
    transform: translateY(-65%);
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 400px;
    font-size: 12px;
  }
}

@media (max-width: 420.98px) {
  .profile__s7 .profile__text {
    margin: 0 20px;
  }
}

.profile__s8 .profile__text p {
  color: #755968;
}

.profile__s8 .profile__text {
  position: absolute;
  top: 60%;
  right: 10%;
  transform: translateY(-60%);
  max-width: 500px;
  text-align: justify;
  text-align-last: right;
}

.profile__s8 .profile__text p {
  color: #755968;
  font-size: 16px;
  line-height: 2.5;
}

@media (max-width: 1190.98px) {
  .profile__s8 .profile__text p {
    font-size: 16px;
    padding: 50px;
    border-radius: 5px;
  }
}

@media (max-width: 575.98px) {
  .profile__s8 .profile__text p {
    font-size: 14px;
  }
}

.profile__s8 .profile__text p span {
  font-family: mainBold;
}

@media (max-width: 1370px) {
  .profile__s8 .profile__text {
    top: 85%;
    transform: translateY(-85%);
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 550px;
  }
}

@media (max-width: 1199.98px) {
  .profile__s8 .profile__text {
    top: 85%;
    transform: translateY(-85%);
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 550px;
  }
}

@media (max-width: 991.98px) {
  .profile__s8 .profile__text {
    top: 96%;
    transform: translateY(-96%);
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 550px;
  }
}

@media (max-width: 767.98px) {
  .profile__s8 .profile__text {
    top: 85%;
    transform: translateY(-85%);
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 500px;
    font-size: 12px;
  }
}

@media (max-width: 575.98px) {
  .profile__s8 .profile__text {
    top: 65%;
    transform: translateY(-65%);
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 400px;
    font-size: 12px;
  }
}

@media (max-width: 420.98px) {
  .profile__s8 .profile__text {
    margin: 0 20px;
  }
}

.profile__s9 .profile__text p {
  color: #fff;
}

.profile__s9 .profile__text {
  position: absolute;
  top: 40%;
  left: 10%;
  transform: translateY(-40%);
  max-width: 500px;
  text-align: justify;
  text-align-last: right;
}

.profile__s9 .profile__text p {
  color: #fff;
  font-size: 16px;
  line-height: 2.5;
}

@media (max-width: 1190.98px) {
  .profile__s9 .profile__text p {
    font-size: 16px;
    padding: 50px;
    border-radius: 5px;
  }
}

@media (max-width: 575.98px) {
  .profile__s9 .profile__text p {
    font-size: 14px;
  }
}

.profile__s9 .profile__text p span {
  font-family: mainBold;
}

.page--container {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.sections {
  position: relative;
}

.clientsImg {
  position: fixed;
  right: 0;
}

.heading-2 {
  font-size: 40px;
  font-family: mainBold;
  background: #3f676f;
  background: linear-gradient(21deg, #3f676f 0%, #87b2bb 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
}

@media (max-width: 991.98px) {
  .heading-2 {
    font-size: 20px;
  }
}

@media (max-width: 767.98px) {
  .heading-2 {
    font-size: 20px;
  }
}

@media (max-width: 575.98px) {
  .heading-2 {
    font-size: 20px;
  }
}

.para--1, .para--2 {
  width: 500px;
}

@media (max-width: 991.98px) {
  .para--1, .para--2 {
    width: 90%;
    font-size: 16px;
  }
}

@media (max-width: 767.98px) {
  .para--1, .para--2 {
    width: 100%;
    font-size: 14px;
  }
}

@media (max-width: 575.98px) {
  .para--1, .para--2 {
    width: 100%;
  }
}

.section__left {
  position: absolute;
  left: 0;
  margin-top: 200px;
  height: 100vh;
}

.content_section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: justify;
  text-align-last: right;
  line-height: 2.3;
  font-size: 18px;
  height: 100vh;
}

@media (max-width: 767.98px) {
  .content_section {
    font-size: 14px;
  }
}

@media (max-width: 575.98px) {
  .content_section {
    font-size: 14px;
  }
}

.line {
  display: flex;
  flex-wrap: nowrap;
  margin: 50px 0;
}

.lineImg {
  height: 50px;
}

@media (max-width: 767.98px) {
  .lineImg {
    height: 40px;
  }
}

@media (max-width: 575.98px) {
  .lineImg {
    height: 40px;
  }
}

.svg {
  float: left;
}

.text {
  margin-left: 50px;
}

.path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 5s linear alternate infinite;
}

@keyframes dash {
  from {
    stroke-dashoffset: 822;
  }
  to {
    stroke-dashoffset: 0;
  }
}

.contentContainer {
  height: 90vh;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 80px;
}

@media (max-width: 767.98px) {
  .contentContainer {
    column-gap: 20px;
  }
}

@media (max-width: 580.98px) {
  .contentContainer {
    flex-direction: column;
  }
}

.clientImage {
  width: 50%;
}

@media (max-width: 991.98px) {
  .clientImage {
    width: 700px;
    position: relative;
    align-self: flex-start;
    height: auto;
  }
}

@media (max-width: 767.98px) {
  .clientImage {
    width: 650px;
    position: relative;
    align-self: flex-start;
    height: auto;
  }
}

@media (max-width: 580.98px) {
  .clientImage {
    width: 60%;
    position: relative;
    align-self: flex-start;
    height: auto;
  }
}

.left {
  max-height: 90vh;
  overflow-y: scroll;
  overflow-x: hidden;
}

@media (max-width: 991.98px) {
  .left {
    overflow-x: hidden;
    width: 100%;
    overflow-y: scroll;
  }
}

@media (max-width: 767.98px) {
  .left {
    overflow-x: hidden;
    width: 100%;
    overflow-y: scroll;
  }
}

@media (max-width: 575.98px) {
  .left {
    overflow-x: hidden;
    width: 100%;
    padding: 20px;
    overflow-y: scroll;
  }
}

.left::-webkit-scrollbar {
  display: none !important;
}

.content_section {
  margin-top: 100px;
  height: 90vh;
  width: 100%;
  padding: 50px;
}

@media (max-width: 991.98px) {
  .content_section {
    margin-top: 60px;
    height: 90vh;
    width: 95%;
  }
}

@media (max-width: 767.98px) {
  .content_section {
    height: 100vh;
    width: 100%;
    margin-top: 0;
  }
}

@media (max-width: 575.98px) {
  .content_section {
    height: auto;
    width: 100%;
    padding: 20px;
    margin-top: 0;
  }
}

.clientImage img {
  height: 100%;
  width: 100%;
}

.last {
  width: 100% !important;
  height: 90vh;
  color: white;
  background-image: url(../images/clients/bgBlue.svg);
  background-size: fill;
  background-repeat: no-repeat;
  position: relative;
}

@media (max-width: 580.98px) {
  .last {
    background-image: none;
    height: 30vh;
    color: #444;
    line-height: 2.5;
    font-size: 14px;
  }
}

.last p {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  text-align: center;
  margin: auto;
  width: 80%;
  font-family: mainBold;
  font-weight: 700;
  font-size: 18px;
}

@media (max-width: 575.98px) {
  .last p {
    font-size: 14px;
  }
}

@media (max-width: 991.98px) {
  .last p {
    width: 90%;
  }
}

@media (max-width: 767.98px) {
  .last p {
    padding: 0 !important;
  }
}

.bgRight {
  height: 200px;
  position: absolute;
  right: -50px;
  top: 40px;
}

.mouse {
  display: block;
  width: 28px;
  height: 48px;
  border-radius: 11px 11px 15px 15px;
  border: 1px solid #87B2BB;
  margin: 0 auto;
  margin-top: 70px;
}

@media (max-width: 991.98px) {
  .mouse {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .mouse {
    display: none;
  }
}

.mouse span {
  display: block;
  margin: 6px auto;
  width: 2px;
  height: 5px;
  border-radius: 4px;
  background: #87B2BB;
  border: 1px solid transparent;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
  animation-name: scroll;
}

@keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

.interceptor {
  transform: translateY(20.83px);
  z-index: 3000;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.interceptor-header {
  transform: translateY(20.83px);
  z-index: 3000;
  position: relative;
  margin: auto;
}

.services {
  z-index: 100;
}

.footer {
  background-color: #B28371;
  color: #fff;
  height: 80px;
  width: 100%;
  text-align: center;
  position: relative;
}

.footer span {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

nav {
  height: 100px;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    column-gap: 20px;
    justify-content: center;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    justify-content: center;
    background: transparent;
  }
}

@media (max-width: 992px) {
  .navbar-nav {
    width: 80%;
  }
}

/*@media (max-width: 1370px) {*/

/*  .services__wrapper .services__wrapper {*/

/*    position: absolute;*/

/*    top: 60% !important;*/

/*    transform: translateY(-60%); } }*/

@media (max-width: 1370px) {
  .profile__s1 .profile__text {
    top: 70%;
    transform: translateY(-70%);
  }
}

@media (max-width: 1200px) {
  .profile__s1 .profile__text {
    top: 66%;
    transform: translateY(-66%);
  }
}

@media (max-width: 1199.98px) {
  .profile__s1 .profile__text {
    top: 68%;
    transform: translateY(-68%);
    margin: 0 auto;
    max-width: 550px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align-last: center;
  }
}

@media (max-width: 1024.98px) {
  .profile__s1 .profile__text {
    top: 50%;
    transform: translateY(-50%);
  }
  .profile__s1 .profile__text p {
    font-size: 18px;
  }
}

@media (max-width: 991.98px) {
  .profile__s1 .profile__text {
    top: 60%;
    transform: translateY(-60%);
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 550px;
  }
}

@media (max-width: 767.98px) {
  .profile__s1 .profile__text {
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 500px;
    font-size: 12px;
  }
}

@media (max-width: 576.98px) {
  .profile__s1 .profile__text {
    background-color: rgba(255, 255, 255, 0.836) !important;
    padding: 20px 20px;
    border-radius: 10px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 400px;
    font-size: 12px;
  }
  .profile__s1 .profile__text p {
    padding: 20px;
  }
}

@media (max-width: 425.98px) {
  .profile__s1 .profile__text {
    top: 50%;
    transform: translateY(-50%);
    margin: 0 20px;
    background-color: rgba(255, 255, 255, 0.836) !important;
  }
  .profile__s1 .profile__text p {
    padding: 20px;
  }
}

@media (max-width: 320.98px) {
  .profile__s1 .profile__text {
    top: 50%;
    transform: translateY(-50%);
    margin: 0 10px;
    background-color: rgba(255, 255, 255, 0.836) !important;
  }
  .profile__s1 .profile__text p {
    font-size: 11px;
    padding: 20px;
  }
}

@media (max-width: 1370px) {
  .profile__s2 .profile__text {
    top: 60%;
    transform: translateY(-60%);
  }
}

@media (max-width: 1200px) {
  .profile__s2 .profile__text {
    top: 66%;
    transform: translateY(-66%);
  }
}

@media (max-width: 1199.98px) {
  .profile__s2 .profile__text {
    top: 68%;
    transform: translateY(-68%);
    margin: 0 auto;
    max-width: 550px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align-last: center;
  }
}

@media (max-width: 1024.98px) {
  .profile__s2 .profile__text {
    top: 50%;
    transform: translateY(-50%);
  }
  .profile__s2 .profile__text p {
    font-size: 18px;
  }
}

@media (max-width: 991.98px) {
  .profile__s2 .profile__text {
    top: 60%;
    transform: translateY(-60%);
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 550px;
  }
}

@media (max-width: 767.98px) {
  .profile__s2 .profile__text {
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 500px;
    font-size: 12px;
  }
}

@media (max-width: 576.98px) {
  .profile__s2 .profile__text {
    background-color: rgba(255, 255, 255, 0.836) !important;
    border-radius: 10px;
    padding: 20px 20px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 400px;
    font-size: 12px;
    padding: 0 20px;
  }
  .profile__s2 .profile__text p {
    color: #B28371;
    padding: 20px;
  }
}

@media (max-width: 425.98px) {
  .profile__s2 .profile__text {
    background-color: rgba(255, 255, 255, 0.836) !important;
    border-radius: 10px;
    padding: 0 20px;
    top: 60%;
    transform: translateY(-60%);
    margin: 0 20px;
  }
  .profile__s2 .profile__text p {
    color: #B28371;
    font-size: 12px;
  }
}

@media (max-width: 320px) {
  .profile__s2 .profile__text {
    background-color: rgba(255, 255, 255, 0.836) !important;
    border-radius: 10px;
    padding: 20px 20px;
    top: 60%;
    transform: translateY(-60%);
    margin: 0 10px;
  }
  .profile__s2 .profile__text p {
    color: #B28371;
    font-size: 11px;
  }
}

@media (max-width: 1370px) {
  .profile__s3 .profile__text {
    top: 50%;
    transform: translateY(-50%);
  }
}

@media (max-width: 1200px) {
  .profile__s3 .profile__text {
    top: 66%;
    transform: translateY(-66%);
    max-width: 550px;
    text-align-last: center;
  }
}

@media (max-width: 1199.98px) {
  .profile__s3 .profile__text {
    top: 84%;
    transform: translateY(-84%);
    margin: 0 auto;
    max-width: 550px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align-last: center;
  }
}

@media (max-width: 1024.98px) {
  .profile__s3 .profile__text {
    top: 50%;
    transform: translateY(-50%);
  }
  .profile__s3 .profile__text p {
    font-size: 18px;
  }
}

@media (max-width: 991.98px) {
  .profile__s3 .profile__text {
    top: 75%;
    transform: translateY(-75%);
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 550px;
  }
}

@media (max-width: 767.98px) {
  .profile__s3 .profile__text {
    top: 60%;
    transform: translateY(-60%);
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 500px;
    font-size: 12px;
  }
}

@media (max-width: 576.98px) {
  .profile__s3 .profile__text {
    background-color: rgba(255, 255, 255, 0.836) !important;
    border-radius: 10px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 400px;
    font-size: 12px;
    padding: 20px 20px;
    border-radius: 10px;
  }
  .profile__s3 .profile__text p {
    padding: 20px;
  }
}

@media (max-width: 425.98px) {
  .profile__s3 .profile__text {
    background-color: rgba(255, 255, 255, 0.849) !important;
    border-radius: 10px !important;
    top: 60%;
    transform: translateY(-60%);
    margin: 0 20px;
    height: auto;
  }
  .profile__s3 .profile__text p {
    padding: 20px;
  }
}

@media (max-width: 320.98px) {
  .profile__s3 .profile__text {
    background-color: rgba(255, 255, 255, 0.836) !important;
    border-radius: 10px;
    top: 60%;
    transform: translateY(-60%);
    margin: 0 10px;
    height: auto;
  }
  .profile__s3 .profile__text p {
    font-size: 11px;
    padding: 20px;
  }
}

@media (max-width: 1370px) {
  .profile__s4 .profile__text {
    top: 50%;
    transform: translateY(-50%);
    max-width: 580px;
  }
}

@media (max-width: 1200px) {
  .profile__s4 .profile__text {
    top: 66%;
    transform: translateY(-66%);
    max-width: 500px;
  }
}

@media (max-width: 1199.98px) {
  .profile__s4 .profile__text {
    background-color: rgba(255, 255, 255, 0.836) !important;
    border-radius: 10px;
    top: 60%;
    transform: translateY(-60%);
    max-width: 550px;
    left: 0 !important;
    text-align-last: center;
  }
  .profile__s4 .profile__text p {
    padding: 20px;
    color: #E67268;
  }
}

@media (max-width: 1024.98px) {
  .profile__s4 .profile__text {
    top: 50%;
    transform: translateY(-50%);
  }
  .profile__s4 .profile__text p {
    font-size: 18px;
  }
}

@media (max-width: 991.98px) {
  .profile__s4 .profile__text {
    top: 60%;
    transform: translateY(-60%);
    max-width: 550px;
  }
}

@media (max-width: 767.98px) {
  .profile__s4 .profile__text {
    top: 60%;
    transform: translateY(-60%);
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 500px;
    font-size: 12px;
  }
}

@media (max-width: 576.98px) {
  .profile__s4 .profile__text {
    background-color: rgba(255, 255, 255, 0.836) !important;
    border-radius: 10px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 400px;
    font-size: 12px;
    padding: 20px 20px;
    border-radius: 10px;
  }
  .profile__s4 .profile__text p {
    color: #E67268;
  }
}

@media (max-width: 425.98px) {
  .profile__s4 .profile__text {
    background-color: rgba(255, 255, 255, 0.849) !important;
    border-radius: 10px !important;
    top: 60%;
    transform: translateY(-60%);
    margin: 0 20px;
    height: auto;
  }
  .profile__s4 .profile__text p {
    color: #E67268;
  }
}

@media (max-width: 320.98px) {
  .profile__s4 .profile__text {
    background-color: rgba(255, 255, 255, 0.836) !important;
    border-radius: 10px;
    top: 60%;
    transform: translateY(-60%);
    margin: 0 10px;
    height: auto;
  }
  .profile__s4 .profile__text p {
    color: #E67268;
    font-size: 11px;
  }
}

@media (max-width: 1370px) {
  .profile__s5 .profile__text {
    top: 50%;
    transform: translateY(-50%);
  }
}

@media (max-width: 1200px) {
  .profile__s5 .profile__text {
    top: 66%;
    transform: translateY(-66%);
    max-width: 600px;
  }
  .profile__s5 .profile__text p {
    color: #fff;
  }
}

@media (max-width: 1199.98px) {
  .profile__s5 .profile__text {
    top: 68%;
    transform: translateY(-68%);
    max-width: 550px;
    text-align-last: center;
    background-color: rgba(255, 255, 255, 0.836) !important;
    border-radius: 10px;
    padding: 20px 20px;
  }
  .profile__s5 .profile__text p {
    color: #87B2BB;
  }
}

@media (max-width: 1024.98px) {
  .profile__s5 .profile__text {
    top: 50%;
    transform: translateY(-50%);
  }
  .profile__s5 .profile__text p {
    font-size: 18px;
  }
}

@media (max-width: 991.98px) {
  .profile__s5 .profile__text {
    background-color: rgba(255, 255, 255, 0.836) !important;
    border-radius: 10px;
    padding: 20px 20px;
    top: 60%;
    transform: translateY(-60%);
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 550px;
  }
  .profile__s5 .profile__text p {
    color: #87B2BB;
  }
}

@media (max-width: 767.98px) {
  .profile__s5 .profile__text {
    top: 60%;
    transform: translateY(-60%);
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 500px;
    font-size: 12px;
  }
}

@media (max-width: 576.98px) {
  .profile__s5 .profile__text {
    background-color: rgba(255, 255, 255, 0.836) !important;
    border-radius: 10px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 400px;
    font-size: 12px;
    padding: 20px 20px;
    border-radius: 10px;
  }
  .profile__s5 .profile__text p {
    color: #87B2BB;
    padding: 20px;
  }
}

@media (max-width: 425.98px) {
  .profile__s5 .profile__text {
    background-color: rgba(255, 255, 255, 0.849) !important;
    border-radius: 10px !important;
    top: 60%;
    transform: translateY(-60%);
    margin: 0 20px;
    height: auto;
  }
  .profile__s5 .profile__text p {
    color: #87B2BB;
    padding: 10px;
  }
}

@media (max-width: 320.98px) {
  .profile__s5 .profile__text {
    background-color: rgba(255, 255, 255, 0.836) !important;
    border-radius: 10px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 10px;
    height: auto;
  }
  .profile__s5 .profile__text p {
    color: #87B2BB;
    font-size: 11px;
    padding: 20px;
  }
}

@media (max-width: 1370px) {
  .profile__s6 .profile__text {
    top: 50%;
    transform: translateY(-50%);
  }
}

@media (max-width: 1200px) {
  .profile__s6 .profile__text {
    top: 66%;
    transform: translateY(-66%);
    max-width: 500px;
  }
}

@media (max-width: 1199.98px) {
  .profile__s6 .profile__text {
    background-color: rgba(255, 255, 255, 0.836) !important;
    border-radius: 10px;
    top: 68%;
    transform: translateY(-68%);
    margin: 0 auto;
    max-width: 550px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align-last: center;
  }
}

@media (max-width: 1024.98px) {
  .profile__s6 .profile__text {
    top: 50%;
    transform: translateY(-50%);
  }
  .profile__s6 .profile__text p {
    font-size: 18px;
  }
}

@media (max-width: 991.98px) {
  .profile__s6 .profile__text {
    background-color: rgba(255, 255, 255, 0.836) !important;
    border-radius: 10px;
    top: 60%;
    transform: translateY(-60%);
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 550px;
  }
}

@media (max-width: 767.98px) {
  .profile__s6 .profile__text {
    top: 60%;
    transform: translateY(-60%);
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 500px;
    font-size: 12px;
  }
}

@media (max-width: 576.98px) {
  .profile__s6 .profile__text {
    background-color: rgba(255, 255, 255, 0.836) !important;
    border-radius: 10px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 400px;
    font-size: 12px;
    padding: 20px 20px;
    border-radius: 10px;
  }
  .profile__s6 .profile__text p {
    padding: 20px;
  }
}

@media (max-width: 425.98px) {
  .profile__s6 .profile__text {
    background-color: rgba(255, 255, 255, 0.849) !important;
    border-radius: 10px !important;
    top: 60%;
    transform: translateY(-60%);
    margin: 0 20px;
    height: auto;
  }
  .profile__s6 .profile__text p {
    padding: 20px;
  }
}

@media (max-width: 320.98px) {
  .profile__s6 .profile__text {
    background-color: rgba(255, 255, 255, 0.836) !important;
    border-radius: 10px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 10px;
    height: auto;
  }
  .profile__s6 .profile__text p {
    font-size: 11px;
    padding: 20px;
  }
}

@media (max-width: 1370px) {
  .profile__s7 .profile__text {
    top: 70%;
    transform: translateY(-70%);
  }
}

@media (max-width: 1200px) {
  .profile__s7 .profile__text {
    top: 66%;
    transform: translateY(-66%);
    left: 0;
    right: 0;
    margin: auto;
    max-width: 600px;
    text-align-last: center;
  }
}

@media (max-width: 1199.98px) {
  .profile__s7 .profile__text {
    top: 75%;
    transform: translateY(-75%);
    margin: 0 auto;
    max-width: 550px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align-last: center;
  }
}

@media (max-width: 1024.98px) {
  .profile__s7 .profile__text {
    top: 50%;
    transform: translateY(-50%);
  }
  .profile__s7 .profile__text p {
    font-size: 18px;
  }
}

@media (max-width: 991.98px) {
  .profile__s7 .profile__text {
    top: 70%;
    transform: translateY(-70%);
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 550px;
  }
}

@media (max-width: 767.98px) {
  .profile__s7 .profile__text {
    top: 70%;
    transform: translateY(-70%);
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 500px;
    font-size: 12px;
  }
}

@media (max-width: 576.98px) {
  .profile__s7 .profile__text {
    background-color: rgba(255, 255, 255, 0.836) !important;
    border-radius: 10px;
    top: 60%;
    transform: translateY(-60%);
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 400px;
    font-size: 12px;
    padding: 20px 20px;
    border-radius: 10px;
  }
  .profile__s7 .profile__text p {
    color: #755968;
    padding: 20px;
  }
}

@media (max-width: 425.98px) {
  .profile__s7 .profile__text {
    background-color: rgba(255, 255, 255, 0.849) !important;
    border-radius: 10px !important;
    top: 60%;
    transform: translateY(-60%);
    margin: 0 20px;
    height: auto;
  }
  .profile__s7 .profile__text p {
    color: #B28371;
    padding: 20px;
  }
}

@media (max-width: 320.98px) {
  .profile__s7 .profile__text {
    background-color: rgba(255, 255, 255, 0.836) !important;
    border-radius: 10px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 10px;
    height: auto;
  }
  .profile__s7 .profile__text p {
    color: #B28371;
    font-size: 11px;
    padding: 20px;
  }
}

@media (max-width: 1200px) {
  .profile__s8 .profile__text {
    max-width: 600px;
    text-align-last: center;
  }
}

@media (max-width: 1199.98px) {
  .profile__s8 .profile__text {
    top: 80%;
    transform: translateY(-80%);
    max-width: 550px;
    text-align-last: center;
    max-width: 650px;
  }
}

@media (max-width: 1024.98px) {
  .profile__s8 .profile__text {
    top: 50%;
    transform: translateY(-50%);
  }
  .profile__s8 .profile__text p {
    font-size: 18px;
  }
}

@media (max-width: 991.98px) {
  .profile__s8 .profile__text {
    top: 75%;
    transform: translateY(-75%);
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 550px;
  }
}

@media (max-width: 767.98px) {
  .profile__s8 .profile__text {
    top: 70%;
    transform: translateY(-70%);
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 500px;
    font-size: 12px;
  }
}

@media (max-width: 576.98px) {
  .profile__s8 .profile__text {
    background-color: rgba(255, 255, 255, 0.836) !important;
    border-radius: 10px;
    top: 60%;
    transform: translateY(-60%);
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 400px;
    font-size: 12px;
    padding: 20px 20px;
    border-radius: 10px;
  }
  .profile__s8 .profile__text p {
    padding: 20px;
  }
}

@media (max-width: 425.98px) {
  .profile__s8 .profile__text {
    background-color: rgba(255, 255, 255, 0.849) !important;
    border-radius: 10px !important;
    top: 60%;
    transform: translateY(-60%);
    margin: 0 20px;
    height: auto;
  }
  .profile__s8 .profile__text p {
    padding: 20px;
  }
}

@media (max-width: 320.98px) {
  .profile__s8 .profile__text {
    background-color: rgba(255, 255, 255, 0.836) !important;
    border-radius: 10px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 10px;
    height: auto;
  }
  .profile__s8 .profile__text p {
    font-size: 11px;
    padding: 20px;
  }
}

@media (max-width: 1200px) {
  .profile__s9 .profile__text {
    max-width: 600px;
    text-align-last: center;
  }
}

@media (max-width: 1199.98px) {
  .profile__s9 .profile__text {
    top: 30%;
    transform: translateY(-30%);
    max-width: 550px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align-last: center;
    max-width: 650px;
  }
}

@media (max-width: 1024.98px) {
  .profile__s9 .profile__text {
    top: 50%;
    transform: translateY(-50%);
  }
  .profile__s9 .profile__text p {
    font-size: 18px;
  }
}

@media (max-width: 991.98px) {
  .profile__s9 .profile__text {
    top: 30%;
    transform: translateY(-30%);
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 550px;
  }
}

@media (max-width: 767.98px) {
  .profile__s9 .profile__text {
    top: 30%;
    transform: translateY(-30%);
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 500px;
    font-size: 12px;
  }
}

@media (max-width: 576.98px) {
  .profile__s9 .profile__text {
    background-color: rgba(255, 255, 255, 0.836) !important;
    border-radius: 10px;
    top: 60%;
    transform: translateY(-60%);
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 400px;
    font-size: 12px;
    padding: 20px 20px;
    border-radius: 10px;
  }
  .profile__s9 .profile__text p {
    color: #E67268;
    padding: 20px;
  }
}

@media (max-width: 425.98px) {
  .profile__s9 .profile__text {
    background-color: rgba(255, 255, 255, 0.849) !important;
    border-radius: 10px !important;
    top: 60%;
    transform: translateY(-60%);
    margin: 0 20px;
    height: auto;
  }
  .profile__s9 .profile__text p {
    color: #E67268;
    padding: 20px;
  }
}

@media (max-width: 320.98px) {
  .profile__s9 .profile__text {
    background-color: rgba(255, 255, 255, 0.836) !important;
    border-radius: 10px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 10px;
    height: auto;
  }
  .profile__s9 .profile__text p {
    color: #E67268;
    font-size: 11px;
    padding: 20px;
  }
}

@media (max-width: 767.98px) {
  .contentContainer {
    flex-direction: column;
  }
}

@media (max-width: 767.98px) {
  .clientImage {
    width: 60%;
  }
}

@media (max-width: 1370.98px) {
  .contentContainer {
    align-items: flex-start;
  }
}

@media (max-width: 1200.98px) {
  .contentContainer {
    align-items: flex-start;
  }
}

/* products page  */

.header-section {
  height: 50vh;
  width: 100%;
  background: rgba(255, 255, 255, 1);
  background: -moz-linear-gradient(top, rgba(251, 222, 154, 1) 0%, rgba(251, 222, 154, 1) 35%, rgb(135, 178, 187) 35%, rgb(135, 178, 187) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(251, 222, 154, 1)), color-stop(35%, rgba(251, 222, 154, 1), color-stop(35%, rgb(135, 178, 187) 211), color-stop(100%, rgb(135, 178, 187))));
  background: -webkit-linear-gradient(top, rgba(251, 222, 154, 1) 0%, rgba(251, 222, 154, 1) 35%, rgb(135, 178, 187) 35%, rgb(135, 178, 187) 100%);
  background: -o-linear-gradient(top, rgba(251, 222, 154, 1) 0%, rgba(251, 222, 154, 1) 35%, rgb(135, 178, 187)35%, rgb(135, 178, 187) 100%);
  background: -ms-linear-gradient(top, rgba(251, 222, 154, 1) 0%, rgba(251, 222, 154, 1) 35%, rgb(135, 178, 187) 35%, rgb(135, 178, 187)100%);
  background: linear-gradient(to bottom, rgb(251, 222, 154) 0%, rgba(251, 222, 154, 1) 45%, rgb(135, 178, 187) 45%, rgb(135, 178, 187)100%);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.products-bg {
  background-image: url(../images/products/BACKGR.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 100%;
  width: 600px;
  margin: auto;
}

.products-title {
  font-size: 60px;
  font-weight: 800;
  color: #e67268;
  margin: auto;
}

.products__wrapper {
  /* transform: translateY(-50px); */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: auto;
  column-gap: 20px;
}

@media (max-width: 576.98px) {
  .header-section {
    height: 40vh;
  }
  .products__wrapper {
    transform: translateY(0);
    margin-top: 20px;
  }
  .products-bg {
    height: 100%;
    width: 100%;
  }
  .grid-section {
    margin-bottom: 80px;
  }
}

.product {
  width: 280px;
  margin: 0 30px;
  height: 300px;
  border-radius: 5px;
  background: #fff;
  transition: all .2s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  row-gap: 20px;
  position: relative;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.164);
  transition: all .2s;
}
.product:hover {
  transform: translateY(-5px);
}

.pImg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}

.p-heading {
  position: absolute;
  top: 65%;
  color: #755968 !important;
  font-size: 16px;
  font-weight: 600;
}

.product-btn {
  position: absolute;
  top: 78%;
  right: 0;
  left: 0;
  margin: 0 50px;
  text-align: center;
  color: #fff;
  font-weight: 800;
  background-color: #E67268;
  border-radius: 20.5px;
  color: #ffffff;
  padding: 10px 40px;
  transition: all .4s;
}

.product-btn:hover, .product-btn-btn:active, .product:visited {
  text-decoration: none;
  color: #fff;
  background-color: transparent;
  border: 2px solid #E67268;
  color: #E67268;
  transform: translateY(-3px);
}

.errorBorder {
  border-bottom: 2px solid #e67268 !important;
}

.errorMSG {
  font-size: 12px;
  color: #e67268;
}

/* 19-02-2021 */

.profile__s0 {
  background-color: #87baca;
  width: 100%;
  height: 90vh;
  position: relative;
}

.profile__s1 {
  height: 100vh;
  background-color: #FBDE9A;
}

.profile__s0 .logoImage {
  height: 60px;
  width: 140px;
  float: right;
  position: absolute;
  top: 100px;
  right: 100px;
}

.tableContent {
  display: flex;
}

.profile__s0 .profile__text {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: auto;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
}

.tableContent .numbers {
  display: flex;
  flex-direction: column;
  border-left: 2px solid #675362;
  padding-left: 10px;
}

.tableContent .numbers span {
  font-size: 25px;
  font-family: mainBold;
  color: #675362;
  padding-bottom: 15px;
}

.tableContent .contentHeaders {
  display: flex;
  flex-direction: column;
  padding-right: 25px;
}

.tableContent .contentHeaders span {
  font-size: 25px;
  font-weight: 500;
  color: #fff;
}

.tableContent .contentHeaders a:link, .tableContent .contentHeaders a:visited, .tableContent .contentHeaders a:focus, .tableContent .contentHeaders a:hover {
  color: #fff;
  text-decoration: none;
  padding-bottom: 15px;
}

@media (max-width: 575.98px) {
  .tableContent .numbers span {
    font-size: 14px;
  }
  .tableContent .contentHeaders {
    align-items: flex-start;
  }
  .tableContent .contentHeaders span {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
  }
  .profile__s0 .profile__text {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin: auto !important;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
  }
}

/* section 10 */

.profile__s10 {
  background-color: #675362;
  width: 100%;
  height: 100vh;
  position: relative;
}

.logoLast {
  width: 151.307px;
  float: right;
  position: absolute;
  top: 100px;
  right: 100px;
}

.images_container {
  display: flex;
  flex-direction: column;
}

.lineImage {
  width: 100%;
  position: absolute;
  top: 70%;
  right: 0;
}

.bottomImg {
  width: 336px;
  position: absolute;
  bottom: 10%;
  left: 100px;
}

@media (max-width: 575.98px) {
  .logoLast {
    width: 80.307px;
    float: right;
    position: absolute;
    top: 100px;
    right: 50px;
  }
  .lineImage {
    width: 100%;
    position: absolute;
    top: 60%;
    right: 0;
  }
  .bottomImg {
    width: 50%;
    position: absolute;
    bottom: 20%;
    left: 0;
    right: 0;
    margin: auto;
  }
}

/* Services Page Style */

.service_Header {
  height: 60vh;
  background-color: #86bacaa1;
  display: flex;
  width: 100%;
}
.content .row {
  padding: 0 !important;
  width: 100%;
  margin: 0 !important;
}
.bookImg {
  height: 100%;
}

.service_heading {
  font-size: 50px;
  font-family: mainBold;
  color: #675362;
  text-align: center;
  align-self: center;
}

.serv {
  width: 100%;
  margin: 0 30px;
  height: 500px;
  border-radius: 5px;
  background: #fff;
  transition: all .2s;
  display: flex;
  flex-direction: column;
  padding: 0 !important;
  margin-bottom: 50px;
  row-gap: 20px;
  position: relative;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
}

.servImg {
  position: absolute;
  top: 0;
  right: 0;
}

/* services images grid */

.container_imgs {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 20px 40px 0 40px;
}

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

.serv_name span {
  font-size: 20px;
  color: #ED766B;
  font-family: 'mainBoldItalic';
}

.serv_pinkPoint {
  height: 27px;
  width: 27px;
  margin-left: 10px;
}

.servLogo {
  width: 59px;
  height: 89px;
}

.serv_details {
  font-size: 35px;
  font-family: 'mainBoldItalic';
  color: #675362;
  line-height: 1.3;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: right;
}

.serv_details span {
  transform: translateX(40px);
}

.serv_img {
  width: 150px;
  height: 120px;
}
.service_image {
  display: flex;
    justify-content: space-evenly;
    align-items: flex-end;
}
.serv_script {
  color: #675362;
  background-color: #86bacaa1;
  font-size: 16px;
  line-height: 1.6;
  width: 100%;
  padding: 0 20px;
  font-weight: 800;
  height: 234px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: justify;
  text-align-last: center;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.spanBold {
  color: #675362;
  font-size: 17px;
  font-family: 'mainBold';
  margin-top: 20px;
}
.BSpan {
  font-family: 'mainBold';
}

.serv_wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.servicesContainer {
  transform: translateY(-40px) !important;
}
.content{
  overflow-x: hidden;
}

@media (max-width: 1199.98px) {

}

@media (max-width: 991.98px) {

}

@media (max-width: 767.98px) {

}

@media (max-width: 576.98px) {

  .service_Header{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 80px 0;
  }
  .service_heading {
    font-size: 35px;
    font-family: mainBold;
    color: #675362;
    text-align: center;
    white-space: nowrap;
  }
  .serv_name span {
    font-size: 16px;
  }
  .serv_script {
    font-size: 14px;
  }
  .spanBold {
    font-size: 14px;
  }
  .serv_details {
    font-size: 25px;
  }
  .servLogo {
    width: 27px;
    height: 48px;
  }
  .serv {
    height: 463px;
  }


}

@media (max-width: 425.98px) {
  .bookImg {
    height: 80%;  }
}

@media (max-width: 425.98px) {
  .profile__s1 .profile__text p,
  .profile__s2 .profile__text p,
  .profile__s3 .profile__text p,
  .profile__s4 .profile__text p,
  .profile__s5 .profile__text p,
  .profile__s6 .profile__text p,
  .profile__s7 .profile__text p,
  .profile__s8 .profile__text p,
  .profile__s9 .profile__text p
   {
      line-height: 1.6 !important;

  }
}
.product_container{
  direction: ltr;
  background-color: rgba(255, 255, 255, 0.877);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.096);
  margin-top: 50px;
  padding: 50px 0;
}
.product-header {
 text-align: right;
 font-size: 30px;
 font-family: 'mainBold';
 color: #675362;
 margin-right: 50px;
 margin-bottom: 20px;
 position: relative;
 z-index: 5;
}
.product-header  span{
  color: #ED766B;
}
.product-header::after{
  content: "\00a0";
  height: 50px !important;
  width: 50px !important;
  background-color: #87b2bb9c;
  border-radius: 50%;
  position: absolute;
  top: -4px;
  right: -4px;
  z-index: -1;
}
/* slick */
.slickWrapper{
  width:100%;
  padding-top: 20px;
  text-align:center;
  margin-bottom: 20px;
}
.carousel{
  width:90%;
  margin:0px auto;
}
.slick-slide{
  margin:10px;
}
.slick-slide img{
  width:100%;
}
.slick-prev, .slick-next{
  background: #666666 !important;
  border-radius: 15px !important;
  border-color: transparent;
}
@media (max-width: 425.98px) {
.slick-prev, .slick-next {
  display: none !important;
}
}
.card{
  border: 2px solid #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.164);
  border-radius: 5px !important;
  /* height: 304px !important; */
}
.product-img {
  height: 100%;
  width: 100%;
object-fit: cover;

}
.product-img img {
  border-radius: 5px !important;
}
.b-color{
  background-color: rgb(251, 222, 154);

}
.slick-dots{
  margin-bottom: 20px;
  margin-top: 20px;
}
.p2 {
  margin-bottom: 50px;
}

