@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@font-face {
  font-family: 'Roslindale 1';
  src: url('../fonts/Roslindale-DeckNarrowBold-Testing.ttf');
  src: local('Roslindale-DeckNarrowBold-Testing.ttf'), local('Roslindale'),
       url('../fonts/Roslindale-DeckNarrowBold-Testing.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
body {
  animation: fadeIn ease 3s;
  -webkit-animation: fadeIn ease 3s;
  -moz-animation: fadeIn ease 3s;
  -o-animation: fadeIn ease 3s;
  -ms-animation: fadeIn ease 3s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  opacity: 0;
  transition: opacity 3s;
}
html, body{
overflow-x: hidden;
}
body{
  font-family: Urbanist;
}
@keyframes fadeIn{
0% {
  opacity:0;
}
100% {
  opacity:1;
}
}

@-moz-keyframes fadeIn {
0% {
  opacity:0;
}
100% {
  opacity:1;
}
}

@-webkit-keyframes fadeIn {
0% {
  opacity:0;
}
100% {
  opacity:1;
}
}

@-o-keyframes fadeIn {
0% {
  opacity:0;
}
100% {
  opacity:1;
}
}

@-ms-keyframes fadeIn {
0% {
  opacity:0;
}
100% {
  opacity:1;
}
}
@media (min-width: 576px){
  .container, .container-sm {
      max-width: 540px;
  }
}
@media (min-width: 768px){
  .container, .container-md, .container-sm {
      max-width: 750px;
  }
}
@media (min-width: 992px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 970px;
  }
}
@media (min-width: 1080px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1030px;
  }
}
@media (min-width: 1100px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1100px;
  }
}
@media (min-width: 1200px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1200px;
  }
}
@media (min-width: 1400px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1320px;
  }
}
@media (min-width: 1500px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1390px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1420px;
  }
}
@media only screen and (min-width: 1701px) and (max-width: 1800px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1510px;
  }
}
@media only screen and (min-width: 1801px) and (max-width: 1920px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1510px;
  }
}
@media only screen and (min-width: 1921px) and (max-width: 2880px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1510px;
  } 
}
.bg-image {
  object-fit: cover;
}
.bg-image {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.bg-image:not([class*=absolute]) {
  position: absolute;
}
section {
  padding: 6rem 0;
  position: relative;
  overflow: hidden;
}
html {
  scroll-behavior: smooth;
}


/* ---------------------------------------header-------------------------------- */
@media (min-width: 992px){
  .navbar-expand-lg .navbar-nav .nav-link {
      padding-right: 1.5rem;
      padding-left: 1.5rem;
  }
}
.navbar-expand-lg .navbar-collapse {
  justify-content: space-between;
}
.nav-link {
  color:  #F4F4F4;
  font-family: Urbanist;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  letter-spacing: 0.48px;
  text-transform: capitalize;
}
.col-nav{
  width: 700px;
  max-width: 100%;
  margin: auto;
}
.navbar {
  padding: 0px 0px;
}
.header-top{
  background: rgba(2, 10, 20, 0.40);
  backdrop-filter: blur(4px);
  padding: 24px 0px;
}
.hamburger .line {
  width: 24px;
  height: 2px;
  background-color: #fff;
  display: block;
  margin: 8px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.is-active .line{
  background-color:#4F8080;
}

.find-box .dropdown ul.dropdown-menu.show {
    z-index: 1031;
}

.hamburger{
  width: 24px;
  height: 24px;
}

.hamburger:hover {
  cursor: pointer;
}

/* ONE */

#hamburger-1.is-active .line:nth-child(2) {
  opacity: 0;
}

#hamburger-1.is-active .line:nth-child(1) {
  -webkit-transform: translateY(13px) rotate(45deg);
  -ms-transform: translateY(13px) rotate(45deg);
  -o-transform: translateY(13px) rotate(45deg);
  transform: translateY(13px) rotate(45deg);
}

#hamburger-1.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-13px) rotate(-45deg);
  -ms-transform: translateY(-13px) rotate(-45deg);
  -o-transform: translateY(-13px) rotate(-45deg);
  transform: translateY(-13px) rotate(-45deg);
}

/* TWO */

#hamburger-2.is-active .line:nth-child(1) {
  -webkit-transform: translateY(13px);
  -ms-transform: translateY(13px);
  -o-transform: translateY(13px);
  transform: translateY(13px);
}

#hamburger-2.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-13px);
  -ms-transform: translateY(-13px);
  -o-transform: translateY(-13px);
  transform: translateY(-13px);
}

/* THREE */

#hamburger-3.is-active .line:nth-child(1),
#hamburger-3.is-active .line:nth-child(3) {
  width: 40px;
}

#hamburger-3.is-active .line:nth-child(1) {
  -webkit-transform: translateX(-10px) rotate(-45deg);
  -ms-transform: translateX(-10px) rotate(-45deg);
  -o-transform: translateX(-10px) rotate(-45deg);
  transform: translateX(-10px) rotate(-45deg);
}

#hamburger-3.is-active .line:nth-child(3) {
  -webkit-transform: translateX(-10px) rotate(45deg);
  -ms-transform: translateX(-10px) rotate(45deg);
  -o-transform: translateX(-10px) rotate(45deg);
  transform: translateX(-10px) rotate(45deg);
}

/* FOUR */

#hamburger-4.is-active .line:nth-child(1),
#hamburger-4.is-active .line:nth-child(3) {
  width: 40px;
}

#hamburger-4.is-active .line:nth-child(1) {
  -webkit-transform: translateX(10px) rotate(45deg);
  -ms-transform: translateX(10px) rotate(45deg);
  -o-transform: translateX(10px) rotate(45deg);
  transform: translateX(10px) rotate(45deg);
}

#hamburger-4.is-active .line:nth-child(3) {
  -webkit-transform: translateX(10px) rotate(-45deg);
  -ms-transform: translateX(10px) rotate(-45deg);
  -o-transform: translateX(10px) rotate(-45deg);
  transform: translateX(10px) rotate(-45deg);
}

/* FIVE */

#hamburger-5.is-active {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

#hamburger-5.is-active .line:nth-child(2) {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

#hamburger-5 .line:nth-child(2) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

#hamburger-5.is-active .line:nth-child(2) {
  opacity: 0;
}

#hamburger-5.is-active .line:nth-child(1),
#hamburger-5.is-active .line:nth-child(3) {
  width: 35px;
  -webkit-transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  -o-transform-origin: right;
  transform-origin: right;
}

#hamburger-5.is-active .line:nth-child(1) {
  -webkit-transform: translateY(15px) rotate(45deg);
  -ms-transform: translateY(15px) rotate(45deg);
  -o-transform: translateY(15px) rotate(45deg);
  transform: translateY(15px) rotate(45deg);
}

#hamburger-5.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-15px) rotate(-45deg);
  -ms-transform: translateY(-15px) rotate(-45deg);
  -o-transform: translateY(-15px) rotate(-45deg);
  transform: translateY(-15px) rotate(-45deg);
}

/* SIX */

#hamburger-6.is-active {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#hamburger-6.is-active .line:nth-child(2) {
  width: 0px;
}

#hamburger-6.is-active .line:nth-child(1),
#hamburger-6.is-active .line:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

#hamburger-6.is-active .line:nth-child(1) {
  -webkit-transform: translateY(13px);
  -ms-transform: translateY(13px);
  -o-transform: translateY(13px);
  transform: translateY(13px);
}

#hamburger-6.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-13px) rotate(90deg);
  -ms-transform: translateY(-13px) rotate(90deg);
  -o-transform: translateY(-13px) rotate(90deg);
  transform: translateY(-13px) rotate(90deg);
}

/* SEVEN */

#hamburger-7.is-active .line:nth-child(1) {
  width: 30px;
}

#hamburger-7.is-active .line:nth-child(2) {
  width: 40px;
}

#hamburger-7.is-active .line {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
}

/* EIGHT */

#hamburger-8.is-active .line:nth-child(2) {
  opacity: 0;
}

#hamburger-8.is-active .line:nth-child(1) {
  -webkit-transform: translateY(13px);
  -ms-transform: translateY(13px);
  -o-transform: translateY(13px);
  transform: translateY(13px);
}

#hamburger-8.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-13px) rotate(90deg);
  -ms-transform: translateY(-13px) rotate(90deg);
  -o-transform: translateY(-13px) rotate(90deg);
  transform: translateY(-13px) rotate(90deg);
}

/* NINE */

#hamburger-9 {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#hamburger-9.is-active {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#hamburger-9:before {
  content: "";
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 70px;
  height: 70px;
  border: 5px solid transparent;
  top: calc(50% - 35px);
  left: calc(50% - 35px);
  border-radius: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#hamburger-9.is-active:before {
  border: 5px solid #ecf0f1;
}

#hamburger-9.is-active .line {
  width: 35px;
}

#hamburger-9.is-active .line:nth-child(2) {
  opacity: 0;
}

#hamburger-9.is-active .line:nth-child(1) {
  -webkit-transform: translateY(13px);
  -ms-transform: translateY(13px);
  -o-transform: translateY(13px);
  transform: translateY(13px);
}

#hamburger-9.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-13px) rotate(90deg);
  -ms-transform: translateY(-13px) rotate(90deg);
  -o-transform: translateY(-13px) rotate(90deg);
  transform: translateY(-13px) rotate(90deg);
}

/* TEN */

#hamburger-10 {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#hamburger-10.is-active {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

#hamburger-10.is-active .line:nth-child(1) {
  width: 30px;
}

#hamburger-10.is-active .line:nth-child(2) {
  width: 40px;
}

/* ELEVEN */

#hamburger-11 {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#hamburger-11.is-active {
  animation: smallbig 0.6s forwards;
}

@keyframes smallbig {
  0%,
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
}

#hamburger-11.is-active .line:nth-child(1),
#hamburger-11.is-active .line:nth-child(2),
#hamburger-11.is-active .line:nth-child(3) {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

#hamburger-11.is-active .line:nth-child(2) {
  opacity: 0;
}

#hamburger-11.is-active .line:nth-child(1) {
  -webkit-transform: translateY(13px) rotate(45deg);
  -ms-transform: translateY(13px) rotate(45deg);
  -o-transform: translateY(13px) rotate(45deg);
  transform: translateY(13px) rotate(45deg);
}

#hamburger-11.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-13px) rotate(-45deg);
  -ms-transform: translateY(-13px) rotate(-45deg);
  -o-transform: translateY(-13px) rotate(-45deg);
  transform: translateY(-13px) rotate(-45deg);
}

/* TWELVE */

#hamburger-12.is-active .line:nth-child(1) {
  opacity: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}

#hamburger-12.is-active .line:nth-child(3) {
  opacity: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.navbar-toggler{
  position: absolute;
  right: 35px;
  top: 0px;
}
.header-top:hover{
  background: #020A14;
}
.btn{
    position: relative;
    z-index: 1;
    overflow:hidden;
}
.cricle-btn::after {
  transition: width 0.5s;
  content: "";
  width: 50%;
  height: 100%;
  background: #00F0B5;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50px;
  width: 30%;
  background: #24CDB9;
  z-index:-1;
}
.cricle-btn:hover::after{
    background: #24CDB9;
    width: 100%;
}
.cricle-btn-black::after {
  transition: width 0.5s;
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50px;
  width: 30%;
  background: #020A14;
  z-index:-1;
}
.cricle-btn-black:hover::after{
    background: #020A14;
    width: 100%;
}
.cricle-btn-black{
    border: 2px solid #fff;
}
.cricle-btn{
    border:2px solid #020A14;
}
/* -----------------------------------terms-content----------------------------- */
.home-section{
  height: 1390px;
}
.home-top-content h1{
  color: #FFF;
  text-align: center;
  font-family: Urbanist;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  letter-spacing: 1.44px;
  text-transform: capitalize;
  margin-bottom: 24px;
}
.home-top-content p{
  color:  #7FB7B7;
  text-align: center;
  font-family: Urbanist;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  letter-spacing: 0.48px;
  opacity: .8;
  margin-bottom:48px;
}
.home-top-content {
  width: 693px;
  max-width: 100%;
  margin: auto;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 9rem;
  padding-bottom:64px;
}
.home-bottom-content h2{
  color: #D0D0D0;
  text-align: center;
  font-family: Urbanist;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  letter-spacing: 1.2px;
  text-transform: capitalize;
  width: 588px;
  max-width:100%;
  margin: auto;
  margin-bottom: 32px;
}
.home-section::after {
  content: "";
  background: url(../orsana_img/arth-desktop-bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 0rem;
  bottom: -16rem;
  right: 0rem;
  width: 1920px;
  height: 720px;
  z-index: -1;
  margin: auto;
}
.find-box{
  border-radius: 70px;
  border: 1px solid #F4F4F4;
  background: var(--Grayscale-White, #FFF);
  box-shadow: 0px 1.852px 3.148px 0px rgba(0, 0, 0, 0.00), 0px 8.148px 6.519px 0px rgba(0, 0, 0, 0.01), 0px 20px 13px 0px rgba(0, 0, 0, 0.01), 0px 38.519px 25.481px 0px rgba(0, 0, 0, 0.01), 0px 64.815px 46.852px 0px rgba(0, 0, 0, 0.02), 0px 100px 80px 0px rgba(0, 0, 0, 0.02);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 8px;
}
.find-box p{
  color: #020A14;
  text-align: center;
  font-family: Urbanist;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 0px;
  display: flex;
  padding: 10px 26px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 81px;
  background: #D0D0D0;
}
.find-box .dropdown-toggle{
  color: #020A14;
  text-align: center;
  font-family: Urbanist;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  width: 287px;
  text-align: left;
  background: transparent;
  border: 0px;
  max-width: 100%;
}
.dropdown-toggle::after {
  content: "";
  border: 0px;
  background: url(../orsana_img/topicon.svg) no-repeat;
  background-position: center center;
  background-size: cover;
  width: 15px;
  height: 8px;
  position: absolute;
  right: 20px;
  top: 12px;
  transform: rotate(180deg);
}
.dropdown-toggle.show::after {
    transform: rotate(0deg);
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 8px 8px;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  color: #020A14;
  font-family: Urbanist;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  position: relative;
  border-bottom: 2px solid #9B9B9B;
  margin-bottom: 4px;
}
.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 10px 34px 16px;
  border-radius: 16px;
  border: 1px solid  #F4F4F4;
  background:  #FFF;
  box-shadow: 0px 1.852px 3.148px 0px rgba(0, 0, 0, 0.00), 0px 8.148px 6.519px 0px rgba(0, 0, 0, 0.01), 0px 20px 13px 0px rgba(0, 0, 0, 0.01), 0px 38.519px 25.481px 0px rgba(0, 0, 0, 0.01), 0px 64.815px 46.852px 0px rgba(0, 0, 0, 0.02), 0px 100px 80px 0px rgba(0, 0, 0, 0.02);
}
.dropdown-item::after{
  content: "";
  background: #9B9B9B;
  background-position: center center;
  background-size: cover;
  position: absolute;
  width: 30px;
  height: 5px;
  left: 0px;
  bottom: -3.7px;
}

.home-bottom-content p{
  color:  #7FB7B7;
  font-family: Urbanist;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  letter-spacing: 0.48px;
  opacity: .8;
}
.home-bottom-content {
  width: 1064px;
  max-width: 100%;
  margin: auto;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.servies-card{
  background: url(../orsana_img/servies-card-bg1.png) no-repeat;
  background-size:cover;
  background-position: center center;
  height: 937px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-faqs{
  background: url(../orsana_img/faqs-home-bg.png) no-repeat;
  background-position: center center;
  background-size: cover;;
}
.servies-card-floder .card img{
  width: 78px;
  height: 78px;
  margin: auto;
  margin-bottom: 32px !important;
}
.servies-card-floder .card .btn img{
  width: 44px;
  height: 44px;
  margin: initial !important;
}
.servies-card-floder .card {
  text-align: center;
  background: transparent;
  display: inline-flex;
  padding: 64px 0px;
  flex-direction: column;
  align-items: center;
  height: 302px;
  width: 290px;
  max-width: 100%;
  margin: auto;
  border: 0px;
  display: block;
}
.sr-card-one{
  transform: translate(157px, 47px);
}
.sr-card-two {
  transform: translate(49px, -83px);
}
.sr-card-three {
  transform: translate(-58px, -212px);
}
.servies-card-floder .card h4{
  color: #FFF;
  text-align: center;
  font-family: Urbanist;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 127%;
  letter-spacing: 0.96px;
  text-transform: capitalize;
}
.servies-card-floder .card p{
  color: #FFF;
  text-align: center;
  font-family: Urbanist;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%; /* 24.8px */
  letter-spacing: 0.48px;
}

.serviec-slider::after{
  content: "";
  background: url(../orsana_img/serviec-slider-bg.png) no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  margin: auto;
  width: 100%;
  left: 0px;
  right: 0px;
  top: 0px;
}
.servies-card-floder{
    padding: 108px 0 101px;
}
.cricle-btn-black {
  display: flex;
  width: 159px;
  height: 48px;
  padding: 2px 2px 2px 13px;
  justify-content: space-between;
  align-items: center;
  border-radius: 200px;
  background: #fff;
  color: #020A14;
  font-family: Urbanist;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  text-align: left;
  max-width: 100%;
  margin: auto;
  transition: .3s all;
}
.cricle-btn-black:hover{
  border: 2px solid #F4F4F4;
  background: #020A14;
  color: #F4F4F4;
}
.h3-our{
  color:#020A14;
  text-align: center;
  font-family: Urbanist;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  letter-spacing: 1.2px;
  text-transform: capitalize;
  padding: 119px 0px 40px;
}
.home-managment{
  padding: 60px 0px 80px;
}
.serviec-slider {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #f7f7f770;
}
.home-faqs .accordion-item {
  background-color: transparent;
  border: 0px solid rgba(0,0,0,.125);
}
.home-faqs .accordion-button{
  background-color: transparent;
}
.serviec-slider .card{
  display: flex;
  padding: 40px 16px;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  align-self: stretch;
  border-radius: 8px;
  background: #F4F4F4;
  width: 303px;
  max-width: 100%;
  margin: auto;
  text-align: center;
  position: relative;
  border:0px;
  height: 271px;
  margin-bottom: 40px;
}
.serviec-slider .card:hover{
  background: #fff;
  box-shadow: 0px 1.852px 3.148px 0px rgba(0, 0, 0, 0.02), 0px 8.148px 6.519px 0px rgba(0, 0, 0, 0.03), 0px 20px 13px 0px rgba(0, 0, 0, 0.04), 0px 38.519px 25.481px 0px rgba(0, 0, 0, 0.04), 1px -1px 2px 0px rgba(0, 0, 0, 0.05), 1px -1px 4px 0px rgba(0, 0, 0, 0.07);
}
.serviec-slider .card::after{
  content: " ";
  background: url(../orsana_img/Down-Arrow.png) no-repeat;
  background-size: cover;
  position: absolute;
  margin: auto;
  width: 61px;
  height: 34px;
  bottom: -34px;
  left: 0px;
  right: 0px;
  display:none;
}
.serviec-slider .card:hover::after{
  display: block;
}
.card-item-slider img{
  width: 104px !important;
  height: 104px;
  margin: auto;
  max-width: 100%;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
  border-radius: 8px;
  background: #F4F4F4;
  padding: 8px 24px !important;
  height: 271px;
}
.carousel-wrap .owl-prev{
  position: absolute;
  top: 1px;
  left: -76px;
}
.carousel-wrap .owl-next{
  position: absolute;
  top: 1px;
  right: -76px;
}
.froing-content h2 {
  color:  #020A14;
  font-family: Urbanist;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  letter-spacing: 1.2px;
  text-transform: capitalize;
  margin-bottom: 24px 
}
.froing-content p{
  color:  #4E6A8B;
  font-family: Urbanist;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  letter-spacing: 0.48px;
  margin-bottom: 24px;
}
.froing-content{
  width: 696px;
  max-width: 100%;
  margin-bottom: 32px;
}
.home-faqs{
  padding:42px 0px 0px;
}
.home-faqs .accordion {
  width: 696px;
  max-width: 100%;
}
.serviec-slider .card h4{
  color:  #020A14;
  text-align: center;
  font-family: Urbanist;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.72px;
  text-transform: capitalize;
  margin-top: 16px;
}
.home-management-content{
  width: 602px;
  max-width: 100%;
}
.home-management-content h2{
  color:#020A14;
  font-family: Urbanist;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%; /* 62px */
  letter-spacing: 1.2px;
  text-transform: capitalize;
}
.home-management-content p{
  color:  #4E6A8B;
  font-family: Urbanist;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%; /* 24.8px */
  letter-spacing: 0.48px;
}
.home-management-content  li{
  color:  #4E6A8B;
  font-family: Urbanist;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%; /* 24.8px */
  letter-spacing: 0.48px;
  position: relative;
  list-style: none;
  margin-bottom: 16px;
}
.home-management-content li::after{
  content: " ";
  background: url(../orsana_img/green-trick.svg) no-repeat;
  background-size: cover;
  background-position: center center;
  position: absolute;
  left: -37px;
  top: 0px;
  width: 24px;
  height: 25px;
}
.unque-content h2{
  color: #020A14;
  font-family: Urbanist;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  letter-spacing: 1.2px;
  text-transform: capitalize;
}
.unque-content p{
  color:  #4E6A8B;
  font-family: Urbanist;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%; /* 24.8px */
  letter-spacing: 0.48px;
}
.unque-content{
  width: 696px;
  max-width: 100%;
}
.unique-bg {
  background: url(../orsana_img/unique-bg1.png) no-repeat;
  background-size: cover;
  background-position: center center;
  padding-bottom: 40px;
}
.unque-content-img img{
  transform: translate(-118px, 10px);
}
.home-section-last {
  height: 733px;
  display: flex;
  justify-content: center;
  align-items: end;
  padding-bottom: 4rem;
}
.last-home-content{
  border-radius: 16px;
  background: #FFF;
  display: inline-flex;
  padding: 48px;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
.last-home-content h2{
  color: #020A14;
  font-family: Urbanist;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%; /* 62px */
  letter-spacing: 1.2px;
  text-transform: capitalize;
  margin-bottom: 0px;
}
.cricle-btn:hover{
  background: #24CDB9 !important;
  border: 2px solid #020A14;
  color: #fff !important;
  
}
.aboutus-content {
  width: 594px;
  margin: auto;
  max-width: 100%;
  padding: 80px 0px 64px;
}
.aboutus-content h1 {
  color: #FFF;
  text-align: center;
  font-family: Urbanist;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  letter-spacing: 1.44px;
  text-transform: capitalize;
  margin-bottom: 24px;
}
.aboutus-content p {
  color:  #7FB7B7;
  text-align: center;
  font-family: Urbanist;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  letter-spacing: 0.48px;
}
.about-section{
  height: 542px;
}
.about-section::after {
  content: " ";
  background: url(../orsana_img/BGWhiteblocks-about.png) no-repeat;
  position: absolute;
  background-size: cover;
  width: 100%;
  height: 123px;
  left: 0px;
  bottom: 0px;
}
.about-second-content::after {
  content: "";
  position: absolute;
  background: url(../orsana_img/about-right-img.png) no-repeat;
  width: 736px;
  height: 714px;
  top: -14px;
  right: 0px;
  background-size: cover;
}
.about-second-content::before {
  content: "";
  position: absolute;
  background: url(../orsana_img/about-Left-illustration.png) no-repeat;
  width: 372px;
  height: 674px;
  top: -143px;
  left: 0px;
  background-size: contain;
}
.serviec-slider::after {
  content: "";
  position: absolute;
  background: url(../orsana_img/Left-home-illustration.png) no-repeat;
  width: 372px;
  height: 674px;
  bottom: -28rem;
  right: -10px;
  background-size: contain;
  margin-right: 0px;
}
.three-images{
  position: absolute;
  width: 705px;
  height: 695px;
  top: 24rem;
  left: -3px;
  max-width: 100%;
  transform: translate(2px, 55px);
}
.five-card-about .card img{
  width: 143px;
  height: 143px;
  margin: auto;
  border-radius: 0px;
  border: 0px;
  margin-top: -3rem;
}
.five-card-about .card{
  width: 280px;
  height: 313px;
  max-width: 100%;
  margin: auto;
  border-radius: 0px;
  border: 0px;
}

.five-card-about {
  background: #F6F6F6;
  padding-bottom: 8rem;
  padding-top: 5rem;
  overflow: visible;
}
.five-card-about .card-one{
  background: url(../orsana_img/card-one-bg.png) no-repeat;
  background-size: cover;
}
.five-card-about .card-two{
  background: url(../orsana_img/card-two-bg.png) no-repeat;
  background-size: cover;
}
.five-card-about .card-three{
  background: url(../orsana_img/card-three-bg.png) no-repeat;
  background-size: cover;
}
.five-card-about .card-four{
  background: url(../orsana_img/card-four-bg.png) no-repeat;
  background-size: cover;
}
.five-card-about .card-five{
  background: url(../orsana_img/card-five-bg.png) no-repeat;
  background-size: cover;
}
.five-card-about .card h5{
  color: #020A14;
  text-align: center;
  font-family: Urbanist;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.72px;
  text-transform: capitalize;
  margin-bottom: 16px;
}
.five-card-about .card p{
  color:  #4E6A8B;
  text-align: center;
  /* Body/Standard */
  font-family: Urbanist;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%; /* 24.8px */
  letter-spacing: 0.48px;
  padding: 0px 12px;
}
.card-body-content{
  margin-bottom: 31px;
}
.five-card-about .card-four img {
  width: 143px;
  height: 143px;
  margin: auto;
  border-radius: 0px;
  border: 0px;
  margin-top: 4rem;
}
.five-card-about .card-five img {
  width: 143px;
  height: 143px;
  margin: auto;
  border-radius: 0px;
  border: 0px;
  margin-top: 4rem;
}
.card-four .card-body-content{
  margin-top: 51px;
  margin-bottom:0px
}
.card-five .card-body-content{
  margin-top: 51px;
  margin-bottom:0px;
}
.Group-18-way-mo{
  height: 240px;
  width: 100%;
  transform: translate(1px,-16px);
}
.five-card-about .card-four, .five-card-about .card-five{
  margin-top: -3rem;
}
.five-card-about .row{
  width: 1100px;
  max-width: 100%;
  margin: auto;
  filter: drop-shadow(1px 0px 10px #BEC6C6);
}
.five-card-about::after{
  content: "";
  background: url(../orsana_img/Rightillustration-be-about.png) no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  right: 0rem;
  top: 0rem;
  width: 509px;
  height: 589px;
}
.three-img-2 {
  position: absolute;
  right: 0px;
  top: -236px;
  z-index: 4;
}
.home-faqs{
  overflow: visible;
}
@media only screen and (min-width: 700px) and (max-width:800px){
  .servies-card-floder .card {
    padding: 40px 0px;
    width: 196px;
    max-width: 100%;
  }
  .servies-card-floder .card h4 {
    color: #FFF;
    text-align: center;
    font-family: Urbanist;
    font-size: 19px !important;
  }
  .sr-card-one {
    transform: translate(5px, 47px);
  }
  .sr-card-two {
    transform: translate(47px, -81px);
  }
  .sr-card-three {
    transform: translate(91px, -196px);
  }
  .servies-card-floder .card h4 {
    color: #FFF;
    text-align: center;
    font-family: Urbanist;
    font-size: 30px;
  }
  .three-img-2 {
    display: none !important ;
  }

}
@media only screen and (min-width: 801px) and (max-width:1000px){
  .servies-card-floder .card {
    padding: 40px 0px;
    width: 196px;
    max-width: 100%;
  }
  .servies-card-floder .card h4 {
    color: #FFF;
    text-align: center;
    font-family: Urbanist;
    font-size: 19px !important;
  }
  .sr-card-one {
    transform: translate(5px, 47px);
  }
  .sr-card-two {
    transform: translate(47px, -81px);
  }
  .sr-card-three {
    transform: translate(91px, -196px);
  }
  .servies-card-floder .card h4 {
    color: #FFF;
    text-align: center;
    font-family: Urbanist;
    font-size: 30px;
  }
  .three-img-2 {
    display: none !important;
  }

}
@media only screen and (min-width: 1001px) and (max-width:1100px){
  .servies-card-floder .card {
    padding: 40px 0px;
    width: 196px;
    max-width: 100%;
  }
  .servies-card-floder .card h4 {
    color: #FFF;
    text-align: center;
    font-family: Urbanist;
    font-size: 19px !important;
  }
  .sr-card-one {
    transform: translate(5px, 47px);
  }
  .sr-card-two {
    transform: translate(47px, -81px);
  }
  .sr-card-three {
    transform: translate(91px, -196px);
  }
  .servies-card-floder .card h4 {
    color: #FFF;
    text-align: center;
    font-family: Urbanist;
    font-size: 30px;
  }
  .three-img-2 {
    position: absolute;
    right: 0px;
    top: -109px;
    z-index: 4;
    object-fit: contain;
    width: 481px;
    height: 784px;
  }
  .froing-content {
    width: 650px;
    max-width: 100%;
    margin-bottom: 40px;
  }
  .home-faqs .accordion {
    width: 602px;
    max-width: 100%;
  }

}
@media only screen and (min-width: 1101px) and (max-width:1200px){
  .sr-card-one{
    transform: translate(29px, 32px);
  }
  .sr-card-two {
    transform: translate(51px, -97px);
  }
  .sr-card-three {
    transform: translate(71px, -235px);
  }
  .servies-card-floder .card h4 {
    color: #FFF;
    text-align: center;
    font-family: Urbanist;
    font-size: 30px;
  }
  .three-img-2 {
    position: absolute;
    right: 0px;
    top: -240px;
    z-index: 4;
    object-fit: contain;
    width: 564px;
    height: 784px;
  }
  .froing-content {
    width: 650px;
    max-width: 100%;
    margin-bottom: 40px;
  }
  .home-faqs .accordion {
    width: 602px;
    max-width: 100%;
  }

}
@media only screen and (min-width: 1201px) and (max-width:1300px){
    .home-section::after {
        content: "";
        background: url(../orsana_img/arth-desktop-bg.png) no-repeat;
        background-size: contain;
        background-position: center;
        position: absolute;
        left: 0rem;
        bottom: -16rem;
        right: 0rem;
        width: 1280px;
        height: 720px;
        z-index: -1;
        margin: auto;
    }
  .sr-card-one{
    transform: translate(65px, 47px);
  }
  .sr-card-two {
    transform: translate(49px, -83px);
  }
  .sr-card-three {
    transform: translate(48px, -212px);
  }
  .servies-card-floder .card h4 {
    color: #FFF;
    text-align: center;
    font-family: Urbanist;
    font-size: 30px;
  }
  .three-img-2 {
    position: absolute;
    right: 0px;
    top: -256px;
    z-index: 4;
    object-fit: contain;
    width: 564px;
    height: 784px;
  }
  .maximum-xontent {
    width: 626px;
    max-width: 100%;
  }

}
@media only screen and (min-width: 1301px) and (max-width:1400px){
  .sr-card-one{
    transform: translate(65px, 47px);
  }
  .sr-card-two {
    transform: translate(49px, -83px);
  }
  .sr-card-three {
    transform: translate(48px, -212px);
  }
  .three-img-2 {
    position: absolute;
    right: 0px;
    top: -256px;
    z-index: 4;
    object-fit: contain;
    width: 564px;
    height: 784px;
  }
  

}
@media only screen and (min-width: 1401px) and (max-width:1500px){
    .home-section::after {
        content: "";
        background: url(../orsana_img/arth-desktop-bg.png) no-repeat;
        background-size: contain;
        background-position: center;
        position: absolute;
        left: 0rem;
        bottom: -16rem;
        right: 0rem;
        width: 1440px;
        height: 720px;
        z-index: -1;
        margin: auto;
    }
  .sr-card-one{
    transform: translate(100px, 47px);
  }
  .sr-card-two {
    transform: translate(49px, -83px);
  }
  .sr-card-three {
    transform: translate(-1px, -212px);
  }
  .three-img-2 {
    position: absolute;
    right: 0px;
    top: -256px;
    z-index: 4;
    object-fit: contain;
    width: 675px;
    height: 920px;
  }

}

@media only screen and (min-width: 1501px) and (max-width:1600px){
  .sr-card-one{
    transform: translate(157px, 47px);
  }
  .sr-card-two {
    transform: translate(49px, -83px);
  }
  .sr-card-three {
    transform: translate(-58px, -212px);
  }
  .three-img-2 {
    position: absolute;
    right: 0px;
    top: -205px;
    z-index: 4;
    object-fit: cover;
  }
}
@media only screen and (min-width: 1601px) and (max-width:1800px){
  .sr-card-one{
    transform: translate(157px, 47px);
  }
  .sr-card-two {
    transform: translate(49px, -83px);
  }
  .sr-card-three {
    transform: translate(-58px, -212px);
  }
  .three-img-2 {
    position: absolute;
    right: 0px;
    top: -223px;
    z-index: 4;
  }

}
@media only screen and (min-width: 1801px) and (max-width:1920px){
    .about-second-content::after {
        content: "";
        position: absolute;
        background: url(../orsana_img/about-right-img.png) no-repeat;
        width: 772px;
        height: 714px;
        top: -21px;
        right: 0px;
        background-size: cover;
    }
}
@media only screen and (min-width: 1950px) and (max-width:2260px){
  .sr-card-one {
    transform: translate(127px, 28px);
  }
  .sr-card-two {
    transform: translate(49px, -108px);
  }
  .sr-card-three {
    transform: translate(-5px, -256px);
  }
  .three-img-2 {
    position: absolute;
    right: 0px;
    top: -220px;
    z-index: 4;
  }

}
@media only screen and (min-width: 2270px) and (max-width:2880px){
  .sr-card-one {
    transform: translate(-1px, 4px);
  }
  .sr-card-two {
    transform: translate(66px, -191px);
  }
  .sr-card-three {
    transform: translate(159px, -382px);
  }
  .three-img-2 {
    position: absolute;
    right: 0px;
    top: -167px;
    z-index: 4;
  }

}
@media only screen and (min-width: 700px) and (max-width:790px){
  .about-section {
    height: 386px;
  }
  .about-second-content {
    background: #F6F6F6;
    padding: 3rem 0;
  }
  .aboutus-content {
    width: 592px;
    margin: auto;
    max-width: 100%;
    padding: 13px 0px 13px;
  }
  .about-second-content h3 {
    color: #020A14;
    font-family: Urbanist;
    font-size: 30px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 155%;
    letter-spacing: 1.2px;
    text-transform: capitalize;
  }

  .about-section::after {
    content: " ";
    background: url(../orsana_img/BGWhiteblocks-about.png) no-repeat;
    position: absolute;
    background-size: cover;
    width: 100%;
    height: 119px;
    left: 0px;
    bottom: -44px;
    display: none;
  }
  .about-second-content::after {
    content: "";
    position: absolute;
    background: url(../orsana_img/about-right-img.png) no-repeat;
    width: 448px;
    height: 635px;
    top: -7px;
    right: 0px;
    background-size: contain;
    display: none;
  }
  .about-second-content::before {
    content: "";
    position: absolute;
    background: url(../orsana_img/about-Left-illustration.png) no-repeat;
    width: 199px;
    height: 550px;
    top: -97px;
    left: 0px;
    background-size: contain;
    display: none;
  }
  .three-images {
    position: absolute;
    width: 351px;
    height: 520px;
    top: 29rem;
    left: -3px;
    max-width: 100%;
    transform: translate(2px, 55px);
    display: none;
  }
  .shoping-succes-content {
    width: 670px;
    max-width: 100%;
    margin: auto;
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .about-second-content {
    background: #F6F6F6;
    margin-top: -3px;
  }
  .timeline-for-content {
    width: 670px;
    max-width: 100%;
    margin: auto;
    text-align: center;
    padding: 0px 0px 32px;
  }
  .shoping-succes-content {
    width: 670px;
    max-width: 100%;
    margin: auto;
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .timeline-for-content {
    width: 670px;
    max-width: 100%;
    margin: auto;
    text-align: center;
    padding: 16px 0px 0px;
  }
  .Group-18-way-mo {
    height: 194px;
    width: 100%;
    transform: translate(4px,-12px);
    object-fit: cover;
  }
  .five-card-about .row {
    width: 947px;
    max-width: 100%;
    margin: auto;
  }
  .five-card-about .card p {
    color: #4E6A8B;
    text-align: center;
    font-family: Urbanist;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%;
    letter-spacing: 0.48px;
    padding: 0px 12px;
    text-align: center;
  }
  .five-card-about .card h5 {
    color: #020A14;
    text-align: center;
    font-family: Urbanist;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0.72px;
    text-transform: capitalize;
    margin-bottom: 5px;
  }
  .five-card-about .card{
    background-size: cover !important;
    background-position: center center !important; 
  }
    
}
@media only screen and (min-width: 800px) and (max-width:992px){
  .last-home-content h2 {
    color: #020A14;
    font-family: Urbanist;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%;
    letter-spacing: 1.2px;
    text-transform: capitalize;
  }
  .about-section {
    height: 516px;
  }
  .about-second-content h3 {
    color: #020A14;
    font-family: Urbanist;
    font-size: 30px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 155%;
    letter-spacing: 1.2px;
    text-transform: capitalize;
  }

  .about-section::after {
    content: " ";
    background: url(../orsana_img/BGWhiteblocks-about.png) no-repeat;
    position: absolute;
    background-size: cover;
    width: 100%;
    height: 119px;
    left: 0px;
    bottom: -44px;
  }
  .about-second-content::after {
    content: "";
    position: absolute;
    background: url(../orsana_img/about-right-img.png) no-repeat;
    width: 448px;
    height: 635px;
    top: -7px;
    right: 0px;
    background-size: contain;
  }
  .about-second-content::before {
    content: "";
    position: absolute;
    background: url(../orsana_img/about-Left-illustration.png) no-repeat;
    width: 199px;
    height: 550px;
    top: -97px;
    left: 0px;
    background-size: contain;
  }
  .three-images {
    position: absolute;
    width: 351px;
    height: 520px;
    top: 29rem;
    left: -3px;
    max-width: 100%;
    transform: translate(2px, 55px);
  }
  .shoping-succes-content {
    width: 670px;
    max-width: 100%;
    margin: auto;
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .about-second-content {
    background: #F6F6F6;
    margin-top: -3px;
  }
  .timeline-for-content {
    width: 670px;
    max-width: 100%;
    margin: auto;
    text-align: center;
    padding: 0px 0px 32px;
  }
  .Group-18-way-mo {
    height: 194px;
    width: 100%;
    transform: translate(4px,-12px);
    object-fit: cover;
  }
  .five-card-about .row {
    width: 947px;
    max-width: 100%;
    margin: auto;
  }
    
}
@media only screen and (min-width: 1020px) and (max-width:1155px){
  .last-home-content h2 {
    color: #020A14;
    font-family: Urbanist;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%;
    letter-spacing: 1.2px;
    text-transform: capitalize;
  }
  .about-section {
    height: 516px;
  }
  .about-section::after {
    content: " ";
    background: url(../orsana_img/BGWhiteblocks-about.png) no-repeat;
    position: absolute;
    background-size: cover;
    width: 100%;
    height: 119px;
    left: 0px;
    bottom: -44px;
  }
  .about-second-content::after {
    content: "";
    position: absolute;
    background: url(../orsana_img/about-right-img.png) no-repeat;
    width: 518px;
    height: 635px;
    top: -7px;
    right: 0px;
    background-size: contain;
  }
  .about-second-content::before {
    content: "";
    position: absolute;
    background: url(../orsana_img/about-Left-illustration.png) no-repeat;
    width: 203px;
    height: 550px;
    top: -97px;
    left: 0px;
    background-size: contain;
  }
  .recover-content {
      width: 510px;
      max-width: 100%;
  }
  .three-images {
    position: absolute;
    width: 396px;
    height: 520px;
    top: 34rem;
    left: -3px;
    max-width: 100%;
    transform: translate(2px, 55px);
  }
  .shoping-succes-content {
    width: 670px;
    max-width: 100%;
    margin: auto;
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .about-second-content {
    background: #F6F6F6;
    margin-top: -3px;
  }
  .Group-18-way-mo {
    height: 194px;
    width: 100%;
    transform: translate(4px,-12px);
    object-fit: cover;
  }
  .five-card-about .row {
    width: 947px;
    max-width: 100%;
    margin: auto;
  }
    
}
@media only screen and (min-width: 1160px) and (max-width:1280px){
  .about-section {
    height: 516px;
  }
  .last-home-content h2 {
    color: #020A14;
    font-family: Urbanist;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%;
    letter-spacing: 1.2px;
    text-transform: capitalize;
  }
  .about-section::after {
    content: " ";
    background: url(../orsana_img/BGWhiteblocks-about.png) no-repeat;
    position: absolute;
    background-size: cover;
    width: 100%;
    height: 121px;
    left: 0px;
    bottom: -30px;
  }
  .about-second-content::after {
    content: "";
    position: absolute;
    background: url(../orsana_img/about-right-img.png) no-repeat;
    width: 580px;
    height: 635px;
    top: -7px;
    right: 0px;
    background-size: contain;
  }
  .about-second-content::before {
    content: "";
    position: absolute;
    background: url(../orsana_img/about-Left-illustration.png) no-repeat;
    width: 238px;
    height: 550px;
    top: -97px;
    left: 0px;
    background-size: contain;
  }
  .three-images {
    position: absolute;
    width: 464px;
    height: 520px;
    top: 27rem;
    left: -3px;
    max-width: 100%;
    transform: translate(2px, 55px);
  }
  .shoping-succes-content {
    width: 670px;
    max-width: 100%;
    margin: auto;
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .Group-18-way-mo {
    height: 218px;
    width: 100%;
    transform: translate(1px,-19px);
  }
  .five-card-about .row {
    width: 1030px;
    max-width: 100%;
    margin: auto;
  }
  .five-card-about::after {
    content: "";
    background: url(../orsana_img/Rightillustration-be-about.png) no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    right: -7rem;
    top: 3rem;
    width: 447px;
    height: 431px;
    z-index: 0;
    max-width: 100%;
  }
    
}
@media only screen and (min-width: 1290px) and (max-width:1350px){
  .last-home-content h2 {
    color: #020A14;
    font-family: Urbanist;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%;
    letter-spacing: 1.2px;
    text-transform: capitalize;
  }
  .about-section {
    height: 516px;
  }
  .about-section::after {
    content: " ";
    background: url(../orsana_img/BGWhiteblocks-about.png) no-repeat;
    position: absolute;
    background-size: cover;
    width: 100%;
    height: 121px;
    left: 0px;
    bottom: -30px;
  }
  .about-second-content::after {
    content: "";
    position: absolute;
    background: url(../orsana_img/about-right-img.png) no-repeat;
    width: 580px;
    height: 635px;
    top: -7px;
    right: 0px;
    background-size: contain;
  }
  .about-second-content::before {
    content: "";
    position: absolute;
    background: url(../orsana_img/about-Left-illustration.png) no-repeat;
    width: 238px;
    height: 550px;
    top: -97px;
    left: 0px;
    background-size: contain;
  }
  .three-images {
    position: absolute;
    width: 478px;
    height: 695px;
    top: 27rem;
    left: -3px;
    max-width: 100%;
    transform: translate(2px, 55px);
  }
  .shoping-succes-content {
    width: 670px;
    max-width: 100%;
    margin: auto;
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .Group-18-way-mo {
    height: 194px;
    width: 100%;
    transform: translate(4px,-12px);
  }
  .five-card-about .row {
    width: 1028px;
    max-width: 100%;
    margin: auto;
  }
  .five-card-about::after {
    content: "";
    background: url(../orsana_img/Rightillustration-be-about.png) no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    right: -7rem;
    top: 3rem;
    width: 447px;
    height: 431px;
    z-index: 0;
    max-width: 100%;
  }
    
}
@media only screen and (min-width: 1390px) and (max-width:1450px){
  .about-section {
    height: 516px;
  }

  .about-section::after {
    content: " ";
    background: url(../orsana_img/BGWhiteblocks-about.png) no-repeat;
    position: absolute;
    background-size: cover;
    width: 100%;
    height: 121px;
    left: 0px;
    bottom: -30px;
  }
  .about-second-content::after {
    content: "";
    position: absolute;
    background: url(../orsana_img/about-right-img.png) no-repeat;
    width: 624px;
    height: 635px;
    top: 0;
    right: 0px;
    background-size: contain;
  }
  .about-second-content::before {
    content: "";
    position: absolute;
    background: url(../orsana_img/about-Left-illustration.png) no-repeat;
    width: 245px;
    height: 550px;
    top: -18px;
    left: 0px;
    background-size: contain;
  }
  .three-images {
    position: absolute;
    width: 549px;
    height: 695px;
    top: 24rem;
    left: -3px;
    max-width: 100%;
    transform: translate(2px, 55px);
  }
  .five-card-about::after {
    content: "";
    background: url(../orsana_img/Rightillustration-be-about.png) no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    right: -7rem;
    top: 3rem;
    width: 447px;
    height: 431px;
    z-index: 0;
    max-width: 100%;
  }
    
}
@media only screen and (min-width: 1490px) and (max-width:1600px){
  .about-section {
    height: 516px;
  }

  .about-section::after {
    content: " ";
    background: url(../orsana_img/BGWhiteblocks-about.png) no-repeat;
    position: absolute;
    background-size: cover;
    width: 100%;
    height: 121px;
    left: 0px;
    bottom: -19px;
  }
  .about-second-content::after {
    content: "";
    position: absolute;
    background: url(../orsana_img/about-right-img.png) no-repeat;
    width: 624px;
    height: 635px;
    top: 0;
    right: 0px;
    background-size: contain;
  }
  .about-second-content::before {
    content: "";
    position: absolute;
    background: url(../orsana_img/about-Left-illustration.png) no-repeat;
    width: 305px;
    height: 550px;
    top: -85px;
    left: 0px;
    background-size: cover;
  }
  .three-images {
    position: absolute;
    width: 590px;
    height: 695px;
    top: 24rem;
    left: -3px;
    max-width: 100%;
    transform: translate(2px, 55px);
  }
  .Group-18-way-mo {
    height: 240px;
    width: 100%;
    transform: translate(1px,0px);
    margin: auto;
    max-width: 100%;
  }
  .five-card-about .row {
    width: 1189px;
    max-width: 100%;
    margin: auto;
  }
  .five-card-about::after {
    content: "";
    background: url(../orsana_img/Rightillustration-be-about.png) no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    right: -7rem;
    top: 3rem;
    width: 447px;
    height: 431px;
    z-index: 0;
    max-width: 100%;
  }
    
}
@media only screen and (min-width: 1601px) and (max-width:1800px){
  .five-card-about .row {
    width: 1248px;
    max-width: 100%;
    margin: auto;
  }
  .Group-18-way-mo {
    height: 240px;
    width: 100%;
    transform: translate(1px,0px);
    object-fit: cover;
  }
  .five-card-about::after {
    content: "";
    background: url(../orsana_img/Rightillustration-be-about.png) no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    right: -7rem;
    top: 3rem;
    width: 447px;
    height: 431px;
    z-index: 0;
    max-width: 100%;
  }
  .Group-18-way-mo {
    height: 231px;
    width: 100%;
    transform: translate(5px,-16px);
    object-fit: contain;
  }
  .serviec-slider .card{
    width: 335px;
  }
}
@media only screen and (min-width: 1801px) and (max-width:1920px){
  .Group-18-way-mo {
    height: 231px;
    width: 100%;
    transform: translate(5px,-16px);
    object-fit: contain;
  }
  .serviec-slider .card{
    width: 335px;
  }
}

@media only screen and (min-width: 1950px) and (max-width:2160px){
  .about-section {
    height: 585px;
  }

  .about-section::after {
    content: " ";
    background: url(../orsana_img/BGWhiteblocks-about.png) no-repeat;
    position: absolute;
    background-size: cover;
    width: 100%;
    height: 161px;
    left: 0px;
    bottom: -19px;
  }
  .about-second-content::after {
    content: "";
    position: absolute;
    background: url(../orsana_img/about-right-img.png) no-repeat;
    width: 797px;
    height: 735px;
    top: 0;
    right: 0px;
    background-size: cover;
  }
  .about-second-content::before {
    content: "";
    position: absolute;
    background: url(../orsana_img/about-Left-illustration.png) no-repeat;
    width: 372px;
    height: 674px;
    top: -143px;
    left: 0px;
    background-size: cover;
  }
  .three-images {
    position: absolute;
    width: 702px;
    height: 700px;
    top: 25rem;
    left: -3px;
    max-width: 100%;
    transform: translate(2px, 55px);
  }
  .five-card-about .row {
    width: 1259px;
    max-width: 100%;
    margin: auto;
  }
    
}
.recover-content{
  width: 696px;
  max-width: 100%;
}
.about-second-content h3{
  color:  #020A14;
  font-family: Urbanist;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  letter-spacing: 1.2px;
  text-transform: capitalize;
  margin-bottom: 24px 
}
.about-second-content{
  background:#F6F6F6;
  padding-bottom: 0px;
  margin-top: -2px;
}
.about-second-content p{
  color:  #4E6A8B;
  font-family: Urbanist;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  letter-spacing: 0.48px;
}
.shoping-succes-content{
  width: 670px;
  max-width: 100%;
  margin: auto;
  padding-top: 60px;
  padding-bottom: 44px;
}
.timeline-for-content{
  width: 670px;
  max-width: 100%;
  margin: auto;
  text-align: center;
  padding: 40px 0px 32px;
}
.services-section{
  height: 792px;
}
.servies-content{
  width: 605px;
  margin: auto;
  max-width: 100%;
  padding: 80px 0px 64px;
}
.maximum-section {
  padding: 0px 0px 96px;
  margin-top: -17.5rem;
}
.row-main-slider-content{
  background: #FFF;
  padding: 60px 64px 40px;
  border-radius: 16px;
  width: 1165px;
  max-width: 100%;
  position: relative;
  margin-bottom: 3rem;
}
@media only screen and (min-width: 1450px) and (max-width:1500px){
  .recover-content {
      width: 676px;
      max-width: 100%;
      padding-left: 4rem;
  }
  .three-images {
      position: absolute;
      width: 551px;
      height: 544px;
      top: 27rem;
      left: -3px;
      max-width: 100%;
      transform: translate(2px, 55px);
  }

}
.slide-nav-item h4{
  color: #020A14;
  font-family: Urbanist;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.72px;
  text-transform: capitalize;
}
.slide-nav-item{
  border-radius: 8px;
  border: 1px solid #DCDCDC;
  background: #EFEFEF;
  display: flex;
  width: 325px;
  /* max-width: 100%; */
  height: 145px;
  padding: 40px 24px;
  justify-content: center;
  align-items: center;
  gap: 24px;
  flex-shrink: 0;
  margin-bottom: 24px;
}
.slider-nav-box{
  position: absolute;
  top: 63px;
  width: 327px;
  max-width: 100%;
  right: -98px;
  margin-top: 20px;
}
.slider-nav-box button{
  border-radius: 8px;
  border: 1px solid #D0D0D0;
  background: #F4F4F4;
  width: 73px;
  height: 54px;
  align-items: center;
  display: flex;
  padding: 24px 28px;
}
.slider-nav-box .prev-arrow{
  position: absolute;
  top: -83px;
  right: 0px;
}
.slider-nav-box .next-arrow{
  position: absolute;
  right: 0px;
}

.slick-current .slide-nav-item{
  background: #FFF;
}
.slidecontent h2{
  color:  #020A14;
  font-family: Urbanist;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  letter-spacing: 1.08px;
  text-transform: capitalize;
  margin-bottom: 24px;
}
.slidecontent p{
  color:#4E6A8B;
  font-family: Urbanist;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%; 
  letter-spacing: 0.48px;
  margin-bottom: 24px;
}
.slider-item-content{
  margin-bottom: 64px;
}
.main-slider-content{
  border-radius: 16px;
  background: #FFF;
  padding: 64px 64px;
}
.slider-width{
  width: 761px;
  max-width: 100%;
}
.maximum-section::after{
  content: "";
  background: url(../orsana_img/serviese-bg.png) no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 81%;
  z-index: -1;
}
.maximum-xontent h2 {
  color:  #020A14;
  font-family: Urbanist;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  letter-spacing: 1.2px;
  text-transform: capitalize;
}
.maximum-xontent p {
  color: #4E6A8B;
  font-family: Urbanist;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  letter-spacing: 0.48px;
}
.maximum-xontent-right-one h3{
  color:  #020A14;
  text-align: left;
  font-family: Urbanist;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  letter-spacing: 1.2px;
  text-transform: capitalize;
}
.maximum-xontent{
  width: 671px;
  max-width: 100%;
}
.maximum-xontent-right-one{
  width: 409px;
  max-width: 100%;
  position: relative;
  margin-bottom: 24px;
}
.maximum-xontent-right-one p{
  color: #4E6A8B;
  font-family: Urbanist;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%; 
  letter-spacing: 0.48px;
}
.maximum-xontent-right-one span{
  color: #656565;
  font-family: Urbanist;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 155%;
  letter-spacing: 0.6px;
}
.maximum-xontent-right-one::before{
  content: " ";
  background: url(../orsana_img/Frame-67466.svg) no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 6px;
  left: -17px;
  height: 94px;
  width: 7px;
}
.servies-content h1{
  color: #FFF;
  text-align: center;
  font-family: Urbanist;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  letter-spacing: 1.44px;
  text-transform: capitalize;
}
.servies-content p{
  color: var(--Light-Teal, #7FB7B7);
  text-align: center;
  font-family: Urbanist;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  letter-spacing: 0.48px;
  margin-bottom :0px;
}
@media only screen and (min-width: 1200px) and (max-width:1300px){
.maximum-xontent {
    width: 626px;
    max-width: 100%;
  }
}
.support-section{
  height: 221px;
}
.support-section::after{
  content: " ";
  background: url(../orsana_img/White-blocks.png) no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.get-touch-contact p{
  color:  #020A14;
  font-family: Urbanist;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  letter-spacing: 0.48px;
  margin-bottom: 8px;
}
.form-below-p p{
  color: #4E6A8B;
  text-align: center;
  font-family: Urbanist;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  letter-spacing: 0.48px;
  margin-bottom: 0px;
}
.get-touch-contact h2{
  color:#020A14;
  text-align: center;
  font-family: Urbanist;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  letter-spacing: 1.44px;
  text-transform: capitalize;
  margin-bottom: 0px;
}
.form-below-p{
  margin-bottom: 32px;
}
.Get-p{
  padding: 8px 0px 24px;
}
.get-touch-contact{
  width: 627px;
  max-width: 100%;
  margin: auto;
  text-align: center;
}
.click-p p{
  color:  #4E6A8B;
  font-family: Urbanist;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  letter-spacing: 0.36px;
  text-align: left;
  margin: 8px 0px 16px;
}
.submit-btn-box .btn{
  float: right;
}

.recaptcha-img img{
  float: left;
}
::placeholder {
  color:  #656565;
  font-family: Urbanist;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%; /* 24.8px */
  letter-spacing: 0.48px;
}

::-ms-input-placeholder { /* Edge 12-18 */
  color:  #656565;
  font-family: Urbanist;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%; /* 24.8px */
  letter-spacing: 0.48px;
}
.from-field .form-control {
  border-radius: 4px;
  border: 1px solid #656565;
  height: 57px;
  color: #656565;
  font-family: Urbanist;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  letter-spacing: 0.48px;
  margin-bottom: 16px;
}
.text-control{
  border-radius: 4px;
  border: 1px solid #656565;
  height: 157px;
  width: 100%;
  padding: 12px 16px;
  color: #656565;
  font-family: Urbanist;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  letter-spacing: 0.48px;
}
.contact-fireld{
  background: #FAFAFA;
  padding: 40px 0;
}
.contact-fireld::after {
  content: " ";
  background: url(../orsana_img/contact-Right-illustration.png) no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  right: 0px;
  top: -2rem;
  width: 220px;
  height: 532px;
  z-index: 1;
}
.contact-fireld::before {
  content: " ";
  background: url(../orsana_img/contact-left-illustration.png) no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  left: 0px;
  bottom: -6rem;
  width: 372px;
  height: 753px;
  z-index: -1;
}
.faqs-section{
  padding: 192px 0px 112px 0px;
}
.faq-section-bg{
  background: url(../orsana_img/faqs-bg-ques.jpeg) no-repeat;
  background-size:cover;
  background-position: center center;
}
.faqs-section p{
color: #7FB7B7;
text-align: center;
font-family: Urbanist;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 155%;
letter-spacing: 0.48px;
width: 573px;
max-width: 100%;
margin: auto;
}
.faqs-section h2{
color: #FFF;
text-align: center;
font-family: Urbanist;
font-size: 48px;
font-style: normal;
font-weight: 400;
line-height: 155%;
letter-spacing: 1.44px;
text-transform: capitalize;
text-align: center;
margin-bottom: 24px;
}
.accordion-item h2 button{
  color: #020A14;
  font-family: Urbanist;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 155%;
  letter-spacing: 0.6px;
  padding: 10px 12px 10px 0px;
}
.accordion-item p{
  color:#4E6A8B;
  font-family: Urbanist;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  letter-spacing: 0.48px;
  margin-bottom: 24px;
}
.accordion-item{
  margin-bottom: 24px;
}
.accordion-body {
  padding: 0px 87px 0px 0px;
}
.accordion-item:first-of-type {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.accordion-item:last-of-type {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.accordion-item:last-of-type .accordion-button {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.accordion-button:not(.collapsed)::after {
  background-image: url(../orsana_img/minus-icon.svg);
  transform: rotate(-180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  margin-left: auto;
  content: "";
  background-image: url(../orsana_img/plus-icon.svg);
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform .2s ease-in-out;
  position: absolute;
  top: 12px;
  right: 14px;
  background-size: cover;
}
.accordion-button::before{
  content: " ";
  background: #4F8080;
  position: absolute;
  top: -2.5px;
  left: 0px;
  width: 30px;
  height: 4px;
}
.accordion-button:not(.collapsed)::before{
  content: " ";
  background: #4F8080;
  position: absolute;
  top: -2.5px;
  left: 0px;
  width: 148px;
  height: 4px;
}
.accordion-button{
  position: relative;
}
.accordion-button:focus {
  z-index: 3;
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}
.accordion-item {
  background-color: transparent;
  border: 0px solid rgba(0,0,0,.125);
}
.accordion-button:not(.collapsed) {
  color: #020A14;
  background-color: transparent;
  box-shadow: none;
  border-top: 1px solid #4f808073;
}
.accordion-button{
  border-top: 1px solid #4f808073;
  background: transparent;
}
.accordion{
  width: 793px;
  max-width: 100%;
}
.cont-find-question h3{
  color: #020A14;
  font-family: Urbanist;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  letter-spacing: 1.2px;
  text-transform: capitalize;
  margin-bottom: 24px;
}
.cont-find-question p{
  color: #656565;
  font-family: Urbanist;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  letter-spacing: 0.48px;
  margin-bottom: 24px;
}
.cont-find-question .card{
  border-radius: 8px;
  border: 1px solid #D0D0D0;
  background:  #F4F4F4;
  width: 421px;
  max-width: 100%;
  padding: 32px 32px;
}
.cricle-btn {
  display: flex;
  width: 159px;
  height: 48px;
  padding: 2px 2px 2px 13px;
  justify-content:space-between;
  align-items: center;
  border-radius: 200px;
  background: #020A14;
  color: #FFF;
  font-family: Urbanist;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  text-align: left;
}
.cont-find-question .card .cricle-btn {
  display: flex;
  width: 159px;
  height: 48px;
  padding: 2px 2px 2px 13px;
  justify-content:space-between;
  align-items: center;
  border-radius: 200px;
  background: #020A14;
  color: #FFF;
  font-family: Urbanist;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  text-align: left;
}
.terms-section{
    padding: 192px 0px 112px 0px;
}
.terms-section p{
  color: #7FB7B7;
  text-align: center;
  font-family: Urbanist;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  letter-spacing: 0.48px;
  width: 573px;
  max-width: 100%;
  margin: auto;
}
.terms-section h2{
  color: #FFF;
  text-align: center;
  font-family: Urbanist;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  letter-spacing: 1.44px;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 24px;
}
.tc-content{
  background: url(../orsana_img/tc-content.png) no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 120px 0px;
}
.tc-content p{
  color: #656565;
  font-family: Urbanist;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  letter-spacing: 0.48px;
}

footer{
  position: relative;
  /*background: url(../orsana_img/Footer-bg.png) no-repeat;*/
  background-size: cover;
  background-position: center center;
  padding: 64px 0 24px;
}
.footer .bg-image {
    object-fit: unset;
}
.footer-menu h4 {
  color: #24CDB9;
  font-family: Urbanist;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.72px;
  text-transform: capitalize;
  margin-bottom: 24px;
}
.footer-menu a{
  color: #FFF;
  font-family: Urbanist;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}
.footer-menu  ul{
  padding-left: 0px;
}
.footer-menu li {
  list-style: none;
  /* border-top: 0.5px solid rgba(244, 244, 244, 0.30); */
  border-bottom: 0.5px solid rgba(244, 244, 244, 0.30);
  padding: 10px 0px;
  margin: 0px;
  position: relative;
}
.footer-menu li:first-of-type {
  border-top: 0.5px solid rgba(244, 244, 244, 0.30);
}
.footer-menu li::after{
  content: " ";
  background: url(../orsana_img/footer-arrow.svg) no-repeat;
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 19px;
  right:0;
  width: 7px;
  height: 7px;
}
.footer-menu p{
  color: #FFF;
  font-family: Urbanist;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 16px;
}
.footer-menu {
  margin-bottom: 24px;
  width: 282px;
  max-width: 100%;
}
.footer h5{
  color: #9B9B9B;
  text-align: center;
  font-family: Urbanist;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  letter-spacing: 0.36px;
  margin-bottom: 0px;
}

footer hr {
  opacity: 0.1;
  background: #FFF;
  width: 85%;
  max-width: 100%;
  height: 1px;
  margin: auto;
  margin-top: 24px;
  margin-bottom: 24px;
}
.home-managment .content {
    width: 100%;
    margin: 0 auto;
    padding: 0px 0px;
    max-width: 100%;
}
.content {
  display: none;
}
.content.active {
  display: block;
}
.slick-slide {
    position: relative;
}
.slick-current::after {
    content: "";
    border: 0px;
    background: url(../orsana_img/slick-active.svg) no-repeat;
    background-position: center center;
    background-size: cover;
    width: 36px;
    height: 62px;
    position: absolute;
    left: -34px;
    top: 41px;
}
.slider-nav-box .slick-list {
    overflow-x: visible !important;
    overflow-y: clip;
}
.slick-current .slide-nav-item {
    filter: drop-shadow(0px 14px 25px gray);
}
