:root {
  --primary: #B83260;
  --secondary: #34A7CA;
  --filterPrimary: invert(28%) sepia(87%) saturate(1084%) hue-rotate(304deg) brightness(88%) contrast(96%);
  --filterSecondary: invert(61%) sepia(76%) saturate(396%) hue-rotate(148deg) brightness(82%) contrast(92%);
  --filterWhite: invert(99%) sepia(0%) saturate(4787%) hue-rotate(41deg) brightness(127%) contrast(96%);
}

* {
  margin: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  font-family: 'El Messiri', sans-serif;
  scroll-behavior: smooth;
}

*::-moz-selection {
  background-color: var(--primary);
  color: #fff;
}

*::selection {
  background-color: var(--primary);
  color: #fff;
}

*::-webkit-scrollbar {
  width: 7px;
}

*::-webkit-scrollbar-track {
  background-color: #eee;
}

*::-webkit-scrollbar-thumb {
  background: var(--primary);
  border-radius: 8px;
}

body {
  direction: rtl;
  overflow-x: hidden;
}

div::-webkit-scrollbar {
  height: 5px;
}

/**********************************************
   Start Global Style
**********************************************/
.color-gray {
  color: #ccc;
}

.color-gray2 {
  color: #888;
}

.color-dark {
  color: #1B2021;
}

.color-primary {
  color: var(--primary);
}

.color-secondary {
  color: var(--secondary);
}

.filterPrimary {
  -webkit-filter: var(--filterPrimary);
          filter: var(--filterPrimary);
}

.filterSecondary {
  -webkit-filter: var(--filterSecondary);
          filter: var(--filterSecondary);
}

.filterWhite {
  -webkit-filter: var(--filterWhite);
          filter: var(--filterWhite);
}

p {
  font-size: 15px;
  color: #555;
  line-height: 1.7rem;
}

a {
  color: #000;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  text-decoration: none !important;
}

a:hover {
  color: var(--primary) !important;
}

a:focus {
  outline: 0;
}

del,
.del {
  text-decoration: line-through;
  color: #888;
  font-size: 80%;
}

ul {
  list-style-type: none;
  padding: 0;
}

button {
  border: none;
  padding: 0;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  background-color: transparent;
}

button:focus {
  border: none;
  -webkit-box-shadow: transparent;
          box-shadow: transparent;
  outline: 0;
}

button:active,
button:active:focus,
button:active:hover,
button:focus,
button:hover,
button:not(:disabled):not(.disabled).active,
button:not(:disabled):not(.disabled):active {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

form .form-group {
  position: relative;
}

form .form-control {
  font-size: 14px;
}

form .form-control:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 1px solid var(--primary) !important;
}

form input,
form select {
  height: 60px !important;
}

form .form-check-input:checked {
  background-color: var(--primary);
  border-color: var(--primary);
  -webkit-box-shadow: none;
          box-shadow: none;
}

form textarea {
  resize: none;
}

form .form-check-input {
  height: 1em !important;
}

.progress-wrap {
  position: fixed;
  left: 20px;
  bottom: 20px;
  height: 55px;
  width: 55px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  -webkit-box-shadow: inset 0 0 0 2px rgba(51, 51, 51, 0.2);
          box-shadow: inset 0 0 0 2px rgba(51, 51, 51, 0.2);
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  -webkit-transform: translateY(130%);
          transform: translateY(130%);
  z-index: 99;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap::after {
  background: url(../images/icons/top-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  color: var(--primary);
  left: 13px;
  top: 13px;
  height: 30px;
  width: 30px;
  display: block;
  -webkit-filter: var(--filterPrimary);
          filter: var(--filterPrimary);
}

.progress-wrap svg path {
  fill: #f8f8f8;
}

.progress-wrap svg.progress-circle path {
  stroke: var(--primary);
  stroke-width: 4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.in-flex {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.inFlex {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.container,
.container-fluid,
.zi-5 {
  position: relative;
  z-index: 5;
}

.sec-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.text-end {
  text-align: end;
}

.overflow_hidden {
  overflow: hidden !important;
}

.bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.w-fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.position-unset {
  position: unset;
}

.underline {
  text-decoration: underline !important;
}

.trans_3 {
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

/**********************************************
   Start Animations
**********************************************/
@-webkit-keyframes floating-y {
  0% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
@keyframes floating-y {
  0% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

@-webkit-keyframes floatingX {
  0% {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
  100% {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px);
  }
}

@keyframes floatingX {
  0% {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
  100% {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px);
  }
}

.slide_ltr {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}

.slide_ltr.animated {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.slide_ltr.no_scale {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.slide_rtl {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
          clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}

.slide_rtl.animated {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.slide_rtl.no_scale {
  -webkit-transform: scale(1);
          transform: scale(1);
}

@-webkit-keyframes puff-in {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-filter: blur(4px);
            filter: blur(4px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}

@keyframes puff-in {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-filter: blur(4px);
            filter: blur(4px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}

.puff-in {
  -webkit-animation: puff-in 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) both;
          animation: puff-in 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) both;
}

@-webkit-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}

@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}

.text-focus-in {
  -webkit-animation: text-focus-in 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
          animation: text-focus-in 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(0.4);
            transform: rotate(360deg) scale(0.4);
  }
}

@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(0.4);
            transform: rotate(360deg) scale(0.4);
  }
}

@-webkit-keyframes rotate-in-2-cw {
  0% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotate-in-2-cw {
  0% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1;
  }
}

.rotate-in-2-cw {
  -webkit-animation: rotate-in-2-cw 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: rotate-in-2-cw 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

/**********************************************
    Start Public Classes
**********************************************/
.section {
  position: relative;
  padding: 70px 0;
  overflow: hidden;
}

.swiper-container .swiper-pagination {
  bottom: 0;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 25px;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  width: 30px;
  background: var(--primary);
}

.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev {
  background-image: unset;
  width: 42px;
  height: 42px;
  border: 1px solid transparent;
  border-radius: 50%;
  background-image: unset;
  background-color: #000;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  opacity: 1;
}

.swiper-container .swiper-button-next::before,
.swiper-container .swiper-button-prev::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 15px;
  color: #fff;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.swiper-container .swiper-button-next:hover,
.swiper-container .swiper-button-prev:hover {
  background-color: #F9A944;
  opacity: 1;
}

.swiper-container .swiper-button-next:hover::before,
.swiper-container .swiper-button-prev:hover::before {
  color: #fff;
}

.swiper-container .swiper-button-next,
.swiper-container .swiper-container-rtl .swiper-button-prev {
  right: 2%;
  left: auto;
}

.swiper-container .swiper-button-next::before,
.swiper-container .swiper-container-rtl .swiper-button-prev::before {
  content: '\f178';
}

.swiper-container .swiper-button-prev,
.swiper-container .swiper-container-rtl .swiper-button-next {
  left: 2%;
  right: auto;
}

.swiper-container .swiper-button-prev::before,
.swiper-container .swiper-container-rtl .swiper-button-next::before {
  content: '\f177';
}

.butn {
  position: relative;
  padding: .9rem 1.7rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 14px;
  border: 1px solid transparent;
  border-radius: 50px;
  font-weight: 500;
}

.butn i {
  -webkit-margin-end: 7px;
          margin-inline-end: 7px;
}

.butn.sm_butn {
  padding: 0;
  width: 50px;
  height: 50px;
}

.butn.primary_butn {
  background-color: var(--primary);
  color: #fff;
}

.butn.primary_border_butn {
  border: 1px solid var(--primary);
  color: var(--primary);
  background-color: transparent;
}

.butn.secondary_butn {
  background-color: var(--secondary);
  color: #fff;
}

.butn.secondary_border_butn {
  border: 1px solid var(--secondary);
  color: var(--secondary);
  background-color: transparent;
}

.butn.white_butn {
  background-color: #fff;
  color: #333;
}

.butn.gray_butn {
  background-color: #F5F5F5;
  color: #333;
}

.butn.white_border_butn {
  background-color: #fff;
  border: 1px solid #D6D3D3;
}

.butn:hover {
  background-color: #9f2650 !important;
  border: 1px solid #9f2650 !important;
  color: #fff !important;
}

.butn:hover i,
.butn:hover .icon {
  animation: floatingX .5s both infinite alternate-reverse;
}

.butn:hover .icon {
  -webkit-filter: var(--filterWhite);
          filter: var(--filterWhite);
}

.butn_w_arrow .icon {
  width: 21px;
}

.butn_w_arrow.butn:hover {
  background-color: var(--secondary) !important;
  border: 1px solid var(--secondary) !important;
}

.butn_w_arrow.butn:hover .icon {
  -webkit-filter: unset !important;
          filter: unset !important;
}

.icon-18 {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
}

.icon-15 {
  width: 15px;
  height: 15px;
  -o-object-fit: contain;
     object-fit: contain;
}

.b_end {
  position: relative;
}

.b_end::after {
  content: '';
  width: 37px;
  height: 2px;
  background-color: var(--primary);
  display: inline-block;
  -webkit-margin-start: 10px;
          margin-inline-start: 10px;
}

/**********************************************
   Start Edit Navbar & Footer
**********************************************/
.navs-container .navbar {
  position: relative;
  z-index: 9;
}

.navs-container .navbar.home_nav {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

.navs-container .navbar .logo {
  width: 150px;
  height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}

.navs-container .navbar .nav-link {
  margin: 0 10px;
  color: #000000;
  position: relative;
}

.navs-container .navbar .nav-link::after {
  content: '';
  width: 0;
  height: 3px;
  background-color: var(--primary);
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.navs-container .navbar .nav-link.active {
  font-weight: bold;
}

.navs-container .navbar .nav-link.active::after, .navs-container .navbar .nav-link:hover::after {
  width: 24px;
  opacity: 1;
}

.navs-container .navbar .navbar-toggler {
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.9);
  border: none;
  position: relative;
}

.navs-container .navbar .navbar-toggler.active .navbar-toggler-icon {
  -webkit-box-shadow: 0px 0px 0px grey;
          box-shadow: 0px 0px 0px grey;
  background: rgba(0, 0, 0, 0);
}

.navs-container .navbar .navbar-toggler.active .navbar-toggler-icon::before {
  top: 0px !important;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.navs-container .navbar .navbar-toggler.active .navbar-toggler-icon::after {
  top: 0px !important;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.navs-container .navbar .navbar-toggler .navbar-toggler-icon {
  width: 25px;
  height: 2px;
  background: var(--primary);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.navs-container .navbar .navbar-toggler .navbar-toggler-icon::after, .navs-container .navbar .navbar-toggler .navbar-toggler-icon::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 2px;
  background: var(--primary);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.navs-container .navbar .navbar-toggler .navbar-toggler-icon::after {
  top: -6px;
  right: 0px;
}

.navs-container .navbar .navbar-toggler .navbar-toggler-icon::before {
  top: 6px;
  right: 0px;
}

.footer .content {
  margin-bottom: 35px;
}

.footer .content .p {
  font-size: 13px;
  color: #757575;
}

.footer .content .logo {
  width: 70px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-margin-end: 20px;
          margin-inline-end: 20px;
}

.footer .content .socoal_links .icon {
  width: 35px;
  height: 35px;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}

.footer .content .links a,
.footer .content .links p {
  font-size: 17px;
  margin-bottom: 20px;
  display: block;
  color: #757575;
}

.footer .copyright_p {
  background-color: var(--primary);
  text-align: center;
  color: #fff;
  font-size: 14px;
}

.footer .copyright_p a:hover {
  color: var(--secondary) !important;
}

/**********************************************
    Start Edit Home Page 
**********************************************/
.header {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#E5E4F9), to(#F7F6FD));
  background-image: linear-gradient(to bottom, #E5E4F9, #F7F6FD);
  padding-top: 200px;
  padding-bottom: 50px;
}

.header .item {
  padding-bottom: 70px;
}

.header .item .img_box {
  width: 75%;
  height: 445px;
  border-radius: 13px;
  position: relative;
  display: block;
  margin: auto;
  padding: 10px 0;
}

.header .item .img_box .sec-img {
  border-radius: 13px;
}

.header .item .img_box .vector1 {
  position: absolute;
  bottom: -50px;
  right: -15%;
  width: 200px;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: -1;
  -webkit-animation: rotate-center 10s linear infinite both alternate;
          animation: rotate-center 10s linear infinite both alternate;
}

.header .item .img_box .vector2 {
  position: absolute;
  top: 50px;
  left: -80px;
  width: 49px;
  -webkit-animation: floating-y 1s linear infinite both alternate;
          animation: floating-y 1s linear infinite both alternate;
}

.header .item .img_box .vector3 {
  position: absolute;
  top: 30px;
  left: -45px;
  width: 24px;
  -webkit-animation: rotate-center 2s linear infinite both alternate;
          animation: rotate-center 2s linear infinite both alternate;
}

.header .item .img_box::after, .header .item .img_box::before {
  content: '';
  width: 85%;
  height: 85%;
  border: 4px solid;
  position: absolute;
  z-index: -1;
  border-radius: 13px;
}

.header .item .img_box::before {
  border-color: var(--secondary);
  top: 0;
  right: -10px;
}

.header .item .img_box::after {
  border-color: var(--primary);
  bottom: 0;
  left: -10px;
}

.header .item .text_box .title {
  font-size: calc(2vw + 35px);
}

.header .item .text_box .p {
  font-size: 18px;
  color: #666;
  line-height: 2;
}

.header .swiper-container .swiper-button-next,
.header .swiper-container .swiper-container-rtl .swiper-button-prev {
  right: 48%;
  -webkit-transform: translateX(52%);
          transform: translateX(52%);
}

.header .swiper-container .swiper-button-prev,
.header .swiper-container .swiper-container-rtl .swiper-button-next {
  left: 48%;
  -webkit-transform: translateX(-52%);
          transform: translateX(-52%);
}

.header .swiper-container .swiper-button-next,
.header .swiper-container .swiper-button-prev {
  top: unset;
  bottom: 0;
}

.about-sec .text_box .title {
  font-size: 42px;
  line-height: 1.5;
  font-weight: 500;
}

.about-sec .text_box .p {
  font-size: 18px;
  color: #666;
  line-height: 2;
}

.about-sec .img_box {
  width: 80%;
  height: 530px;
  border-radius: 13px;
  position: relative;
  display: block;
  margin: auto;
  padding: 10px 0;
}

.about-sec .img_box .sec-img {
  border-radius: 13px;
}

.about-sec .img_box .vector1 {
  position: absolute;
  bottom: 50px;
  right: -10%;
  width: 200px;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: -1;
  -webkit-animation: floating-y 2s linear infinite both alternate;
          animation: floating-y 2s linear infinite both alternate;
}

.about-sec .img_box .vector2 {
  position: absolute;
  top: 50px;
  left: -80px;
  width: 49px;
  -webkit-animation: rotate-center 5s linear infinite both alternate;
          animation: rotate-center 5s linear infinite both alternate;
}

.about-sec .img_box .vector3 {
  position: absolute;
  top: 30px;
  left: -45px;
  width: 24px;
  -webkit-animation: floating-y 1s linear infinite both alternate;
          animation: floating-y 1s linear infinite both alternate;
}

.stages-sec {
  border: 20px solid #F9F9F9;
}

.stages-sec .stage_card {
  position: relative;
  width: 100%;
  height: 200px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-bottom: 15px;
}

.stages-sec .stage_card .content {
  position: relative;
  z-index: 5;
}

.stages-sec .stage_card .content .icon {
  width: 30px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: auto;
  margin-bottom: 0px;
}

.stages-sec .stage_card .content .title {
  font-size: 18px;
}

.stages-sec .stage_card .content .det {
  padding: 0 20px;
}

.stages-sec .stage_card .hexa_shape {
  position: absolute;
  inset-inline-start: 5px;
  top: 0;
  width: 220px;
  height: 200px;
  pointer-events: none;
}

.stages-sec .stage_card:hover .icon {
  -webkit-animation: pulse 1s infinite;
          animation: pulse 1s infinite;
}

.stages-sec .color_mouve {
  color: #8D4591;
}

.stages-sec .color_mouve2 {
  color: #636BA8;
}

.stages-sec .color_yellow {
  color: #FAA539;
}

.stages-sec .st_row .col-lg-2:last-child .stage_card .hexa_shape {
  top: 16px;
  inset-inline-start: -19px;
  width: 240px;
  height: 220px;
}

.stages-sec .nd_row .stage_card .hexa_shape {
  inset-inline-start: -30px;
}

.stages-sec .nd_row .col-lg-2:last-child .stage_card .hexa_shape {
  inset-inline-start: -23px;
}

.stages-sec .nd_row .col-lg-2:first-child .stage_card .hexa_shape {
  top: 12px;
  width: 240px;
  height: 220px;
  inset-inline-start: -25px;
}

.stages-sec .rd_row .col-lg-2:last-child .stage_card .hexa_shape {
  inset-inline-start: -10px;
}

.feedback-sec .feedback_card {
  padding: 35px 25px;
  -webkit-box-shadow: 0 3px 20px 0 rgba(255, 0, 0, 0.06);
          box-shadow: 0 3px 20px 0 rgba(255, 0, 0, 0.06);
}

.feedback-sec .feedback_card .p {
  font-size: 26px;
  color: #777;
  line-height: 2;
}

.feedback-sec .feedback_card .img {
  width: 45px;
  height: 45px;
  background-color: #f5f5f5;
  border-radius: 50%;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
  overflow: hidden;
}

.feedback-sec .feedback_card .stars i {
  color: #EDCCD7;
}

.feedback-sec .feedback_card .stars i.active {
  color: #B83260;
}

.newsletter-sec .inner {
  padding: 50px 0;
  -webkit-box-shadow: 0 30px 40px 0 rgba(51, 51, 51, 0.05);
          box-shadow: 0 30px 40px 0 rgba(51, 51, 51, 0.05);
}

.newsletter-sec .p {
  font-size: 17px;
}

.newsletter-sec .form-control {
  height: 70px !important;
  background-color: #F9FBFB;
  border-color: #F9FBFB;
  border-radius: 50px;
}

.newsletter-sec .butn {
  width: 100px;
  height: 60px;
  position: absolute;
  top: 5px;
  inset-inline-end: 5px;
}

/**********************************************
    Start Edit pg-header
**********************************************/
/**********************************************
    Start Edit another Page 
**********************************************/
/*# sourceMappingURL=style.css.map */